body {
    margin: 0;
    padding: 0;
    background: url(images/pageBG.jpg);
}

body, div, pre, select, textArea {
    font-family: Arial;
    font-size: .8rem;
}

img {
    border: 0;
}

/* for the report viewer*/
iframe {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.development {
    background: url(images/background-dev.gif) !important;
}

fieldset.search-box, fieldset.search-results {
    height: -webkit-fill-available;
    padding: 20px;
}

    fieldset.search-box .btn-wrapper {
        padding-top: 20px;
    }

.margin10 {
    margin: 10px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginTop16 {
    margin-top: 16px;
}

.marginLeft16 {
    margin-left: 16px;
}

.marginRight16 {
    margin-right: 16px;
}

.marginBottom16 {
    margin-bottom: 16px;
}
/*--------------- Loading Panel ---------------*/
.loader {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: rgb(1, 1, 1, .7);
    z-index: 99999;
}

.loading {
    border: 12px solid transparent;
    width: 100px;
    height: 100px;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border-top-color: #184786;
    border-right-color: #6F9F41;
    border-bottom-color: #DC8A27;
    border-left-color: #F2DC3E;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------- Header Properties ---------------*/
#headerContainer {
    width: 100%;
    min-width: 1000px;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    background: url(images/pageBG.jpg);
    border-bottom: 1px solid #999;
    z-index: 10;
}



#headerBkgrnd {
    height: 130px;
    background: url(images/btnBar.jpg) repeat-x;
    background-position: bottom center;
}

#logoContainer {
    width: 10%;
    min-width: 200px;
    height: 130px;
    float: left;
    text-align: center;
    background: url(images/logo-OCD.png) no-repeat top center;
    text-indent: -9999px;
}

#btnContainer {
    width: 80%;
    min-width: 800px;
    float: right;
}

#topContainer {
    height: 58px;
}
/* Search Box */
#searchBarContainer {
    float: right;
    padding: 10px 15px 0 0;
}

#searchBarBkgrnd {
    background: url(images/search.png) no-repeat #000;
    background-position: 97% 50%;
    padding: 5px 35px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333;
}

.searchBar {
    border: none;
    background: transparent;
    width: 250px;
    color: #fff;
}
/* Secondary Navigation Links */
#topNavContainer {
    float: right;
    padding: 10px 15px 0 0;
}

.topNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .topNav li {
        float: left;
    }

        .topNav li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #ccc;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: bold;
            letter-spacing: 1px;
        }

            .topNav li a:hover {
                color: #fff;
                background: #000;
            }

#mainNavContainer {
    padding: 17px 0 0 0
}
/* Main Navigation Links with Dropdowns */
#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

    #menu li {
        float: left;
        display: block;
        position: relative;
        margin-right: 4px;
        border: none;
        color: #333;
    }

        #menu li:hover {
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            border-radius: 5px 5px 5px 5px;
            background: url(images/btnBkgrnd.jpg) bottom center repeat-x #cccccc;
            border: 1px solid #777777;
            -moz-box-shadow: inset 1px 1px #ccc;
            -webkit-box-shadow: inset 1px 1px #ccc;
            box-shadow: inset 1px 1px #ccc;
        }

        #menu li.ddItem:hover {
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

        #menu li a {
            color: #666;
            display: block;
            outline: 0;
            text-decoration: none;
            text-shadow: 1px 1px 1px #fff;
            padding: 7px 14px;
            font-size: 14px;
            font-weight: bold;
        }

        #menu li:hover a {
            color: #fff;
            text-shadow: 1px 1px 1px #000;
            padding: 6px 13px;
        }

        #menu li .drop {
            padding: 7px 28px 7px 14px !important;
            background: url(images/dropDown.png) no-repeat;
            background-position: 100% 100%;
        }

        #menu li:hover .drop {
            padding: 6px 27px 6px 13px !important;
            background-position: 100% 0;
            -webkit-transition: background-position .2s linear;
            -moz-transition: background-position .2s linear;
            -o-transition: background-position .2s linear;
            transition: background-position .2s linear;
        }

        #menu li a.highlight {
            color: red !important;
        }

        #menu li:hover a.highlight {
            color: red;
        }

.dropdownMenu {
    width: 280px;
    margin: 0;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    border: 1px solid #686868;
    border-top: none;
    background: #686868;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: inset 1px -1px #ccc;
    -webkit-box-shadow: inset 1px -1px #ccc;
    box-shadow: inset 1px -1px #ccc;
}

.dropdownMenuLeft {
    width: 280px;
    margin: 0;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    border: 1px solid #686868;
    border-top: none;
    background: #686868;
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
    -moz-box-shadow: inset 1px -1px #ccc;
    -webkit-box-shadow: inset 1px -1px #ccc;
    box-shadow: inset 1px -1px #ccc;
}

#menu li:hover .dropdownMenu {
    left: -1px;
    top: auto;
    padding: 10px 0;
}

