@charset "UTF-8";

:root {
  --window-width: 100vw;
  --window-height: 100vh;
  --document-height: 100vh;
  --inner-height: 100vh;
  --navbar-height: 0;
  --current-navbar-height: 0;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .btn:focus,
  .btn:active:focus,
  .btn.active:focus,
  .btn.focus,
  .btn:active.focus,
  .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }

  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333333;
    text-decoration: none;
  }

  .btn:active,
  .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
  }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.styled-form .btn-default {
  color: #152337;
  background-color: #FFF;
  border-color: #C4CED4;
}

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.styled-form .btn-default:focus,
.styled-form .btn-default.focus {
  color: #152337;
  background-color: #FFF;
  border-color: #C4CED4;
}

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.styled-form .btn-default:hover {
  color: #152337;
  background-color: #FFF;
  border-color: #C4CED4;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.styled-form .btn-default:active,
.styled-form .btn-default.active,
.styled-form .open > .dropdown-toggle.btn-default {
  color: #152337;
  background-color: #FFF;
  border-color: #C4CED4;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.styled-form .btn-default:active:hover,
.styled-form .btn-default.active:hover,
.styled-form .open > .dropdown-toggle.btn-default:hover,
.styled-form .btn-default:active:focus,
.styled-form .btn-default.active:focus,
.styled-form .open > .dropdown-toggle.btn-default:focus,
.styled-form .btn-default:active.focus,
.styled-form .btn-default.active.focus,
.styled-form .open > .dropdown-toggle.btn-default.focus {
  color: #152337;
  background-color: #FFF;
  border-color: #C4CED4;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

  .btn-primary:focus,
  .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
  }

  .btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
  }

  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
  }

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
      color: #ffffff;
      background-color: #204d74;
      border-color: #122b40;
    }

  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
  }

  .btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
  }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

  .btn-success:focus,
  .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
  }

  .btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }

  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
  }

    .btn-success:active:hover,
    .btn-success.active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus {
      color: #ffffff;
      background-color: #398439;
      border-color: #255625;
    }

  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }

  .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

  .btn-info:focus,
  .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
  }

  .btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }

  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
  }

    .btn-info:active:hover,
    .btn-info.active:hover,
    .open > .dropdown-toggle.btn-info:hover,
    .btn-info:active:focus,
    .btn-info.active:focus,
    .open > .dropdown-toggle.btn-info:focus,
    .btn-info:active.focus,
    .btn-info.active.focus,
    .open > .dropdown-toggle.btn-info.focus {
      color: #ffffff;
      background-color: #269abc;
      border-color: #1b6d85;
    }

  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
  }

  .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

  .btn-warning:focus,
  .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
  }

  .btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }

  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
  }

    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .open > .dropdown-toggle.btn-warning:hover,
    .btn-warning:active:focus,
    .btn-warning.active:focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .btn-warning:active.focus,
    .btn-warning.active.focus,
    .open > .dropdown-toggle.btn-warning.focus {
      color: #ffffff;
      background-color: #d58512;
      border-color: #985f0d;
    }

  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
  }

  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

  .btn-danger:focus,
  .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
  }

  .btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }

  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
  }

    .btn-danger:active:hover,
    .btn-danger.active:hover,
    .open > .dropdown-toggle.btn-danger:hover,
    .btn-danger:active:focus,
    .btn-danger.active:focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .btn-danger:active.focus,
    .btn-danger.active.focus,
    .open > .dropdown-toggle.btn-danger.focus {
      color: #ffffff;
      background-color: #ac2925;
      border-color: #761c19;
    }

  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
  }

  .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }

    .btn-link,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
      border-color: transparent;
    }

      .btn-link:hover,
      .btn-link:focus {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent;
      }

      .btn-link[disabled]:hover,
      fieldset[disabled] .btn-link:hover,
      .btn-link[disabled]:focus,
      fieldset[disabled] .btn-link:focus {
        color: #777777;
        text-decoration: none;
      }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

  .btn-block + .btn-block {
    margin-top: 5px;
  }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.styled-form .dropdown-menu {
  padding: 0;
  margin: -1px 0 0;
  border: 1px solid #C4CED4;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 2px rgba(48, 53, 76, 0.1);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
/*
.open > .dropdown-menu {
  display: block;
}*/
.styled-form .open > .dropdown-menu {
  border-radius: 0 0 2px 2px;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
  }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus,
    .btn-group > .btn:active,
    .btn-group-vertical > .btn:active,
    .btn-group > .btn.active,
    .btn-group-vertical > .btn.active {
      z-index: 2;
    }

  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }

.btn-toolbar {
  margin-left: -5px;
}

  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left;
  }

  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
  }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
  }

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

  .btn-group-vertical > .btn-group > .btn {
    float: none;
  }

  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }

  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
  }

  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }

    .btn-group-justified > .btn-group .btn {
      width: 100%;
    }

    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto;
    }

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

  .nav > li {
    position: relative;
    display: block;
  }

    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px;
    }

      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee;
      }

    .nav > li.disabled > a {
      color: #777777;
    }

      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
      }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
  }

  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .nav > li > a > img {
    max-width: none;
  }

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }

    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
    }

      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd;
      }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
    }

  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }

    .nav-tabs.nav-justified > li {
      float: none;
    }

      .nav-tabs.nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center;
      }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto;
    }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

  .nav-pills > li > a {
    border-radius: 4px;
  }

  .nav-pills > li + li {
    margin-left: 2px;
  }

  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
  }

.nav-stacked > li {
  float: none;
}

  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }

.nav-justified {
  width: 100%;
}

  .nav-justified > li {
    float: none;
  }

    .nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center;
    }

  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

    .nav-justified > li > a {
      margin-bottom: 0;
    }
}

.nav-tabs-justified {
  border-bottom: 0;
}

  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.clearfix:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

  /**
 * Add the correct display in iOS 4-7.
 */
  audio:not([controls]) {
    display: none;
    height: 0;
  }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

  /**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
 * Restore the focus styles unset by the previous rule.
 */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

  /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
  [type=search]::-webkit-search-cancel-button,
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "BasicCommercialLTPro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #152337;
  background-color: #FFF;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p, blockquote, dl, dd {
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.full-touch {
  position: fixed;
  height: 100vh;
}

.am-modal--appointment .am-modal__inner {
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  /*min-height: 100%;*/
  /*padding-top: 90px;*/
  /*padding-bottom: 150px !important;*/
}

.booking-form__heading {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  color: #152337;
}

@media (max-width: 767px) {
  .booking-form__heading {
    font-size: 20px;
  }
  #divBookAppointmentCont .divParentSpacingCont{
      padding-left: 24px !important;
      padding-right: 24px !important; 
  }
}


