/*
MDT Application Specific styles. Do not modify custom.css.
*/
.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("/spr/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('/spr/assets/css/images/icon-right.png') no-repeat
		center center;
	cursor: pointer;
}

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

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

.jqx-widget-content {
	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;
	top: 6px;
	right: 1em;
	font-size: 1.5em;
	text-decoration: none;
}

.help 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;
}

.environment {
	font-size: .8em;
}