﻿/******************************** Reset **************************************************************/

/*/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/


/********************************** Common **********************************************************/

html {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 12px;
    background-image: url(../Images/Login/bg_body.png);
}

/*h1 {
    font-size: 16px;
    font-weight: normal;
    color: #0063A5;
    float: left;
    margin-top: 14px;
    text-transform: uppercase;
}*/

body {
    /*height: 100%;
    margin: 0;
    padding: 0;
    background: url(../Images/Header/headergrafik.png) no-repeat;
    background-position: center top;*/
}

img {
    border-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    border: 1px solid red;
}

.bold {
    font-weight: bold;
}

.frame {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.content {
    min-height: 850px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer {
    bottom: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}

.right_head {
    text-align: right;
    color: #FFFFFF;
}

.transparent_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #002836;
}

.field-validation-error {
    font-size: 10px;
    line-height: 12px;
}

.validation-summary-errors {
    font-size: 10px;
    line-height: 12px;
    float: left;
    margin-left: 30px;
}

h2 {
    color: #575756;
    /*float: left;*/
    font-size: 14px;
    font-weight: normal;
}

.DetailFooter {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 10px;
    width: 759px;
}
/************************************** Login *****************************************/

#login_box {
    position: fixed;
    z-index: 10;
    padding-left: 0px;
    width: 430px;
    left: 50%;
    margin-left: -215px;
    height: 350px;
    top: 50%;
    margin-top: -150px;
    background-image: url(../Images/Login/bg_loginbox.png);
    background-repeat: repeat;
    border-width: 1px;
    border-color: #FFFFFF;
    box-shadow: 0 0 10px #333333;
    border-radius: 2px;
}

    #login_box fieldset {
        border-color: #575756;
        border-style: solid;
        border-width: 1px;
        margin: 25px 30px 15px 30px;
        padding: 10px;
    }

    #login_box #password_forgotten {
        position: relative;
        float: left;
        margin-left: 30px;
        margin-top: 15px;
    }

    #login_box fieldset legend {
        padding: 10px;
        font-weight: bold;
    }

    #login_box .editor-label {
        margin: 0px 0px 0px 10px;
    }

    #login_box .editor-field {
        margin: 5px 10px 15px;
    }

        #login_box .editor-field input {
            width: 100%;
        }

    #login_box .Label {
        font-size: 12px;
        color: #525252;
        margin-bottom: 5px;
        position: relative;
        display: block;
    }

    #login_box .Imprint {
        margin-top: 12px;
        font-size: 12px;
        color: #525252;
        margin-bottom: 5px;
        position: relative;
        display: block;
    }

    #login_box #Label1 {
        font-size: 12px;
        font-weight: bold;
    }

    #login_box #Label3 :link {
        color: #00aeef;
    }

#BODYCTL_LogonButton {
    background-image: url(../Images/Login/bg_button_login.png);
    width: 109px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 50px;
    padding: 0;
    float: left;
}

/************************************** Header *****************************************/

#header {
    width: 960px;
    height: 55px;
    color: white;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#main {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: auto !important;
    overflow: hidden;
    box-shadow: 0 0 10px #333;
    background-color: #575756;
}

#HEADERCTL_HomeButton {
    position: relative;
    top: 5px;
    left: 5px;
}

#HEADERCTL_VersionLabel {
    margin-left: -354px;
    top: 10px;
    position: relative;
    font-size: 10px;
    color: #DDDDDD;
    font-style: italic;
}

#HEADERCTL_LogoutButton {
    float: right;
    height: 10px;
    color: #0063A5;
    margin-right: -61px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.3em;
}

#HEADERCTL_LogonUserLabel {
    float: right;
    height: 10px;
    color: #EEEEEE;
    margin-right: 140px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    line-height: 1.3em;
}

#HEADERCTL_LogoutImage {
    float: right;
    color: #EEEEEE;
    margin-right: 10px;
    padding-top: 8px;
}


/*IE 7 only*/
* + html #HEADERCTL_LogoutButton {
    float: right;
    height: 10px;
    color: #EEEEEE;
    margin-right: 100px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 0px;
}


#HEADERCTL_product_name {
    position: relative;
    top: -5px;
    left: 34px;
}

/*#HEADERCTL_current_date_time {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    top: -10px;
    left: 130px;
}*/

#HEADERCTL_current_date_time {
    /*margin-left: -215px;*/
    top: 10px;
    left: -100px;
    position: relative;
    font-size: 12px;
    color: #DDDDDD;
    font-style: italic;
}

#HEADERCTL_AxpoButton {
    position: relative;
    left: 500px;
}

/************************************** Detail Pages *****************************************/

#detail_head {
    margin-left: auto;
    margin-right: auto;
    width: 958px;
    height: 36px;
    border: 1px;
    border: 1px solid #a1a1a1;
    background-image: url(../Images/Common/bg_menue.png);
}

#leftmenue {
    float: left;
    display: block;
}


#feedback {
    font-size: 1.4em;
}

#BODYCTL_DetailsPage {
    float: left;
    display: block;
    height: 100%;
}

    #BODYCTL_DetailsPage.direct-marketing #PageInfoLabel {
        color: #008ecf;
    }

    #BODYCTL_DetailsPage.reserve-marketing #PageInfoLabel {
        color: #75b72a;
    }

    #BODYCTL_DetailsPage.direct-marketing #ContentHeader {
        border-top-color: #008ecf;
    }

    #BODYCTL_DetailsPage.reserve-marketing #ContentHeader {
        border-top-color: #75b72a;
    }

#detailpage_title {
    padding-left: 11px;
    padding-top: 11px;
    color: #575756;
    font-weight: bold;
    font-size: 14px;
    float: left !important;
}

.DetailPage {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*height: 700px;*/
}

.detailpage_headlinediv {
    background-image: url(../Images/DashBoard/bg_inhalt.png);
    background-color: white;
    background-position: left top;
    background-repeat: no-repeat;
    height: 92px;
    width: 799px;
    border-top-width: 6px;
    border-top-style: solid;
}

.flex-scheduling .detailpage_headlinediv {
    height: auto;
}

.DetailPageHeadLine {
    margin-left: 27px;
    margin-top: -7px;
}

    .DetailPageHeadLine h1 {
        margin-top: 14px;
        margin-bottom: 10px;
        padding-top: 20px;
    }

.DetailContent {
    background-color: white;
    left: 161px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 25px;
    width: 759px;
    height: auto;
    min-height: 450px;
}

    .DetailContent h2 {
        /*margin-bottom: -5px;*/
        margin-left: 8px;
    }

.flex-scheduling .DetailContent {
    min-height: unset;
}

/* ****************** */
/* Meine Anlagen page */
.FullPageDetailContent {
    background-color: white;
    background-image: url("../Images/DashBoard/bg_inhalt.png");
    background-repeat: repeat-x;
    left: 161px;
    padding: 10px;
    width: 940px;
    height: auto;
    min-height: 600px;
}

.tooltip {
    width: auto;
    display: block !important;
    height: 138px;
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    line-height: normal !important;
    /*    margin-top: 5px; TODO for tabs */
}

.tooltip-title {
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
}

.tooltip-address {
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    line-height: normal !important;
}

.tooltip-tr {
    padding-right: 15px;
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    line-height: normal !important;
}

    .tooltip-tr > td:first-child {
        width: 125px;
    }

    .tooltip-tr > td:last-child {
        width: 250px;
    }

.tab-list {
    padding-left: 0;
    -moz-padding-start: 0;
    -webkit-padding-start: 0px;
    margin: 3px 0 0 0;
}

.mctabselected {
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    display: inline;
    white-space: nowrap;
    border: 1px solid #A2ADAF;
    padding: 2px 4px 0;
    background-color: White;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    background-color: WhiteSmoke;
    border-bottom: 1px solid WhiteSmoke;
}

.mctabunselected {
    font-size: 11px !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    display: inline;
    white-space: nowrap;
    border: 1px solid #A2ADAF;
    padding: 2px 4px 0;
    background-color: White;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
}

    .mctabunselected:hover {
        background-color: Silver;
    }

