.ltvq_data_container {
    width: 100%;
    padding-bottom: 10px;
}

.ltvq_maincontainer {
    width: 100%;
}

.ltvq_maincontainer a {
    text-decoration: none !important;
}

#ltvq_premium_info {
    display: none;
    position: fixed;
    top: 200px;
    left: 25%;
    width: 50%;
    height: 420px;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 30px;
    box-shadow: 1px 1px 10px 0px #000000;
    z-index: 100000;
    line-height: 24px;
}

@media only screen
and (max-width : 1250px) {
    #ltvq_premium_info {
	left: 15%;
	width: 70%;
    }
}

@media only screen
and (max-width : 940px) {
    #ltvq_premium_info {
	left: 5%;
	width: 90%;
    }
}

#ltvq_premium_info b {
    line-height: 32px;
}

#ltvq_premium_info_headline {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: bold;
}

#ltvq_premium_info_inline {
    padding: 20px;
}

#ltvq_premium_info_features ul {
    margin-bottom: 0px !important;
}

#ltvq_premium_info_features ul li {
    line-height: 20px;
}

#ltvq_premium_info_buy {
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
}

#ltvq_premium_info_buy a {
    font-weight: bold;
}

#ltvq_premium_info_login {
    margin-left: 15px;
}

#ltvq_account {
    position: relative;
    font-size: 12px;
}

#ltvq_account_info {
    margin-bottom: 5px;
}

#ltvq_premium_login {
    display: none;
}

#ltvq_premium_login_cancel_btn_container {
    position: absolute;
    top: 5px;
    right: -2px;
}

.ltvq_premium_login_cancel_btn {
    border-bottom-left-radius: 4px;
    background-color: #CFCFCF;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000000 !important;
}

.ltvq_account_login_field {
    display: inline;
    width: 120px !important;
    height: 32px !important;
}

#ltvq_login_loading {
    display: none;
    margin-top: 10px;
}

.ltvq_login_message_success {
    color: #00AA00 !important;
}

.ltvq_login_message_failure {
    color: #AA0000;
}

#ltvq_login_message {
    display: none;
}

.ltvq_sn_title {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 22px !important;
}

.ltvq_tf_chooser {
    margin: auto;
    margin-bottom: 10px;
}

.ltvq_tfd_chooser_buttons {
    margin: auto;
}

.ltvq_tfd_chooser_button_container {
    float: left;
    width: 265px;
    margin-right: 10px;
}

.ltvq_tfd_chooser_button_container:nth-child(4) {
    margin-right: 0px;
}

.ltvq_tfd_chooser_button {
    position: relative;
    background-color: #FCFCFC;
    font-size: 14px;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    border-bottom: 2px solid #FFFFFF;
    padding: 5px;
    padding-bottom: 0px;
    margin-bottom: 2px;
    line-height: 30px;
}

.ltvq_tfd_chooser_button a {
    display: block;
    padding: 1px;
    width: 100%;
    color: #333333;
}

.ltvq_tfd_chooser_button a:hover {
    color: #4392cc;
}


.ltvq_tfd_chooser_button_active {
    border-bottom: 2px solid #4392cc;
}

.ltvq_tfd_chooser_button_active a {
    color: #4392cc;
}

.ltvq_tfd_chooser_button_selected {
    background-color: #4392cc;
}

.ltvq_tfd_chooser_button_selected a {
    color: #FFFFFF;
    text-shadow: none;
}

.ltvq_tfd_chooser_button_free_notice {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #00AA00;
    border-radius: 4px;
    font-size: 9px;
    line-height: 12px;
    background-color: #00BB00;
    opacity: 0.6;
    color: #FFFFFF;
    text-shadow: none;
}

.ltvq_tff_chooser_buttons_container {
    margin-bottom: 10px;
}

.ltvq_tff_chooser_buttons {
    margin: auto;
    width: 265px;
}

.ltv_settings_dtype_options {
    text-align: center;
    margin: auto;
    width: 230px;
}

.ltv_display_type_chooser_column {
    float: left;
    width: 110px;
    margin-right: 5px;
}

.ltvq_tff_chooser_button {
    float: left;
    margin-bottom: 2px;
    width: 53px;
    font-size: 9px;
    color: #FCFCFC;
    text-shadow: 0px 0px 1px #ACACAC;
    text-align: center;
    background-color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-right: 1px solid #F0F0F0;
}

.ltvq_tff_chooser_button:nth-child(5) {
    border-right: none !important;
}

@media only screen
and (max-width : 1300px) {
    .ltvq_tfd_chooser_button_container {
	width: 210px;
    }

    .ltvq_tff_chooser_button {
	width: 42px;
	font-size: 7px;
    }
}

