﻿.color-palette {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.color-palette-set {
    margin-bottom: 15px;
}

.color-palette span {
    display: none;
    font-size: 12px;
}

.color-palette:hover span {
    display: block;
}

.color-palette-box h4 {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
    z-index: 7;
}

#data-grid {
    overflow-x: auto;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.scroll-wrapper {
    overflow-x: scroll;
}

.display-inline-block {
    display: inline-block;
}

/*.checkbox input[type=checkbox] {
    margin-left: 0;
}*/

.checkbox-form .check-box {
    margin-left: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.dont-display {
    display: none;
}

.k-datepicker,
.k-datetimepicker {
    width: 100% !important;
}

.process-button {
    background-color: #f39c12;
}

.store-item {
    line-height: 35px;
    font-size: 20px;
}

.menu-logo {
    text-align: center;
    color: #fff;
}

.sidebar-collapse .menu-logo {
    display: none;
}

.navbar-custom-menu {
    height: 50px;
}

    .navbar-custom-menu .navbar-nav,
    .navbar-custom-menu .user-menu,
    .navbar-custom-menu .user-menu a {
        height: 100%;
    }

.txtQt {
    color: #000;
}

.panel-heading.panel-collapse {
    cursor: pointer;
    position: relative;
    font-weight: bold;
    padding-left: 40px;
}

    .panel-heading.panel-collapse::before {
        content: ' ';
        background-image: url(/AdminLTE/dist/img/arrows/arrow-right.png);
        position: absolute;
        top: 12px;
        left: 11px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

    .panel-heading.panel-collapse.open::before {
        content: ' ';
        background-image: url(/AdminLTE/dist/img/arrows/arrow-down.png);
        position: absolute;
        top: 12px;
        left: 11px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }

.panel-heading ~ .panel-body.panel-closed {
    display: none;
}

li.jstree-node.not-last-level > a.jstree-anchor > i.jstree-checkbox {
    display: none !important;
}

.jstree-default .jstree-clicked {
    background: initial !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.jstree-default .jstree-themeicon {
    display: none !important;
}

.header-info {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.text-danger {
    color: #fff;
    background-color: #a94442;
}

.row-group {
    background-color: khaki;
    padding-top: 15px;
    margin-bottom: 20px;
}
