/* -------------------------------------------------------------------
 * Login Page 
 * -----------------------------------------------------------------*/
@keyframes load {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
  }
  50% {
    -webkit-transform: scale(35, 35);
    -moz-transform: scale(35, 35);
    -ms-transform: scale(35, 35);
    -o-transform: scale(35, 35);
    transform: scale(35, 35);
  }
  100% {
    -webkit-transform: scale(0.2, 0.2);
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
  }
}
.language {
  border: none;
  box-shadow: none;
  width: auto;
  margin: 0 0 0 0;
  background-color: transparent;
  color: #333333;
}

.login-language-flag {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.pagebg {
  background: url(/Content/images/Login/login_bg_30.jpg) no-repeat bottom right fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.btn:focus,
.btn:active:focus {
  outline: none;
}

.btn-login {
  height: 46px;
  border-radius: 46px;
  color: #fff;
  background-color: #4c5358;
  border-color: darken #4c5358;
  font-size: 17px;
  padding: 10px 16px;
}
.btn-login:hover {
  color: #fff;
  background-color: #333333;
  border-color: darken #333333;
}
.btn-login:focus, .btn-login.focus {
  color: #fff;
  background-color: #4c5358;
  border-color: #333333;
  box-shadow: 0 0 4px 2px #afc836;
}
.btn-login:active, .btn-login.active, .open > .btn-login.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.ExceptionMsg {
  background-color: #f0f1f2;
  padding: 20px;
  color: #4c5358;
  text-align: left;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .ExceptionMsg {
    background-color: #f0f1f2;
    padding: 20px;
    color: #4c5358;
    text-align: left;
    width: 100vw;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: -15px !important;
  }
}
.element p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-signin {
  padding: 32px 0 16px 0;
  margin: 0 auto;
}
.form-signin h4 {
  text-align: center;
}
.form-signin h5 {
  line-height: 1.4;
}
.form-signin ul {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.form-signin-link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4c5358;
}
.form-signin-link a,
.form-signin-link a:focus,
.form-signin-link a:hover {
  font-family: Arial;
  font-size: 16px;
  color: #2d6100;
  text-decoration: none solid rgb(194, 194, 25);
}
.form-signin-link a:focus-visible {
  outline-offset: 2px;
}
.form-signin-link h5 {
  text-align: left;
  margin-top: 20px;
  line-height: 1.4;
}

.form-logout-link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b00020;
}
.form-logout-link a,
.form-logout-link a:focus,
.form-logout-link a:hover {
  font-family: Arial;
  font-size: 16px;
  color: #b00020;
  text-decoration: none solid rgb(194, 194, 25);
}

.form-social-media div {
  padding-top: 10px;
}

.form-sigin-remember {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-sigin-remember label,
.form-sigin-remember label:focus,
.form-sigin-remember label:hover {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-decoration: none solid rgb(194, 194, 25);
}
.form-sigin-remember input {
  border-color: #333333;
  color: #333333;
}

select:focus {
  outline-color: #afc836;
}

.form-signin-text {
  margin-bottom: 0.5em;
}

.form-signin-question-button {
  background-color: transparent;
  border: none;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  color: #2d6100;
  text-decoration: none solid rgb(194, 194, 25);
  display: inline-block;
  cursor: pointer;
}

.form-signin .checkbox {
  margin-bottom: 32px;
  font-weight: normal;
}

.form-signin .form-signin-heading {
  margin-bottom: 32px;
  font-size: 17px;
  text-align: center;
}

.form-signin .form-signin-userName {
  font-weight: 600;
  text-align: left;
}

.form-signin .form-control {
  position: relative;
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 8px;
  border: 1px solid #858a8e;
  border-radius: 4px;
  background-color: #ffffff;
  background-size: cover;
  font-family: Arial;
  font-size: 14px;
  color: #121212;
  text-decoration: none solid rgb(18, 18, 18);
}

.form-signin .control-label {
  font-family: Arial;
  font-size: 13px;
  color: #4c5358;
  text-decoration: none solid rgb(117, 117, 117);
  padding: 3px 7px 2px 5px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type=text]:only-of-type {
  margin-bottom: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-signin input[type=text] {
  margin-bottom: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-signin input[type=password] {
  margin-bottom: 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.loginscreen {
  background-color: #e7e9ea;
}

@media (min-width: 768px) {
  .login__container {
    position: relative;
    max-width: 360px;
    background-color: #ffffff;
    border-radius: 16px;
  }
}
.login__container {
  position: relative;
  max-width: 360px;
  background-color: #ffffff;
}

.login__header {
  display: flex;
  overflow: hidden;
}

.login__logo {
  width: 100%;
  text-align: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.login__wrapper {
  padding: 0 32px 16px;
}
.login__wrapper .frm__select {
  display: none;
  width: 100%;
  margin-bottom: 0.6125em;
}

.login__box {
  margin-bottom: 0.6125em;
}
.login__box div {
  width: 100%;
  margin-top: 11px;
  text-align: center;
}
.login__box button,
.login__box input {
  display: block;
  width: 100%;
  height: 35px;
}
.login__box button {
  font-size: 0.875em;
}
.login__box button.btn--login {
  height: 55px;
  font-family: bold-font-family;
  font-size: 18px;
}
.login__box:last-child {
  margin: 1.25em 0 0;
}

.login__group {
  overflow: hidden;
  text-align: left;
}
.login__group a {
  float: left;
}
.login__group a:first-child {
  margin-right: 15px;
}

.login-center {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 0;
}

.u4-gradient {
  background: -moz-linear-gradient(left, #4ac7ed 0%, #4ac7ed 10%, #f68d2e 10%, #f68d2e 25%, #99a3ab 25%, #99a3ab 50%, #b0c836 50%, #b0c836 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #4ac7ed), color-stop(10%, #4ac7ed), color-stop(10%, #f68d2e), color-stop(25%, #f68d2e), color-stop(25%, #99a3ab), color-stop(50%, #99a3ab), color-stop(50%, #b0c836), color-stop(100%, #b0c836));
  background: -webkit-linear-gradient(left, #4ac7ed 0%, #4ac7ed 10%, #f68d2e 10%, #f68d2e 25%, #99a3ab 25%, #99a3ab 50%, #b0c836 50%, #b0c836 100%);
  background: -o-linear-gradient(left, #4ac7ed 0%, #4ac7ed 10%, #f68d2e 10%, #f68d2e 25%, #99a3ab 25%, #99a3ab 50%, #b0c836 50%, #b0c836 100%);
  background: -ms-linear-gradient(left, #4ac7ed 0%, #4ac7ed 10%, #f68d2e 10%, #f68d2e 25%, #99a3ab 25%, #99a3ab 50%, #b0c836 50%, #b0c836 100%);
  background: linear-gradient(to right, #4ac7ed 0%, #4ac7ed 10%, #f68d2e 10%, #f68d2e 25%, #99a3ab 25%, #99a3ab 50%, #b0c836 50%, #b0c836 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ac7ed', endColorstr='#b0c836', GradientType=1 );
  width: 100%;
  height: 0.25em;
  width: 100%;
  height: 0.25em;
}

/* Links */
a,
a:focus,
a:hover {
  color: #afc836;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #333;
  overflow-y: auto;
  overflow-x: hidden;
}

.logout_txt {
  color: #4c5358;
  margin-bottom: 1em;
  font-weight: bold;
}

.btn-logout-wide {
  padding: 9px 47px;
}

.btn-error-details-wcag {
  color: #ffffff !important;
  background: #4c5358 !important;
}
.btn-error-details-wcag:hover {
  background: #333333 !important;
}

.btn-dark-text {
  color: #333333 !important;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 13px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.cover-container {
  background: #ffffff !important;
  border-radius: 17px;
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}

.masthead-nav > li + li {
  margin-left: 20px;
}

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
.cover {
  padding: 0 20px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 750px;
  }
}
.list-group {
  margin-top: 20px;
}

.list-group-item {
  padding: 0;
  border: solid;
  border-color: #f0f1f2;
  border-width: 1px;
  border-right: hidden;
  border-left: hidden;
  border-bottom: hidden;
}
.list-group-item a {
  width: calc(100% - 52px);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  border-style: solid;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #4c5358;
  z-index: 100;
  border-radius: 0;
}
.list-group-item a:hover {
  z-index: 1000;
  background-color: #e1e4e5;
}

.form-signin .list-group-item:first-child {
  border-radius: 0;
}
.form-signin .list-group-item:last-child {
  border-radius: 0;
}

.validation-summary-errors {
  text-align: center;
  padding: 5px;
  color: #b00020;
  font-weight: 600;
}

.loadingAnimation {
  position: relative;
  overflow: hidden;
}

.loadingAnimation::after {
  position: absolute;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.2;
  -moz-animation: load 1s;
  -o-animation: load 1s;
  -webkit-animation: load 1s;
  animation: load 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.star-switch {
  position: absolute;
  display: inline-block;
  width: 50px;
  margin: 0 !important;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.star-switch:focus-visible {
  outline: 5px auto #333333 !important;
  outline-offset: 1px;
  margin-bottom: 3px !important;
}
.star-switch .star-switch input {
  display: none;
}
.star-switch .star {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #4c5358;
  font-size: large;
  font-weight: 100;
}
.star-switch .star:hover {
  color: rgb(72.2, 78.85, 83.6);
  background-color: #e1e4e5;
}
.star-switch .star:before {
  font-family: "glyphicons-halflings-regular";
  position: absolute;
  content: "\e007";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.star-switch input:checked + .star:before {
  font-family: "glyphicons-halflings-regular";
  position: absolute;
  content: "\e006";
  color: #2d6100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.unsupported-browser-header {
  background-color: #ffffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 80px;
  border-radius: 16px;
}

.incorrect-versions-header {
  background-color: #ffffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 80px;
  border-radius: 16px;
}

.unsupported-browser-logo {
  float: left;
  opacity: 0.2;
  top: 40px;
  position: relative;
}

.incorrect-versions-logo {
  float: left;
  opacity: 0.2;
}

.browser-logos a img {
  width: 100%;
  min-width: 50px;
  max-width: 50px;
}

.browser-logos {
  word-wrap: break-word;
}

.browser-logos a {
  text-decoration: none;
  color: rgb(76, 83, 88);
}

.logo-x {
  position: relative;
  right: 75px;
  width: 80px;
  top: 70px;
}

.logo-x-incorrect-versions {
  position: relative;
  width: 150px;
  top: 20px;
}

.edge-center-text {
  word-spacing: 60px;
  position: absolute;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  right: 90px;
}

.google-center-text {
  word-spacing: 60px;
  position: absolute;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  right: 90px;
}

.text-muted-wcag {
  color: #4c5358;
}

.danget-text {
  color: #b00020;
}

.error-span {
  margin-top: -10px;
  display: flex;
  margin-bottom: 10px;
}

.profile-select-focus-visible:focus-visible {
  outline-offset: -1px !important;
}

.like-h4 {
  margin-top: 9px;
  font-size: 17px;
  font-weight: 500;
}

.like-h5 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 9px;
  margin-bottom: 9px;
}

.like-h2 {
  margin-top: 18px;
  line-height: 1.1;
  font-size: 27px;
}