/* Header */
#domBody {
/*	height: 1100px;  */
/*	max-height: 1100px; */
	height: 1000px;
    max-height: 1000px;
}

#domBody .portal-wrap {
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

.portal-bg {
	padding: 15px 20px 20px;
	background-color: #e0e0e0;
}

.portal-header {
	min-height: 42px;
	margin-bottom: 40px;
	border-radius: 5px;
	padding: 0 20px;
	background-color: #bda470;
}

.portal-header .header-icon {
	margin-right: 15px;
	vertical-align: middle;
}

.portal-header h1 {
	display: inline;
	max-width: 50%;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
}

.portal-wrap h2 {
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    padding: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;	
	background-color: #041f31;
}

.portal-wrap h2 > div {
	display: inline-block;
	float: right;
	padding-top: 3px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.list-wrap {
	border: solid 1px #7a8892;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.list-wrap > ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 22px 0 18px;/* 34px 0; */
	text-align: center;
	background-color: #d4cfc5;
}

.list-wrap > ul li {
	display: inline-block;
	vertical-align: middle;
}

.list-wrap-from-mtg > ul li a {
	display: inline-block;
	/* display: table; */
	/* width: 100%; */
	max-width: 142px;
	height: 48px;
	margin: 0 5px;
	padding: 10px 15px;
	border-radius: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #907b50;
}

.list-wrap > ul li a {
	display: inline-block; 
	max-width: 142px;
	height: 48px;

	margin: 0 5px;
	padding: 10px 15px;
	border-radius: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #907b50;
}

.list-wrap-taxfc > ul li a {
	display: block; 

	margin: 0 5px;
	padding: 10px 15px;
	border-radius: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #907b50;
}

.list-wrap > ul li p {
/* There is no list-controls in in 6-deww.tax-list-access.css, but it is there in html page */
/* FILS: Top disabled Action buttons */
	display: inline-block;
	/* display: table; */
	/* width: 100%; */

/*	display: block; */
	margin: 0 5px;
	padding: 10px 15px;
	border-radius: 8px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;

	color: #a0a0a0;
	background-color: #907b50;
}

.list-wrap > ul li a:hover {
	background-color: #AA956A;
}

.list-wrap .scroll-box {
	overflow-y: scroll;	
}

.list-wrap h3 {
	margin: 0;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #e0e0e0;
	background-color: #687883;
}

.list-item {
	padding: 15px 20px 0;
	border-bottom: solid 1px #7a8892;
	background-color: #fff;
}

.list-item:nth-of-type(even) {	
	background-color: #f2f2f2;
}

.list-wrap:last-child {
	border-bottom: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;		
}

.list-item .thumbnail.columns {
	padding-right: 20px;
}

.list-item .thumbnail > img {
	width: 100%;
}

.list-item .thumbnail > span {
	display: block;
	margin-top: 10px;
	font-size: 10px;
	font-style: italic;	
	text-align: center;
}

.item-details {
	font-size: 13px;
	color: #041f31;
}

.item-details h4 {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.item-details table {
	width: 100%;
	margin: 0;
	border: none;	
	background-color: transparent;

}

.item-details table tr:nth-of-type(even) {
    background: transparent;
}

.item-details table tr td {
	padding: 2px 0 3px;
	font-size: 13px;
	line-height: 1.25rem;
	color: #041f31;
	vertical-align: top;
}

.item-details table tr td td {
	padding: 0;
}

.item-details .label {
	font-weight: 500;
    font-family: inherit;
    text-align: left;
    display: table-cell;        
    padding: 2px 0 3px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25rem;
    background-color: transparent;    
    vertical-align: top;
}

.item-details td td.label {
	padding: 0;
}

.item-details table tr td.item-select {
	font-size: 16px;
	vertical-align: middle;
}

.item-details table tr td.item-select input[type="checkbox"] {
	margin-top: -2px;
	vertical-align: middle;
}

.item-controls > ul {
	list-style-type: none;
	width: 100%;
	max-width: 815px;
	margin: 10px auto 0;
	border-top: solid 1px #7a8892;
	padding: 17px 0;
	text-align: center;	
}

.item-controls > ul li {
	display: inline-block;
}

.item-controls > ul li a {
	display: block;
	margin: 0 9px;
	padding: 3px 13px;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	text-decoration: none;
	
	color: #fff;
	background-color: #041f31;
}

.item-controls > ul li p {
/* FILS: Each Property Record disabled Action buttons */
	display: block;
	margin: 0 9px;
	padding: 3px 13px;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	text-decoration: none;
	
	color: #FFFFFF;
	background-color: #BFBFBF;
}


.item-controls > ul li a:hover {
	background-color: #375264;
}

/* ====== MEDIA SIZE : SMALL ====== */
@media only screen and (max-width: 40.063em) {
	.list-wrap > ul li a {
		width: 95%;
		max-width: 100%;
		margin-bottom: 1rem;
	}
}