#user_cleared {
	font-weight: bold;
}

.cleared_good {
	color: #23c71f;
}

.cleared_bad {
	color: #FF0000;
}

#user_photo {
	background-image: url('../images/sample.png');
	background-repeat: no-repeat;
	background-size: 100%;
	border: 2px dotted #FF0000;
	height: 150px;
	margin-top: 5px;
	position: relative;
	width: 150px;
}

#user_cleared {
	bottom: 5px;
	left: 5px;
	position: absolute;
	z-index: 5;
}

#user_name {
	color: #000000;
	font-weight: bold;
	position: absolute;
	top: 5px;
}

.section {
	background-color: #9FBEF4;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	vertical-align: top;
}

.section h1 {
	font-size: 18px;
	margin-bottom: 6px;
}

#more_info {
	color: #0000FF;
	text-decoration: underline;
} 

#equipment_list {
	margin: 12px 6px 6px 6px;
}

#equipment_list li {
	line-height: 25px;
}

#details_block label {
	display: inline-block;
	text-align: right;
	width: 120px;
}

.blackBar {
	background-color: #282828;
	padding: 15px;
	position: relative;
}

.noncollapseBar
, .collapseBar {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
	padding-left: 35px;
	position: relative;
}

#topTitleBar {
    background-color: #155696;
}

#checkOutDetailsBar, 
#userConfirmationBar,
#checkOutCartBar,
.checkOutTitleBar {
	background-color: #155696;
}

.sectionDetails {
	background-color: #e7e7e7;
	color: #6b6b6b;
	padding: 10px 35px;
}

#issuerConfirmationBar {
	background-color: #000000;
}

.blackBar label {
	color: #ffffff;
	font-size: 18px;
}

#employeeInfo {
	position: relative;
}

#employeeInfoDetails, 
#employeeInfoPhotoWrap {
    display: inline-block;	
}

#employeeInfoDetails ul > li {
	min-height: 45px;
	margin-bottom: 5px;
}

#employeeInfoDetails ul li label {
	color: #676767;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 95px;
}

#employeeInfoName, 
#employeeConfInfoName,
#issuerConfInfoName {
	color: #282828;
	font-size: 35px;
}

#employeeInfoHID, 
#employeeConfInfoHID,
#issuerConfInfoHID {
	font-size: 30px;
}

#employeeInfoPhotoWrap {
	background-color: #595959;
	background-image: url('../images/person.svg');
    background-repeat: no-repeat;
	background-position: center;
	background-size: 128px 154px;
	border: 5px solid #FFFFFF;
	border-radius: 5px;
	float: right;
	height: 188px; 
	width: 156px;
}

#checkOutDetails>ul>li {
	display: inline-block;
	margin-bottom: 10px;
	width: 49%;
}

#checkOutDetails ul li label, 
#override_selection .override_label {
	color: #696969;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#comments {
	height: 40px;
	margin-top: 10px;
	width: 100%;
}

#issuerDetails {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	margin-left: 30px;
}

#itemList, 
#checkoutList {
	padding: 10px 0;
}

#checkoutList li:nth-child(odd) {
    background-color: #f3f3f3;
}

#checkoutList li:nth-child(even){
    background-color: #ffffff;
}

#checkoutList li {
    line-height: 35px;
    padding-left: 30px;
    position: relative;
}

.removeCheckoutItem {
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.removeCheckoutItem:hover {
    color: #FF0000;
}

#employeeClearanceResult {
	font-size: 80px;
	position: absolute;
	right: 360px;
	top: 95px;
}

.clearedPass {
	color: #44c101;
}

.clearedFail {
    color: #ff0000;
}

.checkoutButton {
	background: #ECECEC;
	border: 1px solid #a7a7a7;
    border-radius: 15px;
	color: #7f7f7f;
	cursor: pointer;
	display: inline-block;
    font-family: arial;
    font-weight: bold;
	line-height: normal;
	margin: 0px auto;
    padding: 6px 3px;
	position: absolute;
	right: 10px;
	text-align: center;
    text-shadow: 0px 1px 0px #fff;
    top: 3px;
	width: 100px;
}

.checkoutButton:hover {
	color: #000000;
}

.checkoutButton:active {
	background:-webkit-linear-gradient(top, #d1d1d1 0%,#ECECEC 100%);
}

#status_list {
    display: table;
    width: 100%;
}

#status_list li {
	display: table-row;
	padding: 3px;
}

.status-group {
	font-weight: bold;
}

#status_div > div {
	display: table;
	padding: 5px 0;
	width: 100%;
}

.med-col-1, 
.med-col-2, 
.med-col-3, 
.training-col-1, 
.training-col-2, 
.training-col-3, 
.mask-col-1, 
.mask-col-2, 
.mask-col-3 {
	display: table-cell;
	padding: 3px;
}

.med-col-1 {
	width: 150px;
}

.med-col-3, 
.training-col-3, 
.mask-col-2 {
	text-align: right;
	width: 190px;
}

.training-header span {
	text-align: center;
}

.training-header .training-col-1 {
	text-align: left;
} 

.training-row, 
.mask-row {
	display: table-row;
}

.medical-warning, 
.training-warning, 
.mask-warning {
	background-color: #ffff00;
	color: #000000;
}

.medical-bad, 
.training-bad, 
.mask-bad {
    background-color: #ff0000;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.override {
	border-radius: 13px;
	bottom: -40px;
	color: #FF0000;
	font-size: 12px;
	left: 0;
	padding: 3px 7px;
	position: absolute;
	right: auto;
	text-transform: capitalize;
	top: auto;
	width: auto;
}

.override:hover {
	background-color: #C6CBD1;
}

.override:active {
    background-color: #BDBFC1;
}

#override_selection {
	display: none;
}

#override_selection li {
	clear: both;
	margin-bottom: 4px;
}

#override_selection li label {
	font-size: 12px;
}

#override_selection li input[type="checkbox"] {
	float: left;
	width: 40px;
}

#note {
	font-size: 16px;
	margin: 20px;
}
