h6 {
    color: inherit;
}

/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
/* Jakop css*/
.pop-container {
    position: relative;
}

.popconfirm {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: lightblue;
    width: 250px;
    position: absolute;
    top: -50px;
    padding: 10px;
    border-radius: 8px;
}

.elementLeft {
    padding: 10px;
    margin: 1px;
    border-bottom: 1px rgb(146,192,255) solid;
    border-radius: 5px;
    background-color: rgb(118,140,252);
    cursor: move;
}

div.elementLeft:hover {
    /*  background-color: rgb(156,172,255);*/
    background-color: rgb(149 200 234);
    color: rgb(72,85,154);
    border: 1px solid rgb(189,200,255);
    border-radius: 5px;
}

.headerTitle {
    padding: 10px;
    background-color: #496f92;
    border: solid 1px rgb(203,219,240);
    border-radius: 5px;
    color: white;
}

.elementLeft {
    padding: 10px;
    margin: 1px;
    border: 1px rgb(146,192,255) solid;
    border-radius: 5px;
    /* background-color: rgb(118,140,252);*/
    background-color: rgb(184 218 241);
    cursor: move;
    color: #4c659c;
}

.iconElement {
    padding: 5px;
    color: rgb(91,98,164);
    background-color: rgb(249,249,249);
    border: solid 1px red;
}

.DesignerDivSubP {
    /*background-color: rgb(123,138,215);*/
    background-color: #7da1c1;
    color: white;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 1px rgb(251,251,251) solid;
}

.divDesignerP {
    max-width: 25rem !important;
    width: 258px;
    min-height: 100vh;
    color: #48559a;
    background-color: #d4daff;
    position: absolute;
    top: 139px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 .15rem 1.75rem 0 rgba(64,66,90,0.35) !important;
}

.form-control-sm {
    border: solid 1px rgb(169,169,222);
}


.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.lnkMenuTop {
    color: rgb(38,49,104);
}

    .lnkMenuTop:hover {
        /*background-color: rgba(244,246,255,0.23);*/
        background-color: rgb(196 225 245);
        color: rgb(53,63,121);
        cursor: pointer;
    }

.lnkMenuTopActive {
    /* background-color: rgba(186,203,255,0.55);
    color: white !important;*/
    background-color: rgb(162 203 230);
    color: #48559a !important;
    cursor: pointer;
}

    .lnkMenuTopActive:hover {
        /*background-color: rgba(244,246,255,0.23);*/
        background-color: rgb(196 225 245);
        color: rgb(53,63,121);
        cursor: pointer;
    }

.sidebar .nav-item {
    background-color: rgb(230,240,255);
    border-bottom: 0.5px solid rgb(97 94 94 / 18%) !important;
    opacity: 1;
    border-right: 0.5px solid rgb(97 94 94 / 18%) !important;
}

.sidebar > .nav-item > .nav-link:hover {
    background-color: #abbdfe33;
    color: #4c7bd8 !important;
}

.nav-item > .nav-link:hover {
    background-color: #ffffffd9;
    color: #4c7bd8 !important;
}



.sidebar {
    box-shadow: 0.45rem 0 0.45rem -0.45rem rgba(64,66,90,0.35) !important;
}

#left-side .badge-danger {
    background-color: #ff3434;
}


.topbar .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    padding-top: 15px;
    color: white !important;
    height: 3.5rem;
}

    .topbar .nav-item .nav-link:hover {
        background-color: rgba(230,240,255,0.45);
        color: #396b98 !important;
    }
/* search*/
.inputWithIcon input[type="text"] {
    padding-left: 35px;
}

.inputWithIcon {
    position: relative;
}

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 0px 8px;
        color: #aaa;
        transition: 0.3s;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: dodgerBlue;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

    .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        color: #fff;
        background-color: dodgerBlue;
    }

/* end search*/

/* confirm */
.modal-confirm-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: #a71616;
}

.modal-confirm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    /*  background-color: #ffc1c1;*/
}

.modal-confirm-content {
    border: 1px solid rgb(255 150 150 / 63%);
    background-color: #ffe5e5;
    border-radius: 10px;
}

.modal-confirm-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #ca2313;
}

.modal-confirm-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #ffffff;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

/* alert confirm */
.modal-confirm-alert-content {
    border: 1px solid rgb(209 194 10 / 63%);
    background-color: #fffadf;
    border-radius: 10px;
}

.modal-confirm-alert-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: #8d4700;
}

.modal-confirm-alert-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #8d4700;
}



.modal-confirm-alert-content {
    border: 1px solid rgb(194 201 50 / 63%);
    background-color: #fffbe5;
    border-radius: 10px;
}
/* end confirm */


/*modal pin*/
.modal-pin-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #606472;
}
/*.modal-pin-content {
    border: 1px solid #d5d9dd;
    background-color: #f5ffff;
  
}*/
.modal-pin-popup {
    border: 1px solid #d5d9dd;
    /*border: 1px solid #D92D20;*/
    /*background-color: #f5ffff;*/
    background-color: #FFF;
    padding: 5px;
    /*border-radius: 5px;*/
    border-radius: 16px;
    /*width: 450px;*/
    width: 550px;
}

