@charset "UTF-8";
/* vars.scss */
.clearfix {
  *zoom: 1;
}
.clearfix :after {
  clear: both;
}
.clearfix {
  /*  :before, :after {
      content: " "; !* 1 *!
      display: table; !* 2 *!
    }*/
}

.cms-form-input  {
  border:  2px solid  #ddd;
  -webkit-box-shadow:  none;
  -moz-box-shadow:  none;
  box-shadow:  none;
  border-radius:  3px;
  -webkit-border-radius:  3px;
  -moz-border-radius:  3px;
}

.cms-form-label-500 {
  font-weight: 500;
}
.cms-form-label-500 label {
  font-weight: 500;
}
.cms-form-label-lineheight {
  line-height: 32px;
}
.cms-form-textarea-lg-input {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}
.cms-form-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.cms-form-input-invalid {
  border: 2px solid #e03416;
  background-color: rgba(224, 52, 22, 0.1411764706);
}

.radio-group-highlight {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #f5f5f5;
}

.cms-alert-warning {
  padding: 5px;
  margin: 15px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.required {
  color: #e03416;
}

.field-error-message {
  color: #fff;
  background-color: #e01436;
  padding: 1px 5px;
  border-radius: 3px;
}

.ui-invalid-input {
  border: 2px solid #e03416 !important;
  background-color: rgba(224, 52, 22, 0.1411764706);
}

.cms-form-label-margin {
  margin-top: 15px;
}

.cms-button-highlight:hover {
  background-color: #f60 !important;
}

.cms-stepper {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  margin: 25px 0px;
}
.cms-stepper-list-item {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.cms-stepper-list-item:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-left: 20px solid #ddd;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.cms-stepper-list-item:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  width: 20px;
  height: 40px;
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.cms-stepper-list-item.cms-stepper-list-item-active {
  color: #00599c;
  position: relative;
  font-weight: 700;
}
.cms-stepper-list-item.cms-stepper-list-item-active:before {
  border-left: 20px solid #00599c;
}
.cms-stepper-list-item.cms-stepper-list-item-active .cms-step-highlight:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  transition: 500ms ease-in-out;
  border: 1px solid #00599c;
}

.cms-step-highlight {
  position: relative;
}
.cms-step-highlight:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0%;
  transition: 500ms ease-in-out;
}

.cms-container {
  padding: 0px 30px;
}

.success {
  padding: 10px 10px 10px 40px;
  border: 1px solid #90a03e;
  overflow: hidden;
  zoom: 1;
  background: #bed352 url(../../images/icons/ico-success.gif) no-repeat 15px 12px;
}

.inline-block {
  display: inline-block;
}

.cookie-modal {
  width: 100%;
  display: none;
  background-color: #eaeaea;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
}

.cookie-left-content {
  padding-right: 15px;
}