.mctabcontentselected {
    background-color: WhiteSmoke;
    margin: 0px;
    padding: 0px 2px 2px;
    width: auto;
    border: 1px solid #A2ADAF;
    /* TODO Delete 2 lines below for tab display */
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    /* TODO Delete 2 lines above for tab display */
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    display: block;
}

.mctabcontentunselected {
    display: none !important;
}

.detailpage_headlinediv #legend {
    padding-top: 37px;
    padding-left: 555px;
}

.TableHeadLine {
    margin-left: 27px;
    margin-right: 150px;
    padding-top: 50px;
}

/************************************** Anlagenuebersicht ***********************************************/

#anlagen {
    width: 160px;
    position: relative;
    /*left: 1px;*/
    margin-right: 0px;
    background: #575756;
    /*height: 628px;*/
    /*box-shadow: inset -1px -1px 5px #333;*/
    /*display: inline;*/
    float: left;
    margin-left: 0px;
    height: 100%;
}

.AnlagenSelectionDiv {
    padding-top: 7px;
    margin-bottom: -25px;
}

.AnlagenSelection {
    padding: 5px;
    font-family: Arial;
    font-size: 11px;
    color: white;
    position: relative;
    bottom: 2px;
}

#ertrag_reserveverm {
    float: left;
}

#anlagen_hl {
    background-color: #575756;
    border-bottom: 1px solid #575756;
    color: white;
    height: 47px;
    margin: 0;
    padding-left: 10px;
    padding-top: 30px;
    width: 150px;
}

#anlagen .anlagenmenuitem_first {
    height: 52px;
    background-color: #fff;
    background-image: url(../Images/DashBoard/bg_inhalt.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px 10px;
    width: 141px;
    color: #3a3a38;
}

.anlagenmenuitem_first img {
    width: 42px;
    height: 36px;
}

#anlagen .anlagenmenuitem {
    padding: 20px 0px 0px 0px;
    width: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 450px;
    min-height: 450px;
}

img.anlage_icon {
    float: left;
    margin-top: 13px;
    clear: left;
}

p.anlage_name {
    margin-top: 5px;
    margin-left: 50px;
    padding-top: 0px;
    font-size: 11px;
}

/************************************** Controls **********************************************/

div[id^="BODYCTL_ChartControl"] {
    margin-top: 30px;
}

.ig_Office2007SilverItem > tr > td.Left {
    text-align: left;
    font-size: 11px;
}

.ig_Office2007SilverItem > tr > td.Right {
    text-align: right;
    padding-right: 5px;
    font-size: 11px;
    border-left: 1px solid white;
}

.ig_Office2007SilverItem > tr > td.Center {
    text-align: center;
    padding-right: 5px;
    font-size: 11px;
    border-left: 1px solid white;
}

.igg_Office2007SilverHeaderCaption.Right {
    text-align: center;
    font-size: 12px;
    padding-right: 5px;
    border-left: solid 1px whitesmoke;
}

.igg_Office2007SilverHeaderCaption.Left {
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

.igg_Office2007SilverSummary.Right {
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
    background-color: #9C9C9B;
}

.TimeFilterSection {
    clear: both;
    height: 70px;
    width: 799px;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    background-color: #e1e1e1;
}

.RangeSelection {
    padding: 5px;
    font-family: Arial;
    font-size: 11px;
    color: #575756;
    position: relative;
    bottom: 2px;
}

#PageInfoLabel {
    height: 18px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;
    /*color: #75b72a;*/
    margin-left: 37px;
    text-transform: uppercase;
    font-weight: normal;
}

#FilterMenu {
    margin-left: 27px;
    padding-bottom: 10px;
}

    #FilterMenu .label {
        color: #595958;
        margin-bottom: 1px;
        font-size: 10px;
    }

.FilterItem .combolabel {
    line-height: 18px !important;
}

#GretaBody .ui-igcombo-field {
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.FilterItem .label {
    float: left;
    margin-left: 6px;
    height: 100%;
    line-height: 14px;
}

.FilterItem .FilterCombo {
    float: left;
}

#GretaBody .ui-igcombo {
    font-size: 12px;
}

