#app {
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active до версии 2.1.8 */ {
    transform: translateX(375px);
    opacity: 0;
}

#kt_subheader {
    transition: none !important;
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition-duration: 0.2s;
    transition-property: height, opacity, transform;
    transition-timing-function: cubic-bezier(0.25, 0, 0.1, 1);
    overflow: hidden;
}
.slide-left-enter-active #kt_subheader,
.slide-left-leave-active #kt_subheader,
.slide-right-enter-active #kt_subheader,
.slide-right-leave-active #kt_subheader {
    visibility: hidden !important;
}

.slide-left-enter,
.slide-right-leave-active {
    opacity: 0;
    transform: translate(2em, 0);
}

.slide-left-leave-active,
.slide-right-enter {
    opacity: 0;
    transform: translate(-2em, 0);
}





.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link {
    background-color: #1b1b28;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-icon,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-icon {
    color: #6993FF;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-text {
    color: #ffffff;
}

.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav > .menu-item.router-link-exact-active > .menu-link .menu-icon.svg-icon svg g [fill],
.navi .navi-item .navi-link.router-link-exact-active .navi-icon svg g [fill]{
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #6993FF;
}

.custom__dropdown .dropdown-menu {
    display:block;
}

.subheader__search {
    margin-right:100px;
}

.subheader__search .input-group .input-group-text {
    padding: 0.45rem 1rem
}

.dropdown__custom_integra_card {
    margin-top:10px;
    margin-right:10px;
}

.dropdown__custom_integra_card .dropdown-menu {
    left: auto !important;
}

.el-pagination {
    width:100%;
}
.el-pagination__sizes {
    float: right;
}

.el-notification__content > p {
    text-align: left;
}

.custom__navi .navi-text {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #acacac;
}

.switch.switch-xs input:empty~span {
    margin: 2px 0;
    height: 18px;
    width: 30px;
    border-radius: 10px;
}
.switch.switch-xs input:empty~span:before {
    width: 30px;
    border-radius: 12px;
}

.switch.switch-xs input:empty~span:after {
    height: 14px;
    width: 14px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: .55em;
    text-align: center;
    vertical-align: middle;
}
.switch.switch-xs input:checked~span:after {
    margin-left: 16px;
}
.switch.switch-xs label {
    margin-bottom: 0;
}
.custom__navi .nav-link {
    margin-bottom: 0;
}

.custom__canvas {
    right: 0 !important;
    left: auto;
}

.navi .navi-item .navi-link.router-link-exact-active .navi-text{
    color: #5d78ff !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    display: none !important;
}

.el-collapse {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.accordion.accordion-light .card {
    border-top:0;
}

.dataTables_wrapper .dataTable {
    border-collapse: collapse !important;
}

.form-inline label {
    justify-content: left;
}



