@charset "UTF-8";
.nomargin{
    margin: 0;
}
.nopadding{
    padding: 0;
}
.cursor_auto{
    cursor: auto;
}

.ca_charts {
    width: 370px;
    float: left;
}

.ca_charts h2 {
    padding: 0 10px;
}
.margin_bottom_10px{
    margin-bottom: 10px;
}

.content_element {
    position: relative;
    display: block;
    width: 350px;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
    height: 80px;
    text-decoration: none;
    color: #555;
}
.content_element_current_history {
    width: 340px;
    padding: 0px 10px;
}
.content_element_leftlistitem {
    width: 340px;
    padding: 0px 10px;
    height: auto;
    margin: 0;
}

.content_element h3 {
    padding-top: 0px;
    margin-bottom: 0;
    height: 50px;
}

.content_element:hover h3 {
    color: #333;
}

.content_element_leftlistitem p {
    height: 30px;
}

.content_element img {
    float: left;
    margin-right: 14px;
}

.content_element .cover_mask {
    position: absolute;
    width: 90px;
    height: 90px;
    margin: -5px 0 0 -5px;
    left: 10px;
    /*background: url('../images/cover_mask.png');*/
}
.content_element .num {
    position: absolute;
    margin: -5px 0 0 -5px;
    left: 10px;
    background-color: white;
    border-radius: 4px;
    padding: 3px;
}

.ce_absprung {
    display: block;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px #555;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px #555;
    box-shadow: 0 1px 2px #555;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
    color: #222;
    text-shadow: 0 1px 1px #fff;
}
.ce_absprung.leftlistitem{
    margin: 0px 10px 0px 0px;
    float: left;
}

.ce_tendenz {
    position: relative;
    float: right;
    width: 15px;
    height: 23px;
    background: url('../images/tendenz.png');
    margin: -5px 15px 0 0;
    z-index: 100;
}

.ce_tendenz_info {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px #555;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 10px #555;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 10px #555;
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    margin: -160px 0 0 250px;
    width: 150px;
    z-index: 1000;
    text-align: left;
}

.ca_titel_info {
    float: left;
    width: 450px;
}

.ce_verlauf {
    display: block;
    margin-top: 8px;

}

.ce_verlauf span {
    display: block;
    height: 4px;
    width: 3px;
    float: left;
    overflow: hidden;
}

