﻿/*master*/
body {
    height: 100%;
    overflow: hidden;
    padding-top: 0/*;    50px*/
    /*padding-bottom: 20px;*/
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[type="image"],
[type="checkbox"],
[type="radio"],
summary {
    cursor: pointer;
}

.logodark {
    white-space: nowrap;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 320px;
    font-family: Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    background-image: url("/images/WidHart.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
}

.wid-image {
    white-space: nowrap;
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    background-image: url("/images/WidHart.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.tdl-bgcolor {
    background-color: black;
}

.li-img {
    padding-top: 10px;
}

.li-text {
    padding-top: 15px;
}

.navbar li {
    font-size: 1rem;
}

    .navbar li a.active {
        font-weight: bold !important;
    }

.fontClassSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}
/*master end*/
/*tabs niu*/
.tabStyle {
    background-color: lightgray;
}

.blackGlossBtn {
    /* General  */
    /* Size */
    /*            height: 40px;*/
    /*            width: 160px;*/
    /* Fill */
    background-color: transparent;
    background-origin: border-box;
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.000, hsla(0.0, 0.0%, 20.0%, 1.00)), color-stop(0.505, hsla(0.0, 0.0%, 10.0%, 1.00)), color-stop(0.507, hsla(0.0, 0.0%, 20.0%, 1.00)), color-stop(1.000, hsla(0.0, 0.0%, 30.0%, 1.00)) ); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* FF3.6 */
    /*background-image: -ms-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% );*/ /* IE10 */
    background-image: -o-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Opera 11.10+ */
    background-image: linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Standards Compliant */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF4C4C4C, EndColorStr=#FF4C4C4C); /* IE6 to IE9 */
    zoom: 1;
    /* Stroke  */
    border: 1px solid hsla(0.0, 0.0%, 0.0%, 1.00);
    -moz-border-radius: 5px; /* FF1-3.6 */
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /*  Label  */
    color: hsla(0.0, 0.0%, 100.0%, 1.00);
    font-family: "Helvetica","Verdana","Arial","sans-serif";
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px -1px 0px hsla(0.0, 0.0%, 0.0%, 1.00);
    /*  Shadow & Inner Shadow */
    box-shadow: 0px 1px 2px hsla(0.0, 0.0%, 0.0%, 0.50),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.15);
    /*  Opacity  */
    opacity: 1.000;
}

    .blackGlossBtn:Hover {
        /* General  */
        /* Fill */
        background-color: transparent;
        background-origin: border-box;
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.000, hsla(0.0, 0.0%, 25.0%, 1.00)), color-stop(0.505, hsla(0.0, 0.0%, 15.0%, 1.00)), color-stop(0.507, hsla(0.0, 0.0%, 25.0%, 1.00)), color-stop(1.000, hsla(0.0, 0.0%, 35.0%, 1.00)) ); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* FF3.6 */
        /*background-image: -ms-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% );*/ /* IE10 */
        background-image: -o-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Opera 11.10+ */
        background-image: linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Standards Compliant */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF595959, EndColorStr=#FF595959); /* IE6 to IE9 */
        zoom: 1;
        /* Stroke  */
        border: 1px solid hsla(0.0, 0.0%, 0.0%, 1.00);
        -moz-border-radius: 5px; /* FF1-3.6 */
        -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
        border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /*  Label  */
        color: hsla(0.0, 0.0%, 100.0%, 1.00);
        font-family: "Helvetica","Verdana","Arial","sans-serif";
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px -1px 0px hsla(0.0, 0.0%, 0.0%, 1.00);
        /*  Shadow & Inner Shadow */
        box-shadow: 0px 1px 2px hsla(0.0, 0.0%, 0.0%, 0.50),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.15);
        /*  Opacity  */
        opacity: 1.000;
    }

    .blackGlossBtn:Active {
        /* General  */
        /* Fill */
        background-color: transparent;
        background-origin: border-box;
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.000, hsla(0.0, 0.0%, 25.0%, 1.00)), color-stop(0.505, hsla(0.0, 0.0%, 15.0%, 1.00)), color-stop(0.507, hsla(0.0, 0.0%, 25.0%, 1.00)), color-stop(1.000, hsla(0.0, 0.0%, 35.0%, 1.00)) ); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* FF3.6 */
        /*background-image: -ms-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% );*/ /* IE10 */
        background-image: -o-linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Opera 11.10+ */
        background-image: linear-gradient(0deg, hsla(0.0, 0.0%, 25.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 15.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 25.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 35.0%, 1.00) 100.0% ); /* Standards Compliant */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF595959, EndColorStr=#FF595959); /* IE6 to IE9 */
        zoom: 1;
        /* Stroke  */
        border: 1px solid hsla(0.0, 0.0%, 15.0%, 1.00);
        -moz-border-radius: 5px; /* FF1-3.6 */
        -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
        border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /*  Label  */
        color: hsla(0.0, 0.0%, 100.0%, 1.00);
        font-family: "Helvetica","Verdana","Arial","sans-serif";
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px -1px 0px hsla(0.0, 0.0%, 0.0%, 1.00);
        /*  Shadow & Inner Shadow */
        box-shadow: 0px 1px 2px hsla(0.0, 0.0%, 0.0%, 0.25),inset 0px 0px 13px hsla(0.0, 0.0%, 0.0%, 0.75);
        /*  Opacity  */
        opacity: 1.000;
    }

    .blackGlossBtn[disabled] {
        /* General  */
        /* Fill */
        background-color: transparent;
        background-origin: border-box;
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.000, hsla(0.0, 0.0%, 20.0%, 1.00)), color-stop(0.505, hsla(0.0, 0.0%, 10.0%, 1.00)), color-stop(0.507, hsla(0.0, 0.0%, 20.0%, 1.00)), color-stop(1.000, hsla(0.0, 0.0%, 30.0%, 1.00)) ); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* FF3.6 */
        /*background-image: -ms-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% );*/ /* IE10 */
        background-image: -o-linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Opera 11.10+ */
        background-image: linear-gradient(0deg, hsla(0.0, 0.0%, 20.0%, 1.00) 0.0%, hsla(0.0, 0.0%, 10.0%, 1.00) 50.5%, hsla(0.0, 0.0%, 20.0%, 1.00) 50.7%, hsla(0.0, 0.0%, 30.0%, 1.00) 100.0% ); /* Standards Compliant */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF4C4C4C, EndColorStr=#FF4C4C4C); /* IE6 to IE9 */
        zoom: 1;
        /* Stroke  */
        border: 1px solid hsla(0.0, 0.0%, 0.0%, 1.00);
        -moz-border-radius: 5px; /* FF1-3.6 */
        -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
        border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
        /*  Label  */
        color: hsla(0.0, 0.0%, 100.0%, 0.50);
        font-family: "Helvetica","Verdana","Arial","sans-serif";
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px -1px 0px hsla(0.0, 0.0%, 0.0%, 1.00);
        /*  Shadow & Inner Shadow */
        box-shadow: 0px 1px 2px hsla(0.0, 0.0%, 0.0%, 0.50),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.15);
        /*  Opacity  */
        opacity: 1.000;
    }

