@charset "utf-8";

body {
    background-color: transparent;
    min-height: 400px;
}

.paginations {
	text-align: left;
}

.pagination li.active .total-page {
	display:none;
}

.pagination > li.active > span:hover
{
	top: 0px;
	border-bottom-width: 4px;
}

select {
	font-size: 16px;
}
@media (max-width: 600px) {
	.paginations {
		text-align: center;
	}
	.wide-pagination
	{
		display: none;
	}
	.pagination > li > a, .pagination > li > span {
		border-radius: 15px !important;
		border-left-width: 2px;
		border-right-width: 2px;
		margin: 0 1px;
		padding: 5px 14px;
	}
}

.container section h1 {
	font-size: 20px;
}

.form-group.required .control-label:after {
	content: "*";
	color: red;
}

.select2-container {
	width: 100%;
}

.select2-container .select2-choice {
	height: 37px !important;
	padding-left: 0;
}
	
.select2-container .select2-choice .select2-chosen {
	font-size: 14px;
	line-height: 1.42857143;
	padding: 7px 8px;
}

.select2-container .select2-choice .select2-arrow b {
	margin-top: 3px;
}
	
div.has-error ul.select2-choices {
  background-color: #fcf !important;
  background-image: none !important;
}