.ca_search {
    position: relative;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#ccc));
    background: -moz-linear-gradient( center top, #eee 0%, #ccc 100% );
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #aaa 1px solid;
    margin: -10px -10px 16px -10px;
    height: 24px;
}

.replace_it {
    position: absolute;
    height: 24px;
    width: 150px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select_replace_wrapper {
    /*width: 185px;*/
    float: left;
    margin-right: 24px;
    margin-left: 0px;
}

.select_replace {
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    background: url('../images/manuel_select.gif') left no-repeat;
    font-size: 14px;
    font-weight: bold;
}

.ca_search input.search {
    width: 150px;
    float: right;
    color:#444;
    width: 200px;
    margin-bottom: 0px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5 ), to(#fff));
    background: -moz-linear-gradient( center top, #f5f5f5 0%, #fff 100% );
    -moz-box-shadow: inset 0 -1px 1px #ddd, inset 0 1px 1px #666;
    -webkit-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ca_search input.time {
    width: 100px;
    float: left;
    color: #444;
    margin-bottom: 0px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5 ), to(#fff));
    background: -moz-linear-gradient( center top, #f5f5f5 0%, #fff 100% );
    -moz-box-shadow: inset 0 -1px 1px #ddd, inset 0 1px 1px #666;
    -webkit-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    height: auto;
}
.iframe_holder{
    width: 100%;
    height:350px;
    position:relative;
    margin: 20px 0px;
    border-bottom: 1px solid #eee;
}
.iframe{
    width: 100%;
    height:100%;
}
.iframe_reset{
    position:absolute;
    top:0;
    right:0;
    
    margin: 5px 35px;
    padding: 3px 10px;
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    font-size: 11px;
    background: #e6e6e6;    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff ), to(#ddd));
    background: -moz-linear-gradient( center top, #fff 0%, #ddd 100% );
}

.iframe_holder a {
    color: #000 !important;
    cursor: pointer;
    text-decoration: none;

}
.iframe_holder a:hover {
    color: #000 !important;
    cursor: pointer;
    text-decoration: underline;
}

.ca_detail .ca_search {
    margin: -20px -20px 16px -20px;
}

.ca_detail {
    padding: 20px;
    position: relative;
}

.ca_detail .cover_mask {
    position: absolute;
    width: 136px;
    height: 136px;
    margin: -5px 0 0 -5px;
    left: 20px;
    /*background: url('../images/cover_mask_126.png');*/
}

.ca_detail h1 {
    margin: 6px 0;
}

.ca_detail h2 {
    margin: 18px 0;
}

.ca_detail img {
    float: left;
    margin-right: 14px;
}

.ce_absprung_wrapper {
    float: right;
    text-align: center;
}

.ce_absprung_large {
    padding: 10px;
    font-size: 24px;
    float: none;
    margin-top: 4px;
}

.ca_detail .ce_tendenz {
    float: right;
    width: 30px;
    height: 46px;
    background: url('../images/tendenz_large.png');
    margin: 20px 32px 0 0;
}

.ca_detail .ce_tendenz_info {
    margin: -120px 0 0 -30px;
}

.ca_detail table th, .ca_detail table td {
    font-size: 11px;
    padding: 6px;
}

.ca_detail table .ce_absprung {
    display: inline-block;
    margin: 0;
    float: none;
}
.ca_detail table .ce_absprung.avg_hvpm {
    display: inherit;
}
.ca_detail.avg_hvpm table th, .ca_detail.avg_hvpm table td {
    font-size: auto;
    padding: 0px;
}

.ca_verlauf_gross {
    height: 230px;
    padding-bottom: 2px;
    background: url('../images/graphbg.gif') 35px top no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #222;
}

.cavg_y_legende {
    height: 180px;
    width: 30px;
    padding-right: 7px;
    float: left;
    text-align: right;
}

.cavgyl_bottom { margin-top: 165px; }

.cav_bars {
    float: left;
    height: 170px;
    padding-top: 12px;
    padding-left: 20px;
}

.ca_verlauf_gross .cav_bars span {
    display: block;
    float: left;
    margin-right: 0px;
    background: url('../images/gradientbar.jpg') bottom repeat-x;
    -webkit-box-shadow: 2px 0px 6px #555;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-box-shadow: 2px 0px 6px #555;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    box-shadow: 2px 0px 6px #555;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ca_verlauf_beliebtheit .cav_bars span {
    background: url('../images/beliebtheitbar.jpg') bottom repeat-x;
}

.ca_verlauf_gross .cav_bars span ins {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px #555;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 10px #555;
    -moz-border-radius: 6px;
    box-shadow: 1px 1px 10px #555;
    border-radius: 6px;
    text-decoration: none;
    padding: 10px;
    margin: -25px 0 0 -50px;
    width: 105px;
}

.ca_verlauf_gross .cav_bars span:hover ins {
    display: block;
}

.cavg_x_legende {
    float: none;
    width: 740px;
    padding-top: 9px;
    padding-left: 58px;
}

.cavg_x_legende span {
    display: block;
    float: left;
}


/* Hörerübersicht Filter */

#filter_msg_wrapper, .msg2user_wrapper{
    border: 1px solid #555555;
    padding: 2px;
    margin-bottom: 10px;
}
.tab_content .msg2user_wrapper{
    margin: 10px;
    border:0;
}
.tab_content .msg2user{
    background-color: #fff;
}

#filter_msg, .msg2user{
    background: #fff3d1;
    /* overflow: hidden; **/
    padding: 2px;
    font-size: 11px;

}
.filter_del_link{
    float: right;
    min-height: 24px;
    /*line-height:24px;*/
}
.filter_del_link a{
    margin-right: 10px;
}

.dhu_std_replace_it {
    position: absolute;
    height: 24px;
    width: 150px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select_dhu_std_replace_wrapper {
    width: 100px;
    float: right;
    margin-right: 0px;
}

.select_dhu_std_replace {
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    background: url('../images/manuel_select.gif') left no-repeat;
    font-size: 13px;
}

.dhu_wd_replace_it {
    position: absolute;
    height: 24px;
    width: 70px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select_dhu_wd_replace_wrapper {
    width: 80px;
    float: right;
    margin-right: 0px;
}

.select_dhu_wd_replace {
    height: 24px;
    line-height: 24px;
    padding-left: 20px;
    background: url('../images/manuel_select.gif') left no-repeat;
    font-size: 13px;
}

.cp_legendColorBox{
    border: 1px solid #aaaaaa;
    padding: 1px;
    margin-top: 5px;
}
.cp_legendColorBox > div{
    border: 4px solid #fff;
    height: 0;
    width: 0;
    overflow: hidden;
}



/* ToolTip */
.glossaryTipFixedWidth .gtipTitle, .glossaryTipFixedWidth .gtipBody {
    line-height: 15px;
    white-space: normal !important;
    width: 250px;
}

.glossaryTip{
    display: inline-block;
    position: relative;
    word-wrap: break-word;
    font-size: 11px;
}

.glossaryTip sup{
    font-weight: normal;
    padding-left: 1px;
    font-size: 11px;
    color: gray;
}
.glossaryTip a {
    cursor: pointer;
    text-decoration: none;
}

.glossaryTip .gtip {
    min-width: 250px;
    left: -8px;
    bottom: 100%;
    display: none;
    padding: 0 0 7px;
    position: absolute;
    text-align: left;
    z-index: 1001;
}

.glossaryTip .gtipTitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background-color: #9DA431; */ /* sABC-Farbe */
    background-color: #74cc2b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #999999 #888888;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF !important;
    text-shadow: 0 0 1px #666666;
    font-weight: bold;
    left: 0;
    padding: 3px 8px 4px;
    white-space: nowrap;
    display: block;
}
.glossaryTip .gtipTitle a {
    color: #FFFFFF !important;
    cursor: pointer;
    text-decoration: none;

}
.glossaryTip .gtipTitle a:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    text-decoration: underline;
}
.glossaryTip .gtipTitle a .linkbg{
    background-image: url("../images/glossaryTip-external-link.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    padding-top: 2px;
    position: relative;
    float: right;
}

.glossaryTip .gtipBody {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: -moz-use-text-color #999999 #888888;
    border-image: none;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    /* color: #666666 !important; */
    display: block;
    font-weight: normal;
    left: 0;
    padding: 4px 8px 6px;
    white-space: nowrap;
    white-space: normal;
}
.glossaryTip .gtipBody hr{
    margin: 4px 0;
    border: 0;
    border-top: 1px solid #999999;
}
.glossaryTip .gtipBody a:hover{
    text-decoration: underline;
}
.glossaryTip .gtipArrow {
    background-image: url("../images/glossaryTip-Arrow.png");
    background-repeat: no-repeat;
    bottom: 3px;
    height: 5px;
    left: 10px;
    position: absolute;
    width: 7px;
}
.glossaryTip.right .gtip{
    right: -10px;
    left:auto;
}
.glossaryTip.right .gtipArrow{
    right:10px;
    left:auto;
}
/* Bruttoanzeige */
h2.nopadding{
    padding: 0;
}


/* Hörerübersicht Reichweiten Dropdown */
#r_weiten_ddown_wrapper{
    width: 760px;
    height: 26px;
    position: relative;
    display: block;
    /* border-bottom: 1px solid #AAAAAA; **/
    margin: -16px -10px 0px;
    padding: 12px 0;
}
#r_weiten_ddown{
    float: right;
    position: relative;
    display: block;
    width: 380px;
}
#r_weiten_ddown_txt{
    float: right;
    min-height: 24px;
    line-height:24px;
    padding-right: 5px;
    font-size: 13px;
}
.select_r_weiten_ddown_replace_wrapper {
    float: right;
    margin-right: 0px;
    padding-right: 10px;
}
.dhu_r_weiten_ddown_replace_it {
    position: relative;
    height: 24px;
    /*width: 190px;*/
    margin: 0;
    box-sizing: border-box;
    /* opacity: 0; */
    /* filter: alpha(opacity=0); */
}
.select_r_weiten_ddown_replace_wrapper select {
    /* border: 0 none; */
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 13px;
    height: 24px;
    padding: 3px 3px;
}
/* Hörerübersicht Reichweiten Ansicht */
#r_weiten_wrapper{
    display: block;
    clear: both;
    position: relative;
    min-height: 200px;
    border-top: 1px solid #AAAAAA;
    margin: 0  -10px;
    width: 760px;
}
#r_weiten_anzeige_wrapper{
    width: 378px;
    width: 380px;
    /* margin-left: -10px; */
    font-size: 13px;
    font-weight: bold;
    border-right: 1px solid #AAAAAA;
    min-height: 190px;
    float:left;
    padding-bottom: 10px;
}
.r_weiten_anzeige_detail_wrapper{
    background-image: url("../images/r_weiten_value_hover-active.png");
    background-repeat: repeat-x;
    background-position: 0px -0px;
    width: 378px;
    width: 380px;
    height: 39px;
    /* border-right: 1px solid #AAAAAA; **/
    border-bottom: 1px solid #AAAAAA;
    min-height: 39px;
    line-height:39px;
    cursor:pointer;
    position: relative;
    /* float: left; */
    font-size: 13px;
    font-weight: bold;
}
.r_weiten_anzeige_detail_wrapper.cursor_auto{
    cursor: auto;
}
.r_weiten_anzeige_detail_wrapper.offline{
    cursor: auto;
}


