﻿* {
    outline: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.nopointer{
    cursor: default!important;
}

tr{
    padding-left: 2px;
    margin-left: 2px;
}
td {
    min-height: 19px !important;
    margin-left: 2px;
    padding-left: 2px;
}

.loaderBox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2000;
}

.loader {
    position: relative;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #86BF40;
    /* Safari */
    /*-webkit-animation: spin 1 linear infinite;*/
    /*animation: spin 1s linear infinite;*/
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.customGrid tr:nth-child(even) {
    background-color: #EFF3FB;
}

.selectedPage {
    color: red !important;
}

.divExpand{
    cursor: pointer;
}

.ExpandData{
    width: 500px;
    height: 100px;
    background-color: gray;
    border: 1px solid #000;
    /*position: absolute;
    left: 0px;
    top: 10px;*/
}

.printerIcon {
    padding: 2px;
    width: 24px;
    height: 24px;
}

.tdRightBorder {
    background-color: #86BF40;
    background-color: #dddddd;
    font-weight: bold;
    padding: 2px;
    margin: 2px;
    text-align: center;
}

.filterTitle {
    text-align: left;
    /*width: 30px;*/
    display: inline-block;
    margin: 0px;
    padding-bottom: 8px;
    line-height: 25px;
    padding-right: 5px;
}
    .filterTitle > span {
        width: 30px !important;
        float: left;
        text-align: left;
    }

.btnFlat {
    text-decoration: none;
    cursor: pointer;
}
    .btnFlat > img {
        width: 18px;
        cursor: pointer;
    }

.btnIcon {
    background-color: #86BF40 !important;
    color: #fff !important;
    width: 70px;
    width: 80px !important;
    height: 18px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    padding: 1px;
    border-radius: 5px;
    line-height: 18px;
    vertical-align: middle;
}
    .btnIcon > img {
        float: left;
        width: 20px;
        max-height: 17px;
    }
    .btnIcon > span {
        /*float: left;*/
        float: left;
        width: 60px !important;
        text-align: center;
    }
    .btnIcon > input {
        color: #fff;
        float: left;
        cursor: pointer;
    }

.floatLeft {
    float: left;
}

.progress-bar {
    width: 70px;
    height: 16px;
    background-color: #ccc;
    text-align: center;
    margin: 0px 5px;
    border-radius: 5px;
}

    .progress-bar > input {
        color: #fff;
        float: left;
        cursor: pointer;
    }

    .progress-bar > span {
        float: left;
        width: 60px !important;
        text-align: center;
    }

.filter-bar {
    text-align: center;
    width: 120px;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    padding: 1px;
    border-radius: 5px;
    background-color: #86BF40 !important;
    color: #fff !important;
    border-radius: 5px;
}

    .filter-bar > input {
        color: #fff;
        float: left;
        cursor: pointer;
    }
    .filter-bar > span {
        float: left;
        width: 60px !important;
        text-align: center;
    }

.BlackTonerLeft {
    background-color: #000 !important;
    color: #fff !important;
    width: 0px;
    border-radius: 5px;
}

.CyanTonerLeft {
    background-color: #0093D3 !important;
    color: #000 !important;
    color: #fff !important;
    width: 0px;
    border-radius: 5px;
}

.MagentaTonerLeft {
    background-color: #CC006B !important;
    text-align: center;
    color: #000 !important;
    color: #fff !important;
    width: 0px;
    border-radius: 5px;
}

.YellowTonerLeft {
    background-color: #FFF10C !important;
    color: #000 !important;
    width: 0px;
    border-radius: 5px;
}

.downIcon {
    width: 10px;
    height: 12px;
    padding: 1px;
}

#ulTree {
    padding-left: 5px;
}
.ulNastedTree {
    padding-left: 20px;
}

.treeIcon {
    border-width: 0;
    width: 20px;
    height: 20px;
}

