﻿.main {
    background-image: url(/Media/Images/Charts/main_back_4.png);
}

.top_banner {
    background-image: url(/Media/Images/Charts/banner_backdrop.png);
}

.header_image {
    background-image: url(/Media/Images/Charts/Bote_Charts_Banner.png);
}

.login_style {
    background-image: url(/Media/Images/Charts/login_box.png);
}

.footer_resize_long_backend {
    background-image: url(/Media/Images/Charts/credits_back_2.png);
}

.dynamic_content_wide {
    background-image: url(/Media/Images/Charts/table_back.png);
}

.tab_navbar_bottom {
    background-image: url(/Media/Images/Charts/tab_bar_normal.jpg);
}

.body_blue {
    background-image: url(/Media/Images/Charts/footer_gradient_2.png);
}

.tools {
    background-image: url(/Media/Images/Charts/button_tab.jpg);
}

.button_bar {
    background-image: url(/Media/Images/Charts/button_tab.jpg);
}

a, a:hover, .contact_headers, .video_titles, .right h2, .left2 h3 {
    color: #F05A22;
}

    a img {
        border: 0;
    }

.ui-tabs .ui-tabs-nav {
    background-repeat: repeat;
    background-size: auto 100%;
    background-position: left;
    padding: 0 20px 0 20px;
    min-height: 39px;
    height: 100%;
    border-radius: 10px 10px 0 0;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    border: none;
}

.member-navbar ul a {
    border-right: 1px solid #FFFFFF;
}

#dlUserCharts a {
    text-decoration: none;
    color: #F05A22 !important;
}

.clear {
    clear: both;
}

a.disabled {
    color: gray;
}

.filter-ctn {
    width: 100%;
    margin: 0 auto;
}

    .filter-ctn table {
        float: left;
        margin: 0 5px;
    }

div.filter_margin {
    float: left;
    margin: 0 5px;
    margin-top: 5px;
}

#btnNext.disabled {
    color: #ababab;
}

.filter-ctn div:not(.select2-container) {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

.filter-ctn div > label, .filter-ctn div > input, .filter-ctn div > select {
    margin: 5px 0;
    display: block;
    height: 21px;
    line-height: 21px;
}

.route td {
    width: 33%;
}

div.error {
    border-color: red;
    background-color: #fcd6cf;
    color: red;
}

label.error {
    display: block;
    color: red;
    font-style: italic;
    font-weight: normal;
    float: none;
    padding-left: .5em;
    vertical-align: top;
}

#filters label {
    width: 110px;
}

#filters input, #filters select {
    width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input.error, textarea.error, select.error {
    border: 2px solid red;
    background-color: #fcd6cf;
    color: red;
}

.top_slideshow {
    width: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    background-repeat: repeat-x;
    background-color: #FFF;
    background-position: bottom;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    height: 142px;
}

.single_buttons input {
    background-color: #EBEBEB;
    border: thin solid #CCCCCC;
    border-radius: 5px;
    border-top-width: 0;
    color: #333333;
    font-style: normal;
    font-weight: normal;
    margin-right: 20px;
    padding: 3px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.ui-widget select, option {
    font-size: 12px;
}

div.waiting {
    border: 3px solid #000000;
    text-align: center;
    width: 325px;
    z-index: 9;
}

ul li.select2-results-dept-0 > div:first-child {
    font-weight: bold;
}

ul.ui-widget-header {
    background-image: url("/Media/Images/Charts/tab_bar_normal.jpg");
    border-radius: 10px 10px 0 0;
}

.tabs ul li.ui-state-active, .tabs .ui-widget-header .ui-state-active, .accordion h3, .accordion .ui-state-active, .tabs ul li a:hover {
    background-image: url("/Media/Images/Charts/tab_bar_highlight.jpg");
}

.tabs ul li.ui-state-default, .accordion .ui-accordion-header {
    background: url("/Media/Images/Charts/tab_bar_normal.jpg");
    border: 0 none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFFFFF;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding: 0;
}

.accordion h3.ui-state-hover, .accordion .ui-accordion-header {
    height: 39px;
    color: #FFFFFF;
}

.ui-accordion-header.ui-state-default a {
    padding-left: 2.2em;
    color: white;
}

.paging_full_numbers .ui-button {
    padding: 2px 6px;
    margin: 0;
    cursor: pointer;
    * cursor: hand;
}

.red {
    color: #FF0000;
}

.chart {
    min-height: 500px;
    min-width: 992px;
}

.tooltip {
    border-collapse: collapse;
    font-size: 12px;
}

    .tooltip tr:first-child td:nth-child(1n+2) {
        border-bottom: 1px solid black;
    }

    .tooltip td {
        padding: 0;
    }

    .tooltip tr td:first-child {
        text-align: right;
        padding-right: 5px;
    }

    .tooltip tr td:nth-child(2) {
        padding-right: 5px;
    }

    .tooltip tr td:nth-child(3) {
        border-left: 1px solid black;
        padding-left: 5px;
    }

.tooltip-cnt, .tooltip-header {
    padding: 1px 5px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
}

.tooltip-header {
    border: 2px solid #a1a1a1;
    background: #dddddd;
}

.front_button_style {
    font-style: italic;
    text-transform: capitalize;
    font-weight: bolder;
}

    .front_button_style a:link, .front_button_style input {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 20px;
        border: medium none #D0DF62;
        margin-bottom: 5px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #F25C1C;
        padding: 5px 10px 5px 10px;
    }

    .front_button_style a:active {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding: 5px 10px 5px 10px 0;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #F25C1C;
    }

    .front_button_style a:hover {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding: 5px 10px 5px 10px;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #CE3A02;
    }

    .front_button_style a:visited {
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 20px;
        border: medium none #D0DF62;
        padding: 5px 10px 5px 10px;
        margin-bottom: 0;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        background-color: #F25C1C;
    }

    .front_button_style a:focus {
        outline: none;
    }

.current_page a {
    background-color: #FEEACA;
    color: #262425;
    text-decoration: none;
}

.navbar {
    width: 1140px;
    min-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/Media/Images/Charts/final_navbar_gradient.png);
    border-bottom-style: none;
}