.r_weiten_anzeige_value{
    width: 150px;
    float: left;
    position: relative;
    display: block;
    vertical-align: middle;
    height: 39px;
    margin-top: auto;
    margin-bottom: auto;
}
.r_weiten_anzeige_desc{
    float: left;
    position: relative;
    width: 228px;
}
.legend_r_weiten_anzeige_value{
    margin: 14px 8px auto 8px;
    display: block;
    visibility: hidden;
}

/* Hörerübersicht Reichweiten kleines Chart */

#r_weiten_chart_wrapper{
    float:left;
    width: 370px;
    min-height: 200px;
    float:left;
    position: relative;
}
#r_weiten_chart_wrapper, #r_weiten_chart_wrapper table{
    font-size: 11px;
    line-height:22px;
}
#r_weiten_chart,#r_weiten_chart2{
    width:130px;
    height:130px;
    margin: 30px;
    float:left;
}
#r_weiten_legend_wrapper{
    width:180px;
    float:right;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
#r_weiten_legend_wrapper table{
    float:right;
    border: 1px solid #AAAAAA;
    padding:0 5px;
    border-collapse: initial;
    border-spacing: 3px;
}
.cp_legend_pie_wrapper{
    padding: 1px;
    border: 1px solid #AAAAAA;
    margin-right: 5px;
}
.cp_legend_pie{
    width:0;
    height:0;
    border:4px solid #fff;
    overflow:hidden
}
/* Hörerübersicht MainChart */
#mainchart_wrapper{
    min-height: 320px;
    margin: 0 -10px 0;
    /* padding: 12px 0; **/
    position: relative;
    width: 760px;
    clear: both;
}
#mainchart_menu_wrapper{
    min-height:54px;
    border-top: 1px solid #AAAAAA;
    clear: both;
    position: relative;
    float:left;
    width:100%;
}
#mainchart_menu_left{
    width:504px;
    float:left;
    margin: 10px 8px;
    font-size: 11px;
}
#mainchart_menu_channels{
    margin-top:3px;
}
#mainchart_menu_buttons_wrapper{
    width:240px;
    float:right;
    position:absolute;
    right:0; bottom:0;
    margin: 10px 0;
}
#mainchart_menu_buttons{
    margin-right:10px;
    margin-top:10px;
    float:right;
}
#modeSelector{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    height:32px;
}
#modeSelector .modeSelector_button{
    display:block;
    float:left;
    background-color:#f3f3f3;
    /* padding:8px 7px; */
    color:#444;
    border:1px solid #ccc;
    background-image:-webkit-linear-gradient(top,#fefefe,#f3f3f3);
    background-image:-moz-linear-gradient(top,#fefefe,#f3f3f3);
    cursor:pointer;
    min-width:18px;
    text-align:center;
    font-size: 11px;
    /* font-weight: bold; */
}
#modeSelector .modeSelector_button:first-child {
    border-radius: 5px 0 0 5px;
}
#modeSelector .modeSelector_button:last-child {
    border-radius: 0 5px 5px 0;
}
#modeSelector .modeSelector_button:hover, .r_weiten_anzeige_detail_wrapper.hover{
    border-color:#ccc;
    box-shadow:inset 0px 2px 3px rgba(0,0,0,.2);
    /* color:#222; */
}
.r_weiten_anzeige_detail_wrapper.hover{

}
#modeSelector .modeSelector_button:active, #modeSelector .modeSelector_button.active{
    box-shadow:inset 0px 1px 5px rgba(0,0,0,.1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#ddd));
    background: -moz-linear-gradient( center top, #eee 0%, #ddd 100% );
}
#modeSelector .modeSelector_button a {
    text-decoration: none;
    margin: 0px;
    display: block;
    /* line-height: 24px; */

    padding:8px 7px;
}
.r_weiten_anzeige_detail_wrapper.inactive{

}
#inactive{
    display: none;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
}
.inactive{
    
}
#modeSelector .modeSelector_button.active{
    cursor: default;
}



