﻿.ColumnBold {
    font-weight: bold !important;
    font-size: 10px !important;
}


.div-filter {
    display: flex;
    padding: .2rem .8rem;
    box-sizing: border-box;
    height: 8vh;
    border-bottom: 1px solid var(--light-grey-color);
    background-color: rgb(255 255 255 / 93%);
}

.div-content {
    height: 92vh;
    padding: .5rem .6rem;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 93%);
}

.filter-list {
    font-size: 10px;
    margin-right: .5rem;
    width: auto;
    max-width: 11REM;
    box-shadow: 2px 2px 2px 1px #e4e4e4;
}

.filter-left {
    width: 85%;
}

.filter-right {
    width: 15%;
    display: flex;
}

.filter-txt {
    cursor: pointer;
    width: 120px;
    font-size: 10px;
    box-shadow: 2px 2px 2px 1px #e4e4e4;
    margin-right: 5px;
    text-align: center;
    font-family: roboto-medium;
}

.box-staff {
    width: 100%;
    text-align: right;
}

    .box-staff table {
        border-spacing: 4px 0px;
        text-align: right;
        display: inline-flex;
        padding: 0rem 0.4rem;
        box-sizing: border-box;
        background: #8a8a8a0f;
        border-radius: 8px;
    }

.Img_Staff {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 4px;
    cursor: pointer;
}


#Lbl_StaffName {
    font-size: .8rem;
    font-family: roboto-medium;
    color: #555;
    line-height: .8rem;
}


/* to wrap jqgrid header*/
.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    overflow: hidden;
    padding-right: 4px;
    padding-top: 2px;
    position: relative;
    vertical-align: text-top;
    white-space: normal !important;
}




.ui-jqgrid tr.jqgrow td {
    height: 20px;
    font-size: 10px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 22px;
}

    .ui-jqgrid .ui-jqgrid-htable th div {
        padding: 2px 2px 2px 0px;
        font-size: 10px;
    }




.Custom_ScrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.Custom_ScrollBar::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    background-color: #F5F5F5;
}

.Custom_ScrollBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee;
}




.ui-jqgrid-bdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--light-grey-color);
}

.ui-dialog {
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px #676767;
}

.button {
    font-size: 10px;
    margin-right: .5rem;
    width: auto;
    box-shadow: 2px 2px 2px 1px #e4e4e4;
}


.ui-jqgrid tr.footrow td {
    height: 20px;
    font-size: 11px;
    font-family: roboto-bold;
}


.ui-icon-calculator {
    background-position: -112px -112px;
    background-color: #fff;
    border-radius: 4px;
}



.Btn_Custom_1 {
    color: var(--grey-color) !important;
    border: 1px solid var(--grey-color) !important;
    display: inline-block !important;
    padding: 5px 5px !important;
    outline: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05) !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
    width: auto !important;
    margin: 0px !important;
    height: 30px !important;
    min-width: 80px !important;
}

    .Btn_Custom_1:hover {
        background: var(--grey-color) !important;
        color: #fff !important;
        cursor: pointer;
    }

.Btn_Custom_1_Selected {
    cursor: default !important;
    background: var(--grey-color) !important;
    color: #fff !important;
}