.navbar_text a:hover {
    background-color: #FDF6E9;
    color: #262425;
    text-decoration: none;
}

.video_titles {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

.generate-chart-button {
    display: none;
    width: 115px;
    height: 25px;
    background: SkyBlue;
    margin-top: 5px;
    margin-left: 5px;
    padding-bottom: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.clear-surList-button {
    display: none;
    width: 115px;
    height: 25px;
    background: LightSteelBlue;
    margin-top: 5px;
    margin-left: 5px;
    padding-bottom: 8px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    float: right;
}

.dataLabel-buttons {
    background: #F1C40F;
}

.center-div { 
    display: none;
    margin-right: auto; 
    margin-left: auto; 
    width: 800px; 
    text-align: center;
}

.sep-elements { 
    display: inline;
    margin-left: 15px;
    font-weight: bold;
}

[type="checkbox"]
{
    vertical-align:middle;
}

.single_buttons {
    font-size: 7pt;
}

    .single_buttons a:active {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #333;
        text-decoration: none;
        background-color: #EBEBEB;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .single_buttons a:hover {
        border: thin solid #CCCCCC;
        padding: 3px 6px 3px 6px;
        margin-bottom: 0;
        color: #000000;
        text-decoration: none;
        background-color: #F5F5F5;
        font-style: normal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 0;
        border-radius: 5px;
    }

    .single_buttons a:focus {
        outline: none;
    }

.single_tool {
}

    .single_tool a:link {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:active {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:hover {
        padding-right: 0;
        padding-left: 20px;
    }

    .single_tool a:focus {
        outline: none;
    }

.bottom_banner {
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}

.logo {
    width: 318px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.left2 {
    width: 45%;
    float: left;
    padding-left: 15px;
}

    .left2 h2 {
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bolder;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0 0 8px 0;
        text-align: left;
        padding: 0;
        text-transform: uppercase;
    }

.header_text_bg {
    margin: 0 auto;
    width: 1140px;
    padding: 0;
    background-color: #FFF;
    border-right-width: thin;
    border-left-width: thin;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #68B44D;
    border-left-color: #68B44D;
}

.right {
    width: 45%;
    float: right;
    -webkit-border-radius: 0;
    border-radius: 10px;
    padding-right: 15px;
    margin-top: 0;
    margin-left: 50px;
}

    .right h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: normal;
        font-variant: normal;
        border-bottom-width: thin;
        border-bottom-style: none;
        border-bottom-color: #444;
        margin: 0;
        text-align: left;
        padding: 0;
    }

.credits {
    padding: 1px 1px 0 1px;
    margin: 0;
    background-repeat: repeat-x;
    text-align: center;
    background-position: top;
    padding-bottom: 0;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #CCC;
    width: auto;
}

.footer_resize {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    min-height: 160px;
    background-color: #FFF;
}

.footer_resize_230 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 20px 10px;
    background-color: #FFF;
    min-height: 230px;
}

.footer_resize_long {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-x;
    background-position: center top;
    border-top-width: thin;
    border-top-style: none;
    border-top-color: #CCC;
    padding: 20px 10px 0 10px;
    background-color: #FFF;
    min-height: 550px;
}

.footer p {
    font: normal 10pt Arial,Helvetica,sans-serif;
    color: #f7f7f7;
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
}

.rounded_corners_left {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 10px;
}

.left2 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    font-variant: normal;
    border-bottom-width: thin;
    border-bottom-style: none;
    border-bottom-color: #444;
    margin: 0;
    text-align: left;
    padding: 0;
}

.footer_resize_long_backend .ui-widget-content {
    border: none;
    background: none;
    background-image: none;
}

.single_buttons a:link, .single_tool a:link {
    border: none;
    background: none;
    margin: 0;
}

.bottom_footer {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    background-repeat: repeat-x;
    background-position: center top;
    min-width: 1140px;
}

.rounded_corners_gray {
    -moz-border-radius: 5px;
    -webkit-border-radius: 0;
    border-radius: 5px;
    background-color: #E5E5E5;
    border: thin solid #CCC;
}

h4 {
    margin: 0;
    padding: 4px 0 6px 4px;
    border: 0;
}

.modal {
    display: none;
}

.hide-element {
    display: none;
}