.FilterCompact {
    /*display: inline-block;
    border-radius: 4px;*/
    padding-top: 1px;
    /*font-size: 0.8em;*/
    float: left;
}

    .FilterCompact .toggle {
        margin: 0 auto;
        height: 14px;
        width: 40px;
    }

.FilterSelect .toggle {
    margin: 0 auto;
    height: 16px;
    width: 60px;
}

.FilterSelect .toggle-on,
.FilterSelect .toggle-off {
    font-size: 10px;
}

.FilterCompact .toggle-on,
.FilterCompact .toggle-off {
    font-size: 10px;
}

.toggle .toggle-on,
.toggle .toggle-off {
    text-shadow: none;
    /*font-size: 9px;*/
}

.toggle .toggle-compact .toggle-inner .toggle-on,
.toggle .toggle-select .toggle-inner .active {
    background: #595958;
    color: white;
    /*text-shadow: none;
    font-size: 9px;*/
}

#BODYCTL_LineTypeToggleButtons {
    position: relative;
    top: -10px;
    padding-left: 20px;
}

    #BODYCTL_LineTypeToggleButtons td {
        width: 20px;
    }

#BODYCTL_SliderControl_SliderLabel {
    top: 15px;
    padding-left: 65px;
}

#day_month_picker {
    padding-left: 15px;
    width: 230px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

/*Tooltip für HighCharts Graphen*/
.bawk {
    background: url("../Images/detail_pages/tooltipp_graph.png") no-repeat;
    font-size: 9px;
    color: white;
    padding-top: 8px;
    height: 50px;
    width: 62px;
    position: absolute;
    top: -60px;
    left: -13px;
    text-align: center;
}

/*Tooltip für Slider*/
.sliderthumb {
    position: absolute;
    z-index: 3000;
    background-color: #eee;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #575756;
    border: none;
    width: 127px;
    padding: 5px;
    padding-top: 8px;
    height: 30px;
    opacity: 1;
    background: url('../Images/detail_pages/tooltipp_slider.png') no-repeat 0 0;
}


/************************************** Administrator *****************************************/

#admin_body {
    /*padding-left: 1px;*/
}

#admin_page_body {
    position: relative;
    margin-left: 1px;
    margin-right: 0px;
    background-image: url("../Images/DashBoard/bg_inhalt.png");
    background-repeat: repeat-x;
}

.AdminAddButton {
    color: white;
    background-color: cornflowerblue;
    width: 80px;
}

.AdminCommandPanel {
    margin-top: 15px;
    background-color: lightgray;
    position: relative;
    margin-left: -15px;
    margin-right: -10px;
    margin-bottom: -15px;
    padding: 15px;
    border-top: 3px solid silver;
}

.AdminSaveBtn {
    Width: 120px;
    color: White;
    Background-Color: CornFlowerBlue;
}

.AdminBigDelBtn {
    width: 160px;
    color: White;
    Background-Color: DarkRed;
}

.AdminDelBtn {
    Width: 120px;
    color: White;
    Background-Color: DarkRed;
}

.AdminErrorLabel {
    color: red;
}

.AdminDelPanel {
    margin-top: 15px;
    background-color: lightgray;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
}

.AdminCancelDelBtn {
    Width: 120px;
    color: Black;
    background-color: White;
}

.AdminTabbedWindow {
    width: 930px;
    height: 100%;
    padding: 15px;
    padding-right: 10px;
    padding-left: 15px;
    background-color: #F0F0F0;
    border: darkgray solid 1px;
}

.TabSelector {
    margin-left: 5px;
    margin-top: 20px;
    border-width: 0 0 medium;
    background-color: white;
    width: 135px;
}

.PseudoTabContainer {
    background-color: White;
    width: 130px;
    margin-top: 20px;
    border-top: black solid 1px;
    border-bottom: none;
    border-left: black solid 1px;
    border-right: black solid 1px;
}

.AdminTextBox {
    color: #0063a5;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0px;
    border: solid 1px #AAAAAA;
    background-color: #F9F9F9;
    padding: 5px;
    width: 95%;
}

.PostCodeAdminTextBox {
    color: #0063a5;
    font-size: 12px;
    border: solid 1px #AAAAAA;
    background-color: #F9F9F9;
    padding: 5px;
    width: 40px;
    margin-top: 0px;
}

