﻿/*
body, .page-header, #summarysection, #main-wrapper, #content-wrapper {
    background: #FFF !important;
    border: none !important;
}


#demo-settings, #main-menu, #main-menu-bg, #main-navbar, #reportTabs, #reportoptionswrapper, hr {
    display: none !important;
}

#main-wrapper, #content-wrapper {
    padding: 0 !important;
}

#summarysection {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 700px;
}

.repStatContainer {
    width: 650px;
}*/

/*@page { size: landscape; }*/

.datatable {
    color: #676767;
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #79cbe4;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

    border-collapse: collapse;
        border-spacing: 0;
}.datatable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.datatable table thead tr th:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.datatable table thead tr th:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.datatable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.datatable tr:hover td{
	
}
.datatable tr:nth-child(odd){ background-color:#f1f1f1; }
.datatable tr:nth-child(even)    { background-color:#ffffff; }
.datatable th,
.datatable td{
	vertical-align:middle;
	border:1px solid #79cbe4;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.datatable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.datatable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.datatable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.datatable thead tr th{
	background-color:#cccccc;
	border:0px solid #79cbe4;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
    text-align: left;
}

.datatable table thead tr th:first-child{
	border-width:0px 0px 1px 0px;
}
.datatable table thead tr th:last-child{
	border-width:0px 0px 1px 1px;
}

.summaryReportTitle,
.ng-cloak, .x-ng-cloak,
.ng-hide {
  display: none !important;
}

.page-break	{ display: block; page-break-before: always; }