html{
    overflow-y: scroll;
}

body {
    padding-top:60px;
    font-family: ' ', sans-serif;
}
body {
    font-family: 'Raleway', sans-serif;
}

.fa {
    font-family: FontAwesome;
}
input[type="radio"]{
    margin-right:4px;
}
.tool {
    background: #F5F5F5;
}
.globalspace {
    padding-top: 50px;
    padding-bottom: 50px;
}


ul.own_icon{
    list-style-type:none;
}
ul.own_icon li{
    position:relative;
}
ul.own_icon li:before{
    content:'-';
    padding:0 10px 0 0;
    position:absolute;
    top:0; left:-10px;
}


.adgroup{
    text-align: center;
    display:none;

}

.adgroups_step{
    display: none;
}

.final_step{
    display: none;
}
.topic_step {
    display: none;
}

.adgroup_box {
    display:none;
    margin-bottom:60px;
}
.topic.checkbox{
    font-weight: bold;
    margin-top:10px;
}

.sliderbg{
    background: #cedbe1;
    border-radius: 5px;
    position: relative;

}

footer.footer a {
    color: gray;
    font-size: 11px;
}


.runtime{
    text-align: center;
}

.max_budget_label{
    position: absolute;
    right: -90px;
    top: -7px;
}
.min_budget_label{
    position: absolute;
    left: -90px;
    top: -7px;
}