#menu li:hover .dropdownMenuLeft {
    left: -168px;
    top: auto;
    padding: 10px 0;
}
/* Top Dropdown Accordions */
#menu .topNavSubAccordion {
    list-style: none;
    padding: 0;
    margin: 0 auto !important;
    width: 270px !important;
}

    #menu .topNavSubAccordion div {
        display: block;
        background: url(images/subNavOff.png) repeat-x #1b1b1c;
        font-weight: bold;
        margin: 0;
        cursor: pointer;
        padding: 13px 7px;
        color: #fff;
        border: 0 !important;
        text-shadow: 1px 1px 1px #000;
        border: none;
        width: 256px;
    }

        #menu .topNavSubAccordion div:hover {
            background: url(images/subNavOn.png) repeat-x #004c65;
            border: 0 !important;
            padding: 13px 7px !important;
            margin: 0 !important
        }

        #menu .topNavSubAccordion div a {
            font-size: inherit;
            padding: 0;
        }

    #menu .topNavSubAccordion ul {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
    }

    #menu .topNavSubAccordion ul {
        display: none;
    }

        #menu .topNavSubAccordion ul li {
            font-weight: normal;
            cursor: auto;
            background-color: #004c65;
            padding: 0 !imoprtant;
            border: 0;
            float: none !important;
            border: 0;
            margin: 0 !Important
        }

            #menu .topNavSubAccordion ul li:hover {
                -moz-border-radius: 0 !important;
                -webkit-border-radius: 0 !important;
                border-radius: 0 !important;
                background-color: #000 !important;
                background: transparent !important;
                border: 0 !important;
                -moz-box-shadow: inset 0 0 #ccc !important;
                -webkit-box-shadow: inset 0 0 #ccc !important;
                box-shadow: inset 0 0 #ccc !important;
            }

            #menu .topNavSubAccordion ul li a {
                text-decoration: none !important;
                display: block !important;
                color: #fff !important;
                padding: 7px 10px 7px 20px !important;
                font-size: 10px !important;
                background: url(images/subNavArrow.png) no-repeat #004c65 !important;
                background-position: 5px 11px !important;
                text-shadow: 1px 1px 1px #000 !important;
                margin: 0 !important;
                -webkit-transition: padding .2s linear, background-position .2s linear;
                -moz-transition: padding .2s linear, background-position .2s linear;
                -o-transition: padding .2s linear, background-position .2s linear;
                transition: padding .2s linear, background-position .2s linear;
            }

                #menu .topNavSubAccordion ul li a.highlight {
                    color: red !important;
                }

                #menu .topNavSubAccordion ul li a:hover {
                    text-decoration: none !important;
                    padding: 7px 10px 7px 20px !important;
                    background-position: 12px 11px !important;
                }
/*--------------- Content Properties ---------------*/

#mainContainer {
    padding: 130px 0 0 0;
    height: calc(100vh - 186px);
}

#contentwrapper {
    float: left;
    width: 100%;
    background: url(images/contentBG.png) repeat-y;
    min-width: 1270px;
}
/*--------------- Right Content Column ---------------*/
#contentcolumn {
    margin-left: 200px;
    min-width: 800px;
}

#contentcolumnFull {
    min-width: 1000px;
    background: #d6dbdc;
}

.PageTitle {
    background: url(images/line.png) repeat-x;
    background-position: 0 50%;
    padding: 0 0 0 5px;
}

    .PageTitle span {
        letter-spacing: -1px;
        font-size: 28px;
        font-style: italic;
        color: #0e6d87;
        text-shadow: 1px 1px 1px #fff;
        background: #d6dbdc;
        font-weight: bold;
        padding: 0 10px;
    }

#breadCrumbContainer {
    float: left;
    padding: 3px 0 10px 0
}

.breadCrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .breadCrumbs li {
        float: left;
        padding-right: 10px;
        background: url(images/breadcrumb.png) no-repeat;
        background-position: 95% 50%;
    }

        .breadCrumbs li a {
            text-decoration: none;
            font-weight: bold;
            color: #333;
            display: block;
            padding: 5px 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            font-size: 10px;
        }

        .breadCrumbs li.breadCrumbsInactive {
            text-decoration: none;
            font-weight: bold;
            color: #333;
            display: block;
            padding: 5px 10px;
            padding-right: 25px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            font-size: 10px;
        }

        .breadCrumbs li a:hover {
            color: #666;
        }

        .breadCrumbs li.breadCrumbsActive {
            font-weight: bold;
            font-size: 10px;
            color: #333;
            padding: 5px 10px;
            background: #D6DBDC;
        }

#mainContentContainer {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    min-height: 400px;
}
/*--------------- Left Submenu Column ---------------*/
#leftcolumn {
    float: left;
    width: 200px;
    margin-left: -100%;
    background: url(images/menuTransition.png) repeat-x bottom left;
    padding-bottom: 121px;
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
}

    .accordion div, .accordionInActive {
        display: block;
        background: url(images/subNavOff.png) repeat-x #1b1b1c;
        font-weight: bold;
        margin: 0;
        cursor: pointer;
        padding: 13px 7px;
        color: #fff;
        border: 0 !important;
        text-shadow: 1px 1px 1px #000;
    }

        .accordion div:hover {
            background: url(images/subNavOn.png) repeat-x #004c65;
        }

.accordionActive {
    background: url(images/subNavOn.png) repeat-x #004c65 !important;
}

.accordion ul {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
}

.accordion ul {
    display: none;
}

    .accordion ul li {
        font-weight: normal;
        cursor: auto;
        background-color: #004c65;
        padding: 0 0 0 7px;
        border: 0;
    }

        .accordion ul li a {
            text-decoration: none;
            display: block;
            color: #fff;
            padding: 7px 10px 7px 20px;
            font-size: 10px;
            background: url(images/subNavArrow.png) no-repeat;
            background-position: 0 11px;
            text-shadow: 1px 1px 1px #000;
            -webkit-transition: padding .2s linear, background-position .2s linear;
            -moz-transition: padding .2s linear, background-position .2s linear;
            -o-transition: padding .2s linear, background-position .2s linear;
            transition: padding .2s linear, background-position .2s linear;
        }

            .accordion ul li a:hover {
                text-decoration: none;
                padding: 7px 10px 7px 20px;
                background-position: 11px 11px;
            }

.accordion li div a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
}

.subDropDown {
    width: 186px !important;
}

.subDropDownArrow {
    background: url(images/subDropDown.png) !important;
    width: 175px !Important;
    background-repeat: no-repeat !important;
    background-position: 170px 0 !important;
    padding: 0 10px 0 0 !important;
    margin: 0 !important;
}
/*--------------- Footer Properties ---------------*/

