﻿body {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color:#2d5e84;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
.content 
{
	max-width: 1170px;
}
.field 
{
	margin: 10px;
}
.field label 
{
	display:block;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0px;
}
.field input[type=text],
.field input[type=password]
{
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	border: solid 2px #138ac6;
	border-radius: 10px;
	color: #000000;
}
.action input[type=button],
.action input[type=submit],
.action button
{
	font-size: 18px;
	line-height: 20px;
	padding: 5px 15px;
	background-color: #138ac6;
	border: solid 2px #138ac6;
	border-radius: 10px;
	color:#ffffff;
	cursor: pointer;
	opacity: 0.9;
}
.action input[type=button]:hover, .action input[type=button]:focus,
.action input[type=submit]:hover, .action input[type=submit]:focus,
.action button:hover, .action button:focus
{
	opacity: 1.0;
	border: solid 2px #cccccc;
}
.InfoMessage, .SuccessMessage, .ErrorMessage 
{
	display:block;
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0px;
	height: 20px;
}
.InfoMessage 
{
	color: #1e9ff2;
}
.SuccessMessage 
{
	color: #28d094;
}
.ErrorMessage 
{
	color: #ff4961;
}
.text-left 
{
	text-align: left;
}
.text-center 
{
	text-align: center;
}
.text-right 
{
	text-align: right;
}
.thumbnail 
{
	max-width: 70px;
	width: 100%;
}
.padding-0 
{
	padding: 0px;
}
/* Login page */
.login-page 
{
	text-align: center;
}
.login-page h1 
{
	font-size: 24px;
	margin: 100px 10px;
}
.login-page .field input[type=text],
.login-page .field input[type=password]
{
	max-width: 200px;
	width: 100%;
}
/* Report page */
.reports-page h1 
{
	font-size: 24px;
	margin: 20px 10px;
}
.reports-page h2
{
	font-size: 22px;
	margin: 10px 10px;
}
.reports-page h3
{
	font-size: 16px;
	margin: 10px 0px;
}
.reports-page .client-card 
{
	padding:5px;
	background-color:#cccccc;
	margin: 0px;
	margin-bottom: 5px;
}
.reports-page .client-card:last-child {
	margin-bottom: 0px;
}
.reports-page .client-card ul
{
	list-style: none;
	padding: 0px;
	margin:0px;
	margin-left: 15px;
	float: left;
	width:65%;
}
.reports-page .client-card ul li
{
	color: #000000;
	padding: 0px 0px 1px 0px;
}
.reports-page .client-card ul li:last-child 
{
	padding: 0px;
}
.reports-page .client-card ul li label 
{
	font-weight: bold;
	margin-right: 2px;
}
.reports-page .client-card input[type=checkbox]
{
	margin-top:30px;
}
.reports-page .client-card img 
{
	max-height: 70px;
	float: left;
	width:25%;
}
.reports-page .client-list 
{
	overflow:hidden;
	overflow-x: hidden;
	min-height: 30px;
	max-height: 420px;
	overflow-y: auto;
	margin-bottom: 20px;
	font-size: 12px;
}
.reports-page .see-report {
	margin-top: 25px;
	margin-bottom: 25px;
}
.reports-page .lstReports
{
	font-size: 14px;
}
.reports-page .lstReports table
{
	margin: 0px 0px 10px 0px;
}
.reports-page input[type=radio]
{
	margin-right: 4px;
}
.reports-page .border-right-yellow
{
    border-right: solid 3px #f6f068;
	margin-right: -15px;
	padding-right: 15px;
}
.reports-page .other-reports h2 {
	color: #f6f068;
	border-bottom: solid 1px #f6f068;
	padding-bottom: 10px;
	margin: 10px 0px;
}
.reports-page .other-reports a {
	font-size: 16px;
	color: #f6f068;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.reports-page .other-reports .row > div 
{
	white-space:wrap;
}
.reports-page h4 
{
	margin: 0px 0px 3px 0px;
	color: #f6f068;
}
.qareport-ddl 
{
	color: black;padding: 5px;margin: 12px 0px 18px 0px;vertical-align: middle;line-height: 60px;
}
.padding-0 
{
	padding: 0px;
}
.margin-tb-10 
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-tb-20 
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-lr-0 
{
	margin-left: 0px;
	margin-right: 0px;
}
@media only screen and (max-width: 335px) {
	.reports-page .client-card ul li label 
	{
		display: none;
	}
	.reports-page .client-list 
	{
		font-size: 11px;
	}
	.reports-page .client-card ul li 
	{
		padding: 0px;
	}
	.reports-page .client-card img 
	{
		width: 27%;
		max-height: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.reports-page .see-report {
		margin-top: 25px;
	}
	.reports-page .other-reports a 
	{
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.reports-page h1 
	{
		font-size: 18px;
		margin: 20px 0px;
	}
	.reports-page h2
	{
		font-size: 14px;
		margin: 10px 0px;
	}
	.reports-page h3
	{
		font-size: 14px;
		margin: 10px 0px 10px;
		text-align: center;
	}
	.reports-page .client-list 
	{
		overflow:visible;
		overflow-x: visible;
		height: auto;
		overflow-y: visible;
	}
	.reports-page .see-report {
		margin-top: 25px;
	}
	.reports-page .action {
		text-align: center;
	}
	.reports-page .border-right-yellow
	{
		border-bottom: solid 3px #f6f068;
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
	.reports-page .other-reports a 
	{
		font-size: 16px;
	}
}
