/*
MDT Application Specific styles. Do not modify custom.css.
*/


.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0px;
}
.navbar-link {
	color: #777;
}

.navbar-link:hover {
	color:#FFFFFF;
}

.skinny-padding {
	padding: 1px 1px 1px 1px;
}

.skinny-margin {
	margin: 0 0 0 0;
}

.table {
	width: 100%;
}

table.dataTable thead>tr>th {
	padding-left: 6px;
	padding-right: 18px;
}

img.small-loading {
	max-height: 20px;
	max-width: 20px;
}

span.mdt-field-error::before {
	content: "ERROR: ";
}

span.mdt-field-warning::before {
	content: "WARNING: ";
}

.ui-autocomplete {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.tab-content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.nav-tabs {
	margin-bottom: 0;
}

.select2-container {
	
}

.select2-search {
	
}

.select2-results {
	
}

input.uppercase {
	text-transform: uppercase;
}

textarea.uppercase {
	text-transform: uppercase;
}

div.grid-cell-renderer {
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 2px;
	text-align: left;
	margin-right: 2px;
	margin-left: 4px;
	margin-top: 4px;
}

.modal-xx-large {
	width: 1024px;
}

#overlay {
	background-color: black;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.2; /* also -moz-opacity, etc. */
	z-index: 99999;
	background-image: url("/eeo/assets/css/images/loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}

div.mdt-datagrid-detail-col {
	max-height: 240;
	overflow: scroll;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

span.glyphicon.glyphicon-move {
	cursor: pointer;
}

.mdt-row-edit {
	background-color: #00CCFF;
}

.ui-autocomplete {
	z-index: 10020;
}

td.details-control {
	background: url('/eeo/assets/css/images/icon-right.png') no-repeat
		center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('/eeo/assets/css/images/icon-down.png') no-repeat
		center center;
}

.jqx-widget-content{
	font-size: 12px
}

.jqx-grid-column-header{
	font-size: 12px;
}

.jqx-widget {
	font-size: inherit;
}

.jqx-grid-table {
	font-size: inherit;
}

.ui-widget {
	font-size: inherit;
}

.ui-widget button {
	font-size: inherit;
}

.mdtPDFViewerContainer>canvas {
	border: 1px solid gray;
}

.mdt-required-field:before {
	content: "• ";
}

.popover {
	z-index: 999999;
}

.help {
	position: absolute;
	right: 1em;
	font-size: 1.5em;
	text-decoration: none;
}

.help a:hover {
   cursor: pointer;
   color: green;
   text-decoration: none;
}

.help-widget {
   position: absolute;
   top: 8px;
   right: 1em;
   font-size: 1.5em;
   text-decoration: none;
}

.help-widget a:hover {
   cursor: pointer;
   color: green;
   text-decoration: none;
}

.panel-help {
   font-size: 1.25em;
   text-decoration: none;
}
.panel-help a {
   color: white;
}
.panel-help a:hover {
   cursor: pointer;
   color: green;
   text-decoration: none;
}

.system-help {
   font-size: 1.25em;
   text-decoration: none;
   padding: 0 8px 0 8px;
}
.system-help a {
   color: white;
}
.system-help a:hover {
   cursor: pointer;
   color: green;
   text-decoration: none;
}

.mdt-db {
   font-size: 10px;
   margin-top: 16px;
}

.dropdown .open {
   z-index: 10002;
}

#gritter-notice-wrapper {
   z-index: 10003;
}

.left-nav-container{
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

.left-nav{
	list-style: none;
	padding-left: 10px;
}

.left-nav-item{
	border-bottom: 1px solid rgba(86,86,86,0.56);
	padding-top: 10px;
	padding-bottom: 10px;
	color: #005288;
}

ul li.left-nav-item:hover{
	background: #c9e0f3;
	cursor: pointer;
	border-left: 1px solid rgba(86,86,86,0.56);
	border-bottom: 1px solid rgba(86,86,86,0.56);
	box-shadow: inset 0px -4px 8px -6px rgba(0,0,0,0.75);
}

.active-nav-item{
	border-left: 1px solid rgba(86,86,86,0.56);
	border-bottom: 1px solid rgba(86,86,86,0.56);
	box-shadow: inset 0px -4px 8px -6px rgba(0,0,0,0.75);
	color: #888888;
}

.nav-item-text{
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
}

.info-blurb{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	width: 50%;
}


.service-alert {
	z-index: 1000;
	display: inline-block;
	width: 75%;
	position: fixed;
	margin: auto; /* Will not center vertically and won't work in IE6/7. */
	left: 0;
	right: 0;
	visibility: hidden;
	cursor: pointer;
	text-align: center;
}

.bootstrap-select .btn{
	border: 1px solid #ced4da;
}


