﻿/* general */
body, html {
    font-size: 14px;
    padding: 0;
    height: 100%;
    margin: 0;
    width: 100%;
}


#container {
    height: 100%;
    width: 100%;
}

#left_panel {
    overflow-y: scroll;
    position: absolute;
    /* padding: 30px; */
    bottom: 0;
    right: 700px;
    top: 48px;
    left: 0;
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}

#right_panel {
    background-color: #eee;
    position: absolute;
    bottom: 0;
    width: 700px;
    right: 0;
    top: 48px;
    /*
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}

@media only screen and (max-width: 1200px) {
    #left_panel, #right_panel {
        position: static;
        /* padding: 10px; */
        width: 100%;
    }
}



#left_panel.imageAbove {
    position: static;
    width: 100%;
}

#right_panel.imageAbove {
    position: static;
    width: 100%;
}

    #right_panel.imageAbove #drag {
        display: none;
    }



#drag {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-image: url('../Images/handle.png');
    position: absolute;
    cursor: w-resize;
    bottom: 0;
    width: 8px;
    left: -4px;
    top: 0;
}

    #drag:hover {
        background-color: #C2C5DB;
    }

    #drag:hover {
        background-color: #C2C5DB;
    }

h1, .DialogHeader {
    font-weight: 300;
    font-size: 32px;
    color: #002d62;
}

h2 {
    font-weight: 400;
    font-size: 19px;
    color: #002d62;
    margin-bottom: 20px;
}

a {
    color: #002d62;
}

.page-footer {
    padding: 5px 10px;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    display: none;
    right: 0;
    background-color: #eee;
}

.site-with-container {
    max-width: 1860px;
    width: 100% !important;
}

    .site-with-container table {
        width: 100% !important;
    }


    .site-with-container #ctl00_cphMaster_CAGridDocuments_footer table {
        width: auto !important;
        margin-right: 30px;
        margin-bottom: 10px;
    }
/* navigation */
.navbar {
    padding: 0;
    background-color: #002d62;
}


.navbar-brand {
    padding: 0;
}

.nav-item {
    padding: 0 15px;
    border-bottom: 1px solid transparent;
}

    .nav-item .nav-link:hover {
        cursor: pointer;
    }


    .nav-item .nav-link span,
    .nav-item .nav-link {
        color: white;
        font-size: 14px;
    }

    .nav-item.selected,
    .nav-item.hover {
        border-bottom: 1px solid white;
    }

.user-meta-container {
    padding-right: 15px;
}

    .user-meta-container span {
        color: white;
        font-size: 14px;
    }

    .user-meta-container a:hover span {
        text-decoration: underline;
    }

.submenu {
    height: 48px;
    border-bottom: 1px solid #ddd;
}

.submenu-wrapper td {
    height: 48px;
}

.TopSubMenuText {
    color: #002d62;
    text-decoration: none !important;
    padding: 0 32px;
    font-size: 14px;
}

.submenu-list {
    padding-inline-start: 0;
}

    .submenu-list li {
        list-style-type: none;
        line-height: 48px;
        display: inline-block;
        height: 48px;
    }

        .submenu-list li a {
            line-height: 48px;
            display: inline-block;
            padding: 0 30px;
            height: 48px;
        }

        .submenu-list li.selected a {
            text-decoration: underline;
        }

/* buttons */
.btn {
    border-radius: 3px;
    padding: 10px 20px;
    border: none;
}

.btn-primary {
    background-color: #008200;
    min-width: 100px;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #007400;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #7EC17E;
    }



    .btn-primary.red {
        background-color: #b01e00;
    }

        .btn-primary.red.disabled, .btn-primary.red:disabled {
            color: #fff;
            background-color: #CE897B;
        }

.btn-secondary {
    background-color: #dddddd;
    min-width: 100px;
    color: #000;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #cccccc;
        color: #000;
    }

.addrow-btn {
    background-color: #dddddd;
    border-radius: 3px !important;
    min-width: 100px;
    padding: 5px 10px !important;
    border: none !important;
    color: #333;
}

