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