.toolbar {
    padding: 10px;
    margin: 10px;
    border-bottom: 1px solid #75736E;
}

.button-action {
    padding-left: 170px;
    padding-top: 20px;
}

.select {
    line-height: 2.5; 
}
.select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
.select-label {
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 0;
    margin-right: 0;
    overflow: visible;
    text-align: right;
}
.select .dnnLabel {
    width: 100%;
}
.select-css {
    display: block;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    width: 47%;
    margin-bottom: 18px;
    max-width: 445px;
}

.select-css::-ms-expand {
    display: none;
}

.select-css:hover {
    background-color: #f0f0f0;
    border-color: #e7e7e7;
}

.select-css:focus {
    border-color: #aaa;
    color: #222;
    outline: none;
}

.select-css option {
    font-weight: normal;
}

@media screen and (max-width: 600px) {
    .mobile-none {
        display: none;
    }
    .button-action {
        padding-left: 0;
    }
}

#documents td, th {
    padding: 8px;
    padding: .5rem;
    vertical-align: middle;
}

#documents th {
    text-align: left;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

#documents tr:hover {
    background-color: #f5f5f5;
}

#documents .table {
    width: 100%;
    padding: 16px;
    padding: 1rem;
}

#documents .table__heading {
    border-bottom: 2px solid #FFC842;
}

@media (max-width: 32rem) {
    #documents .table__heading {
        display: none;
    }

    #documents .table__content {
        display: block;
        padding: .5rem 0;
    }

    #documents .table__row {
        margin: .25rem 1rem;
        padding: .5rem 0;
        display: block;
        border-bottom: 2px solid #FFC842;
    }

    #documents .table__content:before {
        content: attr(data-heading);
        display: inline-block;
        width: 5rem;
        margin-right: .5rem;
        color: #999;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}
/* Upload style*/
.uploadifive-button {
    background-color: #F77A15;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}

.uploadifive-button:hover {
    background-color: #FFA800;
    background-position: center bottom;
}

.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}

.uploadifive-queue-item .close {
    background: url('images/uploadifive-cancel.png') 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #0072BC;
    height: 3px;
    width: 0;
}

#doc_queue {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0 3px 3px;
    width: 100%;
}