﻿#licensure .header {
	text-indent: 0px;
}

.table-responsive {
	overflow-x: unset;
}

ul.lookup-list {
	margin: 0;
}

ul.lookup-list > li {
	list-style: disc inside;
}

.tbl {
	border-collapse: collapse; 
	max-width: 100%;
}

.tbl.lookup {
	table-layout: fixed;
}

.tbl.lookup .tbl-row.header {
	overflow-wrap: break-word;
}

.tbl .tbl-row.header {
	background-color: #818181;
}

.tbl .tbl-row.header .tbl-cell a {
	color: #fff !important;
}

.tbl .tbl-row.header .tbl-cell a:hover {
	text-decoration: none;
}

.tbl .tbl-row.top {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tbl .tbl-row.top.open {
	border-bottom: unset;
}

.tbl .tbl-row.top.closed {
	border-bottom: 1px solid #ccc;
}

.tbl .tbl-row.bottom {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.tbl .tbl-row-group.odd {
	background-color: #fafafa;
}

.tbl .tbl-row-group.even {
   background-color: transparent;
}

.tbl .tbl-row-group:hover {
	background-color: #FFFEF0 !important;
}

.icon.status_successful {
	background-image: url('../../../images/status_successful.gif');
	height: 15px;
	width: 15px;
	margin-left: 5px;
}

.icon.inactive {
	background-image: url('../../../images/inactive.png');
	height: 15px;
	width: 15px;
	margin-left: 5px;
}

.tbl .tbl-row .tbl-cell {
	padding: 0px !important;
}

.calendar-today {
	margin-left: 10px;
}

div.weblink {
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
}

.section-header {
	border-bottom: 1px solid #848484;
	font-family: arial;
	font-weight: bold;	
	background: transparent;
	margin: 10px 0 10px 0;
	color:#636363;	
	font-size: 16px;
    padding-left: 10px;
}