.sliderfill{
    background: #fd5811;
    width:50%;
    height:10px;
    position: relative;
    border-radius: 5px;
}
.sliderwrapper1 {
    position: relative;
    height: 200px;
    width: 100%;
    background-image: url(../sliderbg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.sliderwrapper_fill{
    position:absolute;
    height: 200px;
    width: 100%;
    background-image: url(../sliderbg_fill.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sliderwrapper2 {
    position: absolute;
    width: 100%;
    bottom:-6px;

}

.keilbg{
    background: #f2f6f8;
    height:200px;
    width: 100%;
    position: relative;
}

.keil_shape{
    position: absolute;
    background-image: url(../keilform.png);
    height:200px;
    width: 100%;
    background-size: cover;
}

.keil_fill{
    position: absolute;
    background:#f9956a;
    height:200px;
    width: 50%;
    background-size: cover;
}



.sliderdot {
    position:absolute;
    background: #fd5811;
    height:30px;
    width: 30px;
    border-radius: 15px;
    right:-15px;
    top: -10px;
    cursor: pointer;
}


.runtime_box{
    border: 1px solid lightgray;
    border-radius: 15px;
}
.adgroup_calc_box_head{
    background: #fd5811;

    color:white;
    padding: 15px 8px;
    font-size: 20px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.adgroup_calc_box{
    border: 1px solid lightgray;
    border-radius: 15px;
}


.twitter-typeahead{
    width:100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width:100%;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

.calctd{
    color: #595959;
    background: #F5F5F5;
}

.state_0 {background-color: #337ab7; }
.state_1 {background-color: #f0ad4e; }
.state_2 {background-color: #5cb85c; }
.state_3 {background-color: #d9534f; }

.showsubtopics{
    display:none;
}

.adgroup_row{
    padding: 20px 0px;
    margin: 0px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

}

.firsthidden, .sechidden, .trafficstats, #get_search_traffic, .hideindex2{
    display: none;
}

.input-daterange {
    float:left;
    width: 85%;
}

.dateRangePwt {
    margin: -15px 0;
}

.price_label {
    font-size: 10px
}

.service.calctd, .media_budget.calctd, .clicks {
    font-size: 12px;
    color: #595959;
}
.service_percent.calctd, .media_budget_percent.calctd, .clicks_label {
    font-size: 11px;
}
.well_table{
    margin-bottom:0px;
}

.well_table tr:first-child td {
    border-top: 0px;

}

.ms-helper {
    color: #F00;
}


.has-error .tooltip.top .tooltip-arrow{
    border-top-color: #A94442;
}

.has-error .tooltip-inner{
    background-color: #A94442;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.has_search_traffic{
    padding-bottom:0px;
}

.search_traffic_info{
    background-color: #555;
    height: 40px;
    padding: 10px;
    color:#fff;
    margin-top:20px;
    /*    border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;*/
    padding: 10px 0px;
    border-top: 1px solid rgb(30, 78, 119);
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow:    inset 0px 4px 6px 0px rgba(50, 50, 50, 0.23);
    box-shadow:         inset 0px 4px 6px 0px rgba(50, 50, 50, 0.23)
}
.stw3sti_label {
    font-weight: bold;
}

.search_traffic_info .badge{
    background:#fff;
    color:#337ab7;
}

.old_campagin_row{
    margin-bottom:10px;
}

.old_campagins_list{
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

tr.hidden_topic {
    color: gainsboro;
    font-size: 11px;
}


#get_campaigns{
    display: none;
}

#customerTab_wrapper .nav-tabs {
     border-bottom: 0px;
}


div#filter_wrapper label {
    font-weight: normal;
    font-size: 13px;
    color: #6f6f6f;
}

div#filter_wrapper {
    margin-bottom: 50px;
}

/* ------------------ Media -------------- */


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 70px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .adgroup-col {
        margin-bottom:10px;
    }

    #approval, .runtime_start {
        border-radius: 4px !important;
    }
    body {
        padding-top: 70px;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}

.channel_split i.fa {
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.changeStateBtn {
    position: relative;
}

.tab-inner {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    border-radius: 4px;
    border-top-left-radius: 0px;
}

.width100 {
    width: 100%;
}

.z1001 {
    z-index: 1001;
}

.col-md-3-5 {
    width: 29.166%;
}
.col-md-1-5 {
    width: 12.5%;
}

table.dataTable thead > tr > th {
    padding-right: 25px !important;
    /*padding-right: initial !important;*/
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 8px !important;
    right: auto !important;
}

/*table.dataTable thead .sorting_asc , table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    background-position: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E6E6E6;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #E6E6E6;
    background-color: #E0E0E0;
}

tbody .numberColumn, tfoot .numberColumn {
    font-family: 'Roboto Mono';
    font-weight: 300;
    font-size: 14px;
}


.form-horizontal .form-group.has-feedback .form-control-feedback {
    right: 40px;
}
h1 {
    margin-top: 0;
}


.ms-input-field {
    width: 100% !important;
}

.channelcampaign {
    padding-top: 3px;
    padding-bottom: 3px;
}

.channelcampaign .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.channelcampaign .has-feedback .form-control {
    padding-right: 0px;
}

.channelcampaign:nth-of-type(odd) {
    background: #F5F5F5;
}

.sumabasicchannel .form-group, .sumaindividualchannel .form-group {
    margin-bottom: 0px;
}

.verticalAlginBtns {
    padding-top: 5px;
}
.modal-dialog .bootstrap-datetimepicker-widget {
    position: fixed;
    z-index: 10000;
}



.selectTimeElementWrapperSelector {
    float: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
}

#btnAddVariant {
    padding: 10px 15px;
}

#btnAddVariant, #variantTabs> li > a {
    opacity: 0.7;
    color: #000;
    background-color: #FFF;
}
#variantTabs> li.active > a {
    opacity: 1;
}

#variantTabs> li .glyphicon-remove,
#variantTabs> li .fa-copy {
    display: none;
}

#variantTabs> li.active .glyphicon-remove,
#variantTabs> li.active .fa-copy {
    display: inline-block;
}

.tab_btn_small {
    float: left;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 4px;
    color: #848484;
    cursor: pointer;
    margin-left:5px;
}

.tab_btn_small .tabVal{
    display: none;
}

.tab_btn_small:hover {
    background: #F1F1F1;
    text-decoration: none;
    color: #848484;
}

.tab_btn_small.active {
    background: #661C34 !important;
    color: #fff !important;
}

.channelcampaign {
    border-left: 15px #651B34 solid;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 -15px 15px -15px;
    padding-top: 15px;
    background-color: #F5F5F5;
}

.channelRow, .channelhead div, .channelheadmobile {
    padding-right: 0px;
    font-size: 13px;
}

.channelhead, .channelheadmobile {
    color: gray;
    font-weight: bold;
}

.channelRow .runtime {
    padding: 0px;
}

.removeChannelBtn, .calculationChannelBtn, .externalChannelBtn, .copyChannelBtn_wrap {
    padding: 3px;
}

.variantTitle, .addToChannel, .channelSplit {
    color: #651B34 !important;
    border-color: #651B34 !important;
}

.channelSplit {
    margin-top: 0px;
}

.variantTitle, .channelTotalField {
    font-weight: bold;
    padding-left: 0px;
}

.channelTotalField {
    color: #000;
    font-size: 16px;
    padding-top: 20px;
}

.addToChannel {
    float: none;
    font-size:10px;
}

.channelcampaigns {
    padding-bottom: 30px;
}

.sumabasicchannel, .sumaindividualchannel {
    padding-bottom: 15px;
}

.budgetInputWidth {
    width: 140px;
    max-width: 140px;
}

.media_budget_group_addon:hover, .media_budget_group_addon {
    border-left: 0;
}

.sumaMinMax + .tooltip > .tooltip-inner {
    background-color: #C5504C;
}
.sumaMinMax + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #C5504C;
}

.sumaMinMax {
    border: 1px solid #dadada;
    border-radius: 4px;
}

input.sumaMinMax:focus {
    outline: none;
    border-color: #BF3F3D;
    box-shadow: 0 0 2px #BF3F3D;
}

.budgetMinMax {
    background-color: #F8DFDB !important;
    border-color: #BF3F3D !important;
}

.channelLZButton {
    font-size: 9px;
    cursor: pointer;
    margin: -10px 0px 0px 0px;
    color: #828080;
    text-decoration: underline;
}

.lzTo {
    border-left-width: 0px;
    border-right-width: 0px;
}

.adgroupField, .budgetField, .clicks, .theme, .target {
    font-size: 13px;
}

.target {
    max-width: 100%;
    min-width: 100%;
    max-height: 60px;
    margin-top: -10px;
}

.currency,.lzInputField > .form-control, .rwabdField, .runtimeField, .datepicker, .budgetInputWidth > span {
    font-family: "Open Sans";
    font-size: 13px;
}

.theme, .rwabdField, .currency, .budgetField, .clicks {
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-weight: normal;
}
::-moz-placeholder {
    font-weight: normal;
}
:-ms-input-placeholder {
    font-weight: normal;
}
:-moz-input-placeholder {
    font-weight: normal;
}

.totalPackage {
    padding: 15px 0;
    margin: 0 0 -20px -20px;
    background-color: #E0E0E0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    width: calc(100% + 40px);
}

#mapWrapper {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin: 0px;
}

#mapLeft {
    padding: 15px 0 0 0;
    background-color: #FFF;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 400px;
}

#mapRight {
    padding: 0;
    border-left: 1px solid #E0E0E0;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
}

#myMap {
    height: 400px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #E6E6E6;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #E6E6E6;
    background-color: #E0E0E0;
}

table.dataTable thead {
    padding-top: 8px;
    margin-top: 16px;
}

.btn-custom:not(.btn-danger), .type-primary .modal-header {
    background-color: #555 !important;
    color: #FFF;
}



.panel.type-primary .panel-heading{
    background-color: #555;
    padding: 5px 15px;
    color: #FFF;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.panel.type-primary .panel-body{
    background-color: #EDEDED;
    padding: 5px 15px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.panel.type-primary{
    border:none;
    margin-bottom:0;
}
div .row-border-bottom{
    border-bottom:  1px solid #EDEDED;
    margin-bottom:  15px;
    padding: 15px;
}
div .row-border-bottom:last-child{
    border-bottom:none;
}
.text-bold{
    font-weight: bold;
}
.btn-custom:not(.btn-danger):hover {
    color: #fff;
    background-color: #313030 !important;
}
.navbar .dropdown-menu {
    border-top-left-radius: 0;
    top: auto;
    width: auto;
}

.navbar .dropdown-menu > li > a {
    text-decoration: none;
}

.dropdown-menu {
    border-top-left-radius: 0px;
    top: 34px;
    width: 350px;
}

.inputWebsitesCustom .dropdown-menu {
    overflow: auto;
}

.dropdown-menu .col-md-5 span, .dropdown-menu .col-md-9 span {
    padding: 1px 1px 1px 3px;
    font-weight: bold;
}

.dropdown-menu h4 {
    font-size: 13px;
    margin-bottom: 5px;
}

.dropdown-menu hr {
    margin-bottom: 5px;
}

.dropdown-menu .input-group.input-group-sm input {
    font-size: 13px;
    text-align: right;
    color: black;
    font-weight: bold;
    font-family: 'Open Sans', serif;
}

.dropdown-menu .col-md-5 {
    padding-top: 3px;
}

.dropdown-menu .col-md-3 {
    padding-top: 3px;
}

.dropdown-menu a {
    font-size: 13px;
    text-decoration: underline;
}

.classMapSearchActive {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.modal .modal-body {
    max-height:600;
    overflow-y: auto;
}

#comment {
    min-height: 34px;
    min-width: 100%;
}

.dataTable.display.compact thead,
.dataTable.display.compact tbody {
    float: left;
    width: 100%;
}

.dataTable.display.compact tbody {
    overflow-y: scroll;
    height: 251px;
}

.dataTable.display.compact tr {
    width: 100%;
    display: table;
}

.dataTable.display.compact td:first-child {
    width: 12%;
}

.dataTable.display.compact td:nth-child(2) {
    width: 47%;
}

.dataTable.display.compact tfoot td:first-child {
    width: 57%;
}

.dataTable.display.compact td:nth-child(3),
.dataTable.display.compact tfoot td:nth-child(2) {
    width: 20%;
    padding-right: 26px;
    text-align: right;
}

.dataTable.display.compact td:nth-child(4),
.dataTable.display.compact tfoot td:nth-child(3) {
    width: 15%;
    padding-right: 26px;
    text-align: right;
}

.search_icon:before {
    opacity: .5;
    position: absolute;
    right: 25px;
    top: 6px;
    content: "\f002";
    font-family: 'FontAwesome';
}

.nav-tabs > li {
    position:relative;
}

.nav-tabs > li > a {
    display:inline-block;
}

.nav-tabs > li {
    font-weight: bold;
}

.nav-tabs > li span.deleteButton:hover,
.nav-tabs > li span.showButton:hover,
.nav-tabs > li span.hideButton:hover {
    color: black;
}

.nav-tabs > li  span.deleteButton,
.nav-tabs > li  span.showButton,
.nav-tabs > li  span.hideButton {
    cursor: pointer;
    margin: 0px 2px;
}

ul.nav.nav-tabs.campaignTabs {
    border-bottom: none;
}

ul.nav.nav-tabs.campaignTabs li{
border-bottom: 1px solid #e6e6e6;
}

.campaignTableAktion a {
    padding: 6px;
    width: 190px;
    border-radius: 5px;
    border: 0px;
    margin: -4px 0;
    font-size: 13px;
    font-weight: bold;
    color: white !important;
    font-style: normal;
}

#campaignsTableWrapper table .label {
    font-size: 11px;
}

.navbar-nav > li > a {
	cursor: pointer;
}

/*upload*/
/* Anmerkungen und Upload */

.fileupload-buttonbar table {
    margin-bottom: 5px;
}

.fileupload-buttonbar .col-lg-7 {
    padding-left: 5px;
}

/*
#todo eindeutinge Klasse f�r diese form-group hinzuf�gen. Damit nicht alle angesprochen werden
*/
.comment-upload-row .input-group-addon{
    border:0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #ccc;;
}
.col-md-12 .form-group-upload {
    margin-bottom: 5px;
}

textarea#comment {
    height:88px;
    border-bottom-left-radius: 0px ;
    border-top: 0px;
    border-left: 0px;
    border-top-left-radius: 4px;
}

.comment-style {
    padding-left: 0 !important;
    padding-right:0 !important;
}

/*
#todo evlt anderen id-namen f�r diese tabele verwenden der eindeutiger ist.
*/

#tableDelete {
    margin-bottom: 5px;
    border-top-left-radius: 10px;
    border-left: 0px;
    border-top: 0px;
}

/*
#todo Klasse f�r die row f�r Anmerkungen und Upload vergeben und folgenden style einf�gen
.KLASSE-COMMENT-UPLOAD-ROW{
    border: 1px solid #ccc;
}
*/
.comment-upload-row{
    background-color: #e0e0e0; margin:0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.files td {
    vertical-align: middle ;
}

.fileupload-buttonbar i.glyphicon.glyphicon-upload {
    margin-right: 3px;
}

.table-striped > tbody.files > tr:nth-of-type(odd) {
    background-color: #EFEFEF;
}

.thead-upload{
    margin:7px;
}

.img-upload-png{
    width:80px; height:45px;
}

.img-upload-data{
    width:30px; height:28px;
}

.img-upload-xls{
    width:px; height:28px;
}

.visibility-upload{
    visibility: hidden;
    display: none;
}

div#customerSelectField, div#contactSelectField {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

textarea.inputlist {
    margin-top: 15px;
    border-color: #c0c0c0;
    border-radius: 4px;
}

.myoffers.form h2:first-of-type {
    margin-top: 0px;
}

/* Pflichtfelder */
.rqstar_allgemein {
    position: absolute;
    font-size: 26px;
    color: #c0392b;
    top: 2px;
}

.rqstar_pakete {
    position: absolute;
    font-size: 26px;
    top: -7px;
    color: #c0392b;
}

.panel-heading [data-toggle='collapse']:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    font-size: 12px;
    line-height: 14px;
    padding-right: 5px;
    float: left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle='collapse'].collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.titleState a {
    color: #585858;
}

.titleState.active a{
    color:#000;
}

.countState {
    background-color: #CCC;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 9px;
    font-family: 'Open Sans', serif;
    font-size: 9px;
    font-weight: bold;
}

#offerTable_wrapper {
    background-color: #FFF;
    padding: 8px 0;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    /*border-top-right-radius: 4px;*/
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 8px 10px 0px rgba(50, 50, 50, 0.2);
}

#offerTable {
    border-top: 1px solid #DDD;
    border-color: #DDD;
    font-weight: bold;
}

#offerTable_filter, #offerTable_length, #offerTable_info {
    margin: 0 20px;
}

.createdBriefing {
    padding: 0 8px;
    border-radius: 4px;
    width: 80px;
    text-align: center;
}

.createdTime {
    color: #888;
    font-size: 9px;
    margin-top: -2px;
    font-weight: normal;
    font-family: 'Open Sans', serif;
}

