﻿/*---------STANDARD TAGS-----------------*/
body {
    padding: 0px;
    margin: 0px;
    color: #242424;
    /*font-family: 'Lato', Calibri, Arial, 'Garamond Premier Pro', 'Myriad Pro', sans-serif;*/
    font-family: Calibri, Arial, 'Garamond Premier Pro', 'Myriad Pro', sans-serif;
    font-size: 16px;
    /*background-color: #F1ECD9;*/
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
    margin-top: 0;
    font-weight: bold;
    width: 100%;
}

h1, .h1 {
    font-size: 24px;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 165%;
}

h3, .h3 {
    font-size: 150%;
}

h4, .h4 {
    font-size: 135%;
}

h5, .h5 {
    font-size: 120%;
}

h6, .h6 {
    font-size: 110%;
}

p {
    margin: 0 0 12px;
}

a /*, a:link, a:visited*/ {
    color: #7a0000;
    text-decoration: underline;
}

    a:hover, a:focus, a:active {
        color: #565656;
        text-decoration: none;
    }

ol, ul {
    margin-bottom: 20px;
    margin-top: 0;
    /*display: inline-block;*/
}

img {
    max-width: 100%;
    height: auto;
}

section, .section, article, .article {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

fieldset {
    padding: 10px 20px 20px;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

legend {
    font-weight: bold;
    font-size: 128%;
    margin-bottom: 0;
}

label {
    padding-right: 20px;
    margin-bottom: 0;
    /*display: inline;*/
}
.labelHidden {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

select, select option, input[type="text"], textarea {
    background-color: #fbfbfb;
    color: #6B6B6B;
    border: solid 1px #cccccc;
}

select {
    /*padding: 6px 3px 5px;*/
    margin-bottom: 10px;
    height: auto;
    /*max-width: 450px;*/
    max-width: 100%;
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

    select > option {
        padding: 10px 15px;
    }

    select *:not(option:first-child) > option {
        padding: 15px;
    }

input, textarea, select {
    color: #525252;
    padding: 10px 5px;
}
input:not(.search_textfield_bkgrd), textarea, select {
}

iframe {
    border: none;
    overflow: hidden;
}

hr {
    clear: both;
    display: inline-block;
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    /*margin: 4px 8px 0;*/
    margin: 10px 8px 10px;
}
/*.checkbox, .radio
{
    float: left;
}*/

code { text-wrap: none; word-wrap: break-word; }

/*---------------- LISTS -------------------*/
.upper_alpha {
    list-style-type: upper-alpha;
}

.lower_alpha {
    list-style-type: lower-alpha;
}

.upper_roman {
    list-style-type: upper-roman;
}

.lower_roman {
    list-style-type: lower-roman;
}

#wrapper {
    border: 1px solid #720909;
}

header {
}

#handbook_title {
    display: inline-block;
    color: #7a0000;
    font-family: 'Minion Pro', 'Times New Roman';
}

#uni, .hbTitle, .hbSubtitle {
    line-height: normal;
    clear: both;
    display: block;
}

#uni {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 7px;
    width: 100%;
}

    #uni em {
        text-transform: none;
    }

.hbTitle {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 3px;
}

.hbSubtitle {
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
}

#header_separator {
}

#content {
    min-height: 320px;
    clear: both;
    overflow: hidden;
    /*display: table;*/
    width: 100%;
}

#col_left {
    /*min-width: 28%;*/
    padding: 15px 20px 45px;
}

#col_right {
    /*width: calc(100% - 280px);*/
    padding: 20px 25px;
    background-color: #ffffff;
}
.left-border {
    border-left: 1px solid #CCCCCC;
}

footer {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    width: 100%;
    padding: 20px;
    background-color: #4b0000;
    min-height: 150px;
    color: #C2A8A8;
    font-size: 13px;
    display: inline-block;
    border-top: solid 7px #cccccc;
}

#footer_admin {
    position: absolute;
    right: 20px;
}

#footer_ou {
    background-image: url("../Images/template/footer_ou_interlock_fade.png");
    background-repeat: no-repeat;
    float: left;
    height: 207px;
    margin: 0;
    padding: 10px;
    width: 82px;
}

footer a:link, footer a:visited {
    color: #C2A8A8;
}

footer a:hover, #footer_ou a:focus {
    color: #ffffff;
    text-decoration: underline;
}

#footer_right {
    width: auto;
    float: right;
    margin: 150px 0 0;
}


#radio_add_edit {
    background-color: #8F0222;
    color: #fff;
    /*padding: 8px;*/
    margin-top: 10px;
    width: auto;
    font-weight: bold;
}

.fullWidth {
    width: 100%;
}

