
.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%; }

body {
  background-color: #eff0f3; }

.header {
	/*
  background: #2c3742;
  box-shadow: inset rgba(255, 255, 255, 0.3) 0 1px 0, inset rgba(0, 0, 0, 0.22) 0 -1px 0, rgba(0, 0, 0, 0.14) 0 1px 2px;
  */
  width: 100%;
  height: 85px;
  text-align: center;
  padding-top: 10px; }

.login-wrapper {
  position: absolute;
  text-align: center; 
}
.login-wrapper .logo {
  margin-bottom: 45px;
  position: relative;
  left: -2px;
  -webkit-filter: invert(100%); 
}
.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px 10px;
  float: none;
  max-width: 1000px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; 
}
.login-wrapper .box-login {
	width:30%;
	display:inline-block;
	vertical-align:top;
  background: #2c3742;
  padding-bottom:10px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; 
} 
.login-wrapper .box .content-wrap {
  width: 92%;
  margin: 0 auto; 
}
.login-wrapper .box .content-wrap li{
  line-height:17px;
  letter-spacing:0.7px;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600; 
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"], .box select {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px; 
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
    border: 1px solid #28a0e5;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
    box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5; 
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px; 
}
.login-wrapper .box input:-moz-placeholder {
  color: #9ba8b6;
  font-size: 14px;
  letter-spacing: 0px;
  font-style: italic; 
}
.login-wrapper .box input:-ms-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 14px;
}
.login-wrapper .box input::-webkit-input-placeholder {
  color: #9ba8b6;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 14px; 
}
.login-wrapper .box .action {
  border-top: 1px solid #d3d7db;
  background-color: #f4f5f6;
  margin: 0px -36px;
  position: relative;
  top: 30px;
  border-radius: 0px 0px 7px 7px;
  padding: 15px 0px; 
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px; 
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px; 
}
.login-wrapper .already p {
  display: inline-block;
  color: #222; 
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  /* Firefox 4 */
  -webkit-transition: all .1s linear;
  /* Safari and Chrome */
  -o-transition: all .1s linear;
  /* Opera */ 
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000; 
}

/* responsive */
/*
@media (max-width: 767px) {
  .login-wrapper .box {
    width: 350px; 
  }
  .login-wrapper .box .action {
    margin: 0px -31px; } 
}

@media (max-width: 480px) {
  .login-wrapper .box {
    width: 90%; 
  }
}*/
    
    
    
    
    
    
    
    
    
    /*-----------Footer----------*/
.Footer{
	text-align:left;
    margin:0 auto;
	width:1000px;
	height:auto;
	padding:5px 0 10px;
/*	background-image:  url(../images/FooterBg.png);          */
	background-repeat: no-repeat;
}
.FooterLeft{
    display:inline-block;     
	width:280px;
	height:auto;		
	margin: 0;
	padding: 0;
}
.FooterCenter{
    display:inline-block;     
	width:320px;
	height:auto;
	margin-top:0px;
	padding:0;
}
.FooterCenter1{
    display:inline-block;     
	width:50px;
	height:auto;
	margin-top:0px;
	padding:0;
    text-align:right;
}
.FooterCenter2{
    display:inline-block;     
	width:270px;
	height:auto;
	margin-top:0px;
	margin-left:12px;
	padding:0;
    text-align:left;
}
.FooterRight{
    display:inline-block;     
	width:280px;
	height:auto;
	margin:0;
	padding:0 0 0 40px;
} 
.Footer ul{
	list-style-type: none; 
}
li.FirstLi{
	list-style-type: circle; 
}
.FooterRight li.Manuel{
	color:#0179a5;
}

.statsdetailstable th{
	padding-left:5px;
	border:2px solid white;
}
.statsdetailstable tr{
	border:2px solid white;
}
.statsdetailstable td{
	padding-left:5px;
	border:2px solid white;
}
.statsdetailstable td:first-child{
	border:2px solid white;padding-left:5px;padding-right:5px
}
.statsdetailstable td:last-child{
	text-align:right;padding-right:5px
}
    