#footer {
    clear: left;
    width: 100%;
    color: #fff !Important;
    min-width: 1000px;
    padding-top: 30px;
}

.footerContainer {
    width: 19.9%;
    float: left;
}

.footerTitle {
    color: #fff;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.footerLnks {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footerLnks li {
    }

        .footerLnks li a {
            display: block;
            border-bottom: 1px solid #333;
            border-top: 1px solid #000;
            padding: 10px;
            font-size: 10px;
            color: #ccc;
            text-decoration: none;
        }

            .footerLnks li a:hover {
                background: #000;
                color: #fff;
            }

            .footerLnks li a.firstLnk {
                border-top: 0;
            }

            .footerLnks li a.lastLnk {
                border-bottom: 0;
            }

.footerInfo {
    padding: 30px;
    color: #ccc;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.departmentFtrContainer {
    background: url(images/pinnedBkgrnd.jpg) repeat-x;
    width: 100%;
    height: 60px;
}

.departmentFtrLogo {
    float: left;
    width: 200px;
    height: 60px;
    background: url(images/logo.jpg) no-repeat top center;
    text-indent: -9999px;
}

    .departmentFtrLogo a {
        display: block;
        height: 60px;
    }

.departmentFtrLnks {
    float: right;
    background: url(images/ftrLnkBkgrnd.jpg) repeat-x;
    height: 60px;
    padding: 0 10px;
}

#departmentFtr {
    padding: 15px 0 0 0;
}

    #departmentFtr ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }

        #departmentFtr ul li {
            float: left;
            margin-right: 4px;
        }

            #departmentFtr ul li a {
                margin-top: 0;
                color: #ccc;
                text-decoration: none;
                display: block;
                padding: 5px 10px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                font-size: 10px;
            }

                #departmentFtr ul li a:hover {
                    color: #fff;
                    background: #000;
                }
/*--------------- Back to Top Properties ---------------*/

#toTop {
    width: 52px;
    height: 52px;
    border: 0;
    background: #f7f7f7;
    text-align: center;
    padding: 0;
    position: fixed;
    bottom: 75px;
    right: 0;
    cursor: pointer;
    display: none;
    color: #333;
    font-family: verdana;
    font-size: 11px;
    background: url(images/top.png) no-repeat top center;
    text-indent: -9999px;
}
/*--------------- Form Properties ---------------*/

.textBox, .textArea {
    width: 300px;
    padding: 8px;
    color: #666;
    border: 1px solid #ccc;
}

    .textBox:hover, .textArea:hover {
        background: #efefef;
    }

.textBoxCalendar {
    width: 150px;
    padding: 5px;
    color: #666;
    border: 1px solid #ccc;
    background: url(images/icon-Calendar.png) no-repeat #fff;
    background-position: 100% 50%;
}

    .textBoxCalendar:hover {
        background: url(images/icon-Calendar.png) no-repeat #efefef;
        background-position: 100% 50%;
    }

input[readonly], .textBox[readonly] {
    background-color: ButtonFace;
}

.cbList input, .rbList input {
    vertical-align: middle;
}

.cbList label {
    padding-right: 15px;
    vertical-align: middle;
}

.rbList label {
    padding-right: 15px;
    vertical-align: text-top;
}

.rbList + span {
    vertical-align: text-top;
}

.rbList td, .cbList td {
    padding: 0 !important
}

.btn {
    background: #164684;
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    width: auto;
    overflow: visible;
    text-decoration: none;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

    .btn:hover {
        background: #3263a4;
        cursor: pointer;
        color: #fff;
    }

.btnUpload {
    background-image: url(images/icon-upload.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 30px !important;
}

    .btnUpload:hover {
        background-image: url(images/icon-upload.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
    }

input[type="submit"] {
    background: #164684;
    padding: 8px 16px;
    color: #fff;
    margin: 0;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    width: auto;
    overflow: visible;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear
}

#boxes input[type="submit"] {
    padding: 3px 12px;
}

input[type="submit"]:hover {
    background: #3263a4;
    cursor: pointer;
}

input[type="submit"]:disabled {
    background: #4c646b;
    cursor: default;
    color: #fff7f5;
}

input[type="text"]:disabled {
    background: #d3d3d3;
    cursor: default;
}

input[type="radio"],
input[type="checkbox"] {
    height: 1.5em;
    width: 1.5em;
}

    input[type="checkbox"].plssQuarterCheck {
        height: auto;
        width: auto;
    }

select {
    border-width: 1px; /* hack to address rendering issue of select borders at 5% increments for edge 87 & chrome 87 */
    color: #666;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 8px;
}

    select:disabled {
        background: #d3d3d3;
        cursor: default;
    }
/*--------------- Alerts & Messages ---------------*/

.message {
    left: 0;
    right: 0;
    position: fixed;
    _position: absolute;
}

    .message, .message p {
        color: #fff !important;
    }

.info {
    background: url(images/icon-Info.png) no-repeat #4ea5cd;
    background-position: 10px 15px;
    padding: 20px 20px 20px 55px;
    max-height: 112px;
    overflow-y: auto;
}

.error {
    background: url(images/icon-Error.png) no-repeat #de4343;
    background-position: 10px 15px;
    padding: 20px 20px 20px 55px;
}

.warning {
    background: url(images/icon-Warning.png) no-repeat #ff9f67;
    background-position: 10px 15px;
    padding: 20px 20px 20px 55px;
}

.success {
    background: url(images/icon-Success.png) no-repeat #61b832;
    background-position: 10px 15px;
    padding: 20px 20px 20px 55px;
}

.instruction {
    background: url(images/icon-Info.png) no-repeat #eea500;
    background-position: 10px 15px;
    padding: 20px 20px 20px 55px;
}

.message h3 {
    margin: 0 0 5px 0;
    color: #fff;
    text-shadow: 0 0 0 #000;
}

.message p {
    margin: 0;
}

.closeError {
    width: 35px;
    height: 35px;
    background: url(images/icon-close.png);
    background-position: 50% 50%;
    text-indent: -9999px;
}

    .closeError:hover {
        cursor: pointer;
    }

.inlineMessage, .inlineMessage p {
    color: #fff !important;
}

    .inlineMessage h3 {
        margin: 0 0 5px 0;
        color: #fff;
        text-shadow: 0 0 0 #000;
    }

    .inlineMessage p {
        margin: 0;
    }

.inlineInstruction {
    background: url(images/icon-Info.png) no-repeat #eea500;
    background-position: 4px 4px;
    background-size: 20px 20px;
    padding: 8px 8px 5px 30px;
    display: inline-block;
}

.modal_message_box {
    background-color: #ff9f67;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    margin-top: -15px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.modal_error_icon {
    background: url(images/icon-Error.png) no-repeat #de4343;
    background-position: 4px 8px;
    background-size: 20px 20px;
    padding: 8px 8px 5px 30px;
}

.modal_instruction_icon {
    background: url(images/icon-Info.png) no-repeat #eea500;
    background-position: 4px 8px;
    background-size: 20px 20px;
    padding: 8px 8px 5px 30px;
}
/*--------------- Modal ---------------*/

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    min-width: 1270px; /* should match largest min width for the page (currently: #contentwrapper,#data_layout) */
}

#boxes .window, .boxes .window {
    position: fixed;
    /* center modal popup in browser window */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* display modal popup on top of everything */
    z-index: 9999;
    /* limit size to fit in browser window */
    max-height: 100%;
    max-width: 100%;
    /* set defaults */
    background-color: white;
    min-width: 400px;
    display: none;
    padding: 20px;
}