.treeParent {
    color: Black;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.ascHeaderSort, .descHeaderSort {
    padding-right: 10px;
}
    /*.headerSortDown:after, .headerSortUp:after {
            content: ' ';
            position: relative;
            left: 2px;
            border: 8px solid transparent;
        }*/

    /*.headerSortDown:after {
            top: 10px;
            border-top-color: #fff;
        }

        .headerSortUp:after {
            bottom: 15px;
            border-bottom-color: #fff;
        }*/
    .ascHeaderSort:before, .descHeaderSort:before {
        content: ' ';
        position: relative;
        left: 5px;
        margin-right: 5px;
        border: 5px solid transparent;
    }

    .ascHeaderSort:before {
        top: 11px;
        border-top-color: #fff;
    }

    .descHeaderSort:before {
        bottom: 11px;
        border-bottom-color: #fff;
    }

.alertBox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*top: 65px;
    bottom: 30px;*/
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2000;
}

    .alertBox > div.alertContent {
        width: 300px;
        height: 120px;
        top: 100px;
        left: calc(50% - 150px);
        background-color: #efefef;
        border-radius: 8px;
        position: relative;
        min-height: 150px;
        max-height: 250px;
        min-width: 220px;
        font-size: 0.8em;
        font-family: sans-serif;
        background-color: #ccc;
    }

        .alertBox > div.alertContent > div.alertTitle {
            background-color: #8BB92F;
            color: #FFFFFF;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 40px;
            line-height: 35px;
            font-size: 16px;
            overflow: hidden;
            border-radius: 8px 8px 0px 0px;
            border-bottom: 2px solid rgba(0, 0, 0, 0.2);
            padding: 0px 5px;
        }

        .alertBox > div.alertContent > div.alertMessage {
            position: absolute;
            top: 45px;
            left: 5px;
            right: 5px;
            bottom: 50px;
            min-height: 70px;
            font-size: 15px;
            overflow-y: scroll;
            overflow-x: hidden;
            word-wrap: break-word;
        }

        .alertBox > div.alertContent > div.alertControls {
            position: absolute;
            /*left: 5px;*/
            right: 5px;
            bottom: 5px;
            overflow: hidden;
        }

            .alertBox > div.alertContent > div.alertControls > button {
                width: 80px;
                height: 30px;
                line-height: 15px;
                margin: 5px;
            }


.popupBox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*top: 65px;
    bottom: 30px;*/
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2000;
}

    .popupBox > div.popupContent {
        width: 960px;
        height: 480px;
        top: 25px;
        left: calc(50% - 480px);
        background-color: #efefef;
        border-radius: 8px;
        position: relative;
        min-height: 150px;
        min-width: 220px;
        font-size: 0.8em;
        font-family: sans-serif;
        background-color: #ccc;
    }

        .popupBox > div.popupContent > div.popupTitle {
            background-color: #8BB92F;
            color: #FFFFFF;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 40px;
            line-height: 35px;
            font-size: 16px;
            overflow: hidden;
            border-radius: 8px 8px 0px 0px;
            border-bottom: 2px solid rgba(0, 0, 0, 0.2);
            padding: 0px 5px;
        }

        .popupBox > div.popupContent > div.popupMessage {
            position: absolute;
            top: 45px;
            left: 5px;
            right: 5px;
            bottom: 50px;
            overflow: hidden;
            min-height: 70px;
            font-size: 15px;
        }

        .popupBox > div.popupContent > div.popupControls {
            position: absolute;
            /*left: 5px;*/
            right: 5px;
            bottom: 5px;
            overflow: hidden;
        }

            .popupBox > div.popupContent > div.popupControls > button {
                width: 80px;
                height: 30px;
                line-height: 15px;
                margin: 5px;
            }









.beforeBorder {
    position: relative;
}

    .beforeBorder:before {
        transition: opacity 0.1s linear, transform 0.5s ease-in-out;
        position: absolute;
        border-bottom: 1px solid currentColor;
        content: '';
        width: 100%;
        left: 0;
        bottom: -1px;
    }

    .beforeBorder:not(:hover)::before {
        transform: scaleX(0);
        opacity: 0;
    }



    /*table foldable*/