﻿body {
    font-size: 17px;
    line-height: 1.2;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 8px 8px 8px 8px;
}

.tblHomewise {
  margin: 0 auto;
}

.tblHomewise th {
  background-color: #8CC20D;
  color: #fff;
  padding: 4px 4px 4px 4px;
  border: 1px solid #101D59;
}

.tblHomewise td {
  color: #101D59;
  padding: 4px 4px 4px 4px;
  text-align: left;
  border: 1px solid #101D59;
}

.tblHomewise tr:hover {
  background-color: #8CC20D;
  color: #fff;
}

@-webkit-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #AD301B; }
  100% { background-color: #FFFFFF; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #AD301B; }
  100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #AD301B; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #AD301B; }
  100% { background-color: #FFFFFF; }
}

.FlashTrue{    
    background-image:none !important;
    -webkit-animation: fadeIt 5s infinite; 
       -moz-animation: fadeIt 5s infinite; 
         -o-animation: fadeIt 5s infinite; 
            animation: fadeIt 5s infinite; 
}


/* adsfasdfd */

body {
  /*font-size: 0.8em !important;*/
  font-size: 11px;
  background-image: url('/images/BGuide/webbg.png');
  background-repeat: repeat;
  font-family: Calibri, Arial, Verdana !important;
  /*font-weight: bold !important;*/
}

h1 {
  clear:both;
}

label {
  display:block;
}

input[type=text] {
  margin: 1px 1px 1px 1px;
}

.select {
  margin: 1px 1px 1px 1px;
  height: 26px;
  min-width: 142px;
}

#topB{
  background-image: url('/images/BGuide/webbg.png');
  background-repeat: repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

#mcon {
  width: 100%;
  text-align: center;
  min-height: 700px;
  background-image: url('/Images/BImages/Tomato600.PNG');
  background-position: right;
  background-repeat: no-repeat;
}

#dialog-form label
{
  display:inline-block;
}

.validate {
  display:none;
  color:#FF0000;
}

.passReset {
  display:none;
}

#passResetLink, #lbSendPass {
  cursor:pointer;
}

/* NTT1234 */

#loginStandard
{
  
  text-align:center;
  margin: 0 auto;
  border-radius: 8px;
  border:3px solid #91C848 !important;
	text-align:left;
	padding:7px;
	color:#fff;
  background-color: #489337;
  background: rgb(72, 147, 55); /* Fall-back for browsers that don't support rgba */
  background: rgba(72, 147, 55, .85);
}

#loginStandard .signinForm {
  text-align:left;
  padding-left:35px;
}

#loginStandard a {
  color: #fff;
}

#loginStandard a:hover {
  text-decoration: underline;
}

#loginStandard label {
  display: inline-block; width: 90px; text-align: right;
}

.lflds {
  margin: 2px 2px 2px 2px !important;
  padding: 2px 2px 2px 2px;
  border:1px solid #91C848; 
  width: 180px;
  color: #000;
}

  
.dlOuter {
  position: absolute;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  text-align: center;
}

.divLoading {
  display:block;
  margin: 0 auto;
  width: 220px;
  height: 39px !important;
  position: relative;
  top: -50%;
}

#loadingInfo{
  width: 100%;
  text-align: left;
  color: #000 !important;
  display:block;
  background-color: #fff;
  padding-left: 5px;
}

#loadingG{
  background-image: url("/images/loader.gif");
  height: 19px;
  display:block;
  margin: 0 auto;
  width: 220px;
}

#overlay {
    position: fixed; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    filter: alpha(opacity=1);
    z-index:1;
}

.overlayLoading {
    position: fixed; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    z-index:1001;
    display: table;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
  color: #489337;
  margin-right: 2px;
}

.dt {
  text-align: center;
}