.modal-pin-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    color: #707070;
}

.modal-pin-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #c3e7ff;
}

/*end modal pin*/
/* sign-pad */
.btn-light-border {
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color: #f1f1f1;
}

    .btn-light-border:hover {
        background-color: #ececed;
    }

.imgPadBtn {
    padding: 3px;
    width: 30px;
    height: 30px;
    background-color: #dae7ff !important;
    font-size: 1rem;
    color: #545674 !important;
    border-radius: 50%;
    border: 1px solid #bebdff;
}

    .imgPadBtn:hover {
        background-color: #cbddff !important;
        border: 1px solid #afaef6;
        cursor: pointer;
    }

.signature-pad {
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 8%) inset !important;
}

.card-signed-header {
    background-color: white;
}

.card-primary.card-signed-outline {
    border-top: 3px solid #78ade7;
}

.card.card-signed-outline-tabs {
    border-top: 0;
}

.card-primary.card-signed-outline-tabs > .card-signed-header a.active {
    border-top: 3px solid #85bce9;
}

.card-signed-body {
    background-color: #ecf4ff;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
}

.nav-tabs-blue {
    border-bottom: 1px solid #8dd2e9;
}

.hide {
    display: none;
}

.SignedDIV:hover + .hide {
    display: block;
    color: red;
}

.btnBottomRight {
    float: right;
    bottom: 0;
}
/* end sign-pad */
/*  animate-card*/
.card-headerBox {
    background-color: orange;
}

#download-icon {
    font-size: 30px;
    color: black;
    opacity: 0.4;
}

#heading-card {
    margin-top: 40px;
    /*font-size: 45px;*/
}



.card-text.sub-text-color {
    color: #8c8c8c;
}

#cardheader-subtext {
    font-size: 20px;
}

.card.cards-shadown {
    box-shadow: 2px 2px 30px #aaaaaa;
}

.row.space-rows {
    margin: 40px;
}

/*.col {
    padding: 20px 7px 0px 7px;
}*/

.card.cards-shadown.cards-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
}

.card-headerPurple {
    background-color: #bec9ff;
    color: #5f6066;
    padding: 0.5rem;
}

.card-headerLightBlue {
    background-color: #b0e0fc;
    color: #5f6066;
    padding: 0.5rem;
}



/* end  animate-card */

/* Infobox ===================================== */

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 60px;
    display: flex;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /*width:170px;*/
    /*  margin-bottom: 30px;*/
}

.info-boxInner {
    /*height: 30px !important;*/
    height: 35px !important;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 50px;
}

.info-boxInner .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 30px !important;
}



.info-box .icon i {
    color: #fff;
    /*font-size: 18px;*/
    line-height: 2.5;
}

.info-box .content .number {
    font-size: 18px;
    font-weight: normal;
    margin-top: -4px;
    color: #555;
}

@media (min-width: 768px) {
    .info-box {
        height: 80px;
    }

        .info-box .icon i {
            font-size: 50px;
            line-height: 80px;
        }

        .info-box .content .number {
            font-size: 26px;
        }

        .info-box .icon {
            width: 80px;
        }
}


@media (max-width: 1042px) {
    .label-date, .input-date {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.info-boxInner .icon i {
    color: #fff;
    font-size: 20px !important;
    line-height: 20px !important;
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px;
}

    .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important;
    }

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px;
}

    .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important;
    }

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px;
}

    .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important;
    }

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
    /*width:200px;*/
    white-space: nowrap;
}

    .info-box .content .text {
        /*font-size: 13px;*/
        margin-top: 5px;
        color: #555;
    }


.info-box.hover-zoom-effect .icon {
    overflow: hidden;
}

    .info-box.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-boxInner.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 30px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box-2 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /*  margin-bottom: 30px;*/
}

    .info-box-2 .icon {
        display: inline-block;
        text-align: center;
        width: 80px;
    }

        .info-box-2 .icon i {
            color: #fff;
            font-size: 50px;
            line-height: 80px;
        }

    .info-box-2 .chart.chart-bar {
        height: 100%;
        line-height: 105px;
    }

        .info-box-2 .chart.chart-bar canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-pie {
        height: 100%;
        line-height: 123px;
    }

        .info-box-2 .chart.chart-pie canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .chart.chart-line {
        height: 100%;
        line-height: 115px;
    }

        .info-box-2 .chart.chart-line canvas {
            vertical-align: baseline !important;
        }

    .info-box-2 .content {
        display: inline-block;
        padding: 7px 10px;
    }

        .info-box-2 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-2 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-2.hover-zoom-effect .icon {
        overflow: hidden;
    }

        .info-box-2.hover-zoom-effect .icon i {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .info-box-2.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-2.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-2.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-3 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /*  margin-bottom: 30px;*/
}

    .info-box-3 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-3 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-3 .chart {
        margin-right: 5px;
    }

        .info-box-3 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-3 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-3 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-3 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-3 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-3 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-3 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-3 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-3.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-3.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-3.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-3.hover-expand-effect:hover:after {
        width: 100%;
    }