#boxes .modal_container, .boxes .modal_container {
    padding: 10px;
    display: grid;
    grid-template-rows: auto 1fr auto
}

#boxes .modal_scrollable_content, .boxes .modal_scrollable_content {
    margin-right: -10px;
    padding-right: 10px;
    min-height: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#boxes .modal_horizontal_scrollable_content, .boxes .modal_horizontal_scrollable_content {
    padding-bottom: 10px;
    overflow-x: scroll;
}

#boxes .modalContainer, .boxes .modalContainer {
    width: 375px;
    height: 203px;
    border-radius: 12px;
    background-color: #ffffff;
}

#boxes .modalContainer2, .boxes .modalContainer2 {
    width: 403px;
    height: 150px;
    border-radius: 12px;
    background-color: #ffffff;
}

#boxes .modalContainer3, .boxes .modalContainer3 {
    width: 600px;
    border-radius: 12px;
}

    #boxes .modalContainer h3, #boxes .modalContainer2 h3, #boxes .modalContainer3 h3, #boxes .modal_container h3 {
        padding: 15px 0 0 0;
        color: #164684;
    }

    .boxes .modalContainer h3, .boxes .modalContainer2 h3, .boxes .modalContainer3 h3, .boxes .modal_container h3 {
        padding: 15px 0 0 0;
        color: #164684;
    }

.close {
    width: 35px;
    height: 35px;
    background: url(images/icon-closeDark.png);
    background-position: 50% 50%;
    text-indent: -9999px;
}
/*--------------- Table and Grid ---------------*/
.tbl-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.data-entry-grid hr {
    grid-column: 1 / -1; /* span entire grid */
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    margin: .5em 0;
}

td:empty::before {
    content: " ";
}

.searchcontainer {
    display: flex;
    align-items: stretch
}

    .searchcontainer .col1 {
        width: 514px;
        flex-shrink: 0;
    }

    .searchcontainer .col2 {
        flex: 1;
        padding-left: 20px;
    }


.data-entry-grid table {
    width: 100%;
    border-collapse: collapse;
}

.tblGrid, .tblData {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #ccc;
}

    .tblGrid th, .tblData th {
        padding: 10px;
        background: #233138;
        color: #fff;
        border-right: 1px solid #fff;
    }

        .tblGrid th:hover, .tblData th:hover {
            background: #233138;
            cursor: default;
        }

        .tblGrid th.slim, .tblData th.slim {
            padding: 5px;
            background: #233138;
            color: #fff;
            border-right: 1px solid #fff;
        }

    .tblGrid tr.sortable a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        width: 100%;
    }

    .tblGrid tr.sortable > th:hover {
        background: #4c646b;
    }

    .tblGrid tr:hover {
        background: #e5e5e5;
    }

    .tblGrid tr.selectable:hover {
        cursor: pointer;
    }

    .tblGrid td, .tblData td {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        vertical-align: top;
    }

        .tblGrid td.slim, .tblData td.slim {
            padding: 0;
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            vertical-align: top;
        }

    .tblGrid tr.footer:hover {
        background: inherit;
        cursor: default;
    }

    .tblGrid.fontwhite {
        color: white !important;
    }

.fontdark {
    color: #222;
}

