
html{
	height: 100%;
}
body{
	min-height:100%;
}
h1{
	color:#3f8ac4;
	font-family: 'Source Sans Pro', 'Arial', sans-serif;
}
h2{
	color:#808080;
	font-family: 'Source Sans Pro', 'Arial', sans-serif;
}

a{
	color:#77b3f7;
}
a:hover{
	color:#77b3f7;
}
a:visited{
	color:#0b478c;
}
.btn-success:visited{
	color:white;	
}
.btn-warning:visited{
	color:white;	
}
.btn-primary:visited{
	color:white;	
}
.btn-info:visited{
	color:white;	
}
.header{
	background: linear-gradient( #0b478c, #2c70bd);
	width:100%;
		background-position: center center; background-repeat: no-repeat;
	padding:10px;
	color:white;
	font-size:20px;
}
.right{
	text-align:right;
}
.center{
	text-align:middle;
}

.table>tbody>tr>th a{
	color:white;
	text-decoration:none;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #77b3f7;
	background-color: #77b3f7;
	font-family: 'Source Sans Pro', 'Arial', sans-serif;
	color:white;
	font-weight:400;
	font-size:16px;
}

.login{
	padding-top:30px;
	background: linear-gradient( #0b478c, #2c70bd);
	width:100%;
	height:100%;
	min-height: 100%;
	text-align:center;
	background-position: center center; background-repeat: no-repeat;

}
.loginbox{
	
	background-color: #ffffff;
	width: 300px;
	padding: 30px;
	box-shadow: 2px 2px 2px #888888;
	margin: 0px auto;
	
}
.loginboxheader{
	
background-color:#77b3f7;
width:300px;
margin:0px auto;
}
.loginboxheader H1{
color:#ffffff;
margin:0px;
padding:10px;
font-size:30px;
font-family: 'Source Sans Pro', 'Arial', sans-serif;
font-weight: 300;
}


.userdetails{
	display:none;
	
}
.userinfo{
	position:absolute;
	right:15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color:#2c70bd;
	padding:10px;
	color:white;
}

.userinfo a{
	color:#ffffff;
}
.userinfo a:hover{
	color:#ffffff;
}
.userinfo a:visited{
	color:#77b3f7;
}

.userlink a{
	color:#ffffff;
	text-decoration:none;
}
.userlink a:hover{
	color:#ffffff;
	text-decoration:none;
}
.userlink a:visited{
	color:#ffffff;
	text-decoration:none;
}
@media (max-width: 765px) {
	.tel{
		padding:10px;
		text-align:center;
	}
}
@media (max-width: 400px) {
	img{
		
		width:100%;	
		
	}
	
}