.action-btn-region input[type="submit"],
.action-btn-region input[type="button"] {
    border-radius: 3px !important;
    padding: 10px 20px !important;
    border: none !important;
    min-width: 150px;
}

.action-btn {
    float: right;
    background: transparent;
    border: 1px solid #ccc;
    padding: 1px 35px 7px 35px;
    border-radius: 3px;
}

    .action-btn:hover {
        background-color: #eee;
    }

.action-btn-icon {
    padding-right: 5px;
    line-height: 16px;
    font-size: 20px;
    color: white;
}

.action-btn-region .primary-action-btn input {
    background-color: #008200;
    color: #fff;
}

    .action-btn-region .primary-action-btn input:hover {
        background-color: #007400;
        color: #fff;
    }


.action-btn-region input.disabled, .action-btn-region input:disabled {
    opacity: .5;
}


.action-btn-region .red-action-btn input {
    background-color: #b01e00;
    color: #fff;
}

    .action-btn-region .red-action-btn input:hover {
        background-color: #9A1A00;
        color: #fff;
    }



.action-btn-region .secondary-action-btn input, #ctl00_cphMaster_bReset {
    background-color: #dddddd;
    color: #333;
}

    .action-btn-region .secondary-action-btn input:hover, #ctl00_cphMaster_bReset:hover {
        background-color: #cccccc;
        color: #333;
    }


.action-btn-region {
    /*
    position: fixed;
    bottom: 30px;
    left: 30px;
    */
    /*
    background-color: #fff;
    padding-top: 30px;
    */
}

    .action-btn-region input {
        margin-top: 10px;
    }

    .action-btn-region button {
        margin-top: -5px;
        min-width: 150px;
    }

.dropdown-button {
    color: #002d62;
    background: none;
    border: none;
}


.btn-link {
    color: #008200;
}

    .btn-link:hover {
        color: #007400;
    }

.main-btns {
    margin-top: 30px;
}

    .main-btns .btn {
        min-width: 150px;
        margin-right: 10px;
    }

.secondary-btns {
    padding-top: 10px;
}

    .secondary-btns .btn {
        padding: 0px;
        padding-top: 10px;
        display: block;
    }

#ctl00_cphMaster_ImageShowDoc {
    display: block;
}

.form-fields-wrapper input, .form-fields-wrapper select {
    max-width: 315px;
}

    .form-fields-wrapper select.pageSizeSelect {
        max-width: 150px;
    }

/* login */
.login-container {
    background-color: #fff;
    border-radius: 3px;
    min-height: 350px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px;
    padding-bottom: 25px;
}

.logo-section {
    text-align: center;
}

.login-footer {
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    opacity: .5;
}

.fixed-logo {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

@media only screen and (max-width: 700px) {
    .fixed-logo {
        position: static;
        text-align: center;
        padding: 30px;
    }
}

/* forms */
.form-group input[type="text"], .form-group input[type="password"], .form-group select {
    border-radius: 3px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
}

.form-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    bottom: -3px;
    margin-right: 7px;
}

.remember-me-label label,
.remember-device-label label {
    font-weight: 400;
}

.red-alert {
    color: #b01e00;
}

.ErrorText {
    color: #b01e00;
}

.top-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}


.filter-section td {
    vertical-align: bottom;
}

.padr-5 {
    padding-right: 5px;
}

.filter-section {
    padding-bottom: 20px;
}

    .filter-section .filter-label {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding-bottom: 4px;
    }

    .filter-section td .form-control {
        border-radius: 3px;
        padding-left: 5px;
        min-width: 200px;
        padding: 18px;
    }

        .filter-section td .form-control[type="text"] {
            padding-left: 10px;
        }

    .filter-section td .btn {
        padding: 7px 20px;
    }

    .filter-section td .btn-primary {
        padding: 8px 30px;
        padding-top: 9px;
    }

#ctl00_cphMaster_pcFrom_iCalendar, #ctl00_cphMaster_pcTo_iCalendar {
    width: 33.5px !important;
    height: 33.5px !important;
    z-index: 0;
    position: relative;
    left: -1px;
}