.lengend {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.pagination {
    position: relative;
    float: left;
    display: block;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pagination li {
        position: relative;
        float: left;
        display: block;
        right: 50%;
    }

        .pagination li a {
            padding: 5px 10px;
            margin: 0 2px;
            font-weight: bold;
            display: block;
        }

            .pagination li a:hover {
                color: #fff;
                background: #164684;
                text-decoration: none;
            }

            .pagination li a.active {
                color: #fff;
                background: #233138;
                text-decoration: none;
            }
/*--------------- Developed for C:\development\ocd\OCD_Online\OCDPermitting\Data\WellSearchExpandedResults.aspx ---------------*/
/*--------------- Please test if you make changes to this section.  Please see code to determine usage.         ---------------*/
.rotatedHeading {
    overflow: hidden;
}

.tblGrid td.compressed, .tblData td.compressed {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

th.rotate {
    height: 90px;
    white-space: nowrap;
    border: none;
    padding: 0;
    vertical-align: bottom;
}

    th.rotate > div {
        color: #fff !important;
        width: 30px;
        float: right;
        position: relative;
        left: -11px;
        top: -7px;
        transform: translateX(100%) rotate(315deg);
    }

        th.rotate > div > span {
            border-bottom: 1px solid #ccc;
            padding: 2px 10px;
        }
/*--------------- button with dropdown menu ---------------*/

.btnDropdown {
    display: inline-block;
    position: relative;
}

.btnDropdownText {
    background: #164684;
    color: #fff !important;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px !important;
    font-weight: bold;
    padding: 10px 30px 10px 20px;
    line-height: normal !important;
    cursor: pointer;
    white-space: nowrap;
}

    .btnDropdownText:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
    }

    .btnDropdownText:hover {
        background-color: #3263a4;
    }


.btnDropdownInput {
    display: none;
}

.btnDropdownMenu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.btnDropdownInput + .btnDropdownMenu {
    display: none;
}

.btnDropdownInput:hover + .btnDropdownMenu {
    display: block;
}

.btnDropdownInput:checked + .btnDropdownMenu {
    display: block;
}

.btnDropdownMenu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
}

    .btnDropdownMenu li:hover {
        background-color: #f6f6f6;
    }

    .btnDropdownMenu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
        text-decoration: none;
        color: black;
    }

    .btnDropdownMenu li.btnDropdownMenuDivider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }
/*--------------- Uploaded Files ---------------*/

