/* plugin styles (originally in jquery.plupload.queue.css) replaced with custom styles */

#uploader {
    max-width: 800px;
    margin-top: 20px;
}

.plupload_button {
    display: -moz-inline-box; /* FF < 3*/
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    margin-right: 4px;
    background-color: #006699;
    outline: 0;
    /* Optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    .plupload_button:hover {
        background-color: #00527b;
        text-decoration: none;
    }

.plupload_disabled, a.plupload_disabled:hover {
    color: #737373;
    border-color: #c5c5c5;
    background: #ededed url('../images/plupload/buttons-disabled.png') no-repeat 0 center;
    background-position-y: -20px;
    cursor: default;
}

.plupload_wrapper {
    font: normal 11px "Open Sans", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.plupload_container {
    padding: 8px;
    background: url('../images/plupload/transp50.png');
    /*-moz-border-radius: 5px;*/
}

    .plupload_container input {
        border: 1px solid #DDD;
        font: normal 11px "Open Sans", "HelveticaNeue", Helvetica, Arial, sans-serif;
        width: 98%;
    }

.plupload_header {
    background: #2A2C2E url('../images/plupload/backgrounds.gif') repeat-x;
}

.plupload_header_content {
    padding: 10px 10px 20px 10px;
    color: #FFF;
    text-align: left;
}

.plupload_header_title {
    font: normal 18px "Open Sans", "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 6px 0 3px;
}

.plupload_header_text {
    font: normal 12px "Open Sans", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_wrapper .plupload_filelist {
    background: #F5F5F5;
    overflow-y: scroll;
}

.plupload_filelist li {
    padding: 10px 8px;
    background: #F5F5F5 url('../images/plupload/backgrounds.gif') repeat-x 0 -156px;
    border-bottom: 1px solid #DDD;
}

.plupload_filelist_header, .plupload_filelist_footer, .plupload_header_checkboxes {
    background: #DFDFDF;
    padding: 8px 8px 0 8px;
    color: #42454A;
}

.plupload_filelist_footer {
    padding-bottom: 8px;
}

.plupload_header_checkboxes {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 12px;
}

.plupload_filelist_header {
    border-top: 1px solid #EEE;
}

.plupload_filelist_footer {
    border-top: 1px solid #FFF;
    line-height: 20px;
    vertical-align: middle;
}

.plupload_file_name {
    float: left;
    overflow: hidden;
    max-width: 240px;
}

.plupload_file_status {
    color: #777;
}

    .plupload_file_status span {
        color: #42454A;
    }

.plupload_progress {
    float: right;
    width: 80px;
}

.plupload_file_size, .plupload_file_status, .plupload_file_action, .plupload_file_private, .plupload_include_sonaroverlay, .plupload_include_sidescan, .plupload_include_ecofish
{
    text-align: center;
    float: right;
    width: 80px;
}

.plupload_header_checkboxes div:first-of-type {
    float: left;
}

#uploader_filelist {
    clear: both;
}

    #uploader_filelist li {
        border: 1px solid transparent;
    }

    #uploader_filelist li:hover {
        border: 1px solid #DFDFDF;
    }

.plupload_header_checkboxes div {
    position: relative;
    float: right;
    width: 80px;
    top: -8px;
}

    .plupload_file_action, .plupload_header_checkboxes div:nth-of-type(2) {
        float: right;
        width: 16px;
        height: 16px;
        margin-left: 15px;
    }

    .plupload_file_action * {
        width: 16px;
        height: 16px;
    }

    .plupload_header_checkboxes div:nth-of-type(3) {
        margin-right: 16px;
    }

li.plupload_uploading {
    background: #ECF3DC url('../images/plupload/backgrounds.gif') repeat-x 0 -238px;
}

li.plupload_done {
    color: #AAA
}

li.plupload_delete a {
    background: url('../images/plupload/delete.gif');
}

li.plupload_failed a {
    background: url('../images/plupload/error.gif');
    cursor: default;
}

li.plupload_done a {
    background: url('../images/plupload/done.gif');
    cursor: default;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 3px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
}

.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

.plupload_wrapper .plupload_filelist_header .plupload_file_action, .plupload_wrapper .plupload_filelist_footer .plupload_file_action {
    margin-right: 17px;
}

/* Floats */

.plupload_clear, .plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

#uploader_dropbox {
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    padding: 10px;
}

li.plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px;
}

h4 {
    font-size: .8em;
}

/* TOOL TIP */
.tool-tip-icon {
    border-radius: 45%;
    background-color: #006699;
    border: 1px solid black;
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.private-tool-tip {
    cursor: help !important;
    position: relative;
}

.private-description {
    text-align: left;
    border: 1px solid black;
    background: white;
    width: 240px;
    height: auto;
    padding: 10px;
    color: black;
    top: -605px;
    right: 600px;
    z-index: 500;
    position: absolute;
    display: none;
}
    /* See commit dated 05/22/18 for transitioning opacity */

    .tool-tip-icon:hover + .private-description, .private-description:hover { /* display tooltip on hover */
        top: -50px;
        right: -100px;
        display: inline;
    }

input[type="checkbox"][disabled] {
    cursor: not-allowed;
}