body{padding:0 0 0 0;margin:0;border: 0px solid #d9d9d9;height:100%;overflow: hidden;}

a{outline:none;}

html, head, body{
	margin: 0px;
	padding: 0px;
}

h1.title{
    background: #ff8b26;
    padding: 2px 15px;
    margin: 0;
    font-family: Consolas;
    text-transform: uppercase;
    /* text-shadow: 2px 2px #676767; */
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
}



pre.language-xml,pre.language-sql{
	/*height: 600px;*/
	font-size: 14px;
}
code.language-xml,code.language-sql{
	line-height: 1.2;
}
span.filename{font-size: 10px;text-align: right;width: 100%;display: block;background: #f5f2f0;padding: 5px;box-sizing: border-box;color: #828282;}


pre.language-xml,pre.language-sql{    
/* top: 5px; */
/* bottom: 0; */
    max-height:79%;
    overflow-y: scroll;
    padding-top: 1px!important;
/* overflow: auto; */
}

span.highlight{float:right;background:#03A9F4;padding:1px 10px;margin-top:-1px;cursor:pointer;}
span.highlight:hover{background:#2196F3;}

/** JQUERY UI TABS **/
/*.tabs{top: 5px;bottom: 0;max-height: 99%;overflow-y: scroll;padding-top: 1px!important;overflow: auto;}*/
	
.tabs.ui-tabs,.subtabs.ui-tabs{border-radius: 0;padding: 0;border: none;}
.tabs.ui-tabs{}

.ui-tabs-nav{border-radius: 0;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background: #f0f0f0;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{background:#FFF;}
.ui-tabs .ui-tabs-nav{font-size:12px;}
.ui-tabs .ui-tabs-panel{border:1px solid #d9d9d9;padding:5px;border-radius: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-top: -3px;height: 22px;}
.subtabs .ui-tabs-panel.ui-widget-content{padding:5px;border-radius:0;margin-right: 2px;}

.ui-widget-header{background: transparent;border: none;}


.ui-tabs .ui-tabs-nav li a {padding: 3px 10px;font-weight: normal;text-transform: uppercase;font-size:10px;color: black;}
.ui-state-default a, .ui-state-default a:link ,.ui-state-default a:visited{color: #989898;}
.ui-state-default.ui-tabs-active.ui-state-active a{color:#c00;font-weight:bold;color: black;font-weight: normal;cursor:default!important;}
.ui-state-default.ui-corner-top.ui-state-hover{background:#d8eaf9;}
.ui-state-default.ui-tabs-active.ui-state-active{background:#FFF;}
.ui-state-default.ui-corner-top.ui-state-hover a{color:#c00;color: black;cursor:default;}
.ui-tabs .ui-tabs-nav li{border-radius: 0;border-color: #d9d9d9;margin: 0;margin-right: -1px;}
.ui-tabs .ui-tabs-nav{padding-left:5px;}


/** ACTIONS TABLE **/
.actionsContainer{
	max-height: 89%;
    overflow-y: scroll;
    margin-top: 5px;
}
.actionsContainer table{		
	font-size: 11px;
	color:#FFF;
	width:100%;
	
}
.actionsContainer table thead{		
	background: #bfbfbf;
}

.actionsContainer table thead th{		
	border-left: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    padding: 4px;
}

.actionsContainer table td {
    padding: 2px 3px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    line-height: 13px;
}
select.filtersup {
    float: right;
    margin-right: 15px;
}

.actionsContainer table td.DateTime {
    min-width: 145px;
}
.actionsContainer table td:nth-child(4){
	min-width: 160px;
	text-transform: uppercase;
}
tr.availline {
    background: #e3e3e3;
    color: #3f6079;
}

tr.availline.endavail {
	background: #3f6079;
    color: #e3e3e3;
    font-weight: bold
}

tr.checkline {
    background: #c4f1f7;
    color: #2196f3;
}

tr.checkline.endcheck {
    background: #2196F3;
    color: #c4f1f7;
    font-weight: bold
}

tr.confline {
	background: #fddbe7;
    color: #e91e63;
}
	
tr.confline.endconf {
    background: #E91E63;
    color: #fddbe7;
    font-weight: bold
}

tr.cancelline {
    background: red;
    color: #FFF;
    font-weight: bold
}




span.startavail {
    font-weight: bold;
    color: #ff00b1;
}

span.reqavailsup {
    color: #00BCD4;
    font-weight: bold;
}

span.receivedavail {
    color: #FF9800;
    font-weight: bold;
}

span.saveddb {
    color: #2196F3;
    font-weight: bold;
}

body {
	margin:0px;
	padding: 0px;
}
