﻿* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
}





.toggle-show {
    height: 100%;
}

.toggle-hide {
    /*resize:both;*/
    height: 20px;
    overflow: hidden;
}


body, html {
    height: 100%;
    color: #55606A;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 0px !important;
}

hr {
    margin-bottom: 10px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}


#divBlueBar {
    background-color: white;
    color: black;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 0.8em;
    float: left;
    margin: 0px 0px 0px 60px;
}


#divTabRow {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0 30px 0 0;
    padding: 0;
    line-height: 30px;
}

    #divTabRow label {
        position: relative;
        z-index: 0;
        margin: 0 15px;
        padding: 0 15px;
        background: #ECECEC;
        display: inline-block;
        border-top: 1px solid #AAA;
        border-right: 1px solid #AAA;
        border-left: 1px solid #AAA;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        #divTabRow label.selected:hover {
        }

        #divTabRow label:hover {
            background: #8080ff;
            color: black;
        }

        #divTabRow label.selected {
            background: navy;
            color: white;
            z-index: 2;
            border-bottom: 1px solid navy;
        }


.table tbody {
    line-height: 1.2em;
    font-size: 0.8em;
}

    .table tbody > tr > td {
        padding: 1px !important;
    }

    .table tbody p {
        margin: 0;
    }

.table thead {
    background: #ECECEC;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eee;
}

.helptoggle .tooltip-inner {
    max-width: 650px;
    background-color: #ECECEC;
    color: black;
    text-align: left;
    font-size: 1.1em;
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
}

.helptoggle .tooltip.in {
    opacity: 1;
    filter: opacity(100);
    z-index: 1100;
}

.helptoggle .tooltip.left .tooltip-arrow {
    border-left-color: #ECECEC;
}

.radio.radiobuttonlist input[type="radio"], .checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label, .checkbox.checkboxlist label {
    margin: 0px 20px 4px 0px;
}

.bs-callout {
    padding: 5px;
    margin: 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout p {
        padding: 0;
        margin: 4px;
    }

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

.bs-calloutp:last-child {
    margin-bottom: 0;
}

.bs-calloutcode {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

.cdi-logout {
    cursor: pointer;
}


#divContent {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.cdi-top-banner {
}


    .cdi-top-banner .row {
        display: flex;
    }

    .cdi-top-banner .col-md-4 {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .cdi-top-banner .col-md-4.text-center {
            display: flex;
            align-items: center; /* Center vertically */
            justify-content: center; /* Center horizontally */
            font-weight: bold;
        }

        .cdi-top-banner .col-md-4.text-right {
            display: flex;
            flex-direction: column;
            justify-content: center; /* Center vertically */
            align-items: flex-end; /* Align to the right */
            padding-right: 15px; /* Add padding to the right for spacing */
        }

.banner-container {
    background: white; /* Background color of your banner */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* Shadow at the bottom */
    width:100%;
}


/* Additional CSS for the rest of your elements */


@media print {
    /* Hide URLs */
    a::after {
        content: none !important;
    }
}


/*Google Autocomplete. If it's not showing up on some pages or modals, update the z to be higher.*/
.pac-container {
    z-index: 1100 !important;
}