@media (max-width: 1199px) {
  #divBookAppointmentCont .offcanvas-body {
    padding: 30px 15px 30px 15px !important;
  }

  #menu1 {
    right: 15px !important;
    left: 15px !important;
  }
}

@media (max-width: 767px) {
  #divBookAppointmentCont .offcanvas-body {
    padding: 30px 15px 100px 15px !important;
  }
}

.booking-form__text {
  margin-top: 20px;
}

.booking-form__text {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #323232;
}

@media (max-width: 767px) {
  .booking-form__text p {
    font-size: 16px;
  }
}

.booking-form__section__heading {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.booking-form__section__heading__text {
  color: #152337;
}

  .booking-form__section__heading__text.is-active {
    font-family: "BasicCommercialLTPro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }

  .booking-form__section__heading__text:not(.is-active) {
    font-family: "BasicCommercialLTPro", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
  }

.booking-form__section__heading a:hover {
  text-decoration: underline;
}

.booking-form__options {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.booking-form__options--horizontal {
  margin-top: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.booking-form__options--vertical {
  margin-top: 10px;
  grid-template-columns: repeat(1, 1fr);
}

.booking-form__options__item {
  position: relative;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  height: 71px;
  /*text-align: center;*/
  color: #152337;
  background: #FFF;
  border: 1px solid #C4CED4;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(48, 53, 76, 0.1);
  transition: border-color 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  padding: 16px 24px;
}

.booking-form__options__item__text {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.booking-form__options__item__byline {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-size: 10px;
}

.booking-form__options__item ion-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  font-size: 16px;
  opacity: 0.5;
}

.booking-form__options__item:hover {
  border-color: #152337;
}
/*.booking-form__options__item:active {
  color: #FFF;
  background: #152337;
}*/
.booking-form__section__body > .booking-form__store {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #C4CED4;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(48, 53, 76, 0.1);
}

  .booking-form__section__body > .booking-form__store:hover {
    border-color: #152337;
  }

  .booking-form__section__body > .booking-form__store:active {
    color: #FFF;
    background: #152337;
  }

.booking-form__store {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #152337;
  background: #FFF;
}

.booking-form__store__image img {
  display: block;
  width: 80px;
}

.booking-form__store__information {
  margin-left: 20px !important;
}

.booking-form__store__information__heading {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4285714286 !important;
  letter-spacing: 0.02em !important;
}

.booking-form__store__information__byline {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}

.booking-form .styled-form {
  padding: 0;
}

.booking-form .bootstrap-select .booking-form__store {
  padding-top: 3px;
  padding-bottom: 3px;
  background: transparent;
}

.booking-form .bootstrap-select .booking-form__store__image img {
  width: 50px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.booking-form .bootstrap-select .booking-form__store__information {
  margin-left: 10px;
}

.booking-form .bootstrap-select .booking-form__store__information__heading {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0;
}

.booking-form .input-group.date {
  position: relative;
  cursor: pointer;
}

  .booking-form .input-group.date input {
    cursor: pointer;
  }

  .booking-form .input-group.date::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    pointer-events: none;
    content: "";
    background-image: url("../img/ico-chevron-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
  }

/*#region user*/
.spnCustFormCheckIconText {
  display: inline-block;
  width: 93%;
}

.paddingLeft10 {
  padding-left: 10px !important;
}

.B2BTermsAndPrivacyIcons {
  vertical-align: middle;
  font-size: 24px;
  opacity: 1;
  --ionicon-stroke-width: 16px;
  cursor: pointer;
}

.spnCustFormCheckIcon {
  float: left;
  display: inline-block;
  font-size: 20px !important;
}

.atelierMunroBlue {
  color: #142337 !important;
}

.hydrated {
  visibility: inherit;
}

/*ion-icon {
  pointer-events: none;
}*/
.divBookAFittingCont .spanCheckIcon {
  display: none;
}

.divBookAFittingCont .selected .spanCheckIcon {
  display: block;
}

.ionForwardArrow {
  opacity: 1;
}

/*#region New Datepicker CSS for checkout page later shift it to global.css for changing other datepickers in project*/
body .datepicker .prev {
  background-image: url("/Content/Images/MunroIcons/ico-arrow-left.svg");
}

  body .datepicker .prev:hover {
    background-image: url("/Content/Images/MunroIcons/ico-arrow-left.svg");
  }

body .datepicker .next {
  background-image: url("/Content/Images/MunroIcons/ico-arrow-right.svg");
}

  body .datepicker .next:hover {
    background-image: url("/Content/Images/MunroIcons/ico-arrow-right.svg");
  }

body .datepicker .prev,
body .datepicker .next {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}

  body .datepicker .prev:hover,
  body .datepicker .next:hover {
    background-repeat: no-repeat;
    background-position: center;
  }

.datepicker table tr td.active.active {
  background-color: #142537 !important;
  background-image: linear-gradient(to bottom, #142537, #142537) !important;
}

.datepicker td {
  padding: 12px !important;
}

.datepicker-switch {
  padding: 12px !important;
}

/*.datepicker-dropdown {
    margin-top: 80px !important;
}*/
.datepicker table tr td span.active.active {
  background-color: #142537 !important;
  background-image: linear-gradient(to bottom, #142537, #142537);
}

.divAppointmentDate {
  position: relative;
}

.spanArrowIcon {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 99;
  display: inline-block;
  font-size: 14px;
  color: #142337;
}

/*.inputStoreDrpDown, .inputCountryDrpDown {
  margin-bottom: 40px !important;
  margin-top: 20px;
}*/
/*.inputBookAppointmentHeight .dropdown-toggle.btn-default, #divStoreDrpCont .dropdown-toggle.btn-default {
  height: 60px;
  border-radius: 0px;
  outline: none !important;
}*/
/*.inputStoreDrpDown .dropdown-menu.open {
  margin-top: 25px;
}*/
.btnRequestAppointment:active .ionIconWhite,
.btnRequestAppointment:focus .ionIconWhite {
  color: #FFF !important;
}

.backIonIcon {
  font-size: 16px;
  color: rgba(20, 37, 55, 0.5);
  opacity: 1;
  /* margin-left: 30px; */
  --ionicon-stroke-width: 16px;
}

.backIcon {
  display: inline-block;
}

.inpAppointmentType {
  text-transform: capitalize;
}

.datepicker table tr td.today.disabled.disabled {
  background-color: transparent !important;
}

.booking-form__section__body > .booking-form__store.active {
  border: 1px solid #152337;
}

.btnRequestAppointment:hover .ionIconWhite {
  color: #152337 !important;
}

.spanCheckBoxText {
  width: 92%;
  font-family: "BasicCommercialLTPro";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  color: #323232;
  cursor: pointer;
}

/*#divStoreSelection .bs-searchbox .form-control {
  margin-bottom: 10px;
  height: 50px;
  margin-top: 0px;
  border-top: 0px;
  box-shadow: none;
  border-left: 0px;
  border-right: 0px;
}*/
.divContinueBtn.styled-form__section {
  margin-top: 10px;
}

.iCloseIconBookAppnt ion-icon {
  margin-left: 0;
  width: 25px;
  height: 25px;
  color: rgba(20, 37, 55, 0.5);
  opacity: 1;
}

  .iCloseIconBookAppnt ion-icon.closeIcon {
    --ionicon-stroke-width: 16px;
  }

.iCloseIconBookAppnt {
  padding: 0 !important;
}

.divTopIconsBar {
  margin: 10px 30px;
}

.aBackIcon {
  margin-top: 5px;
  display: inline-block;
}

.button--dark:active, .button--dark:focus {
  color: #FFF;
  background: #152337;
  border: 1px solid #152337;
}

.divStoreDrpCont .bs-searchbox {
  padding: 4px 0;
}

.divStoreDrpCont .dropdown-menu.open,
.divInspiBookCountryDrop .dropdown-menu.open {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  width: inherit;
  margin: -2px 0px -2px 0px !important;
}

.divStoreDrpCont .btn-group .btn.dropdown-toggle .bs-caret {
  padding-top: 12px;
  /*display: inline-block;*/
  padding-bottom: 12px;
}

/*#menu8 {
    margin-top: 280px;
    margin-bottom: 280px;
}*/
/*.divSASubTitle{
    text-transform:lowercase;
}
.divSASubTitle::first-letter {
    text-transform: capitalize;
}*/
/*#divStoreDrpCont .bootstrap-select button .bs-caret .fa-chevron-down {
    margin-top: 15px;
}*/
/*#endregion*/
/*#endregion*/
.booking-form__store__information__heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.booking-form__store__information {
  width: 70%;
}

.divBookAppointmentFormOld {
  margin-top: 0 !important;
}

.divAppStepTab {
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

  .divAppStepTab.active {
    opacity: 1;
  }

.divAppntType {
  cursor: pointer;
}

/*#region bootstrapCSS*/
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.styled-form .btn {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 2px;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.styled-form .btn-default,
.styled-form .btn-primary,
.styled-form .btn-success,
.styled-form .btn-info,
.styled-form .btn-warning,
.styled-form .btn-danger {
  text-shadow: none;
  box-shadow: none;
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.styled-form .btn-default:active,
.styled-form .btn-primary:active,
.styled-form .btn-success:active,
.styled-form .btn-info:active,
.styled-form .btn-warning:active,
.styled-form .btn-danger:active,
.styled-form .btn-default.active,
.styled-form .btn-primary.active,
.styled-form .btn-success.active,
.styled-form .btn-info.active,
.styled-form .btn-warning.active,
.styled-form .btn-danger.active {
  box-shadow: none;
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.styled-form .btn-default,
.styled-form .btn-light {
  background: #FFF;
  text-shadow: none;
  border-color: #C4CED4;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.styled-form .btn-default:hover,
.styled-form .btn-default:focus {
  background: #FFF;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.styled-form .btn-default:active,
.styled-form .btn-default.active {
  background: #FFF;
  border-color: #C4CED4;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}

.styled-form .btn-default.disabled,
.styled-form .btn-default[disabled],
.styled-form fieldset[disabled] .btn-default,
.styled-form .btn-default.disabled:hover,
.styled-form .btn-default[disabled]:hover,
.styled-form fieldset[disabled] .btn-default:hover,
.styled-form .btn-default.disabled:focus,
.styled-form .btn-default[disabled]:focus,
.styled-form fieldset[disabled] .btn-default:focus,
.styled-form .btn-default.disabled.focus,
.styled-form .btn-default[disabled].focus,
.styled-form fieldset[disabled] .btn-default.focus,
.styled-form .btn-default.disabled:active,
.styled-form .btn-default[disabled]:active,
.styled-form fieldset[disabled] .btn-default:active,
.styled-form .btn-default.disabled.active,
.styled-form .btn-default[disabled].active,
.styled-form fieldset[disabled] .btn-default.active {
  background-color: #FFF;
}

.btn-primary {
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}

  .btn-primary:hover,
  .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
  }

  .btn-primary:active,
  .btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
  }

  .btn-primary.disabled,
  .btn-primary[disabled],
  fieldset[disabled] .btn-primary,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus,
  .btn-primary.disabled:active,
  .btn-primary[disabled]:active,
  fieldset[disabled] .btn-primary:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none;
  }

.btn-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}

  .btn-success:hover,
  .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
  }

  .btn-success:active,
  .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
  }

  .btn-success.disabled,
  .btn-success[disabled],
  fieldset[disabled] .btn-success,
  .btn-success.disabled:hover,
  .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success:hover,
  .btn-success.disabled:focus,
  .btn-success[disabled]:focus,
  fieldset[disabled] .btn-success:focus,
  .btn-success.disabled.focus,
  .btn-success[disabled].focus,
  fieldset[disabled] .btn-success.focus,
  .btn-success.disabled:active,
  .btn-success[disabled]:active,
  fieldset[disabled] .btn-success:active,
  .btn-success.disabled.active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none;
  }

.btn-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}

  .btn-info:hover,
  .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
  }

  .btn-info:active,
  .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
  }

  .btn-info.disabled,
  .btn-info[disabled],
  fieldset[disabled] .btn-info,
  .btn-info.disabled:hover,
  .btn-info[disabled]:hover,
  fieldset[disabled] .btn-info:hover,
  .btn-info.disabled:focus,
  .btn-info[disabled]:focus,
  fieldset[disabled] .btn-info:focus,
  .btn-info.disabled.focus,
  .btn-info[disabled].focus,
  fieldset[disabled] .btn-info.focus,
  .btn-info.disabled:active,
  .btn-info[disabled]:active,
  fieldset[disabled] .btn-info:active,
  .btn-info.disabled.active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none;
  }

.btn-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}

  .btn-warning:hover,
  .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
  }

  .btn-warning:active,
  .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
  }

  .btn-warning.disabled,
  .btn-warning[disabled],
  fieldset[disabled] .btn-warning,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:hover,
  fieldset[disabled] .btn-warning:hover,
  .btn-warning.disabled:focus,
  .btn-warning[disabled]:focus,
  fieldset[disabled] .btn-warning:focus,
  .btn-warning.disabled.focus,
  .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning.focus,
  .btn-warning.disabled:active,
  .btn-warning[disabled]:active,
  fieldset[disabled] .btn-warning:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none;
  }

