body {
    background-color: #D9E7EA;
}

img {
    border: 0;
}

#siteMaster {
    background-image: url(../images/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 36px;
}

body, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}


h1 {
    margin-top: 0;
    color: #004A8D;
    font-size: 14pt;
}

h2 {
    color: #004A8D;
    font-size: 10pt;
}

h3 {
    color: #004A8D;
    font-size: 8pt;
}

table {
    border-collapse: collapse;
}

.submitButton {
    background-color: #004B8D;
    border: 2px solid #369AB0;
    color: White;
    min-height: 18px;
    /* For IE: Gradient Background  */
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#004B8D',EndColorStr='#00004e');
    cursor: pointer;
}

.cancelButton {
    background-color: lightgray;
    border: 2px solid white;
    color: black;
    min-height: 18px;
    /* For IE: Gradient Background  */
    filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='lightgray',EndColorStr='white');
    cursor: pointer;
}

a.submitButton {
    display: inline-block;
    text-decoration: none;
    padding: 1px 6px 1px 6px;
    cursor: default;
}

    a.submitButton:active {
        padding: 1px 6px 1px 6px;
    }

#frame {
    width: 777px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    text-align: right;
    margin-top: 5px;
    font-size: 8pt;
    width: 777px;
    height: 145px;
    overflow: hidden;
    /*
		This header image is the default.  Image is replaced in
		SiteMaster.cs Page_PreRender event.
	*/
    background-image: url(../images/header_enhanced.jpg);
    */ background-repeat: no-repeat;
}

    .header .loggedInUser {
        float: right;
        width: 300px;
        margin-top: 5px;
        margin-right: 15px;
        text-align: right;
        color: White;
    }

        .header .loggedInUser h3 {
            margin-top: 0px;
            font-size: 8pt;
            color: White;
        }

        .header .loggedInUser a {
            color: White;
            font-weight: normal;
        }

    .header a {
        text-decoration: none;
        color: #000000;
    }

        .header a:hover {
            text-decoration: underline;
            color: red;
        }

    .header #topMenu {
        clear: both;
        width: 775px;
        font-size: 8pt;
        text-align: center;
    }

        .header #topMenu a {
            text-decoration: none;
            color: #a7def6;
        }

            .header #topMenu a:hover {
                text-decoration: underline;
                color: red;
            }

#loading {
    float: right;
    margin-right: 20px;
    margin-top: 120px;
}

#content {
    width: 737px;
    float: left;
    "Float to fix" (so colA and colB can float) min-height: 230px;
    padding: 20px;
    background-image: url(../images/content_bg.gif);
    margin: 0; /* Added for Safari/Win */
}

td {
    vertical-align: top;
    border-style: none;
}

#tdLeft {
    width: 360px;
    border-right: 2px solid #004B8D;
}

#tdRight {
    padding-left: 15px;
    width: 360px;
}

#footer {
    clear: both;
    background-image: url(../images/footer.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
    width: 757px;
    text-align: left;
    font-size: 8pt;
}

    #footer #copyright {
        float: right;
        color: #379BB1;
    }

    #footer a {
        text-decoration: none;
        color: #000;
    }

        #footer a:hover {
            text-decoration: underline;
        }

#siteMaster .summaryList {
    border-style: none;
    background-color: Transparent;
    text-align: left;
}

#viewRecordMaster .summaryList {
    background-color: white;
    border: solid 3px #004B8D;
    text-align: center;
}

.summaryList {
    width: 100% -12px;
    padding: 3px;
    font-weight: bold;
}

    .summaryList ul {
        margin-left: 0; /* This line is required for IE */
        padding-left: 0; /* This line is required for Firefox */
        margin-top: 0; /* This line is require for Firefox */
    }

    .summaryList .error li {
        color: Red;
        background: transparent url(../images/exclamation.gif) no-repeat left;
    }

    .summaryList .info li {
        color: Green;
        background: transparent url(../images/info.gif) no-repeat left;
    }

    .summaryList ul li {
        display: block;
        list-style-type: none;
        list-style-position: outside;
        padding-left: 20px;
    }

