.dataTable {
    font-size: 14px;
}

.kt-badge.kt-badge--full {
    width: 100%
}

.client_name {
    font-weight: bold;
}
.has-error{
    border: 1px solid #f4516c !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}
.loading{
    display: none;
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/preloader.gif") center center no-repeat;


    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:99999;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-selection{
    height: calc(1.5em + 1.3rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.select2-selection__rendered{
    padding:2px !important;
}
.select2-selection__arrow{
    top: 30% !important;
}

.datepicker{
    z-index: 99 !important;
}


body {
	color: black;
}

.form-group label, .col-form-label {
	font-size: 1.3em;
	font-weight: 500
}


.kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title {
    font-size: 1.4rem;
    color: #369
}

.form-control, .form-control:focus {
	font-size: 1.3em;
	color: black;
	border: 1px solid #bbb;
}


.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
	font-size: 1.3em;
	color: black;
	border: 1px solid #bbb;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1.1em;
	color: black;
}


.select2-container--default .select2-search--dropdown .select2-search__field, .select2-selection {
    height: calc(1.5em + 1.3rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: black !important
}


.select2-container--default .select2-results__option {
    background: #f7f8fa;
    color: black;
    font-weight: 500;
    font-size: 1.3em;
    color: #c90015
}

select {
	font-size: 1em !important;
	
}


.btn {
	font-weight: 600;
	font-size: 1.2em
}


.dataTables_wrapper .dataTable td {
    color: black;
}

.dataTable {
    font-size: 17px;
    color: black;
    font-weight: 400
}

.filter .form-control {
	font-size: 0.9em !important
}

.kt-badge--pill {
	font-size: 14px;
	margin-bottom: 2px;
	padding: 4px;
	font-weight: 600;
}

.kt-badge.kt-badge--inline {
	height: auto;
}