.btn-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}

  .btn-danger:hover,
  .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
  }

  .btn-danger:active,
  .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
  }

  .btn-danger.disabled,
  .btn-danger[disabled],
  fieldset[disabled] .btn-danger,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:hover,
  fieldset[disabled] .btn-danger:hover,
  .btn-danger.disabled:focus,
  .btn-danger[disabled]:focus,
  fieldset[disabled] .btn-danger:focus,
  .btn-danger.disabled.focus,
  .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger.focus,
  .btn-danger.disabled:active,
  .btn-danger[disabled]:active,
  fieldset[disabled] .btn-danger:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none;
  }

.thumbnail,
.img-thumbnail {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}

.styled-form .dropdown-menu > .active > a,
.styled-form .dropdown-menu > .active > a:hover,
.styled-form .dropdown-menu > .active > a:focus {
  background: #F5F5F5;
}

.navbar-default {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
    background-repeat: repeat-x;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}

  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
    background-repeat: repeat-x;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  }

  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
    background-repeat: repeat-x;
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-info {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}

.alert-warning {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}

.alert-danger {
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.progress {
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
  background-repeat: repeat-x;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

  .list-group-item.active .badge,
  .list-group-item.active:hover .badge,
  .list-group-item.active:focus .badge {
    text-shadow: none;
  }

.panel {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
  background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
  background-repeat: repeat-x;
}

.panel-success > .panel-heading {
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
  background-repeat: repeat-x;
}

.panel-info > .panel-heading {
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
  background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
  background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
  background-repeat: repeat-x;
}

.well {
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }

.styled-form .bootstrap-select > .dropdown-toggle {
  box-shadow: 0 1px 2px rgba(48, 53, 76, 0.1);
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #152337;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.styled-form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #152337;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

  .bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
  }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.styled-form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.styled-form .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

  .bootstrap-select.dropdown-menu-right,
  .bootstrap-select[class*=col-].dropdown-menu-right,
  .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right;
  }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
  }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important;
  }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
  }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  /*height: 100%;*/
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

  .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
  }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.styled-form .bootstrap-select .dropdown-toggle .caret {
  display: block;
  right: 15px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  top: 50%;
  border: 0;
  background-image: url("../img/ico-chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
  }

  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
  }

  .bootstrap-select .dropdown-menu li {
    position: relative;
  }

    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important;
    }

    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed;
    }

    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