#ctl00_cphMaster_pcFrom_Picker1_picker, #ctl00_cphMaster_pcTo_Picker1_picker {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 999 !important;
}

.secondary-button {
    background: transparent !important;
    border: none;
    padding: 7px 20px;
    color: #008200 !important;
}

.checkbox-item {
    font-size: 14px;
    padding-top: 10px;
}

    .checkbox-item label {
        padding-left: 5px;
        position: relative;
        top: -2px;
    }

.GridWithHeader.HideSlider, .GridWithHeader {
    overflow-x: auto;
}

.filter-width {
    width: 292px;
}



/* dialogs */
#ctl00_cphMaster_ucOrderEdit_dOrderCreate {
    background-color: white;
    -webkit-box-shadow: 5px 5px 22px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 22px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 22px 0px rgba(0,0,0,0.25);
    padding: 30px;
    border-radius: 5px;
}

.DialogTop {
    position: relative;
    top: -13px;
}

/* Calendar */

.picker {
    font-family: "Segoe UI", Arial;
    font-size: 13px;
    padding: 0px;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 17px;
    width: 150px;
}

.calendar_button {
    border: none;
    cursor: pointer;
}

.calendar td {
    font-family: "Segoe UI", Arial;
    font-size: 13px;
}

.title {
    font-weight: 600;
    background-color: #eeeeee;
}

.day {
    border-width: 0px;
    border-color: #F6F6F6;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    width: 25px;
    background-color: #fff;
}

.dayhover {
    text-decoration: underline;
    border-width: 0px;
    border-color: #F6F6F6;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    width: 25px;
}

.dayheader {
    background-color: #FFFFFF;
    border-width: 0px;
    border-color: white;
    border-style: solid;
    font-weight: 600;
    text-align: center;
    width: 25px;
}

.othermonthday {
    color: #999999;
}

.selectedday {
    background-color: #002d62;
    border-width: 0px;
    border-color: #BB5503 !important;
    border-style: solid;
    font-weight: 600;
    width: 25px;
    color: #fff;
}

.calendar {
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    cursor: default;
}

.month {
    background-color: #F6F6F6;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0px;
}

.nextprev {
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    height: 25px;
}



/*************************/




/* Grid with header */
/* Grid and pre-header styles */
.GridWithHeader {
    background: #ffffff;
    cursor: default;
    border: 0px solid #f3f3f5;
    font-family: "Segoe UI", Arial;
    font-size: 14px;
    width: 100%; /* LM 2019-10-23 */
}

    .GridWithHeader .Header {
        border-bottom: 0px solid #042c41;
        line-height: 30px;
        padding: 8px;
        padding-left: 0;
        background: none;
        height: 30px;
        color: #000;
        font-style: italic;
        font-size: 13px;
    }

/* DATA CELL STYLES */
.DataCellWithHeader {
    padding: 10px 5px;
    cursor: pointer;
}

/* Row (and data cell) */
.RowWithHeader {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

/* Alternating row (and data cell) */
.AlternatingRowWithHeader {
    background-color: #f3f3f5;
    border-bottom: 1px solid #ddd;
}

.RowWithHeaderHeadline {
    font-weight: bold;
}

/* Hover row (and data cell) */
.HoverRowWithHeader {
    background: #C8D7E8;
    cursor: default;
    border-bottom: 1px solid #ddd;
}

.HoverRowWithHeaderHeadline {
    font-weight: bold;
}

.HoverRowWithHeader .DataCellWithHeader {
    border-left: none;
}

/* Selected row (and data cell) */
.SelectedRowWithHeader {
    background: #AAC0D9;
    cursor: default;
    border-bottom: 1px solid #ddd;
}

.SelectedRowWithHeaderHeadline {
    font-weight: bold;
}

.SelectedRowWithHeader .DataCellWithHeader {
    border-left: none;
}

/* GROUPED ROWS & CELLS */
.GroupHeadingWithHeader {
    border-bottom: 1px solid #ddd;
    /*line-height: 17px; 
    cursor: default;
    height: 19px;
    margin: 0 4px 0 0;*/
    padding: 10px 0 10px 5px;
    font-weight: 600;
}

    .GroupHeadingWithHeader Span {
        /*background: #fcfcfc;
        padding: 0 8px 0 0;
        color: #039;*/
    }

.GridWithHeader .Header .GroupBySection .HeadingText {
    /*background: transparent url("../Images/GridWithHeader/static.png") no-repeat 0 -110px;
    padding: 0 16px 0 24px;*/
}

#ctl00_cphMaster_CAGridDocuments_headerGroupings {
    width: auto !important;
}

    #ctl00_cphMaster_CAGridDocuments_headerGroupings td {
        padding-right: 10px;
    }
