﻿/*.docLeft {
    background-color: #fff;
    position: absolute;
    top: 51px;
    bottom: 0;
    left: 50px;
    width: 235px;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    transition: all 0.3s;
    height: 84%;
    background: #f3f6fb;
}

.leftPanel .box {
    background: #f3f6fb;
}
.leftPanel .box {
    margin-bottom: 0px;
}
.leftPanel .box-title {
    font-size: 13px;
    color: #8392a5;
    font-weight: 400;
    text-transform: uppercase;
}

.docsecondcol {
    position: absolute;
    top: 51px;
    left: 283px;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    width: 335px;
    height:84%;
    background:#fff;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    border: 1px solid rgba(0,0,0,.07);
    border-left:1px solid thin #ccc;
}

.docsecondcol .box-header h3{    font-size: 16px;
    font-weight: bold;
    margin-top: 5px !important;
    color: #444;
}

.docThirdcol {

     position: absolute;
    top: 51px;
    left: 616px;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
   
    height:84%;
    background:#fff;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    border: 1px solid rgba(0,0,0,.07);
    border-left:1px solid thin #ccc;
}*/
body {
    text-shadow: 0 0 1px rgb(241 245 250 / 10%);
}

#mdlWorkflowDetails .modal-dialog {
    width: 95%;
}

#mdlWorkflowDetails .close {
    font-size: 28px;
    padding: 10px;
}

#mdlWorkflowDetails .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

    #mdlWorkflowDetails .modal-header h4 {
        font-weight: 400;
        letter-spacing: 1px;
    }

.documentBG {
    background: #ffeed9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 5px;
}

    .documentBG div {
        float: left;
        max-width: 60px;
        border: solid thin #b8803b;
        margin: 5px;
        border-radius: 8px;
    }

.stspending {
    background: #fdac42;
    color: #FFF;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 6px;
}

.mrgBotSet {
    margin-bottom: 20px;
}

.nav-tabs-custom {
    border: 1px solid rgb(0 0 0 / 14%);
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
}

/*.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

textarea.form-control {
    height: auto !important;
}*/
.nav.nav-pills {
    max-height: 500px;
    overflow: auto
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.calendaricon {
    top: 29px;
}

footer {
    position: relative;
    z-index: 99;
    border-top: solid thin #e9e9e9;
}

.firstCol {
    /*padding-bottom: 100%;
    margin-bottom: -100%;*/
    background: #f3f6fb;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    border: 1px solid rgba(0,0,0,.07);
    padding-right: 0px;
}

    .firstCol .colHeader {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
    }

    .firstCol .colHeader {
        font-size: 16px;
        color: #474040;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
        background: #FFD34C;
        margin-left: -15px;
    }

    .firstCol ul {
        margin-left: -15px;
    }

        .firstCol ul ul {
            background: #d6e4fb;
            list-style: none;
            margin-left: 0px;
            display: none;
        }

            .firstCol ul ul li a {
                color: #444;
                padding: 5px 0px;
                display: block;
            }

                .firstCol ul ul li a:hover {
                    background: #c4d7f7;
                }

                .firstCol ul ul li a.activeSubmenu {
                    background: #c4d7f7;
                }

    .firstCol li.active, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background: #e2edff;
        color: #444;
    }

.secondCol {
    /*padding-bottom: 100%;
    margin-bottom: -100%;*/
    background: #fff;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    border: 1px solid rgba(0,0,0,.07);
    display: none;
}

    .secondCol .colHeader {
        padding: 8px 15px;
        background: #feca3c;
        margin-left: -15px;
        font-size: 16px;
        font-weight: 600;
        color: #1c1c1c;
        margin-right: -15px;
    }

    .secondCol ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .secondCol li.active, .secondCol .nav-pills > li.active > a, .secondCol .nav-pills > li.active > a:focus, .secondCol .nav-pills > li.active > a:hover {
        background: #fff9ea;
        color: #444;
    }

    .secondCol .nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
        border-right-color: #f8c12c;
        border-left-color: #fff;
    }

.thirdCol {
    /*padding-bottom: 100%;
    margin-bottom: -100%;*/
    background: #f4f6fa;
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    border: 1px solid rgba(0,0,0,.07);
    position: relative;
    display: none;
}

    .thirdCol .colBody {
        padding: 10px;
    }

    .thirdCol .colHeader {
        padding: 6px 15px;
        background: #FFD34C;
        margin-left: -15px;
        font-size: 16px;
        font-weight: 600;
        color: #014c50;
        margin-right: -15px;
    }

.fixedFooter {
    position: fixed;
    width: auto;
    bottom: 0px;
    right: 0px;
    left: 65px;
    margin-bottom: 0;
    z-index: 9999;
    background: #fff;
    padding: 2px;
    margin-left: -15px;
    border-top: solid thin #e7e7e7;
}

.boxBGSet {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    background: #fff;
    padding: 8px 25px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.nav-stacked > li > a {
    border-right: 3px solid transparent;
    border-bottom: solid thin #e0e4eb;
}

.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
    border-right-color: #3c8dbc;
    border-left-color: #f3f6fb;
}

.maxCheckboxWidSet {
    width: 40px;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #54c5cb;
    color: #fff;
}

label {
    color: #014c50;
}

.searchSet {
    position: absolute;
    right: 6px;
    font-size: 18px;
    top: 28px;
}

.HRElement {
    display: block;
    border: solid thin #ccc;
    margin: 2px 0px;
    border-radius: 10px;
    padding: 3px 5px;
}

    .HRElement i {
        margin-top: 3px;
        cursor: move;
    }

#HighriseDualListLeftPanel, #HighriseDualListRightPanel {
    max-height: 271px;
    overflow: auto;
}

.actionButtons {
    margin-top: 15%;
}

    .actionButtons .btn {
        width: 45px;
        margin-bottom: 8px;
        border-radius: 5px;
    }

.disp-block {
    display: block;
}

.btn-purpleTheme {
    background: #7075ca !important;
    border-radius: 4px;
    padding: 5px 10px 5px 30px;
    height: 35px;
    -webkit-transition: all 0.5s ease-in-out;
    color: #fff;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

    .btn-purpleTheme:hover {
        background: #1e216e !important;
        color: #fff;
    }

    .btn-purpleTheme.pl0 {
        padding-left: 8px !important;
    }

.btnpurpleThemeBG i {
    color: #fff;
}

hr {
    margin: 2px 0px 15px 0px;
}

.regularRadioBG {
    background: #dddeff;
    padding: 6px 11px;
    border-radius: 50px;
    width: 100%;
}

.summaryBG {
    border-left: solid 3px #1e216e;
    padding-left: 10px;
}

.mt8 {
    margin-top: 8px;
    text-align: right;
    display: block;
    margin-right: 4px;
}

.ml18 {
    margin-left: 18px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 15px;
}


    .switch input {
        display: none;
    }

.sliderBtbn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderBtbn:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 3px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderBtbn {
    background-color: #1e216e;
}

input:focus + .sliderBtbn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderBtbn:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.sliderBtbn.round {
    border-radius: 34px;
}

    .sliderBtbn.round:before {
        border-radius: 50%;
    }
.colBodySet {
    margin-left: -34px;
}
.colBody li {
    display: block;
}

.firstCol ul li a {
    color: #444;
    padding: 5px 0px;
    display: block;
    margin-left:10px;
}
.fixedFooter .dropdown-menu {
    width: auto !important;
}

.displaynone {
    display: none;
}

.open .dropdown-menu {
    left: 88%;
    width: auto;
}

.disp-none {
    display: none !important;
}