.styled-form .bootstrap-select .dropdown-menu li a:hover {
  background: #F5F5F5;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

  .bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.styled-form .bootstrap-select .no-results {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0;
  margin: 0;
  background: #F5F5F5;
  min-height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  color: #152337;
  display: flex;
  align-items: center;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.styled-form .bs-searchbox,
.styled-form .bs-actionsbox,
.styled-form .bs-donebutton {
  padding: 0;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

  .bs-actionsbox .btn-group button {
    width: 50%;
  }

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

  .bs-donebutton .btn-group button {
    width: 100%;
  }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.styled-form .bs-searchbox .form-control {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  padding-right: 21px;
  padding-left: 21px;
  color: #152337;
  background: #FFF;
  border: 1px solid #C4CED4;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  height: 49px;
}

  .styled-form .bs-searchbox .form-control::-webkit-input-placeholder {
    color: rgba(21, 35, 55, 0.5);
  }

  .styled-form .bs-searchbox .form-control::-moz-placeholder {
    color: rgba(21, 35, 55, 0.5);
  }

  .styled-form .bs-searchbox .form-control:-ms-input-placeholder {
    color: rgba(21, 35, 55, 0.5);
  }

  .styled-form .bs-searchbox .form-control::-ms-input-placeholder {
    color: rgba(21, 35, 55, 0.5);
  }

  .styled-form .bs-searchbox .form-control::placeholder {
    color: rgba(21, 35, 55, 0.5);
  }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

body .datepicker {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  color: #152337;
  border-radius: 2px;
  border: 1px solid #C4CED4;
  box-shadow: 0 1px 2px rgba(48, 53, 76, 0.1);
  margin-top: 60px;
}

  body .datepicker table {
    border-collapse: collapse;
  }

    body .datepicker table tr th {
      font-family: "BasicCommercialLTPro", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.4285714286;
      letter-spacing: 0.02em;
    }

  body .datepicker .prev,
  body .datepicker .next {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
  }

    body .datepicker .prev:hover,
    body .datepicker .next:hover {
      background-repeat: no-repeat;
      background-position: center;
    }

  body .datepicker .prev {
    background-image: url("../img/ico-arrow-left.svg");
  }

    body .datepicker .prev:hover {
      background-image: url("../img/ico-arrow-left.svg");
    }

  body .datepicker .next {
    background-image: url("../img/ico-arrow-right.svg");
  }

    body .datepicker .next:hover {
      background-image: url("../img/ico-arrow-right.svg");
    }

  body .datepicker .dow {
    font-size: 12px;
  }

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

  .datepicker-rtl.dropdown-menu {
    left: auto;
  }

  .datepicker-rtl table tr td span {
    float: right;
  }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

body .datepicker-dropdown {
  padding: 20px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

body .datepicker-dropdown.datepicker-orient-left:before {
  left: 21px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

body .datepicker-dropdown.datepicker-orient-left:after {
  left: 22px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

body .datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #C4CED4;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .datepicker table tr td,
  .datepicker table tr th {
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: none;
  }

body .datepicker table tr td,
body .datepicker table tr th {
  border-radius: 2px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

body .datepicker table tr td.old,
body .datepicker table tr td.new {
  color: #C4CED4;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

body .datepicker table tr td.day:hover,
body .datepicker table tr td.focused {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

body .datepicker table tr td.disabled,
body .datepicker table tr td.disabled:hover {
  cursor: not-allowed;
  background: #FFF;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

  .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
  }

  .datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }

  .datepicker table tr td.highlighted:active,
  .datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
  }

    .datepicker table tr td.highlighted:active:hover,
    .datepicker table tr td.highlighted.active:hover,
    .datepicker table tr td.highlighted:active:focus,
    .datepicker table tr td.highlighted.active:focus,
    .datepicker table tr td.highlighted:active.focus,
    .datepicker table tr td.highlighted.active.focus {
      color: #000;
      background-color: #91cbe8;
      border-color: #298fc2;
    }

  .datepicker table tr td.highlighted.disabled:hover,
  .datepicker table tr td.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.highlighted:hover,
  .datepicker table tr td.highlighted.disabled:focus,
  .datepicker table tr td.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.highlighted:focus,
  .datepicker table tr td.highlighted.disabled.focus,
  .datepicker table tr td.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
  }

  .datepicker table tr td.highlighted.focused {
    background: #afd9ee;
  }

  .datepicker table tr td.highlighted.disabled,
  .datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777;
  }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

body .datepicker table tr td.today {
  color: #323232;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  position: relative;
}

  body .datepicker table tr td.today::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    border: 8px solid #FFF;
  }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

body .datepicker table tr td.today:focus,
body .datepicker table tr td.today.focus {
  color: #323232;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

  body .datepicker table tr td.today:focus::after,
  body .datepicker table tr td.today.focus::after {
    display: none;
  }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

body .datepicker table tr td.today:hover {
  color: #323232;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

  body .datepicker table tr td.today:hover::after {
    display: none;
  }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

body .datepicker table tr td.today:active,
body .datepicker table tr td.today.active {
  color: #323232;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

  body .datepicker table tr td.today:active::after,
  body .datepicker table tr td.today.active::after {
    display: none;
  }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

body .datepicker table tr td.today:active:hover,
body .datepicker table tr td.today.active:hover,
body .datepicker table tr td.today:active:focus,
body .datepicker table tr td.today.active:focus,
body .datepicker table tr td.today:active.focus,
body .datepicker table tr td.today.active.focus {
  color: #323232;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

body .datepicker table tr td.range {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

  .datepicker table tr td.range:active:hover,
  .datepicker table tr td.range.active:hover,
  .datepicker table tr td.range:active:focus,
  .datepicker table tr td.range.active:focus,
  .datepicker table tr td.range:active.focus,
  .datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
  }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

body .datepicker table tr td.range.disabled:hover,
body .datepicker table tr td.range[disabled]:hover,
body fieldset[disabled] .datepicker table tr td.range:hover,
body .datepicker table tr td.range.disabled:focus,
body .datepicker table tr td.range[disabled]:focus,
body fieldset[disabled] .datepicker table tr td.range:focus,
body .datepicker table tr td.range.disabled.focus,
body .datepicker table tr td.range[disabled].focus,
body fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

body .datepicker table tr td.range.disabled,
body .datepicker table tr td.range.disabled:active {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

  .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
  }

  .datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }

  .datepicker table tr td.range.highlighted:active,
  .datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
  }

    .datepicker table tr td.range.highlighted:active:hover,
    .datepicker table tr td.range.highlighted.active:hover,
    .datepicker table tr td.range.highlighted:active:focus,
    .datepicker table tr td.range.highlighted.active:focus,
    .datepicker table tr td.range.highlighted:active.focus,
    .datepicker table tr td.range.highlighted.active.focus {
      color: #000;
      background-color: #a8c8d8;
      border-color: #4b88a6;
    }

  .datepicker table tr td.range.highlighted.disabled:hover,
  .datepicker table tr td.range.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
  .datepicker table tr td.range.highlighted.disabled:focus,
  .datepicker table tr td.range.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
  .datepicker table tr td.range.highlighted.disabled.focus,
  .datepicker table tr td.range.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
  }

  .datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
  }

  .datepicker table tr td.range.highlighted.disabled,
  .datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777;
  }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

  .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
  }

  .datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }

  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
  }

    .datepicker table tr td.range.today:active:hover,
    .datepicker table tr td.range.today.active:hover,
    .datepicker table tr td.range.today:active:focus,
    .datepicker table tr td.range.today.active:focus,
    .datepicker table tr td.range.today:active.focus,
    .datepicker table tr td.range.today.active.focus {
      color: #000;
      background-color: #f2aa25;
      border-color: #815608;
    }

  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled:focus,
  .datepicker table tr td.range.today[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.range.today:focus,
  .datepicker table tr td.range.today.disabled.focus,
  .datepicker table tr td.range.today[disabled].focus,
  fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
  }

  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
  }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

  .datepicker table tr td.selected:focus,
  .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.focus,
  .datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
  }

  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }

  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected.highlighted:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
  }

    .datepicker table tr td.selected:active:hover,
    .datepicker table tr td.selected.highlighted:active:hover,
    .datepicker table tr td.selected.active:hover,
    .datepicker table tr td.selected.highlighted.active:hover,
    .datepicker table tr td.selected:active:focus,
    .datepicker table tr td.selected.highlighted:active:focus,
    .datepicker table tr td.selected.active:focus,
    .datepicker table tr td.selected.highlighted.active:focus,
    .datepicker table tr td.selected:active.focus,
    .datepicker table tr td.selected.highlighted:active.focus,
    .datepicker table tr td.selected.active.focus,
    .datepicker table tr td.selected.highlighted.active.focus {
      color: #fff;
      background-color: #4c4c4c;
      border-color: #161616;
    }

  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.highlighted.disabled:hover,
  .datepicker table tr td.selected[disabled]:hover,
  .datepicker table tr td.selected.highlighted[disabled]:hover,
  fieldset[disabled] .datepicker table tr td.selected:hover,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
  .datepicker table tr td.selected.disabled:focus,
  .datepicker table tr td.selected.highlighted.disabled:focus,
  .datepicker table tr td.selected[disabled]:focus,
  .datepicker table tr td.selected.highlighted[disabled]:focus,
  fieldset[disabled] .datepicker table tr td.selected:focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
  .datepicker table tr td.selected.disabled.focus,
  .datepicker table tr td.selected.highlighted.disabled.focus,
  .datepicker table tr td.selected[disabled].focus,
  .datepicker table tr td.selected.highlighted[disabled].focus,
  fieldset[disabled] .datepicker table tr td.selected.focus,
  fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
  }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body .datepicker table tr td.active,