/* Header styles */
.HeadingRowWithHeader {
    height: 22px !important;
}

    .HeadingRowWithHeader .IndentCell {
        border-color: #fff #d5d5d5 #d5d5d5 #fff;
        background: #eee;
        text-align: center;
    }

    .HeadingRowWithHeader .HeadingCell {
        background: #eee;
        text-align: center;
        border: 0px solid #d5d5d5;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 5px 2px 5px;
        border-bottom: 2px solid #ccc;
    }

    .HeadingRowWithHeader .HeadingCellHover {
        background: #ddd;
        text-align: center;
        border-bottom: 2px solid #ccc;
    }

    .HeadingRowWithHeader .HeadingText {
        line-height: 22px;
        padding: 0 2px 0 2px;
        color: #444;
    }

    .HeadingRowWithHeader .SortedHeadingCell {
        background: #C8D7E8;
    }

/* Footer styles */
.GridWithHeader .Footer {
    padding-top: 30px;
    height: 48px;
    color: #000;
}

    .GridWithHeader .Footer > table {
        padding: 0 8px;
    }

    .GridWithHeader .Footer .HeadingText {
        font-weight: normal;
        line-height: 48px;
        cursor: default;
    }

        .GridWithHeader .Footer .HeadingText A {
            text-decoration: none;
            font-weight: normal;
            color: #000;
        }

.SliderPopup {
    background-color: #FFF4D7;
    font-family: Verdana;
    font-size: 12px;
    border: 1px solid #4B4B6F;
    height: 30px;
    width: 150px;
}

.GridWithHeader.HideSlider .Footer table table {
    display: none;
}

/* Grid */
.Grid {
    border: 1px solid #f3f3f5;
    cursor: pointer;
}

    .Grid td {
        padding: 3px 4px;
    }

.HeadingRow {
    background-color: #002d62;
}

.HeadingCellText {
    text-align: left;
}

.Row, .AlternatingRow {
    /* border: 1px solid #ddd; */
}

.Row {
    cursor: default;
}

    .Row td.DataCell {
        cursor: default;
    }

    .Row td.FirstDataCell {
        background-color: #f3f3f5;
        cursor: default;
    }

.AlternatingRow {
    cursor: default;
}

    .AlternatingRow td.DataCell {
        cursor: default;
    }

    .AlternatingRow td.FirstDataCell {
        cursor: default;
    }

.HoverRow {
    cursor: default;
}

    .HoverRow td.DataCell {
        cursor: default;
    }

    .HoverRow td.FirstDataCell {
    }

    .HoverRow td.LastDataCell {
    }

.DataRow {
    background-color: #FFFFFF;
}

.EditDataCell {
    padding-right: 2px;
    padding-left: 2px;
    height: 21px;
}

.Grid .GridButton {
    font-size: 11px;
}

.SelectedRow {
    cursor: default;
}

    .SelectedRow td.DataCell {
        cursor: default;
    }

.SelectorCell {
    background-color: #E2E2E2;
}

.GridFooter {
    padding-top: 10px;
    cursor: default;
}

    .GridFooter a {
        vertical-align: bottom;
        font-weight: bold;
        color: Black;
    }

.PagerText {
}

.SearchText {
    padding-right: 4px;
    color: White;
}

.PostingDescriptionTextBox {
    border: 1px solid #cccccc;
    padding: 0px;
}

