/* CSS Document */

h1 { font-size: 1.75rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1rem; }

/*.table > tbody > tr > th {
	background-color: gainsboro;
	color: black;
	font-weight: bold;
}

.table > thead > tr > th {
	background-color: gainsboro;
	color: black;
	font-weight: normal;
}*/

.table-nonfluid {
   width: auto !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #C5D3E8;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th {
	font-size: 1rem;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.thickbottom {
	border-bottom: 2px solid #a6a8ab !important;
}

.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	font-size: 0.9rem;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	height: 22px;
}

.vertical-align > tbody > tr > td {
     vertical-align: middle;
}

@-ms-viewport{ 
	width: auto !important;
}

.stdform {
	padding:0;
	text-align:right;
	line-height:normal;	
}

.table-hover > tbody > tr.no-hover:hover > td,
.table-hover > tbody > tr.no-hover:hover > th {
    background-color: #FFF;
}

/* This section contains formatting for Popup images and text */

div.image-inline {
	/*float: left;*/
	width: 22px;
	height: 25px;
	/*position: relative;*/
	margin: 5px 5px;
	border: 1px solid #2b4f81;
}
div.image-inline b { display: none; }
div.image-pop {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	border: 1px solid #2b4f81;
	/*-moz-opacity: .95;*/
	background-color: #999999;
}
div.image-inline:hover div.image-pop { display: block; }

.image-row {
	height: 36px !important;
}

div.dir-left {
 left: 60px;
 right: auto;
}

div.text-inline {
	/*float: left;*/
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	border: 0px;
}
div.text-inline b { display: none; }
div.text-pop {
	display: none;
	position: absolute;
	width: 150px;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 50;
	border: 1px solid #333333;
	-moz-opacity: .95;
	opacity: 0.95;
	background-color: #999999;
	color: #FFFFFF;
}
div.text-inline:hover div.text-pop { display: block; }

div.text-left {
 left: auto;
 right: auto;
}
.hideme { display:none; }

.ui-widget {
	font-size: 0.9rem;
	font-family: inherit;
}

.smallinput {
	padding-top: unset;
	padding-bottom: unset;
	min-height: auto;
}
.notifyname {
	width:180px;
	height:24px;
	text-overflow: ellipsis;
	word-break:break-all;
	white-space: nowrap;
	overflow: hidden;
}

.h800 {
	height: 800px;
}

.h40 {
	height: 40px;
}

.mh800 {
	min-height: 800px;
}

.w160 {
	width: 160px;
}

.vaunset {
	vertical-align: unset;
}
.image-pop-img {
	height: 400px; 
	width: auto;
}