.info-box-4 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /*  margin-bottom: 30px;*/
}

    .info-box-4 .icon {
        position: absolute;
        right: 10px;
        bottom: 2px;
        text-align: center;
    }

        .info-box-4 .icon i {
            color: rgba(0, 0, 0, 0.15);
            font-size: 60px;
        }

    .info-box-4 .chart {
        margin-right: 5px;
    }

        .info-box-4 .chart.chart-bar {
            height: 100%;
            line-height: 50px;
        }

            .info-box-4 .chart.chart-bar canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-pie {
            height: 100%;
            line-height: 34px;
        }

            .info-box-4 .chart.chart-pie canvas {
                vertical-align: baseline !important;
            }

        .info-box-4 .chart.chart-line {
            height: 100%;
            line-height: 40px;
        }

            .info-box-4 .chart.chart-line canvas {
                vertical-align: baseline !important;
            }

    .info-box-4 .content {
        display: inline-block;
        padding: 7px 16px;
    }

        .info-box-4 .content .text {
            font-size: 13px;
            margin-top: 11px;
            color: #555;
        }

        .info-box-4 .content .number {
            font-weight: normal;
            font-size: 26px;
            margin-top: -4px;
            color: #555;
        }

    .info-box-4.hover-zoom-effect .icon i {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .info-box-4.hover-zoom-effect:hover .icon i {
        opacity: 0.4;
        -moz-transform: rotate(-32deg) scale(1.4);
        -ms-transform: rotate(-32deg) scale(1.4);
        -o-transform: rotate(-32deg) scale(1.4);
        -webkit-transform: rotate(-32deg) scale(1.4);
        transform: rotate(-32deg) scale(1.4);
    }

    .info-box-4.hover-expand-effect:after {
        background-color: rgba(0, 0, 0, 0.05);
        content: ".";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        color: transparent;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        -webkit-transition: all 0.95s;
        transition: all 0.95s;
    }

    .info-box-4.hover-expand-effect:hover:after {
        width: 100%;
    }

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

    .bg-cyan .content .text, .bg-cyan .content .number {
        color: #fff !important;
    }

.bg-blueBox {
    background-color: #4ebde7 !important;
    color: #fff;
}

    .bg-blueBox .content .text, .bg-blueBox .content .number {
        color: #fff !important;
    }

.bg-greenBox {
    background-color: #5dce90 !important;
    color: #fff;
}

    .bg-greenBox .content .text, .bg-greenBox .content .number {
        color: #fff !important;
    }

.bg-brownBox {
    /*  background-color: #c6ae39 !important;*/
    background-color: #c19546 !important;
    color: #fff;
}

    .bg-brownBox .content .text, .bg-brownBox .content .number {
        color: #fff !important;
    }

.bg-orangeBox {
    /*  background-color: #c6ae39 !important;*/
    background-color: #f39e47 !important;
    color: #fff;
}

    .bg-orangeBox .content .text, .bg-orangeBox .content .number {
        color: #fff !important;
    }

.bg-PurpleBox {
    background-color: #6a83ff !important;
    color: #fff;
}

    .bg-PurpleBox .content .text, .bg-PurpleBox .content .number {
        color: #fff !important;
    }

.bg-PurpleLightBox {
    background-color: #a88cff !important;
    color: #fff;
}

    .bg-PurpleLightBox .content .text, .bg-PurpleLightBox .content .number {
        color: #fff !important;
    }


.bg-pinkBox {
    background-color: #f36868 !important;
    color: #fff;
}

    .bg-pinkBox .content .text, .bg-pinkBox .content .number {
        color: #fff !important;
    }

.bg-yellowBox {
    background-color: #ebac3e !important;
    color: #fff;
}

    .bg-yellowBox .content .text, .bg-yellowBox .content .number {
        color: #fff !important;
    }

.text-small {
    font-size: 0.8rem;
}
/*end info-box*/

.badge-icon {
    position: relative;
    font-size: 7px;
    right: 0.4rem !important;
}

.text-success-icon {
    color: #36b65d !important;
}

.text-badge {
    font-size: 0.75rem;
}

.btn-light-blue {
    border-radius: 10px;
    color: #fff;
    background-color: #71a5d5;
    border-color: #99aec0;
}

    .btn-light-blue:hover {
        background-color: #6b94ba;
        color: #fff;
    }

.card-headerLightBlue {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f2faff !important;
    border-bottom: 1px solid #e3e6f0;
    border-top: 1px solid #e3e6f0 !important;
}

.card-bodyInn .table-div .row:hover {
    background-color: transparent !important;
    color: darkgrey !important;
}

.cardNoBorderTop {
    border-top: none !important;
}

.cardHeaderBorderTop {
    border-top: 1px solid #e3e6f0 !important;
}

.txtTitleBlue {
    color: #4981b3;
}

.txtTitleGray {
    color: #858797;
}

.txtTitleDarkBlue {
    color: #0d31df;
    font-weight: bold;
}

.txtTitleDarkPurple {
    color: #3700bb;
    font-weight: bold;
}

.txtTitleGreen {
    color: #167610;
    font-weight: bold;
}

.txtTitlePink {
    color: #ef49cb;
    font-weight: bold;
}

.txtTitleOrange {
    color: #ff6a00;
    font-weight: bold;
}

.txtDetailPath {
    /*color: #2ea3e7;*/
    color: #201d1d;
}
/* toggle*/

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #adcbf3;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: solid 1px #8fabc3;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #487094;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(24px);
}

