﻿ .box-header .box-title {
        font-size: 15px;
        color: #333;
        font-weight: 500;
    }
    #downloadPanel {
        background: rgba(12,166,120,.1)!important; position:relative;
        border-radius:6px; padding:8px; margin-bottom:10px;
    }
    #downloadPanel h5 {    color: #0ca678!important; margin-top:0px; font-size:14px;}
    #downloadPanel .btn { background:#0ca678!important;}
    .exceSet {    position: absolute;
        right: 12px;
        top: 10px;
        font-size: 32px;
        color: #b8e5d7;
    }
    #uploadPanel {background: rgba(23,162,184,.1)!important; border-radius:6px; padding:8px; position:relative;}
        #uploadPanel h5 {
            color: #17a2b8 !important;
            margin-top: 0px;
            font-size: 14px;
        }
    .uploadSet {    position: absolute;
        right: 12px;
        top: 7px;
        font-size: 32px;
        color: #c3ecf2;
    }
    .round6 {border-radius:6px;}
.input-file {
    width: 120px;
    padding: 7px;
}
    .file-path {width: 60%;}

    .clspadding{
        padding-top: 8px;
    }





/*Set Mandatory Fields Start*/
.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 10px;
}

.modal-footer {
    float: right;
    padding: 4px;
    font-size: 18px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

/*Set Mandatory Fields End */

.treeTaskLibraryDivScroll {
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    padding: 8px;
    border-radius: 8px;
    background: #f6fdff;
}