.LocationAdminTextBox {
    color: #0063a5;
    font-size: 12px;
    border: solid 1px #AAAAAA;
    background-color: #F9F9F9;
    padding: 5px;
    width: calc(95% - 52px);
    margin-top: 0px;
}

.CoordinateTextBox {
    color: #AAAAAA;
    font-size: 12px;
    border: solid 1px #AAAAAA;
    background-color: #F9F9F9;
    padding: 5px;
    width: calc((95% / 2) - 56px);
}

.TabContentHead {
    text-align: right;
}

.TabContentOverview {
    height: 200px;
    border: solid darkgray 1px;
    padding: 10px;
    margin-top: 10px;
    background-color: white;
}

    .TabContentOverview table {
        width: 908px;
    }

        .TabContentOverview table td {
            padding: 5px;
            font-size: 11px;
        }

.DivScroll {
    height: 180px;
    overflow: auto;
}

.AdminTableFirstCol {
    width: 50px;
}

.AdminTableHead {
    background-color: lightgray;
}

.AlternatingItemTemplFirstCol {
    width: 50px;
    background-color: #F8F8F8;
}

.AlternatingItemTempl {
    background-color: #F8F8F8;
}

.SelectedItemTemplFirstCol {
    width: 50px;
    background-color: rgb(230, 230, 255);
}

.SelectedItemTempl {
    background-color: rgb(230, 230, 255);
}

.AdminEditTable {
    width: 395px;
    font-size: 11px;
    font-weight: bold;
}

    .AdminEditTable td {
        padding: 5px;
    }

.AdminEditUserGroupSeparator {
    padding-top: 20px;
}

.AdminEditPanelLabel {
    margin-top: -35px;
    position: relative;
    background-color: white;
    padding: 5px;
    width: 120px;
    border: 1px solid darkgray;
}

.AdminEditWideLabel {
    margin-top: -35px;
    position: relative;
    background-color: white;
    padding: 5px;
    width: 140px;
}

.AdminEditSmallLabel {
    position: relative;
    background-color: white;
    padding: 5px;
    width: 80px;
}

.AdminCheckList {
    height: 280px;
    overflow: auto;
    width: 395px;
    font-weight: normal;
}

.AdminEditPanel {
    vertical-align: top;
    background-color: white;
    border: darkgray solid 1px;
    padding: 20px;
}

.AdminSeparator {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: white;
}

/************************************** Dashboard *****************************************/
.tile:active > .dash_content {
    -webkit-transform: translate(1px,1px);
    -moz-transform: translate(1px,1px);
    -ms-transform: translate(1px,1px);
    -o-transform: translate(1px,1px);
    transform: translate(1px,1px);
}

#direct-marketing-grid_Revenue {
    border-right: 0;
}

#reverse-marketing-grid_Sum {
    border-right: 0;
}

.dashboard-elements {
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 15px;
    border: none;
    background: none;
}

    .dashboard-elements .ui-widget-content {
        border: none;
        background: none;
    }

    .dashboard-elements tr.ui-ig-altrecord {
        background-color: transparent;
    }

    .dashboard-elements .ui-widget-header {
        background: none;
        color: black;
    }

.dash-chart-legend {
    top: 253px;
    border: none;
    background: none;
}

    .dash-chart-legend .ui-chart-legend-items-list {
        margin: auto;
    }

    .dash-chart-legend tr {
        display: inline-block;
        margin-right: 10px;
    }

        .dash-chart-legend tr .ui-chart-legend-item-text {
            width: 10px;
        }

#chart-legend {
    border-color: #dfdfdf;
    background: none;
    margin-left: 61px;
    margin-top: 10px;
    width: 675px;
}

    #chart-legend .ui-chart-legend-items-list {
        align-content: center;
    }

    #chart-legend tr {
        display: inline-block;
        margin-right: 10px;
    }

        #chart-legend tr .ui-chart-legend-item-text {
            width: 10px;
        }

    #chart-legend span {
        font-size: 10px;
    }

#chart-content_chart_container {
    border: none;
}

