#content {
	width: 98%;
}

#wrap {
    display:table;
    width:100%;
    height: 600px;
    min-height: 600px;
    position: relative;
}

#adminNavPanel {
    border-right: 1px solid #A0A0A0;
    bottom: 0;
    display: inline-block;
	float: left;
	height: 100%;
    overflow: auto;
	vertical-align: top;
    width: 200px;
}

#adminContent {
    margin: 10px;
	margin-left: 210px;
}

#adminNavPanel li {
	background-position: 5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #B5B5B5;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
}

.gear {
    background-image: url('../images/gear_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.person {
    background-image: url('../images/person_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.clipboard {
    background-image: url('../images/clipboard_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.people {
    background-image: url('../images/people_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.fireout {
	background-image: url('../images/fire_out_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.firein {
    background-image: url('../images/fire_in_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;	
}

.location {
    background-image: url('../images/location_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;	
}

.laundryout {
    background-image: url('../images/laundry_out_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.laundryin {
	background-image: url('../images/laundry_in_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.transfer {
	background-image: url('../images/transfer_32.png');
    background-position: 5px center;
    background-repeat: no-repeat;
}

.smartout {
	background-image: url('../images/genius_128.svg');
	background-position: 5px center;
    background-repeat: no-repeat;
	background-size: 30px 30px;
}

.smartin {
    background-image: url('../images/genius_128.svg');
    background-position: 5px center;
    background-repeat: no-repeat;
	background-size: 30px 30px;
}

.dividerArea {
    display: none;
    padding-left: 5px;
    padding-top: 15px;
}

.dividerArea h2 {
    background-position: 0 1px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #d7d7d7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 7px;
}

.adminTable {
    margin-top: 15px;
    width: 99%;
}

.error {
    color: #FF0000;
    margin-left: 5px;
}

.adminDelete, .adminEdit {
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

.tdCenter {
    text-align: center;
}

.panel_highlight {
    background-color: #F3F3F3;
}

.adminForm li {
    min-height: 35px;
    line-height: 35px;
}

.adminForm li.textAreaLI {
	height: 100px;
	line-height: 100%;
	vertical-align: top;
}

table.adminTable.oats_table tr.delegatesRowHeader {
    background-color: #a9a9a9;
    color: #FFFFFF;
    font-weight: bold;
}

.delegatesTable tr td:first-child {
    font-weight: bold;
    padding-left: 5px;
}

table.adminTable.oats_table tbody tr.delegatesRowTable {
    padding: 0;
}

.actasTD {
    text-align: center;
}

.status_I {
    color: #FF0000;    
    font-style: italic;
}

.status_I td:first-child:after {
    content: ' (inactive)'; 
}

.delegate_col {
    color: #0a87fc;
    padding-left: 5px;
}

.delegate_col:after {
    content: ' (delegate)'; 
}

.l1Delete {
    width: 90px;
}

.lastDelegate {
    border-bottom: dotted 3px #A9A9A9;
}

.form_input, .form_textarea {
    width: 250px;
}

.form_textarea {
    height: 90px;
	padding: 3px 0 3px 10px;
}

.form_input[readonly] {
	border: none;
	color: #787878;
}

label {
    display: inline-block;
    text-align: right; 
}

.adminLabel {
	width: 135px;
}

.fwsLabel, 
.lv1Label, 
.procLabel, 
.prodLabel, 
.actLabel {
    width: 115px;
}

.siteLabel {
    width: 150px;
}

.issuanceLabel {
    width: 145px;
}

.itemLabel {
	width: 200px;
}

.otRLabel {
    width: 85px;
}

#overtimeReason {
    width: 660px;
}

.configLabel {
    width: 65px;
}

.bulkTransferLabel {
	width: 255px;
}

#lkey, #lvalue {
    width: 600px;
}

.list_blocks li {
	display: inline-block; 
	margin-right: 7px;
}

.productMaint, .track_uses, .track_date {
	display: none;
}

.hfdCheckoutLabel {
	width: 125px;
}

.hfdCheckinLabel {
	width: 145px;
}

#hdfCheckoutList li:nth-child(odd), 
#hdfCheckinList li:nth-child(odd), 
.itemList li:nth-child(odd) {
	background-color: #f3f3f3;
}

#hdfCheckoutList li:nth-child(even), 
#hdfCheckinList li:nth-child(even), 
.itemList li:nth-child(even) {
    background-color: #ffffff;
}

#hdfCheckoutList li, 
#hdfCheckinList li, 
.itemList li {
	line-height: 35px;
	padding-left: 30px;
	position: relative;
}

.removeHFDCheckoutItem, 
.removeHFDCheckinItem, 
.removelaundryCheckOutItem, 
.removelaundryCheckInItem, 
.removeScanItem, 
.removeCheckoutItem, 
.removeCheckinItem {
	cursor: pointer;
	position: absolute;
	right: 10px;
}

.removeHFDCheckoutItem:hover, 
.removeHFDCheckinItem:hover, 
.removelaundryCheckOutItem:hover, 
.removelaundryCheckInItem:hover, 
.removeScanItem:hover, 
.removeCheckoutItem:hover, 
.removeCheckinItem:hover {
	color: #FF0000;
}

.liSpace {
	padding: 10px 0;
}

.itemAlert {
	color: #FF0000;
	font-size: 1.1em;
}

.nowrap {
	   white-space: nowrap;
}

#generateSerial {
	color: #0a87fc;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: underline;
}

.print_barcode {
	background-image: url('../images/barcode_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.serviceItem {
	background-color: #F1F1F1;
	background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
	border: 2px solid #BCBCBC;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	margin: 3px;
	padding: 3px;
	width: 35px;
}

.serviceItem:hover {
	background-color: #D3D1D1;
}

.serviceItemActive {
	background-color: #CAE8C9;
	border-color: #17A832;
}

.hideService {
	display: none;
}

.fireService, 
.fireSmall {
    background-image:  url('../images/fire_extinguisher.png');
}

.laundryService, 
.laundrySmall {
    background-image:  url('../images/washing.png');
}

.hazmatService, 
.hazmatSmall {
	background-image:  url('../images/hazmat_32.png');
}

.radconService, 
.radconSmall {
    background-image:  url('../images/radcon_32.png');
}

.airService, 
.airSmall {
    background-image:  url('../images/air_32.png');
}

#checkoutList li, 
#openRecList li, 
#checkinList li {
	background-repeat: no-repeat;
	background-position: 0 .5em;
	background-size: 20px 20px;
	padding-left: 30px;
}

.admin_button_list {
	margin-top: 5px;
}

.small-text {
	color: #787878;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 3px;
}

.loadingContainer {
	position: relative;
}

.loadingDisplay {
	bottom: 0;
	background-color: #787878;
	display: none;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
}

#prev_page, #next_page {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 26px;
}

#prev_page:hover, #next_page:hover {
	background-color: #525252;
	color: #f8f8f8;
}

#showingCell {
	text-align: left;
}

#pageCell,
.rightAlign {
    text-align: right;
}

#filterSearch {
	margin-right: 20px;
}

.noDir,
.ascDir, 
.descDir {
	background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.noDir {
    background-image: url('../images/arrow%20double.svg');
}

.ascDir {
	background-image: url('../images/arrow%20up.svg');
}

.descDir {
	background-image: url('../images/arrow%20down.svg');
}

.locationHeader {
	width: 204px; 
}

.statusHeader {
	width: 130px;
}

.equipmentHeader {
	width: 120px;
}

.commentHeader {
    width: 80px;
}

.editHeader {
	width: 30px;
}

.sizeHeader,
.activeHeader,
.trackHeader {
	width: 50px;
}

#radConCartData th:nth-child(1) {
	width: 30px;
}

#radConCartData th:nth-child(2) {
    width: 100px;
}

#radConCartData th:nth-child(4) {
    width: 130px;
}