.cookie-compliance {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.cookie-modal-content {
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 15px;
  box-sizing: border-box;
}
.cookie-modal-content .center {
  text-align: center;
}
.cookie-modal-content a:hover {
  color: #ff6600 !important;
}
.cookie-modal-content h3 {
  font-size: 125%;
  font-weight: bold;
  color: #434343;
  padding: 0 0 10px;
  margin: 0px;
}
.cookie-modal-content p {
  padding: 0;
  text-align: justify;
}
.cookie-modal-content .accept-cookie-btn {
  margin-right: 15px;
}
.cookie-modal-content .accept-cookie-btn:hover {
  background-color: #FF6600 !important;
}
.cookie-modal-content .block-cookie {
  padding-top: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 280px) and (max-width: 767px) {
  .cookie-modal-content {
    width: 100%;
    display: table;
    vertical-align: middle;
    padding: 15px;
    box-sizing: border-box;
  }
  .accept-cookie-btn {
    width: 100% !important;
    font-size: 12px;
  }
  .cookie-left-content {
    width: 100%;
    padding: 0;
  }
  .cookie-compliance {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    white-space: inherit;
    text-align: center;
  }
}

.form-style{
  font-size: 14px !important;
  color: #555 !important;
}

.cms-input-width-auto {
  min-width: 100% !important;
  width: 100% !important;
  padding-bottom: 4px;
}

.cms-table-highlight tr th {
  background-color: #00599c !important;
  color: #fff;
  font-weight: 500 !important;
  /*&:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
  }
  &:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
  }*/
}

.dataTables_paginate .paginate_button {
  background: transparent !important;
  border-radius: 3px !important;
  border: 1px solid #ddd !important;
}
.dataTables_paginate .paginate_button.current {
  background-color: #00599c !important;
  color: #fff !important;
  border: 1px solid #00599c;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  color: #fff !important;
  border: 1px solid #00599c !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button.current:focus {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
  color: #2f2f2f !important;
  box-shadow: none !important;
}

.backto-search {
  margin-top: 5px;
  margin-bottom: 10px;
}

.cms-job-table {
  padding-left: 0px;
}

.cms-job-table td:first-child {
  font-weight: 600;
}

.cms-job-description {
  margin-bottom: 15px;
}

.cms-jobpost-socialmedia {
  width: 140px;
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
}
.cms-jobpost-socialmedia-list {
  display: inline-block;
}
.cms-jobpost-socialmedia-list-item {
  float: left;
  display: block;
}
.cms-jobpost-socialmedia-link {
  display: block;
  padding: 0px 5px;
  border: 1px solid #00599c;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 10px;
  transition: 500ms ease-in-out;
}
.cms-jobpost-socialmedia-link:hover {
  color: #0081e2;
  border-color: #0081e2;
  transition: 500ms ease-in-out;
}
.cms-jobpost-socialmedia-link:hover .fa {
  transform: translateY(2px);
  transition: 500ms ease-in-out;
}
.cms-jobpost-socialmedia-label {
  color: #00599c;
}

.cms-input-applyjob {
  width: 240px;
  height: 2.125rem;
}

.content-first {
  margin: 25px 0px;
}

.cms-footer {
  margin-top: 25px;
}

.cms-button-normal {
  min-height: 34px !important;
  /*font-weight: 600 !important;*/
}

.cms-button-highlight:hover, .cms-button-highlight:focus {
  color: #fff !important;
}

.cms-alert {
  position: relative;
  padding: 10px 10px 10px 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cms-alert-small {
  padding: 5px;
}
.cms-alert-small .cms-alert-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.cms-alert-small .cms-alert-icon:after {
  margin: 5px !important;
  font: normal normal normal 10px FontAwesome !important;
}
.cms-alert-success {
  background-color: rgba(92, 165, 51, 0.25);
  color: #2f2f2f;
  border: 0.9px solid rgba(92, 165, 51, 0.6);
}
.cms-alert-success .cms-alert-icon {
  background-color: #5ca533;
}
.cms-alert-success .cms-alert-icon:after {
  content: "";
  display: block;
  margin: 6px 12px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(47deg);
}
.cms-alert-warning {
  color: #000;
}
.cms-alert-warning .cms-alert-icon {
  background-color: #f7c50d;
  color: #000;
}
.cms-alert-warning .cms-alert-icon:after {
  content: "\f071";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  margin: 7px 9px;
}
.cms-alert-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.cms-alert-icon-position {
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 24px;
}
.cms-alert-icon:after {
  display: block;
}

.content-first-pl-none {
  padding-left: 0px;
}

.radio-group-list label {
  align-items: start;
  display: inline-flex;
  gap: 0.5rem;
}
.radio-group-list label > input {
  margin-top: 0.25rem;
}

.cms-formgroup-textarea {
  margin-bottom: 15px;
}

.cms-panel-hide {
  color: #00599c;
  cursor: pointer;
  position: relative;
  top: -7px;
  background-color: #fff;
  padding: 2px 6px;
}
.cms-panel-hide:hover {
  color: #f60;
}

.cms-content-pl-none {
  padding-left: 0px;
}

.cms-modal-small {
  width: 335px;
}
.cms-modal-header {
  padding: 10px 15px;
}
.cms-modal-header-primary {
  background-color: #00599c;
}
.cms-modal-primary .cms-modal-close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-weight: 500;
  margin-top: 0px;
}

.crs-modal-small {
  width: 390px;
}

.subscribe-modal-icon {
  color: #fff;
  background-color: #00599c;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: inline-block;
  padding: 12px;
  font-size: 20px;
}
.subscribe-modal-label {
  color: #2f2f2f;
  margin: 10px 0px;
}
.subscribe-modal-button {
  margin: 15px 0px;
}

.cms-nav-list-style {
  list-style: disc;
  padding-left: 30px;
}

.cms-custom-grid-layout {
  padding-right: 35px;
}

.h4.careersSummaryHeader {
  font-weight: bold;
}

.cms-modal-header {
  background-color: #00599c;
}
.cms-modal-header-primary {
  background-color: #00599c;
}

.crs-modal-header-primary {
  background-color: #00599c;
}

.modal-header {
  color: #fff !important;
  font-size: 15px !important;
}

.cms-custom-grid-layout {
  padding-right: 35px;
}

.h4.careersSummaryHeader {
  font-weight: bold;
}

.cms-modal-header {
  background-color: #00599c;
}

.cms-modal-header-primary {
  background-color: #00599c;
}

/*** CAREERS CMS ***/
.crs-label-green {
  color: #5ca533;
}
.crs-label-red {
  color: #e03416;
}

.crs-jobapplication-subheading {
  border-bottom: 1px solid #ddd;
  padding: 10px 30px 10px 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.crs-card-normal {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.crs-jobattachment-label {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.crs-jobedit {
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 24px;
}

.crs-applicant-summary-row {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}

.crs-jobapplication-header {
  position: relative;
}

@media (max-width: 767px) {
  .crs-footer-blue {
    background-color: #00599c !important;
  }
}
.crs-subscribe-message.error {
  padding: 10px 10px 10px 40px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.crs-subscribe-message.error:before {
  position: absolute;
  left: 15px;
  color: #e03416;
  content: "\f05a";
  font: normal normal normal 14px FontAwesome;
  font-size: 22px;
}
.crs-subscribe-message.error {
  border: 1px solid #d51d1d !important;
  background-color: #ffcece;
  color: #000;
}

.crs-subscribe-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.subscibe-modal-message {
  margin-bottom: 15px;
  font-weight: 700;
}

.steps-radio .radio-inline {
  padding-top: 30px;
}
.steps-radio .field-error-message {
  display: block;
  left: -20px;
  position: relative;
  top: -20px;
}
.steps-radio + .radio-inline + .steps-radio + .radio-inline:not(:first-child) {
  padding-top: 50px;
}

.info-section-content .dataTables_filter input {
  margin: 20px 0px 15px 15px;
  border: 2px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 34px;
  padding: 6px 12px;
}
.info-section-content .dataTables_filter {
  display: none;
}
.info-section-content .dataTables_length select {
  border: 2px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 34px;
  padding: 6px 12px;
  margin: 0px 15px;
}
.info-section-content .dataTables_length {
  padding-bottom: 15px;
}

.crs-search-button {
  margin-top: 21px;
}

.crs-warning-message.error {
  padding: 10px 10px 10px 45px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.crs-warning-message.error:before {
  position: absolute;
  left: 15px;
  color: #e03416;
  content: "\f06a";
  font: normal normal normal 14px FontAwesome;
  font-size: 22px;
}
.crs-warning-message.error {
  border: 1px solid #d51d1d !important;
  background-color: #ffcece;
  color: #000;
  line-height: 1.3;
  font-size: 15px;
}

.ui-tooltip-window {
  z-index: 999999;
  text-align: center;
  color: white;
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  .ui-tooltip-window {
    display: none !important;
  }
}
.ui-tooltip-title {
  padding: 5px;
  width: 200px;
  border-radius: 6px;
  border-bottom: 1px solid #c8ccce;
  color: #eaeaea;
  font-size: 100%;
  background: black;
}

.steps-header-info {
  margin: 15px 0px;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
  .cms-form-button-footer a:first-child {
    margin-bottom: 15px;
    clear: both;
  }
}
.job-availability-form .dropdown-4 .cms-form-input:not(:last-child) {
  margin-right: 2%;
}
@media screen and (min-width: 760px) and (max-width: 1068px) {
  .job-availability-form .dropdown-4 .cms-form-input {
    width: 21%;
  }
}
.job-availability-form .dropdown-4 .cms-form-input {
  width: 22%;
  float: left;
}
@media screen and (min-width: 601px) and (max-width: 759px) {
  .job-availability-form .dropdown-4 .cms-form-input {
    width: 45%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .job-availability-form .dropdown-4 .cms-form-input {
    width: 44%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 601px) and (max-width: 759px) {
  .job-availability-form .control-label {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .job-availability-form .control-label {
    text-align: left;
  }
}
.job-availability-child-row {
  margin-top: 15px;
}

.button-add-default {
  color: #0389ff;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}
.button-add-default:hover {
  color: #00599c;
  text-decoration: none;
}
.button-close {
  display: inline-block;
  color: #e93a05;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  transform: rotate(-45deg);
}
.button-close:hover {
  color: #e93a05;
  text-decoration: none;
}

.dropdown-availability-child-row {
  margin-top: 15px;
}

.availability-table > tbody > tr > td {
  vertical-align: text-top;
}

.availability-padding-left {
  padding-left: 5px;
}
.availability-input {
  position: relative;
  display: block;
  cursor: pointer;
}
.availability-section-date {
  position: absolute;
  right: 0;
  padding: 4px 10px;
  top: 3px;
  color: #003b69;
}

.invalid-input-field {
  border: 2px solid #e03416 !important;
  background-color: rgba(224, 52, 22, 0.1411764706);
}

.default-input-field {
  border: 2px solid #0389ff !important;
}

.disable-first-row {
  background-color: #C8CCCE;
  pointer-events: none;
}

@media screen and (min-width: 601px) and (max-width: 759px) {
  .avail-dropdown-heading {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .avail-dropdown-heading {
    display: none;
  }
}
.avail-dropdown-heading .wrap-span {
  width: 66.66666667%;
}
@media screen and (min-width: 601px) and (max-width: 759px) {
  .avail-dropdown-heading .wrap-span {
    width: 100%;
  }
}
.avail-dropdown-heading .wrap-span {
  display: block;
  float: left;
  padding-left: 15px;
  margin-bottom: 15px;
}
.avail-dropdown-heading .wrap-span span {
  display: block;
  float: left;
  font-weight: 600;
}
@media screen and (min-width: 760px) and (max-width: 1068px) {
  .avail-dropdown-heading .wrap-span span {
    width: 21%;
  }
}
.avail-dropdown-heading .wrap-span span {
  width: 22%;
  display: block;
  float: left;
  padding: 0px 0px 0px 5px;
}
.avail-dropdown-heading .wrap-span span:not(.first-child) {
  margin-right: 1%;
}
.avail-dropdown-heading .wrap-span span:first-child {
  padding-left: 0px;
}
.avail-dropdown-heading .empty-placeholder {
  display: inline-block;
  width: 33.3333333%;
  float: left;
  padding: 0px 15px;
  margin: 0px;
}
@media screen and (min-width: 601px) and (max-width: 759px) {
  .avail-dropdown-heading .empty-placeholder {
    display: none;
  }
}
@media screen and (max-width: 759px) {
  .avail-dropdown-heading .empty-placeholder {
    display: none;
  }
}
.avail-dropdown-heading .empty-placeholder::after {
  content: ".";
  color: #ffffff;
  font-size: 1px;
  display: block;
}

#query-search .ui-autocomplete {
  width: 433px !important;
  z-index: 100;
  display: block;
  border: 2px #9b9b9c;
}

.departments-box {
  height: 100px !important;
  overflow-y: scroll;
}
.checkbox label, .radio label {
  padding-left: 20px;
}
.checkbox label{
  font-weight: normal;
}

.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px;
}

#query-search .ui-autocomplete {
  width: 500px !important;
  z-index: 2;
}

.search-suggestion-table {
  width: 500px !important;
  z-index: 5;
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #d5d5d5;
}

.search-suggestion-td {
  width: 500px;
  padding: 3px 7px 5px 25px;
  font-weight: bold;
  font-size: 12px;
}
.search-suggestion-td:hover {
  width: auto;
  background-color: #00599c;
  color: #ffffff;
}

.search-suggestion-color {
  background-color: #ffffff !important;
}

.no-left-padding {
  padding-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

.back-to-search-button {
  background-color: #00599C;
  color: #FFFFFF;
}
.back-to-search-button:hover, .back-to-search-button:focus {
  color: #fff !important;
}

.job-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
  font-size: 18px;
}

.cms-job-table > table > tbody > tr:nth-of-type(odd) > * {
  background-color: #f9f9f9;
}

#jobTable_length label {
  font-weight: bold;
}

#jobTable_length select {
  font-weight: bold;
}

#jobTable_length select option {
  font-weight: normal;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  color: #295188;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.no_cellspacing {
  border-collapse: collapse;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.cms-form-input {
  font-size: 14px;
  color: #555;
  height: 34px;
}

.h4, h4 {
  font-size: 18px;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.h1, h1 {
  font-size: 2.25rem;
}

.h2, h2 {
  font-size: 1.875rem;
}

.h3, h3 {
  font-size: 1.5rem;
}

.h6, h6 {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-width: 600px;
  }
}
.btn-close {
  font-size: 10px;
  filter: invert(1);
  opacity: 1;
  width: 0.75rem;
  height: 1.31rem;
  padding: 0;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.col-form-control {
  padding: 0.375rem 0.75rem;
  outline-color: rgba(0, 129, 226, 0.5019607843);
}


.form-style {
  font-size: 14px !important;
  color: #555 !important;
}

.checkbox label, .radio label {
  padding-left: 20px;
}

.checkbox label {
  font-weight: normal;
}

.checkbox+.checkbox,.radio+.radio {
  margin-top: -5px;
}


@media (max-width: 910px) {
  .cms-stepper-list-item-active {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=site.css.map */

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.datepicker {
  width:200px;
  font-size: 14px;
  height:auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Soft shadow */
  border: 1px solid #ccc;
}



.datepicker table tr td,
.datepicker table tr th {
  padding: 4px;
  width:31px;
  height: 30px;
}

.form-control{
  box-shadow : rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgba(102,175,233);
  outline: 0;
  box-shadow:0 0 8px 0.075px rgba(102,175,233,.6);
}
.close{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background-color: transparent !important;
  border: 0;
  padding: 0;
}
.availability-input input.form-control {
  color: #555;
  font-size:14px
}
.h-header{
  height: 56.7px;
}
.mb-n32px{
  margin-bottom: -32px;
}