@media only screen
and (max-width : 1000px) {
    .ltvq_tfd_chooser_button_container {
	width: 260px;
    }
    .ltvq_tff_chooser_button {
	width: 52px;
	font-size: 9px;
    }

    .ltv_settings_dtype_options {
	width: 260px;
    }

    .ltv_display_type_chooser_column {
	width: 90px;
	font-size: 12px;
    }
}


.ltvq_tff_chooser_button a {
    display: block;
    width: 100%;
    color: #000000;
    border-bottom: 2px solid #FFFFFF;
    padding-top: 2px;
    line-height: 20px;
}

.ltvq_tff_chooser_button a:hover {
    color: #4392cc;
}

.ltvq_tff_chooser_button:hover {
    background-color: #FFFFFF;
    border-bottom: 2px solid #4392cc;
}

.ltvq_tff_chooser_button_active {
    background-color: #FFFFFF;
    border-bottom: 2px solid #4392cc;
}

.ltvq_tff_chooser_button_active a {
    color: #4392cc;
}

.ltvq_tff_chooser_button_inactive, .ltvq_tff_chooser_button_inactive:hover {
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-bottom: 2px solid #FFFFFF;
    padding-top: 2px;
    line-height: 20px;
}


.ltv_channel_chooser_container {
    z-index: 100000;
    font-size: 12px;
    text-align: left;
    margin-top: 35px;
}

.ltv_channel_chooser_actions_container {
    float: left;
    width: 20%;
}

.ltv_permalink_container {
    margin-top: 2px;
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.ltv_permalink_action_container {
    display: block;
}

.ltv_permalink_icon_container {
    float: left;
    text-align: left;

}

.ltv_permalink_action_text_container {
    float: left;
    font-size: 10px;
    padding-left: 5px;
    line-height: 14px;
    padding-top: 2px;
}

.ltv_permalink_display_container {
    width: 100%;
    display: none;
}

.ltv_permalink_textbox {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 1px !important;
    height: 28px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 2px !important;
}

.ltv_permalink_textbox_container {
    float: left;
    width: 85%;
    max-width: 400px;
}

.ltv_permalink_textbox_closer_container {
    float: left;
    width: 10%;
    padding-left: 5px;
    padding-top: 8px;
}

.ltv_permalink_textbox_closer {

}

.ltv_channel_chooser_channel_container {
    float: left;
    width: 80%;
    padding-left: 20px;
    padding-right: 150px;
}

.ltv_channel_chooser_channel {
    float: left;
    margin-right: 10px;
}

.ltv_channel_chooser_channel_multiselector {
    margin-top: 10px;
}

.mode_chooser_container {
    background-color: #FAFAFA;
    padding: 10px;
    margin-bottom: 5px;
}

.timeframe_chooser_container {
    padding: 10px;
}

.mode_title, .timeframe_title {
    padding-left: 5px;
    padding-right: 20px;
    color: #CCCCCC;
}

.timeframe_title {
    padding-right: 33px;
    color: #888888;
}

.ltv_settings_container {
    margin: auto;
    width: 100%;
}

.ltv_settings_graph_options {
    float: left;
    width: 70%;
}


.ltv_settings_graph_options_channel_count_container {
    float: left;
}

.ltv_settings_graph_options_channel_count_pre, .ltv_settings_graph_options_channel_count_post {
    float: left;
    padding: 1px;
    font-size: 12px;
}

.ltv_settings_graph_options_channel_count_pre {
    margin-right: 5px;
}

.ltv_settings_graph_options_channel_count_post {
    margin-left: 5px;
}

.ltv_settings_graph_options_channel_count {
    float: left;
    font-size: 12px;
    width: 25px;
    margin-right: 0px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    background-color: #ECECEC;
}

.ltv_settings_graph_options_channel_count_selected {
    box-shadow: 0px 0px 5px 1px #ACACAC;
}

.ltv_settings_graph_options_channel_count a {
    display: block;
    text-align: center;
}

.ltv_settings_graph_options_channel_count_selected a {
    color: #555555;
}

.ltv_settings_graph_options_divider {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    font-size: 12px;
}

.ltv_settings_graph_options_channel_top_container {
    float: left;
}

.ltv_settings_graph_options_channel_top_pre, .ltv_settings_graph_options_channel_top_post, .ltv_settings_graph_options_channel_top_main {
    float: left;
    padding: 1px;
    font-size: 12px;
}

.ltv_settings_graph_options_channel_top_pre {

}

.ltv_settings_graph_options_channel_top_main {
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    background-color: #ECECEC;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.ltv_settings_graph_options_channel_top_main_selected {
    box-shadow: 0px 0px 5px 1px #ACACAC;
}

.ltv_settings_graph_options_channel_top_main a {
    display: block;
    text-align: center;
}

.ltv_settings_graph_options_channel_top_main_selected a {
    color: #555555;
}

.ltv_settings_graph_options_channel_top_post {

}

.ltv_display_date_tf_container, .ltv_display_date_desc_container {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
}


#ltv_display_date_tf_container_desc_ms, #ltv_display_date_tf_container_desc_mss {
    display: none;
}

