﻿.content-wrapper {
    min-height: calc(100vh - 140px);
}
body, .form-control-sm, .select2, .select2-results, .btn-sm, textarea, .form-control, .btn {
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.d-none{
    display: none;
}
.form-control, .form-select {
    padding: 0.25rem 0.5rem;
}

.select2-container--default .select2-selection--single {
    min-height: 30px;
        padding: 0 0.5rem;
}

.form-input-require::after {
    content: " *"
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 0.5rem;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    padding: 0.5rem;
}

.sidebar-menu > li {
    font-size: 13px;
}

.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
    padding: .35em .75em;
    min-width: 1rem;
}

.sidebar-menu > li > a {
    padding: 5px 5px;
}

.sidebar-menu > li:hover > a, .sidebar-menu > li:active > a, .sidebar-menu > li.active > a {
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar-menu li > a {
    line-height: 20px;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
.float-l {
    float: left;
}

.float-r {
    float: right;
}
label span {
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    min-height: 28px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 26px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 24px;
    }
.modal-header, .modal-body, .modal-footer {
    padding: 1rem 1.25rem;
}
.scrollbar::-webkit-scrollbar {
    height: 5px;
}
/*jst*/
.timer {
    font-size: 13px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    min-width: 65px;
}

.jst-hours {
    float: left;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.jst-timeout {
    color: red;
}
/*jst*/

/*select2*/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    justify-content: start;
    overflow-x: scroll !important;
    cursor: pointer;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        cursor: pointer;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 0.2rem;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
        background-color: #999;
        background-image: none;
    }
/*select2*/

.main-header-pc{
    display: block;
}
.main-header-mb {
    display: none;
}
.language-mb{
    display: none;
}
.switch-mb {
    display: none;
}
.bg-bisque {
    background-color: bisque;
}
.dark-skin .table {
    background-color: unset !important;
}
.dark-skin .form-control {
    border-color: #171e32 !important;
    background-color: #171e32 !important;
}
.dark-skin .bg-bisque {
    color: black;
}
    .dark-skin .bg-bisque .form-control {
        border-color: #171e32 !important;
        background-color: #ffffff !important;
        color: black;
    }
    .dark-skin .bg-bisque .form-select {
        background-color: #FFF;
        border-color: #885b3e;
        color: black;
    }
    .dark-skin .bg-bisque .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #885b3e;
        
    }
        .dark-skin .bg-bisque .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: black;
        }
        .dark-skin .bg-bisque .table {
            background-color: black !important;
        }
    @media (max-width: 768px) {
        .main-header-pc {
        display: none;
    }
    .main-header-mb {
        display: block;
    }
    .main-sidebar{
        margin-top: 60px;
    }
    .fixed .multinav {
        height: calc(100% - 80px);
    }
    .fixed .content-wrapper {
        margin-top: 80px;
    }
    .language-mb {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .switch-mb{
        display: inline-block;
    }
}