.button {
    /*float: left;*/
    /*border: 1px solid #CCCCCC;*/
    border: 0 none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    /*padding: 10px 25px;*/
    background: rgb(169,3,41); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}

    .button:hover, .button:focus {
        color: #fcfcfc;
        cursor: pointer;
        background: rgb(168,50,76); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4MzI0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhlMzM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjAwMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(168,50,76,1) 0%, rgba(142,51,71,1) 44%, rgba(107,0,23,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,50,76,1)), color-stop(44%,rgba(142,51,71,1)), color-stop(100%,rgba(107,0,23,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(168,50,76,1) 0%,rgba(142,51,71,1) 44%,rgba(107,0,23,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(168,50,76,1) 0%,rgba(142,51,71,1) 44%,rgba(107,0,23,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(168,50,76,1) 0%,rgba(142,51,71,1) 44%,rgba(107,0,23,1) 100%); /* IE10+ */
        background: linear-gradient(top, rgba(168,50,76,1) 0%,rgba(142,51,71,1) 44%,rgba(107,0,23,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8324c', endColorstr='#6b0017',GradientType=0 ); /* IE6-8 */
    }

/*--------- TEXT ----------*/
.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

#adminTips {
    font-size: 12px;
}

.updated_date {
    color: #9b9b9b;
    font-size: 11px;
    /*margin: -10px 0 16px 0;*/
    margin: 0px 0 16px 0;
    clear: both;
}

.section_number {
    float: left;
}

h1 .section_number, h2 .section_number, h3 .section_number, h4 .section_number, h5 .section_number, h6 .section_number {
    height: 100%;
    vertical-align: top;
}

.section_title {
    /*display: block;*/
    width: 100%;
    max-width: 100%;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    max-width: 85%;
    display: inline-block;
}

.heading_and_update {
    float: left;
    /*margin-left: 58px;*/
    /**/
    /**/
    /*max-width: 80%;*/
    /*display: flex;*/
    width: 100%;
}

.sectionContent {
    clear: both;
}

/*--------- Alerts ----------*/
.message {
    color: red;
    font-size: 90%;
    text-transform: none;
}

.radio .message {
    color: #00FF8D;
}

.description {
    font-size: 95%;
    color: #7a0000;
    max-width: 250px;
}

.charcount {
    background: none repeat scroll 0 0 #820003;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) -moz-use-text-color;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 0 1px medium;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    margin-bottom: -4px;
    padding: 3px 0 5px 7px;
    width: 95%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .charcount input {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #FFFFFF;
        margin: 0;
        max-width: 33px;
        padding: 0;
        text-align: right;
    }

/*--------- LEFT Column ---------*/
#tbSearch, #ContentPlaceHolderColLeft_tbSearch, #tbSearchbtn, #ContentPlaceHolderColLeft_tbSearchbtn {
    /*display: inline-block;
    float: left;*/
    margin-bottom: 10px;
}

#tbSearch, #ContentPlaceHolderColLeft_tbSearch {
    /*width: 69%;
    padding: 7px;
    margin: 0;*/
    width: 100%;
    color: #777777;
    font-weight: bold;
    border: solid 1px #bebebe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#tbSearchbtn, #ContentPlaceHolderColLeft_tbSearchbtn {
    /*width: 30%;
    padding: 0 5px;*/
}

    #tbSearchbtn .button {
        width: 100%;
        margin: 0;
        /*padding: 10px 18px;*/
    }

/*--------- TOC ----------*/
#ContentPlaceHolderColLeft_TOC1_col_left_top {
    clear: both;
}

.TOC_hide {
    display: block;
}

#col_left h2 {
    color: #565656;
    width: 100%;
    /*margin-bottom: -5px;*/
}

.expandMenu { margin-right: 10px; }

.tocMenu a:link, .tocMenu a:visited {
    text-decoration: none;
}

ol.tocMenu {
    font-size: 13px;
    margin: 0px;
    display: inline-block;
    list-style: none inside none;
    padding: 0;
    width: 100%;
}

.tocMenu li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.tocMenu ol li {
}

    .tocMenu ol li .toc_text {
        max-width: 86%;
    }

.toc_title {
    display: inline-block;
    max-width: 87%;
}

.toc_number {
    /*clear: both;
    display: block;
    float: left;*/
    text-align: right;
    min-width: 25px;
}

.toc_text {
    /*float: left;
    max-width: 220px;*/
    text-align: left;
}

.level2 .toc_text {
    /*max-width: 175px;*/
}

.level1 > a:link {
    /*font-weight: bold;*/
}

.level2, .level3, .level4 {
    /*display: none;
    padding-left: 9px;*/
    /*padding: 4px 15px 1px;*/
    padding: 0;
}

    .level2 > a:link, .level2 > a:visited {
        /*display: inline-block;
    color: #242424;
    padding: 4px 15px 1px;*/
    }

