/*
File Name - countryModal.scss
Purpose - Contains the styles for the countryModal Dialog
*/
/*
File Name - variables.scss
Purpose - All variables for fonts and colors are found here, this file is imported into all SASS style sheets for the site
*/
/*Color Variables*/
/*Font Variables*/
/*Values*/
/*Font Setup*/
@font-face {
  font-family: "ClearSans-Regular";
  src: url("../assets/fonts/ClearSans-Regular.woff") format("woff"), url("../assets/fonts/ClearSans-Regular.ttf") format("truetype"), url("../assets/fonts/ClearSans-Regular.eot") format("eot"), url("../assets/fonts/ClearSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans-Bold";
  src: url("../assets/fonts/ClearSans-Bold.woff") format("woff"), url("../assets/fonts/ClearSans-Bold.ttf") format("truetype"), url("../assets/fonts/ClearSans-Bold.eot") format("eot"), url("../assets/fonts/ClearSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans-Light";
  src: url("../assets/fonts/ClearSans-Light.woff") format("woff"), url("../assets/fonts/ClearSans-Light.ttf") format("truetype"), url("../assets/fonts/ClearSans-Light.eot") format("eot"), url("../assets/fonts/ClearSans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans-Thin";
  src: url("../assets/fonts/ClearSans-Thin.woff") format("woff"), url("../assets/fonts/ClearSans-Thin.ttf") format("truetype"), url("../assets/fonts/ClearSans-Thin.eot") format("eot"), url("../assets/fonts/ClearSans-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
#countryModal.modal.modal-centered {
  padding: 0 !important;
  text-align: center;
}
#countryModal.modal.modal-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
#countryModal.modal.modal-centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #countryModal .modal-dialog {
    width: 500px;
  }
}
#countryModal .modal-dialog .modal-content {
  padding: 10px 20px 20px;
}
#countryModal .modal-dialog .modal-content .modal-header {
  border: none;
  padding-bottom: 3px;
  text-align: center;
}
#countryModal .modal-dialog .modal-content .modal-header #subtext {
  margin-right: -14.63px;
}
#countryModal .modal-dialog .modal-content .modal-header #subtext:lang(ar), #countryModal .modal-dialog .modal-content .modal-header #subtext:lang(he) {
  margin-left: -14.63px;
}
#countryModal .modal-dialog .modal-content .modal-header .logo {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  background-image: url("../assets/images/logos/LibreView-logo-header.png");
  height: 26px;
}
#countryModal .modal-dialog .modal-content .modal-header .logo:lang(ar) {
  background-image: url("../assets/images/logos/LibreView-logo-footer-arabic.png");
  width: 160px;
  height: 40px;
  right: 128px;
  bottom: 3px;
  position: relative;
}
#countryModal .modal-dialog .modal-content .modal-header .logo:lang(ja) {
  background-image: url("../assets/images/logos/LibreView-logo-japanese.svg");
  height: 30px;
}
#countryModal .modal-dialog .modal-content .modal-header .logo:lang(zh-Hans) {
  background-image: url("../assets/images/logos/LibreView-Logo-Chinese.png");
  height: 30px;
  background-size: contain;
}
#countryModal .modal-dialog .modal-content .modal-header .FedRamp-logo {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  background-image: url("../assets/images/logos/FedRamp-LibreView-logo-header.svg");
  height: 56px;
}
#countryModal .modal-dialog .modal-content .modal-body .country-option {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #countryModal .modal-dialog .modal-content .modal-body .dropdowns {
    display: none;
  }
}
#countryModal .modal-dialog .modal-content .modal-body .dropdown-arrow {
  background-image: url("../assets/images/icons/dropdown_icon.svg");
  float: right;
  font-family: "ClearSans-Bold";
  height: 15px;
  margin-top: 5px;
  width: 15px;
  z-index: 1;
}
#countryModal .modal-dialog .modal-content .modal-body .dropdown-arrow:lang(ar), #countryModal .modal-dialog .modal-content .modal-body .dropdown-arrow:lang(he) {
  float: left;
}
#countryModal .modal-dialog .modal-content .modal-body {
  /*@-moz-document url-prefix() {
      .dropdown-arrow {
          margin-top: -20px;
      }
  }*/
}
#countryModal .modal-dialog .modal-content .modal-body .dropdown-menu {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  margin: 0 15px;
  padding: 0px;
  overflow: auto;
  width: calc(100% - 30px);
}
#countryModal .modal-dialog .modal-content .modal-body .select-arrow {
  background-image: url("../assets/images/icons/dropdown_icon.svg");
  font-family: "ClearSans-Bold";
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 15px;
  z-index: 1;
}
#countryModal .modal-dialog .modal-content .modal-body .select-arrow:lang(ar), #countryModal .modal-dialog .modal-content .modal-body .select-arrow:lang(he) {
  left: 30px;
  right: unset;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  #countryModal .modal-dialog .modal-content .modal-body .select-arrow {
    display: none;
  }
}
#countryModal .modal-dialog .modal-content .modal-body .selects {
  display: none;
}
@media (max-width: 767px) {
  #countryModal .modal-dialog .modal-content .modal-body .selects {
    display: block;
  }
}
#countryModal .modal-dialog .modal-content .modal-body select, #countryModal .modal-dialog .modal-content .modal-body button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-family: "ClearSans-Thin";
  font-size: 18px;
  height: 50px;
  padding: 6px 16px;
  text-align: left;
}
#countryModal .modal-dialog .modal-content .modal-body select:hover, #countryModal .modal-dialog .modal-content .modal-body select[aria-expanded=true], #countryModal .modal-dialog .modal-content .modal-body button:hover, #countryModal .modal-dialog .modal-content .modal-body button[aria-expanded=true] {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
#countryModal .modal-dialog .modal-content .modal-body select:lang(ar), #countryModal .modal-dialog .modal-content .modal-body select:lang(he), #countryModal .modal-dialog .modal-content .modal-body button:lang(ar), #countryModal .modal-dialog .modal-content .modal-body button:lang(he) {
  text-align: right;
}
#countryModal .modal-dialog .modal-content .modal-body select > option, #countryModal .modal-dialog .modal-content .modal-body .dropdown-menu > li {
  cursor: pointer;
  font-family: "ClearSans-Regular";
  padding: 10px 0;
}
#countryModal .modal-dialog .modal-content .modal-body select > option:hover, #countryModal .modal-dialog .modal-content .modal-body .dropdown-menu > li:hover {
  background-color: #f1f1f1;
}
#countryModal .modal-dialog .modal-content .modal-body select > option > a, #countryModal .modal-dialog .modal-content .modal-body .dropdown-menu > li > a {
  padding: 0 16px;
  pointer-events: none;
}
#countryModal .modal-dialog .modal-content .modal-footer {
  border: none;
  text-align: inherit;
}
#countryModal .modal-dialog .modal-content .modal-footer #modalSubmit {
  background-color: #64a2ce;
  border: none;
  box-shadow: none;
  color: white;
  font-family: "ClearSans-Regular";
  font-size: 16px;
  height: 56px;
}
#countryModal .modal-dialog .modal-content .modal-footer #modalSubmit:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(72, 145, 197);
}
#countryModal .modal-dialog .modal-content .modal-footer .fine-print {
  color: rgba(0, 0, 0, 0.5);
  display: inherit;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
}
#countryModal .modal-dialog .modal-content .modal-footer .fine-print:lang(ar), #countryModal .modal-dialog .modal-content .modal-footer .fine-print:lang(he) {
  text-align: right;
}