.contentArea {
    background-image: url("../Images/DashBoard/bg_inhalt.png");
    background-repeat: repeat-x;
    background-color: white;
    margin-left: 1px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 10px #333;*/
}

.tile {
    /*border-radius: 5px;
    box-shadow: 0 0 4px #7E7E7D;
    background: -moz-linear-gradient(top, #e2e1e1, #ffffff) repeat scroll 0 0 transparent;
    cursor: move;*/
    float: left;
    margin: 6px 3px 6px 6px;
    position: relative;
}

.tile_title {
    font-size: 20px;
    color: #0063a5;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 8px;
}

    .tile_title:after {
        content: url(../Images/DashBoard/pfeil.png);
        margin-left: 5px;
    }

.tile_marketing_type {
    font-size: 14px;
    color: #a1a1a1;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tile_highlight {
    background-color: white;
    border: 1px solid green;
    border-radius: 5px;
    float: left;
    /* One pixel less than .tile (because of the border width */
    margin: 7px;
}


.vermarktungsstatus_today {
    position: absolute;
    top: 20px;
    /*    width: 55px; */
    text-align: left;
    pointer-events: none;
    color: #76b82a;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0.5px 0.85px 0px rgba(0, 0, 0, 0.9);
}

.vermarktungsstatus_tomorrow {
    position: absolute;
    top: 142px;
    /*    width: 55px; */
    text-align: left;
    pointer-events: none;
    color: #76b82a;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0.5px 0.85px 0px rgba(0, 0, 0, 0.9);
}

.marketing_circle {
    position: absolute;
    width: 43px;
    height: 43px;
    pointer-events: none;
}

.marketed_circle_both {
    background-image: url("/Images/Tiles/bubble_orange_green.png");
}

.unmarketed_circle_both {
    background-image: url("/Images/Tiles/bubble_both_grey.png");
}

.marketed_circle_both_srl {
    background-image: url("/Images/Tiles/bubble_orange_grey.png");
}

.marketed_circle_both_mrl {
    background-image: url("/Images/Tiles/bubble_green_green.png");
}

.unmarketed_circle {
    background-image: url("/Images/Tiles/bubble_full_grey.png");
}

.marketed_circle_srl {
    background-image: url("/Images/Tiles/bubble_full_orange.png");
}

.marketed_circle_mrl {
    background-image: url("/Images/Tiles/bubble_full_green.png");
}

.marketed_status_row_01 {
    top: 40px;
}

.marketed_status_row_02 {
    top: 91px;
}

.marketed_status_row_03 {
    top: 107px;
}

.marketed_status_row_04 {
    top: 162px;
}

.marketed_status_row_05 {
    top: 213px;
}

.marketed_status_row_06 {
    top: 229px;
}

.marketed_status_col_01 {
    left: 22px;
}

.marketed_status_col_02 {
    left: 96px;
}

.marketed_status_col_03 {
    left: 170px;
}

.marketed_status_col_04 {
    left: 246px;
}

.marketed_status_col_05 {
    left: 320px;
}

.marketed_status_col_06 {
    left: 395px;
}

.deactivated_TS1_circle {
    top: 23px;
    left: 22px;
}

.deactivated_TS2_circle {
    top: 23px;
    left: 96px;
}

.deactivated_TS3_circle {
    top: 23px;
    left: 170px;
}

.deactivated_TS4_circle {
    top: 23px;
    left: 246px;
}

.deactivated_TS5_circle {
    top: 23px;
    left: 320px;
}

.deactivated_TS6_circle {
    top: 23px;
    left: 395px;
}

.activated_TS1_circle {
    top: 24px;
    left: 23px;
}

.activated_TS2_circle {
    top: 24px;
    left: 97px;
}

.activated_TS3_circle {
    top: 24px;
    left: 171px;
}

.activated_TS4_circle {
    top: 24px;
    left: 247px;
}

.activated_TS5_circle {
    top: 24px;
    left: 321px;
}

.activated_TS6_circle {
    top: 24px;
    left: 396px;
}

.deactivated_TS1_circle_single {
    top: 33px;
    left: 22px;
}