#briefing_overview .createdDate {
    font-family: 'Open Sans', serif;
    font-size: 12px;
}

.stateWrapper a {
    padding: 2px;
    width: 125px;
    border-radius: 5px;
    border: 0px;
    font-size: 11px;
}

.stateWrapper a.btn.btn-warning:hover {
    background-color: #f0ad4e;
}

.stateWrapper a.btn.btn-danger:hover {
    background-color: #d9534f;
}

.stateWrapper a.btn.btn-default:hover {
    background-color: #fff;
}

.stateWrapper a.btn.btn-primary:hover {
    background-color: #337ab7;
}

.stateWrapper a.btn.btn-success:hover {
    background-color: #5cb85c;
}

.stateWrapper a.btn.btn-info:hover {
    background-color: #5bc0de;
}


div#offerTable_info {
    color: gray;
    font-size: 11px;
}

.changeStateBtnWrapper a {
    padding: 1px;
    width: 20px;
    height: 20px;
    font-weight: normal;
    font-size: 11px;
}

.customerRow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}


.customerRowCampaigns {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}

.customerRowThema {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

.customerRowBold{
    font-weight: bold;
}

/*navbar*/
.navstart{
    margin: 0; margin-top: 51px; background-color: #e7e7e7;z-index: 1029;
}

.navheader{
    max-width: 290px;
}

.navcustomer{
    color: black !important ;
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    max-width: 300px ;
    font-size:12px;
    padding:5px 10px;
    height: auto;
}

.navinfstyle{
    color:#777 !important;
}

.navinfstyleEdit{
    color:#ec971f !important;
}

.courseVerlauf{
    max-height: 300px; overflow-y: auto;
}

.courseBoxStyle{
    text-align:left; color:black; background-color: white; margin:5px 0;
}

.courseUserStyle{
    color:#671B35 !important;
}

.coursestyle{
    font-weight: bold;
}

.curserPointereStyle{
    cursor: pointer;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover{
    background-color: #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    vertical-align: inherit;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Briefing Subanv */
#briefing_subnav{
    min-height:auto;
    border:0px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.40);
    -moz-box-shadow:    0px 2px 6px 0px rgba(50, 50, 50, 0.40);
    box-shadow:        0px 2px 6px 0px rgba(50, 50, 50, 0.40);
}

#briefing_subnav .navbar-nav li a {
    font-size: 12px;
    padding: 5px 10px;
}
#briefing_subnav .navbar-nav li a:hover {
    background: #D2D2D2;
    color: #5A5A5A;
}

#briefing_subnav .navbar-nav li a.createt:hover{
    cursor: default;
    background: none;
    color:#777;
}

/* Briefing State Bar */
#briefing_state_bar {
	margin-top: 51px;
	position: fixed;
	width: 100%;
	z-index: 1028;
}

#briefing_state_bar .briefing_state_bar_main_row {
    margin:-51px 0 0 0;
}


.briefing_newcustomer_info {
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 22px;
    border-radius: 21px;
}


/* Interaction Panel*/
.interactionWrapper {
    -webkit-box-shadow: 0px -2px 6px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px -2px 6px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px -2px 6px 0px rgba(50, 50, 50, 0.4);

}
.interactionWrapper .panel{
    border-radius:0px;
    border:0px;
}
.interactionWrapper .panel.panel-warning{
    background:#FFF3E1;
}

.interactionWrapper .panel-heading{
    cursor:pointer;
}

.interactionWrapper .panel-warning > .panel-heading{
    color:#fff;
    background:#ec971f;
    border-radius:0px;
    border-bottom: 0px solid #FFF3E1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.interactionWrapper .panel-warning > .panel-heading.collapsed:hover{
    border-bottom: 10px solid #FFF3E1;
}


.interactionWrapper .followUpField{
   margin-bottom :20px;
}

.interactionWrapper .followUpField textarea,
.interactionWrapper .comment textarea {
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
    height: 35px;
}
.interactionWrapper .comment textarea:focus, .interactionWrapper .comment textarea:disabled,
.interactionWrapper .followUpField textarea:focus, .interactionWrapper .followUpField textarea:disabled{
    height:auto;
}

.interactionWrapper .comment textarea {
width: 318px;
resize: vertical;
font-weight: normal;
}

.interactionWrapper .panel-title .a:hover {
    text-decoration: none !important;
}

.interactionWrapper label.control-label {
    margin-top: 7px;
}

/* Briefing Overivew */

#briefing_overview {
    margin-top: -110px;
}
#briefing_overview #stateTabs {
    margin-right:3px;
}

#briefing_overview #stateTabs .active.titleState a{
    color:#000;
}
.briefing_overview_headdec {
    padding-bottom: 100px;
}
#briefing_overview #offerTable_length{
    margin-top: 5px;
}

#briefing_overview #offerTable_length label{
    font-weight: normal;
    color: #848484;
    font-size: 11px;
}
#briefing_overview .dataTable th {
    color: #585858;
    font-weight: normal;
}

.navbar-brand, .loginNav {
    margin: 0px;
}
.offerTypePackage{
    margin-bottom:15px;
}
.borderWebsites {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.selectionWebsitesContainer {
    padding: 5px;
	padding-right: 20px;
    background-color: #DDD;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-bottom: 15px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.selectionWebsitesContainer .selectWebsitesCustom {
    background-color: #FFF;
    color: #000;
    border-color: #999;
    border-width: 2px;
    border-radius: 8px;
    padding: 0 5px;
}

/* WT-Anzeige Mülleimer Icon
.selectWebsitesCustom > .ms-close-btn {
    margin: 0 5px !important;
    background-image: none !important;
    color: #888 !important;
}

.selectWebsitesCustom > .ms-close-btn:before {
    font-family: FontAwesome;
    content: "\f1f8";
}
*/

.selectionWebsitesContainer .selectWebsitesCustom > .ms-close-btn:hover {
    color: #000;
}





.saveAndSendButton {
    margin-bottom: 15px;
}

.tabColorIndex{
    background-color: transparent;
}

#navbar-collapse-1 {
    padding: 0;
    border: 0px;
}

#briefing_overview .tabColorIndex {
    padding: 0;
}



.loadPostcodeList, .loadPostcodeListFromCampaign {
    padding-left: 0px;
}
@media screen and (max-width:1200px) {


    .trafficEstimatorMobile{
        width: 100%; float: left;
        position: relative;
        min-height: 1px;
    }

    .search_traffic_info{
        height: 70px;
    }

    .loadPostcodeList{
        margin-right: 15px;
    }

    .mobileSearchStyle{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%;
    }

    .budgetInputWidth{
        min-height: 1px;
        float: left;
        position: relative;
        width: 50%;
        max-width: 100%;

    }

    .input-group-diplay{
        display: block;
    }
}
@media screen and (max-width: 991px) {

    .modal .modal-body {
        max-height: 450px !important;
        overflow-y: auto;
    }
    .mobileStyleIndex{
        width: 100%;
        min-height: 1px;
        /*        padding-left: 15px;
                padding-right: 15px;*/
        overflow-x: hidden;
    }

    .tabIndicator , .mobileSearchStyle{
        width: 100%;
    }

    .dataTables_filter > label {
        width: 100%;
    }

    .dataTableLabel {
        margin-left: 0px !important;
    }

    .customerRow {
        max-width: 150px;
    }

    .rqstar_allgemein {
        top: -7px;
    }
    .loadPostcodeList, .loadPostcodeListFromCampaign {
        padding: 15px 15px 0 15px;
    }

    .loadPostcodeList >div, .loadPostcodeListFromCampaign > div {
        width: 100%;
    }
    .modalMobileStyle {
        text-align: left !important;
    }

    .btnWidthMobile{
        width: 100% !important;
    }

    #mapLeft {
        height: 498px;
    }

    #general .row {
        margin-right: 0px;
    }

    .totalPackage{
        margin-right: -20px;
    }

    .rightPaddingZero{
        padding-right: 0px;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 400px;
    }

    .briefing_state_bar_main{
        margin-right: 0px;
        margin-left: 0px;
    }

    .channelRow {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .target {
        margin-top: 0px;
    }

    .channelTotalField{
        margin-top: -50px;
    }

    .budgetInputWidth{
        min-height: 1px;
        float: left;
        position: relative;
        width: 50%;
        max-width: 100%;

    }

    .input-group-diplay{
        display: block;
    }

    .search_traffic_info{
        max-height: 200px;
        height: 100%;
        margin-top: 0px;
    }

    .selectCalenderMobile{
        width: 35% !important;
    }


}

.selectCalenderMobile{
    width: 22%;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navcustomer{
        padding-top:13px;
    }

    #navbarState{
        overflow-x: hidden;
    }
}

@media (max-width: 768px){
	#showAdvertiserRange{
		padding:0px !important;
	}
	#showAdvertiserRange .modal-body{
		padding:5px;
	}

	#showAdvertiserRange .modal-dialog{
		margin:5px;
	}
	#showAdvertiserRange .panel.type-primary .panel-heading{
		padding:5px;
	}

	#showAdvertiserRange .col-xs-4{
	    padding-left: 2px;
            padding-right: 2px;
	}

	#showAdvertiserRange .col-xs-4 .panel {
		font-size:12px;
	}
	#showAdvertiserRange div.row-border-bottom{
		margin-bottom: 0px;
	}

	#showAdvertiserRange .advertiser-range-budget-col{
		margin-top:15px;
	}
}

