﻿/* latest styles, load last */

/* main divs */

#contentmid {
	margin: 0;
	padding: 0;
}

/**************************************************/
div { background: #fafafa; }
div.bwhite { background: #fff; }

span.rotate {
	display: block;
	padding: 0;
	margin: 10px 4px;
	/* width: 12px; */
	white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.popupbadge {
	display:none; /* Hide the DIV */
	position: absolute;  
	left: 30px;
	top: 0px;
	z-index: 100;
}

div.badge {
	/* fallback */
	border-radius: 0 8px 8px 8px;
	box-shadow: -0px 8px 8px #666;
	-o-box-shadow: -0px 8px 8px #888;
	-icab-box-shadow: -0px 8px 8px #888;
	-khtml-box-shadow: -0px 8px 8px #888;
	-moz-box-shadow: -0px 8px 8px #888;
	-webkit-box-shadow: -0px 8px 8px #888;
	box-shadow: -0px 8px 8px #888;
	
	float: left; 
	width: 450px; 
	height: 280px; 
	text-align: left; 
	vertical-align: middle; 
	margin: 0px; 
	padding: 10px;
	
}
div.badge span {
	font-family:'Droid Sans Mono', sans-serif;
	font-size: 32px;
	color: #202020;
	letter-spacing: -1px;
}
div.badge span span {
	font-size: 40%;
}	
div.badge sup {
	font-size: 40%;
}

table#datatable, table.datatable {
	width: 98%;
	table-layout: fixed;	
	font-size: 10px; 
	border-collapse: collapse;
	font-family:'Droid Sans Mono', sans-serif;
	font-family: Consolas;
	margin: 3px 7px;
}
table.datatable.christmas {
	width: 70%;
}
table.datatable tr td.colzero {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	vertical-align: bottom;
}
table.datatable tr td.coldata {
	min-width: 30px;
	max-width: 42px;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.center, table.genericstd .center { text-align: center; }
.left, table.genericstd .left { text-align: left; }
.right, table.genericstd .right { text-align: right; }

table#datatable tr td, table.datatable tr td, table#datatable tr th, table.datatable tr th {
	display: table-cell;
	padding: 0 2px; 
	border-bottom: 1px dotted #dadada;
	font-size: 11px;
	vertical-align: middle;
}
table.datatable.breathe {
	/*clear: both;*/
	/*width: 70%;*/
}
table.datatable.breathe tr td {
	padding: 3px;
	min-width: 80px;
}
div.divhlc {
	position: relative;
	width: 12px;
	height: 12px;
	text-align: center;
	margin: 1px;
	border-radius: 2px;
	margin: auto;
}
.sortcol {
	background: #fcfaaa;
}
.shadow {
    stroke: black;
    stroke-width: 2px;
    opacity: 0.5;
}
.backtemp {
	background-color: #fcfaaa;
}
table#reports, table#reports a.arptlink {
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	font-family: Consolas;
	font-family:'Droid Sans Mono', sans-serif;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
}
table#reports td {
}
a.arptlink {
	border-bottom: 0px dotted blue;
}
a.arptlink:hover {
	border-bottom: 1px dotted blue;
}

div.sidebar {
	background: #fafafa; 
	padding-bottom: 22px;
	border-bottom: 2px solid #eaeaea;	
}
div#contenthead h1 {
	background: #c2e1f2; 	
}
div#contentmid p, div#filterbox {
	font-size: 11px;
	padding: 3px 7px;	
}
div#xleftmenu a.expander, div#xrightmenu a.expander, div#xcontent a.expander, div#contenthead h1, div#contenthead h2, div#contentmid h3 {
	font-family: Consolas;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	border-top: 1px dotted black; 
	border-bottom: 1px dotted black; 
	padding: 3px 7px;	
	color: black;
}
div#xrightmenu {
	position: fixed;
	overflow: hidden;
	right: 0;
	width: 28%;
}
div.contenttitle {
	padding: 3px 0;
	border-top: 1px dotted black; 
	border-bottom: 1px dotted black; 
	background: #c2e1f2; 
	cursor: pointer;	
}
table.datatable tr td.coldata.wide { width: 100px; }
table.datatable tr td.coldata.narrow { width: 20px; }

