.init-hide {
  display: none; }

.bold {
  font-weight: bold; }

.width10 {
  width: 10%; }

.width100 {
  width: 100%;
  max-width: initial !important; }

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

.padding-0 {
  padding: 0 !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.black-text {
  color: #000; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.col-xs-10.margin-right-3 {
  width: 80%;
  margin-right: 3%; }

.margin-left-10 {
  margin-left: 10px; }

/* Place tooltips over the Release Calendar Button */
.tooltip {
  z-index: 20003; }

.dropdown-scroll {
  max-height: 300px;
  overflow-y: scroll; }

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.data-table-body-expander {
  overflow: hidden; }

.data-source-text {
  cursor: help !important; }
  .data-source-text .flag {
    cursor: default !important; }
  .data-source-text .region-name {
    cursor: default !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 165px; }

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.flex-row [class*='col-']:not(.no-flex) {
    display: flex;
    flex-direction: column;
    align-self: stretch !important; }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.rotate-45-deg {
  transform: rotate(45deg); }

.init-hide {
  display: none; }

.bold {
  font-weight: bold; }

.width10 {
  width: 10%; }

.width100 {
  width: 100%;
  max-width: initial !important; }

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

.padding-0 {
  padding: 0 !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.black-text {
  color: #000; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.col-xs-10.margin-right-3 {
  width: 80%;
  margin-right: 3%; }

.margin-left-10 {
  margin-left: 10px; }

/* Place tooltips over the Release Calendar Button */
.tooltip {
  z-index: 20003; }

.dropdown-scroll {
  max-height: 300px;
  overflow-y: scroll; }

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.data-table-body-expander {
  overflow: hidden; }

.data-source-text {
  cursor: help !important; }
  .data-source-text .flag {
    cursor: default !important; }
  .data-source-text .region-name {
    cursor: default !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 165px; }

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.flex-row [class*='col-']:not(.no-flex) {
    display: flex;
    flex-direction: column;
    align-self: stretch !important; }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.rotate-45-deg {
  transform: rotate(45deg); }

.swal2-container.swal2-shown {
  background-color: rgba(37, 45, 57, 0.65); }

.modal-backdrop {
  background-color: #252d39;
  z-index: 20001; }
  .modal-backdrop.in {
    opacity: 0.85; }

.modal {
  z-index: 20002; }
  .modal .modal-footer .btn:not(.btn-primary) {
    color: #727272 !important;
    border-color: transparent; }

.modal-white-close-btn, .modal.default-modal .close,
.modal.description-modal .close,
.modal.gallery-modal .close {
  color: #fff;
  text-shadow: 0 1px 0 #151515;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-size: 26px;
  margin-top: -1px; }

.modal-white-close-btn:hover, .modal.default-modal .close:hover,
.modal.description-modal .close:hover,
.modal.gallery-modal .close:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.modal.description-modal,
.modal.title-description-modal {
  top: 0;
  padding-top: 50px; }
  .modal.description-modal .modal-content,
  .modal.title-description-modal .modal-content {
    background: #fff; }

.modal.default-modal {
  top: 0;
  padding-top: 50px; }
  .modal.default-modal .btn-close {
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    right: 20px; }
    .modal.default-modal .btn-close .close-x,
    .modal.default-modal .btn-close .close-x:after {
      background-color: rgba(255, 255, 255, 0.8); }
    .modal.default-modal .btn-close .close-x.close-x-xs {
      margin-top: 2px;
      height: 20px !important; }
      .modal.default-modal .btn-close .close-x.close-x-xs:after {
        left: -9px !important;
        top: 9px !important;
        width: 20px !important; }
    .modal.default-modal .btn-close:hover .close-x,
    .modal.default-modal .btn-close:hover .close-x:after, .modal.default-modal .btn-close:active .close-x,
    .modal.default-modal .btn-close:active .close-x:after {
      background-color: #fff; }

.modal.default-modal .modal-header,
.modal.description-modal .modal-header,
.modal.gallery-modal .modal-header {
  background: #0177bf;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .modal.default-modal .modal-header h4,
  .modal.description-modal .modal-header h4,
  .modal.gallery-modal .modal-header h4 {
    color: #fff; }

.modal.gallery-modal .modal-dialog {
  width: 85% !important;
  height: 90% !important; }

.modal.gallery-modal .modal-content {
  position: relative;
  height: 100%;
  padding: 0 25px; }

.modal.gallery-modal .modal-body {
  position: relative;
  padding: 15px;
  height: calc(100% - 120px);
  overflow-y: auto; }

@media (max-width: 768px) {
  .modal.gallery-modal .modal-dialog {
    width: 100% !important; } }

.base-description-modal-with-image .modal-dialog {
  width: 75%;
  min-width: 640px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.base-description-modal-with-image .modal-header,
.base-description-modal-with-image .modal-body,
.base-description-modal-with-image .modal-footer {
  padding: 15px 25px; }

.base-description-modal-with-image .modal-header {
  position: relative;
  border: none;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .base-description-modal-with-image .modal-header .image-container {
    height: 85px;
    width: 85px;
    overflow: hidden;
    display: inline-block; }
  .base-description-modal-with-image .modal-header .modal-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #151515;
    border: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: 135px;
    right: 60px;
    cursor: default; }
    .base-description-modal-with-image .modal-header .modal-title > span {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .base-description-modal-with-image .modal-header .modal-title > .sub-title {
      font-size: 18px;
      line-height: 24px;
      color: #565A5C; }
  .base-description-modal-with-image .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: transparent;
    border: none; }
    .base-description-modal-with-image .modal-header .btn-close .close-x,
    .base-description-modal-with-image .modal-header .btn-close .close-x:after {
      background-color: #bbb; }
    .base-description-modal-with-image .modal-header .btn-close:focus {
      outline: none; }
    .base-description-modal-with-image .modal-header .btn-close:hover .close-x,
    .base-description-modal-with-image .modal-header .btn-close:hover .close-x:after, .base-description-modal-with-image .modal-header .btn-close:focus .close-x,
    .base-description-modal-with-image .modal-header .btn-close:focus .close-x:after, .base-description-modal-with-image .modal-header .btn-close:active .close-x,
    .base-description-modal-with-image .modal-header .btn-close:active .close-x:after {
      background-color: #565a5c; }

.base-description-modal-with-image.gallery-modal .modal-content {
  padding: 0 25px; }

.base-description-modal-with-image.gallery-modal .modal-header {
  margin: 15px 25px; }
  .base-description-modal-with-image.gallery-modal .modal-header .btn-close {
    top: 0;
    right: -25px; }

.base-description-modal-with-image .modal-body {
  padding-top: 10px; }
  .base-description-modal-with-image .modal-body h4 {
    color: #565A5C;
    font-size: 16px;
    margin-bottom: 10px; }

.init-hide {
  display: none; }

.bold {
  font-weight: bold; }

.width10 {
  width: 10%; }

.width100 {
  width: 100%;
  max-width: initial !important; }

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

.padding-0 {
  padding: 0 !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.black-text {
  color: #000; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.col-xs-10.margin-right-3 {
  width: 80%;
  margin-right: 3%; }

.margin-left-10 {
  margin-left: 10px; }

/* Place tooltips over the Release Calendar Button */
.tooltip {
  z-index: 20003; }

.dropdown-scroll {
  max-height: 300px;
  overflow-y: scroll; }

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.data-table-body-expander {
  overflow: hidden; }

.data-source-text {
  cursor: help !important; }
  .data-source-text .flag {
    cursor: default !important; }
  .data-source-text .region-name {
    cursor: default !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 165px; }

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.flex-row [class*='col-']:not(.no-flex) {
    display: flex;
    flex-direction: column;
    align-self: stretch !important; }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.rotate-45-deg {
  transform: rotate(45deg); }

.init-hide {
  display: none; }

.bold {
  font-weight: bold; }

.width10 {
  width: 10%; }

.width100 {
  width: 100%;
  max-width: initial !important; }

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

.padding-0 {
  padding: 0 !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.black-text {
  color: #000; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.col-xs-10.margin-right-3 {
  width: 80%;
  margin-right: 3%; }

.margin-left-10 {
  margin-left: 10px; }

/* Place tooltips over the Release Calendar Button */
.tooltip {
  z-index: 20003; }

.dropdown-scroll {
  max-height: 300px;
  overflow-y: scroll; }

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.data-table-body-expander {
  overflow: hidden; }

.data-source-text {
  cursor: help !important; }
  .data-source-text .flag {
    cursor: default !important; }
  .data-source-text .region-name {
    cursor: default !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 165px; }

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.flex-row [class*='col-']:not(.no-flex) {
    display: flex;
    flex-direction: column;
    align-self: stretch !important; }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.rotate-45-deg {
  transform: rotate(45deg); }

@font-face {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  src: url("/Content/libs/font-awesome/fonts/fontawesome-webfont.eot");
  src: url("/Content/libs/font-awesome/fonts/fontawesome-webfont.woff?#iefix") format("embedded-opentype"), url("/Content/libs/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("/Content/libs/font-awesome/fonts/fontawesome-webfont.svg?#fontawesome") format("esvg"); }

input[type="checkbox"].styled + label,
input[type="radio"].styled + label,
.abc-checkbox input[type=checkbox] + label {
  line-height: 18px;
  text-align: left; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.abc-checkbox input[type=checkbox]:checked + label:after {
  font-family: "FontAwesome";
  letter-spacing: 1px; }

input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  outline: none !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.75);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.75); }

.bootstrap-switch {
  border-color: #dadada; }
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #4b9dd6 !important; }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #47ddb6 !important; }

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: none !important; }

.dropdown-menu > li > a {
  background-color: #fff;
  color: #0177bf; }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
    background-color: #47ddb6;
    color: #fff; }

.dropdown-menu > .active > a {
  background-color: #fff;
  color: #0177bf; }
  .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:active {
    background-color: #47ddb6;
    color: #fff; }

.multiselect-container {
  color: #0177bf; }
  .multiselect-container > li .checkbox {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    .multiselect-container > li .checkbox label {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 5px 15px 5px 35px;
      white-space: nowrap;
      text-align: left !important; }
      .multiselect-container > li .checkbox label span {
        text-align: left !important; }
      .multiselect-container > li .checkbox label::before, .multiselect-container > li .checkbox label::after {
        top: 6px;
        left: 10px;
        margin-left: 0; }
  .multiselect-container > li.multiselect-group {
    border-top: 1px solid #dadada;
    margin-top: 3px;
    cursor: default; }
    .multiselect-container > li.multiselect-group.multiselect-group-clickable:hover {
      background: #47ddb6;
      color: #fff; }
    .multiselect-container > li.multiselect-group > label {
      padding: 6px 0 4px 35px;
      width: 100%; }

.checkbox-primary input[type="checkbox"]:checked + label,
.checkbox-primary input[type="radio"]:checked + label {
  text-align: left; }
  .checkbox-primary input[type="checkbox"]:checked + label::before,
  .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #0177bf;
    border-color: #0177bf; }

.checkbox input[type="checkbox"][disabled] + label,
.checkbox input[type="radio"][disabled] + label {
  cursor: not-allowed; }

html {
  min-height: 100%;
  position: relative; }

body {
  background: #252d39;
  background: -moz-linear-gradient(bottom, #252d39, #191e26);
  background: -webkit-linear-gradient(top, #252d39, #191e26);
  background: linear-gradient(to top #252d39, #191e26);
  min-height: 100%; }

.pointer-no-selection {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.logo-container {
  padding: 5em 0 3em 0;
  text-align: center;
  vertical-align: bottom;
  width: 100%; }

.form-block {
  letter-spacing: 1px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
  padding: 3em;
  margin: 0 auto 80px; }

.input-credentials {
  padding: 0.75em 0 0.55em 0; }

.input-credentials-placeholder {
  padding: 15px;
  letter-spacing: 1px;
  font-size: 1.5em;
  height: 50px; }

.input-credentials-icon {
  padding: 0 0.75em 0 0.75em;
  font-size: 1.5em;
  color: #a0a0a0; }

.submit-btn, .btn-login {
  background-size: 200%;
  background-position: 50%;
  background-image: none;
  background-color: #0177bf;
  -webkit-transition: all 0.3s ease, background-color 0.1s ease;
  -moz-transition: all 0.3s ease, background-color 0.1s ease;
  -o-transition: all 0.3s ease, background-color 0.1s ease;
  transition: all 0.3s ease, background-color 0.1s ease;
  margin-top: 2.5em;
  padding: 0.65em 0 0.65em 0;
  border-color: #0177bf;
  color: #fff !important;
  width: 100%;
  font-size: 1.25em;
  font-weight: 600; }
  .submit-btn:not(.btn-disabled):not(:disabled):not(.active):focus, .btn-login:not(.btn-disabled):not(:disabled):not(.active):focus {
    background-color: #0177bf;
    outline: none; }
  .submit-btn:not(.btn-disabled):not(:disabled):not(.active):hover, .btn-login:not(.btn-disabled):not(:disabled):not(.active):hover, .submit-btn:not(.btn-disabled):not(:disabled):not(.active):active:hover, .btn-login:not(.btn-disabled):not(:disabled):not(.active):active:hover {
    background-color: #003554 !important; }
  .submit-btn:not(.btn-disabled):not(:disabled):not(.active):active, .btn-login:not(.btn-disabled):not(:disabled):not(.active):active {
    background-color: #002236;
    background-image: -webkit-radial-gradient(circle, #002236 10%, #014873 11%) !important;
    background-image: radial-gradient(circle, #002236 10%, #014873 11%) !important;
    background-repeat: no-repeat;
    background-size: 1000%;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4); }

h1, h2, h3 {
  color: #0177bf;
  font-weight: bold;
  margin: 0 auto 20px; }

.init-hide {
  display: none; }

.bold {
  font-weight: bold; }

.width10 {
  width: 10%; }

.width100 {
  width: 100%;
  max-width: initial !important; }

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

.padding-0 {
  padding: 0 !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.black-text {
  color: #000; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-default {
  cursor: default; }

.cursor-not-allowed {
  cursor: not-allowed; }

.col-xs-10.margin-right-3 {
  width: 80%;
  margin-right: 3%; }

.margin-left-10 {
  margin-left: 10px; }

/* Place tooltips over the Release Calendar Button */
.tooltip {
  z-index: 20003; }

.dropdown-scroll {
  max-height: 300px;
  overflow-y: scroll; }

.ratio {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }

.data-table-body-expander {
  overflow: hidden; }

.data-source-text {
  cursor: help !important; }
  .data-source-text .flag {
    cursor: default !important; }
  .data-source-text .region-name {
    cursor: default !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    max-width: 165px; }

.row.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.flex-row [class*='col-']:not(.no-flex) {
    display: flex;
    flex-direction: column;
    align-self: stretch !important; }

.no-selection {
  cursor: default;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.rotate-45-deg {
  transform: rotate(45deg); }

.unsupported-browser-message {
  width: calc(100% + 30px);
  background: #F6F7F7;
  border-bottom: 1px solid #555;
  padding: 20px 20px 15px;
  margin: 0 -15px -80px;
  text-align: center;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15); }
  .unsupported-browser-message h1 {
    color: #d9534f;
    font-weight: bold;
    font-size: 100%;
    text-transform: none;
    margin-bottom: 15px; }
  .unsupported-browser-message p {
    color: #0177bf;
    margin-bottom: 8px; }
  .unsupported-browser-message ul.supported-browser-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .unsupported-browser-message ul.supported-browser-list li {
      margin: 5px 0;
      padding: 0; }
      .unsupported-browser-message ul.supported-browser-list li .fa {
        display: inline-block;
        font-size: inherit;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
        .unsupported-browser-message ul.supported-browser-list li .fa.fa-firefox:before {
          content: "\f269"; }
        .unsupported-browser-message ul.supported-browser-list li .fa.fa-chrome:before {
          content: "\f268"; }
  .unsupported-browser-message .close {
    position: absolute;
    right: 18px;
    top: 8px; }

.forgot-password {
  display: block;
  margin-top: 0.65em;
  font-size: 1.10em;
  font-weight: 600;
  color: #555; }
  .forgot-password:visited {
    color: #555; }
  .forgot-password:hover, .forgot-password:active, .forgot-password:focus {
    text-decoration: none;
    color: #0177bf; }

.request-account {
  margin-top: -30px;
  font-size: 1.10em;
  color: #A6A6A6;
  text-align: center; }
  .request-account > p {
    cursor: default;
    margin-bottom: 0.25em; }
  .request-account > a {
    font-weight: 600;
    color: #e0e0e0; }
    .request-account > a:hover, .request-account > a:active, .request-account > a:focus {
      text-decoration: none;
      color: #0177bf; }

.input-remember {
  margin: 0 auto;
  padding-top: 1.25em; }

.remember-me-text {
  font-size: 1.10em !important;
  font-weight: 600 !important; }

.remember-me-text:hover {
  color: #0177bf; }

.version {
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  position: absolute;
  bottom: 0; }

.build {
  color: #191e26;
  text-transform: none; }

a[disabled] {
  pointer-events: none; }

.modal.default-modal {
  padding-top: 200px; }

footer {
  margin-top: 50px; }

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