/*------ ADDED CSS ---------*/
.slider:after {
    content: 'EN';
    font-weight: bold;
    color: #325c82;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 70%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider:after {
    content: 'TH';
    top: 50%;
    left: 35%;
    color: white;
}

/*--------- END --------*/

/*end toggle*/
.blue-iconNobck {
    color: rgb(57,107,152);
}

.blue-icon {
    color: rgb(57,107,152);
    background-color: #b9e2ff;
    border-radius: 20% !important;
    padding: 4px;
    border: 1px solid #91afff;
}

.ml-inner-list {
    /*margin-left: 0.1rem;*/
}

.ml-first-list {
    margin-left: 0.1rem;
}

.ul-list ul, .ul-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



#fontSizeWrapper {
    font-size: 16px;
}

#fontSize {
    width: 100px;
    font-size: 1em;
}

/* ���������������������
  Tree core styles */

.tree {
    margin: 1em;
}

    .tree input {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

        .tree input ~ ul {
            display: none;
        }

        .tree input:checked ~ ul {
            display: block;
        }

    /* ���������������������
  Tree rows */

    .tree li {
        line-height: 1.2;
        position: relative;
        padding: 0 0 1em 1em;
    }

    .tree ul li {
        padding: 1em 0 0 1em;
    }

    .tree > li:last-child {
        padding-bottom: 0;
    }

/* ���������������������
  Tree labels */

.tree_label {
    position: relative;
    display: inline-block;
    background: #fff;
    margin-bottom: 0rem;
}

label.tree_label {
    cursor: pointer;
}

    label.tree_label:hover {
        color: #666;
    }

    /* ���������������������
  Tree expanded icon */

    label.tree_label:before {
        background: #3c6890;
        color: #fff;
        position: relative;
        z-index: 1;
        float: left;
        margin: 0 1em 0 -2em;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        content: '+';
        text-align: center;
        line-height: .9em;
    }

:checked ~ label.tree_label:before {
    content: '-';
}

/* ���������������������
  Tree branches */

.tree li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.5em;
    display: block;
    width: 0;
    border-left: 1px dashed #73ade2;
    content: "";
}

.tree_label:after {
    position: absolute;
    top: 0;
    left: -1.5em;
    display: block;
    height: 0.5em;
    width: 1em;
    border-bottom: 1px dashed #73ade2;
    border-left: 1px dashed #73ade2;
    border-radius: 0 0 0 .3em;
    content: '';
}

label.tree_label:after {
    border-bottom: 0;
}

:checked ~ label.tree_label:after {
    border-radius: 0 .3em 0 0;
    border-top: 1px dashed #73ade2;
    border-right: 1px dashed #73ade2;
    border-bottom: 0;
    border-left: 0;
    bottom: 0;
    top: 0.5em;
    height: auto;
}

.tree li:last-child:before {
    height: 1em;
    bottom: auto;
}

.tree > li:last-child:before {
    display: none;
}

.tree_custom {
    display: block;
    background: #dfefff;
    padding: 1em;
    border-radius: 0.3em;
    border: 1px solid #9db8de;
}

    .tree_custom:hover {
        background-color: #bbdcff;
        color: black !important;
    }

.txtBold {
    font-weight: bold;
}

div.dropdownScroll {
    overflow: auto;
    max-height: 350px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px #c4cad8;
    border-radius: 15px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #fdfdfd;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px #959ba5;
}

    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover {
        background: #fdfdfd;
    }


.table-div-bck .row {
    width: 100%;
    border-color: #f7f8fb;
    border-bottom: 1px solid #e2e5ed;
    padding: 0.3rem 0 0.3rem 0;
    font-size: 0.9rem;
    margin-left: 5px;
    margin-right: 5px;
}

.table-div-bck {
    width: 100%;
}

.tag-infoBlue {
    color: #4788e4;
    background-color: #e3ecf9;
    border: solid 1px #b8d3f9;
    padding-left: 4px;
    font-size: 0.75rem;
    margin-right: .35rem;
    border-radius: 5px;
}

    .tag-infoBlue:hover {
        cursor: pointer;
        color: #549bff;
        background-color: #ecf2fb;
    }

.tag-input {
    border: 1px solid #d1d3e2;
    border-radius: 5px;
    font-size: 0.85rem;
}

.tag-Add {
    color: #1f2021;
    border: solid 1px #b7b7b7;
    background-color: #e8e8e8;
    border-radius: 5px;
    padding: 2px;
    padding-left: 4px;
    font-size: 0.75rem;
}

    .tag-Add:hover {
        color: #494b4c;
        cursor: pointer;
        background-color: #f3f3fd;
        border: solid 1px #d4d4d4;
    }

.txtSmaller {
    font-size: 0.85rem;
}

