/*color classes*/
.primary-color {
  color: #cc0000;
}
.light-grey {
  color: #c8c8c8;
}
.tiffany-blue {
  color: #74ead2;
}
.primary-bg {
  background: #cc0000 !important;
}
.light-grey-bg {
  background: #cc0000 !important;
}
/*margin & padding classes*/

.p-0 {
  padding: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-5 {
  padding-top: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-60 {
  padding-left: 60px;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-40 {
  margin-bottom: 40px;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-75 {
  width: 75%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}
.mr-0 {
  margin-right: 0 !important;
}
.pr-0 {
  padding-right: 0;
}
a.link {
  color: #cc0000;
  text-decoration: underline;
}
.CentraNo2-Book {
  font-family: CentraNo2-Book;
}
.CentraNo2-Medium {
  font-family: CentraNo2-Medium;
}
.CentraNo2-Bold {
  font-family: CentraNo2-Bold;
}
.dark-black {
  color: #191919;
}
.fixed-top {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1030;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #ff9400;
}
.form-group {
  margin-bottom: 45px;
  position: relative;
}
.navbar-brand {
  height: auto;
}
.centered {
  float: none;
  margin: 0 auto;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select {
  background-image: url(/images/icons/icn-arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 96% !important;
  background-size: 10px !important;
}

.breadcrumb-wrapper {
  border-bottom: 1px solid #e9ecef;
}
.breadcrumb {
  background: #fff;
}
/*button classes*/
.btn-primary,
.btn-secondary {
  padding: 6px 30px;
  min-height: 50px;
  min-width: 281px;
}
.btn {
  border-radius: 3px;
  color: #cc0000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  font-family: CentraNo2-Bold;
}
.btn.focus,
.btn:focus,
.btn:hover {
  border-color: #fe0000;
  color: #fe0000;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn-default {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #e0e0e0;
  font-size: 12px;
  text-transform: inherit;
}
.btn-primary {
  color: #fff;
  background: #cc0000;
  border-color: #cc0000;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #fff;
}
.btn-secondary {
  border: solid 1px #cc0000;
  background: transparent;
  letter-spacing: 2px;
}
.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  cursor: inherit;
}
.btn-default.focus,
.btn-default:focus,
.btn-default.hover,
.btn-default:hover,
.btn-default.active,
.btn-default:active,
.default:active:hover {
  background: transparent;
}
.btn-secondary.btn.disabled {
  background: transparent;
  color: #e0e0e0;
  border-color: #e0e0e0;
}
.btn-tertiary,
.btn-add,
.link-arrow,
.pagination-arrow,
.btn-icon-rounded {
  color: #191919;
  border: none;
}
.btn-tertiary i {
  color: #cc0000;
}
.btn-tertiary:hover i,
.btn-tertiary:focus i {
  color: #fe0000;
}
.btn.disabled.btn-tertiary,
.btn.disabled.btn-add,
.btn.disabled.btn-tertiary i,
.btn.disabled.btn-add i,
.btn.disabled.link-arrow i,
.btn.disabled.pagination-arrow i,
.btn.disabled.btn-icon i,
.btn.disabled.btn-icon-rounded i {
  background: transparent;
  border-color: #e0e0e0;
  color: #c8c8c8;
  cursor: inherit;
}
.btn-add i,
.link-arrow i,
.pagination-arrow i,
.btn-icon-rounded i {
  width: 40px;
  height: 40px;
  color: #cc0000;
  border: 1px solid #d5d6d7;
  border-radius: 25px;
  padding-top: 14px;
}
.btn-add:hover {
  color: #191919;
}
.btn-add:hover i,
.btn-add:focus i,
.link-arrow:hover i,
.link-arrow:focus i,
.pagination-arrow:hover i,
.pagination-arrow:focus i,
.btn-icon-rounded:hover i,
.btn-icon-rounded:focus i {
  color: #fe0000;
  border-color: #fe0000;
}
.pagination-arrow i,
.btn-icon i,
.btn-icon-rounded i {
  font-size: 1.85em;
  padding-top: 7px;
}
.btn-icon {
  width: 40px;
  height: 40px;
  border: solid 1px #e0e0e0;
}
.btn-icon i {
  padding-top: 3px;
}
.btn-icon.active,
.btn-icon-rounded.active i {
  background: #cc0000;
  color: #fff;
  border: none;
}
.nav-pills > li {
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.nav-pills > li > a {
  padding: 5px 10px;
  font-size: 12px;
  color: #4a4a4a;
  font-weight: bold;
}
.nav-pills > li > a i {
  color: #c8c8c8;
}
.nav-pills > li:hover,
.nav-pills > li > a:hover i {
  border-color: #fe0000;
  color: #fe0000;
}
.nav-pills.nav > li > a:hover,
.nav-pills > li > a:focus {
  color: #4a4a4a;
  background: #f8f8f8;
}
.modal-dialog .btn {
  min-width: 120px;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
}
a.btn {
  padding-top: 14px;
}
/**File*/

.btn-file {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 50px;
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #cc0000;
}
.btn-file:hover,
.btn-file:focus,
.btn-file input[type='file']:active {
  background: #fff !important;
}
.btn-file input[type='file'] {
  position: absolute;
  top: 25%;
  left: 0;
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

/*Modal Popup*/
.modal-content {
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.25);
  box-shadow: 0 2px 4px 0 rgba(25, 25, 25, 0.25);
}
.modal-title {
  color: #191919;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  margin-top: 70px;
  font-family: CentraNo2-Bold;
}
.modal-content button.close {
  font-size: 26px;
  color: #cc0000;
  opacity: 1;
  font-weight: normal;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 10px 80px;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
.modal-footer {
  margin-top: 20px;
  text-align: center;
  border: none;
  padding-bottom: 70px;
}

/*Forms*/

.form-control,
.uiInput--input .input,
.uiInput--input.input,
.slds-input,
.uiInput--select.select:not([multiple]) {
  height: 50px;
  border-radius: 3px;
  border: solid 1px #c8c8c8;
  color: #4a4a4a;
  font-size: 12px;
  font-family: CentraNo2-Medium;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.uiInput--select.select:not([multiple]) {
  color: #c8c8c8;
}
.form-group label {
  font-size: 12px;
  color: #686d72;
  font-family: CentraNo2-Bold;
  font-weight: normal;
}
.form-control:focus,
.slds-input:focus {
  border-color: #191919 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-error .form-control {
  border-color: #ff9400 !important;
  border-width: 2px !important;
}
.has-confirmation .form-control {
  border-color: #74ead2;
}

.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px !important;
}
.font-24 {
  font-size: 24px;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.lead {
  font-size: 22px;
  color: #a0a0a0;
  margin-top: 20px;
  font-family: CentraNo2-Medium;
}
header .user.dropdown .btn,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: transparent;
  margin-top: 0.5rem;
  font-size: 12px;
  position: relative;
  left: -3px;
  color: #666;
  border: none;
}
.small {
  font-size: 12px;
  color: #767676;
  margin: 0 0 10px 0;
}
.img-shadow {
  -webkit-box-shadow: -31px -12px 0px 16px rgba(84, 240, 230, 0.25);
  -moz-box-shadow: -31px -12px 0px 16px rgba(84, 240, 230, 0.25);
  box-shadow: -31px -12px 0px 16px rgba(84, 240, 230, 0.25);
}
.rounded-0 {
  border-radius: 0 !important;
}

video[poster] {
  width: 100%;
  object-fit: cover;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f8f8 !important;
  cursor: auto;
  border: none !important;
  color: #c8c8c8;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  cursor: default;
}
.checkbox label::before {
  content: url('/images/icons/icn_checkbox.svg');
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -20px;
}
.checkbox input[type='checkbox'],
.checkbox input[type='radio'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  width: 21px;
  height: 15px;
}

.checkbox input[type='checkbox']:hover + label::before,
.checkbox input[type='radio']:hover + label::before {
  border-color: #74ead2;
}

.checkbox input[type='checkbox']:checked + label::after,
.checkbox input[type='radio']:checked + label::after {
  content: url('/images/icons/icn-selected.svg');
  border: none;
}
.checkbox input[type='checkbox']:indeterminate + label::after,
.checkbox input[type='radio']:indeterminate + label::after {
  display: block;
  content: '';
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type='checkbox']:disabled,
.checkbox input[type='radio']:disabled {
  cursor: not-allowed;
}
.checkbox input[type='checkbox']:disabled + label,
.checkbox input[type='radio']:disabled + label {
  opacity: 0.65;
}
.checkbox input[type='checkbox']:disabled + label::before,
.checkbox input[type='radio']:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 12px;
  height: 12px;
  left: 4px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #74ead2;

  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type='radio'] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type='radio']:hover + label::before {
  border-color: #74ead2;
}

.radio input[type='radio']:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type='radio']:disabled {
  cursor: not-allowed;
}
.radio input[type='radio']:disabled + label {
  opacity: 0.65;
}
.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

input[type='checkbox'].styled:checked + label:after,
input[type='radio'].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
input[type='checkbox'] .styled:checked + label::before,
input[type='radio'] .styled:checked + label::before {
  color: #fff;
}
input[type='checkbox'] .styled:checked + label::after,
input[type='radio'] .styled:checked + label::after {
  color: #fff;
}

/*cards*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin: 15px 0;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/*accordian*/
.ac-heading {
  background-color: #e9ecef;
  font-size: 18px;
  font-family: CentraNo2-Bold;
  color: #191919;
  margin-top: 10px;
  position: relative;
  text-align: left;
}
.ac-heading a {
  color: #191919;
  display: block;
  padding: 13px 15px;
}
.ac-heading a.collapsed {
}
.ac-heading a:hover,
.ac-heading a:focus {
  text-decoration: none;
}
.ac-body {
  padding: 15px 15px 25px;
  text-align: left;
}
.ac-icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.ac-heading a.collapsed .ac-icon {
  transform: rotate(180deg);
}
.ac-icon {
  transform: rotate(0deg);
}
.ac-heading a.collapsed .ac-icon::before {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #cc0000;
  position: absolute;
  bottom: 5px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.ac-icon::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #cc0000;
  position: absolute;
  bottom: 5px;
  transform: rotate(0deg);
}
.ac-heading a.collapsed .ac-icon::after {
  content: '';
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #cc0000;
  position: absolute;
  bottom: 5px;
}
.right-ics {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*Custom Tabs*/
.nav-tabs {
  border-bottom: none;
  text-align: center;
}
.nav-tabs > li > a:hover {
  border: none;
  background: none;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: none;
  color: #a0a0a0;
  font-size: 18px;
  font-family: CentraNo2-Bold;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  color: #191919;
  cursor: default;
  background-color: transparent;
  border-bottom: 3px solid #cc0000;
}

@media (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}

/*Overide Lightning Style*/

.uiInput--select.select:not([multiple]),
.uiInput--select .select:not([multiple]),
.uiInput--select .uiPopupTrigger a {
  height: 50px;
  padding: 6px 12px;
  background: inherit;
}

.uiInput--input.input:focus,
.uiInput--select.select:not([multiple]):focus,
.uiInput--input .input:focus,
.uiInput--input.input:active,
.uiInput--input .input:active,
.slds-input:focus,
.slds-input:active {
  border-color: #191919;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-open .siteforcePrmBody {
  z-index: inherit;
}
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox_faux_container .slds-checkbox_faux:hover,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox_faux,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox--faux,
.slds-checkbox_toggle [type='checkbox']:checked ~ .slds-checkbox_faux,
.slds-checkbox_toggle [type='checkbox']:checked ~ .slds-checkbox--faux,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox_faux_container .slds-checkbox_faux,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox--faux_container .slds-checkbox--faux,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox_faux,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox--faux,
.slds-checkbox--toggle [type='checkbox']:checked ~ .slds-checkbox_faux,
.slds-checkbox--toggle [type='checkbox']:checked ~ .slds-checkbox--faux,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox_faux_container .slds-checkbox_faux,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox--faux_container .slds-checkbox--faux {
  border-color: #74ead2;
  background-color: #74ead2 !important;
}
.slds-table_bordered,
.slds-table--bordered {
  border-top: none;
}
.slds-table thead th {
  font-size: 12px;
  color: #a0a0a0 !important;
  background: none;
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 15px;
}
.slds-table thead th {
  padding: 0 0 0.8rem 0rem;
  font-family: CentraNo2-Bold;
}
.slds-table th,
.slds-table td {
  padding: 1rem 0rem;
}
.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected),
.slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover > th:not(.slds-is-selected) {
  box-shadow: none;
  background: inherit;
}
.slds-table_bordered tbody td,
.slds-table_bordered tbody th,
.slds-table--bordered tbody td,
.slds-table--bordered tbody th {
  border-top: 1px solid #dddbda;
}
.slds-input[disabled],
.slds-input.slds-is-disabled {
  background: #f8f8f8 !important;
  border: none !important;
}
.slds-truncate {
  white-space: normal;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

select:required:invalid {
  color: #c8c8c8;
}
option[value=''][disabled] {
  display: none;
}
option {
  color: #4a4a4a;
  font-size: 12px;
}
textarea::placeholder {
  font-size: 12px;
  color: #c8c8c8;
}
select:focus::-ms-value {
  background-color: #fff;
  color: #4a4a4a;
}
select::-ms-value {
  width: 93%;
}
.custome-select:after {
  display: none;
}
.panel {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.picklistBlack {
  color: #4a4a4a !important;
}
.picklistGrey {
  color: #c8c8c8;
}
.modal-backdrop {
  background: #706f70;
}
.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

.slds-checkbox_toggle .slds-checkbox_faux,
.slds-checkbox_toggle .slds-checkbox--faux,
.slds-checkbox--toggle .slds-checkbox_faux,
.slds-checkbox--toggle .slds-checkbox--faux {
  width: 4.5rem;
  height: 2.5rem;
}

.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox_faux::before,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox--faux::before,
.slds-checkbox_toggle [type='checkbox']:checked ~ .slds-checkbox_faux::before,
.slds-checkbox_toggle [type='checkbox']:checked ~ .slds-checkbox--faux::before,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox_faux_container .slds-checkbox_faux::before,
.slds-checkbox_toggle [type='checkbox']:checked + .slds-checkbox--faux_container .slds-checkbox--faux::before,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox_faux::before,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox--faux::before,
.slds-checkbox--toggle [type='checkbox']:checked ~ .slds-checkbox_faux::before,
.slds-checkbox--toggle [type='checkbox']:checked ~ .slds-checkbox--faux::before,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox_faux_container .slds-checkbox_faux::before,
.slds-checkbox--toggle [type='checkbox']:checked + .slds-checkbox--faux_container .slds-checkbox--faux::before,
.slds-checkbox_toggle .slds-checkbox_faux::after,
.slds-checkbox_toggle .slds-checkbox--faux::after,
.slds-checkbox--toggle .slds-checkbox_faux::after,
.slds-checkbox--toggle .slds-checkbox--faux::after {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 1024px) and (min-device-width: 768px) {
  .booking-tabs .slds-max-medium-table_stacked-horizontal th,
  .booking-tabs .slds-max-medium-table_stacked-horizontal td,
  .booking-tabs .slds-max-medium-table--stacked-horizontal th,
  .booking-tabs .slds-max-medium-table--stacked-horizontal td {
    display: block;
    padding: 0.75rem;
    max-width: 100%;
    width: 100%;
    clear: both;
    white-space: normal;
    overflow: hidden;
    text-align: left;
  }

  .booking-tabs .slds-max-medium-table_stacked-horizontal td,
  .booking-tabs .slds-max-medium-table--stacked-horizontal td {
    text-align: right;
  }

  .booking-tabs .slds-max-medium-table_stacked-horizontal td.text-center {
    text-align: center;
  }

  .booking-tabs .slds-max-medium-table_stacked-horizontal th:before,
  .booking-tabs .slds-max-medium-table_stacked-horizontal td:before,
  .booking-tabs .slds-max-medium-table--stacked-horizontal th:before,
  .booking-tabs .slds-max-medium-table--stacked-horizontal td:before {
    font-size: 0.75rem;
    line-height: 1.25;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    display: block;
    padding-bottom: 0.25rem;
    content: attr(data-label);
  }
  .booking-tabs .slds-max-medium-table_stacked-horizontal td:before,
  .booking-tabs .slds-max-medium-table--stacked-horizontal td:before {
    float: left;
    margin-top: 0.125rem;
  }

  .booking-tabs .slds-max-medium-table_stacked-horizontal th:before,
  .booking-tabs .slds-max-medium-table_stacked-horizontal td:before,
  .booking-tabs .slds-max-medium-table--stacked-horizontal th:before,
  .booking-tabs .slds-max-medium-table--stacked-horizontal td:before {
    font-size: 12px;
    font-family: CentraNo2-Bold;
    color: #a0a0a0;
  }

  .booking-tabs .slds-max-medium-table_stacked-horizontal thead,
  .booking-tabs .slds-max-medium-table--stacked-horizontal thead {
    position: absolute !important;
  }
  .booking-tabs .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover > td:not(.slds-is-selected) {
    background: #fff;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .xs-sm-pro-d-none {
    display: none;
  }
}
