body {
    font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
    font-size: 90%;
    margin: 10px;
}

#divDropHere {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 3em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
    height: 25px;
    direction: rtl;
}

    #divDropHere.hover {
        color: #f00;
        border-color: #f00;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

#messages {
    padding: 0 10px;
    margin: 1em 0;
    border: 1px solid #999;
}

th.progressbar, td.progressbar {
    width: 312px;
}

.progressBar {
    display: block;
    width: 300px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 0px;
    font-size: 8px;
    background: #eee url("progress.png") 100% 0 repeat-y;
}

.progressSuccess {
    background: #0c0 none 0 0 no-repeat;
}

.progressFailed {
    background: #c00 none 0 0 no-repeat;
}

#divStatus {
    margin-top: 5px;
    margin-left: 1px;
}

table.StatusTable {
    width: 100%;
}

table.StatusTable, th, td {
    border: 1px solid LightGray;
}

    table.StatusTable th {
        background-color: #333;
        color: white;
    }

    th.delete, td.delete {
        width: 80px;
        text-align: center
    }

.upload-file-btn {
    margin-bottom: 15px;
    display: block;
    margin-left: 5px;
}

.extension {
    color: #fff;
    direction: rtl;
    padding: 20px;
    font-weight: bold;
    background: #4a4848;
    margin-bottom: 15px;
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.mb-5 {
    margin-bottom: 5px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .250rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }
