﻿body {
    margin: 0;
    padding: 0;
    background-color: #EBF6FD;
    color: #000000;
}

input[type=text].Number {
    text-align: right;
}

option.Archived {
    text-decoration: line-through;
}

span.MenuItem {
    padding-left: 5px;
    font-weight: bold;
}

span.block {
    display: block;
}

span.label, label.label {
    font-weight: bold;
    padding: 0;
    color: #000000;
    font-size: 14px;
}

span.warning {
    font-weight: bold;
    color: red;
}

div.formPanel {
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.formField {
    float: left;
    padding-right: 15px;
}

div.formLeftColumn {
    display: inline-block;
    width: 66%;
    vertical-align: top;
}

div.formRightColumn {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

div.formStacked {
    display: block;
    padding-bottom: 10px;
    padding-right: 10px;
}

div.formButton {
    padding-top: 15px;
}

div.formLast {
    float: none;
}

.validation-message {
    color: red;
    font-style: italic;
    font-size: 0.8em;
}

.pageContent {
    margin-top: 3.5rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/*Important, adjusts the width of the content to account for the lost width of the side bar.*/
@media (min-width: 1200px) {
    .pageContent {
        width: calc(100% - 258px);
    }
}


div.contenthead {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

    div.contenthead span.title {
        background-color: #f9ef7d;
        border-color: #cc9900;
        border-width: 2px;
        border-style: solid;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: bold;
        font-family: Arial;
        font-size: 14pt;
    }

    div.contenthead div.reports {
        text-align: left;
        font-weight: bold;
    }

        div.contenthead div.reports a {
            border-left: solid 2px black;
            padding: 0;
            margin: 0;
            margin-left: 5px;
            padding-left: 10px;
        }

            div.contenthead div.reports a.first {
                border-left: none;
                padding: 0;
                margin-left: 0;
                margin-right: 5px;
            }

    div.contenthead div.commands {
        float: right;
        text-align: right;
        margin-right: 20px;
        font-weight: bold;
    }

    div.contenthead div.activecommands {
        text-align: right;
        font-weight: bold;
    }

        div.contenthead div.activecommands a {
            border-right: solid 2px black;
            padding: 0;
            margin: 0;
            padding-right: 10px;
            margin-left: 5px;
        }

            div.contenthead div.activecommands a.last {
                border-right: none;
                padding: 0;
                margin-right: 0px;
                margin-left: 5px;
            }

    div.contenthead div.date {
        text-align: right;
        padding-bottom: 5px;
        margin-right: 20px;
    }

    div.contenthead div.books {
        text-align: right;
        padding-bottom: 5px;
        margin-right: 20px;
    }

div.footer {
    text-align: right;
    font-size: 8pt;
    padding: 5px;
    clear: both;
    color: Blue;
}

@media print {
    .pace-progress {
        display: none !important;
    }

    body,
    html {
        background-color: White;
    }

    div {
        background-color: White;
    }

        div.contenthead {
            text-align: center;
        }

            div.contenthead span.title {
                background-color: white;
                border: none 0px black;
                font-weight: bold;
                font-family: Arial;
                font-size: 14pt;
            }

        div.date {
            text-align: right;
            padding-bottom: 5px;
            font-size: 9pt;
        }

        div.books {
            text-align: right;
            padding-bottom: 5px;
            font-size: 9pt;
        }

        div.content {
            margin-left: 0px;
            padding-left: 0px;
        }

        div.commands, div.noprint, div.activecommands, a.noprint {
            display: none;
        }

        div.contenthead {
            padding-top: 0px;
        }

        div.footer {
            display: none;
        }

    /* Calendar control: don't show the img */
    img.cal {
        display: none;
    }

    input[type="image"].cal {
        display: none;
    }

    /* Don't show the buttons */
    input[type="submit"], input[type="button"] {
        display: none;
    }

    /* fixed not floating empty div not clearing */
    div.formPanel {
        display: table;
    }

    input[type="text"] {
        border: none 0px black;
        border-bottom: solid 1px black;
        text-align: center;
        height: 20px;
    }

    input[type="select"] {
        border: none 0px black;
        border-bottom: solid 1px black;
        text-align: center;
    }

    .dialog-form {
        display: none;
    }

    .topMenu {
        display: none;
    }

    .advisory {
        display: none;
    }

    .hideOnPrint {
        display: none !important;
    }

    .PageLevelAlert {
        display: none !important;
    }
}

/* annoying table total stuff */
.table-total > tbody > tr:last-child td {
    border-top: 3px double black;
}

.table-total > tbody > tr:last-child {
    background-color: transparent !important;
}

/* AJAX Toolkit: Update Panel Loading Popup styles */
.loading {
}

    .loading div {
        background: #666 url(/images/Loading.gif) 12px 12px no-repeat;
        padding: 4px;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 150px;
        color: #f0f0f0;
        font-weight: 400;
        text-align: center;
        line-height: 16px;
        opacity: 0.9;
        padding: 12px 12px 12px 36px;
        border: solid 2px black;
    }

/* AJAX Toolkit: ModalPopup styles */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70); /* IE opacity implementation */
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.amount {
    text-align: right;
}

.collapseBorders {
    border-collapse: collapse;
}

.WarningBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: darkgoldenrod;
    background-color: lightyellow;
    border: 1px goldenrod solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 6px;
}

.ValidationError {
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    line-height: 1;
    color: Maroon;
    background-color: lightpink;
    border: 1px red solid;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 6px;
}

    .ValidationError ul {
        margin-bottom: 0;
    }
    
.Warning {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: darkgoldenrod;
    background-color: lightyellow;
    border: 1px darkgoldenrod solid;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 6px;
}

.my-legend {
    border: 1px solid black;
    padding: 5px 5px 0 5px;
    border-radius: 6px;
    background: white;
}

    .my-legend .legend-title {
        text-align: left;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 90%;
    }

    .my-legend .legend-scale ul {
        margin: 0;
        margin-bottom: 5px;
        padding: 0;
        float: left;
        list-style: none;
    }

        .my-legend .legend-scale ul li {
            font-size: 80%;
            list-style: none;
            margin-left: 0;
            line-height: 18px;
            margin-bottom: 2px;
        }

    .my-legend ul.legend-labels li span {
        display: block;
        float: left;
        height: 16px;
        width: 30px;
        margin-right: 5px;
        margin-left: 0;
        border: 1px solid #999;
    }

    .my-legend .legend-source {
        font-size: 70%;
        color: #999;
        clear: both;
    }

    .my-legend a {
        color: #777;
    }

.jqueryUIModal label, .jqueryUIModal input {
    display: block;
}

    .jqueryUIModal input.text, .jqueryUIModal textarea {
        margin-bottom: 12px;
        width: 95%;
        padding: .4em;
    }

/* Dropdown Button */
.dropbtn {
    background-color: green;
    color: white;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

.TopMenuItem {
    float: right;
    font-size: 13px;
    color: white !important;
    border-right: darkgreen 1px solid !important;
    text-decoration: none !important;
    background-color: green;
    color: white;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

    .TopMenuItem:hover {
        background-color: #009900;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    float: right;
    text-align: right;
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #e6dfdf;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #009900;
}

/* colour and spacing for the help icon inline with text */
.help-icon {
    color: skyblue !important;
    margin-left: 5px;
}

.businessRule-icon {
    color: skyblue !important;
}

td.autosize {
    width: 1px;
    white-space: nowrap;
}

.accountingBookAndTime {
    text-align: right;
    float: right;
    font-size: 0.75rem;
}

.navbar-accountingBookAndTime {
    font-size: .75rem;
    padding: 0;
}

.ui-datepicker {
    z-index: 15555!important;
}

.dataTables_filter {
    display: inline-table;
    float: right;
}

.dataTables_length {
    float: right;
}

.dataTables_filter input {
    height: calc(1.5em + .75rem + 2px);
}

.popoverLoading {
    text-align: center;
}

.popoverLoadingImage {
    height: 35px;
    width: 35px;
}

button[aria-expanded=false] .fa-chevron-up {
    display: none;
}

button[aria-expanded=true] .fa-chevron-down {
    display: none;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer !important;
}

.diagonalLine {
    width: 112px;
    height: 47px;
    border-bottom: 1px solid red;
    transform: translateY(-20px) translateX(5px) rotate(27deg);
    position: absolute;
    z-index: -1;
}

/* Xtrasmall devices (phones, 0px and up) */
/* We don't use this... but it does set the "base" value */
@media (min-width: 0) {
    .inlineButton, .inlineButton-noFloat, .button {
        margin-top: .5rem !important;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) {
   
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .inlineButton {
        margin-top: 2em !important;
        float: right;
    }

    .inlineButton-noFloat {
        margin-top: 2em !important;
    }

    .button {
        float: right;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  
}