.jumbotron_custom {
    padding: 5px;
    border-radius: 4px;
    background-color: #eee;
    margin: 12px;
}
.jumbotron_custom_text {
    margin: 10px;
}

.ms-ctn .ms-sel-item, .ms-sel-ctn .ms-sel-item {
	position: relative;
	padding-right: 20px;
}

.selectionWebsitesContainer.ms-sel-ctn .ms-sel-item:hover {
	border-width: 2px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
	position: absolute;
	top: 0px;
	right: 5px;
}

#verlaufTable {
    margin-bottom: 0px;
}

#verlaufTable th {
    border-top:0px;
}

#verlaufTable td {
    background-color: #fff;
}
#verlaufTable th:first-child, #verlaufTable td:first-child {
    font-weight: bold;
}

#filesTable td:first-child {
    font-weight: normal;
    width: 20%;
}

#filesTable td:first-child +td {
    width: 60%;
}

#filesTable td:first-child +td +td{
    width: 20%;
}

#filesTable td {
     border-top:0px;
}

#filesTable a img,
#offerFilesTable a img,
#offerFilesTable2 a img
{
    margin-right: 5px;
}

#filesTable a,
#offerFilesTable2 a
{
    color: #333;
    font-weight: bold;
}

#offerFilesTable a{
    color: #ffffff;
    font-weight: bold;
}


#offerFilesTable th {
    border-bottom: 0px;
    color: #ffffff;
}

#offerFilesTable td {
    border-top: 0px;
    border-bottom: 1px solid #E5F7E5;
    color: #ffffff;
}

#offerFilesTable tr:last-child td {
    border-bottom: 0px;
}

.filesColor{
    margin-top:78px;
    background-color: #93d093;
    border-top: 0px;
}

/*
#verlaufTable {
    border-color: #bbb;
    color: #777;
    width: 100%;
}

#verlaufTable th, #verlaufTable td {
    padding: 10px;
    border-color: #bbb;
    text-align: center;
}

#verlaufTable td:last-child {
    text-align: left;
}
*/
.verlaufTable_wrapper {
    background: #fff;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
}

#reopenedBriefing {
    height: 150px;
    overflow: auto;
    font-size: 16px;
}

.commentSpacing {
    margin: 8px 0;
}

.reopenedDate {
    padding-top: 5px;
    font-weight: normal;
}

.reopenedBriefingText{
    margin: 12px 0;
    color: #FFF;
    font-size: 14px;
}

.reopenedName {
    padding-left: 0px;
    padding-top: 5px;
}

.reopenedComment {
    padding-left: 0px;
    font-weight: normal;
}

.navinfstyleEdit i.fa.fa-exclamation-triangle {
    margin-right: 3px;
}


.comment-upload-row .files  {
    font-size: 11px;
}

.gen_ads_label {
    padding-top: 0px !important;
}

.briefing_section{
    margin-top:60px;
}

.titleState a {
    color: #585858;
    outline: 0px none !important;
}

a.tab_btn_small {
    outline: 0px none !important;
}

a {
    outline: 0px none !important;
}

#variantTabs {
    margin-right:3px;
}


.head_state_100 {
    padding-top: 100px;
}

.selectTimeElementWrapper input {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color:#000;
}

.selectTimeElementWrapper span.input-group-addon {
    border-left: 0px;
    border-right: 0px;
}

.selectTimeElementWrapper1 input.input-small.form-control.datetimepicker {
    width: 150px;
}

.selectTimeElementWrapper .input-group{
    width: 340px;
}

.selectTimeElementWrapper2 input[name=timeFromValue] {
    width: 50px;
    text-align: right;
}

.selectTimeElementWrapper2 input[name=start] {
    width: 150px;
}

.selectTimeElementWrapper select[name=timeFromType],
.selectTimeElementWrapper select[name=timeRangeType]{
    width: 100px;
    border-left:0px;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-position:right 50%;
    background-repeat:no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right:1.5em;
}

.selectTimeElementWrapper3 input[name=timeRangeValue]{
    width:50px;
    text-align: right;
}

.selectTimeElementWrapper3 .input-group {
    width: 150px;
}

.selectTimeElementWrapperSelector.col-xs-1{
    width:auto;
}
.selectTimeOverlay hr{
    display: none;
}
@media (min-width: 768px){
    .selectTimeOverlay .modal-dialog {
        width: 410px;
    }
}


.stateWrapper .btn-default {
    background: #E2E2E2;
}

.input.form-control.lzFirst, .input.form-control.lzSecond{
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

textarea.target {
    font-size: 11px;
    max-width: 100%;
    min-width: 100%;
    margin-top: 0px;
    height: 34px;
}
textarea.target:focus, textarea.target:disabled{
    height:auto;
    margin-top: -10px;
}


.briefing-state-bar-btn {
    font-size: 9px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    line-height: 16px;
}

a.createt.navinfstyle {
    margin-right: 5px;
}

span#brand-customer {
    margin-left: 5px;
}

#trackingTable {
    border: 1px solid #ddd;
    font-size: 12px;
}

#trackingBg {
    padding: 50px 0px;
}

#tracking {
    margin-top: -80px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.form-size {
    font-size: 11px;
    height: 26px;
    padding: 5px;
}

#tracking thead select {
    width: 100%;
    margin: 0px;
}

#tracking thead th {
    padding-right: 5px;
    padding-left: 5px;
}

#trackingBody td {
    border-right: 1px solid #ccc;
}

#trackingBody td:last-child {
    border-right-width: 0px;
}

.filter.display {
    display: block;
}

.filter:focus {
    display: block;
}

.customer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}

.customer .customer_link_color a{
    color: #000;
}

.website_list ul {
  list-style-position:outside;
  padding-left: 15px;
  margin-bottom:0px;
}

/*Customers\view begin*/

.customer_row {
  display: flex;
}

.window_view {
  min-height: 260px;
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.window_view h4, .campaign_runtime h4 {
  font-weight: bold;
  margin-top: 0px;
}

.campaign_runtime {
  padding-left: 30px;
}

.customer_info_table table .td_subheader, .customer_info table .customer_comment {
  width: 160px;
}

.customer_info_table .subheader, .customer_info .subheader  {
  color: grey;
}
.customer_info_table .subinfo, .customer_info .subinfo {
  font-weight: bold;
}

.customer_comment_text {
  min-height: 75px;
  background-color: #FFFACD;
  padding: 15px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.05);
}

.customer_comments_padding {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 30px;
}

.customer_comments_padding .customer_comment_created {
  font-size: 11px;
  color: #a5a4a4;
}

.customer_comment_text .customer_comment_content {
  font-size: 13px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-left: 0px;
  padding-left: 0px;
}

.customer_comment_text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: #fffac8 #ffffff;
  box-shadow: -7px 7px 20px rgba(0,0,0,0.09);
}

.umsatz span {
  font-size: 30px;
  color: #000;
}

.bill_color {
  color: grey;
}

.bill_color p{
  margin: 0 0 0;
}

#billTableWrapper, #campainTableWrapper, #customerTableWrapper, #showRoomWrapper {
  padding-left: 15px;
  padding-right: 15px;
}

#billTable, #campainTable, #customerTable {
  border-top: 1px solid #000;
  border-color: #DDD;
}

#billTable_wrapper, #campainTable_wrapper, #customerTable_wrapper, #showRoom_wrapper  {
  background-color: #FFF;
  padding: 8px 0;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 8px 10px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 8px 10px 0px rgba(50, 50, 50, 0.2);
}

#showRoom_wrapper {
  width: auto;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 50px;
}

#billTable_length, #campainTable_length, #customerTable_length {
    padding-left: 12px;
    padding-top: 6px;
}

#billTable_filter, #campainTable_filter, #customerTable_filter {
    margin-right: 1.5%;
}

#billTable_info, #campainTable_info, #customerTable_info {
    padding-left: 12px;
}

#campainTable_paginate a, #billTable_paginate a, #customerTable_paginate a {
    border-radius: 4px;
    padding: 0.3em 0.8em 0.5em;
}

td.invoice_date_true , td.invoice_paid_true {
  color: #2ecc71;
}

td.invoice_date_false ,  td.invoice_paid_false {
  color: #bdc3c7;
}

td.invoice_date_font ,  td.invoice_paid_font {
  font-style: italic;
}

td.is_active_true {
  font-weight: bold;
}

td.is_active_false {
 color: grey;
}

body.Customers_view {
    background-color: #f4f4f4;
    padding-top: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 30px;
}

