@charset "UTF-8";
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 10px;
}
.transition, .form-control, .btn, .underlined-title a, .underlined-title a:after, .auth-popup .popup-body .tabs-nav ul li a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.hide {
  display: none !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.nicescroll-rails-vr, .nicescroll-rails-hr {
  display: none !important;
}
.bg-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.bg-wrapper .bg-wrapper-inner {
  width: 100%;
  height: calc(100% + 30vh);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.bg-wrapper .bg-wrapper-inner .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-group {
  margin-bottom: 15px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  background: #fff;
  padding: 10px 15px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 1px;
  width: 250px;
  border: 1px solid transparent;
  outline: 0;
  height: 37px;
  font-size: 14px;
  float: left;
}
.form-control:focus {
  border-color: #3d6070;
}
.btn {
  height: 37px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 6px 14px;
  outline: 0;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 14px;
}
.btn.default {
  color: #fff;
  background: #3d6070;
  border: 1px solid #34525f;
}
.btn.default:hover, .btn.default:focus {
  background: #34525f;
}
.btn.yellow {
  color: #fff;
  background: #fdb801;
  border: 1px solid #e4a601;
}
.btn.yellow:hover, .btn.yellow:focus {
  background: #e4a601;
}
.btn.default[disabled] {
  cursor: not-allowed;
}
.btn.default[disabled]:hover, .btn.default[disabled]:focus {
  background: #3d6070;
}
.animate-when-pone-is-visible {
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
          animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tbt {
  -webkit-animation-name: tbt;
          animation-name: tbt;
}
.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes tbt {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tbt {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.underlined-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.underlined-title a {
  color: #3d6070;
  padding-bottom: 20px;
  display: block;
}
.underlined-title a:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #90aa9d;
  width: 100px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.underlined-title a:hover, .underlined-title a:focus {
  color: #90aa9d;
}
.underlined-title a:hover:after, .underlined-title a:focus:after {
  width: 140px;
}
.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
b, strong {
  font-weight: 700;
}
.wrap-table100 {
  width: 100%;
  margin-top: 4em;
  background: white;
  border: 1px solid #efefef;
}
.wrap-table100 .table100, .wrap-table100 table {
  width: 100%;
}
.wrap-table100 .table100 {
  border: 1px solid #efefef;
}
.wrap-table100 .table {
  border-spacing: 1px;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap-table100 table * {
  position: relative;
}
.wrap-table100 table td, .wrap-table100 table th {
  padding-left: 8px;
}
.wrap-table100 table thead tr {
  height: 50px;
  background: #3C5F6F;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wrap-table100 table tbody tr {
  height: 50px;
}
.wrap-table100 table tbody tr:last-child {
  border: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wrap-table100 table td, .wrap-table100 table th {
  text-align: left;
}
.wrap-table100 table td.l, .wrap-table100 table th.l {
  text-align: right;
}
.wrap-table100 table td.c, .wrap-table100 table th.c {
  text-align: center;
}
.wrap-table100 table td.r, .wrap-table100 table th.r {
  text-align: center;
}
.wrap-table100 .table100-head th {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
.wrap-table100 tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.wrap-table100 tbody tr {
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}
.wrap-table100 tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.light {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.light.light-red {
  -webkit-box-shadow: 1px 1px 4px #F22613;
          box-shadow: 1px 1px 4px #F22613;
  background: #F22613;
}
.light.light-green {
  background: #2ECC71;
  -webkit-box-shadow: 1px 1px 4px #2ECC71;
          box-shadow: 1px 1px 4px #2ECC71;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .top {
  background: #3c5f6f;
  color: #fff;
}
header .top .search a {
  display: inline-block;
  padding: 0.8em 0px;
}
header .top .fa {
  color: #fdb801;
}
header .top ul li {
  position: relative;
}
header .top ul li:not(:last-child) {
  margin-left: 0.5em;
}
header .top ul li:not(:last-child):after {
  content: ' ';
  background: #fdb801;
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 21px;
}
header .top ul li a {
  color: #fff;
}
header .top ul li a i {
  margin-left: 0.5em;
}
header .top ul li a:hover, header .top ul li a:focus {
  background: none;
  color: #fdb801;
}
.navbar-default {
  background: none;
  border: none;
  padding: 2em 0;
  margin: 0;
}
.navbar-default .navbar-nav {
  font-family: 'Montserrat';
}
.navbar-default .navbar-nav li a {
  text-transform: capitalize;
  color: #000;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
  color: #3c5f6f;
}
.navbar-default .navbar-brand {
  padding: 0;
  margin-top: -5px;
}
.specialists {
  background: #3c5f6f;
  padding: 0.8em 0;
  margin-bottom: 40px;
}
.specialists .specialist {
  width: 10%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.specialists .specialist img {
  width: 24%;
  margin: 0 auto;
}
.specialists .specialist h5 {
  display: none;
}
aside.search {
  border: 1px solid #efefef;
  padding: 30px;
}
aside.search .aside-title h2 {
  color: #3c5f6f;
  font-size: 20px;
  border-bottom: 1px solid #3c5f6f;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-top: 0;
}
aside.search .form-control {
  margin-bottom: 1.5em;
  width: 100%;
  height: 40px;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  border: 1px solid #efefef;
  font-weight: 300;
}
aside.search button {
  width: 49%;
  text-transform: capitalize;
  display: inline-block;
}
aside.search button.btn-primary {
  border-color: #3c5f6f;
  background: #3c5f6f;
}
aside.search button.btn-default {
  background: #efefef;
  border-color: #efefef;
}
.results .result {
  background: #f1f1f1;
  padding: 20px 20px 20px 14em;
  margin-bottom: 30px;
  position: relative;
  height: 190px;
}
.results .result .image {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 1.2em;
  top: 1.2em;
  background-size: cover !important;
}
.results .result .details .name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.results .result .details .name a {
  color: #3c5f6f;
}
.results .result .details .name a:hover {
  color: #000;
  text-decoration: none;
}
.results .result .details .desc {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin: 0.7em 0;
  font-family: inherit;
  max-height: 87px;
  overflow: hidden;
}
.results .result .details .list-info {
  padding: 0;
}
.results .result .details .list-info li {
  display: inline-block;
  margin-right: 1em;
  color: #444;
  font-size: 13px;
}
.results .result .details .list-info li i {
  color: #3c5f6f;
  margin-right: 0.5em;
}
.loading-section {
  text-align: center;
  padding-top: 3em;
  font-size: 22px;
  color: rgba(123, 123, 123, 0.72);
}
.btn-primary {
  background: #3c5f6f;
  border-color: #3c5f6f;
}
.btn-primary:hover, .btn-primary:focus {
  background: #345361;
  border-color: #345361;
}
#user-profile {
  padding-bottom: 3em;
}
#user-profile .user-image {
  width: 170px;
  height: 170px;
  background: #efefef;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-top: -4em;
  background-size: cover !important;
}
#user-profile .info-section .username {
  margin-bottom: 1em;
}
#user-profile .info-list {
  margin-bottom: 1.5em;
}
#user-profile .info-list li {
  margin-bottom: 0.7em;
}
#user-profile .info-list span {
  text-align: center;
  width: 15px;
  display: inline-block;
  font-size: 16px;
  margin-right: 0.4em;
}
#user-profile .info-list span i {
  color: #3c5f6f;
}
#user-profile .info-list .label {
  margin-top: 0.5em;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 11px;
}
#user-profile .make-appointment {
  border-radius: 50px;
  padding: 0.8em 1.5em;
  width: 90%;
}
#user-profile .details-section {
  margin-bottom: 1em;
  background: #efefef;
  padding: 0.4em 1em;
  border-radius: 3px;
}
#user-profile .details-section .title > h3 {
  color: #3c5f6f;
  margin: 0.5em 0 1em;
  font-size: 20px;
}
#user-profile .details-section .title > h3 i {
  margin-right: 0.3em;
}
#user-profile .side-list {
  border: 1px solid #3c5f6f;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 1em;
}
#user-profile .side-list .title {
  border-radius: 2px 2px 0 0;
  background: #3c5f6f;
  color: #fff;
  padding: 0.8em;
  margin: 0;
}
#user-profile .side-list .days-list li {
  padding: 1em 1em;
  font-weight: bold;
}
#user-profile .side-list .days-list li span {
  float: right;
  font-weight: normal;
  color: #a0a0a0;
}
#user-profile form {
  padding: 1em 0;
}
#user-profile form .form-control {
  margin-bottom: 1.5em;
  width: 100%;
  height: 40px;
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  border: 1px solid #e0dede;
  font-weight: 400;
}
#user-profile form .textarea {
  height: auto;
}
#user-profile form .btn {
  width: 100%;
  display: block;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  float: right;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: -5px 0.05em 0;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\2606";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "\2605";
  color: #fdb801;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "\2606";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "\2605";
  color: #fdb801;
}
:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}
#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}
.nav > li > a {
  padding: 10px 14px;
}
.update-profile {
  background: #3c5f6f;
  color: #fff;
  border-color: #3c5f6f;
}
.update-profile:hover {
  color: #efefef;
}
.checkbox-input {
  margin-bottom: 1px;
  padding: 5px;
}
.checkbox-input input {
  display: none;
}
.checkbox-input label {
  padding: 0.5em;
  background: #fff;
  border-color: #bfbfbf;
}
.checkbox-input label.btn-default {
  opacity: 0.7;
}
.checkbox-input label:hover, .checkbox-input label:focus, .checkbox-input label:active, .checkbox-input label.btn-primary {
  opacity: 1;
  background: #3c5f6f;
  border-color: #3c5f6f;
  color: #fff;
}
.alerts {
  position: fixed;
  bottom: 2em;
  right: 2em;
}
.alert {
  display: none;
  color: #fff;
}
.alert .fa {
  margin-left: 0.7em;
}
.alert.alert-success {
  background: #27ae60;
  border-color: #27ae60;
}
.alert.alert-danger {
  background: #c0392b;
  border-color: #c0392b;
}
.schedules-settings .form-group {
  position: relative;
}
.schedules-settings .form-group .fa {
  position: absolute;
  top: 12px;
  right: 9px;
  font-size: 17px;
  color: #3c5f6f;
}
.btn.full-btn {
  width: 100%;
  display: block;
  background: #3c5f6f;
  color: #fff;
  border-color: #3c5f6f;
}
.dashboard-list {
  border: 1px solid #efefef;
  border-radius: 3px;
}
.dashboard-list .list-group-item.head {
  background: #3c5f6f;
  color: #fff;
  border: none;
}
.dashboard-list a.list-group-item:not(.head) {
  border: none;
  width: 90%;
  display: block;
  margin: 0.3em auto;
  border-bottom: 1px solid #efefef;
}
.dashboard-list a.list-group-item:not(.head).active, .dashboard-list a.list-group-item:not(.head):hover {
  color: #26A65B;
  border: none;
  background: none;
  border-bottom: 1px solid #efefef;
}
.dashboard-list a.list-group-item:not(.head) i {
  display: none;
}
.dashboard-list a.list-group-item:not(.head) .badge {
  background: #F03434;
}
.dashboard-list a:last-child {
  border-bottom: none !important;
}
.booking-list .table {
  background: #fff;
  padding: 0.5em;
}
.booking-list .table thead tr th {
  background: #3c5f6f;
  color: #fff;
}
.no-results {
  font-size: 22px;
  padding-top: 5em;
  font-weight: bold;
  color: #8e8e8e;
}
.tile_count {
  padding: 1em 0 0;
}
.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  position: relative;
}
.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  position: relative;
  background: #efefef;
  padding: 1em;
  border-radius: 5px;
}
.tile_count .tile_stats_count:before {
  content: "";
  position: absolute;
  left: 0;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
.tile_count .tile_stats_count span {
  font-size: 13px;
}
.tile_count .tile_stats_count .count {
  font-size: 40px;
  line-height: 47px;
  font-weight: 600;
  color: #3c5f6f;
}
.tile_count .tile_stats_count span {
  font-size: 13px;
}
.tile_count .tile_stats_count .count_bottom i {
  width: 12px;
}
.tile_count .tile_stats_count .count_bottom i.green {
  color: #1ABB9C;
}
.tile_count .tile_stats_count .count_bottom i.red {
  color: red;
}
.submenu-list {
  margin-top: 2em;
}
.submenu-list ul.nav.nav-tabs {
  width: 100%;
  border-bottom: none;
}
.submenu-list ul.nav.nav-tabs li {
  width: 33%;
  border: none;
}
.submenu-list ul.nav.nav-tabs li a {
  border: none;
  border-bottom: 3px solid #efefef;
  color: #808080;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.submenu-list ul.nav.nav-tabs li.active a, .submenu-list ul.nav.nav-tabs li:hover a, .submenu-list ul.nav.nav-tabs li:focus a {
  border: none;
  border-bottom: 3px solid #3c5f6f;
  color: #3c5f6f;
}
.submenu-list ul.nav.nav-tabs li.active:hover a, .submenu-list ul.nav.nav-tabs li:hover:hover a, .submenu-list ul.nav.nav-tabs li:focus:hover a {
  border: none;
  border-bottom: 3px solid #3c5f6f;
}
.submenu-list ul.nav.nav-tabs li:hover a {
  border-radius: 0;
  background: none;
  border-bottom: 3px solid #fdb801 !important;
}
.no-padding {
  padding: 0;
}
.sub-section-header {
  float: left;
  width: 100%;
}
.sub-section-header h4 {
  display: inline-block;
  float: left;
  margin: 0;
}
.sub-section-header .btn {
  padding: 6px 10px;
  border-radius: 300px;
  font-size: 13px;
  border: none !important;
  color: #000;
  font-weight: 500;
  background: #fff;
}
.categories-list, .services-list {
  margin-top: 2em;
  float: left;
  width: 100%;
}
.categories-list li, .services-list li {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 0.5em;
}
.categories-list li h4, .services-list li h4 {
  margin: 0;
  display: inline-block;
  float: left;
  padding: 20px 13px;
}
.categories-list li ul.nav, .services-list li ul.nav {
  margin-top: 10px;
}
.categories-list li ul.nav li, .services-list li ul.nav li {
  display: inline-block;
  width: auto;
}
.categories-list li ul.nav li a, .services-list li ul.nav li a {
  color: #3c5f6f;
}
.categories-list li ul.nav li:hover a, .services-list li ul.nav li:hover a {
  color: #fdb801;
  background: none;
  cursor: pointer;
}
.categories-list li .update-form, .services-list li .update-form {
  padding: 0 1em;
  display: none;
  float: left;
  width: 100%;
}
.categories-list li .update-form .form-control, .services-list li .update-form .form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 42px;
  border: 1px solid #ccc;
}
.categories-list li .update-form .form-control:focus, .services-list li .update-form .form-control:focus {
  outline: none;
  border-color: #3c5f6f;
}
.categories-list li .update-form a, .services-list li .update-form a {
  float: right;
  margin: 0.4em 0;
  font-weight: 500;
  background: #3c5f6f;
  color: #fff;
  padding: 8px 20px;
  height: 37px;
  border-radius: 3px;
  text-decoration: none;
}
.categories-list li .update-form a:hover, .services-list li .update-form a:hover {
  text-decoration: none;
  background: #375766;
}
#locations-list {
  position: relative;
  float: left;
  width: 100%;
}
#locations-list .ui-autocomplete {
  top: 37px !important;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 1040px;
  max-width: 80%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #f0f0f0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header {
  padding: 0;
  border-bottom: 0;
}
.modal-header h3 {
  margin-top: 0;
  color: #3c5f6f;
  font-size: 20px;
}
.modal-body {
  margin: 0;
}
.modal-default-button {
  float: right;
}
.modal-footer {
  border-top: 0;
}
/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.appointment-modal .btn {
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 0;
}
.appointment-modal .btn:focus {
  outline: none;
}
.appointment-modal .modal-container {
  padding: 1em;
}
.appointment-modal .modal-body {
  padding: 0;
}
.appointment-modal .nav-pills {
  border-bottom: none;
}
.appointment-modal .nav-pills li {
  width: 20%;
  margin-right: 0;
  margin-left: 0;
}
.appointment-modal .nav-pills li a {
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #efefef;
  text-align: center;
  color: #b2b2b2;
  border-radius: 0;
}
.appointment-modal .nav-pills li.active a, .appointment-modal .nav-pills li.done a {
  font-weight: bold;
  background: none;
  color: #3c5f6f;
  border: none;
  border-bottom: 2px solid #3c5f6f;
}
.appointment-modal .tab-content {
  float: left;
  width: 100%;
  padding: 2em 1em;
}
.appointment-modal .tab-content #services .form-group {
  width: 49%;
  display: inline-block;
}
.btn-default {
  border-color: #efefef;
  background: #efefef;
}
.btn-default:hover {
  border-color: #E0E0E0;
  background: #E0E0E0;
}
.btn-warning {
  border-color: #fdb801;
  background: #fdb801;
  color: #000;
}
.btn-warning:hover {
  border-color: #E6A801;
  background: #E6A801;
  color: #000;
}
.update-service-form .form-control {
  width: 49.5%;
  margin-right: 0;
  display: inline-block;
  margin-bottom: 1em;
  max-width: 100%;
}
.day-label {
  background: #3c5f6f;
  padding: 2em 0;
  text-align: center;
  margin-bottom: 2em;
}
.day-label a, .day-label h4 {
  margin: 0;
  color: #fff;
}
.day-label a {
  margin-top: 10px;
  font-size: 12px;
  display: block;
}
.day-label a:hover {
  text-decoration: none;
  color: #fdb801;
}
.slog-item {
  background: #fff;
  border-radius: 3px;
  position: relative;
  padding: 1em 1em 0.6em;
  margin-bottom: 1em;
}
.slog-item h4 {
  margin: 0 0 0.7em;
}
.slog-item a {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #efefef;
}
.slog-item a:hover, .slog-item a:active, .slog-item a:focus {
  color: #fdb801;
  text-decoration: none;
}
.slog-item.select-slot {
  cursor: pointer;
}
.slog-item.selected {
  background: #3c5f6f;
}
.slog-item.selected h4 {
  color: #fff;
}
.slog-item.selected p {
  color: #fdb801;
}
.make-appointment-btn {
  width: 30% !important;
  margin: 2em auto 0 !important;
  float: none !important;
}
.time-slot-form {
  display: none;
  background: #fff;
  padding: 1em 0;
  border-radius: 3px;
  float: left;
  margin: 0 15px 1em;
}
.time-slot-form .form-group {
  margin-bottom: 15px !important;
}
.section-content .details-info:not(last-child) {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.internal-banner {
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.6))), url("../images/street-2262223_1920.jpg") center center no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url("../images/street-2262223_1920.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.internal-banner h2 {
  font-size: 40px;
}
.internal-pages .page-header {
  padding-bottom: 0.7em;
  border-bottom: 1px solid #efefef;
}
.internal-pages .page-header h4.title {
  color: #3c5f6f;
  font-size: 25px;
}
.builder-column {
  padding: 0;
}
.builder-column .tg-theme-heading h2 {
  color: #3c5f6f;
  font-size: 25px;
  margin: 0.8em 0;
}
.sc-dir-search ul {
  margin: 0;
  -webkit-column-count: 4;
          column-count: 4;
  list-style: none;
  padding: 1em 0;
}
.sc-dir-search ul li {
  margin-bottom: 0.9em;
}
.sc-dir-search ul li a {
  color: #000;
}
.sc-dir-search ul li a:hover {
  color: #3c5f6f;
}
.auth-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.auth-popup .popup-body {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 50px 4px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 50px 4px;
  width: 350px;
}
.auth-popup .popup-body .tabs-nav {
  border-bottom: 1px solid #efefef;
  font-size: 19px;
  font-weight: 700;
}
.auth-popup .popup-body .tabs-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-popup .popup-body .tabs-nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.auth-popup .popup-body .tabs-nav ul li:first-child {
  border-left: #efefef;
}
.auth-popup .popup-body .tabs-nav ul li a {
  color: #333;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #efefef;
  opacity: 0.8;
  text-decoration: none;
}
.auth-popup .popup-body .tabs-nav ul li a:hover, .auth-popup .popup-body .tabs-nav ul li a:focus {
  background: #fff;
  opacity: 1;
  color: #3c5f6f;
}
.auth-popup .popup-body .tabs-nav ul li a.active {
  background: #fff;
  opacity: 1;
  color: #3c5f6f;
}
.auth-popup .popup-body .tabs-content {
  padding: 30px;
}
.auth-popup .popup-body .tabs-content form .form-control {
  width: 100%;
}
.auth-popup .popup-body .tabs-content form .form-control:first-child {
  margin-top: 0;
}
.auth-popup .popup-body .tabs-content form .btn {
  width: 100%;
  height: 38px;
}
.internal-pages .page-content {
  min-height: 400px;
}
.internal-pages .form {
  background: #efefef;
  float: left;
  width: 100%;
  padding: 1em;
}
.main-page-wrapper {
  padding: 3em 0;
}
#submit-job-form h2 {
  float: left;
  width: 100%;
  color: #3c5f6f;
  margin: 2em 0 1em;
  font-size: 25px;
}
#submit-job-form fieldset {
  width: 100%;
  float: left;
  padding: 1.5em 0;
}
#submit-job-form fieldset:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#submit-job-form fieldset label {
  color: #000;
  margin-bottom: 0.2em;
  width: 20%;
  float: left;
}
#submit-job-form fieldset .field {
  width: 80%;
  float: left;
}
#submit-job-form fieldset .field .form-control {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  height: 50px;
}
.post-job-page {
  margin: 2em auto;
  padding: 0.5em 1.5em;
  background: #f7f7f7;
  width: 100%;
  float: left;
}
.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.contact_form .form-control {
  width: 100%;
}
.contact_form .form-group:last-child {
  margin-bottom: 1em;
}
.auth-post-job {
  padding: 2em 0;
  min-height: 350px;
}
.auth-post-job h2 {
  color: #3c5f6f;
}
.form-control {
  max-width: 100%;
}
.inline-btns-group .btn {
  display: inline-block;
}
.first-aid-image {
  background-size: cover !important;
  width: 100%;
  height: 300px;
}
.first-aid-title {
  text-align: center;
  margin: 2px auto 8px;
  font-size: 20px;
}
.marker-popup {
  position: relative;
}
.marker-popup .clinic-logo {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 104px;
  height: 104px;
  border-radius: 5px;
  background-color: #efefef;
  border: 1px solid #efefef;
  background-size: cover !important;
}
.marker-popup .popup-content {
  padding: 5px 1em 0;
  text-align: left;
}
.marker-popup .popup-content ul {
  padding: 0;
  margin: 0;
}
.marker-popup .popup-content ul li {
  margin-bottom: 0.5em;
}
.marker-popup .popup-content ul li i {
  color: #3c5f6f;
}
.marker-popup h4 {
  margin: 0px 0 10px;
  padding-bottom: 10px;
  color: #3c5f6f;
  text-transform: capitalize;
  border-bottom: 1px solid #efefef;
}
.ambulance-popup {
  position: relative;
  padding: 1em;
  max-width: 3000px;
}
.ambulance-popup .clinic-logo {
  position: absolute;
  left: 1em;
  top: 1em;
  width: 104px;
  height: 104px;
  border-radius: 5px;
  background-color: #efefef;
  border: 1px solid #efefef;
  background-size: cover !important;
}
.ambulance-popup .popup-content {
  padding: 5px 1em 0;
  text-align: left;
}
.ambulance-popup .popup-content ul {
  padding: 0;
  margin: 0;
}
.ambulance-popup .popup-content ul li {
  margin-bottom: 0.5em;
}
.ambulance-popup .popup-content ul li i {
  color: #3c5f6f;
}
.ambulance-popup h4 {
  margin: 0px 0 10px;
  padding-bottom: 10px;
  color: #3c5f6f;
  text-transform: capitalize;
  border-bottom: 1px solid #efefef;
}
.user-social-icons {
  list-style: none;
  margin-bottom: 1em;
}
.user-social-icons li {
  display: inline-block;
  margin-left: 0.5em;
}
.user-social-icons li a {
  background: #3c5f6f;
  color: #fff;
  padding: 0.5em;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  margin-bottom: 8px;
}
.user-social-icons li a:hover {
  background: #365563;
}
.details-info .form-group {
  margin-bottom: 0;
}
.can-toggle {
  position: absolute;
  top: 27%;
  left: 85%;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #5e5d5d;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
          transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 50px;
  font-size: 13px;
  line-height: 30px;
  width: 50px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 38px;
  line-height: 26px;
  font-size: 12px;
  padding: 0 9px 0 7px;
}
.can-toggle label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(44px, 0, 0);
          transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 50px;
  font-size: 13px;
  line-height: 30px;
  width: 50px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 38px;
  line-height: 26px;
  font-size: 10px;
  padding: 0 9px 0 7px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(78px, 0, 0);
          transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 50px;
  font-size: 13px;
  line-height: 30px;
  width: 50px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 38px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 9px 0 7px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  color: #2b2a2a;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
  color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
  color: #375765;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #456d80;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #33515e;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
  background-color: #3c5f6f;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  color: #2a434e;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #515151;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
          transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 50px;
  font-size: 13px;
  line-height: 30px;
  width: 50px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 38px;
  line-height: 26px;
  font-size: 13px;
  padding: 0 9px 0 7px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.privacy-groups {
  background: none;
}
.privacy-groups .form-group {
  margin-bottom: 1em;
  background: #efefef;
  padding: 0.4em 1em;
  border-radius: 3px;
}
.v-select.searchable .dropdown-toggle, .v-select input[type=search], .v-select input[type=search]:focus {
  border: none !important;
}
.v-select {
  padding: 0;
}
.add-education-form {
  display: none;
}
.educations-list .item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 0.7em 1em;
  margin-bottom: 0.8em;
  border: 1px solid #e0e0e0;
}
.educations-list .item .field-title {
  position: relative;
}
.educations-list .item .field-title h3 {
  line-height: 24px;
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  text-transform: capitalize;
}
.educations-list .item .field-title .actions-list {
  position: absolute;
  top: 0;
  right: 0;
}
.educations-list .item .school-title h4 {
  line-height: 25px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
}
.educations-list .item .date {
  color: #888888;
  font-size: 14px;
}
.educations-list .item .description {
  margin-top: 0.5em;
  border-top: 1px solid #efefef;
  padding-top: 0.5em;
}
.inline-block {
  display: inline-block;
}
.specialists-list {
  max-width: 100%;
  padding: 0;
}
.call-center-header {
  position: absolute;
  top: 0;
  z-index: 9999999;
  width: 100%;
  background: #fff;
  opacity: 0.7;
}
.call-center-header:hover {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0;
  }
  .countries-list {
    -webkit-columns: 2;
            columns: 2;
  }
  .countries-list li {
    width: 49%;
  }
}
.call-center-info {
  position: absolute;
  top: 11em;
  left: 2em;
  width: 300px;
}
.call-center-info .info-section {
  display: none;
  background: white;
  padding: 1em;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-top: 3em;
}
.toggle-call-center-settings, .toggle-emergency-list {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 1em;
  font-size: 26px;
  position: relative;
}
.toggle-call-center-settings .number, .toggle-emergency-list .number {
  background: red;
  font-size: 17px;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  left: -17px;
  top: -3px;
  padding: 0;
  border: 3px solid #fff;
}
.emergency-list-table {
  display: none;
}
.tooltip {
  z-index: 9999999999;
}
.emergency-list {
  position: absolute;
  top: 11em;
  right: 2em;
  width: 600px;
}
.emergency-list .table100 {
  max-height: 500px;
  overflow: auto;
}
.patient-into {
  position: fixed;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #3b5e6f;
  color: #fff;
  padding: 1em;
  width: 350px;
  border-radius: 4px;
}
.patient-into i {
  color: #fdb801;
}
.patient-into ul li {
  margin-right: 1em;
}
.page-actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.clinic-table {
  margin-top: 2em;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.clinic-table thead tr th {
  background: #3c5f6f;
  color: #fff;
}
.clinic-table tbody tr td {
  text-transform: capitalize;
}
.send-team-section {
  position: absolute;
  width: 300px;
  top: 13em;
  left: 1em;
}
.send-team-section .send-team-toggle {
  width: auto;
  margin-bottom: 1em;
  border-radius: 400px;
  display: inline-block;
}
.send-team-section .send-team-toggle i {
  font-size: 20px;
  margin-right: 0.3em;
}
.send-team-section form {
  background: #fff;
  padding: 1em !important;
  border-radius: 15px;
  display: none;
}
.send-team-section form label {
  font-weight: normal;
}
.send-team-section form .form-control.v-select {
  margin: 1em auto !important;
  height: auto;
}
.send-team-section form input.form-control {
  margin: 0 !important;
}
.full-map {
  background: #3c5f6f !important;
  height: auto !important;
}
.full-map:hover {
  background: #3c5f6f !important;
}
.connect-dispatch-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 3em;
  z-index: 999999999999999999999999999999;
}
.connect-dispatch-popup .model-body {
  background: #fff;
  width: 50%;
  border-radius: 10px;
  padding: 2em;
  margin: 5% auto 0;
}
.connect-dispatch-popup .model-body textarea {
  width: 100%;
}
.connect-dispatch-popup .model-body .note-section {
  margin: 1em auto;
}
.connect-dispatch-popup .model-body .ambulance-name {
  font-size: 20px;
  font-weight: bold;
}
.connect-dispatch-popup .model-body .location {
  color: #3c5f6f;
  font-size: 16px;
}
.connect-dispatch-popup .model-body .submit-section button {
  display: inline-block;
  margin-right: 1em;
}
.dispatchers-comments {
  position: fixed;
  bottom: 2em;
  right: 4em;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 400px;
  -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 19px rgba(0, 0, 0, 0.2);
  max-height: 330px;
  overflow: auto;
}
.dispatchers-comments ul {
  margin: 0;
}
.dispatchers-comments ul li {
  margin-bottom: 1em;
}
.dispatchers-comments ul li .dispatcher-name {
  font-weight: bold;
  font-size: 14px;
  color: #3c5f6f;
}
.dispatchers-comments ul li .comment p {
  margin: 0.5em auto;
  font-size: 12px;
}
.dispatchers-comments ul li .date {
  color: #909090;
  font-size: 12px;
}
.dispatch-comments-btn {
  position: absolute;
  right: 0;
  top: 3em;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  font-size: 23px;
}