#siteMaster .validationSummary {
    border-color: Transparent;
    background-color: Transparent;
    text-align: left;
}

#viewRecordMaster .validationSummary {
    border: solid 3px #004B8D;
    background-color: white;
    text-align: center;
}

.validationSummary {
    width: 100% -12px;
    padding: 3px;
    font-weight: bold;
}

    .validationSummary ul {
        margin-left: 0; /* This line is required for IE */
        padding-left: 0; /* This line is required for Firefox */
        margin-top: 0; /* This line is require for Firefox */
    }

        .validationSummary ul li {
            display: block;
            color: Red;
            background: transparent url(../images/exclamation.gif) repeat-y left top;
            list-style-type: none;
            list-style-position: outside;
            padding-left: 20px;
        }

.size10pt {
    vertical-align: top;
    font-size: 20pt;
}


/*
	-- Two Column layout inside Content
	360px (colA) + 15px (padding) + 360px (colB) = 737px (content)
*/

#twoColumns {
    float: left; /* "Float to fix" (so colA and colB can float) */
    width: 737px;
    background: transparent url(../images/pipe.jpg) repeat-y center;
}

#content #colA {
    float: left;
    width: 360px;
}

#content #colB {
    float: right;
    margin-left: 15px;
    width: 360px;
}

#colA {
    width: 380px;
    float: left;
}

#colB {
    width: 330px;
    float: left;
}

/* - - - - - - - - - - - - TEMPLATES - - - - - - - - - - - - */

.detailsView .subSectionTitle {
    background-color: White;
    color: Navy;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
}

.detailsView .updateSubSectionTile {
    background-color: White;
    color: Navy;
    text-align: left;
    font-weight: bold;
    width: 100%;
    display: block;
}

/* - - - - - - - - - - - SELECT RECORDS - - - - - - - - - - - */

.detailsView {
    color: darkblue;
    width: 100%;
    min-width: 200px;
    border: darkgray 1px solid;
}

    .detailsView td {
        border: darkgray 1px solid;
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 3px 2px 3px 2px;
        font-weight: normal;
        background-color: lightyellow;
        max-width: 400px;
        max-width: 100vw;
    }

    .detailsView th, .detailsView .headerColumn {
        width: 50%;
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 3px 2px 3px 2px;
        background-color: #CCCC99;
        border: darkgray 1px solid;
    }

    .detailsView table td {
        /* Remove radio button borders within table */
        border: 0;
    }


/* */

.dataTable {
    color: darkblue;
    border: darkgray 1px solid;
    width: 100%;
    min-width: 200px;
}

    .dataTable th {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 3px 2px 3px 2px;
        border: darkgray 1px solid;
        font-weight: normal;
        background-color: lightyellow;
    }

    .dataTable td {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 3px 2px 3px 2px;
        border: darkgray 1px solid;
    }

    .dataTable table td {
        /* Remove radio button borders within table */
        border: 0;
    }

#viewRecordHeader {
    width: 100%;
    background-color: #004B8D;
    background-image: url(../images/msti.jpg);
    background-repeat: no-repeat;
}

    #viewRecordHeader #headerLeft {
        float: left;
        width: 300px;
        height: 40px;
        margin-left: 150px;
        margin-top: 20px;
        margin-bottom: 10px;
        /*margin-left: 20px;
	margin-top: 90px;*/
    }

    #viewRecordHeader h3 {
        color: White;
    }

        #viewRecordHeader h3 a {
            color: White;
            font-weight: normal;
        }

    #viewRecordHeader #headerRight {
        float: right;
        width: 300px;
        height: 60px;
        margin-top: 20px;
        margin-right: 15px;
        margin-bottom: 10px;
        text-align: right;
    }

.printBar {
    padding-top: 2px;
    padding-bottom: 2px;
    border: darkgray 1px solid;
    margin-bottom: 0;
    clear: both;
    text-align: center;
    width: 100% -2px;
    background-color: lightyellow;
}

