﻿ .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;}
    #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;}
    .uploadSet {    position: absolute;
        right: 12px;
        top: 7px;
        font-size: 32px;
        color: #c3ecf2;
    }
    .round6 {border-radius:6px;}
    .input-file {width:120px;}
    .file-path {width: 60%;}

    .clspadding{
        padding-top: 8px;
    }