.location-log-filter-box {display:flex !important; }
.location-log-filter-box #date-filter { display: flex; }
.location-log-filter-box #date-filter li { padding: 0px 5px;}
.location-log-filter-box .navbar-right .form-control { width:180px; }
.location-log-filter-box .navbar-right .locationclose { margin-left: -20px; }

.location-log-filter-box .location-log-filter { display: flex; }

.location-log-filter-box input[type="date"].form-control { line-height: 20px; }


.popup-box { max-width:900px; margin:0px auto; background:#ffffff; padding:0px 15px; overflow:hidden;     }
.mission-frm { padding:15px 0;}
.mission-frm select { border:#CCC solid 1px; padding:10px 30px 10px 10px; font-size:12px; width:100%; background:url(../images/arrow.png) 95% 50% no-repeat; -moz-appearance: none;  }
.mission-frm textarea { border:#CCC solid 1px; padding:10px; font-size:12px; width:100%; margin-top:15px; height:123px;   }

.tab-section { padding:20px 0 0 0; }
.tab-content { border:1px solid #ddd; border-top:none; padding:0px;}
  
.assigned-right { border-right:#ddd solid 1px;}

.assigned-box { margin:0px; padding:0px;  }
.assigned-box h3 { margin:0px; padding:15px 15px; font-size:16px; font-weight:bold; font-weight:600; border-bottom:#ddd solid 1px; margin:0 -15px; color: #3c5f6f;}

.assigned-list { margin:0 -15px; max-height:510px; overflow:hidden; overflow-y:auto; }
.assigned-list ul { list-style:none; margin:0px; padding:0px; }
.assigned-list ul li { padding:10px 15px; border-bottom:#ddd solid 1px; position: relative;}
.assigned-list ul li span { display:block; padding:0 15px 0 0; }
.assigned-list ul li:last-child { border-bottom:none;}
.assigned-list ul li a.close-icon { position:absolute; right:15px; top:9px; background:url(../images/close-icon.png) 0 0 no-repeat; width:20px; height:20px; background-size:20px;}

.presets-frm { padding:0px; }
.presets-list { margin:0px; max-height:286px; overflow:hidden; overflow-y:auto; }
.presets-list ul { list-style:none; margin:0px; padding:0px; }
.presets-list ul li { padding:10px 15px; border-bottom:#ddd solid 1px; position: relative; overflow:hidden;}
.presets-list ul li span { display:block; padding:0 15px 0 0; float: left; line-height: 26px; }
.presets-list ul li:last-child { border-bottom:none;}
.presets-list ul li a.add-btn { float:right; background:#5cb85c; color:#fff; padding:5px 15px; text-decoration:none; border-radius:5px; line-height: 19px;}
.presets-list ul li a.add-btn:hover { opacity:0.8;}

.user-type { padding:15px 15px 10px 15px;}

.activate-btn { padding:20px; border-top:#ddd solid 1px; margin:0 -15px; text-align:center; }
.activate-btn input[type="submit"] { color: #fff; background-color:#3d6070; border:none; padding:12px 25px; font-weight:bold; font-size:16px; border-radius:5px;}
.activate-btn input[type="submit"]:hover { opacity:0.8;}

.nav-tabs > li > a {background:#f0f0f0;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {background:#3d6070;color:#fff; border-color:#fff;}

.mission-frm textarea { height:123px!important; } 


@media (max-width: 767px)  { 

.assigned-right { border:none;}

}


.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
 position:relative; left:auto; right:auto; top:auto;}
 .fancybox-skin { overflow: hidden; }

.presets-list .emp-msg { padding: 15px 15px 10px 15px; } 

.error { color: #fa503a; }

.mission-top label { display: block; }
.mission-top input[type="text"] { border:#CCC solid 1px; padding:10px 30px 10px 10px; font-size:12px; width:100%; margin-bottom:10px  }
.locationclose{margin-left: -14px;margin-top: 15px;width: 11px;}

.ajax-loader {width: 60px;height: 60px;position: fixed;left: 0px;right: 0px;z-index: 99999999999;top: 50%;margin: -30px auto 0px auto;}



.overlay-box { position: fixed;height: 100vh;width: 100%;top: 0px;}

.exit-full-map { position: absolute; right: 63px; top: 12px; z-index: 999999;}







/*RTL CSS Start*/


.body-rtl .mission-frm { direction:rtl;}

.body-rtl #myModalLabel { text-align:right; }
.body-rtl .modal-header .close { float:left;}

.body-rtl .assigned-box h3 { text-align:right;}
.body-rtl .assigned-right {float:right; border-left: #ddd solid 1px;}

.body-rtl .mission-top label { text-align:right;}

.body-rtl .presets-list ul li a.add-btn { float:left;}
.body-rtl .presets-list ul li span { float:right;}
.body-rtl .assigned-list ul li { text-align:right;}
.body-rtl .assigned-list ul li a.close-icon { left:15px; right:auto; }

.body-rtl .nav-tabs { padding:0px;}
.body-rtl .nav-tabs > li { float:right;}
.body-rtl .nav-tabs > li > a { margin-left:2px; margin-right:0px; }
.body-rtl .assigned-list { margin:0 -10px; }
.body-rtl .presets-list { text-align:right;}


.body-rtl .form-horizontal .control-label { float:right; text-align:right;}
.body-rtl .form-group .col-md-6 { float:right;}
.body-rtl .modal-footer button { float:left; }
.body-rtl .mission-frm select { background: url(/images/arrow.png) 5% 50% no-repeat; padding: 10px 10px 10px 30px; text-align:right;}

.body-rtl .fancybox-close { left:0px}





.body-rtl .emergency-list { width:50px; left:2em;}

.body-rtl .call-center-info { width:50px; right:2em; left:auto; }

.body-rtl .send-team-section { right:7em; left:auto!important; }

.body-rtl .send-team-section .send-team-toggle { float:right;}

.body-rtl .navbar-header { float:right; }

.body-rtl #navbar.navbar-collapse { float:left; }

.body-rtl .navbar-nav > li { float:right; direction: rtl; }

.body-rtl #locations-list { margin-left:2em; margin-right: 0em;}

.body-rtl .locationclose { position:absolute; left:25px; }

.body-rtl #locations-list .form-control { padding:10px 15px 10px 30px; }


.body-rtl .login-form { direction:rtl; }

.body-rtl .mission-frm .mission-row .col-sm-6 {
    float: right;
}



















