﻿.archivDiv
{
    width: 970px;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
    margin: 10px 0px 0px 0px;
}

.archivGrid
{
    width: 967px;
    max-width: 967px;
}

.emptyArchiveGridDiv
{
    padding-top: 33px;
}

.archivGridBorder
{
    border-left: 2px solid #E5E5E5;
}

.archivGrid th, td
{
    border: 1px solid #E5E5E5;
}

.archivGrid th
{
    padding: 5px 5px 5px 5px;
    background-color: #E5E5E5;
    /*border: 1px solid #E5E5E5; */
}

.archivGrid td
{
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    /*border: 1px solid #E5E5E5; */
}

.deliveryHeader
{
    width: 20px;
    height: 13px;
}

.pageSizeDiv
{
    padding: 3px 5px 0 0;
    margin: 0;
    /*width: 50px;*/
    vertical-align: middle;
    height: 25px;
}

.pagerDiv
{
    padding: 0 0 0 0;
    margin: 0;
    text-align: right;
    float: right;
    /*width: 470px;*/
}

    .pagerDiv input
    {
        cursor: pointer;
        padding: 0 0 0 0;
        margin: 0 0 0 5px;
        color: #000000;
        height: 25px;
        width: 25px;
        border-width: 0;
        float: none;
    }

    .pagerDiv div
    {
        float: right;
    }

.pager
{
}

    .pager td
    {
        padding: 0px 0px 5px 0px;
        border: none;
    }

.pagerTextDiv
{
    padding: 5px 5px 5px 5px;
    margin: 0px 5px 0px 10px;
    font-weight: bold;
    border: 1px solid #E5E5E5;
    float: left;
}

.refreshDiv
{
    text-align: left;
    margin: 0;
    float: left;
    position: absolute;
    width: 470px;
}

    .refreshDiv div
    {
        float: left;
    }

.refreshButton
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #000000;
    height: 25px;
    width: 50px;
    border-width: 0;
}

.deliveryButton
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #000000;
    height: 25px;
    width: 50px;
    border-width: 0;
}

.reRunCheckButton
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    color: #000000;
    height: 25px;
    width: 50px;
    border-width: 0;
}

.filterButton
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    color: #000000;
    height: 25px;
    width: 50px;
    border-width: 1px;
    box-sizing: border-box;
}

.massDownloadButton
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    color: #000000;
    height: 25px;
    width: 50px;
    border-width: 0;
}

.updateProgressDiv
{
    float: left;
    padding: 0 0 0 0;
    margin: 2px 0px 0px 20px;
}

.updateProgressDeliveries
{
    float: left;
    padding: 0 0 0 0;
    margin: 2px 0px 0px 80px;
}

.errorMessageLink
{
    font-weight: normal;
    color: #CC0000;
    text-align: center;
}

.emptyDataTemplateDiv
{
    border: none;
}

.emptyGrid {
    color: #0084B5;
    min-height: 300px;
    font-weight: bold;
}

.wrap
{
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    width: 200px;
}

.centeredtext
{
    vertical-align: middle;
    text-align: center;
}

.errorOverlayColumn
{
    vertical-align: middle;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    min-width: 20px;
}

.protocolColumn
{
    vertical-align: middle;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    min-width: 20px;
}

.additionalFileColumn
{
    vertical-align: middle;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
    min-width: 20px;
}

.downloadCheckboxColumn
{
    vertical-align: middle;
    text-align: center;
    border-left: none;
    border-bottom: 1px solid #E5E5E5;
    min-width: 20px;
}

.leftText
{
    text-align: left;
}

.statusimage
{
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.centeredSpan
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

input[type=checkbox]
{
    background-image: none;
    border: none;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;
}

.up-arrow {
	border-color: black transparent;
	border-style: solid;
	border-width: 0px 7px 7px 7px;
	height: 0px;
	width: 0px;
    position:relative;
    margin-top:-14px;
}

.filterArrowDiv
{
    position: absolute;
    background: #ffffff;
    border: 2px solid black;
    top: 10px;
    width: auto;
    z-index: 100;
    padding: 5px 10px 5px 10px;
    display: none;
    float: left;
    clear: both;
}

    .filterArrowDiv label
    {
        display: block;
        float: left;
        vertical-align: central;
        text-align: right;
        width: 50px;
        text-align: right;
        padding-right: 20px;
        padding-top: 5px;
        margin-bottom: 2px;
    }

    .filterArrowDiv input[type=text]
    {
        display: block;
        float: left;
        height: auto;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 2px;
    }

    .filterArrowDiv:after, .filterArrowDiv:before
    {
        bottom: 100%;
        left: 50%;
        border: solid black;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .filterArrowDiv:after
    {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: black;
        border-width: 5px;
        margin-left: -5px;
    }

    .filterArrowDiv:before
    {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: black;
        border-width: 7px;
        margin-left: -7px;
    }


    .filterArrowDiv br
    {
        clear: both;
    }

.filterDiv
{
    position: relative;
}

    .filterDiv label, .filterDiv input[type=text]
    {
        display: block;
        float: left;
        height: auto;
        width: 80%;
    }

    .filterDiv label
    {
        text-align: right;
        padding-right: 20px;
        padding-top: 5px;
    }

.filterIcon
{
    width: 10px;
    height: 10px;
    vertical-align: central;
    cursor: pointer;
}

.filterRow
{
    vertical-align: middle;
}

    .filterRow th
    {
        vertical-align: middle;
    }

#CheckArchiveGridViewDiv
{
    overflow: auto;
    min-height: 300px;
}