/* DataGrid */
.DataGrid {
    background-color: #fff;
    border: none !important;
}

    .DataGrid td {
        border: none !important;
    }

        .DataGrid td.DataGridHeadingHeaderStyle {
            background-color: #eee;
            padding-left: 2px;
            height: 21px;
            color: #444;
            border-bottom: 2px solid #ddd !important;
            text-transform: uppercase;
            padding: 5px 10px;
            font-size: 11px;
            font-weight: 600;
        }

        .DataGrid td.DataGridItemStyle {
            font-size: 14px;
            padding: 10px;
        }

    .DataGrid td {
        border-bottom: 1px solid #ddd !important;
    }


.fieldInfoWrapper {
    margin-top: 30px;
}

    .fieldInfoWrapper table td.fieldInfoCellWrapper {
        vertical-align: top;
        width: 50%;
    }

    .fieldInfoWrapper table td table td {
        padding: 4px 0;
    }

.Text-Black {
    font-weight: 600;
    padding-right: 30px;
}

.dataTableWrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#ctl00_cphMaster_ShowDocDiv {
    max-height: 800px !important;
    overflow: hidden !important;
}

/*#ctl00_cphMaster_ShowDocThumbailsDiv{
    height: 110px !important;
}*/

.documentHolder {
    background-color: #eee;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}

.docImage {
    cursor: zoom-in;
}

    .docImage.Zoomed {
        cursor: zoom-out;
        width: 200%;
    }

#ctl00_cphMaster_ShowDocDiv {
    min-height: 700px;
}

input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
}

/* docinfo table */
.cLinesTable {
    max-height: 200px;
    overflow: auto;
}

    .cLinesTable .HeadingRow {
        background-color: #eee;
        border-bottom: 2px solid #ddd;
    }

    .cLinesTable .HeadingCell {
        padding: 5px;
    }

.HeadingCell .HeadingCellText {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.cLinesTable .DataCell {
    padding: 5px;
}

.cLinesTable .AlternatingRow td.DataCell, .cLinesTable .Row td.DataCell {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.cLinesTable select {
    height: 27px;
}

.cLinesTable input[type="button"] {
    background: #ddd;
    border: none;
    border-radius: 3px;
    padding: 3px 18px;
}





#imgContainer {
    width: 100%;
}

#imgContainer img {
    width: 100%;
}

    #imgContainer.rotate90,
    #imgContainer.rotate270 {
        width: 100%;
    }

#ctl00_cphMaster_ImageShowDoc {
    transform-origin: top left;
    /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left;
    /* Chrome */
    -ms-transform-origin: top left;
    /* IE 9 */
}

#imgContainer.rotate90 #ctl00_cphMaster_ImageShowDoc {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}

#imgContainer.rotate180 #ctl00_cphMaster_ImageShowDoc {
    transform: rotate(180deg) translate(-100%, -100%);
    -webkit-transform: rotate(180deg) translate(-100%, -100%);
    -ms-transform: rotate(180deg) translateX(-100%, -100%);
}

#imgContainer.rotate270 #ctl00_cphMaster_ImageShowDoc {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

.ImageDetail {
    border-bottom: 1px solid #ddd;
    overflow: auto;
}

.thumbnailHolder {
    background-color: #eee;
    padding-bottom: 0px;
    overflow: auto;
    padding: 5px;
}

.imageThumbnailCell {
    text-align: center;
    padding: 5px;
}

    .imageThumbnailCell img.Active {
        border: 1px solid red !important;
    }

    .imageThumbnailCell img {
        max-height: 100px;
        cursor: pointer;
        border: 1px solid black !important;
    }

.dialog {
    -webkit-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.44);
    background-color: #fff;
    -moz-box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.44);
    border-radius: 5px;
    box-shadow: 0px 0px 33px -6px rgba(0,0,0,0.44);
    overflow-y: scroll;
    max-width: 700px;
    padding: 30px;
    display: none;
    border: 1px solid #ddd;
}

