﻿
/*---------STANDARD TAGS-----------------*/
header.row
{
    margin: 0 auto !important;
}
body {
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
    font-family: "arboria", sans-serif;
    color: #1b1b1b;
    font-weight: 400;
    font-size: 17px;
}

/*h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    clear: both;
    margin-top: 0;
    font-weight: bold;
    width: 100%;
}*/

h1, .h1 {
    color: #3a3a3a;
    font-size: 3.5em !important;
    letter-spacing: -1px;
    margin: 0px 0px 20px 0px;
    font-family: mongoose, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 1px;
    word-spacing: 3px;
    line-height: 1em !important;
    text-transform: uppercase;
}

h2, .h2 {
    color: #3a3a3a;
    font-size: 2em !important;
    margin: 0px 0px 20px 0px;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
h3, .h3 {
    color: #3a3a3a;
    font-size: 1.7em !important;
    margin: 0px 0px 20px 0px;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

h4, .h4 {
    color: #3a3a3a;
    font-size: 1.5em;
    margin: 0px 0px 20px 0px;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

h5, .h5 {
    color: #3a3a3a;
    font-size: 1.2em;
    margin: 0px 0px 20px 0px;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

h6, .h6 {
    color: #3a3a3a;
    font-size: 1em;
    margin: 0px 0px 20px 0px;
    font-family: arboria, sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

p {
    margin: 0 0 20px 0;
}


a /*, a:link, a:visited*/ {
    color: #841617;
    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
{
    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: 18px;
    margin-bottom: 0;
}

label
{
    padding-right: 20px;
    margin-bottom: 0;
    display: inline;
}

select, select option, input[type="text"], textarea
{
    background-color: #f3f3f3;
    color: #6B6B6B;
    border: solid 1px #cccccc;
}

select
{
    padding: 6px 3px 5px;
    margin-bottom: 10px;
    height: 30px;
    /*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: 5px;
    margin: 5px 5px 15px;
    position: relative;
}

iframe
{
    border: none;
    overflow: hidden;
}

hr
{
    clear: both;
    display: inline-block;
    width: 100%;
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 8px 0;
}
/*.checkbox, .radio
{
    float: left;
}*/

/*---------------- 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;
}


/*---------------- LAYOUT -------------------*/

#wrapper
{

}

.container{
   max-width: 100% !important;
   width: 100% !important;
   margin: 0 auto;
}

header
{
    background-color: #fff;
    width: 100%;
    padding: 20px 10px 10px 10px !important;
    max-width: 1366px;
    margin: 0 auto;
    min-height: 120px;
}

#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 {
    height: 50px;
    background-color: #841617;
    width: 100%;
}

#content
{
    min-height: 320px;
    clear: both;
    overflow: hidden;
    /*display: table;*/
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

#col_left {
    /*min-width: 28%;*/
    padding: 15px 20px 45px;
    border-right: 1px solid #CCC;
    margin-right: -1px;
}

#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 20px 75px;
    background-color: #444444;
    min-height: 150px;
    color: #d2d2d2;
    font-size: 13px;
    display: inline-block;
}



#footer-container {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

#footer_admin
{
    position: absolute;
    right: 20px;
}

#footer img
{
    display:none;
}

#footer_ou
{

}

footer a:link, footer a:visited
{
    color: #d2d2d2;
    text-decoration: none;
    
}

footer a:hover, #footer_ou a:focus
{
    color: #ffffff;
 }

#footer_right
{
    width: auto;
    float: right;
    margin: 150px 0 0;
}


#radio_add_edit
{
    background-color: #8F0222;
    color: #fff;
    padding: 8px;
    width: auto;
    font-weight: bold;
}

.fullWidth
{
    width: 100%;
}



/*---------------- ELEMENTS -------------------*/

.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: 7px 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: #eeeeee;
        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: #841617;
    font-size: .5em;
    /*margin: -10px 0 16px 0;*/
    margin: 0px 0 16px 0;
    /*clear: both;*/
    font-weight: normal;
}

.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%;
    margin-bottom: 15px;
}

.sectionContent
{
    clear: both;
}

/*--------- Alerts ----------*/
.message
{
    color: red;
    font-size: 13px;
    text-transform: none;
}
.radio .message
{
    color: #00FF8D;
}

.description
{
    font-size: 10px;
    color: #7a0000;
    max-width: 250px;
}


/*--------- LEFT Column ---------*/

#search {
    border: 0px;
    clear: right;
    position: relative;
    margin: 5px 5px 15px;
}


#tbSearch, #SearchBoxPlaceholder_tbSearch {
 
    background-color: #ffffff;
    height: 33px;
    /* max-width: 275px; */
    max-width: 100%;
    /* padding: 2px; */
    padding-left: 6px;
    padding-right: 100px;
    color: #333;
    font-size: 1em;
    border: 1px solid #7A7A7A;
 
}

.search_textfield {
    width: 100%;
    margin: 0;
}

.search_button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 40px;
    background-color: #990000;
    /*background-image: url(/images/search_box_icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 14px;*/
    filter: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0;  
    color: #fff;
}

/*--------- TOC ----------*/

.navbar-default {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: none;
}

.navbar-header {
    /*margin: 0 15px !important;
    background-color: #f6f6f6 !important;
    border: 1px solid #ccc;*/
}

