.parsley-error-list {
	padding-left: 0;
}
.parsley-error-list li {
	color: #f00;
	list-style: none;
	padding: 2px;
}
.main_menu .fa {
	color: #E7E7E7;
}
.pagination>li:first-child>a, .pagination>li:last-child>a {
	margin: 0 !important;
}
.nav-dash {
	list-style: none;
	margin: 0 -20px 20px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;/*background-color: #f9f9f9;*/
}
.nav-dash > li {
	display: inline-block;
	margin: 0 15px;
}
.nav-dash > li > a {
	position: relative;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	display: block;
	background-color: #a7cd3a;
	border: 1px solid #a7cd3a;
	width: 87px;
	height: 87px;
	padding: 27px 20px 13px;
	text-align: center;
	margin: 0 0 5px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.nav-dash > li > a > .badge, .nav-dash > li > a > .label {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 3px;
	padding: 0 7px;
	height: 20px;
	line-height: 20px;
}
.badge-success {
	background-color: #5cb85c;
}
.label-inverse, .badge-inverse {
	background-color: #333;
}
.badge-warning {
	background-color: #f0ad4e;
}
.nav-dash > li > a:hover, .nav-dash > li.active > a {
	color: #fff;
	background-color: #2A3F54;
	border: 1px solid #2A3F54;
	text-decoration: none;
}
span.title-ust {
	font-weight: bold;
	color: #a7cd3a;
}
.dataTables_wrapper>.row {
	overflow: hidden !important;
}
.dataTables_wrapper thead {
	background: #796ab7 !important;
	color: #fff;
}
table.dataTable thead .sorting_asc:after {
	color: #fff;
}
div.dataTables_wrapper div.dataTables_filter input{
	    width: 155% !important;
}
.float-right{
	float: right;
}
.small-span {
    font-size: 11px;
    color: red;

}

/* .table-responsive{
	overflow-y: scroll;
} */
/*.table-responsive{*/
/*	overflow-y: scroll;*/
/*}*/
.dt-button{
	/* background-color: #f3f3f3 !important; */
	/* color: #213345 !important; */
	/* background-image: linear-gradient(90deg,#b93a9f 0%,#bc2cd6 100%); */
	background-color: #796AB7 !important;
	color: #fff !important;

}