body .datepicker table tr td.active.highlighted {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

body .datepicker table tr td.active:focus,
body .datepicker table tr td.active.highlighted:focus,
body .datepicker table tr td.active.focus,
body .datepicker table tr td.active.highlighted.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

body .datepicker table tr td.active:hover,
body .datepicker table tr td.active.highlighted:hover {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

body .datepicker table tr td.active:active,
body .datepicker table tr td.active.highlighted:active,
body .datepicker table tr td.active.active,
body .datepicker table tr td.active.highlighted.active {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

body .datepicker table tr td.active:active:hover,
body .datepicker table tr td.active.highlighted:active:hover,
body .datepicker table tr td.active.active:hover,
body .datepicker table tr td.active.highlighted.active:hover,
body .datepicker table tr td.active:active:focus,
body .datepicker table tr td.active.highlighted:active:focus,
body .datepicker table tr td.active.active:focus,
body .datepicker table tr td.active.highlighted.active:focus,
body .datepicker table tr td.active:active.focus,
body .datepicker table tr td.active.highlighted:active.focus,
body .datepicker table tr td.active.active.focus,
body .datepicker table tr td.active.highlighted.active.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active.highlighted.disabled:hover,
body .datepicker table tr td.active[disabled]:hover,
body .datepicker table tr td.active.highlighted[disabled]:hover,
body fieldset[disabled] .datepicker table tr td.active:hover,
body fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
body .datepicker table tr td.active.disabled:focus,
body .datepicker table tr td.active.highlighted.disabled:focus,
body .datepicker table tr td.active[disabled]:focus,
body .datepicker table tr td.active.highlighted[disabled]:focus,
body fieldset[disabled] .datepicker table tr td.active:focus,
body fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
body .datepicker table tr td.active.disabled.focus,
body .datepicker table tr td.active.highlighted.disabled.focus,
body .datepicker table tr td.active[disabled].focus,
body .datepicker table tr td.active.highlighted[disabled].focus,
body fieldset[disabled] .datepicker table tr td.active.focus,
body fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eeeeee;
  }

  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
  }

  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }

body .datepicker table tr td span.active,
body .datepicker table tr td span.active:hover,
body .datepicker table tr td span.active.disabled,
body .datepicker table tr td span.active.disabled:hover {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
  text-shadow: none;
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

body .datepicker table tr td span.active:focus,
body .datepicker table tr td span.active:hover:focus,
body .datepicker table tr td span.active.disabled:focus,
body .datepicker table tr td span.active.disabled:hover:focus,
body .datepicker table tr td span.active.focus,
body .datepicker table tr td span.active:hover.focus,
body .datepicker table tr td span.active.disabled.focus,
body .datepicker table tr td span.active.disabled:hover.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

body .datepicker table tr td span.active:hover,
body .datepicker table tr td span.active:hover:hover,
body .datepicker table tr td span.active.disabled:hover,
body .datepicker table tr td span.active.disabled:hover:hover {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

body .datepicker table tr td span.active:active,
body .datepicker table tr td span.active:hover:active,
body .datepicker table tr td span.active.disabled:active,
body .datepicker table tr td span.active.disabled:hover:active,
body .datepicker table tr td span.active.active,
body .datepicker table tr td span.active:hover.active,
body .datepicker table tr td span.active.disabled.active,
body .datepicker table tr td span.active.disabled:hover.active {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

body .datepicker table tr td span.active:active:hover,
body .datepicker table tr td span.active:hover:active:hover,
body .datepicker table tr td span.active.disabled:active:hover,
body .datepicker table tr td span.active.disabled:hover:active:hover,
body .datepicker table tr td span.active.active:hover,
body .datepicker table tr td span.active:hover.active:hover,
body .datepicker table tr td span.active.disabled.active:hover,
body .datepicker table tr td span.active.disabled:hover.active:hover,
body .datepicker table tr td span.active:active:focus,
body .datepicker table tr td span.active:hover:active:focus,
body .datepicker table tr td span.active.disabled:active:focus,
body .datepicker table tr td span.active.disabled:hover:active:focus,
body .datepicker table tr td span.active.active:focus,
body .datepicker table tr td span.active:hover.active:focus,
body .datepicker table tr td span.active.disabled.active:focus,
body .datepicker table tr td span.active.disabled:hover.active:focus,
body .datepicker table tr td span.active:active.focus,
body .datepicker table tr td span.active:hover:active.focus,
body .datepicker table tr td span.active.disabled:active.focus,
body .datepicker table tr td span.active.disabled:hover:active.focus,
body .datepicker table tr td span.active.active.focus,
body .datepicker table tr td span.active:hover.active.focus,
body .datepicker table tr td span.active.disabled.active.focus,
body .datepicker table tr td span.active.disabled:hover.active.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

body .datepicker table tr td span.active.disabled:hover,
body .datepicker table tr td span.active:hover.disabled:hover,
body .datepicker table tr td span.active.disabled.disabled:hover,
body .datepicker table tr td span.active.disabled:hover.disabled:hover,
body .datepicker table tr td span.active[disabled]:hover,
body .datepicker table tr td span.active:hover[disabled]:hover,
body .datepicker table tr td span.active.disabled[disabled]:hover,
body .datepicker table tr td span.active.disabled:hover[disabled]:hover,
body fieldset[disabled] .datepicker table tr td span.active:hover,
body fieldset[disabled] .datepicker table tr td span.active:hover:hover,
body fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
body fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
body .datepicker table tr td span.active.disabled:focus,
body .datepicker table tr td span.active:hover.disabled:focus,
body .datepicker table tr td span.active.disabled.disabled:focus,
body .datepicker table tr td span.active.disabled:hover.disabled:focus,
body .datepicker table tr td span.active[disabled]:focus,
body .datepicker table tr td span.active:hover[disabled]:focus,
body .datepicker table tr td span.active.disabled[disabled]:focus,
body .datepicker table tr td span.active.disabled:hover[disabled]:focus,
body fieldset[disabled] .datepicker table tr td span.active:focus,
body fieldset[disabled] .datepicker table tr td span.active:hover:focus,
body fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
body fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
body .datepicker table tr td span.active.disabled.focus,
body .datepicker table tr td span.active:hover.disabled.focus,
body .datepicker table tr td span.active.disabled.disabled.focus,
body .datepicker table tr td span.active.disabled:hover.disabled.focus,
body .datepicker table tr td span.active[disabled].focus,
body .datepicker table tr td span.active:hover[disabled].focus,
body .datepicker table tr td span.active.disabled[disabled].focus,
body .datepicker table tr td span.active.disabled:hover[disabled].focus,
body fieldset[disabled] .datepicker table tr td span.active.focus,
body fieldset[disabled] .datepicker table tr td span.active:hover.focus,
body fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
body fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  color: #FFF;
  background-color: #152337;
  border-color: #152337;
  text-shadow: none;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

body .datepicker .datepicker-switch {
  pointer-events: none;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eeeeee;
  }

body .datepicker .datepicker-switch:hover,
body .datepicker .prev:hover,
body .datepicker .next:hover,
body .datepicker tfoot tr th:hover {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

  .input-daterange input {
    text-align: center;
  }

    .input-daterange input:first-child {
      border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
      border-radius: 0 3px 3px 0;
    }

  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
  }

.button.aIdontKnwBtn {
  border: 1px solid #142537;
}


.divBookAappointmentPanelDatepicker.datepicker-dropdown, .divBookAappointmentWeddingDatepicker.datepicker-dropdown {
  z-index: 100001 !important;
  margin-top: 60px !important;
}

.ContinueBtn {
  margin-bottom: 20px;
}

.hideOnlocationAndVirtual {
  display: none;
}

.selectSAHeading {
  margin-top: 30px;
}

.marginTop10 {
  margin-top: 10px;
}

.opacityHalf {
  opacity: 0.5;
}



.d-none {
  display: none;
}



.callForApptBtn {
  border: 1px solid #152337;
}

.divChooseLocation {
  margin-bottom: 10px;
}

.validateMsg {
  color: var(--AM---Alarm-Red, #D37467);
  font-family: "BasicCommercialLTPro", Arial;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.divBookAppointmentPreferredTime {
  display: flex;
}

.width50 {
  width: 50%;
}

.preferredDayTimeSelected.active {
  border: 1px solid #142337;
}

.aContinueBrowsing {
  margin-top: 30px !important;
}

.borderColorRed {
  border: 1px solid #D37467 !important;
}

.bookApptCloseIcon, .bookApptBackIcon {
  font-size: 20px !important;
  color: #142337 !important;
}

.divContinueBtnPageOne {
  margin-top: 10px !important;
}

.bookApptTelePhoneIcon {
  margin-right: 5px;
  margin-top: -3px;
  font-size: 14px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #333 !important;
}

.systemBtnTwo {
  font-family: "BasicCommercialLTPro", Arial;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 24px;
  color: #142337;
  background-color: #ffffff !important;
  border: 1px solid #142537 !important;
  -ms-border-radius: 30px;
  border-radius: 50px !important;
  height: 50px;
  padding: 13px 30px !important;
  width: auto;
  text-transform: initial;
  cursor: pointer;
  white-space: nowrap;
}

  .systemBtnTwo:hover,
  .systemBtnTwoForLongTitle:hover,
  .systemBtnTwo:hover i
  /*, .systemBtnTwo:focus*/ {
    color: #ffffff !important;
    background-color: #142537 !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

    .systemBtnTwo:hover i.bsIcon, .systemBtnSix:hover i.bsIcon {
      color: #ffffff !important;
    }

a {
  text-decoration: none !important;
}

.marginTop30 {
  margin-top: 30px;
}

.divWeddingDateContinueBtn {
  margin-top: 10px;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.width100 {
  width: 100%;
}

.ionIconWhite {
  color: #fff !important;
  opacity: unset;
}

.buttonArrowMargin:hover {
  transform: none !important;
}

.aContinueBrowsing:hover .ionForwardArrow {
  color: #fff !important;
  transform: none !important;
}

/*.divStorePhoneNumber:hover .bookApptTelePhoneIcon {
  color: #fff !important;
  transform: none !important;
  opacity: inherit !important;
}*/

.callStoreForApptIcon {
  color: #FFF !important;
  opacity: inherit !important;
  margin-right: 10px;
}

.button:hover ion-icon{
    transform: unset;
}


.divCallForAppt:hover .callStoreForApptIcon {
  color: #142537 !important;
  opacity: inherit !important;
  transform: none;
}

.aBackIcon {
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 15px;
}

.aPrivacyPolicyTextBookAppt, .privacyPolicyText {
  font-weight: 700;
  text-decoration: underline !important;
  color: #142537
}

.divReasonForVisitSelected {
  border: 1px solid #142537;
}

#divBookAppointmentCont {
  height: auto !important;
}

@media (max-width: 420px) {
  .divBookAappointmentWeddingDatepicker, .divBookAappointmentPanelDatepicker {
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  body .datepicker-dropdown.datepicker-orient-left:before {
    display: none;
  }

  body .datepicker-dropdown.datepicker-orient-left:after {
    display: none;
  }

  body.datePickerNoBgScroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden !important;
  }
}

.styled-form__section__heading {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#divStoreCountryCont .dropdown-menu.open input, #divStoreDrpCont .dropdown-menu.open input, #divSADrpCont .dropdown-menu.open input {
  font-size: 16px !important;
}

/*# sourceMappingURL=ateliermunro-appointments.css.map */

/*#endregion bootstrapCSS*/



/*#region Book Appointment Panel CSS*/
#divBookAppointmentCont .offcanvas-body {
  padding: 30px 50px 30px 20px;
}

.aBookAppointmentClose {
  /*position: absolute;
  padding: 0px;
  right: 15px;
  top: 30px;*/
}

  .aBookAppointmentClose .iconClose {
    font-size: 16px;
  }

.divBookAppointmentBackCont {
  /*margin-bottom: 50px;*/
}

.aBookAppointmentPrev {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 2;
}

  .aBookAppointmentPrev .bsIconExtraLarge {
    font-size: 16px;
  }

.top6 {
  top: 6px !important;
}

.bsIconExtraLarge {
  display: inline-block;
  font-size: 16px;
  top: 2px;
  position: relative;
}

.marginRight10 {
  margin-right: 10px !important;
}

.divBookAFittingCont .am-modal__inner {
  padding: 0px;
}

.singleSelectDropdown .dropdown-menu .dropdown-menu > li > a, .singleSelectSearchDropdown .dropdown-menu .dropdown-menu > li > a {
  padding: 5px 20px;
  display: block;
  white-space: nowrap;
}

.bookAptDropCont .bootstrap-select .dropdown-menu > li > a.active,
.bookAptDropCont .bootstrap-select .dropdown-menu > li > a:hover,
.bookAptDropCont .dropdown-menu > li > a:focus {
  background-color: #f5f5f5;
}

.selectSAContainer .dropdown-menu.open input, #divStoreSelection .dropdown-menu.open input {
  font-size: 16px !important;
}

#divStoreSelection .bs-searchbox .form-control, .selectSAContainer .bs-searchbox .form-control {
  margin-bottom: 10px;
  height: 50px;
  margin-top: 0px;
  border-top: 0px;
  box-shadow: none;
  border-left: 0px;
  border-right: 0px;
}

.divStoreCountryCont .bs-searchbox {
  padding: 4px 8px !important;
}

#divStoreSelection .dropdown-toggle.btn-default {
  min-height: 60px;
}

#divStoreSelection .dropdown-toggle.btn-default {
  padding: 6.5px 20px 6.5px 20px;
}

.divStoreCountryCont .btn.dropdown-toggle, .divStoreCountryCont .btn.dropdown-toggle {
  padding: 12px 20px 12px 20px;
  height: 50px;
  color: #142537;
  background: #FFFFFF;
  border: 1px solid #C4CED4;
  box-shadow: 0px 1px 2px rgba(48, 53, 76, 0.1);
  border-radius: 2px;
}

.divInspiBookStoreDrop {
  margin-top: 10px;
}

.divInspiBookCountryDrop {
  margin-top: 10px !important;
}

.dropdown-toggle::after {
  display: none !important;
}
/*#endregion Book Appointment Panel CSS*/


@media (min-width: 2100px) {
  .divStepsModalContent {
    padding-right: 50px;
    max-width: 680px;
  }

  #menu1 {
    max-width: 680px;
    padding-right: 50px !important;
  }
}