.inputBtnGl {
    height: 40px;
}

textarea {
    height: 100px;
/*    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: block;
    width: 100%;
    border-radius: 0.375rem;*/
}

/*form controls*/
/* default is 1rem or 16px */
.form-horizontal {
    font-size: 12px;
    line-height: 1;
}

.form-control-sm {
    font-size: 0.75rem !important;
    height: 28px !important;
}

.col-form-label {
    font-size: 0.75rem !important;
}

.form-group {
    font-size: 0.75rem;
}

    .form-group input {
        /*width: 50px;*/
        height: 25px;
        padding-left: 4px;
    }
/*select2*/
.select2-container {
    font-size: 0.75rem;
}

.select2-dropdown {
    font-size: 0.75rem;
}
    .select2-dropdown.modalS2Css {
        z-index: 999999;
    }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 400px;
    min-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
    width: 50% !important;
}

    .select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
        width: 50% !important;
    }

.no-search-box .select2-container .select2-container--default .select2-container--open .select2-dropdown .select2-dropdown--below .select2-search .select2-search--dropdown .select2-search__field {
    display: none !important;
}
/*end select2*/
/*removes padding from select*/
.selector {
    padding: 0 !important;
}

.calenderIcon {
    height: 28px;
}

.appendIcon {
    height: 28px;
    /*width: 28px;*/
}

/* solution 1:*/
.datepicker {
    font-size: 0.875em;
}
    /* solution 2: the original datepicker use 20px so replace with the following:*/
    .datepicker td, .datepicker th {
        width: 2em;
        height: 1.5em;
    }
/*end form controls*/

/*tabulator*/
.toggleChevron {
    color: black;
    font-weight: bold;
    font-size: 0.875rem;
}

.toggleChevronEmpty {
    color: orange;
    font-weight: bold;
    font-size: 0.875rem;
}

