/*
    File Name - site.scss
    Purpose - Styles that can be reused site wide and are not bound to a specfic section of the site, like footer/header stylings or common classes.
*/
/* Imports */
/*
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;
}
/* Font Definitions */
@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}
/*Identifiers*/
#versionInfo {
  color: #767676;
  font-size: 18px;
  position: relative;
  top: 10px;
  left: 15px;
}

#versionButton {
  padding: 0;
  border-radius: 50%;
  background-color: #e0f2ff;
  border-color: #e0f2ff;
  font-size: 0.75rem;
  line-height: 1.2;
  position: relative;
  bottom: 3px;
  color: #0098ff !important;
}

#cookie-banner-popup {
  border-radius: 0;
  display: none;
  font-size: 15px;
  top: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}

#footerContentTop {
  padding-top: 30px;
  display: block;
  overflow: auto;
  background-color: #262A2D;
}

#LV-logo {
  width: 130px;
  position: relative;
  cursor: pointer;
  background-image: url("../assets/images/logos/LibreView-logo-header.svg");
  height: 26px;
}
#LV-logo:lang(ar) {
  background-image: url("../assets/images/logos/LibreView-logo-header-arabic.svg");
  width: 160px;
  height: 35px;
}
#LV-logo:lang(he) {
  width: 160px;
  height: 35px;
}
#LV-logo:lang(ja) {
  background-image: url("../assets/images/logos/LibreView-logo-japanese.svg");
}
#LV-logo:lang(zh-Hans) {
  background-image: url("../assets/images/logos/LibreView-Logo-Chinese.png");
  background-size: contain;
}

#FedRamp-LV-logo {
  width: 130px;
  position: relative;
  cursor: pointer;
  background-image: url("../assets/images/logos/FedRamp-LibreView-logo-header.svg");
  height: 50px;
  margin-top: -5px;
}

#supportTitle {
  display: none;
}

#footerContentBottom {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #101010;
  overflow: auto;
  display: block;
}
#footerContentBottom p {
  color: #767676;
  font-size: 12px;
  margin: 0 auto;
}

#navSupportTitle {
  color: rgb(72, 145, 197);
  font-family: "ClearSans-Light";
  font-size: 27px;
  display: inline-block;
}

#supportLinks {
  display: inline-block;
  height: 100%;
  float: right;
  margin-right: 15px;
}
#supportLinks .links {
  /*color: $LVLightBlue;*/
  /*font-size: 16px;
  opacity: 0.7;
  margin-right: 15px;
  position: relative;
  top: 15px;*/
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.75;
  font-family: "ClearSans-Light";
  color: #0096d7;
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#supportLinks:lang(ar), #supportLinks:lang(he) {
  float: left;
}

#marketingLinks {
  font-size: 16px;
  float: right;
  margin-top: 15px;
  margin-bottom: 14px;
}
#marketingLinks .links {
  color: #767676;
  cursor: pointer;
}
#marketingLinks .links:hover {
  color: rgb(0, 143, 211) !important;
}

#marketingLinks:lang(ar), #marketingLinks:lang(he) {
  float: left;
}

#marketingLinks:lang(es-mx) {
  /*font-size: 12px;

  .nav-links {
      font-size: 12px;
  }*/
}

#LVFooterLogo {
  width: 190px;
  right: 15px;
  position: relative;
  display: block;
  cursor: pointer;
  background-image: url("../assets/images/logos/LibreView-logo-footer.svg");
  height: 45px;
}
#LVFooterLogo:lang(ar) {
  background-image: url("../assets/images/logos/LibreView-logo-footer-arabic.svg");
  width: 215px;
  left: 35px;
}
#LVFooterLogo:lang(he) {
  width: 215px;
  left: 35px;
}
#LVFooterLogo:lang(ja) {
  background-image: url("../assets/images/logos/LibreView-logo-japanese.svg");
}
#LVFooterLogo:lang(zh-Hans) {
  background-image: url("../assets/images/logos/LibreView-Logo-Chinese.png");
  margin: auto;
  width: 120px;
}

#FedRamp-LVFooterLogo {
  width: 190px;
  right: 15px;
  position: relative;
  display: block;
  cursor: pointer;
  background-image: url("../assets/images/logos/FedRamp-LibreView-logo-footer.svg");
  height: 55px;
}

#languageSelectWrapperHomeHeader {
  width: auto;
  float: right;
  max-width: 245px;
  margin-left: 35px;
}
#languageSelectWrapperHomeHeader:lang(ar), #languageSelectWrapperHomeHeader:lang(he) {
  float: left;
  margin-left: unset;
  margin-right: 35px;
}

#languageSelectWrapperSupportHeader {
  margin-top: 20px;
  width: auto;
  float: right;
  position: relative;
  left: 25px;
  font-size: 16px;
  max-width: 245px;
  padding-bottom: 18px;
}

#languageSelectWrapperSupportHeader:lang(ar), #languageSelectWrapperSupportHeader:lang(he) {
  float: left;
  left: auto;
  right: 25px;
}

#countryFlag {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

#countryFlag:lang(ar) {
  margin-left: 5px;
  margin-right: auto;
}

#fb-icon {
  background-image: url("../assets/images/icons/Facebook-Badge-Dark.png");
}

#twitter-icon {
  background-image: url("../assets/images/icons/Twitter-Badge-Dark.png");
}

#google-icon {
  background-image: url("../assets/images/icons/Google-Plus-Badge-Dark.png");
}

#pintrest-icon {
  background-image: url("../assets/images/icons/Pinterest-Badge-Dark.png");
}

#footerLogoArea {
  padding-left: 5%;
}

