/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/*SELECT LIST ONLINE*/
ul#divlistdata {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul#divlistdata li {
	line-height: 2em;
	padding: 6px 40px 6px 10px;
	color: #8DA0AA !important;
	min-height: 30px;
}

.search-ac li {
	line-height: 1em;
	padding: 4px 6px;
}

ul#divlistdata li,
.search-ac li {
	list-style: none;
	text-align: left;
	font-size: 12px !important;
}

ul#divlistdata li:hover,
.search-ac li:hover {
	background-color: #EFF4F6;
	cursor: pointer;
}

.inputfilter {
	width: 100% !important;
	margin: 10px 0 0;
	font-size: 12px !important;
	height: 32px !important;
	border-radius: 3px;
	display: block;
	float: none;
	background: #FFF;
	padding: 6px !important;
	color: #8DA0AA;
	border: #DFE8F1 solid 1px;
	-webkit-box-shadow: inset 1px 1px 3px #F6F6F6;
	-moz-box-shadow: inset 1px 1px 3px #F6F6F6;
	box-shadow: inset 1px 1px 3px #F6F6F6;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.inputfilter:focus {
	border-color: #3DA6FF;
}

.divlistsearch {
	display: none;
	border: #DFE8F1 solid 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #003;
	border-top: 0px;
	padding: 6px;
	width: calc(100%) !important;
	position: absolute;
	z-index: 2000;
	background-color: rgba(253, 253, 253, 1.0);

}

.divlistbox button {
	-webkit-appearance: button;
	font-size: 13px;
	padding: 0 10px;
	line-height: 32px;
	height: 35px;
	text-align: center;
	white-space: nowrap;
	border-radius: 0px;
	outline: 0 !important;
	border: 1px solid #F1F1F1;
	/*background: #FEFEFF;*/
	background: ivory;
	color: #2B2F33;
}
div.dataTables_filter input{
	margin-left: 0px !important;
}
div.dataTables_length select{
	margin-right: 0px !important;
	padding: 0px !important;
}
.pagination {
	text-align: center;
	margin: 0px;
	display: inline-flex;
}
.fc-button, .btn, .size-md{
	line-height: 34px !important;
}