﻿body {
    margin:0;
    padding:0;
}
div#header {
    padding:0;
}

    div#header h1 {
        font-size: 150%;
        margin-bottom: 0;
    }

    div#header a.LogoutLnk {
        text-decoration:none;
    }

div#topNav {
    border-bottom: 1px solid;
    border-top: 1px solid;
}


div#topNav > ul {
    display: flex; /* Use Flexbox */
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    border-left:1px solid;
}

    div#topNav > ul li {
        flex: 1; /* Make each li take up equal space */
        display: flex; /* Use Flexbox for the li */
        align-items: center; /* Center content vertically */
        justify-content: center; /* Center content horizontally */
        border-right: 1px solid;
    }

    div#topNav > ul li#selected {
        background-color: var(--deep-sage);
    }

        div#topNav > ul li a {
            padding-left: 15px;
            padding-right: 15px;
            text-decoration:none;
            height:100%;
            align-items:center;
            display:flex;
        }

            div#topNav > ul li:hover {
                text-decoration: none;
            }

div#container {
    background-image: url(../../Images/leftNavBackground.gif);
    background-repeat: repeat-y;
}

div#container2 {
    background-image: url(../../Images/rightNavBackground.gif);
    background-repeat: repeat-y;
    background-position: right;
}
div#leftNav {
    float: left;
    width: 149px;
    margin-left: 0px;
}
div#content {
    margin-left: 160px;
    margin-right: 180px;
    padding-top: 10px;
}
div#right {
    float: right;
    width: 160px;
    margin: 0;
    padding: 10px 5px 0 0;
}

@media (max-width: 1200px) {
    div#right {
        display: none;
    }
}

#cleardiv {
    clear: both;
    height: 1em;
}

ul[id$="LeftNavList"] {
    list-style: none;
    padding-left:0;
}

    ul[id$="LeftNavList"] > li > a {
        display: block;
        border-bottom: 1px solid var(--black);
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
        text-decoration:none;
    }

    ul[id$="LeftNavList"] > li > a:hover {
        text-decoration:none;
        
    }


.DetailsVw {
    border: solid 1px #0b349e;
    width: 99%;
}

    .DetailsVw td {
        padding: 2px;
    }

.DetailsVwHdr {
    text-align: left;
}

.DetailsVwHdr td {
    padding:10px;
}

    .DetailsVwHdr td h5 {
        margin-bottom:0;
    }

.DetailsVwRow {
    padding-left: 100px;
}

.DetailsVwArw {
    background-color: #ffeeff;
}

.DetailsVwFtr {
    background-color: #0b349e;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
}

.DetailsTbl {
    width: 100%;
}

.DetailsHdr {
    background-color: #0b246e;
    color: #ffffff;
    font-weight: bold;
    vertical-align: top;
    width: 25%;
}

.DetailsFldName {
    width: 20%;
    vertical-align: top;
}

.DetailsData {
    width: 55%
}

.table-layout {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.table-layout td {
    border-width: 0;
}


input[id$="Dbx"].date-picker {
    width: 75px !important;
}

.table tr.pager:hover td {
    background-color:#fff;
}
.table tr.pager > td > table > tbody > tr > td {
    border: 1px solid;
}
.table tr.pager > td > table > tbody > tr > td > span, .table tr.pager > td > table > tbody > tr > td > a {
    padding-left: 10px;
    padding-right: 10px;
}
.table-borderless table {
    border: none;
}

.card .card-header {
    font-size:20px;
}

.form-control.date-picker {
    min-width:90px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}

.card-header h5 {
    margin-bottom:0;
}