.header .window_view {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropbtn_bill {
  background-color: #3498db;
  color: white;
  padding: 5px 8px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.dropbtn_bill:hover, .dropbtn_bill:focus {
  background-color: #2980b9;
}

.dropdown_bill {
  top: 25px;
  left: 140px;
  position: relative;
  display: inline-block;
}

.dropdown_bill-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.dropdown_bill-content p {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown_bill-content p:hover {background-color: #f1f1f1}

.show_bill {display:block;}

.area {
  fill: #671b33;
}

.tollTipD3Customer {
  pointer-events: none;
	position: absolute;
  display: none;
  min-width: 50px;
  height: auto;
  background: none repeat scroll 0 0 #ffffff;
  padding: 9px 14px 6px 14px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.3;
  color: #5B6770;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, .15);

}

.tollTipD3Customer:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -12px;
}
.tollTipD3Customer span {
  width: 300px;
  text-align: right;
	font-weight: 500;
  color: #081F2C;
}
.toolpaddingcustomer td {
  padding: 3px;
}

/*Customers\view end*/

.numbers {
    font-family: 'Open Sans';
}

#trackingTable_filter .form-size {
    margin-left: 0px;
}

div#trackingTable_info, #trackingTable_paginate, #trackingTable_length {
    font-size: 12px;
}

.filter[placeholder]          {text-overflow:ellipsis;}
.filter::-moz-placeholder     {text-overflow:ellipsis;}
.filter:-moz-placeholder      {text-overflow:ellipsis;}
.filter:-ms-input-placeholder {text-overflow:ellipsis;}


.offer_type_badge {
    background: #5D5B5B;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    border-radius: 54px;
    margin-bottom: 15px;
}

.offer_type_badge.offer_type_2 {
    background: #d35400;
}

.comment_note {
    background: #fff;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.channel_value_text {
    font-weight: bold;
}

#verlaufTable td {
    vertical-align: top;
}

.submenu {
    padding:20px 0;
    background-color: #e7e7e7;
    max-height: 350px;
    display: none;
    font-size: 12px;
}

.verlaufButtonBG {
    background-color: #D2D2D2;
}

#container .submenu {
    position: absolute;
    padding: 0 15px 15px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.40);
    -moz-box-shadow:    0px 5px 6px 0px rgba(50, 50, 50, 0.40);
    box-shadow:         0px 5px 6px 0px rgba(50, 50, 50, 0.40);
}

.container_submenu {
    position: relative;
}


.fileupload .table-striped > tbody.files > tr:nth-of-type(2n+1) {
    background-color: rgba(255,255,255, 0.3);
}

.progessAnimation {
    color: #FFF;
}

.lightInteraction .btn-interactive {
    background-color: #FFF;
    color: #333;
}

.lightInteraction .btn-interactive .progessAnimation {
    background-color: #FFF;
    color: #333;
}

.darkInteraction .btn-interactive {
    background-color: #333;
    color: #000;
}

.fileupload.fileupload2 table > tbody > tr > td  {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #FFF;
    border: 0px;
}

.fileupload.fileupload2 table > thead > tr > th {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #FFF;
    opacity: 0.5;
    border: 0px;
}

.fileupload.fileupload2 select {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: normal;
}

.fileupload.fileupload2 .name .fileDeleted,
.fileupload.fileupload2 .size.fileDeleted
{
    color: #d9534f;
}

.fileupload.fileupload2 .name a,
.fileupload.fileupload2 .deleteFileBtn,
.fileupload.fileupload2 .restoreFileBtn
{
    color: white;
    cursor:pointer;
}

.interaction-title {
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0;
}

.modal {
  z-index: 100001 !important;
}

.modal-backdrop {
    z-index: 100000 !important;
}

.dialog-message-loading {
    text-align: center;
    font-size: 18px;
    color: gray;
}



.ads_section_wrapper {
    background: #FFF;
    padding: 15px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
}

.ads_section label {
    text-align: right;
    margin-bottom: 0px;
}

.ads_section .advertising_material_row {
    margin-top: 15px;
}

#advertising_billable_msg{
    display: none;
    margin-top: 15px;
}

#advertising_billable_row,
#advertising_usage_row,
#advertising_tech_row{
    display: none;
}

.search_volume > div {
    padding: 0;
}

.no_comment {
    color: #808080;
    font-style: italic;
}


.traffic_est_result_box {
    border: 1px solid #CCC;
    border-radius: 3px;
}

.traffic_est_result_label {
    background: #DCDCDC;
    width: 16px;
    font-size: 7px;
    line-height: 10px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    border-left: 1px solid #ccc;
}

.traffic_est_result {
    font-family: 'Open Sans', serif;
    font-weight: normal;
    font-size: 9px;
    float: left;
    width: 57px;
    padding: 2px 0px;
    text-align: center;
    background: #fff;
}

.traffic_est_result.traffic_est_result_month {
    border-bottom: 1px solid #ccc;
    border-radius: 3px 0px 0px 0px;
}

.traffic_est_result_label.traffic_est_result_top {
    border-bottom: 1px solid #ccc;
    border-radius: 0px 2px 0px 0px;

}

.traffic_est_result.traffic_est_result_runtime {
    padding-bottom: 1px;
    border-radius: 0px 0px 0px 3px;
}

.traffic_est_result_label.traffic_est_result_bottom {
    padding-bottom: 2px;
    border-radius: 0px 0px 2px 0px;
}


.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.interactionWrapper input[readonly] {
  background-color: white !important;
  cursor: text !important;
}



    .nav-tabs > li {
        position:relative;
    }

    .nav-tabs > li > a {
        display:inline-block;
    }

    .nav-tabs > li {
        font-weight: bold;
    }

    .nav-tabs > li span.deleteButton:hover,
    .nav-tabs > li span.showButton:hover,
    .nav-tabs > li span.hideButton:hover {
        color: black;
    }

    .nav-tabs > li  span.deleteButton,
    .nav-tabs > li  span.showButton,
    .nav-tabs > li  span.hideButton {
        cursor: pointer;
        margin: 0px 2px;
    }

    .dataTable.display.compact thead,
    .dataTable.display.compact tbody {
        float: left;
        width: 100%;
    }

    .dataTable.display.compact tbody {
        overflow-y: scroll;
        max-height: 328px;
    }

    .dataTable.display.compact tr {
        width: 100%;
        display: table;
        text-align: left;
    }

    .dataTable.display.compact th,
    .dataTable.display.compact td {
        width: 15%;
    }

    .dataTable.display.compact tfoot td:nth-child(2) {
        width: 14%;
        text-align: center;
    }

    .dataTable.display.compact th:nth-child(2),
    .dataTable.display.compact td:nth-child(2) {
        width: 55%;
    }


    .dataTable.display.compact tfoot td:first-child {
        width: 70%;
    }

    #comment {
        min-height: 34px;
        min-width: 100%;
    }
    .btn-custom:not(.btn-danger), .type-primary .modal-header {
        background-color: #555 !important;
        color: #FFF;
    }
    .close{
        display: none;
    }

    .modal .modal-body {
        max-height: 600px;
        overflow-y: auto;
    }
    .btn-default2{
            border-color: #555 !important;
    }


    .btn-custom:not(.btn-danger) {
        background-color: #555 !important;
        color: #FFF;
    }

    .search_traffic_info .badge {
    background: #fff none repeat scroll 0 0;
    color: #555 !important;
    }

    .titleUpload{
        opacity: 0.5;
    }

    .btnStyle:hover, .btnStyle:focus{
        color:white !important;
        text-decoration: none;
        background-color: #333333 !important;
    }

    input[type='number'] {
        -moz-appearance: textfield;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
#costsTable {
    border-top: 1px solid #DDD;
    border-color: #DDD;
    font-weight: bold;
}

#costsTable_wrapper {
    background-color: #FFF;
    padding: 8px 0;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 8px 10px 0px rgba(50, 50, 50, 0.2);
}

#costsTable_filter, #costsTable_info {
    margin: 0 20px;
}

div#costsTable_info {
    color: gray;
    font-size: 11px;
}

#addCostLabel label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.proceeds th, .payments th {
    padding-left: 1em;
}

.proceedsCols td:first-child, .paymentsCols td:first-child {
    padding-left: 2em;
}

.proceeds, .payments {
    display: none;
}

.noBorder {
    border-left: 0;
    border-right: 0;
}

.fa-minus-circle, .fa-plus-circle {
	cursor: pointer;
}



.liquidity td, .liquidity td * {
	font-size: 11px;
	font-family: arial;
	padding: 3px 2px;
	width: 60px;
	color: green;
}
.liquidity td .negative_number {
	color: red;
}

.liquidity th {
	padding: 1px 3px;
}

.liquidity .level1 {
	font-weight: bold;
	background-color: #ffeec1;
}

.liquidity .level1 .forecast {
	font-weight: bold;
	background-color: #ffddc1;
}

.liquidity .level1 .actual {
	font-weight: bold;
	background-color: #ffeec1;
}

.liquidity tr.level1:hover {
	background-color: #B3E5FC;
}

.liquidity tr.level1:hover .forecast {
	background-color: #B3ddFC;
}

.liquidity tr.level1:hover .actual {
	background-color: #B3E5FC;
}




.liquidity .level2 {
	font-weight: bold;
	background-color: #e5e5e5;
}

.liquidity .level2 .forecast {
	font-weight: bold;
	background-color: #e5d5e5;
}

.liquidity tr.level2:hover {
	background-color: #cedbe1;
}
.liquidity tr.level2:hover .forecast {
	background-color: #cecce1;
}


.liquidity tr.level4:nth-of-type(2n) {
	background-color: #EEE;
}
.liquidity tr.level4:hover {
	background-color: #b2dba1
}


/*.liquidity .level1 th, .liquidity .level2 th {
    cursor: pointer;
}*/

.liquidity .level2 th {
	padding-left: 20px;
}
.liquidity .level3 th {
	padding-left: 40px;
	font-weight: normal;
}
.liquidity .level4 th {
	padding-left: 60px;
	font-weight: normal;
	font-size: 11px;
}