#mainchart_cavas_wrapper{
    height:230px;
    border-top: 1px solid #AAAAAA;
    position: relative;
    clear: both;

}
#mainchart_cavas{
    height:200px;
    /* border-top: 1px solid #AAAAAA; */
    position: relative;
    clear: both;

}
#mainchart_status{
    position: absolute;
    width: 150px;
    height:24px;
    font-size: 11px;
    top: 50%;
    left: 50%;
    z-index:999;
    background-color: white;
    border: 1px solid #AAAAAA;
    padding: 2px;

    margin-top: -12px;
    margin-left: -75px;

    
    line-height: 24px;
    text-align: center;

}
#mainchart_zoom_remove{
    background-image: url("../images/button_zoom_remove.gif");
    background-repeat: no-repeat;
    background-position: 0px -0px;

    position: absolute;
    width: auto;
    font-size: 11px;
    left:0;
    top:0;
    z-index:999;
    background-color: white;
    padding: 2px;
    
    margin-left:8px;
    margin-top:25px;
    display:none;
}
#mainchart_zoom_remove_txt{
    padding-left: 18px;
    width:100%;
    display:block;
}
#mainchart_zoom_remove_txt.hover{
    cursor: pointer;
    text-decoration: underline;
}
#mainchart_zoom_remove a{
    width:100%;
    display:block;
}
#mainchart_desc_wrapper{
    min-height: 66px;
}