#languageText {
  margin-right: 15px;
}
#languageText:hover {
  cursor: pointer;
}
#languageText:lang(es-mx) {
  margin-right: 0px;
}

/*Classes*/
.headerText {
  font-family: "ClearSans-Regular";
  font-size: 16px;
}
.headerText.active {
  border-bottom: 5px solid rgb(72, 145, 197);
  color: rgb(72, 145, 197) !important;
}

.footerText {
  font-family: "ClearSans-Regular";
  color: #767676;
}
.footerText .large {
  font-size: 16px;
}
.footerText .largeBlue {
  font-family: "ClearSans-Bold";
  font-size: 16px;
  color: #0096d7 !important;
}
.footerText .small {
  font-size: 14px;
}
.footerText a {
  color: inherit;
  display: block;
  margin: 0 0 10px;
}

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

.footerLinks {
  margin-right: 19px !important;
  display: inline-block !important;
}

.legal-doc {
  display: inline-block !important;
  opacity: 0.7;
  margin-right: 10px !important;
}

.image-bg {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footerIcons {
  width: 30px;
  height: 30px;
  display: inline-block !important;
}

.footerWrap {
  display: inline-block;
  max-width: calc(50% - 20px);
  vertical-align: top;
  position: relative;
  left: 5%;
  margin-right: 40px;
}
.footerWrap:lang(ar), .footerWrap:lang(he) {
  left: 0;
  margin-right: 0;
  right: 5%;
  margin-left: 40px;
}

.footerWrap:last-child {
  margin-right: 0;
}
.footerWrap:last-child:lang(ar), .footerWrap:last-child:lang(he) {
  margin-left: 0;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.nav-links {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.75;
  font-family: "ClearSans-Light";
  color: #0096d7;
  font-size: 16px;
}

.subheader {
  display: inline-block;
  margin-top: 13px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "ClearSans-Thin";
  color: #0096d7;
  font-size: 24px;
  line-height: 32px;
}

.subheader:lang(ar), .subheader:lang(he) {
  margin-left: 0px;
  margin-right: 10px;
}

.subheader:lang(es-mx) {
  font-size: 20px;
}

.card-answer {
  display: none;
  width: 100%;
  padding: 10px 20px 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top: 2px solid rgba(71, 120, 141, 0.05);
  background-color: #fff;
  box-shadow: none;
  font-family: "ClearSans-Light";
  color: white;
  line-height: 20px;
}
.card-answer .sub-text {
  font-size: 11px;
}

.about-popup-header {
  background-color: #4690c5;
  color: white;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
  text-align: center;
  font-size: 18px;
}

.about-text-1 {
  position: relative;
  display: block;
  font-size: 14px;
  margin: 0 !important;
  font-family: "ClearSans-Regular";
}

.about-footer-img {
  background-image: url(../assets/images/CE.png);
  background-repeat: no-repeat;
  width: 581px;
  height: 204px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #ccc;
}

.form {
  overflow: auto;
}

.form-field {
  width: 220px;
  resize: none;
}
.form-field.long {
  width: 300px;
}
.form-field.massive {
  width: 100%;
  height: 100px;
}

.form-block {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.form-block:lang(ar), .form-block:lang(he) {
  float: right;
}

.form-label {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "ClearSans-Regular";
  font-size: 14px;
  font-weight: 400;
}

.form.divider {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.form-dropdown {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #ccc;
}

.form-submit {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: right;
  opacity: 0.75;
  text-align: center;
}

/*Bootstrap overwrites*/
.navbar-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.71);
}

.footer {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 180px;
  margin-top: 40px;
}

.form-control {
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #808080;
  color: #555;
  font-size: 14px;
  height: 50px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #9d9d9d;
}

.navbar {
  margin: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 99;
}

.cursor-pointer {
  cursor: pointer;
}

a:hover, a:focus {
  color: #767676;
  text-decoration: none;
  cursor: pointer;
}

/*Default Styling*/
html {
  height: 100%;
}

body {
  position: relative;
  line-height: 1.5;
  font-family: "ClearSans-Regular";
  height: 100%;
}

.support-layout-container {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.support-layout-container .body-content {
  min-height: auto;
}
.support-layout-container .footer {
  height: calc(100% - 0px - 94px);
  background-color: #101010;
}

.responsive-wrap {
  display: none;
}

.lv-hamburger-wrapper {
  display: none;
}

.lv-hamburger {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 20px;
  color: #0096d7;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lv-dropdown {
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 6px 6px 8px 0 rgba(0, 0, 0, 0.24);
  transform: translateY(0px) translateX(0px);
  -moz-transition: transform 400ms ease 0s;
  -webkit-transition: transform 400ms ease 0s;
  -o-transition: transform 400ms ease 0s;
  -ms-transition: transform 400ms ease 0s;
  transition: transform 400ms ease 0s;
}

.responsive-lv-nav-links a {
  opacity: 0.75;
  font-family: "ClearSans-Light";
  font-size: 18px;
  color: #0096d7 !important;
  padding-bottom: 15px !important;
}
.responsive-lv-nav-links a:hover {
  opacity: 1;
  background-color: rgba(0, 152, 255, 0.1) !important;
}

.hamburger-nav-links a {
  text-align: center;
}

.topic-dropdown-title {
  font-size: 18px;
  font-family: "ClearSans-Thin";
  color: #0096d7;
}

.lv-caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  color: rgb(70, 144, 197);
}

#topicDropdown {
  width: 100%;
  text-align: left;
}

#topicDropdown:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
}

.top {
  position: fixed;
  width: 100%;
  z-index: 1031;
}

.cookie-padding {
  padding-top: 76px;
}