@media (min-width:2000px) and (max-width : 2099px) {
  .divStepsModalContent {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  #divSADrpCont .dropdown-menu {
    max-height: 235px !important;
  }
}

.selectSAContainer .dropdown-toggle.btn-default {
  min-height: 80px;
}


#menu1 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.divInspiBookCountryDrop .bootstrap-select .dropdown-menu.inner {
  padding: 0px !important;
}

.button.button--custom {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #152337;
  background: #ffffff;
}

  .button.button--custom:hover {
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #152337;
    color: #ffffff;
    background: #152337;
  }

.button.button--light:active, .button.button--light:focus {
  background-color: #FFFFFF;
  opacity: 1;
  color: #152337;
}

@media (max-width: 767px) {
  #divBookAppointmentCont .divStepsModalContent {
    /*height: 95vh;
    overflow-y: scroll;*/
  }
  .divBookApptContinueBtn{
      padding-bottom: 60px !important;
  }
}

#divBookAppointmentCont.offcanvas {
  width: 512px;
}

#divBookAppointmentCont .bootstrap-select > .dropdown-toggle {
  border-radius: 8px;
}

#divLocationCont {
  margin-bottom: 32px;
}

.divAppointmentDurationCont {
  float: right;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #89929B;
  font-size: 12px;
}