/* Flot MainChart */
.flot-x-axis{
    /* display:none; */
}

/* jqPlot MainChart */
.jqplot-axis{
    font-size: 11px;
    color: #cccccc;
    font-family: arial,serif;
}
.jqplot-cursor-tooltip{
    cursor: pointer;
}
#chartpseudotooltip{
    position: absolute;
    /* width: 150px; */
    min-width:150px;
    max-width:250px;
    font-size: 11px;
    left:0;
    top:0;
    z-index:999;
    background-color: white;
    border: 1px solid #AAAAAA;
    padding: 2px;
    display:none;

}

#chartpseudotooltip table {
    background-color: white;
    border-collapse: initial;
    border-spacing: 3px;
}
#chartpseudotooltip th{
    text-align: left;
}
#chartpseudotooltip table .legend{
    margin-top: 0px;
    margin-right: 2px;
}
#chartpseudotooltip table .legend > div {
    border: 3px solid #FFFFFF;
}
#chartpseudotooltip table .legend_color{
    background-color: red;
    width: 5px;
}

/* PopUp - Abfrage */
#modal {
    width:360px;
    height:289px;
    padding:5px;
    background:rgba(0,0,0,.3);
    -webkit-border-radius:8px;
    -moz-border-radius:5px;
    border-radius:5px;
    position:fixed !important;
    top:50% !important;
    left:50% !important;
    margin-top:-144px !important;
    margin-left:-180px !important;
    z-index:999999;
    visibility:hidden;
}
#modal #heading {
    width:360px;
    height:44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom:1px solid #AAAAAA;
    -webkit-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    line-height:44px;
    text-shadow:0px 1px 0px #fff;
}
#modal #content {
    width:360px;
    height:244px;
    background:#fcfcfc;
    -webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
    box-shadow:0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
}
#modal #content p {
    font-size:13px;
    font-weight:normal;
    text-align:left;
    line-height:22px;
    color:#555555;
    /* width:100%; */
    float: left;
    /* margin:19px 0; */
    padding: 15px;
}
#modal .button {
    width:138px;
    height:33px;
    font-size:13px;
    font-weight:bold;
    line-height:33px;
    color:#fff;
    /*text-shadow:0px 1px 0px rgba(0,0,0,.2);*/
    text-shadow: 0 0 2px #666666;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    box-shadow:
        inset 0px 1px 0px rgba(255,255,255,.5),
        0px 1px 2px rgba(0,0,0,.3);
    float:left;
    text-align: center;

}
#modal .close {
    opacity:1;
}
#modal .button img {

}
#modal .button.green {
    background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
    border:1px solid #5b8821;
    margin:0 5px 0 15px;
}
#modal .button.green:hover {
    background: -webkit-linear-gradient(bottom,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -moz-linear-gradient(bottom,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -o-linear-gradient(bottom,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -ms-linear-gradient(bottom,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: linear-gradient(bottom,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609d29', endColorstr='#aad44f',GradientType=0 );
    border:1px solid #5b8821;
    margin:0 5px 0 15px;
}

#modal .button.red {
    background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
    border:1px solid #b0333e;
    margin:0 0px 0 10px;
}
#modal .button.red:hover {
    background: -webkit-linear-gradient(bottom,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -moz-linear-gradient(bottom,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -o-linear-gradient(bottom,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -ms-linear-gradient(bottom,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: linear-gradient(bottom,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3b46', endColorstr='#f87288',GradientType=0 );
    border:1px solid #b0333e;
    margin:0 0px 0 10px;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    z-index:999998;
}


/* Dashhoard */

.current_metas_detail {
    padding: 10px;
    position: relative;
}
.content_element_current_history .ce_tendenz {
    float: right;
    background: url('../images/tendenz.png');
    height: 23px;
    margin: -5px 15px 0 0;
    position: relative;
    width: 15px;
    z-index: 100;
    
}
