﻿.error {
    color: red;
    font-weight: normal;
}

.centerBlock {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-content {
    border-radius: 5px;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:not([placeholder='']) {
    width: 100% !important;
    margin-right: 10000px;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}
.select2-selection__choice {
    max-width: 100% !important;
    white-space: normal !important;
}
.select2-container .select2-selection--multiple {
    min-height: 34px !important;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.handcursor {
    cursor: pointer !important;
}

input[type=checkbox]:hover {
    cursor: pointer;
}

.label-primary {
    margin: 1px;
}

.sidebar div {
    padding: 10px 20px 10px 20px;
    font-size: 1em;
    color: #58666e;
}

.NormalWeightLable {
    font-weight: normal !important;
}

.sidebar div:hover {
    background-color: #c9c9c9;
}

.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

    .btn-white:focus,
    .btn-white.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-white:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-white:active:hover,
        .btn-white.active:hover,
        .open > .dropdown-toggle.btn-white:hover,
        .btn-white:active:focus,
        .btn-white.active:focus,
        .open > .dropdown-toggle.btn-white:focus,
        .btn-white:active.focus,
        .btn-white.active.focus,
        .open > .dropdown-toggle.btn-white.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-white:active,
    .btn-white.active,
    .open > .dropdown-toggle.btn-white {
        background-image: none;
    }

    .btn-white.disabled:hover,
    .btn-white[disabled]:hover,
    fieldset[disabled] .btn-white:hover,
    .btn-white.disabled:focus,
    .btn-white[disabled]:focus,
    fieldset[disabled] .btn-white:focus,
    .btn-white.disabled.focus,
    .btn-white[disabled].focus,
    fieldset[disabled] .btn-white.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-white .badge {
        color: #fff;
        background-color: #333;
    }

.table.dataTable {
    width: 100% !important;
    margin-bottom:0 !important;
}

.bg-white {
    background-color: white !important;
}

.mr1 {
    margin-right: 1px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

#tbc {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 9999999999;
    display: none;
}

#divtb {
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    padding: 10px;
    background-color: #ffffce;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #e9d027;
    border-right: 1px solid #e9d027;
    border-bottom: 1px solid #e9d027;
    box-shadow: 1px 1px 5px;
    color: #322f0a;
}

.modal {
    overflow: auto;
}

.OChon{
    text-align:center;
}



#panelLogin {
    margin-left: 30%;
    width: 40%;
}

@media (max-width: 800px) {
    #panelLogin {
        margin-left: 20%;
        width: 60%;
    }
}

.dropdown-menu {
    min-width:50px !important;
}