.tab_bold {
    font-weight: bold;
}
/*table*/
/*Theme the Tabulator element*/
.tableHeight {
    height: calc(100vh - 110px);
}
.tdlTbl {
    background-color: #ccc;
    border: 1px solid #333;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;/*    0.6875em*/
}  

    /*Theme the header*/
    .tdlTbl .tabulator-header {
        background-color: #333;
        color: black;
    }
        /*Allow column header names to wrap lines*/
        .tdlTbl .tabulator-header .tabulator-col,
        .tdlTbl .tabulator-header .tabulator-col-row-handle {
            white-space: normal;
        }

    /*Color the table rows*/
    .tdlTbl .tabulator-tableHolder .tabulator-table .tabulator-row {
        color: #fff;
        background-color: #666;
    }
        /*Color even rows*/
        .tdlTbl .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
            background-color: #444;
        }

    .tdlTbl .tabulator-edit-select-list {
        background-color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.6875em;
    }

        .tdlTbl .tabulator-edit-select-list .tabulator-edit-select-list-item:hover,
        .tdlTbl .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
            color: #ffffff;
        }

    .tdlTbl .tabulator-row {
        min-height: 21px;
    }

    .tdlTbl .tabulator-cell {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    /*    change*/
    .tdlTbl .tabulator .tabulator-header .tabulator-col {
        text-align: center;
    }

    .tdlTbl .tabulator .tabulator-header .tabulator-col-group > .tabulator-col-content {
        text-align: center;
    }

    .tdlTbl .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 3px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #bbb;
    }

    .tdlTbl .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
        white-space: normal;
        padding-right: 0.94rem;
    }

    .tdlTbl .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        padding-right: 12px !important;
    }

    .tdlTbl .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        padding: 0.5em !important;
    }

input[type=search] {
    border-color: lightgray;
    border-style: solid;
    height:25px;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    font-size: 1em;
}
/*group*/
.tabulator-row.tabulator-group .tabulator-arrow {
    border-left-color: darkgrey;
}

/*.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    border-left-color: forestgreen;
}*/

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid darkgrey;
    border-bottom: 0;
}
/*end group*/
/*responsive*/
.tdlTbl .tabulator-cell .tabulator-responsive-collapse-toggle {
    background-color: lightgray;
}

.tdlTbl .tabulator-row .tabulator-responsive-collapse table {
    font-size: 0.75em !important;
}

.tdlTbl .tabulator-cell .tabulator-responsive-collapse-toggle-open {
    background-color: lightgray;
}

.tdlTbl .tabulator-cell .tabulator-responsive-collapse-toggle-close {
    background-color: lightgray;
}
/*end responsive*/
/*subTable*/
.holderEl {
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid lightgray;
    background: black;
    display: none;
}

.tableEl {
    border: 1px solid lightgray;
}
/*Tree*/
.treeHeight {
    height: calc(100vh - 212px);
    overflow: auto;
}
.treeHeightFull {
    height: calc(100vh - 140px);
    overflow: auto;
}

.treeSearchIcon {
    font-size: 1rem;
}

/*modal*/
.searchBox {
    width: 400px;
}

.modal-header, h4, .close {
    background-color: darkgrey;
    color: white !important;
    text-align: center;
    font-size: 1.25em;
}

.modal-footer {
    background-color: darkgrey;
}

.card-header {
    background-color: darkgrey;
    padding-left: 10px;
}

.card-link {
    font-size: 1.25em;
    font-weight: bold;
    color: white !important;
}

.modSaveBtn {
    color: lightgrey;
    background-color: black;
    /*btn btn-sm text-white-50 bg-dark*/
}

.modCloseBtn {
    color: lightgrey;
    background-color: whitesmoke;
}
/*modal end*/
/*popover*/
.popover-body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px !important;
    width: auto !important;
}

.popover-header {
    background-color: black !important;
    font-size: 0.75rem !important;
}

.popover-footer {
    background-color: lightgray;
}
/*end popover*/

/*Quill*/
.ql-container.ql-snow {
    height: auto;
}

.ql-editor {
    height: 400px;
    overflow-y: scroll;
}

/*Custom checkbox bs4*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: green;
}

/*.custom-control-input:checked ~ .custom-control-label::before {
            color: green;
            background-color: green;
        }*/
/*end Custom checkbox bs4*/

.hideSection {
    display: none;
}

.required::after {
    content: '*'; /* '<span>*</span>'class="red"*/
    color: red;
}

/*validation*/
.red {
    color: red;
}

.error {
    color: red;
}