.deactivated_TS2_circle_single {
    top: 33px;
    left: 96px;
}

.deactivated_TS3_circle_single {
    top: 33px;
    left: 170px;
}

.deactivated_TS4_circle_single {
    top: 33px;
    left: 246px;
}

.deactivated_TS5_circle_single {
    top: 33px;
    left: 320px;
}

.deactivated_TS6_circle_single {
    top: 33px;
    left: 395px;
}

.activated_TS1_circle_single {
    top: 34px;
    left: 23px;
}

.activated_TS2_circle_single {
    top: 34px;
    left: 97px;
}

.activated_TS3_circle_single {
    top: 34px;
    left: 171px;
}

.activated_TS4_circle_single {
    top: 34px;
    left: 247px;
}

.activated_TS5_circle_single {
    top: 34px;
    left: 321px;
}

.activated_TS6_circle_single {
    top: 34px;
    left: 396px;
}

.marketing_load {
    position: absolute;
    width: 55px;
    text-align: center;
    pointer-events: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 11.2px;
    text-shadow: 0.5px 0.85px 0px rgba(0, 0, 0, 0.5);
}

.marketed_load_mrl {
    color: #75b72a;
}

.marketed_load_srl {
    color: #ffc119;
}

.unmarketed_load {
    color: #7e7e7e;
}

.deactivated_TS1_load_second {
    top: 90px;
    left: 16px;
}

.deactivated_TS2_load_second {
    top: 90px;
    left: 90px;
}

.deactivated_TS3_load_second {
    top: 90px;
    left: 164px;
}

.deactivated_TS4_load_second {
    top: 90px;
    left: 240px;
}

.deactivated_TS5_load_second {
    top: 90px;
    left: 314px;
}

.deactivated_TS6_load_second {
    top: 90px;
    left: 389px;
}

.activated_TS1_load_second {
    top: 91px;
    left: 17px;
}

.activated_TS2_load_second {
    top: 91px;
    left: 91px;
}

.activated_TS3_load_second {
    top: 91px;
    left: 165px;
}

.activated_TS4_load_second {
    top: 91px;
    left: 241px;
}

.activated_TS5_load_second {
    top: 91px;
    left: 315px;
}

.activated_TS6_load_second {
    top: 91px;
    left: 390px;
}

.deactivated_TS1_load_first {
    top: 74px;
    left: 16px;
}

.deactivated_TS2_load_first {
    top: 74px;
    left: 90px;
}

.deactivated_TS3_load_first {
    top: 74px;
    left: 164px;
}

.deactivated_TS4_load_first {
    top: 74px;
    left: 240px;
}

.deactivated_TS5_load_first {
    top: 74px;
    left: 314px;
}

.deactivated_TS6_load_first {
    top: 74px;
    left: 389px;
}

.activated_TS1_load_first {
    top: 75px;
    left: 17px;
}

.activated_TS2_load_first {
    top: 75px;
    left: 91px;
}

.activated_TS3_load_first {
    top: 75px;
    left: 165px;
}

.activated_TS4_load_first {
    top: 75px;
    left: 241px;
}

.activated_TS5_load_first {
    top: 75px;
    left: 315px;
}

.activated_TS6_load_first {
    top: 75px;
    left: 390px;
}

.deactivated_TS1_load_single {
    top: 84px;
    left: 16px;
}

.deactivated_TS2_load_single {
    top: 84px;
    left: 90px;
}

.deactivated_TS3_load_single {
    top: 84px;
    left: 164px;
}

.deactivated_TS4_load_single {
    top: 84px;
    left: 240px;
}

.deactivated_TS5_load_single {
    top: 84px;
    left: 314px;
}

.deactivated_TS6_load_single {
    top: 84px;
    left: 389px;
}

.activated_TS1_load_single {
    top: 85px;
    left: 17px;
}

.activated_TS2_load_single {
    top: 85px;
    left: 91px;
}

.activated_TS3_load_single {
    top: 85px;
    left: 165px;
}

.activated_TS4_load_single {
    top: 85px;
    left: 241px;
}

.activated_TS5_load_single {
    top: 85px;
    left: 315px;
}