.tocMenu ol a:link, .tocMenu ol a:visited {
    color: #FFFFFF;
}

/*.level3
{
    padding-left: 10px;
}*/
.dropdown .level3 > a {
    padding-left: 30px;
}

.active .level2, .active .level3, .active .level4 {
    /*display: block;
    margin-bottom: 0px;*/
}

li.active ol {
    /*display: inline-block;
    margin-top: 5px;*/
}

#tocMenu .dropdown-menu {position: static;}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
/*-------Download Print----------*/
.DownloadPrint {
    text-transform: uppercase;
    color: #323232;
    padding: 20px 0 20px 20px;
    font-size: 11px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    width: 100%;
}

    .DownloadPrint ul {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .DownloadPrint li {
        list-style-type: none;
        display: block;
    }

    .DownloadPrint * a {
        cursor: pointer;
    }

/*------- Archive ----------*/
#archive {
    background: url(../Images/template/archive.png) no-repeat 0 2px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
    margin-left: 20px;
}

.archive_list {
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
}

.archive_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #565656;
    color: #565656;
    margin-top: 10px;
    margin-bottom: 0;
}

.archive_date {
    font-size: 11px;
    color: #777777;
    margin-top: 3px;
}

.archive_content {
    width: 48%;
    float: left;
    margin: 0 5px;
    border: solid 1px #cccccc;
}

    .archive_content p {
        padding: 8px;
    }

/*---------- RIGHT COLUMN --------------*/
#col_right p {
    text-align: justify;
    clear: both;
}

.tableColTitle, #col_right .tableColTitle p {
    text-align: left;
    min-width: 150px;
}

.tableColContent, #col_right .tableColContent p {
}

.tableColDate, #col_right .tableColDate p {
    text-align: center;
    min-width: 115px;
}


/*----------------- List styles ----------------*/
#col_right li {
    text-align: justify;
    margin-bottom: 8px;
}

.listStyle_RemoveStyling .section_number, .tocMenu.listStyle_RemoveStyling .toc_number {
    display: none;
    visibility: hidden;
}

/* p means parenthesis */
.listStyle_1_A_I_a_i_p1 ol {
    /*counter-reset: list;*/
}

    .listStyle_1_A_I_a_i_p1 ol > li {
        list-style: unset;
    }

        .listStyle_1_A_I_a_i_p1 ol > li > ol > li {
            list-style: upper-alpha;
        }

            .listStyle_1_A_I_a_i_p1 ol > li > ol > li > ol > li {
                list-style: upper-roman;
            }

                .listStyle_1_A_I_a_i_p1 ol > li > ol > li > ol > li > ol > li {
                    list-style: lower-alpha;
                }

                    .listStyle_1_A_I_a_i_p1 ol > li > ol > li > ol > li > ol > li > ol > li {
                        list-style: lower-roman;
                    }

                        .listStyle_1_A_I_a_i_p1 ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
                            list-style: none;
                        }

                            .listStyle_1_A_I_a_i_p1 ol > li > ol > li > ol > li > ol > li > ol > li > ol > li::before {
                                content: "(" counter(list, decimal) ") ";
                                counter-increment: list;
                                position: relative;
                            }


.listStyle_A_1_a_p1_pa_i ol {
    counter-reset: list;
}

    .listStyle_A_1_a_p1_pa_i ol > li {
        list-style: upper-alpha;
    }

        .listStyle_A_1_a_p1_pa_i ol > li > ol > li {
            list-style: decimal;
        }

            .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li {
                list-style: lower-alpha;
            }

                .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li {
                    list-style: none;
                }

                    .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li:before {
                        content: "(" counter(list, decimal) ") ";
                        counter-increment: list;
                        position: relative;
                    }

                    .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li > ol > li {
                        list-style: none;
                    }

                        .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li > ol > li:before {
                            content: "(" counter(list, lower-alpha) ") ";
                            counter-increment: list;
                            position: relative;
                        }

                        .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li > ol > li > ol > li {
                            list-style: lower-roman;
                        }

                            .listStyle_A_1_a_p1_pa_i ol > li > ol > li > ol > li > ol > li > ol > li > ol > li:before {
                                content: "";
                                counter-reset: list;
                            }

/*----------------- End of List styles ----------------*/

.indent1 {
    /*margin-left: 15px;*/
}

.indent2 {
    /*margin-left: 30px;*/
}

.indent3 {
    /*margin-left: 45px;*/
}

.indent4 {
    /*margin-left: 60px;*/
}

.instruct {
    font-weight: bold;
}

.clear {
    clear: both;
}

.floatright {
    float: right;
    max-width: 65%;
}

