html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}



.navbar-nav > li > a:focus {
    outline-style: none;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    text-align: center;
    font-size: 8pt;
    line-height: 1.5;
    font-family: OpenSansRegular;
    color: #FFFFFF;
}

.header_menu {
    padding-top: 10px;
}

@font-face {
    font-family: 'TSVIcons';
    src: url('../fonts/TSVicons.eot');
    src: url('../fonts/TSVIcons.eot#iefix') format('embedded-opentype'), 
         url('../fonts/TSVIcons.woff') format("woff"), 
         url('../fonts/TSVIcons.tff') format('truetype'), 
         url('../fonts/TSVIcons.svg#TSVIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'TSVicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28pt;
    padding-right: 5px;
    color: #cec19e;
    vertical-align: middle;
}

.visible-sm #navbar-collapse-grid ul li a {
    text-align: center;
}

ul.dropdown-menu > li > a {
    text-align: left;
}

.visible-lg .center {
    max-width: 975px;
    margin: 0 auto;
}

.visible-md .center {
    max-width: 750px;
    margin: 0 auto;
}


.icon-tablet {
    font-family: 'TSVicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28pt;
    color: #cec19e;
    vertical-align: middle;
}

a:hover .icon, a:focus .icon, a:hover .icon-tablet, a:focus .icon-tablet {
    color: #fdf7e2;
}

.open > a {
    color: #fdf7e2;
}

.icon-school:before {
    content: "\e600";
}

.icon-reports:before {
    content: "\e601";
}

.icon-radio:before {
    content: "\e602";
}

.icon-email:before {
	content: "\e60c";
}

.icon-person:before {
    content: "\e603";
}

.icon-people:before {
    content: "\e604";
}

.icon-mask:before {
    content: "\e605";
}

.icon-leader:before {
    content: "\e606";
}

.icon-heart:before {
    content: "\e607";
}

.icon-daisy:before {
    content: "\e608";
}

.icon-cog:before {
    content: "\e609";
}

.icon-checkmark:before {
    content: "\e610";
}

.icon-cap:before {
    content: "\e611";
}

#footer_links {
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

    #footer_links li {
        display: inline;
        list-style-type: none;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #FFF;
    }

        /* unvisited link */
        #footer_links li a:link {
            color: #FFFFFF;
        }

        /* visited link */
        #footer_links li a:visited {
            color: #FFFFFF;
        }

        /* mouse over link */
        #footer_links li a:hover {
            color: #FFFFFF;
        }

        /* selected link */
        #footer_links li a:active {
            color: #FFFFFF;
        }

        #footer_links li:first-child {
            padding-left: 0px;
        }

        /* Remove the board "last child", LI */
        #footer_links li:last-child {
            border: none;
        }

.background {
    background-color: #2F6885 !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAiuAQMAAAD+fruWAAAABlBMVEUvaIT///+YWjXeAAAAHUlEQVRYw+3BMQEAAAwCoEVfdEv4CdxbDwAAAMwIfoFVAVnZilUAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
}

.background_white {
    background-color: white !important;
}

.background_khaki {
    background-color: #E2DAC0 !important;
}

.logo_tsv_top {
    background-color: black;
    display: block;
    clear: both;
    width: 100%;
    float: left;
}

    .logo_tsv_top div a img {
        float: right;
    }

.header_container {
    margin-left: -83px;
    background-color: white;
}

.header_title {
    font-size: 16pt;
    font-family: georgia;
    margin-top: 22px;
}

.header_name {
    font-size: 11pt;
    font-family: OpenSansRegular;
    color: #DB1341;
}

#header_links {
    padding: 0px;
    font-size: 8pt;
    font-family: OpenSansRegular;
}

    #header_links li {
        display: inline;
        list-style-type: none;
        padding: 0px 10px 0px;
        font-size: 9pt;
        font-family: OpenSansRegular;
        color: #DB1341;
        border-right: 1px solid #666;
    }
        /* Removes the padding from the "first child", the first LI */
        #header_links li:first-child {
            padding-left: 0px;
        }

        /* Remove the board "last child", LI */
        #header_links li:last-child {
            border: none;
        }

.header_links div a {
    color: #428BDC;
}

.header_links a strong {
    color: #FD0134;
    font-weight: normal;
}

.header_links a:hover {
    color: #FD0134;
    font-weight: normal;
}

.header_container_tablet {
    margin-left: -40px;
}

.navigation_container {
    background-color: #E2DAC0 !important;
    font-family: OpenSansRegular;
    padding: 0px !important;
    margin: 0px !important;
}

    .navigation_container ul {
        padding: 0px !important;
        margin: 0px !important;
    }

        .navigation_container ul li.dropdown {
            padding: 0px !important;
            margin: 0px !important;
        }

        .navigation_container ul li a {
            color: black !important;
        }

.navigation_divider {
    height: 55px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid white;
    float: left;
    position: relative;
    margin: 10px 5px 0px;
}

.navigation_divider_desktop {
    height: 35px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid white;
    float: left;
    position: relative;
    margin: 10px 5px;
}

.navigation_drop_down_first {
    padding: 0px !important;
    margin: 0px !important;
}

    .navigation_drop_down_first a {
        padding: 0px !important;
        margin: 0px !important;
    }

.nav li a {
    padding: 10px 15px;
}

.navbar {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    line-height: 1;
    font-size: 13px;
}

    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        background-color: #e6f6ff;
        background-image: linear-gradient(to top, #c7dfec 0px, #e6f6ff 100%);
        background-repeat: repeat-x;
    }


.body_container {
    padding: 1px 0px 5px;
    color: #333333;
    background-color: #FDF7E3;
    border-radius: 5px;
    background-color: #FDF7E3;
    font-family: OpenSansRegular;
}

.row-fluid {
    margin: 2px 15px;
}

.colorpicker {
    width: 110px;
}

fieldset {
    padding: 0px 5px 5px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 5px;
}

legend {
    display: block;
    padding: 0px 5px;
    margin-bottom: 5px;
    font-size: 12pt;
    line-height: inherit;
    width: auto;
    color: #222;
    border: none;
}

h2 {
    margin-bottom: 10px;
}

.scroll-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-autocomplete {
    background: white;
    max-height: 250px;
    overflow-y: auto;
}
/* prevent horizontal scrollbar / overflow-x: hidden; / add padding to account for vertical scrollbar / padding-right: 20px; z-index:1003 !important; z-index:1003; } / Option */
.ui-autocomplete-loading {
    background: white url(images/loader.gif) right center no-repeat;
}

    /* Button Colors
    #5ba2ca - Submit Button 
     - Other buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color: #c8e2ef;
    color: #000;
} 
h1, h2, h3
{
    color: #2f6884;
}
.label {
    color: #000;
    font-size: 14px;    
    padding-left: 0.2em;
}


.dataTables_length , .dataTables_info {
    margin-left:10px;

}

.dataTables_filter, .paging_simple_numbers{
    margin-right: 10px;
}

.dataTable > thead > tr{
    background-color: #444444;
    color: #fff;
}
