﻿html, body {
    height: 100%;
}

.main {
    background-repeat: repeat-x;
    background-color: #f5f5f5;
}

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 {
    max-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_text {
    color: #333;
    font-size: 8pt;
}

.login_container {
    width: 280px;
    float: right;
}

.contact_table, .header_text_bg, .navbar {
    margin-right: auto;
    margin-left: auto;
}

.header_image {
    height: 139px;
    width: calc(100% - 285px);
    float: left;
}

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;
}

    .footer a {
        padding: 5px;
        color: #f7f7f7;
    }

        .footer a:hover {
            text-decoration: underline;
        }

a {
    text-decoration: none;
}

.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 {
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    text-align: left;
    padding-bottom: 0;
    height: 39px;
}

.docs_navbar_wide_text {
    margin-left: 0;
    padding: 0px;
    color: #fff;
    font-size: 11pt;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    padding-right: 10px;
    width: auto;
}

.button_bar {
    width: auto;
    background-repeat: repeat-x;
    background-position: center center;
    border-bottom-style: none;
    padding: 2px 0 2px 0;
    background-color: #f9f9f9;
    text-align: right;
    margin: 0;
    min-height: 17px;
    font-size: 7pt;
    background-size: auto 100%;
}

    .button_bar a {
        text-transform: uppercase;
    }

.dynamic_content_wide {
    background-color: #fff;
    padding: 10px;
    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: 2px;
    background-position: center center;
    background-size: auto 100%;
}

/*.single_buttons a:link, .single_buttons span.action-command {
    border: thin solid #ccc;
    color: #333;
    padding: 3px 6px 3px 6px;
    background-color: #ebebeb;
    border-radius: 5px;
    margin-right: 20px;
}

.single_buttons 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;
}

@media screen and (max-width: 768px) {
    .fill_768 {
        width: 100% !important;
    }

    .hide_768 {
        display: none !important;
    }

    .hide_over_768 {
        display: block !important;
    }

    .no_padding_768 {
        padding: 0 !important;
    }

    .resize_768 {
        min-height: 40px;
        min-width: 40px;
    }

    .header {
        display: block;
        height: 50px;
    }

    .header_image {
        height: 50px;
    }

    .login_style {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        font-size: 14px;
        border-radius: 0;
    }

    .login_text {
        padding: 0;
    }

    .button_bar {
        font-size: 12pt;
    }

    .navbar_text {
        z-index: 10;
        background-color: #FAFAFA;
        width: 300px;
        height: calc(100% - 20px);
        position: fixed;
        -ms-transform: translate(0, -50px);
        -moz-transform: translate(0, -50px);
        -o-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        right: -300px;
        overflow-x: hidden;
        border-left: 1px solid #aaa;
        padding-right: 0;
        padding-left: 0;
    }

    .nav_item {
        display: list-item;
        border-bottom: 1px solid #E0E0E0;
        text-align: left;
        min-height: 40px;
        min-width: 40px;
    }

        .nav_item:first-child {
            border-top: 1px solid #E0E0E0;
        }

    .navbar_text.open {
        -ms-transform: translate(-300px, -50px);
        -moz-transform: translate(-300px, -50px);
        -o-transform: translate(-300px, -50px);
        -webkit-transform: translate(-300px, -50px);
        transform: translate(-300px, -50px);
        background-size: auto 100%;
        max-width: 80vw;
    }

    .navbar_text a:link {
        padding: 0;
        padding-left: 10px;
        line-height: 40px;
        margin: 8px;
        border: 0;
        border-radius: 10px;
        display: block;
    }

    .login_button {
        margin-bottom: 10px;
    }

    .login_box {
        /*min-height: 40px;*/
        margin-bottom: 10px;
    }

    .loggedin_row {
        float: right;
        width: 50%;
        padding-top: 0;
        padding-bottom: 0;
    }

    body {
        font-size: 12pt;
    }

    /*input {
        min-height: 40px;
        min-width: 40px;
    }*/

    a {
        /*display: inline-block;*/
    }

    .single_buttons a:link, .single_buttons span.action-command {
        margin: 2px;
        border-radius: 10px;
    }

    .single_buttons a {
        line-height: 40px;
        min-height: 40px;
        min-width: 40px;
    }

    .dynamic_content_wide {
        padding: 5px;
    }

    .responsive_padding_5px {
        padding-left: 5px;
        padding-right: 5px;
    }

    .responsive table, .responsive td .responsive th {
        display: inline;
    }

    .responsive > thead {
        display: none;
    }

    .responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive tr {
        border-bottom: 1px solid #ccc;
    }

    .responsive td {
        border: none;
        position: relative;
        width: calc(100% - 142px);
        font-size: 12pt;
        min-height: 18px;
        text-align: left;
    }

        .responsive td.small {
            width: calc(50% - 142px);
        }

    table.dataTable.responsive tbody td.combine {
        width: calc(50% - 4px);
        text-align: left;
        padding-left: 2px;
    }

    table.dataTable.responsive tbody td.combine_first {
        width: calc(50% - 4px);
        text-align: right;
        padding-left: 2px;
    }

    table.dataTable.responsive tbody td.top_cell {
        text-align: center;
        padding-left: 2px;
        width: calc(100% - 4px);
    }

    table.dataTable.responsive tbody td div {
        display: inline-block;
    }

    table.dataTable.responsive tbody td.extra_padding {
        padding-top: 3px;
    }

    table.dataTable.responsive tbody td.reduced_padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .responsive td:before {
        text-align: right;
        font-weight: bold;
        position: absolute;
        left: 6px;
        width: 130px;
        white-space: nowrap;
    }

    table.dataTable.responsive {
        width: 100% !important;
        border-collapse: collapse;
    }

        table.dataTable.responsive tbody td {
            padding: 2px;
            padding-left: 140px;
            float: left;
            border: 0;
        }

            table.dataTable.responsive tbody td.dataTables_empty {
                padding-left: 2px;
            }
}

@media screen and (max-width: 414px) {
    .responsive td.small {
        width: calc(100% - 142px);
    }

    table.dataTable.responsive tbody td.extra_padding {
        padding-top: 2px;
    }

    .docs_navbar_wide_text_414 {
        margin-left: 0;
        padding: 5px;
        color: #fff;
        font-size: 8pt;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: normal;
        padding-right: 5px;
        width: auto;
    }
}