.activated_TS6_load_single {
    top: 85px;
    left: 390px;
}


#BODYCTL_dropzone {
    padding-top: 5px;
    padding-left: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.separator {
    width: 90%;
    height: 1px;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    color: #a1a1a1;
    background-color: #a1a1a1;
    overflow: auto;
}

/* Drop down styles*/

.selectbox {
    padding-left: 50px;
    height: 22px;
    width: 170px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    float: right;
    z-index: 100;
    background: url('../Images/Common/bg_select.png');
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
}

.selectbox-wrapper {
    padding-left: 732px;
    padding-top: 23px;
    position: relative;
    z-index: 999;
}

    .selectbox-wrapper .passiveSelect .selectbox-wrapper .activeSelect {
        height: 28px;
        line-height: 2em;
        display: block;
        cursor: pointer;
        color: #ffffff;
        font-size: 14px;
        margin-right: 10px;
    }

    .selectbox-wrapper ul {
        padding: 0;
        margin: 0;
        background: #00283b;
        list-style: none;
        max-height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        cursor: pointer;
        width: 213px;
        opacity: 0.85;
    }

    .selectbox-wrapper li {
        padding: 0;
        margin: 0;
        padding: 5px 0 5px 12px;
        color: #ffffff;
        font-weight: normal;
        font-size: 13px;
    }

    .selectbox-wrapper .first {
        padding-top: 20px;
    }

    .selectbox-wrapper .last {
        padding-bottom: 10px;
    }

    .selectbox-wrapper li:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .selectbox-wrapper .selected {
        font-weight: bolder;
    }

    .selectbox-wrapper .styleSelect_item {
        width: 203px;
    }

    .selectbox-wrapper .styleSelect_item_start {
        height: 8px;
        background: url("../Images/Common/darkFirst.jpg") no-repeat top left;
    }

    .selectbox-wrapper .styleSelect_item_content {
        height: 140px;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #525252;
    }

    .selectbox-wrapper .passiveSelect .selectbox-wrapper .activeSelect {
        height: 35px;
        line-height: 2em;
        display: block;
        cursor: pointer;
        padding-left: 10px;
        margin-right: 10px;
        font-size: 14px;
        margin-left: 50px;
        margin-top: -3px;
    }

    .selectbox-wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        cursor: pointer;
        display: block;
    }

    .selectbox-wrapper li {
        padding: 0;
        margin: 0;
        font-weight: normal;
        padding: 2px 0 2px 12px;
        color: #aeaeae;
    }

        .selectbox-wrapper li:hover {
            color: #00aeef;
        }

    .selectbox-wrapper .selected {
        color: #fff;
    }

#dropdown_wrapper {
    position: absolute;
    margin-top: -15px;
    margin-left: 732px;
    z-index: 999;
}

#BODYCTL_DisplayDataGrid td {
    border-collapse: collapse;
}

*:focus {
    outline: none;
}

#BODYCTL_ChartUnit {
    left: 13px;
    bottom: 5px;
    top: 20px;
}

#BODYCTL_ExportDropdown1_DropDown {
    z-index: 100;
}

#date_slider {
    left: 177px;
    position: relative;
    top: -85px;
    z-index: 998;
    width: 600px;
}

.action_dropdown {
    width: 195px;
    background-color: rgb(34,68,84);
    opacity: 0.85;
    margin-top: -1px;
    margin-left: 1px;
    padding: 10px 10px 10px 10px;
}

.action_dropdown_child_div {
    height: 20px;
    overflow: hidden;
}

.action_link {
    text-decoration: none;
    color: white;
}

    .action_link:hover {
        text-decoration: underline;
    }

tbody.igg_Item > tr > td {
    padding: 2px 16px 2px 8px !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.overlay_span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/Images/Common/ajax-loader (1).gif') no-repeat center center;
}

#MainUpdatePanel {
    z-index: 1;
}

#GretaBody .ui-igcombo-button, #GretaBody .ui-igedit-button-common {
    min-width: 10px;
}

    #GretaBody .ui-igcombo-button > .ui-icon, #GretaBody .ui-igedit .ui-icon {
        width: 10px !important;
    }