.navbar-header button:hover .icon-barText {
    color: #fff !important;
}
.navbar-header button:hover .icon-barWrap .icon-bar
{
    background-color: #fff !important;
}

.dropdown .glyphicon:hover {
   /* color: #fff !important;*/
}

.dropdown.active .glyphicon:hover {
color: #1b1b1b !important;
}

.dropdown-menu, .dropdown-menu[data-bs-popper] {
    border: 0 none;
    margin-top: 0;
}

.dropdown-toggle {
    top: 1px;
}
    .dropdown-toggle svg {
        margin-top: 5px;
    }
    .dropdown-item {
        padding-left: 5px;
    }

    #ContentPlaceHolderColLeft_TOC1_col_left_top {
        clear: both;
    }

a.nav-link:focus ~ .dropdown-toggle, a.nav-link:hover ~ .dropdown-toggle {
    color: #ffffff;
}
.dropdown-toggle:focus, .dropdown-toggle:hover {
    background-color: #f0f0f0;
    color: #323232;
}

.TOC_hide {
    display: block;
}

#col_left h2
{
    color: #565656;
    width: 100%;
    /*margin-bottom: -5px;*/
}

.tocMenu a:link, .tocMenu a:visited
{
    text-decoration: none;
}

ol.tocMenu
{
    margin: 0px;
    display: inline-block;
    list-style: none inside none;
    padding: 0;
    width: 100%;
}

.tocMenu li
{
}

    .tocMenu li > a {
        padding: 10px !important;
        margin-bottom: -1px;
        border: 1px solid #f0f0f0;
        border-left-width: 5px;
        font-size: .875em;
        font-weight: 500 !important;
        text-decoration: none;
        color: #000 !important;
        transition: all .5s ease-out;
    }

    .tocMenu li > a:hover, .navbar-default .navbar-toggle:hover {
        background-color: #7b7b7b !important;
        border-right: 1px solid #7b7b7b !important;
        border-left: 5px solid #a5a5a5 !important;
        color: #fff !important;
        background-image: none;
    }
    .tocmenu ol{
        border-top: none !important;
        border-bottom: none !important;
    }


.tocMenu li.active a, .tocMenu .active.dropdown > a {
    /*color: #000000 !important;*/
}

.tocMenu li.active > a, .navbar-default .navbar-nav > .active > a:focus {
    border-left: 5px solid #841617;
    background: none !important;
    background-color: #323232 !important;
    /*border-right-color: transparent;*/
    border-bottom-color: transparent;
    color: #ffffff !important;
}
.tocMenu li.active .dropdown-toggle, .navbar-default .navbar-nav > .active .dropdown-toggle {
    color: #ffffff;
}
    .tocMenu li.active .dropdown-toggle:focus, .navbar-default .navbar-nav > .active .dropdown-toggle:hover {
        transition: linear .25s;
        color: #323232;
        background-color: #f0f0f0;
    }

.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}

    .tocMenu li:last-child {
        border-bottom: none !important;
    }

.tocMenu ol li:focus a:visited, .tocMenu ol li:hover a:visited {
    border-style: none !important;
}

.tocMenu ol li.active:focus a:link, .tocMenu ol li.active:focus a:visited, .tocMenu ol li.active:hover a:visited {
    border-style: none !important;
    color: #fff;
}

.navbar-default .navbar-toggle:focus, .tocMenu ol li:focus {
    background-color: #323232 !important;
    color: #fff;
    border-style: none !important;
}

.tocMenu li a:focus, .tocMenu li a:hover {
    transition: linear .25s;
    color: #fff !important;
    background-image: none;
    outline: none;
    background-color: #323232 !important;
}

.tocMenu > li.active > a:hover {
    background-color: #323232 !important;
    border-left-color: #841617 !important;
}

.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;
    margin-left: 5px;*/
    padding: 0 0 0 5px;
}

    .level2 > a:link, .level2 > a:visited
    {
        /*display: inline-block;
    color: #242424;
    padding: 4px 15px 1px;*/
        /*margin-left: 5px;*/
    }


/*.level3
{
    padding-left: 10px;
}*/
    .level3 > a:link, .level3 > a:visited {
        padding-left: 30px;
    }

    .level4 > a:link, .level4 > a:visited {
        padding-left: 30px;
    }

.active .level2, .active .level3, .active .level4
{
    /*display: block;
    margin-bottom: 0px;*/
}

li.active ol
{
    /*display: inline-block;
    margin-top: 5px;*/
}
/*-------Download Print----------*/
.DownloadPrint
{
    text-transform: uppercase;
    /*color: #777777;*/
    padding: 20px 0 20px 20px;
    font-size: 11px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    width: 100%;
    margin-bottom: 15px;
}
    .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;
}



.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_left .radio, .radio input[type="radio"]
{
    margin: 4px 5px 4px 0;
    padding: 10px;
}

/*---------- 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;
}
td, th
{
    padding: 8px;
}
td
{
    vertical-align: top;
}

th, tr:focus, tr:hover
{
    /*background-color: #feffe5;*/
}
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-hover > tbody > tr:hover > *, .table-hover > tbody > tr:hover a {
    color: #fff;
}

.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;
}
.charcount input {
    margin: 0;
    max-width: 33px;
    padding: 0;
    text-align: right;
}

/*==============================*/
/*====== 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;*/
}

/*==============================*/
/*====== END BOOTSTRAP OVERRIDES =========*/
/*==============================*/
