body {
    color: black;
}

.tgl {
    min-width: 50px;
    text-align: center;
}

.space {
    min-height: 20px;
}

.table tr th {
    vertical-align: middle;
}

table.info {
    font-size: 16px;
}

.kt-header,
.kt-header-mobile,
.kt-header-menu-wrapper,
.kt-header-menu-mobile {
    background-color: #07ca21;
}

.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-icon,
.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item .kt-menu__submenu .kt-menu__item>.kt-menu__link .kt-menu__link-text,
.kt-header-menu-mobile .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__ver-arrow {
    color: white;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after {
    background: white;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::before,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler.kt-header-mobile__toolbar-toggler--active span::after {
    background: #f3f3f3;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    color: white;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i {
    color: #f3f3f3;
}

.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover,
.kt-header-menu .kt-menu__nav>.kt-menu__item:hover {
    background-color: #e31c23;
}

.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__hor-arrow,
.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active)>.kt-menu__link>.kt-menu__hor-arrow,
.kt-header-menu .kt-menu__nav>.kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active)>.kt-menu__link>.kt-menu__hor-arrow,
.kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text {
    color: white;
}

.kt-header-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active)>.kt-menu__link .kt-menu__link-text,
.kt-header-menu .kt-menu__nav>.kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active)>.kt-menu__link .kt-menu__link-text {
    color: white;
}

.kt-footer {
    padding: 10px 0;
}

.form-control.datepicker {
    width: 100% !important;
}

.space-sm {
    min-height: 15px;
}

.kt-portlet-sm .kt-portlet__body {
    padding:10px 25px;
}

.kt-portlet-sm .form-group, .modal .form-group{
    margin-bottom: 10px;
}

.form-control[readonly]{
    background:lightgray;
}

.form-control,.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:black;
}

.bg-green {
    background-color: rgb(94, 194, 107) ! important;
    color:white;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    border: 1px solid #e2e5ec;
    background:lightgray;
}

.btn.btn-icon.btn-xs {
    height: 2rem;
    width : 2rem;
}
.btn-warning,.btn-warning:hover,.btn-warning:focus,.btn.btn-icon.btn-warning i,.btn.btn-icon.btn-warning:hover i,.btn.btn-icon.btn-warning:focus i{
    color:white;
}
.modal-xl {
    max-width: 1000px;
}

.datetimepicker {
    width: 100%!important;
}
.datetimepicker.dropdown-menu {
    width: 265px!important;
}

#toast-container > div {
    opacity:1;
}

.toast .toast-title {
 font-size:.9rem;
 font-weight:700;
 color:white;
 margin-right:auto!important
}

.blockUI.blockOverlay{
    opacity:0.5!important;
}
.blockUI.blockMsg.blockPage{
    z-index: 1111!important;
}

/*disable select2*/
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: lightgray;;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*end disable select2*/

.table td, .table th{
    border-top-style: dashed;
}

.kt-badge.kt-badge--inline {
    height: auto;
    width: auto;
    padding: 0.15rem 0.75rem;
    border-radius: 2px;
}

.table .thead-dark th {
    color:white!important;
}

table.dataTable.no-footer{
    border-bottom: none!important;
}