body {
	background-color: #E0DEDF;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}
img {
	border: none;
}

.header {
	height: 110px;
	font: 15px Arial;
}

.sort-indicator {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.sort-indicator.A {
	border-bottom: 5px solid white;
}

.sort-indicator.D {
	border-top: 5px solid white;
}


.layout {
	/*background-color: #E0DEDF;*/
}
.logo {
	float: left;
	width: 260px;	
}

.menu {
	height: 35px;
}
.menu ul {
	background-color: #FFF;	
	border-bottom: 2px solid #C7C5C6; 	
	width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
    -moz-box-shadow: 0 1px 1px #9c9c9c inset;
    -webkit-box-shadow: 0 1px 1px #9c9c9c inset;
    box-shadow: 0 1px 1px #9c9c9c inset;
	list-style: none;
	font: 15px Arial;
}

.menu li {
	display: inline-block;
	position: relative;
	border-left: 1px solid #CFCFCF;
	padding-right: 7px;
}
.menu a {
	display: inline-block;	
	margin: 5px;
    padding-left: 15px;
    color: #32323C;
    outline: medium none;
    text-decoration: none;
	float: left;   
}

.menu a:first-child {
    border-left: medium none;
}

.menu a.active {
	color: red;
    font-weight: bold;
}

.menu-item-menu {
	
}
.menu-item-menu li {
	clear: both;
	display: block;
	overflow: hidden;
}

.menu-divider {
	width: calc(100% - 10px);
	height: 1px;
	background-color: #CFCFCF;
	margin: 3px auto;
}

.menu a:hover {
    color: #de4343;
}

.main_title {
    position: absolute;
    left: 200px;
    font-size: 25px;
    color: #fff;
}



.content {
	width: 90%;
	margin: 10px auto;
}



.main_nav ul {
	margin: 0;
    padding: 0;
	height: 100%;
}

.main_nav li {
	display: inline-block;	    
    position: relative;
}
.main_nav {
	float: left;
	padding-top: 10px;
}

.user {
	float:right;
	width:45%;
}
.print, .user {
	margin-top: 20px;
}
.user a, .print a {
	display:block;
	margin: 15px 5px;
}

.user_nav {
	float: right;
	width: 230px;
	height: 100%;
	margin-right: 25px;	
}
	
.main_nav a  {
	color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    margin: 65px 40px 0 0;
    outline: medium none;
    text-decoration: none;
    height: 35px;
}

.logo img {
	margin-left: 30px;
	padding-top: 5px;
}

.main_nav a.active {
	background: url("../img/arrow.png") no-repeat scroll 30px 27px transparent;	
}
.print {
	float:left;
	width:45%;	
	border-right: 1px groove #FFF;    
}
.user_nav a {
	color: #FFFFFF;
    display: inline-block;
    font-size: 16px;  
    outline: medium none;
    text-decoration: none;
    height: 35px;
	margin: 0;
	padding: 0;
    opacity: 0.8;
}

.user_nav a:hover {
    opacity: 1;
}

.user_nav a img {
	padding-right: 10px;
}
.summary_header, .thead, .header {
	background-color: #00809e;
	background-image: -moz-linear-gradient(#00a8ce, #00809e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8ce), to(#00809e));
	background-image: -webkit-linear-gradient(#00a8ce, #00809e);
	background-image: -o-linear-gradient(#00a8ce, #00809e);
	background-image: -ms-linear-gradient(#00a8ce, #00809e);
	background-image: linear-gradient(#00a8ce, #00809e);
}
.summary_header, .table_div , .summary_report  {
	-moz-box-shadow: 0 1px 0 #c6c3c3, 0 1px 0 #fbfbfb inset;
	-webkit-box-shadow: 0 1px 0 #c6c3c3, 0 1px 0 #fbfbfb inset;
	box-shadow: 0 1px 0 #c6c3c3, 0 1px 0 #fbfbfb inset;
}

.summary_report {
	position: relative;
    width: 100%;
	font: normal 15px Arial !important;
	/*height: 136px;*/
}

.summary_header {
	height:	20px;
	color: #fff;	
	margin-bottom: 0;
	vertical-align: center;
	padding: 10px 20px 10px 50px;	
}

.summary_header a {
	text-decoration:none;	
	color: #fff;
    opacity: 0.8;
}

.summary_header a:hover{
    opacity: 1;
}

.summary_header span.show_hide {
	float: right;
}

.summary_header span.show_hide img, .filter span img {
    padding: 0 5px 0 5px;
    vertical-align: middle;
}
.body {
	background-color: #efecec;
	background-image: -moz-linear-gradient(#fff, #efecec);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efecec));
    background-image: -webkit-linear-gradient(#fff, #efecec);
    background-image: -o-linear-gradient(#fff, #efecec);
    background-image: -ms-linear-gradient(#fff, #efecec);
    background-image: linear-gradient(#fff, #efecec);
	border: solid 1px #fff;
	overflow: auto;
	font: 15px Arial; 
	width: inherit;		

}

.filter_applies_to {
	float: left;	
	padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.left_summary {
	float: left;
}
.client {
	float: left;
	width: 20%;
	padding: 5px 50px;
}
.days_range input, select {
	width: 200px;
}

.days_range {
	padding: 5px 20px;
}
.days_range input  {
	float: right;
}
.days_range span {
	padding: 0 0 0 20%;
}

/* table styles begin*/

.report_th {
    padding: 0px 5px;
    border: whitesmoke;
    border-width: 1px;
    border-style: solid;
	user-select: none;
	cursor: pointer;
}
.table {
	border: 1px solid #c6c3c3;
	border-collapse: collapse;
	border-spacing: 1px;	
	width: 100%;
	font: 15px Arial;
	background: #edebec;
	
}
.table_div tr:nth-child(even) {
	background: #fff;	
}

.table_div {
	margin-top: 15px;
}

.table_div tr:not(.thead) {
	height: 30px;
	text-align:right;
	
}

.table_div tr td {
	padding: 0 5px 2px 5px;
	border: 1px solid #c6c3c3;	
	white-space: nowrap;
}

/*.table_div tr:not(.thead) td:first-child {
	color: #0197BA;
	text-decoration: underline;
	padding-left: 15px;
	text-align: left;
}*/

.table_div .thead {
	height: 60px;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	padding: 0;
	color: #fff;	
	background-color: #00809e;
	background-image: -moz-linear-gradient(#00a8ce, #00809e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00a8ce), to(#00809e));
    background-image: -webkit-linear-gradient(#00a8ce, #00809e);
    background-image: -o-linear-gradient(#00a8ce, #00809e);
    background-image: -ms-linear-gradient(#00a8ce, #00809e);
    background-image: linear-gradient(#00a8ce, #00809e);
	margin-bottom: 0;
}

.total {
    font-weight: bold;
}

.table_div .total td:first-child{
text-decoration: none !important;
color: #000 !important; }

/* table styles end*/
 /*button filter styles begin*/




 a.filter {
    float: right;
    color: #EEE;
    margin: 20px 25px;
    padding: 2px;
    text-decoration: none;
    /*border: 1px solid #777;*/
    font: 17px Arial, Helvetica;
	height: 35px;
	width: 95px;
    background-color: #cc0000;
    background-image: -moz-linear-gradient(#cc0000, #831608);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#831608));
    background-image: -webkit-linear-gradient(#cc0000, #831608);
    background-image: -o-linear-gradient(#cc0000, #831608);
    background-image: -ms-linear-gradient(#cc0000, #831608);
    background-image: linear-gradient(#cc0000, #831608);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.8);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;	
}
 
 a.filter:hover {
    background-color: #BB413B;
    background-image: -moz-linear-gradient(#831608, #BB413B);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#831608), to(#BB413B));
    background-image: -webkit-linear-gradient(#831608, #BB413B);
    background-image: -o-linear-gradient(#831608, #BB413B);
    background-image: -ms-linear-gradient(#831608, #BB413B);
    background-image: linear-gradient(#831608, #BB413B);
}
 
a.filter:active {
    background: #BB413B;
    position: relative;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}

.filter span {
    display: inline-block;
 	padding: 4px 10px 4px 5px;
    cursor: pointer;
	height: 27px;
	line-height: 27px;
	width: 80px;
	text-align: center;
    background-color: #BB413B;
    background-image: -moz-linear-gradient(#d4463c, #aa2618);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4463c), to(#aa2618));
    background-image: -webkit-linear-gradient(#d4463c, #aa2618);
    background-image: -o-linear-gradient(#d4463c, #aa2618);
    background-image: -ms-linear-gradient(#d4463c, #aa2618);
    background-image: linear-gradient(#d4463c, #aa2618);
}
 
 a.filter:hover span { 
    background-color: #BB413B;
    background-image: -moz-linear-gradient(#aa2618, #d4463c);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aa2618), to(#d4463c));
    background-image: -webkit-linear-gradient(#aa2618, #d4463c);
    background-image: -o-linear-gradient(#aa2618, #d4463c);
    background-image: -ms-linear-gradient(#aa2618, #d4463c);
    background-image: linear-gradient(#aa2618, #d4463c);
}

 /*button filter styles end*/

/*progress bar styles begin*/
.bar {
    margin: 0 auto;
    border: 1px solid #777;
    background: #fff;
    overflow: hidden;    
	width: 90px;
}
.bar span {
    display: block;
    height: 10px;        
}

.bar  span.yellow {
	background-color: #ffcc00;
}

.bar  span.red {
	background-color: #cc0000;
}

.bar  span.green {
	background-color: #00cc00;
}
/*progress bar styles end*/