table.tablelight { width: 100%; margin-top: 10px; }
table.tablelight tr th { text-align: center; }
table.tablelight tr th, table.tablelight tr td { border-bottom: 1px solid black; width: 20%; text-align: center; }

.makedirty {
	background:	#ffa0a0;
}


/* fancy messages */

.fancy {
	padding: 3px;
	border-radius: 3px;
}
span.green {
	background: green;
	color: white;
}


/* interior of bigasset when asset is expanded in inspector3 */

div.bd {
	display: none; 
	border-bottom: 2px solid silver; 
	border-radius: 8px 8px 0px 0; 
	min-height: 330px; 
	max-height: 330px; 
	height: 330px;
	width: 100%; 
	margin-bottom: 10px;
}
div.bdnav {
	float: left;
	margin: 11px 0 0 14px;
	background: none;
	width: 100px;
	border: 0px solid green;
}
div.bdsub {
	display: none;
	float: left; 
	margin: 11px 0 0 0px;
	background: none;
	border: 0px solid red;	
}
div.bdres {
	float: left;
	background: #e9f9f9;
	border-radius: 8px;
	margin: 15px;
}

table.genericstd { /* std grid display for bigasset prior to work for slickgrid */
	table-layout: fixed;
	font-family: Consolas;
	font-size: 10px;
}
table.genericstd td, table.genericstd th {
	table-layout: fixed;
	width: 50px;
	text-align: right;
	border: 1px dotted silver;
	padding: 0 1px;
}

table#documents tr.doccurrentmenu {
	background: orange;
}

.currentmenu {
	display: inline-block;
	background: orange;
	color: white;
	padding: 2px;
	border-radius: 3px;
	margin-left: -2px;
}
.currentmenu a {
	color: white;

}

div#xleftmenu div#xleftmenumenu ul {
	margin: 0 0 10px 0;
	padding: 0;
	background: white;
}

div#xleftmenu div#xleftmenumenu li {
	font-family: 'Droid Sans';
	font-weight: normal;
	font-size: 0.8em;
	padding: 3px 6px;
	border-radius: 0 6px 2px 0;
	line-height: 1.4em;
	margin: 2px 0 0 0em;
	list-style: none;
	list-style-position: outside;
	
}
div#xleftmenu div#xleftmenumenu li a {
	display: inline-block;
	color: #404040;
	width: 100%;
}
div#xleftmenu div#xleftmenumenu li.active:hover, div#xleftmenu div#xleftmenumenu li a:hover {
	color: white;
}
div#xleftmenu div#xleftmenumenu li.current {
	color: white;
	background: black;
}
div#xleftmenu div#xleftmenumenu li.inactive {
	color: #808080;
}

/* documents on right side */
table#documents tr td {
	font-size: 10px;
	padding: 0px 4px;
	border-bottom: 1px dotted silver;
}

div#xrightmenu p.small {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 3px 0;
	padding: 3px;
}
div#xrightmenu p.nopad {
	padding: 0;
	margin: 0;
}

div#xrightmenu h4 {
	font-size: 14px;
	margin: 3px 0;
	padding: 3px;
}

div#loadinggif {
	width: 30px;
	height: 30px;
}

div.hide {
	display: none;
}
div.show {
	display: block;
}
div.hidenotused {
	display: none;
}
div.nonshow {
	/* empty */
}


div.checkmarky {
	background: url(/images/yesno-grn-32.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
div.checkmarkn {
	background: url(/images/yesno-red-32.png) 0 0 no-repeat;
	background-size: 16px 16px;
}

/* all comments */
div.trcomments {
	width: 80%;
}
div.comment {
	font-family: Consolas;
	margin-left: 20px;
	font-size: 11px;
	border-bottom: 1px solid silver;
}
span.colordate {
	padding: 3px 6px;
	border-radius: 6px;
	background: transparent;
	color: black;	
}