.specialSelect {
    border-radius: 3px;
    border-color: #ced4da;
    border-width: 1px;
    min-width: 200px;
    padding: 6px;
}

.section-header {
    text-transform: uppercase;
    color: #bbb;
    font-weight: 600;
    font-size: 13px !important;
}

#ctl00_cphMaster_ucOrderEdit_dOrderCreate {
    max-height: 800px;
    overflow: auto;
}

.contextActionIcon {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -1px;
}

#ctl00_cphMaster_tbFlowComments {
    border-color: #ced4da;
    border-radius: 3px;
    border-width: 1px;
    padding: 5px;
    text-indent: 0px;
    width: 100%;
}

/* Upload */
/* Form elements */
.sel {
    width: 100%;
}

    .sel .file {
        cursor: default;
        margin: 0px 0px 10px 0px;
        height: 25px;
        width: 100%;
    }

    .sel div.filename {
        background-color: #fff;
        padding: 2px 0px 0px 4px;
        display: block;
        margin: 0px 1px 0px 0px;
        height: 25px;
        border: 1px solid #999;
        margin: 0px;
        float: left;
        width: 350px;
    }

    .sel div input {
        background-color: White;
        font-family: Tahoma, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        padding: 2px !important;
        cursor: default !important;
        margin: 0px;
        border: none;
        width: 400px;
        color: #666;
    }

    .sel a.browse {
        text-decoration: none;
        background: none;
        display: block;
        cursor: default !important;
        height: 25px;
        border: 0px;
        color: #333;
        float: left;
        width: 68px;
    }

        .sel a.browse img {
            border: 0;
        }

    .sel a.upload, .sel a.upload-d {
        text-decoration: none;
        background: url("../Images/Upload/static.png") no-repeat -189px -83px;
        display: block;
        cursor: default !important;
        height: 25px;
        color: #333;
        float: right;
        width: 76px;
    }

        .sel a.upload:hover {
            background-position: -189px -108px;
        }

        .sel a.upload:active {
            background-position: -189px -133px;
            outline: none;
        }

    .sel a.upload-d {
        background-position: -189px -158px;
    }
/* Disabled class */

/* Progress bar and related elements */
.prog {
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    overflow: hidden;
    padding: 0px;
    display: inline;
    height: 18px !important;
    border: 1px solid #ccc;
    margin: 0px;
    float: left;
    width: 412px;
}

    .prog .con {
        background: transparent url("../Images/Upload/horizontal.png") repeat-x 0 -170px;
        padding: 1px;
        height: 16px !important;
        border: 0px;
        margin: 0px;
        width: 410px;
    }

        .prog .con .bar {
            background: transparent url("../Images/Upload/horizontal.png") repeat-x 0 -188px;
            height: 16px;
        }














/* Dialogue titlebar */
.ttl {
    height: 40px;
    cursor: move;
    width: 100%;
}

    .ttl a {
        background: transparent url("../Images/Upload/static.png") no-repeat -18px 0;
        margin-top: 4px;
        display: block;
        height: 25px;
        cursor: default;
        float: right;
        width: 35px;
    }

        .ttl a:hover {
            background-position: -18px -25px;
        }

        .ttl a:active {
            background-position: -18px -50px;
            outline: none;
        }

.ttlt {
    height: 32px;
    width: 100%;
}

.ttlt-l {
    background: transparent url("../Images/Upload/static.png") no-repeat;
    height: 100%;
    float: left;
    width: 9px;
}

.ttlt-m {
    background: #000 url("../Images/Upload/horizontal.png") repeat-x;
    height: 100%;
    float: left;
}

.ttlt-r {
    background: transparent url("../Images/Upload/static.png") no-repeat -9px 0;
    height: 100%;
    float: left;
    width: 9px;
}

.ttlt span {
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    margin-left: 4px;
    line-height: 32px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    cursor: inherit;
}