.txtEdit {
    font-size: 0.9rem;
}

.attatchIcon {
    color: #13a7fe;
}

.secretIcon {
    color: #4351fa;
}

.btnDocDetail {
    background-color: #d0f6ff;
    border: solid 1px #a4d4f6;
    border-radius: 5px;
    margin: 1px;
}

    .btnDocDetail:hover {
        background-color: #bbf2ff;
        border: solid 1px #87cbfc;
        border-radius: 5px;
    }
/* end of jakop css*/
html, body {
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    background-color: #f8f9fc;
}

body {
    /* font-family: PSU Stidti Regular,Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;*/
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.inputArea {
    margin-bottom: 10px;
}

.dropArea {
    /* border: 2px dashed steelblue;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightblue;
    font-size: 1.5rem;
    position: relative;
    min-height: 200px;
    cursor: pointer;*/
    border: 1px dashed #7fa8cd;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8f9;
    font-size: 0.85rem;
    position: relative;
    padding: 20px;
    cursor: pointer;
}

    .dropArea:hover {
        /* background-color: lightskyblue;
        color: #333;*/
        color: #524f4f;
        border-color: #e4a057;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug {
    background-color: #ddeaf7;
}









@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.jobs-container {
    display: flex;
    justify-content: space-around;
}

.job-status {
    display: flex;
    flex-direction: column;
    width: 312px;
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.last-updated {
    margin-bottom: 0;
    font-size: 11px;
    color: #e1e5ea;
    font-weight: bold;
}

    .last-updated small {
        text-transform: uppercase;
        color: #c4cbd4;
        font-size: 11px;
    }







.drag-drop-zone {
    border: 3px dashed #e68710;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #aeaeae;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

    .drag-drop-zone:hover {
        background-color: #f5f5f5;
    }

    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

/* Collapse*/
.collapse {
    visibility: hidden;
}

    .collapse.show {
        visibility: visible;
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .collapsing.width {
        -webkit-transition-property: width, visibility;
        transition-property: width, visibility;
        width: 0;
        height: auto;
    }

#doc-detail {
    /* max-width: 40rem !important;
    width: 100%;*/
    width: 30%;
    min-height: 100vh;
    background-color: #fff;
    color: #3B71B8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

#doc-file-viewer {
    /*    max-width: 60rem !important;
    width: 100%;*/
    width: 70%;
    min-height: 100vh;
    background-color: #fff;
    color: #3B71B8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

/* Blazored modal*/
.blazored-modal-container {
    z-index: 2000;
}

.dropdown-menu {
    z-index: 1500;
}

/* Spinner*/
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*Faso.Blazor.SpinKit/SpinKitWave*/
.sk-wave {
    margin: 8px 0 0 5px !important;
    width: 50px;
    height: 17px !important;
    text-align: center;
    font-size: 10px;
}

.dropdown-item {
    white-space: normal;
}

/*Mat Blazor*/
.mdc-text-field--filled {
    height: 32px !important;
}

.mdc-text-field {
    font-size: 0.85rem;
}

form {
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #799cbb;
}

    .dropdown-item.active p, .dropdown-item:active p {
        color: #fff !important;
    }

/* bootstrap studio */
.dropdown-menu {
    width: 250px !important;
}

h6 {
}

.topbar {
    height: 3.2rem;
}

.logo-txt {
    font-weight: bold;
    font-family: 'PSU Stidti Regular';
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
    opacity: 1;
    /*background-color: rgba(19,74,123,0.36);*/
    background-color: rgb(231,233,235);
}

.sidebar .dropdown-item:hover, .sidebar .dropdown-item:active, .dropdown-item:focus {
    background-color: rgba(19,74,123,0.36);
}

.sidebar .dropdown-item {
    padding: 0.8rem 0 0.3rem 0rem;
    margin: 0;
    color: #fff;
    font-size: .6rem;
    line-height: 2.5;
    border-bottom: 0.5px solid rgba(247,244,244,0.18);
}

.sidebar .dropdown-item-toggle {
    padding: 0.8rem 0 0.3rem 0rem !important;
    font-size: .6rem !important;
}

@media (min-width: 768px) {
    .sidebar .dropdown-item {
        padding: 0.5rem 0 0.3rem 1.5rem;
        font-size: .8rem;
    }
}

.sidebar .dropdown-menu {
    border: 0;
    position: relative !important;
    padding: 0;
    margin: 0;
    width: 6.5rem;
    overflow: hidden;
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    min-width: unset !important;
    background-color: #080c0b;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .sidebar .dropdown-menu {
        width: 100%;
    }
}

.sidebar .nav-item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .sidebar .nav-item:last-child {
        margin-bottom: 0;
    }
}

.breadcrumb {
    background: #fff;
    font-size: .8rem;
}

    .breadcrumb a {
        color: rgba(0, 0, 0, .55);
    }

        .breadcrumb a:hover {
            text-decoration: none;
            background-color: rgb(228,232,241);
        }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #dd4b39 !important;
}

.sidebar .nav-item {
    /*border-bottom: 0.5px solid rgba(247,244,244,0.18);*/
    border-bottom: 0.5px solid rgb(146 132 132 / 18%);
    opacity: 1;
}

.badge-pull-right {
    float: right !important;
    margin-top: 3px;
}

.badge-pull-right-fixed {
    position: absolute;
    top: 16px;
    right: 2px;
}

.badge-pull-right-toggle {
    position: absolute;
    top: 10px;
    right: 27px;
}

.badge {
    padding: .4em 0.6em;
    font-size: 85%;
}

@media (max-width: 767px) {
    .badge-pull-right {
        position: absolute;
        top: 10px;
        right: 27px;
    }
}

.sidebar .nav-item .nav-link .dropdown-menu .dropdown-item span {
    display: block;
}

@media (min-width:768px) {
    .sidebar .nav-item .nav-link .dropdown-menu .dropdown-item span {
        display: inline;
    }
}

.sidebar .nav-item.dropdown .dropdown-toggle:after, .topbar .nav-item.dropdown .dropdown-toggle:after {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
}

#wrapper #content-wrapper {
    background-color: #fff;
}

