.kt-login__title, #kt_aside_brand span, .kt-header-mobile__logo span {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 24px;
}
@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed .kt-subheader {
        height: 60px;
    }
    .kt-header--fixed.kt-aside--minimize .kt-aside__brand .kt-aside__brand-tools .kt-aside__brand-aside-toggler span:nth-child(1) {
        display: block;
    }
    .kt-header {
        height: 60px;
    }
    .kt-header--fixed.kt-subheader--fixed .kt-subheader {
        top: 60px;
    }
    .kt-content {
        padding: 10px;
    }
}
@media (max-width: 1024px) {
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i {
        color: #fff;
        font-size: 24px;
    }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
        color: #fff;
    }
    .col-xl-12 {
        padding: 0px;
    }
    .kt-content {
        padding: 10px 0px;
    }
}
.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo span {
    display: none;
}
.kt-aside__brand {
    height: 60px;
}
.kt-aside {
    background-color: #E74C3C;
}
.kt-aside-menu {
    background-color: #E74C3C;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__heading, .kt-aside-menu .kt-menu__nav>.kt-menu__item.kt-menu__item--active>.kt-menu__link {
    background-color: #E74C3C;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text {
    color: #fff;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-icon {
    color: #fff;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link .kt-menu__link-icon {
    color: #fff;
}
.kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__heading, .kt-aside-menu .kt-menu__nav>.kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover>.kt-menu__link {
    background-color: #e5402d;
}
kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
    padding: 0px;
}
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user img {
    max-height: 28px;
    border-radius: 3px;
}
.kt-user-card .kt-user-card__avatar img {
    border-radius: 5px;
}
.kt-subheader {
    padding: 10px;
}
.kt-portlet {
    margin-bottom: 10px;
    box-shadow: none;
}
.kt-portlet .kt-portlet__head {
    padding: 0 10px;   
}
.kt-font-info {
    color: #36a3f7 !important;
}
.kt-bg-info {
    background-color: #36a3f7 !important;
}
@media (min-width: 730px) {
    .daterangepicker.ltr .ranges {
        float: right;
    }
}
.btn-info.focus {
    box-shadow: none;
}
.btn-primary {
    background-color: #E74C3C;
    border-color: #E74C3C;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #E74C3C;
    border-color: #E74C3C;
}
.btn-primary.m-btn--air, .btn-primary.m-btn--air:hover, .btn-primary.m-btn--air:focus {
    box-shadow: none !important;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary.m-btn--air:hover {
    background-color: #E85E4e;
    border-color: #E85E4e;
}
.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:hover {
    background-color: #E74C3C;
    border-color: #E74C3C;
}
.form-control[disabled]{
    cursor: not-allowed;
}
.highcharts-container {
    width: 100% !important;
}
.select2-container {
    width: auto !important;
    min-width: 150px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
}
.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -5px;
    top: 50%;
    width: 0;cursor: pointer
}
.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -5px;
    top: 50%;
    width: 0;cursor: pointer
}