.floatleft {
    float: left;
}

.jqm-deeplink {
    display: inline-block;
    margin-top: 20px;
}

#col_right .radio {
    /*background-color: #ededed;*/
    /*border: 1px solid #d5d5d5;*/
    margin: 10px 0;
    padding: 10px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#337ab7+0,2e6da4+100 */
    background-color: #337ab7; /* Old browsers */
    background: -moz-linear-gradient(left, #337ab7 0%, #2e6da4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#337ab7), color-stop(100%,#2e6da4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #337ab7 0%,#2e6da4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #337ab7 0%,#2e6da4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #337ab7 0%,#2e6da4 100%); /* IE10+ */
    background: linear-gradient(to right, #337ab7 0%,#2e6da4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#2e6da4',GradientType=1 ); /* IE6-9 */
}

#col_right .radioPlain {
    margin: 5px 0 15px;
}

#col_left .radio, .radio input[type="radio"] {
    /*margin: 4px 5px 4px 0;
    padding: 10px;*/
    margin: 0;
    padding: 0;
    height: 20px;
    width: 20px;
}
.radio label {
    padding-left: 30px;
}

/*---------- END RIGHT COLUMN --------------*/

/* -------------- IMAGES ------------------*/
.image_right {
    float: right;
    margin-left: 10px;
    padding: 5px;
    border: solid 1px #cccccc;
}

.image_left {
    float: left;
    margin-right: 10px;
    padding: 5px;
    border: solid 1px #cccccc;
}

/* -------------- TABLES ------------------*/
table {
    width: 100%;
    /* border: 0 none; */
    border-color: #ddd;
}

td, th {
    padding: 8px;
    border-color: #ddd;
	border-width: 1px;
}

td {
    vertical-align: top;
}

th, tr:focus, tr:hover {
    /*background-color: #feffe5;*/
    background-color: #6b6b6b;
}

    th[role="presentation"], tr[role="presentation"]:focus, tr[role="presentation"]:hover {
        background: transparent;
    }


.table-stripe tbody tr:nth-child(odd) td {
    /*background-color: #eee;
    background-color: rgba(0,0,0,0.04);*/
}

.table-stripe thead th, .table-stripe tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #242424;
}

.table-height-short {
    max-height: 425px;
}

.tableFooter, .tableFooter:focus, .tableFooter:hover {
    background-color: #2F6FA7;
    color: #ffffff;
    font-weight: bold;
}

/* -------------- SPECIFIC ELEMENTS ------------------*/
#MainContent_Content4_GridViewRecentUpdates {
    border: solid 1px #CCC;
}

#MainContent_Content4_recent_additions {
    display: inline-block;
}

/*==============================*/
/*====== MESSAGES =========*/
/*==============================*/
.required {
    color: red;
}

#userMessages {
    width: 100%;
}

.msgSuccess, .msgError, .msgWarning, div[id*='xlaANMzone_'] > div:first-child {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 17px 18px;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}

.msgSuccess {
    background-color: rgba(0, 255, 0, 0.15);
    border: 1px solid rgba(0, 255, 0, 0.5);
}

.msgError {
    background: #F5CFCF; /*For older browsers*/
    background-color: rgba(255, 0, 0, 0.15);
    border-color: #F6B9B9; /*For older browsers*/
    border: 1px solid rgba(255, 0, 0, 0.2);
    text-shadow: none;
}

.msgWarning,
div[id*='xlaANMzone_'] > div:first-child {
    background: #FFF0A5;
    border: 1px solid #fed22f;
    color: #363636;
}

/*------------------MISC-----------------*/
.hide {
    display: none;
    visibility: hidden;
}

.bottomMargin {
    margin-bottom: 15px;
}

/*==============================*/
/*====== BOOTSTRAP OVERRIDES =========*/
/*==============================*/
.label-info {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #278bc6;
    color: #fff;
}

.checkbox label {
    font-weight: bold;
    padding-left: 0;
}

.table-stripe {
    /*display: inline-block;*/
}
.table-hover > tbody > tr:hover > *, .table-hover > tbody > tr:hover a {
    color: #fff;
}
.table-dark {
    --bs-table-bg: #6b6b6b;
}
.navbar-brand {
    vertical-align: sub;
}

#tocNav.navbar-expand .navbar-nav .dropdown-menu {
    position: relative;
}
.dropdown-toggle {
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
    .dropdown-toggle:focus, .dropdown-toggle:hover {
        /*background-color: #d5d5d5;*/
        background-color: #e0e0e0;
    }
    .dropdown-toggle > svg {
    }
    .dropdown-toggle::after {
        content: none;
    }

/*==============================*/
/*====== END BOOTSTRAP OVERRIDES =========*/
/*==============================*/