.planPast, .hideEntry {
    /* visibility: hidden; */
    /*background-color: #ff8888 !important; */
}

td.clickable {
	cursor: pointer;
	position: relative;
}

td .highlighter, td .highlighter_bg  {
	display: none;
}

td.clickable .highlighter {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
}

td.clickable .highlighter_bg {
	display: none;
	position: absolute;
	background-color: white;
	top: 0px;
	left: 0px;
	opacity: 0.7;
}

.highlight.clickable .highlighter, .highlight.clickable .highlighter_bg {
	display: block;
}

.filterDate {
    margin: 4px 2px 0 2px;
}

.costDateSelection, #tax-rate label {
    margin-right: 10px;
}

.liquidity td:nth-of-type(2n+3) {
	border-right-width: 2px;
}

.liquidity th:nth-of-type(n+1) {
	border-right-width: 2px;
}

.td_number {
        text-align: right;
    }

/* switch between Euro and TEuro */
.teuro, .euro {
	display: none;
}

.teuro_global .teuro, .euro_global .euro {
	display: table-cell;
}.search_filter {
  font-weight: bold;
}

/*table#campaignsTable tbody td {
  padding: 8px 2px;
}*/

#campaignsTable thead, #campaignsTable tbody {
    font-size: 13px;
}

.campaignsTableExternalLinks > a {
    opacity: 0.6;
}
.campaignsTableExternalLinks > a:hover {
    opacity: 1;
    background-color: #fff;
}

.campaignsTableStatus i:hover,
.campaignsTableStatus{
  cursor: pointer;
}

#campaignsTable_filter{
    margin-right: 0.7%;
}

#campaignsTable_filter input{
    height: 29px;
    margin-top: 1px;
    width: 143px;
    margin: auto;
}

#campaignsTabWrapper {
    padding-bottom: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
}


#campaignsTabWrapper span.countStateRed {
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 9px;
    font-family: 'Open Sans', serif;
    font-size: 9px;
    font-weight: 800;
    background: #5c192e;
    color: #fff;
}

a.tabIndicator {
    cursor: pointer;
}

#campaignsTabWrapper span.countStateGrey {
    background-color: #CCC;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 9px;
    font-family: 'Open Sans', serif;
    font-size: 9px;
    font-weight: bold;
}

#campaignsTableWrapper{
    padding-left:15px;
    padding-right: 15px;
}

#campaignsTable_wrapper .dataTables_scroll {
    font-family: 'Open Sans', sans-serif;
}

#campaignsTable_wrapper {
    padding-top: 10px;
    border-right: 1px #DDD solid;
    border-bottom: 1px #DDD solid;
    border-left: 1px #DDD solid;
}

#campaignsTable_length {
    padding-left: 12px;
}

#campaignsTable_info {
    padding-left: 12px;
}

#campaignsTable_paginate {
    padding: 8px 0;
}

.campaignsTableAction {
    width: 125px;
}

.dt-buttons{
    float: right !important;
}

a.dt-button.buttons-csv.buttons-html5.buttonCampaigns,
a.dt-button.buttons-excel.buttons-html5.buttonCampaigns{
    width: 56px;
    border-radius: 4px;
    height: 28px;
    margin-top: 1px;
    padding: 0.3em 1.3em;
}

a.dt-button.buttons-csv.buttons-html5.buttonCampaigns{
    padding: 0.3em 1.3em;
}

a.dt-button.buttons-excel.buttons-html5.buttonCampaigns{
    padding: 0.3em 1em;
}

#chartsWrapper {
    overflow: auto;
    height: 475px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#chartWrapperGantt {
    padding-left: 10px;
    padding-right: 10px;
}

.rangeBackground{
/*    width: 100%;
    top: -1px;
    height: 120px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;*/
    border-top: 1px solid #e6e6e6;
}

.container-campaignsFilter{
    border: 1px solid #e6e6e6;
    margin: 15px;
    padding: 15px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #f9f9f9;
    position: relative;
}

.filter_websites{
    margin-top: 30px;
    margin-left:0;
}

.filter_icon{
    margin-right: 9px;
}

input.websitesFilterCheckBox{
   display:none;
}



#openOldCampaignsModal{
  font-size:13px;
  position:absolute;
  right:15px;
  bottom:20px;
}

input.campaignsFilterCheckBox{
    vertical-align: middle;
    margin-top: auto;
    margin-right: 4px;
}

input.campaignsFilterCheckBox:checked +span{
    font-weight:bold;
}

.container-campaignsFilter span.titleC{
    color: #5c192e;
    font-weight: bold;
}

.titleC{
    line-height: 27px;
}


.deadlineFilterBackground{
	display: none;
}

.container-campaignsFilter span.titleC {
    color: #5c192e;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

input.campaignsFilterCheckBox:checked+span {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.campaignsWrapper ul.nav.nav-tabs.campaignTabs li {
    border-bottom:0px;
}

@media only screen and (max-width : 1880px) {

	#campaignsTableWrapper .tabIndicator{
		padding: 10px 5px;
		font-size: 11px;
	}

	#campaignsTabWrapper span.countStateRed {
	    margin-left: 3px;
	}


}


@media (min-width: 992px) {
  .container-campaignsFilter {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .container-campaignsFilter {
    width: 760px;
  }
}

#productionTable label,
#productionChart label{
    font-weight:normal;
}

#rangeContainer,
#rangeContainerChart,
#productionContainerChart
{
    width: 90%;
    max-width: 520px;
    position: relative;
    float: right;
    padding: 5px 32px 5px 10px;
    line-height: 1.4em;
    margin: auto;
}

.pDeadline {
    margin: 5px;
}

label.checkbox-inline.campaigns {
    float: right;
    line-height: 21px;
    padding-left: 10%;
}

#campaignsTable_length select{
    margin-top: 5px;
}

#campaignsTable_paginate  a{
    border-radius: 4px;
    padding: 0.3em 0.8em 0.5em;
}

#rangeInputsTable td{
    padding:3px;
    text-align: right;
    width: 100%;
}

.inputRange{
    min-width: 89px;
    text-align: center;
}

.datepicker2,
.datepickerC,
datepickerkeyData{
    width: 8%;
    font-weight:bold
}

#timerange,
#timeRandeC{
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.tab-content {
    min-width: 350px;
}

.tab-content #campaignsTableTab,
.tab-content #campaignsTableTab {
    font-family: 'Open Sans', sans-serif;
}

#chart, #chart2 {
    height: 50%;
    width: 96%;
    text-align: center;
    display: inline-block;
    margin-bottom: 5%;
}

.attendance_wrapper {
    margin-top: 30px;
    width: 30%;
    margin-left: 4%;
}

.attendance_wrapper_overview {
    margin-top: 30px;
    width: 50%;
    margin-left: 4%;
}

.attendance_wrapper button {
    margin-right: 6%;
    width: 90.8%;
    margin-left: 15px;
}

.attendance_input
{
    margin-top: 0.5%;
    margin-left: 1%;
    float: right;
}

#attendance_time_from{
    float : left;
}

#attendance_time_to{
    float : right;
}

.attendance_wrapper fieldset label {
    margin-bottom: 15px;
}

.attendance-time
{
    padding: 0;
    margin-left: 5%;
}

.attendance_wrapper label {
    padding-top: 4px;
}

.attendance_wrapper h3 {
    margin-bottom: 20px;
    margin-left: 15px;
}

#attendance-btn-wrapper{
    width: 100%;
    text-align: center;
}

.attendances_table{
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    width: 120%;
}

.attendances_table td,
.attendances_table th{
    padding : 6px;
}

#datepicker1,
#datepicker2{
    margin-bottom : 5px;
}

#datepicker1 span.input-group-addon {
    padding: 8.5px 12px;
}

.attendance-weekday
{
    margin-right: 27px;
    margin-left: -13px;
}

.attendance-weekday input[type="checkbox"]
{
    margin: 29px -14px 0;
}

.marginBottomZero{
    margin-bottom:0px;
}

.error-message,
.message.error{
    color: #d9534f;
}

select#developers-id{
    padding-right: 2px;
}

.bannerProductionModal .modal-body td {
    padding: 5px;
    border-top: 1px solid #ddd;
}


.commentWrapper * {
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.campaignsViewRow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.tr_unconfirmed {
    font-weight: bold;
    color: #F00;
}
span.input-group-addon.attendance-date {
    padding: 9px 12px;
}

.series-attendance {
    color: #c13664;
}

.banner_set {
    border: 1px solid #e2e2e2;
    padding: 30px;
    margin-bottom: 50px;
    position: relative;
    background: #f5f5f5;
}

.productionAttendancesTable > thead > tr > th {
    border: none;
    padding: 8px;
}
.banner_list_format iframe {
    transform-origin: left top;
}

.banner_list_format {
    background: #fff;
    height: 130px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    padding: 10px;
    padding-bottom:15px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    position:relative;

}

.banner_fornmat_name {
    font-size: 10px;
    background: whitesmoke;
    color: #909090;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.attendancesTable_wrapper,
.productionsTable_wrapper,
.productionAttendancesTable th{
    text-align: center;
}

#attendancesTableHeader,
#productionsTableHeader{
    display: inline-block;
}

#attendancesTableHeader td,
#productionsTableHeader td{
    padding: 5px;
}

