﻿body {
    overflow: hidden; /*Don't show scroll bars on the body. Each panel will have its own scroll bars and the header will be static*/
}

a {
    color: #276ca7;
}

.primaryNavHome {
    background-image: url('Images/home.png');
    background-repeat: no-repeat;
    background-position: center;
    color: transparent !important;
    display: inline-table;
}

/************Tabs*************/
nav {
    display: block;
    margin: 0 auto .75em auto;
    background-color: #E0F0F2;
}

    nav ul {
        padding: 0;
        text-align: left;
        list-style: none;
        margin: 0 0 10px;
        padding-left: 20px;
        line-height: 40px;
        overflow: visible;
        background: #e0f0f2;
        font-weight: bold;
        text-decoration: none;
        font-size: 15px;
    }

        nav ul li {
            display: inline-block;
            position: relative;
            z-index: 0;
            margin: 0;
            padding: 0 10px;
        }

            nav ul li.active {
                margin-top: 10px !important;
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
                border-top: 1px solid #fff;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
                background: #FFF;
                border-bottom-color: #FFF;
            }

                nav ul li.active a {
                    text-decoration: none;
                    color: #B94500;
                }

/*********End Tabs*************/

#primaryNavigation {
    margin-bottom: 0;
}

#detailsPane {
    padding: 0 15px 15px 15px;
    min-width: 300px;
    min-height: 300px;
    overflow-y: auto;
}

.interchangeNameAsRow {
    background-color: white !important;
    font-weight: bold;
}

.bigLoadingSpinner {
    background-image: url('Images/spinner.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    color: transparent;
    height: 100px;
}

.headerBackground {
    background-color: #006ba4;
    background-image: url('Images/bg.png');
    background-image: url(Images/bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
}

.headerFont {
    color: white;
}

.headerHeightRow {
    height: 20px;
}

.headerDropDown {
    background-color: #006ba4;
    border-color: transparent;
    border-bottom-color: white;
    width: 140px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.headerButton {
    border-color: white;
    background: transparent;
    color: white;
    min-width: 80px;
}

    .headerButton:hover {
        background: #006ba4;
        color: white;
    }

    .headerButton:focus,
    .headerButton:active {
        color: white;
    }

table {
    border: none;
    margin: 0;
    padding: 0;
}

td, th {
    font: 14px Arial, Helvetica, sans-serif;
    border: 2px solid white;
}

table thead tr th {
    background-color: #00b6cd;
    padding: 6px 10px;
}

    table thead tr th, table thead tr th a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

table tr th {
    background-color: #00b6cd;
    padding: 6px 10px;
}

    table tr th, table tr th a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }

table tbody tr td {
    color: #242424;
    background: #e5f8fa;
    padding: 6px 10px;
    vertical-align: top;
}

table tbody tr:nth-child(even) td {
    background: #ccf0f5;
}

.cellNoInter {
    background: #e5f8fa !important;
}

.indent0 {
    padding-left: 0;
}

.indent1 {
    padding-left: 10px;
}

.indent2 {
    padding-left: 20px;
}

.indent3 {
    padding-left: 30px;
}

.indent4 {
    padding-left: 40px;
}

.indent5 {
    padding-left: 50px;
}

.complexTypeRow td {
    background-color: #dadada !important;
}

.topComplexTypeRow td {
    background-color: #dadada;
    font-weight: bold;
}

.DivTableheader {
    background-color: #00b6cd;
    padding: 6px 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.DivTablecell {
    color: #242424;
    background: #e5f8fa;
    padding: 6px 10px;
    vertical-align: top;
}

#detailsPane .ui-accordion-header {
    background-color: rgb(219, 238, 243);
    font-weight: bold;
    text-align: center;
    border: none;
    color: black;
}

#detailsPane .accordion {
    margin: 10px 20px 0 0;
}

    #detailsPane .accordion span.ui-icon {
        display: inline-block;
        position: absolute;
        right: 20px;
    }

#detailsPane .ui-icon-caret-1-n {
    background-image: url(images/ui-icons_444444_256x240.png);
}

#pdfBtn {
    background-image: url(images/printerIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 1pt;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
}

#CSVBtn {
    background-image: url(images/downloadcsvicon.PNG);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 1pt;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
}

.timelineContainer #pdfBtn,
.accordion #pdfBtn {
    display: none !important;
}

.tableLegend {
    margin: 10px;
}

    .tableLegend div {
        font-size: smaller;
    }

    .tableLegend h3 {
        margin: 0;
        font-size: medium;
        font-weight: bold;
    }

#dataElementsByCategory .ComplexTypeTitle {
    font-size: medium;
}

#dataElementsByCategory .dataElementSubCatCt {
    padding-left: 20px;
}

.blockUI {
    opacity: 0.75;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1060;
    position: absolute;
}

.rowHeader {
    padding: 1px;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.flexJustContSpaceBetween {
    justify-content: space-between;
}

.flexJustContEnd {
    justify-content: flex-end;
}

.marg20 {
    margin: 20px;
}

.margRight20 {
    margin-right: 20px;
}

.margLeft20 {
    margin-left: 20px;
}

.margLeft10 {
    margin-left: 10px;
}

.margTop20 {
    margin-top: 20px;
}

.padLeft20 {
    padding-left: 20px;
}

.padTop10 {
    padding-top: 10px;
}

.padBot10 {
    padding-bottom: 10px;
}

/* Code Tables */
.CodeTableContainer {
    table-layout: fixed;
    width: 1024px;
}

.CodeTable {
    table-layout: fixed;
    width: 100%;
}

.CodeTableDiv {
    overflow-x: auto;
    white-space: nowrap;
}

#txtSearchFor {
    color: black;
}

#dataElementsDetId {
    display: table;
    border-collapse: collapse;
}

    #dataElementsDetId div.no-border {
        border: none !important;
    }

    #dataElementsDetId .row {
        margin: 0;
    }

.ctNarrativesExpandAllDiv {
    text-align: right;
    margin-right: 20px;
}

.ruleSpannedHeaderCell {
    visibility: hidden !important;
}

/*STATIC TABLE HEADERS*/
@media screen { /*Only apply this when showing in the screen! we do not want this when printing or generating a PDF*/
    /* Set header to stick to the top of the container. */
    .fixedHeader thead tr th {
        position: sticky;
        top: 0;
        box-shadow: 0 0 0 1px white; /*Use box shadow so that the borders do not appear transparent when the header sticks and the content scrolls behind it*/
    }

    .twoLinesHdr {
        top: 30px !important;
    }
}

/*END STATIC TABLE HEADERS*/

@media print {
    @page {
        size: letter landscape;
        margin: 0.5in;
        zoom: 80%;
    }
}

