﻿body {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #EBF0F5;
  background-image: url('Images/epro_bg.png');
}
p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
a {
  text-decoration: none;
  color: #307BC5;
}
a:hover {
  text-decoration: underline;
  color: Red;
}
#txtReEnter-bodyEl,
#txtNewPassword-bodyEl {
  width: 100% !important;
}
.inputbox {
  background: none repeat scroll 0 0 transparent;
  position: relative;
  text-align: left;
}
.inputbox input[type="text"],
.inputbox input[type="password"] {
  height: 22px;
}
.inputbox input[type="button"] {
  color: #FE2F44;
}
.inputbox .label-sm {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px !important;
  color: #333;
}
.inputbox table {
  table-layout: auto !important;
}
.inputbox td {
  width: 100% !important;
}
.div1 {
  min-width: 300px;
  max-width: 720px;
  margin: 0 auto;
  border: solid 1px #37556e;
  border-radius: 0;
  background: #fff;
}
.div2 > table {
  table-layout: fixed;
}
.div4 {
  text-align: center;
}
.div4 img {
  width: 100%;
  max-width: 229px;
  margin-bottom: 30px;
}
table {
  width: 100% !important;
}
.footerdiv {
  min-width: 300px;
  max-width: 720px;
  margin: 0 auto;
}
.TimeclockText {
  FONT-WEIGHT: normal;
  FONT-SIZE: 14px;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  COLOR: blue;
  TEXT-DECORATION: underline;
}
.eProIDFmt {
  BORDER-COLOR: #666666;
  FONT-WEIGHT: normal;
  COLOR: #000000;
  FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
.smalltext {
  FONT-WEIGHT: normal;
  FONT-SIZE: 13px;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  /*FONT-STYLE: italic;*/
}
.smalltextitalic {
  FONT-WEIGHT: normal;
  FONT-SIZE: 13px;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  FONT-STYLE: italic;
}
img {
  border: none !important;
}
.x-body {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 14px;
}
.x-form-item-label {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #707070;
}
.x-label-value {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #707070;
}
.x-form-text,
textarea.x-form-field {
  background: none;
  margin-top: 2px;
  height: 28px;
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 12px;
}
.x-btn-inner,
#btnChangePassword-btnInnerEl {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.x-form-item-body {
  padding-bottom: 5px;
}
.x-form-display-field {
  color: black;
}
.form-error-state-invalid {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  font-size: 10px;
  color: red;
}
#frmChangePassword-body {
  border: none;
}
.changePassError .x-label-value {
  font-size: 11px;
  color: red;
}
.x-btn-default-small {
  background-color: #E2E2E2;
  background-image: -moz-linear-gradient(center top, #E1E1E1, #F9F9F9 48%, #E2E2E2 52%, #E7E7E7);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 99;
  opacity: 0.2;
  filter: alpha(opacity=20);
  min-height: 100%;
  width: 100%;
}
.loading {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  border: 1px solid #67CFF5;
  width: 400px;
  height: 210px;
  display: none;
  position: fixed;
  background-color: White;
  z-index: 999;
}
.fancybox-close {
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  z-index: 8040;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("images/fancybox_sprite.png");
}
.DBValid .x-label-value {
  font-size: 9px;
  color: green;
}
.DBInValid .x-label-value {
  font-size: 14px;
  font-weight: normal;
  color: red;
}
#lblExtErrorMEssage .x-label-value {
  font-size: 14px;
  font-weight: normal;
  color: red;
}
.textbox {
  font-family: "lucida grande", tahoma, arial, sans-serif;
  background: #fff;
  border: 1px solid #d0d5d9;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  height: 34px !important;
  line-height: 24px !important;
  padding: 5px 10px;
  box-shadow: none !important;
  border-radius: 4px;
}
.textbox:focus {
  outline: none;
  border: 1px solid #7bc1f7;
  box-shadow: 0 0 8px #7bc1f7;
}
.btn-login {
  background-color: #37556e;
  background-image: none !important;
  border: 1px solid #2f485d;
  border-radius: 4px;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
}
.btn-login #btnChangePassword-btnInnerEl {
  font-weight: normal !important;
}
.btn-login #btnChangePassword-btnEl {
  height: 16px !important;
}
.btn-login:hover,
.btn-login:focus {
  background: #2f485d;
  text-decoration: none;
}
.btn-change {
  background-color: #3498db;
  border: 1px solid #2980b9;
  border-radius: 0 0 4px 0;
  display: block;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btn-change:hover,
.btn-change:focus {
  background: #2980b9;
  color: #fff;
  text-decoration: none;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
label.checkbox {
  vertical-align: top;
  margin: 2px 0;
  display: block;
}
.main-login-table-cell:first-child {
  width: 45%;
  border-right: 1px solid #37556e;
  padding: 30px;
  background: #fafbfc;
}
.main-login-table-cell:last-child {
  vertical-align: middle;
  width: 55%;
  text-align: center;
  padding: 30px;
}
.loginHolder {
  margin: 50px 15px 15px;
}
.captchaHolder {
  background: #fff;
  border: 1px solid #d0d5d9;
  border-radius: 0 0 0 4px;
  margin-bottom: 10px;
  padding: 4px;
}
.captchaHolder img {
  height: 25px;
  max-width: 100%;
  min-width: 183px;
}
.security input {
  width: 100%;
  margin-bottom: -6px;
  border-radius: 4px 4px 0 0;
}
#logoDiv img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .loginHolder {
    margin: 15px !important;
  }
  .main-login-table-cell {
    display: block;
    height: auto !important;
    padding: 30px !important;
    width: 100% !important;
  }
  .main-login-table-cell:first-child {
    border: none !important;
    border-bottom: 1px solid #37556e !important;
  }
  .main-login-table-cell table td {
    height: auto !important;
  }
}