.uploadedFiles {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .uploadedFiles li {
        display: block;
        border-top: 1px solid #fff;
        padding: 10px 0;
    }

        .uploadedFiles li a.fileName {
            display: inline-block;
        }

        .uploadedFiles li a.fileDelete {
            padding: 0 10px;
            width: 16px;
            height: 16px;
            background: url(images/icon-Delete.png);
            background-position: 50% 50%;
            background-repeat: no-repeat;
            text-indent: -9999px !Important;
        }

    .uploadedFiles.readonly li {
        padding: 0;
    }

.fileUploadSpinner {
    width: 16px;
    height: 16px;
    padding-right: 10px;
}

.uploadSuccessful {
    background: url(images/icon-FileUploadSuccess.png) no-repeat left;
    background-size: 16px 16px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.uploadWarning {
    background: url(images/icon-FileUploadWarning.png) no-repeat left;
    background-size: 16px 16px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.uploadInProgress {
    background: url(images/loader.gif) no-repeat left;
    background-size: 16px 16px;
    padding-left: 20px;
    margin-bottom: 8px;
}

.uploadNotStarted {
    background-size: 16px 16px;
    padding-left: 20px;
    margin-bottom: 8px;
}

a.fileDelete {
    padding: 0 10px;
    width: 16px;
    height: 16px;
    background: url(images/icon-Delete.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px !Important;
}

a.tagDelete {
    padding: 0 10px;
    width: 16px;
    height: 16px;
    background: url(images/icon-Delete.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px !Important;
}

a.answerAdd {
    padding: 0 10px;
    width: 16px;
    height: 16px;
    background: url(images/icon-Add.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px !Important;
}

a.answerClear {
    padding: 0 10px;
    width: 16px;
    height: 16px;
    background: url(images/icon-Delete.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -9999px !Important;
}
/*--------------- Tabs ---------------*/

.tabMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

    .tabMenu li {
        float: left;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0 5px;
        height: 20px;
        padding: 10px 20px 0 20px;
        background: #fff7f5;
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
    }

        .tabMenu li:hover {
            cursor: pointer;
            background: #164684;
            color: #fff;
        }

        .tabMenu li.active {
            border-bottom: 1px solid #fff !important;
            background: #fff;
            color: #164684;
            font-weight: bold;
        }

.tabContainer {
    padding: 31px 0 0 0;
}

.tabContentContainer {
    width: 100%;
    min-height: 250px;
    border: 1px solid #ccc;
    background: #fff;
}

.tabContentPadding {
    padding: 20px 10px 10px 10px;
}

.content2, .content3 {
    display: none;
}
/*--------------- Accordions ---------------*/

.accordionButton {
    background: url(images/accordionSprite.png) no-repeat #233138;
    background-position: 0 0;
    border-bottom: 1px solid #4c646b;
    cursor: pointer;
    padding: 0;
    min-height: 40px;
    color: #fff !important;
    vertical-align: middle;
}

.accordionButtonOver {
    background: url(images/accordionSprite.png) no-repeat #4c646b;
    background-position: 0 100%;
}

.accordionButtonOn {
    background: url(images/accordionSprite.png) no-repeat #164684;
    background-position: 0 100%;
    border-bottom: 1px solid #164684 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
}

    .accordionButtonOn:hover {
        background: url(images/accordionSprite.png) no-repeat #164684;
        background-position: 0 100%;
        border-bottom: 1px solid #164684 !important;
        border-bottom-left-radius: 0 !important;
        -moz-border-radius-bottomleft: 0 !important;
        border-bottom-right-radius: 0 !important;
        -moz-border-radius-bottomright: 0 !important;
    }

.accordionButtonFirst {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

.accordionButtonLast {
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}

.accordionContent {
    border: 1px solid #ccc;
}

.accordionButton a.fileDelete {
    padding: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: url(images/icon-Close.png);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    text-indent: -9999px !Important;
}

.accordionButton a.select, .accordionButton a.select:hover {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 10px 10px 40px;
    width: 85%
}
/*------------------- jquery Component containers ----------------------------------*/

.ui-relative {
    position: relative;
}

.ui-absolute {
    position: absolute;
}

.ui-front {
    z-index: 9999;
}

.ui-XYorgin {
    left: 0;
    top: 0;
}

.ui-front {
    z-index: 9999;
}

.ui-hover-pointer {
    cursor: pointer;
}

.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-opaque {
    opacity: 1;
}

.ui-dark-translucent {
    background-color: black;
    opacity: 0.8;
}
/*--------------- Date Picker ---------------*/
#ui-datepicker-div {
    background: #fff;
    width: 200px;
    box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    border: 1px solid #ccc;
}

.ui-datepicker-header {
    background: #4c646b !Important;
    padding: 10px 5px;
    border-bottom: 1px solid #3263a4;
}

.ui-datepicker-prev {
    float: left;
    color: #fff !Important;
    font-size: 10px;
    font-weight: bold;
}

.ui-datepicker-next {
    float: right;
    color: #fff !Important;
    font-size: 10px;
    font-weight: bold;
}

    .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
        color: #fff;
        cursor: pointer;
    }

.ui-datepicker-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.ui-datepicker-calendar {
    width: 100%;
}

    .ui-datepicker-calendar th {
    }

    .ui-datepicker-calendar tbody td {
        background: #e5e5e5;
        border: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
        padding: 0;
    }

        .ui-datepicker-calendar tbody td:hover {
            background: #efefef;
        }

    .ui-datepicker-calendar tbody .ui-datepicker-today {
        background: #4c646b;
        border: 1px solid #3263a4;
    }

    .ui-datepicker-calendar tbody td a {
        display: block;
        text-decoration: none;
    }

    .ui-datepicker-calendar tbody .ui-state-highlight {
        color: #666;
    }

        .ui-datepicker-calendar tbody .ui-state-highlight:hover {
            color: #fff;
            background: #3263a4;
        }

.ui-state-active {
    color: #fff;
    background: #164684;
}

    .ui-state-active:hover {
        color: #fff;
        background: #3263a4;
    }

.ui-datepicker-calendar tbody .ui-state-disabled {
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
}
/*--------------- Auto Complete -------------------------------*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
    font-size: 80%;
}
/*--------------- Walk Through Class Properties ---------------*/

.walkThrough {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .walkThrough li {
        float: left;
        padding: 0 10px;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        width: 14%;
    }

        .walkThrough li a {
            display: block;
            background: transparent;
            padding: 5px 15px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            text-decoration: none;
            color: #666;
            font-weight: bold;
            border: 1px solid #fff;
        }

            .walkThrough li a:hover {
                background: #e5e5e5;
                border: 1px solid #ccc;
            }

            .walkThrough li a.active {
                background: url(images/arrowDown.png) no-repeat #164684;
                background-position: 50% 95%;
                color: #fff;
                font-weight: bold;
                padding: 5px 15px 30px 15px;
                border: 1px solid #fff;
            }

.walkThroughNumber {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 10px 0;
    margin: 0 0 5px 0;
}

.walkThrough li a:hover .walkThroughNumber {
    border-bottom: 1px solid #ccc;
}

.walkThrough li a.active .walkThroughNumber {
    color: #fff !Important;
    border-bottom: 1px solid #fff;
}

.walkThrough li.walkThroughLast {
    border-right: 0 !Important;
}
/*--------------- Validation Results Display  --------------*/

.fatalErrorMessage li {
    color: Red;
    font-weight: bold;
}

.warningMessage li {
    color: #164684;
}
/*--------------- "Required" Class Properties ---------------*/

.required, .required_relative {
    color: Red;
    font-weight: bold;
    display: inline;
    padding: 0 0 0 10px;
}

.required {
    position: absolute;
}
/*--------------- "Progress Bar" Class Properties ---------------*/

.progressBox {
    width: 320px;
    height: 160px;
    background-color: white;
    border: solid 2px black;
}

.progressTitle {
    padding-top: 16px;
    padding-left: 16px;
}

.progressBar {
    width: 32px;
    height: 32px;
    background: url(images/loader.gif) no-repeat center;
}
/*--------------- Well Details Class propertites --------------*/

#data_layout {
    min-width: 1270px;
}

#data_details {
    float: left;
    width: 75%;
    min-width: 1000px;
}

#data_nav {
    float: right;
    width: 20%;
    min-width: 195px;
}

.data_footer {
    clear: both;
    padding: 0;
    margin: 0;
}

.data_container {
    margin: 0;
}

    .data_container label {
        font-weight: bold;
    }

    .data_container .event_dates {
        padding-left: 5px;
        padding-right: 5px;
    }

.left_column, .right_column {
    display: block;
    padding: 0;
    margin: 0;
    width: 49%;
}

.left_column {
    float: left;
}

.right_column {
    float: right;
}



.data_container label {
    width: 200px;
    margin-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

.data_container .event_dates label, .data_container .event_dates span {
    display: inline-block;
}

.data_container .event_dates label {
    width: 200px !important;
}

.data_container .event_dates .right_column label {
    width: 195px !important;
}

.data_container .event_dates .right_column span {
    width: 80px;
}

.data_container .event_dates span {
    width: 80px;
}

.data_container .static_right {
    float: right;
    text-align: right;
}

.thinner_labels label {
    width: 120px;
    margin-right: 10px;
    padding-left: 10px;
    display: inline-block;
}
/*--------------- Global Class Properties ---------------*/

h1, h2, h3, h4, p {
    margin: 0 0 7px 0;
    padding: 0;
}

h1 {
    letter-spacing: -1px;
    font-size: 24px;
    color: #164684;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

h2 {
    letter-spacing: -1px;
    font-size: 20px;
    color: #233138;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

h3 {
    letter-spacing: -1px;
    font-size: 16px;
    color: #4c646b;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    color: #164684;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a {
        color: #164684;
        text-decoration: none !important;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
            color: #233138;
        }

hr {
    border-top: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin: 0;
    padding: 0 0 15px 0;
    height: 0;
}

a {
    color: #164684;
}

    a:hover {
        color: #233138;
    }

#mainContentContainer div, #mainContentContainer p, #mainContentContainer ol, #mainContentContainer dl {
    line-height: 16pt;
    color: #666;
}

fieldset {
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
}

legend {
    letter-spacing: -1px;
    font-size: 16px;
    color: #233138;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    padding: 10px 10px 15px 10px;
}

table {
    padding: 0;
    border: 0;
}

    table td {
        padding: 0 0 10px 0;
        color: #666;
        line-height: 16pt;
        vertical-align: text-top;
        ;
    }

.note {
    font-size: smaller;
    font-style: italic
}

.note_black {
    color: black;
    font-size: smaller;
    font-style: italic
}

.note_red {
    color: darkred;
    font-size: smaller;
    font-style: italic
}

.note_green {
    color: darkgreen;
    font-size: smaller;
    font-style: italic
}

.note_blue {
    color: darkblue;
    font-size: smaller;
    font-style: italic
}

.note_grey {
    color: grey;
    font-size: smaller;
    font-style: italic
}


.note p {
    margin-bottom: 5px;
}

.note ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.color1 {
    background: #164684;
}
/* dark blue*/ /* use txtwhite */
.color2 {
    background: #ff9f67;
}
/* flat orange */ /* use txtwhite or txtred or set to black */
.color3 {
    background: #233138;
}
/* very dark grey*/ /* use txtwhite */
.color4 {
    background: #fff8f8;
}
/* very light peach */
.color5 {
    background: #4c646b;
}
/* mid steel blue */ /* use txtwhite */
.color6 {
    background: #f8fff8;
}
/* light yellow */
.color7 {
    background: #ffffc7;
}
/* very light yellow */
.color8 {
    background: #f8f8ff;
}
/* very light blue */
.color9 {
    background: #6c757d
}
/* gray*/

.colorBox {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.txtWhite {
    color: #fff !important;
}

.txtRed {
    color: #ff0000 !important;
}

.txtImportant {
    color: #164684;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

.width90 {
    width: 90%;
}

.width85 {
    width: 85%;
}

.width75 {
    width: 75%;
}

.width66 {
    width: 66%;
}

.width50 {
    width: 50%;
}

.width34 {
    width: 34%;
}

.width33 {
    width: 33%;
}

.width25 {
    width: 25%;
}

.width15 {
    width: 15%;
}

.widthUnset {
    width: unset !important;
}

.fontbold10 {
    font-weight: bold;
    font-size: 10px;
}

.fontbold12 {
    font-weight: bold;
    font-size: 12px;
}

.fontbold14 {
    font-weight: bold;
    font-size: 14px;
}

.fontbold16 {
    font-weight: bold;
    font-size: 16px;
}

.fontbold18 {
    font-weight: bold;
    font-size: 18px;
}
/*flex*/
.flex-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.left_columnflex,
.right_columnflex {
    flex: 0 0 50%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.flex-container {
    --gap: 16px;
}

.flex-item {
    /* Calculate an equal width for each of the 5 items, accounting for gaps */
    flex: 1 1 calc((100% - 4 * var(--gap)) / 5);
    min-width: 0; /* allow the item to shrink properly in flex */
    /* Optional aesthetics */
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
}

    .flex-item a.btn {
        display: block;
        margin: 6px 0 6px 0;
    }
/*--------------- Colors developed for Incident (C-141 addtional pages) reports data Edit screens ---------------*/
td.toRightGradiantFieldPathRequired {
    background-image: conic-gradient(White 225deg, Coral 270deg, White 315deg);
}

td.toRightGradiantFieldPathOptional {
    background-image: conic-gradient(White 225deg, Wheat 270deg, White 315deg);
}

td.toRightGradiantFieldPathException {
    background-image: conic-gradient(White 225deg, LightGreen 270deg, White 315deg);
}

td.toRightGradiantFieldPathAlternate {
    background-image: conic-gradient(White 225deg, LightBlue 270deg, White 315deg);
}

p.toRightGradiantFieldPathRequired {
    background-image: conic-gradient(from 0deg at 1% 50%, White 225deg, Coral 270deg, White 315deg);
}

p.toRightGradiantFieldPathOptional {
    background-image: conic-gradient(from 0deg at 1% 50%, White 225deg, Wheat 270deg, White 315deg);
}

p.toRightGradiantFieldPathException {
    background-image: conic-gradient(from 0deg at 1% 50%, White 225deg, LightGreen 270deg, White 315deg);
}

p.toRightGradiantFieldPathAlternate {
    background-image: conic-gradient(from 0deg at 1% 50%, White 225deg, LightBlue 270deg, White 315deg);
}

.leftBorderFieldPathRequired {
    border-left: 3px dotted Red;
}

.leftBorderFieldPathException {
    border-left: 3px dashed Green;
}

.leftBorderFieldPathAlternate {
    border-left: 3px double Blue;
}

.noPadding {
    padding: 0;
}

.padding {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.paddingUnset {
    padding: unset !important;
}

.paddingTop10 {
    padding-top: 10px
}

.paddingTop15 {
    padding-top: 15px
}

.marginUnset {
    margin: unset !important;
}


.lineHeight12 {
    line-height: 12px;
}

.lineHeight14 {
    line-height: 14px;
}

.lineHeight16 {
    line-height: 16px;
}

.lineHeight18 {
    line-height: 18px;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.middle {
    vertical-align: middle;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left-tab45 {
    left: 45%;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.clearBoth {
    clear: both;
}

.thumbnailGlow {
    box-shadow: 5px 5px 5px #e5e5e5;
    -moz-box-shadow: 5px 5px 5px #e5e5e5;
    border: 1px solid #ccc;
    height: 120px;
    width: 105px;
}

    .thumbnailGlow:hover {
        border: 1px solid #999;
    }

.answerKeywordGlow {
    box-shadow: 5px 5px 5px #e5e5e5;
    -moz-box-shadow: 5px 5px 5px #e5e5e5;
    border: 1px solid #ccc;
    background-color: antiquewhite;
    padding: 3px;
}

.w-100 {
    width: 100%;
}

.btn-wrapper {
    float: right;
    padding: 6px 6px 24px 12px;
}

    .btn-wrapper + * {
        clear: right;
    }

.answerKeywordValid {
    box-shadow: 5px 5px 5px #e5e5e5;
    -moz-box-shadow: 5px 5px 5px #e5e5e5;
    border: 1px solid #ccc;
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.answerKeywordInvalid {
    box-shadow: 5px 5px 5px #e5e5e5;
    -moz-box-shadow: 5px 5px 5px #e5e5e5;
    border: 1px solid #ccc;
    background-color: lightcoral;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.hidden, .hidden td {
    display: none;
}

.printer, .excel {
    display: inline-block;
    padding-left: 20px;
    background-position: left;
    background-repeat: no-repeat;
}

.printer {
    background-image: url(images/printer.gif);
}

.excel {
    background-image: url(images/excel.gif);
}
/*--------------- Slider Switch Checkbox --------------*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 20px;
    color: white;
    font-weight: bold;
    float: right;
}
    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 55px;
        left: 3px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #164684;
}

input:focus + .slider {
    box-shadow: 0 0 1px #164684;
}

input:checked + .slider:before {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 18px;
}

    .slider.round:before {
        border-radius: 30% 30% 30% 30% / 100% 100% 100% 100%;
    }
/*--------------- Rounded Border and Background for Circular Toggle Buttons --------------*/
.roundedLinkButton {
    position: relative;
    border-radius: 25px;
    border: 1px solid #4c646b;
    padding: 1px;
    height: 16px;
    line-height: 148%;
    top: 4px;
    text-align: center;
    vertical-align: text-bottom;
    text-decoration: none;
    font-weight: bold;
}
/* -------------- ocd css3 style elements ---------------------- */
/* using flex for two column layout */
.ocd_flex_columns_container {
    display: flex;
    flex-wrap: wrap;
}

.ocd_flex_column {
    flex: 0 1 auto;
}

.ocd_flex_fixed_column_width {
    flex-basis: 500px;
}

.ocd_flex_column_seperator {
    padding-left: 5em;
}
/* float action element (edit/proceed to approve) to the right */
.ocd_action_link {
    float: right;
    padding-right: 44px;
}
/* -------------- floating point edit user control ---------------------- */
.quantity {
    position: relative;
}

    .quantity input[type=number]::-webkit-inner-spin-button,
    .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quantity input[type=number] {
        -webkit-appearance: textfield;
    }

    .quantity input {
        width: 45px;
        float: left;
        display: block;
        padding: 5px;
        margin: 0;
        border: 1px solid #ccc;
    }

        .quantity input:focus {
            outline: 0;
        }

.quantity-nav {
    float: left;
    position: relative;
    height: 25px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

    .quantity-button:hover {
        background-color: #efefef;
    }

    .quantity-button.quantity-up {
        position: relative;
        height: 46%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .quantity-button.quantity-down {
        position: relative;
        height: 46%;
        padding: 0;
        margin: 0;
        border-top: 1px solid #ccc;
    }

.quantity-up-symbol {
    position: relative;
    top: -5px;
    font-family: "Wingdings 3";
}

.quantity-down-symbol {
    position: relative;
    top: -4px;
    font-family: "Wingdings 3";
}
/*--------------- Detail Grid ---------------*/

.data-entry-grid {
    display: grid;
    grid-template-columns: [labels] max-content [controls] 1fr;
    grid-auto-flow: row;
    grid-gap: .8em .5em;
    align-items: center;
}

    .data-entry-grid > label,
    .data-entry-grid > fieldset {
        grid-column: labels;
        grid-row: auto;
    }

    .data-entry-grid > input,
    .data-entry-grid > select,
    .data-entry-grid > textarea,
    .data-entry-grid > button,
    .data-entry-grid > select {
        grid-column: controls;
        padding: .4em;
        display: block;
    }

    .data-entry-grid > input,
    .data-entry-grid > textarea {
        grid-column: controls;
        grid-row: auto;
        padding: .4em;
    }

    .data-entry-grid > select {
        width: 312px;
    }

    .data-entry-grid > textarea {
        min-height: 3em;
    }

    .data-entry-grid > label.align-start {
        align-self: start;
    }
    /* use br to seperate form "rows" when styles disabled */
    .data-entry-grid > br {
        display: none;
    }

    .data-entry-grid input[type=checkbox] {
        margin-left: 0;
    }

    .data-entry-grid > .form-wide {
        grid-column: span 2;
    }

    .data-entry-grid.labels-width-33percent {
        grid-template-columns: [labels] 33% [controls] 1fr;
    }
/*--------------- collapsible table ---------------*/
.collapsible-table .expanded, .collapsible-table .collapsed {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px !important;
}

.collapsible-table .expanded {
    background-image: url(images/expanded.jpg);
}

.collapsible-table .collapsed {
    background-image: url(images/collasped.jpg);
}

.collapsible-table .show-when-collapsed {
    display: none;
}

.collapsible-table .pointer {
    cursor: pointer;
}

.collapsible-table .indent-0 {
    padding-left: 0;
}

.collapsible-table .indent-1 {
    padding-left: 30px;
}

.collapsible-table .indent-2 {
    padding-left: 40px;
}

.collapsible-table .indent-3 {
    padding-left: 50px;
}

.collapsible-table .indent-4 {
    padding-left: 60px;
}

.permit-list-description {
    min-width: 200px;
}
