#html_table{
	margin-bottom: 0;
}

.kt-checkbox.kt-checkbox--single.kt-checkbox--solid > span{
	background: #f0f3ff;
}

.kt-checkbox.kt-checkbox--single.kt-checkbox--solid input:checked ~ span{
	background: #e8ecfa;
}

#html_table thead tr th, #html_table tbody tr td{
	vertical-align: middle;
}

#html_table thead tr th .kt-checkbox, #html_table tbody tr td .kt-checkbox{
	margin-bottom: 0;
}

#html_table tbody tr.row--active td{
	background: #f7f8fa;
}

.kt-portlet .kt-portlet__body{
	margin: 25px;
}

.kt-header-mobile__logo a img{
	width: 30px;
}

#system-message .alert.alert-error{
	color: #fff;
	background: #e4131d;
}

#system-message .alert.alert-alert{
	color: #fff;
	background: #ffb822;
}


#system-message .alert .alert-heading{
	display: none;
}

#system-message .alert .close{
	cursor: pointer;
	padding-right: 10px;
}
.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item > .mod-languages a{
	color: #5e6383;
	font-weight: 400;
}


#kt_header .mod-languages
{

    height: 80px;
	line-height: 80px;
	transition: all .3s ease;
}
#kt_header .mod-languages ul{
	list-style: none;
}
#kt_header .mod-languages a{
	color: #999999;
}
@media (min-width: 1025px) 
 {
	.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link 
	{
	    padding: .20rem 0.2rem!important;
	    border-radius: 4px;
	    
	}
	.kt-header--fixed.kt-header--minimize #kt_header .mod-languages{
		height: 55px;
		line-height: 55px;
	}
}
@media (min-width:1025px) {
  .kt-header {
    
  
	
    
  }
}
@media (max-width:1024px){
	#kt_header .mod-languages{
		display: none;
	}
	.kt-header-menu-wrapper-overlay +  .mod-languages{
		position: fixed;
		display: block!important;
		top: 330px;
		left: 30px;
		z-index: 2000;
	}
	.mod-languages a{
		color:#5e6383!important;
	}
	.mod-languages ul{
		padding-left:0px;
	}
}
@media (max-width:330px) {
	.filter-item .select2-container {
		min-width: 200px !important;
		max-width: 260px !important;
	}
	.top-filter #filter-bar-top .filters .filter-item {
		width: 260px !important;
		padding-right: 0;
	}
	.content-box{
		padding:15px!important;
	}
	.kt-input-icon.kt-input-icon--left .form-control{
		width: 260px !important;
	}

	
  }