.separator {
    flex: 0 1 auto;
    align-self: center;
    width: 1px;
    min-width: 1px;
    height: 24px;
    background-color: rgba(200,200,200,1);
    background-color: rgba(var(--palette-neutral-20,200, 200, 200),1);
    margin: 0 8px 0 8px;
}

.btn-tool {
    padding: 2px 6px;
    font-size: 0.8rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

    .btn-tool a {
        text-decoration: none;
        color: #505367;
    }

    .btn-tool:hover {
        background-color: rgb(228,232,241);
    }

label {
    margin-bottom: 0;
    font-size: 0.95rem;
    display: inline;
}

.bg-blue {
    /*background-color: #8599aa;*/
    background-size: cover;
}

.sidebar-dark .nav-item .nav-link i {
    /*color: #fff;*/
    color: rgb(57,107,152);
}

.fas.fa-bars.hamberger-icon {
    color: #0F4372;
}

#accordionSidebar {
    /* background: transparent url('../img/bg_sidebar.png') 0% 0% no-repeat padding-box;*/
    /*mix-blend-mode: screen;*/
    opacity: 1;
}


#left-side .badge-danger {
    background-color: red;
}

.filter-text-input {
    padding: 1px 10px;
    border: 0;
    color: #5a5c69;
}

.icon-primary {
    color: #0F4372;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0F4372;
    border-color: #558dbf;
}

.btn-primary {
    color: #fff;
    background-color: #396b98;
    border-color: #558dbf;
}

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #0F4372;
        border-color: #558dbf;
    }

.checkbox-all {
    padding-left: 0.75rem;
}

.btn-tool .btn-primary {
    color: #fff;
}

.row-topic {
    border-bottom: 1px solid #dadde4;
}

    .row-topic h6 {
        margin-bottom: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }

input:focus, textarea:focus, select option:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 3px #719ECE;
}

@media (min-width:576px) {
    #wb-dropdown-menu {
        width: 300px;
        right: 0;
    }
}

.wb-meta {
    font-size: 0.8rem;
}

.under-line {
    text-decoration: underline;
}

.wb-item-alt {
    background-color: #cddfef1f;
    padding: 10px;
    border-radius: 5px;
}

.wb-item {
    padding: 10px;
}

.topic-primary {
    background-color: rgb(89, 144, 195);
    color: white;
}

    .topic-primary h5 {
        font-size: 0.95rem;
    }

#content-containner.container-fluid {
    /* font-size: 0.95rem;*/
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.lnk-new-doc:hover {
    background-color: rgba(240,241,244,0.86);
    text-decoration: none;
}

.lnk-new-doc {
}

@media (min-width: 768px) {
    .input-width-md {
        width: 66%;
        max-width: 25rem;
    }
}

a:hover {
    color: #224abe;
    text-decoration: none;
}

.form-tools {
    width: 10rem;
    min-height: 60vh;
}

    .form-tools .list-group .list-group-item {
        padding: .25rem !important;
    }

        .form-tools .list-group .list-group-item span {
            font-size: 0.85rem;
        }

.field-tools:hover {
    box-shadow: 0 0 1rem 0 rgba(58,59,69,.2) !important;
    border: 1px;
}

.row-tool-lnk {
    border-radius: 1.5rem !important;
    padding: 0.5rem;
}

    .row-tool-lnk:hover {
        background-color: rgb(240,243,245);
    }

.row-tool-lnk-icon {
    font-size: 1.25rem;
    margin-left: .25rem;
    margin-right: .25rem;
}

.field-tool-lnk-icon {
    font-size: 1.25rem;
    color: rgb(255,255,255);
    margin-left: .25rem;
    margin-right: .25rem;
}

.div-row-dragable {
    margin: 0;
    padding: 0;
    cursor: move;
}

.lnk-field-picker {
    padding: 1.25rem;
    margin-bottom: 3px;
    color: rgb(154,154,157);
    min-height: 25px;
    border: 1px dashed rgb(215 217 224);
}

    .lnk-field-picker:hover {
        background-color: rgb(248,249,250);
        color: rgb(107,107,116);
        text-decoration: none;
    }

