.file-upload-box {
    display: none;
    width: 100%;
    margin: 0 auto;    
    padding: 10px;
    background: white;
    text-align: right;
}
.upl-dtl {
    font-weight:normal;
    display: block;
}

.upl-dtl-close-icon {
    font-size: 16px !important;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
    color:#F40F02 !important;
}
.upl-dtl-pdf-icon {
    color:#F40F02;
    font-size: 24px;
    display: inline-block;
}
.upl-dtl-docx-icon {
    color:#3582C4 !important;
    font-size: 36px !important;
    display: inline-block;
}
.error{color:#F40F02;}
.upl-dtl-label {font-weight:bold;}
.upl-dtl-filename {font-weight:bold;display: inline-block;}
.upl-dtl-filesize {font-size: 14px;display: inline-block;}
.upl-dtl-sicum_quote {display: none;}
.div-radio {padding: 3px;}
.sicum_type_label input {margin: 3px 3px 3px 6px;}

@media (max-width: 480px) {
    .file-upload-box {
        width: 94%;
    }
    .box {
        width: 94%;
    }
    .upl-dtl {
        display: inline-block;
    }
    .div-radio {
        display: contents;
    }
}


.jsUpload_container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.jsUpload_container nav {
    margin-bottom: 20px;
}

.jsUpload_container nav a {
    border-bottom: 2px solid #c8dadf;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
}

.jsUpload_container nav a.is-selected {
    font-weight: 700;
    color: #39bfd3;
    border-bottom-color: currentColor;
}

.jsUpload_container nav a:not(.is-selected):hover,
.jsUpload_container nav a:not(.is-selected):focus {
    border-bottom-color: #0f3c4b;
}

.box {
    font-size: 16px;
    position: relative;
    width: 100%;
    margin: auto;    
    padding: 20px;
}

.box.has-advanced-upload {
    background: white;
    border: 2px dashed #3582C4;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #FCFBFC;
}

.box__dragndrop,
.box__icon {
    display: none;
    cursor: pointer;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #3582C4;
    display: block;
    margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    /*position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.box__uploading {
    font-style: italic;
}

.box__restart {
    font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js .box__file+label {
    max-width: 80%;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    cursor: pointer;
    display: inline-block;    
    font-size: 16px;
}

.js .box__file+label:hover strong,
.box__file:focus+label strong,
.box__file.has-focus+label strong {
    color: #39bfd3;
}

.js .box__file:focus+label,
.js .box__file.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.no-js .box__file+label {
    display: none;
}

.js .box__button {
    display: none;
}

.no-js .box__button {
    display: block;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

.box__button:hover,
.box__button:focus {
    background-color: #0f3c4b;
}
.fileupload-list {
    display: none;
}