.ltv_display_type_chooser_container {
    width: 250px;
    margin: auto;
    text-align: center;
}

@media only screen
and (max-width : 700px) {
    .ltv_display_type_chooser_container {
	width: 100%;
    }
}

.ltv_display_type_chooser_container_table {
    width: 100%;
}


.ltv_display_type_chooser_column:nth-child(2) {
    margin-right: 0px !important;
}

.ltv_display_type_chooser_button {
    position: relative;
    width: 99%;
    border-radius: 2px;
    background-color: #FAFAFA;
    border: 1px solid #C0C0C0;
}

.ltv_display_type_chooser_button a, .ltv_display_type_chooser_button .disabled {
    display: block;
    padding: 2px;
    font-size: 14px;
    line-height: 30px;
}

.ltv_display_type_chooser_button .disabled {
    background-color: #F0F0F0;
    color: #CACACA;
}

.ltv_madisabled_notice {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 200px;
    font-size: 10px;
    margin-top: 10px;
    line-height: 14px;
    color: #888888;
    text-align: left;
    display: none;
}

.ltv_quote_type_container {

}

#ltv_display_type_chooser_button_ms_type {
    display: none;
    font-size: 10px !important;
    margin-top: -5px;
}

#ltv_display_type_chooser_button_ms_type a {
    font-size: 10px !important;
}

#ltv_loading_container {
    text-align: center;
    font-size: 12px;
    width: 100%;
    height: 600px;
}

.ltv_loading_loader {
    padding-top: 50px;
    margin: auto;
}

.ltv_loading_loader img {
    display: inline;
}

.ltv_display_type_chooser_button_active {
    background-color: #4392cc;

}

.ltv_display_type_chooser_button_active a {
    color: #FFFFFF;
}

.ltv_display_type_chooser_link_active {
    color: #000000 !important;
}


#ltv_quote_q_container {
    opacity: 1;
}

#ltv_quote_ms_container {
    display: none;
}

#ltv_quote_chart_container {
    width: 100%;
}

#ltv_quote_chart {

}

#ltv_quote_chart .legend {
    text-align: left;
    height: 20px;
}

#ltv_quote_chart .legend:empty:after {
    content: "Fahren Sie über den Chart, um weitere Details zu erhalten";
}


.annotationsTdContainer {
    width: 180px !important;
    border-left: 0px !important;
}

#ltv_quote_chart .chartTop {
    width: 99% !important;
    max-width: 99% !important;
    overflow: hidden !important;
}

#ltv_quote_chart .zoomControls {
    width: 1% !important;
}

@media only screen
and (max-width : 700px) {
    .annotationsTdContainer {
	width: 100px !important;
    }

    #ltv_quote_chart .legend:empty:after {
	content: " ";
    }
}

.hidden_annotation {
    display: none !important;
}

.visible_annotation {
    display: block !important;
}

.ltv_channel_label {
    font-size: 12px;
}

.ltv_channel_color_1 {
    color: #3366cc;
}

.ltv_channel_color_2 {
    color: #db3912;
}

.ltv_channel_color_3 {
    color: #ff9901;
}

.ltv_channel_color_4 {
    color: #109618;
}

.ltv_channel_color_5 {
    color: #992499;
}

.ltv_channel_color_6 {
    color: #0099c6;
}

.ltv_channel_color_7 {
    color: #dd4477;
}

.ltv_channel_color_8 {
    color: #66aa00;
}

.ltv_channel_color_9 {
    color: #b82e2f;
}

.ltv_channel_color_10 {
    color: #316395;
}

#ltv_quote_chart_AnnotationChart_annotationsContainer {
    overflow: scroll;
    height: 550px;
}


#ltv_quote_chart_AnnotationChart_borderDiv {
    border: 1px solid #DFDFDF !important;
    border-radius: 3px;
    height: 605px !important;
}

.annotationsContainer {
    padding-left: 3px;
    border-left: 1px solid #DEDEDE;
    height: 555px !important;
}

.google-visualization-table-td {
    line-height: 14px;
}

.google-visualization-table-table .description {
    display: block;
    padding-bottom: 2px;
}

.google-visualization-table-table .date {
    display: none;
}

.google-visualization-table-table button {
    width: 20px;
}

div [id^='google-visualization-errors-all-'] {
    display: none !important;
}

.google-visualization-controls-stringfilter input {
    width: 90% !important;
    margin-top: 12px !important;
}

#ltvq_account_login_pw {
    padding: 0px !important;
    padding-left: 15px !important;
}