.div-add-column {
    padding-left: 1px;
    padding-right: 1px;
    border: 1px solid rgb(185,198,211);
}

.div-doc-column {
    padding-left: 1px;
    padding-right: 1px;
    border: 1px dotted rgb(238,231,231);
}

.lnk-add-column {
    color: rgb(69,69,78);
    font-size: 1.1rem;
}

    .lnk-add-column:hover {
        background-color: rgb(238,242,245);
        color: rgb(91,91,103);
        text-decoration: none;
    }

.div-row-tool {
    padding: .25rem;
    border-top: 1px dotted #dee2e6 !important;
}

.div-page-tool {
    padding: .25rem;
    border-top: 1px dotted #dee2e6 !important;
    border-left: 1px dotted #dee2e6 !important;
    border-right: 1px dotted #dee2e6 !important;
    border-radius: 0.25rem 0.25rem 0 0;
    font-size: 0.75rem;
    background-color: rgb(248,249,250);
}

    .div-page-tool a i {
        font-size: 1rem;
    }

    .div-page-tool a {
        color: rgb(127,127,130);
        padding: 9px 5px 2px 5px;
        border-radius: 0.25rem 0.25rem 0 0;
    }

        .div-page-tool a:hover {
            background-color: rgb(210,227,244);
            color: rgb(62,62,69);
        }

.a4-page {
    max-width: 842px;
    min-height: 900px;
    padding: 0;
    padding-top: 40px;
    margin-bottom: 1rem;
    font-family: 'TH Saraban New';
    font-size: 16px;
}

    .a4-page label {
        font-size: 1.65rem;
    }

.a4-wrapper {
    max-width: 842px;
    position: relative;
}

.row-tool-bar {
    position: absolute;
    left: -31px;
    background-color: #f3f2f1;
    position: absolute;
    flex-direction: column !important;
    display: flex !important;
    border: 1px solid rgb(217,210,210);
}

    .row-tool-bar a {
        font-size: 1.1rem;
        color: rgb(127,127,130);
        padding: 10px 5px;
        display: flex;
        justify-content: center;
    }

        .row-tool-bar a:hover {
            background-color: rgb(174,198,211);
            color: rgb(62,62,69);
        }

.col-tool-bar {
    padding-top: 9px;
    background-color: #f3f2f1;
    position: absolute;
    top: -39px;
    left: 2px;
    border: 1px solid rgb(217,210,210);
}

    .col-tool-bar a {
        font-size: 1.1rem;
        color: rgb(127,127,130);
        padding: 9px 5px 2px 5px;
    }

        .col-tool-bar a:hover {
            background-color: rgb(174,198,211);
            color: rgb(62,62,69);
        }

.field-tool-bar {
    background-color: #f3f2f1;
    position: absolute;
    flex-direction: column !important;
    display: flex !important;
    border: 1px solid rgb(217,210,210);
}

    .field-tool-bar a {
        font-size: 1.1rem;
        color: rgb(127,127,130);
        padding: 10px 5px;
        display: flex;
        justify-content: center;
    }

        .field-tool-bar a:hover {
            background-color: rgb(174,198,211);
            color: rgb(62,62,69);
        }