.productionAttendancesTable  span.campaignsList{
    font-style:italic;
    font-size: 9pt;
    width: calc(100% - 25px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
    line-height: 10px;
}

.campaignSelectModal_cName{
    max-width: 500px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:inline-block;
}

#campaignSelectModal table thead th{
    border:none;
}

.productionAttendancesTable  p{
    margin: 0 0 -5px;
}

.productionAttendancesTable_button{
    color: rgba(27, 25, 25, 0.31)
}

.productionAttendancesTable_date{
    font-weight:normal;
}

.productionAttendancesTable_padding_right{
    padding-right:5px;
}

.productionAttendancesTable_remove_entry{
color: rgba(27, 25, 25, 0.31);
}

.runtime-row {
    background: #e8e8e8;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Open Sans', serif;
    font-size: 11px;
    font-weight: bold;
}

.campagin_between_date {
    margin-left: 5px;
    margin-right: 5px;
    color: #5c192e;
    background: #fff;
    border-radius: 5px;
    padding: 0px 5px;
}

.campagin_start_date {
    float: left;
}

.campagin_between_date {
    float: left;
}

.campagin_end_date {
    float: left;
}

.campaigns_overview_ajax_load {
    text-align: center;
}

.banner_format_click {
    position: absolute;
    height: 120px;
    width: 130px;
    top: 0px;
    left:0px;
}
.banner_set_main {
    background: #f5f5f5;
    /* overflow: hidden; */
    /* border: 1px solid #e2e2e2; */
    padding: 10px;
    position: relative;
    height: 295px;
    width: 100%;
}

.banner_set_main:after{
  content:"";
  position:absolute;
  z-index:1;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.banner_set_main .banner_format_preview{
	margin-left:260px;
}

.banner_format_main_click{
    position: absolute;

}

span.campagin_ad_price_num {
	font-size: 30px;
    color: #5c192e;
    line-height: 20px;
}

.campagin_ad_price,
.production_steps{
    margin-top: 10px;
}

.production_steps {
    font-size: 17px;
}

/*.banner_format.active {
    border: 1px solid #d68f8f;
    box-shadow: 0 0 3px 2px rgba(102, 28, 52, 0.48);
}*/

.banner_show_more_col .banner_list_format:hover{
	background: #e4e4e4;
}

.campaign_ad_price_txt {
		font-size: 13px;
    	color: #929292;
    	line-height: 10px;
  }

  .production_step{
      color: #5c192e;
  }

span.show_more_dot {
    height: 20px;
    width: 20px;
    background: #d0cfcf;
    display: inline-block;
    border-radius: 50%;
}

.show_more_dots_wrapper {
    text-align: center;
    margin-top: 45px;
}


.banner_format_preview {
    display: none;
    position: absolute;
    background: #313131;
    padding: 10px;
    bottom: 0px;
    z-index: 7000;
    left: 170px;
    border: 1px solid #000000;

}


.banner_format_preview_info {
    color: #fff;
    padding: 5px 0px;
    line-height: 14px;
}

span.banner_format_preview_info_size {
    font-family: 'Open Sans', serif;
    color: #909090;
    line-height: 10px;
    font-size: 11px;
}

span.banner_format_preview_info_format {
    font-size: 16px;
    line-height: 15px;
}

.banner_preview_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 6000;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    display:none;
}

.col-md-2.banner_format_col {
    position: relative;
}

.col-md-2.banner_list_format_hide {
    display: none;
}


.col-md-2.banner_show_more_col {
    cursor: pointer;
}

@media screen and (max-width: 1000px) , screen and (max-height: 600px) {
	.banner_format_preview {
		display: none;
	}
}

.campaigns_productions{
    text-align : center;
}

.campaigns_productions > tbody > tr >td:first-child,
.campaigns_productions > tfoot > tr >td:first-child,
.campaigns_productions > thead > tr >th:first-child{
    text-align : left;
}

.campaigns_productions > thead > tr > th{
    text-align : center;
}

.campaigns_productions > tfoot{
    background-color : #e7e7e7;
}

.not_in_time{
    color: #d0776d;
}

.in_time{
    color: #7dba72;
}

.date_col {
    white-space: nowrap;
}

.advertiser_techspecs_container{
    background-color: #D4D4D4;
    margin-top: 134px;
    width: 100%;
    height: 54px;
    padding: 10px;
}

.techspecs_right{
    margin-bottom:20px;
}

.co_comment_head .pull-left{
    font-weight: bolder;
    color: #3A3A3A;
}

.co_comment_head .pull-right{
    color: #6E6E6E;
}

.co_comment_head{
    height: 39px;
    background-color: #f3f3f3;
    padding: 10px 15px;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.co_comment_body{
    padding: 15px;
}
.co_comment_footer{
    border-top: 1px solid #EBEBEB;
    padding: 10px 15px;
    font-weight: bold;
    color: rgba(110, 110, 110, 0.59);
}

.co_comment_footer i.fa.fa-chevron-right{
    font-size: 9px;
    letter-spacing: -3px;
}
.co_comment{
    margin-bottom: 35px;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    font-size: 13px;
}
.comment_row .comment_row_header{
    background-color: white;
    height: 32px;
    margin-top: -3px;
    margin-right: -1px;
    margin-left: -1px;
    border: 3px solid whitesmoke;
    border-radius: 5px;
    padding: 6px;


}
.comment_row h4{
    padding-top: 13px;
}

.co_comment_head .fa {
    margin-right: 5px;
    margin-left: 15px;
}

span.user_footer {
    color: #3A3A3A;
}
	#campaignsTabWrapper span.countStateRed {
	    margin-left: 3px;
}


.advertiser_techspecs_title span{
    position: absolute;
    font-size: 32px;
    margin: 40px;
    margin-left: 0;
    font-weight: normal;
}
.advertiser_techspecs_bg{
    background-color: #F6F6F6;
    padding-bottom: 100%;
}
.co_comment_footer .fa-user-o{
    margin-right: 2px;
    margin-left: 4px;
}
.co_comment_arrow{
    height: 35px;
    width: 16px;
    position: absolute;
    transform: translate(3px, -36px);
    border-right: 2px solid #dadada;
}
.co_comment_arrow i.fa.fa-caret-up {
    font-size: 15px;
    transform: translate(10.5px, -8px);
    color: #dadada;
}
.co_comment:first-child .co_comment_arrow {
    color:white;
    border-color: white;
}

.loader_comments {
    text-align: center;
    color: #c3c3c3;
}

.loader_comments i.fa.fa-cog.fa-spin.fa-3x.fa-fw {
    font-size: 57px;

}
.ms-ctn.form-control span.ms-helper{
    visibility: hidden;
}

.advertiser_techspecs_container .row .search {
    padding-left: 0;
    padding-right: 0;
}
.advertiser_techspecs_container .row .techspecs_left {
   background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    margin-right: 30px;
    padding-right: 0px;
    width: 300px;
    border-radius: 2px;
    margin-left: 15px;
    padding-bottom: 15px;
}
.advertiser_techspecs_container .row .techspecs_left p {
    padding-top: 15px;
    font-weight: bold;
    font-size: 16px;
}
.techspecs_right.advertiser {
       background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding-right: 15px;
    padding-left: 15px;
}
.techspecs_advertiser_input{
    display: inline-flex;
}
.h2_advertiser_name{
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0px;
}
.global_advertiser_div{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.global_advertiser_div span{
    font-weight: bold;
    font-size: 16px;
    color: #671b34;
}
.advertiser_techspecs_container .row .techspecs_right a{
    color: #484848;
}
.advertiser_techspecs_container .row .techspecs_right a:hover{
    text-decoration: none;
}
.solid_value{
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
.col-md-8.techspecs_right td{
    padding: 0;

}
td span.fa.fa-pencil {
    padding-left: 20px;
    color: #ADADAD;
}
td span.fa.fa-pencil:hover {
    cursor: pointer;
}
td .fa.fa-floppy-o {
    color: #ADADAD;
}
td .fa.fa-trash-o {
    color: #ADADAD;
}
td .btn.btn-link{
    border: 0;
    padding: 5px;
}
td span.fa.fa-times-circle {
    color: #ADADAD;
    padding-left: 0px;
}
.form-control.specs {
    height: 29px;
    padding: 5px 10px;
    width: 333px;
    text-align: left;
    margin-left: 8px;
}

.solid_value {
    width: 414px;
    font-size: 15px;
}
.check_or_pencil {
    width: 34px;
    height: 30px;
}
table_layout_specs{
    table-layout: fixed;
}
.button_check{
border: 0;
    /* color: white; */
    background-color: white;
    width: 34px;
    height: 30px;
    padding: 0;
    text-align: -webkit-right;

}
.button_check:focus {
    outline: 0;
}
.button_delete{
    border: 0;
    /* color: white; */
    background-color: white;
    width: 34px;
    height: 30px;
    padding: 0;
    text-align: -webkit-left;
    padding-left: 4px;
}
.button_delete:focus {
    outline: 0;
}
.button_breakup{
    padding-left: 4px !important;
}
.button_breakup:hover{
    cursor: pointer;
}
button.btn.btn-primary.submit_button {
    border: 0;
    color: #adadad;
    background-color: white;
    width: 34px;
    height: 30px;
    padding: 0;
    text-align: -webkit-left;
}
i.fa.fa-plus-square.techspec_add {
    font-size: 34px;
}
button.btn.btn-primary.submit_button:focus {
    outline: 0;
}
.form-control:focus {
    border-color: rgba(103, 27, 52, 0.58);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(103, 27, 52, 0.34);
}
.col-md-12.techspec_add{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}
.techspecs_right.multi{
    margin-left: 345px;
}
.fa-angle-double-down.advertiser{
position: absolute;
    top: -20px;
    font-size: 20px;
    color: #B6B6B6;
}
.techspecs_right.advertiser a{
        font-size: 14px;
}
.banner_names {
    font-weight: bold;
}
div#saved {
    text-align: right;
    background-color: rgba(0, 255, 0, 0.05);
    font-size: 25px;
    /* margin-top: 34px; */
    position: absolute;
    margin-top: -100px;
    padding: 16px 36px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px green;
    color: green;
}
#active_red{
       color: #671b34;
}
#active_black{
    color: #333333;
}
td.table_techspecs {
    width: 222px;
}
.solid_value.type2 {
    font-size: 14px;
    font-weight: normal;
}
.ms-inv {
    border: 1px solid white;
}
.banner_names {
    margin-top: 5px;
}