.ttlb {
    overflow: hidden;
    height: 8px;
    width: 100%;
}
/*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
.ttlb-l {
    background: #000 url("../Images/Upload/static.png") no-repeat 0 -38px;
    height: 100%;
    width: 9px;
    float: left;
}

.ttlb-m {
    background: #fff url("../Images/Upload/horizontal.png") repeat-x 0 -38px;
    height: 100%;
    float: left;
}

.ttlb-r {
    background: #000 url("../Images/Upload/static.png") no-repeat -9px -38px;
    height: 100%;
    width: 9px;
    float: left;
}


/* Dialogue contents */
.con {
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    background: #fff url("../Images/Upload/vertical.png") repeat-y;
    font-size: 11px;
    padding: 4px 7px;
}

/* Dialogue footer */
.ftr {
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 37px;
    width: 100%;
}

.ftr-l {
    background: transparent url("../Images/Upload/static.png") no-repeat 0 -83px;
    height: 100%;
    float: left;
    width: 9px;
}

.ftr-m {
    background: #eee url("../Images/Upload/horizontal.png") repeat-x 0 -83px;
    height: 100%;
    float: left;
}

.ftr-r {
    background: transparent url("../Images/Upload/static.png") no-repeat -9px -83px;
    height: 100%;
    width: 9px;
    float: left;
}

/* Footer buttons */
.ftr .btns {
    margin-top: 4px;
    float: right;
}

    .ftr .btns a {
        text-decoration: none;
        display: inline;
        cursor: default !important;
        color: #333;
    }

        .ftr .btns a span.l {
            background: transparent url("../Images/Upload/static.png") no-repeat -93px 0;
            margin-left: 2px;
            display: block;
            height: 25px;
            float: left;
            width: 10px;
        }

        .ftr .btns a span.m {
            line-height: 25px;
            background: transparent url("../Images/Upload/horizontal.png") repeat-x 0 -120px;
            display: block;
            padding: 0;
            height: 25px;
            float: left;
        }

        .ftr .btns a span.r {
            background: transparent url("../Images/Upload/static.png") no-repeat -103px 0;
            display: block;
            height: 25px;
            width: 10px;
            float: left;
        }

        .ftr .btns a:hover {
            text-decoration: none;
            color: #000;
        }

            .ftr .btns a:hover span.l {
                background-position: -93px -25px;
            }

            .ftr .btns a:hover span.m {
                background-position: 0px -145px;
            }

            .ftr .btns a:hover span.r {
                background-position: -103px -25px;
            }

        .ftr .btns a:active span.m {
            line-height: 24px;
            padding-top: 2px;
            height: 23px;
        }


/* Upload dialogue styles */
.dlg-up {
    cursor: default !important;
    color: #999;
}

    .dlg-up .ttlt-m, .dlg-up .ttlb-m, .dlg-up .ftr-m {
        width: 440px;
    }

    .dlg-up .stat, .dlg-up .list {
        padding: 0 15px;
    }

.stat .lbl {
    margin-bottom: 8px;
    text-align: right;
}

.dlg-up h3 {
    font-weight: normal;
    font-size: 11px;
    padding: 0px 0px 4px 0px;
    color: #666;
    margin: 0;
}

.dlg-up .red {
    color: #dd3409;
}

.dlg-up strong {
    color: #ea6b4a;
    font-weight: normal;
}

.dlg-up .info {
    line-height: 34px;
    font-size: 10px;
    cursor: default !important;
    margin: 0px 0px 0px 8px;
    height: 34px;
    float: left;
}

.documentButton {
    padding-right: 15px;
    cursor: pointer;
    float: right;
}

.downloadButton {
    float: right;
}

@media only screen and (max-width: 1200px) {
    .downloadButton {
        display: none;
    }

    #drag {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav.navbar-nav.ms-auto {
        border-top: 2px solid white;
    }
}

#ExtraDimensions, .FormattedTable {
    font-family: Arial;
    font-size: 11px;
    width: 100%;
}

    #ExtraDimensions tr:nth-child(odd),
    .FormattedTable tr:nth-child(odd) {
        background-color: #e2e3e5;
    }

.Padding {
    padding: 15px;
}

.FormattedTable tr.Header {
    background-color: #002d62;
    color: white;
}

#pin-loading-div {
    display: none;
    float: right;
