body {
  overflow: hidden;
  font: 12px/20px 'Lucida Grande', Verdana, sans-serif;
}

.lang-label {
  color: #cfe0fc;
  padding-top: 4px;
}

.login-label {
  color: #8fa0bc;
}


.RadComboBox tr {
  height: 33px;
}

.domain-combo{
  margin-top: -12px;
}

.forgot-pw{
  width: 100%;
  text-align: center;
  margin-top: -10px;
}

.itrak-logo {
  text-align: center;
}

.itrak-logo img{
  width: 300px;
}

/********/
.omnigo-copyright {
  color: #4e5b73;
  margin: 5px 10px;
}

.login-form {
  width: 320px;
  max-height: 100vh;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .login-form {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.login-form.processing .login-button {
  background-color: #7e93a7 !important;
  cursor: default;
}

.login-form.processing .login-button.cancel {
  background-color: #c8c8c8 !important;
}

.login-fieldset {
  margin: 20px 15px 15px 15px;
}

.login-overlay {
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)) rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 480px) {
  .login-overlay {
    display: none;
  }
}

@media (min-width: 481px) {
  .login-center {
    overflow-y: auto;
    vertical-align: middle;
    display: table-cell;
    margin: auto;
  }
}

.login-dialog {
  display: inline-block;
  position: relative;
  width: 320px;
  background: #ffffff url(../../Media/images/background-motif.png) no-repeat bottom left;
  border-radius: 6px;
  border-color: #8a8d8f;
}

@media (min-width: 481px) {
  .login-dialog {
    box-shadow: 0 0 40px 4px #333;
  }
}

@media (max-width: 480px) {
  .login-dialog {
    min-height: 100%;
    border-radius: 0;
    width: 100%;
  }

  .login-dialog.no-branding {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
}

.login-branding {
  position: relative;
  height: 80px;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25)) #ffffff;
  border-radius: 6px 6px 0 0;
}

@media (max-width: 480px) {
  .login-branding {
    border-radius: 0;
  }
}

.login-branding img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 180px;
}

.login-container {
  position:fixed;
  width: 100%;
  height: 100%;
  /*z-index: 1000000;*/
}

@media (min-width: 481px) {
  .login-container {
    display: table;
  }
}

@media (max-width: 480px) {
  .login-container {
    position: absolute;
  }
}

.login-container a:link,
.login-container a:visited {
  color: #4e5b73;
}

.login-container a:hover,
.login-container a:active {
  color: #486a8a;
}

.login-container .form-group {
  position: relative;
  margin-bottom: 20px;
}

.login-container input.form-control.form-control {
  box-shadow: none !important;
}

.login-container select.form-control {
  box-shadow: none !important;
  padding-left: 2px !important;
}

.login-container .form-control {
  border-radius: 0 !important;
  border-color: #8a8d8f;
  padding: 6px !important;
  font: 14px/14px 'Lucida Grande', Verdana, sans-serif;
}

.login-container .form-control:focus {
  border-color: #29abe2 !important;
}

.login-container .form-control:focus + label {
  color: #29abe2 !important;
  opacity: 1;
  top: -6px;
}

.login-container .form-control + label {
  position: absolute;
  top: 14px;
  left: 6px;
  padding: 1px;
  font: 11px/11px 'Lucida Grande', Verdana, sans-serif;
  background-color: #ffffff;
  transition: top 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  color: #8a8d8f;
}

.login-container .form-control.has-value + label {
  color: #29abe2 !important;
  opacity: 1;
  top: -6px;
}
/***********/
.maindiv {
  position: absolute;
  width: 100%;
}

.browserMsg {
  color: #333333;
  padding: 10px;
  font-weight: bold;
}

table.browserMsg .bsIE {
  background-image: url(../../Media/images/ie.png);
}

table.browserMsg .bsEdge {
  background-image: url(../../Media/images/edge.png);
}

table.browserMsg .bsChrome {
  background-image: url(../../Media/images/chrome.png);
}

table.browserMsg .bsSafari {
  background-image: url(../../Media/images/safari.png);
}

table.browserMsg th {
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: normal;
  padding: 11px 5px 11px 5px;
  vertical-align: middle;
}



.loginMessage {
  font: 11.5px/20px Verdana, sans-serif;
  color: #C00000;
  text-align: center;
  font-weight: bold;
}

#right-items {
  text-align: right;
}


#lang-div {
  margin: 15px;
}


::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #bcc0c8 !important;
}

::-webkit-input-placeholder {
  color: #bcc0c8;
}

:-ms-input-placeholder {
  color: #bcc0c8 !important;
}

input, textarea, select, label {
  font-family: inherit;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-submit {
  display: block;
  width: 100%;
  height: 37px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #204040;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #adcbfa;
  background-clip: padding-box;
  border: 1px solid #284473;
  border-bottom-color: #223b66;
  border-radius: 0px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #7e93a7, #6d8296);
  background-image: -moz-linear-gradient(top, #7e93a7, #6d8296);
  background-image: -o-linear-gradient(top, #7e93a7, #6d8296);
  background-image: linear-gradient(to bottom, #7e93a7, #6d8296);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 7px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.login-submit:active {
  background: #a4c2f3;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.1);
}

div#DisclaimerBox {
  width: 50%;
  position: absolute;
  top: -5px;
  left: 25%;
  background-color: #e8e8ef;
  padding: 10px;
  border: 1px solid #888;
  border-radius: 5px;
}

span#lblDisclaimerTitle {
  font-weight: bold;
  color: #0808f0;
}

div#divDisclaimerText {
  overflow-y: auto;
  max-height: 100px;
}








