@charset "UTF-8";

.fc-list-item-title a {
	color: black !important;
}

input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	width: 30px;
}

textarea.form-control {
	min-height: 0px;
}

ul.pagination li a {
	border-color: white;
	color: #07a7e3;
	border-radius: 2px;
	background-color: white;
	box-shadow: none !important;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.618;
	padding: .75rem 1.083rem;
}

ul.pagination li.active a {
	border-color: #007bff;
	color: #fff;
	border-radius: 2px;
	background-color: #07a7e3;
	box-shadow: none !important;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.618;
	padding: .75rem 1.083rem;
}

ul.pagination li a:hover {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #eee;
}

ul.pagination li.active a {
	color: white;
}

.activefilterbox {
	font-weight: 500;
	font-size: 130%;
	float: left;
	margin-right: 14px;
	margin-bottom: 28px;
}

.indextitle {
	text-transform: uppercase;
	background-color: #57585A;
	line-height: 1.5;
	color: white;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	letter-spacing: 0.36px;
}

.corp_largecheck input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.corp_img {
	width: 120px;
	object-fit: cover;
	object-position: top;
}

.corp_list {
	padding-top: 5px;
	padding-left: 15px;
}

.modal-header {
	background-color: #57585A;
	color: white;
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4 {
	color: white;
}

.corp_list li {
	margin-bottom: 10px;
	margin-left: 20px;
}

.tab-content>.tab-pane {
	padding: 0px;
	padding-top: 2.083rem;
}

.memberdisplaybox {
	overflow: auto;
}

.corpselectdate {
	box-shadow: inset 0 0 0 2px #57585Af7;
}

.asc:after {
	content: '\25B2';
}

.desc:after {
	content: '\25BC';
}

.submiterror {
	border-color: red !important;
}

.submitwarn {
	border: 1px solid orange !important;
}
/*
.form-horizontal [type=checkbox]+label{
	margin-top:30px;
}

.form-horizontal [type=checkbox]{
	margin-top:30px;
}
*/
.toperror ul {
	list-style-type: none;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 10px;
}

.topsuccess ul {
	list-style-type: none;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 10px;
}

.topwarn {
	list-style-type: none;
	background-color: #FCF8E3;
	border-color: #F0AD4E;
	border-left: thick double #F0AD4E;
}

.topwarn ul li {
	list-style-type: none;
	padding: 10px;
}

.topwarn h4 {
	padding-left: 10px;
	color: #F0AD4E;
}

.form-control:disabled {
	text-decoration: inherit;
}

.breadcrumb li+li a:before {
	content: '>';
	padding-left: 10px;
	padding-right: 10px;
}

textarea {
	height: inherit;
}

@media print {
	.main-content, p, h1, h2, h3, h4, h5, h6{
		color:black;
	}
 }
