th {
	background-color: #656565;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px;
    color: #fff;
    text-shadow: #414141 0 1px 0px;
    line-height: 40px;
}

table {
	font-size: 11px;
}

table thead tr th {
	font-size: 12px;
	font-weight: bold;
}

table td:first-child {
	color: #aaa;
}

table.table-striped>tbody>tr:nth-of-type(odd) {
       background-color: #efefef;
}

.auth {
	background: #444 url(../images/backlogo.png) no-repeat top left;
	    background-position: -10% 0%;
}

.form-auth {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 320px;
    margin-left: -160px;
       margin-top: -220px;
}
.form-auth input[type=text], .form-auth input[type=password] {
    background: none;
    border: none;
    border-bottom: 1px solid #797979;
    font-family: Roboto;
    font-size: 15px;
    width: 235px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
	transition: all 0.5s ease;
}

.form-auth input[type=text]:focus,
.form-auth input[type=password]:focus
 {
	transition: all 0.5s ease;
	    border-color: #ffc84c;
}

.form-auth input:focus {
	outline: none;
}

.form-auth input[type=submit] {
    background: none;
    color: #c5c5c5;
    border: 1px solid #353535;
    font-family: Roboto;
    font-size: 15px;
    padding: 9px 60px;
    margin-top: 10px;
    background: #3a3a3a;
    text-shadow: 0px -1px 0px #000;
    box-shadow: inset 0px 2px 0px #424242;
	cursor: pointer;
	
}

.form-auth input[type=submit]:hover {
    background: #3c3c3c;
    border: 1px solid #383838;
}

.form-auth input[type=submit]:active {
	background: #3c3c3c;
    border: 1px solid #383838;
	box-shadow: inset 0px 0px 0px #424242;
	padding-top:10px;
}

.auth h1 {
    font-family: Roboto;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 40px;
    text-align: center;
}

.form-auth .logo {
    width: 100%;
    display: block;
    min-height: 130px;
    background: url(../images/mainlogo.png) no-repeat top center;
}