.doc-row {
    margin-right: 0;
    margin-left: 0;
}

    .doc-row h1 {
        font-weight: bold;
    }

    .doc-row .form-group {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

.field-selected {
    border: 1px solid rgb(141,141,231);
}

.col-selected {
    border: 1px dotted rgb(76 63 68);
}

.row-selected {
    border: 1px solid rgb(169,166,166);
}

.a4-page .effect-17, .a4-page .form-control {
    font-size: 1.5rem;
    padding-left: 10px;
}

.result-item:hover {
    background-color: rgb(248,249,252);
}

.result-item-group {
    background-color: rgb(244,245,245);
    color: rgb(189,190,195);
    font-size: 0.75rem;
    height: 2rem;
    border-bottom: 1px solid rgb(247,246,245);
}

.result-item {
    background-color: white;
    border-bottom: 1px solid rgb(247,246,245);
    padding-top: 5px;
}

.result-item-detail {
    padding-left: 50px;
    background-color: rgb(249,252,252);
    font-size: 0.75rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.selected-wf-def {
    background-color: rgba(15,67,114,0.63);
    height: 2.0rem;
    color: #fff;
}

    .selected-wf-def a {
        color: white;
    }

.sidebar-dark .nav-item .nav-link {
    /*color: hsla(0,0%,100%,.8);*/
    color: rgb(11,70,123);
    /*color: hsl(238deg 20% 11% / 80%);*/
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(9,13,105);
}

.sidebar-dark .nav-item .nav-link.active, .sidebar-dark .nav-item .nav-link.active i, .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover, .sidebar-dark .nav-item .nav-link:hover i {
    /*color: #fff;*/
    color: rgb(11 70 123);
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    /*color: #d1d3e2;*/
    color: #214669;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #2b309f;
    }

.org-active {
    background-color: rgb(57,107,152);
    color: #fff;
}

a.org-active:hover {
    color: #b5b1b1;
}

.org {
    padding-left: 25px;
    padding-right: 8px;
    padding-bottom: 4px;
}

.border-left-primary {
    border-left: .25rem solid #396b98 !important;
}

.border-left-light {
    border-left: .25rem solid #dcdde2 !important;
}

.org-devider {
    border-bottom: 1px solid #396b98 !important;
}

#doc-detail {
    max-width: 30rem !important;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    color: #3B71B8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

/* Timeline */

ul.timeline {
    list-style-type: none;
    position: relative;
    /*font-size: 0.8rem;*/
    padding-right: 6px;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 10px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

/* viewer container */

@media (min-width: 768px) {
    .viewer-container {
        max-height: 1000vh;
        overflow-y: auto;
    }
}

.viewer-container {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.tag-info {
    font-size: 0.75rem;
    background-color: rgb(238,238,238);
    margin-right: .35rem;
}

.upload-file-box {
    border-bottom: 1px rgb(127,168,205) solid;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.75rem;
}

.active-doc-path {
    background-color: #ddefde;
    padding-top: 13px;
    padding-bottom: 1px;
    padding-right: 6px;
}

.wf-number {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #275f74;
    padding: 5px 15px;
    border-radius: 21px;
    margin-right: 8px;
}

.wf-divider {
    background-color: #275f74;
    /*margin-left: -.19rem;*/
    height: 20px;
}
/* Custom */
.datepicker-icon {
    position: absolute;
    font-size: 20px;
    top: 11px;
    right: 0;
    z-index: 10;
}

a.LinkColorManual {
    color: #257344;
}

    a.LinkColorManual:hover {
        color: #085226;
    }

.outline {
    outline: 2px solid #2c7c9a94 !important;
}

@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 14rem;
        font-size: .85rem;
    }

        .sidebar .nav-item .nav-link span {
            display: inline;
        }

    .sidebar {
        /*width: 14rem !important;*/
        width: 100%;
    }
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    /* width: 14rem;*/
    width: 100%;
    /*font-size: .85rem;*/
    font-size: .95rem;
}

    .sidebar .nav-item .nav-link span {
        display: inline;
    }

.sidebar {
    /*width: 14rem !important;*/
    width: 100%;
    min-height: 100vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    overflow-x: auto;
    margin-left: -1rem;
    margin-right: -1rem;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media (min-width: 768px) {
    .hide-scrollbar {
        margin-left: 0;
        margin-right: 0;
    }
}

.ui-resizable-s {
    background-color: #d5d5da;
    height: 9px;
    background-image: url("https://docs.psu.ac.th/assets/img/nav_separator2.png");
    border-bottom: 1px solid rgb(203, 203, 203);
    /*border-bottom: 10px solid #b99595;*/
    margin-bottom: 4px;
    cursor: row-resize;
}

.ant-steps-item-icon {
    line-height: 25px;
}

.x-close {
    background: #e8e8f7;
    padding: 0px 11px;
    border-radius: 25px;
    font-size: 25px;
}

.x-close:hover {
    background: #4570b7;
    color: #fff;
}
.highlight {
    color: #ea4335;
}

.FixRoleListUI {
    white-space: normal;
    text-align: left; /* จัดชิดซ้ายให้ดูดีขึ้น */
}

/* TDX */
.tdx_nav_img {
    width: 24px;
    position: relative;
    top: 0px;
    left: 2px;
}
.tdx_btnsent_img {
    width: 19px;
    position: relative;
    top: -1px;
    left: 2px;
}
.tdx_header_img {
    width: 32px;
    position: relative;
    top: -1px;
    left: 2px;
}
.tdx_img {
    width: 44px;
    position: relative;
    top: -1px;
    left: 2px;
}
.tdx_imgexport {
    width: 44px;
    position: relative;
    top: -3px;
    left: 2px;
}

/* owl-carousel */

.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-stage-outer {
    padding-left:25px;
    padding-right:25px;
    width: 95%;
}

.owl-theme .owl-nav {
    display: block;
    margin-top: 0px;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .owl-item {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    width: 125px !important;
    height: 120px !important;
    border: 1px solid #B3B3B3 !important;
    align-content: center;
}

.owl-carousel .owl-item.active {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    width: 125px !important;
    height: 120px !important;
    border: 1px solid #B3B3B3 !important;
    align-content: center;
}

.owl-carousel .owl-item img {
    width: 70px;
    margin: auto;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 56px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -2px;
}

.owl-carousel .next-slide {
    right: -2px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.form-control::placeholder {
    color: #98A2B3;
    opacity: 1
}

.manual-list-group-item.active {
    background-color: #9bc3e9 !important;
}
.manual-list-group-item {
    cursor: pointer;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
    .manual-list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }
    .manual-list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }
    .manual-list-group-item + .manual-list-group-item {
        border-top-width: 0;
    }
.manual-list-group-item:hover {
    cursor: pointer;
    background-color: #9bc3e9;
}

@media (min-width: 576px) {
    .min-vh-100-sm {
        min-height: 100vh;
    }
}

@media (min-width: 768px) {
    .min-vh-100-md {
        min-height: 100vh;
    }
}