.divContinueBtnPageTwo {
  margin-top: 32px;
}


.divAppointmentTypeListItems {
  display: flex;
  padding: var(--spacing-padding-spacing-2, 16px) var(--spacing-padding-spacing-5, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-padding-spacing-3, 8px);
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--borders-strokes-border-primary, #C4CED4);
  background: var(--surface-background-surface-neutral, #FFF);
}

.divPreferredTimeOptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.selectedDate {
  display: flex;
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10.696px;
  color: #FFF;
  border-radius: var(--Radius-Radius-3xl, 481.304px);
  background: var(--surface-background-surface-secondary, #142537);
}

.divSameDayApptText {
  display: flex;
  padding: var(--spacing-padding-spacing-2, 16px) var(--spacing-padding-spacing-6, 48px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-padding-spacing-3, 8px);
  align-self: stretch;
  border-radius: var(--spacing-padding-spacing-3, 8px);
  border: 1px solid var(--icons-fill-icon-secondary, #142537);
  background: var(--surface-background-surface-neutral, #FFF);
}

.divCalenderDaysListWedding, .divWeekDaysHeaderWedding {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
}

.weddingCalendar-container {
  border: 1px solid #C4CED4;
  border-radius: 8px;
  padding: 16px 24px;
}

#PreferredWeddingDate .calendar-header {
  padding: 16px;
}

.divCalenderDaysListWedding div, .divWeekDaysHeaderWedding div {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10.696px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10.696px;
  flex-shrink: 0;
}


.divWeekDaysHeader, .divCalenderDaysList {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .divWeekDaysHeader div, .divCalenderDaysList div {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10.696px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.696px;
    flex-shrink: 0;
  }

.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.divAppointmentDateAndType {
  border-radius: 8px;
  border: 1px solid var(--borders-strokes-border-primary, #C4CED4);
  background: #FFF;
  padding: 16px;
  margin-top: 8px;
}

.calendar {
  font-size: 16px;
}


.divAppointmentDurationCont {
  float: right;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #89929B;
}

.divNumberOfGuestsCont, .divSuitsGuestsCont {
  display: flex;
  padding: var(--spacing-padding-spacing-2, 16px) var(--spacing-padding-spacing-5, 24px);
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: var(--spacing-padding-spacing-3, 8px);
  border: 1px solid var(--borders-strokes-border-primary, #C4CED4);
  background: var(--surface-background-surface-neutral, #FFF);
}

.divWeddingGuestsParentCont, .divSuitsGuestsParentCont {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.aBookAppointmentClose {
  display: flex;
  width: var(--Spacing-3, 24px);
  height: var(--spacing-padding-spacing-5, 24px);
  padding: var(--spacing-padding-spacing-3, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-padding-spacing-3, 8px);
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: var(--Radius-Radius-3xl, 360px);
  border: 1px solid var(--borders-strokes-border-primary, #C4CED4);
  background: var(--surface-background-surface-neutral, #FFF);
}

  .aBookAppointmentClose i {
    flex-shrink: 0;
    font-size: 16px;
  }

#divBookAppointmentCont .offcanvas-body {
  padding: 0px !important;
}

#divBookAppointmentCont .divParentSpacingCont {
  /*border-radius: 0 .25rem .25rem 0;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 20px;
    position: fixed;
    right: -38.5%;
    transition: all .24s ease-in;
    width: 38.5%;
    margin-top: 0px;*/
  padding-left: 48px ;
  padding-right: 48px ;
  padding-top: 96px !important;
  padding-bottom: 48px !important;
}

#menu8 .am-modal__inner {
  padding: 48px;
}

.button--light {
  border: 1px solid #C4CED4;
}

  .button--light:hover {
    border: 1px solid #142537;
  }

.button {
  font-family: "BasicCommercialLTPro", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  outline: 0;
  transition: color 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), background-color 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-appearance: none;
}

#bookAppntPhoneNumber{
    padding-left: 20px !important;
}

.calendar-header i {
  cursor: pointer;
}

.backButton {
  font-size: 12px;
  font-weight: 700;
  font-family: "BasicCommercialLTPro", sans-serif;
}

.pointerNone{
    pointer-events: none;
}

a:hover {
  color: #152337;
}

.booking-form__sa__image img {
  display: block;
  height: 40px;
  width: 32px;
  object-fit: cover;
  object-position: top;
  display: flex;
  width: 48px;
  height: var(--Spacing-6, 48px);
  justify-content: center;
  align-items: center;
  border-radius: var(--Radius-3xl, 360px);
  background: var(--surface-background-surface-tertiary, #EFEBE1);
}

.booking-form .bootstrap-select .booking-form__sa__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

input:not([type="checkbox"]):not(#inptPanel_Passwordb2C):not(:placeholder-shown):not(.ssoQuantityField):not(#inptPanel_UserNameb2C):not(:disabled):not([type="radio"]):not(.inputEnterOTP):not([type="range"]):not(.divShoppingBagQty):not(.inputStockAllocation):not(.rmTryOnQty) {
  border: 1px solid #152337;
  border-color: #152337;
}

button.prefilled-border {
  border: 1px solid #152337 !important;
  border-color: #152337 !important;
}

input:focus {
  box-shadow: 0 0 0 2px rgba(20, 37, 55, .2) !important;
  border: 1px solid #152337 !important;
  border-color: #152337 !important;
}

.iti__selected-dial-code, .iti__dial-code {
  display: block !important;
}

.iti__country {
  display: flex;
  align-items: center;
}
.iti__country-name {
  display: none;
}

#divStoreCountryCont .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: flex !important;
  align-items: center;
}