﻿html, body {
    height: 100%;
}

.main {
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    min-width: 1140px;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #444;
    background-color: #898989;
}

.top_banner {
    background-repeat: repeat-x;
    background-position: center top;
}

.header {
    height: 139px;
    margin-right: auto;
    margin-left: auto;
}

.header_text_bg, .navbar, .header, .contact_table {
    width: 1140px;
}

.navbar_text {
    margin-left: 0;
    padding: 10px;
    height: 18px;
}

    .navbar_text a:link {
        padding: 10px;
        color: #262425;
        font-size: 11pt;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #FFF;
    }

    .navbar_text a:visited {
        border-right-color: #FFF;
        color: #262425;
    }

.login_style {
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-size: 8pt;
    margin-top: 15px;
    padding-top: 5px;
    background-size: auto 100%;
}

.login_text {
    color: #333;
    font-size: 8pt;
}

.login_container {
    width: 285px;
    float: right;
}

.contact_table, .header_text_bg, .navbar {
    margin-right: auto;
    margin-left: auto;
}

.header_image {
    height: 139px;
    width: calc(100% - 285px);
    float: left;
    background-repeat: no-repeat;
}

input {
    min-height: 17px;
}

.footer {
    color: #f7f7f7;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ccc;
    text-align: center;
    background-color: #898989;
    min-width: 1140px;
}

    .footer a {
        padding: 5px;
        color: #f7f7f7;
    }

        .footer a:hover {
            text-decoration: underline;
        }

a {
    text-decoration: none;
    cursor: pointer;
}

.hide_over_768 {
    display: none;
}

.footer_resize_long_backend {
    background-repeat: repeat-x;
    background-position: center top;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 100%;
}

.tab_navbar_wide {
    background-repeat: repeat-x;
    background-size: auto 100%;
    border-radius: 10px 10px 0 0;
    height: 39px;
    text-align: center;
    font-size: 11pt;
}

.docs_navbar_wide_text {
    margin-left: 0;
    padding: 10px;
    color: #fff;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}

.docs_navbar_wide {
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    text-align: center;
    padding-bottom: 0;
    height: 39px;
}

.docs_current_page_middle a {
    color: #fff;
}

.button_bar {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f9f9f9;
    text-align: right;
    padding-right: 0;
    margin: 0;
    min-height: 13px;
    font-size: 7pt;
    background-size: auto 100%;
}

    .button_bar a {
        text-transform: uppercase;
    }

.dynamic_content_wide {
    background-color: #fff;
    padding: 10px 25px 25px 25px;
    background-repeat: repeat-x;
}

.header__menu {
    position: absolute;
    right: 0;
    padding: 5px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40px;
    min-width: 40px;
}

    .header__menu svg {
        fill: #E0E0E0;
    }

.body_blue {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #ccc;
}

.contact_table {
    width: 100%;
}

.contact_headers {
    text-transform: uppercase;
    font-size: 12pt;
}

.tab_navbar_bottom {
    height: 38px;
    border-radius: 0 0 10px 10px;
}

.tools {
    padding-top: 3px;
    background-position: center center;
    background-size: auto 100%;
}

.single_buttons a:link, .single_buttons span.action-command, .single_tool a:link {
    border: thin solid #ccc;
    color: #333;
    padding: 3px 6px 3px 6px;
    background-color: #ebebeb;
    border-radius: 5px;
    margin-right: 20px;
}

.single_buttons a:visited, .single_tool a:visited {
    border: thin solid #ccc;
    color: #333;
}

.ui-tabs {
    padding: 0;
}

.imgProgress {
    position: fixed;
    top: 50%;
    margin-top: -64px;
    left: 50%;
    margin-left: -64px;
    padding: 16px;
    width: 100%;
    height: 100%;
    z-index: 1003 !important;
    overflow: auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

table.dataTable thead tr th, table.dataTable tfoot tr th, table.dataTable tfoot tr td {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
}

table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

table.dataTable tr.odd {
     background-color: #ebf8fd; 
}
