* {
	font-family:Arial, Helvetica, sans-serif;
}

/* .brandlogo { */
/* 	margin-top:10px 0px; */
/* } */

/* .brandlogo img { */
/* 	height:70px; */
/* 	float:left; */
/* 	margin-left:10px; */
/* } */

div.dataTables_wrapper {
	width: 98%;
	margin: 0 auto;
}

.smallfont {
	font-size:12px;
}

.clearboth {
	clear:both;
}

.padding20 {
	padding:20px;
}

.padding10 {
	padding:10px;
}

.headergap {
	margin-top:130px;
}

.contentcontainer {
	border:thin solid #00a3e4;
}

.subheaderblue {
	background:#00a3e4;
	padding:10px;
	color:white;
}

.subheadergrey {
	background:#e7e7e7;
	padding:10px;
	color:#AAAAAA;
}

.whitespace {
	white-space:nowrap;
}

.orangebutton:hover {
	background:orange;
}

ol.breadcrumb {
	background:none;
	padding:0px;
	margin:0px;
}

ol.breadcrumb a {
	color:#AAAAAA;
}

ol.breadcrumb .active{
	color:#333;
}

.searchcontainer {
	border:thin solid #e7e7e7;
	padding:10px;
	margin-top:10px;
	max-width:100%;
}

.searchcontainer table tr td {
	padding:5px;
}

#responsive-form{
	max-width:95%;
	width:100%;
}

.form-row{
	width: 100%;
}

.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.column-half label {
	width:90px;
	font-weight:normal;
}

input {
	width:160px;
	max-width:100%;
	border-radius:0px;
	border:thin solid #e7e7e7;
	padding:2px;
}

@media only screen and (min-width: 720px) {
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
}
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}

.searchactionbutton {
	max-width:100%;
	padding:20px 10px;
	border-top:thin solid #e7e7e7;
	text-align:right;
}


.summaryTable {
	max-width:100%;
	padding:20px 10px;
	border-top:thin solid #e7e7e7;
	text-align:right;
}

.floatright {
	float:right;
}

.borderaround {
	border:thin solid #E7E7E7;
}

.viewtablestretched.viewtable {
	table-layout: auto;
}

.viewtablestretched.viewtable tr:nth-child(odd) {
	background:none;
}

.viewtablestretched.viewtable td {
	padding:3px;
	border-right:none;
}

.viewtablestretched.viewtable td.column2 {
	padding-left: 25px;
}

.viewtablestretched.viewtable td span {
	white-space: nowrap;
}

.viewtablestretched.viewtable td:last-child {
	border-right:none;
}

.viewtableauto.viewtable {
	table-layout: auto;
}

.viewtable {
	width:100%;
	table-layout: fixed;
}

.viewtable tr:nth-child(odd) {
	background:#F8F8F8;
}

.viewmaintitle {
	background:#0394e8;
	color:white;
	font-weight:500;
	padding:5px 10px;
	font-size:13px;
}

.viewtable td {
	padding:5px 10px;
	border-right:thin solid #e7e7e7;
}

.viewtable td:last-child {
	border-right:none;
}

.borderright {
	border-right:thin solid #e7e7e7;
}

.viewtitle {
	width:150px;
	font-weight:500;
}


@media only screen and (max-width: 361px) { 
	.viewtable td {
		display:block;
		width:100%;
		border:none;
	}
}

.textcenter {
	text-align:center;
}

/* .headergap2 { */
/* 	margin-top:80px; */
/* } */


.imageheader {
	height: 180px; 
	overflow: hidden; 	
}

.imageheader img {
	width:100%;
}

.xsmallfont {
	font-size:14px;
}

.greybg {
	background:#f9f9f9;
}

.padding15 {
	padding:15px;
}

.xlargefont {
	font-size:30px;
}

.bluetext {
	color:#38bce8;
}

.margintop10 {
	margin-top:10px;
}


.required:after {
	content: " *";
	color: red;
}

.help-inline{
	color: red;
}


.fixedWrapTable {
	 table-layout: fixed;
}

.fixedWrapTable td {
	word-wrap:break-word
}



.footer.panel-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}


div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
content: "";
}

a.seedetail.collapsed:before
{
    content:'See Detail' ;
}
a.seedetail:before
{
    content:'Hide Detail' ;
}

.form-control-auto.form-control{
	width: auto;
}
.form-control-auto-inline.form-control-auto.form-control{
	display: inline;
}


td.textRight {
	text-align:right;
}

td.textCenter {
	text-align:center;
}

td.textLeft {
	text-align:left;
}


.leftcolumncenter{
	padding-left:25%;
}

.btn.btn-download-pdf {
	background: url("../images/download_pdf.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 32px;
	height: 32px;
}

.btn.btn-download-excel {
	background: url("../images/download_excel.png");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	width: 32px;
	height: 32px;
}