.solid_value.type1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.table_techspecs {
    color: #7b7b7b;
}

.techspecs_right .banner_names {
    margin-top: 10px;
    border-top: 1px dashed #e4e4e4;
    padding-top: 10px;
}

.advertiser_techspecs_container .ms-sel-ctn:after {
    content: '\f002';
    font-family: 'FontAwesome';
    top: 5px;
    position: absolute;
    right: 37px;
    font-size: 18px;
}





/**
* Kampagnen Status Tabelle
* (wird auch in campaigns/view2 verwendet!)
*/

.statusaenderungenTable {
    margin-bottom: 0;
    font-size: 11px;
    margin-bottom: 0;
}

table.statusaenderungenTable tbody > tr > td{
  /*  border: 0.5px solid rgba(226, 226, 226, 0.27); */
}

table.statusaenderungenTable tbody > tr > td:first-child{
    border-left: none;
}

table.statusaenderungenTable tbody > tr:last-child > td{
    border-bottom: none;
}

table.cumail_table tbody > tr > td,
table.statusaenderungenTable thead > tr > th
{
    border:none;
}

.statusaenderungenTable td:not(:first-child),
.statusaenderungenTable th:not(:first-child) {
  /*  border-left: 1px solid #f1efef; */
}

.statusaenderungenTable span.camp_state {
    padding: 7px;
    width: 162px;
    border-radius: 5px;
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    color: white !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.statusaenderungenTable td {
    position: relative;
}

.statusaenderungenTable .campStateCommentWrapper {
    overflow: hidden;
}

.commentControlCollapse {
    position: relative;
    width: 100%;
    text-align: center;
    height: 15px;
    display: none;
}

.commentControlCollapse a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    color: black;
}

.commentControlExpand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    box-shadow: inset 0px -16px 20px 8px white;
    display: none;
}

.statusaenderungenTable tr:hover .commentControlExpand {
    box-shadow: inset 0px -16px 20px 8px #f5f5f5;
}

.commentControlExpand a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 50px;
}

.modal-body .statusaenderungen h4 {
    display: none;
}

.col_ellipsis_100 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.col_ellipsis_200 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.col_text_centered {
    text-align: center;
}

.campStateCustomerMailWrapper table {
    color: #3D3D3D;
}

.campStateCustomerMailWrapper span.cumail_span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
}

.campStateCustomerMailWrapper {
    height: 80px;
}

.table .table {
    background-color: #f5f5f5;
}

li.cumail_list {
    list-style: none;
}

.cumail_list.message {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.cumail_list{
    font-size: 12px;
}

span#salutation {
    font-size: 15px;
    font-weight: bold;
}

.cumail_table td a{
    cursor: pointer;
}

.cumail_table thead tr th{
    border-bottom: none;
}

.cumail_table tbody tr td{
    border-top: none;
    padding-top: 0;
}

.attach_cumail {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    border: none;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
}

button.attach_cumail:focus {
    outline: none;
    color: black;
}

button.attach_cumail:hover {
    color: black;
}

.campStateCommentWrapper.withAttachment {
    margin-right: 20px;
}

span.cumaildownloadfile {
    background-color: #e2e2e2;
    padding: 0px;
}

a.attachlink {
    color: #333;
}

.withAttachment i.fa.fa-download {
    color: #333;
}

.withAttachment a {
    padding-left: 5px;
    color: #333;
}

.withAttachment a:hover {
    color: black;
    text-decoration: none;
}

span.cumaildownloadfile {
    background-color: #e2e2e2;
    /* border: #333 solid; */
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 3px;
    display: inline-block;
}

.file_dl_popover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.AddDeeplink {
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer;
}

span#WarningInDeeplinkModal {
    color: red;
    display: none;
}

span#GoOnBtn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

input#globalDeeplinkInput {
    margin-bottom: 15px;
}

.message {
    margin-bottom: 25px;
}

.message .stw3_well {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 20px;
}

.message .stw3_well.success {
    background-color: #5cb85c;
}
.message .stw3_well.error {
    background-color: #ca5454;
}
.message .stw3_well.warning {
    background-color: #f1b864;
    margin-bottom: -30px;
    margin-top: 25px;
}

td.col_text_centered.banner_release {
    border: 0 !important;
}

i.fa.fa-check.is_released {
    color: #27ae60;
    font-size: 16px;
    background-color: none;
    padding: 3px;
    border-radius: 4px;
    border: 0px;
    cursor: default;
}

i.fa.fa-check.is_not_released {
    color: #333;
    font-size: 16px;
    background-color: #fbfbfb;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

i.fa.fa-check.is_not_released:hover {
    background-color: #27ae60;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #fff;
}

span.countStateActualRows {
    margin-left: 5px;
    /* padding: 3px 0px; */
    /* border-radius: 6px; */
    font-family: 'Open Sans', serif;
    font-size: 12px;
    font-weight: bold;
    /* background: #5c192e; */
    color: #333;
}

span.countStateRedActive {
    margin-left: 4px;
    padding: 2px 6px;
    border-radius: 9px;
    font-family: 'Open Sans', serif;
    font-size: 12px;
    font-weight: 800;
    background: #5c192e;
    color: #fff;
}

span.ProductionPrice {
    display: inline;
    padding: 2px 8px;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #e0e0e0;
    font-size: 14px;
    margin-left: 5px;
}

a.DownloadAllBanners.pull-right span {
    font-size: 11px;
    text-decoration: underline;
}

a.DownloadAllBanners.pull-right .fa {
    position: absolute;
    right: 170px;
    top: 5px;
    font-size: 14px;
}

a.DownloadAllBanners.pull-right {
    color: #666;
    margin-right: 14px;
}
a.DownloadAllBanners.pull-right:hover {
    color: black;
}

a.btn.aktionKundenmailBtn.passive {
    color: gray;
    opacity: 0.5;
}

.label-deliv {
    background-color: #2c3e50;
}

.keyDataTableCell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

#key_data_filter{
    width: 290px;
    height: 75px;
    float: right;
    margin-top:20px;
}

.key_data_container{
    margin:10px;
}

.container.bannerlist {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #ddd;
    webkit-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(50, 50, 50, 0.2);
}

.tool.globalspace.banners {
    padding-top: 0px;
}

.Campaigns_overview .headdesc.globalspace {
    padding-bottom: 134px;
}

.container.bannerlist select {
    background-color: whitesmoke;
}

.container.bannerlist #customer_filter {
    background-color: whitesmoke;
}

.container.bannerlist input[type="text"] {
    background-color: whitesmoke;
}

.nav-tabs.campaignTabs a {
    color: #555;
}

.headdesc.globalspace.production_gant {
    padding-bottom: 134px;
}
.production_gant_container {
    margin-left: 22px;
    margin-right: 22px;
    background-color: white;
    margin-top: -69px;
}
.productionCharts{
  list-style: none;
  padding-left: 0px;
  font-family: 'Open Sans'

}
.productionCharts li{
display:inline;
margin-right:5px;
}

span.external_links a {
    font-size: 13px;
    font-weight: normal;
    color: #666;
    text-decoration: underline;
    margin-left: -2px;
}

span.external_links {
    font-size: 13px !important;
    font-weight: normal;
    color: #666 !important;
    margin-left: -4px;
}

.offer_overview_headdec {
    padding-bottom: 134px;
}

a.btn.btn-sm.btn-success.goToOfferBtn.offers,
a.btn.btn-sm.btn-primary.goToOfferBtn.offers{
    padding: 2px 4px 2px 7px;
}
.campaignResponsible{
  background-color: #888888;
border-radius: 131px;
color: white;
width: 40px;
height: 40px;
display: inline-block;
line-height: 40px;
font-size: 12px;
}

span.website_icons {
    display: flex;
}

i.placeholder_icons {
    width: 5px;
}

i.fa.website_icons {
    font-size: 22px;
/*    text-shadow: 1px 1px 1px rgb(175, 175, 175);*/
}

.website_icons_list .website_icons > span > i{
    color: #888888;
    font-size: 18px;
}

.website_icon_disabled{
    color: #888888 !important;
}}

#offer_overview {
    margin-top: -110px;
}

#foldCampaigns input{
  display:inline-block;
  margin-right: 5px;
  margin-left: 5px;

}