.pageBar {
    padding-top: 2px;
    padding-bottom: 25px;
    margin-bottom: 0;
    clear: both;
    width: 100% -2px;
    background-color: White;
    text-align: left;
}

.reportFilterSubmit {
    margin-top: 10px;
    text-align: center;
}

.acceptCookieBG {
    padding: 20px;
    padding-top: 20px;
    background-color: #232b2b !important;
    color: white;
    font-weight: bold;
}

/* WIZARD */
.wizard {
    width: 800px;
}

    .wizard h1 {
        font-size: 14pt;
        margin-bottom: 5px;
    }

    .wizard h2 {
        font-size: 12pt;
    }

    .wizard h3 {
        font-style: italic;
        font-size: 12pt;
    }

    .wizard .instructions {
        color: #004A8D;
        margin-left: 10px;
        font-size: 8pt;
        font-style: italic;
        margin-bottom: 5px;
    }

    .wizard .groupBox {
        width: 485px;
        background-color: lightyellow;
        border: solid 1px lightgrey;
        padding: 5px;
        margin-bottom: 10px;
    }

        .wizard .groupBox h1 {
            font-size: 10pt;
        }

    .wizard .sideBar {
        width: 250px;
        padding: 10px;
        background-color: #fff9c6;
        border-right: solid 2px #e98c38;
    }

    .wizard .step {
        background-color: White;
        padding: 10px;
    }

    .wizard .navigation {
        background-color: White;
        padding: 10px;
    }
/* POPUP DIV */

.popupDiv {
    width: 400px;
    padding: 5px;
    background-color: #fff9c6;
    border: solid 2px #e98c38;
    visibility: hidden;
}

    .popupDiv h1 {
        background-image: none;
        background-color: #e98c38;
        color: #fff9c6;
        margin: 0 0 5px 0;
        text-indent: 2px;
        line-height: 18px;
        height: 24px;
        padding-top: 2px;
        font-size: 14pt;
        font-family: 'Trebuchet MS';
    }

        .popupDiv h1 span {
            float: left;
        }

        .popupDiv h1 .close {
            float: right;
            margin-right: 4px;
        }

/* MODAL POPUP DIV */

.modalBackground {
    /*background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;*/
    /* Add IE6 support */
    background-color: Gray;
    filter: alpha(opacity=70) !important;
    opacity: 0.7;
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    z-index: 1 !important;
}

.modalPopupDiv {
    width: 400px;
    padding: 5px;
    background-color: #fff9c6;
    border: solid 2px #e98c38;
    /* unlike .popupDiv, .modalPopupDiv uses 'display: none;', not 'visibility: hidden;' */
}

    .modalPopupDiv h1 {
        background-image: none;
        background-color: #e98c38;
        color: #fff9c6;
        margin: 0 0 5px 0;
        text-indent: 2px;
        font-size: 18px;
        line-height: 18px;
        height: 24px;
        padding: 2px;
    }

        .modalPopupDiv h1 span {
            float: left;
        }

        .modalPopupDiv h1 .close {
            float: right;
            margin-right: 4px;
            cursor: pointer;
        }

.floatingProgressDiv {
    background: white;
    text-align: center;
    padding: 25px;
    border: darkgray 3px double;
}

.ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
    padding: 0;
}

    .ajax__calendar_container th {
        padding: 0;
        background-color: lemonchiffon;
    }

    .ajax__calendar_container tr {
        background-color: lemonchiffon;
        text-align: left;
        padding: 0;
        border: 0;
    }

    .ajax__calendar_container td {
        background-color: lemonchiffon;
        padding: 0;
        border: 0;
    }

.login-lblbtn {
    font-size: 8pt;
    color: white;
    font-family: Arial;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3d98bb;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none; /* initially hidden */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type="submit" i]:disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}

a.submitButton img {
    vertical-align: sub;
}

.vertical-img {
    vertical-align: bottom;
}

.mw-90 {
    max-width: 90%;
}

.mw-100 {
    max-width: 360px;
}

.mw-88 {
    max-width: 360px;
}

.txtarea {
    max-width: 98.5%;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    resize: vertical;
}

input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    max-width: 380px !important;
}