﻿.portal-top-logo{
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:100px;
	border-right:solid 2px white;
    margin-top:7px;
    padding-left:12px;
}

.portal-top-title{
	/*left:150px;
	width:calc(100% - 150px);*/
}

.portal-bottom-nav{
	position:absolute;
	top:0px;
	width:150px;
	border-right:solid 2px white;
	font-size:10pt;
	height:100%;
}

.portal-bottom-content{
	left:150px;
	width:calc(100% - 150px);
}

html{
	background-image: linear-gradient(to right, #41578b 148px, rgba(229,0,0,0) 148px);
}

.left-nav-link{
    color:black;
}

/**CSS for DataTables.Net bootstrap overrides*/
table.table tbody tr {
    height: 5px; 
    padding:0;
    margin: 0;
}
table.table{
    margin:0;
    padding:0;
}
table.table tbody td {
    height: 5px; 
    padding:0;
    margin: 0;
}
table.table thead th{
    background-color:#99c2ff;
    font-weight:bold;
    border-bottom:none;
}
table.table{
    font-size:8pt;
    color:black;
}
a.paginate_button,
a.paginate_active {
    padding: 0px;
    margin-left: 1px;
    cursor: pointer;
    font-size:6pt;
}

div#MenuContainer.container{
    padding:0px;
    margin: 0px 0px 10px 5px;
    width:140px;
}

div#MenuContainer > .version {
    color: rgba(0,0,0,0.1);
    padding: 1em;
    line-height: 0.5em;
    position: fixed;
    bottom: 0;
    right: 0;
}

div#MenuContainer > .version:before {
    font-size: 70%;
    text-transform: uppercase;
    content: 'version ';
}

div#MenuContainer > .version:hover {
    color: #000;
}

.panel-title{
    font-size:10pt;
}

.panel-heading{
    margin: 0px 0px 0px 5px;
    padding:0px;
}

.fixedContent{
    position:fixed;
    top:105px;
    z-index:99999;
}
header.section-header{
    background-color:#99c2ff;
    padding:4px;
    font-weight:700;
}

/*DPSCS.Web.UI.WebControls*/
h3.dpscs.gvTitle {
    color: blue;
    margin-top: 0;
}
div.dpscs.gvSource {
    color: #941313;
}
div.dpscs.gvHeader {
    background-color: #99c2ff; 
    border: 1px solid black; 
    margin-bottom: 1em;
}