﻿
.SumoSelect {
    width: 100% !important;
}

    .SumoSelect > .CaptionCont {
        line-height: 26px;
    }

    .SumoSelect .select-all {
        padding: 0px;
        height: 33px;
    }

.select-all label {
    margin-top: 8px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 0px;
}

.SumoSelect > .optWrapper > .options li label {
    margin-top: 6px;
}

.SumoSelect.open > .optWrapper {
    height: 245px;
}

.SumoSelect > .optWrapper > .options {
    height: 177px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    border-bottom: 1px solid #ccc !important;
}


.TextRightalign {
    text-align: right;
}





/************************************************************************************************/
.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;
}