/* 
This is the section css for
Finance and Administration Division Site Search 
*/

/* ======= SEARCH BOX [ Start ] ======= */
#home-content .searchBox {
	background-color: #fff;
	border: 3px solid #382140;
}

#home-content .searchBox .searchTitle,
#home-content .searchBox .searchDescription {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 100%;
}

#home-content .searchBox .searchTitle {
	background-color: #382140;
	border: 3px solid #382140;
	color: #FFE800;
	font-size: 1.5em;
}

#home-content .letters {
	margin-top: 4px;
}

#home-content .searchBox a {
	border: 3px solid #e5e5e5;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: calc( (100% - 36px)/9 );
}

#home-content .searchBox a:nth-child(9n+1) {
	margin-left: 2px;
}

#home-content .searchBox a:nth-child(9n) {
	margin-right: 2px;
}

#home-content .searchBox a:hover {
	background-color: #FFF;
}

#home-content .searchBox .disabled {
	background-color: #eee;
	border-color: #eee;
}

#home-content .searchBox a:hover {
	background-color: #fff;
	border-color: #382140;
}

#home-content .searchBox .disabled:hover {
	background-color: #eee;
	border-color: #eee;
}

/* ======= SEARCH BOX [ End ] ======= */

#home-content .responsiveTable {
	display: none;
}

#home-content #resultsTable th {
    background: #382140;
}

#home-content #ddlOffice {
	display: inline-block;
}

#home-content .clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width: 768px) {
	/* SEARCH BOX */
	#home-content .searchBox a { width: calc( (100% - 20px) / 5 ); }
	#home-content .searchBox a:nth-child(5n+1) { margin-left: 2px; }
	#home-content .searchBox a:nth-child(5n) { margin-right: 2px; }
}




