﻿#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header .logo-favicon {
    display: none !important;
}

#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .logo-text {
    display: none !important;
}

#main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .logo-icon img {
    padding: 0;
}

.logo-icon img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 60px !important;
    padding: 10px;
}

.topbar .navbar-brand {
    min-height: 60px;
}

.background-white {
    background: white;
}

.min-height-25px {
    min-height: 25px !important;
}

.min-height-130px {
    min-height: 130px !important;
}

.max-height-30px {
    max-height: 30px !important;
}

.max-height-100px {
    max-height: 100px !important;
}

.max-width-height-150px {
    max-height: 150px;
    max-width: 150px;
}

.width-height-100-percent {
    height: 100%;
    width: 100%;
}

.icon-loading {
    animation: loading 1s infinite;
}

@keyframes loading {
    50% {
        transform: scaleX(0);
    }
}

.width50p {
    width: 50%;
}

.width10p {
    width: 10%;
}

.width8p {
    width: 8%;
}

.width7p {
    width: 7%;
}

.width5p {
    width: 5%;
}

.width4p {
    width: 4%;
}

.width3p {
    width: 3%;
}

.width2p {
    width: 2%;
}

.width1p {
    width: 1%;
}

.color-white {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #f28c00;
    border-color: #f28c00;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f28c00;
        border-color: #f28c00;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #f28c00;
        border-color: #f28c00;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #f28c00;
        border-color: #f28c00;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #f28c00;
        border-color: #f28c00;
        cursor: not-allowed;
        pointer-events: all;
    }

.btn-primary-info {
    background-color: #ffe2b9;
    border-color: #ffe2b9;
    box-shadow: 0 1px 0 rgba(255,255,255,.15);
}

    .btn-primary-info:hover {
        background-color: #f28c00;
        border-color: #f28c00;
        color: #fff !important;
    }

.text-primary {
    color: #f28c00 !important;
}

.lbl-header {
    font-weight: 900;
    font-size: 15px;
}

@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1700px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f28c00;
    border-color: #f28c00;
}

.page-link {
    color: #f28c00;
}

    .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: #ffc473;
        border-color: #ffc473;
    }

.font-size-5px {
    font-size: 5px;
}

.font-size-6px {
    font-size: 6px;
}


.font-size-7px {
    font-size: 7px;
}

.font-size-8px {
    font-size: 8px;
}

.font-size-9px {
    font-size: 9px;
}

.font-size-10px {
    font-size: 10px;
}

.font-size-11px {
    font-size: 11px;
}

.font-size-12px {
    font-size: 12px;
}

    .font-size-12px input {
        font-size: 12px;
    }

.tbl-input-font-size10px input {
    font-size: 10px;
}

.tbl-input-font-size11px input {
    font-size: 11px;
}

.tbl-input-font-size12px input {
    font-size: 12px;
}

.tbl-input-font-size13px input {
    font-size: 13px;
}

.tbl-button-font-size10px button {
    font-size: 10px;
}

.tbl-button-font-size11px button {
    font-size: 11px;
}

.tbl-button-font-size12px button {
    font-size: 12px;
}

.tbl-button-font-size13px button {
    font-size: 13px;
}

.width-100px {
    width: 100px;
}

.width-125px {
    width: 125px;
}

.width-150px {
    width: 150px;
}

.width-175px {
    width: 175px;
}

.width-200px {
    width: 200px;
}

.min-width-100px {
    min-width: 100px;
}

.min-width-125px {
    min-width: 125px;
}

.min-width-150px {
    min-width: 150px;
}

.min-width-175px {
    min-width: 175px;
}

.min-width-200px {
    min-width: 200px;
}

.min-width-225px {
    min-width: 225px;
}

.min-width-250px {
    min-width: 250px;
}

.min-width-275px {
    min-width: 275px;
}

.min-width-300px {
    min-width: 300px;
}

.min-width-325px {
    min-width: 325px;
}

.min-width-350px {
    min-width: 350px;
}

.min-width-375px {
    min-width: 375px;
}

.min-width-400px {
    min-width: 400px;
}


.page-number-icon {
    padding: 5px 10px;
    border: solid 1px #ccc;
    color: #000;
}

    .page-number-icon:hover {
        background-color: #f28c00;
        border-color: #f28c00;
        color: white;
    }

.page-number {
    padding: 6px 13px 5px 13px;
    border: solid 1px #ccc;
    color: #000;
}

    .page-number:hover, .page-number:focus {
        background-color: #f28c00;
        border-color: #f28c00;
        color: white;
    }

.page-number-selected {
    padding: 6px 13px 5px 13px;
    border: solid 1px #f28c00;
    color: white;
    background-color: #f28c00;
}

    .page-number-selected:hover, page-number-selected:focus {
        padding: 6px 13px 5px 13px;
        border: solid 1px #f28c00;
        color: white;
        background-color: #f28c00;
    }

.tbl-scrollBar {
    height: 600px;
    overflow: scroll;
    white-space: nowrap;
}

    .tbl-scrollBar::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .tbl-scrollBar::-webkit-scrollbar-track {
        background: #343a40;
        /*-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,1);*/
        border-radius: 5px;
    }

    .tbl-scrollBar::-webkit-scrollbar-thumb {
        border-radius: 30px;
        -webkit-box-shadow: inset 0 0 10px rgba(255,255,255,1);
        /*background: #FFF;*/
    }

    .tbl-scrollBar .table-responsive {
        overflow-x: initial;
    }

        .tbl-scrollBar .table-responsive .table thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }

.table thead tr .th-search {
    background-color: #fff !important;
    padding: 0 !important;
}

th.sortable {
    cursor: pointer;
    position: relative;
}

    th.sortable.asc::after {
        content: " ▲";
        font-size: 0.8em;
    }

    th.sortable.desc::after {
        content: " ▼";
        font-size: 0.8em;
    }

    th.sortable::after {
        content: " -";
        font-size: 0.8em;
    }

table.table-padding-0 td, table.table-padding-0 th {
    padding: 5px 8px !important;
}

.select2Custom + .select2-container .select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.select2Custom + .select2-container .select2-selection__rendered {
    line-height: 40px;
}

.select2Custom + .select2-container .select2-selection__arrow {
    height: 40px;
}

.text-right {
    text-align: right;
}

.table.customize-table.grid-table td {
    padding: 3px 5px !important;
}