/*---------------------Allgemeines -------------------------- */

@CHARSET "UTF-8";

html, body {
    font-family: Arial;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 9pt;
    color: #2d2d2d;
    height: 100%;
}

#parentbody {
    min-width: 1024px;

}

#popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 500;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first!*/
    filter: alpha(opacity=50); /* second!*/
}

.popup {
    position: fixed;
    left: 25%;
    top: 25%;
    height: 50%;
    width: 50%;
    background-color: #fff;
    z-index: 501;
    padding: 15px;
    overflow: auto;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#noscript {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 500;
    /*opacity: .5; */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
    /* first!*/
    /*filter: alpha(opacity=50);            */
    /* second!*/
}

#nocookies {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 500;
    /*opacity: .5; */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
    /* first!*/
    /*filter: alpha(opacity=50);            */
    /* second!*/
}

.noscript {
    position: fixed;
    left: 25%;
    top: 25%;
    height: 50%;
    width: 50%;
    background-color: #fff;
    z-index: 501;
    padding: 15px;
    overflow: auto;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#haftungsausschluss {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #cecece;
    z-index: 400;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* first!*/
    filter: alpha(opacity=50); /* second!*/
}

.haftungsausschluss {
    position: fixed;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    overflow: auto;
    background-color: #fff;
    z-index: 401;
    padding: 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.system-type {
    font-weight: bold;
    text-transform: uppercase;
}

.push {
    height: 30px; /* .push must be the same height as .footer */
}

a {
    color: #2d2d2d;
    text-decoration: underline;
}

a:link {
    color: #2d2d2d;
    text-decoration: underline;
}

a:visited {
    color: #2d2d2d;
    text-decoration: underline;
}

a:active {
    color: #b82516;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: #b82516;
}

a:hover {
    text-decoration: none;
    color: #b82516;
}

.language_icon {
    vertical-align: middle;
}

legend {
    color: #2d2d2d;
    font-size: 9pt;
    font-weight: bold;
}

label {
    color: #999;
    font-size: 9pt;
    font-weight: bold;
    word-wrap: break-word;
}

ul li label {
    font-weight: normal;
}

/* --------------------------------- HEADER ---------------------------------------------*/
#header {
    height: 70px;
    font-size: 8pt;
    position: fixed;
    z-index: 6;
    width: 100%;
    left: 0;
}

#header_logo {
    width: auto;
    height: 50px;
    float: left;
    margin: 0 15px;
}

#header_login {
    width: auto;
    float: right;
    padding-right: 15px;
    margin-top: 20px;
    /*line-height: 49px;*/
    /*header height - 1*/
}

#header_user {
    position: relative;
    float: left;
    line-height: 25px;
    margin-right: 5px;
}

.header-user img {
    vertical-align: middle;
    border: none;
    background: none;
}

#header_language {
    position: relative;
    float: left;
}

#language_selection {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

#header_navigation {
    width: auto;
    float: right;
}
#header_navigation ul {
    margin-right: 15px;
    padding: 0;
}

#header_navigation ul li {
    list-style-type: none;
    display: inline;
    margin-left: 10px;
}

#header-content {
    font-size: 8pt;
    width: 100%;
    float: left;
    height: 10px;
    line-height: 0;
}
#header-content a {
    padding-left: 10px;
}


/* --------------------------------- INFOS ---------------------------------------------*/

#flashinfo {
    color: #2d2d2d;
    text-align: center;
    margin: 0 auto 0 20%;
    position: fixed;
    z-index: 10;
    width: 60%;
}

.error-info {
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #B94A48;
    text-align: center;

    cursor: pointer;

}

.notice-info {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #468847;
    text-align: center;
}

.hint-info {
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    border-top: none;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;

    padding: 10px;
    font-weight: bold;
    color: #3A87AD;
    text-align: center;

    cursor: pointer;

}

#flashinfo p {
    padding: 10px !important;
    font-weight: bold;
    margin: 0px;
}

/* --------------------------------- NAVIGATION ---------------------------------------------*/
#company {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
    line-height: 35px;
    padding: 0 10px 0 5px;
}

#navigation {
    width: 100%;
    background-color: #2d2d2d;
    -moz-box-shadow: 0 5px 8px #888;
    -webkit-box-shadow: 0 5px 8px #888;
    box-shadow: 0 5px 8px #888;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 5;
}

#navigation ul {
    list-style: none none;
}

.menu {
    border: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 14px;
}

ul.menu ul {
    background: #2d2d2d;
    margin: 0;
    padding: 0;
}

ul.menu > ul {
    box-shadow: 5px 5px 8px #888;
}


ul.menu > li {
    float: left;
    padding: 0;
}

ul.menu li {
    min-height: 35px;
}

.menu li a {
    color: #ddd;
    display: block;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
}

ul.menu li > ul {
    display: none;
    padding-left: 16px;
}

ul.menu > li > ul {
    background: #2d2d2d;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    width: 225px;
    z-index: 200;
    overflow: auto;
}

ul.menu > li > ul ul {
    position: relative;
    background: #2d2d2d;
}

.menu li li {
    float: none;
    margin: 0;
    padding: 0;
}

.menu li ul a {
    display: block;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 10px 10px 10px 15px;
    text-align: left;
}

ul.menu li:hover {
    background: #b82516 none;
}

ul > li:hover > a {
    border: 0;
    color: #ffffff;
    text-decoration: none;
}

ul.menu li > a {
    cursor: pointer;
}

.menu p {
    clear: left;
}

/* --------------------------------- Content ---------------------------------------------*/

#content {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 1024px;
    padding-top: 105px;
}

#main-content {
    float: left;
    width: 100%;
    min-width: 1024px;
}

.content-right {
    width: 1px;
    position: fixed;
    top: 105px;
    right: 0px;
    overflow: hidden;
    bottom: 30px;
}

.content-right-open {
    overflow-y: scroll;
    width: 25%;
}

.content {
    width: 100%;
    padding: 30px 0px 60px 0;
    float: left;
}

.content-double {
    /*
    width: 75%;
    float:left;
    */
    margin: 30px 0 0;
}

.text-icon {
    margin: 0 0 58px 0;
}

/* --------------------------------- FOOTER ---------------------------------------------*/
#footer {
    color: #ddd;
    width: 100%;
    background-color: #2d2d2d;
    height: 30px;
    line-height: 30px;
    /*position: absolute;
    bottom: 0;*/
    font-size: 8pt;
    clear: both;
    position: fixed;
    z-index: 10;
    bottom: 0;
    box-shadow: 0 0 5px 3px #888888;
}

#footer_copyright {
    margin-left: 15px;
    width: auto;
    float: left;
}

#footer_navigation {
    width: auto;
    float: right;
    margin-right: 15px;
}

#footer_navigation ul {
    margin: 0;
    padding: 0;
}

#footer_navigation ul li {
    list-style-type: none;
    display: inline;
    margin-left: 20px;
}

#footer a {
    padding-left: 10px;
    color: #ddd;
    text-decoration: underline;
}

#footer a:link {
    color: #ddd;
}

#footer a:visited {
    color: #ddd;
}

#footer a:active {
    color: #b82516;
    text-decoration: none;
}

#footer a:focus {
    text-decoration: none;
    color: #b82516;
}

#footer a:hover {
    text-decoration: none;
    color: #b82516;
}

/* -------------------------- Schrift, Links, Listen -------------------------- */

.content h1,
.content-right h1,
.content-double h1 {
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: #2d2d2d;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: -12px 0 0 0;
    padding: 12px 0 18px 25px;
}

#main-content h2,
#main-content h3 {
    font-family: Arial;
    font-size: 11pt;
    color: #b82516;
    margin: 0;
    padding: 0 0 18px 0;
}

#main-content h4,
#main-content h5 {
    font-family: Arial;
    font-size: 10pt;
    color: #2d2d2d;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}

p {
    color: #2d2d2d;
    font-size: 9pt;
    font-family: Arial;
    line-height: normal;
    padding: 0;
    margin: 0 0 18px 0;
}

/* -------------------------- Schrift, Links, Listen -------------------------- */

/*table tr td,
.display tr th{
color:#2d2d2d;
line-height:18px;
padding:0 0 0 2px;
}*/

p.note {
    color: #999;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 8pt;
}

span.note {
    color: #999;
    padding: 0;
    margin: 0 0 18px 0;
    font-size: 8pt;
}

.text-icon p {
    padding: 0 0 0 92px;
}

.punkte-stand {
    color: #B82416;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
}

.content a,
.content-right a,
.content-double a {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

.content a:link,
.content-right a:link,
.content-double a:link {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

.content a:visited,
.content-right a:visited,
.content-double a:visited {
    color: #b82516;
    text-decoration: underline;
    font-weight: bold;
}

/*
.content a:active,
.content-right a:active,
.content-double a:active{
	color: #2d2d2d;
	text-decoration:none;
}
*/

/*
.content a:focus,
.content-right a:focus,
.content-double a:focus{
	color: #2d2d2d;
	text-decoration:none;
}
*/

.content a:hover,
.content-right a:hover,
.content-double a:hover {
    /*color: #2d2d2d;*/
    text-decoration: none;
}

.content-left ul,
.content-center ul,
.content-right ul,
.content-double ul {
    margin: 5px 0 18px 0;
    padding: 0;
}

.subnavi li {
    color: #B82416;
}

.subnavi ul ul {
    margin: 0 0 9px 0;
}

/* -------------------------- Bilder -------------------------- */

img {
    border: none;
}

img.button-rot {
    margin: 10px 50px 0 10px;
    float: right;
}

img.button-schwarz {
    float: right;
    margin: 0 0 0 10px;
}

img.icon {
    margin: 3px 17px 10px 0;
    box-shadow: 3px 5px 10px #000000;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

img.icon:hover {
    margin: 3px 17px 10px 0;
    box-shadow: 2px 3px 7px #000000;
    cursor: pointer;
    float: left;
}

img.social {
    margin: 8px 5px 0 0;
}

h4 img {
    margin: 0 0 15px 0;
    display: block;
}

/* -------------------------- Formen -------------------------- */

.row {
    margin: 0 0 10px 0;
}

.label {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 5px 0 0;
}

form ul li {
    margin: 0px !important;
    padding: 0px !important;
}

input.button-rot {
    border: none;
}

input, textarea, select {
    border: 1px solid #999;
    background: #f0f0f0;
}

input[type='text']:disabled {
    color: #cecece;
    background-color: #f8f8f8;
    border-color: #cecece;
}

#form-error, .form-error {
    margin: 0 0 18px 0 !important;
}

form div {
    color: #999 !important;
    line-height: 16px;
    padding: 0;
    margin: 0 0 18px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#form-error p, .form-error p {
    font-size: 12px;
    color: #B94A48;
    margin: 0;
    font-weight: bold;
}

#form-error {
    font-size: 11px;
    color: #B94A48;
    margin: 0 0 18px 0;
}

#form-error h5 {
    font-style: normal;
    margin: 0 0 18px 0;
}

#form-error p.note {
    color: #999;
    margin: 0 0 18px 0;
}

#form-error div {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 18px 0;
}

ul.error_list {
    margin: 0px;
    padding: 0 0 0 20px;
}

.form div {
    color: #2d2d2d;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    padding: 0;
    margin: 0 0 18px 0;
}

.content-center input {
    margin: 0 6px 0 0;
}

.mycaptcha-img {
    border: 1px solid #999999;
    overflow: hidden;
    width: 100px;
    height: 26px;
    float: left;
    bottom: 3px;
    left: 5px;
    position: relative;
}

.mycaptcha-input {
    float: left;
}

.checkbox_list, .radio_list li {
    list-style-type: none;
}

.campaign-input {
    width: 29em;
}

td.sum {
    text-align: right;
}

td.date {
    text-align: center;
}

/* -------------------------- Table -------------------------- */

.content-double table {
    margin: 0 0 10px 0;
}

.dataTables_wrapper {
    margin: 0 0 18px 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 0px !important;
}

.display td {
    padding-left: 7px;
    padding-right: 10px;
}

.multiline {
    text-align: right;
    line-height: 18px;
}

.datafield {
    text-align: right;
}

tr.odd td {
    background: #fff;
}

tr.even td {
    background: #f0f0f0;
}

tr td.dataTables_empty {
    background: #db918a;
    color: #fff;
}

tr td.timeperiod {
    background-color: #cccccc;
}

tr td.laststay {
    background-color: #e0e0e0;
}

th.center, td.center {
    text-align: center;
}

.form-row-header {
    margin-bottom: 15px;
}

.form-row-header td {
    font-weight: bold;
    height: 30px;
    vertical-align: bottom;
    border-bottom: 1px solid #ccc;
}

.issue-data {
    float: left;
    width: 48%;
    max-width: 400px;
    margin-right: 2%;
}

.redeem-data {
    float: left;
    width: 48%;
    max-width: 400px;
    margin-left: 2%;
}

.config-data {
    padding: 10px;
    margin-top: -9px;
    float: left;
    width: 44%;
    max-width: 400px;
    margin-left: 10%;
    background: #fff;
    border: 1px solid #999999;
}

.campaign-data {
    max-width: 400px;
    width: 100%;
}

.campaign-data td {
    text-align: left;
}

.campaign-data ul {
    padding: 0;
    margin: 0;
}

.td-icon {
    width: 20px;
    vertical-align: top;
}

tr.adcoupon td {
    background-color: #f1fff0;
    cursor: pointer;
    font-weight: bold;
}

tr.tableSummary td {
    background-color: #fbf9ee;
    font-weight: bold;
}

.soll {
    color: #b82516;
}

/* ---------------------------- Vectron ------------------------*/
.label {
    float: left;
    width: 11.2em;
}

.campaignlist .label {
    width: 14.2em;
}

.filterlabel {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 5px 0 0;
    color: #999;
    float: left;
    width: 12em;
}

.errorIcon {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.spaceForErrorIcon {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

li.rabatt-aktion {
    list-style-type: none;
    font-weight: bold;
    margin: 0 0 5px 0;
}

li.rabatt-aktion input {
    margin: 0 5px 0 0;
}

form div {
    padding: 0;
    margin: 0;
}

#tabs span a {
    color: #b82516;
    text-decoration: none;
    font-weight: bold;
}

#tabs span a:hover {
    color: #2d2d2d;
}

input[type="checkbox"], input[type="radio"] {
    background: transparent;
    border: 0;
}

.content-left a.news {
    color: #2d2d2d;
}

.content-left a.news:hover {
    color: #b82516;
}

.sitegroup_logo {
    width: 200px;
    height: 200px;
    border: 1px solid #999999;
    margin-top: -19px;
}

.sitegroup_logo_my_profile {
    width: 200px;
    height: 200px;
    border: 1px solid #999999;
    position: absolute;
    left: 550px;
    top: 44px;
}

.sitegroup_logo_my_profile p {
    text-align: center;
    padding: 5px;
    color: #999999;
    font-style: normal;
    margin: 0;
    line-height: 190px;
}

.table-icon {
    margin-left: 5px;
}

.hilfe-icon {
    vertical-align: bottom;
}

.not-available {
    cursor: not-allowed;
    cursor: no-drop;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; /* first!*/
    filter: alpha(opacity=20); /* second!*/
}

/* ---------------------------- Guide ------------------------*/

.guide-ul li {
    margin-left: 20px !important;
    list-style-type: disc;
}

.pin {
    position: fixed;
    right: 25px;
    top: 115px;
    width: 16px;
    height: 16px;
    display: none;
    z-index: 1;
    cursor: pointer;
}

.pin-in {
}

.help {
    display: none;
    padding: 15px;
    padding: 30px 15px 60px 15px;
}

.help p {
    line-height: normal;
    font-size: 8pt;
}

.help-icon {
    margin: 0 !important;
    border: none !important;
}

.indent-1 {
    padding-left: 10px;
}

.description-1 {
    text-decoration: underline;
}

#help a {
    font-weight: normal;
    color: #b82516;
    text-decoration: none;
}

#help a:hover {
    font-weight: normal;
    color: #b82516;
    text-decoration: underline;
}

.help-ul {
    list-style: none;
    font-size: 8pt;
    padding-left: 10px !important;
}

.help-ul .table-icon {
    margin-right: 5px;
    margin-left: 0px !important;
    vertical-align: bottom;
}

.help-ul li {
    margin-bottom: 10px;
}

/* ---------------------------- Login ------------------------*/

#login_frame {
    margin: 10% auto;
    padding: 10px;
    width: 350px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;

    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 10px #888;

}

#login_frame p {
    text-align: center;
}

.input_error {
    background-color: #F2DEDE;
    /*border-color:#EED3D7;*/
}

.form_error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
}

.form_error legend {
    font-size: 9pt;
    font-weight: bold;
    color: #B94A48;
}

.sfform-table {
    text-align: center;
}

.login_input {
    width: 150px;
}

/* ---------------------------- Sonstige Container ------------------------*/

.export-icon {
    margin-right: 5px;
    vertical-align: top;
}

.omap {
    width: 100%;
    height: 500px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;
}

#convert {
    margin-left: 7.2em;
}

.inputInfo {
    font-size: 8pt;
    margin-left: 24px;
}

#plugroup_message {
    font-size: 8pt;
    margin-left: 3px;
}

.symbols {
    font-size: 8pt;
    margin-bottom: 3px;
}

.symbols img {
    vertical-align: bottom;
    margin-right: 5px;
}

.symbols-without-img {
    padding-left: 24px;
    font-size: 8pt;
}

.data-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#closeSidebar {
    position: relative;
    left: -7%;
    top: -15px;

    width: 20px;
    height: 30px;
    background-color: #b82516;
    font-size: 18pt;
    line-height: 20pt;
    margin-left: -2px;
    text-align: right;
    color: #fff;
    padding-right: 10px;
    z-index: 1;
    display: none;

    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

    -moz-box-shadow: 0px 5px 8px #888;
    -webkit-box-shadow: 0px 5px 8px #888;
    box-shadow: 0px 5px 8px #888;
}

#closeSidebar:hover {
    width: 30px;
    cursor: pointer;
}

#openSidebar {
    position: fixed;
    right: 0;
    top: 120px;
    width: auto;
    min-width: 30px;
    height: 30px;
    background-color: #b82516;
    font-size: 18pt;
    line-height: 20pt;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    z-index: 1;
    cursor: pointer;

    /*filter: alpha(opacity=50);
	opacity: 0.5;*/

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    -moz-box-shadow: 5px 5px 8px #888;
    -webkit-box-shadow: 5px 5px 8px #888;
    box-shadow: 5px 5px 8px #888;
}

#openSidebar:hover {
    min-width: 35px;
    width: auto;
    padding-right: 5px;
}

.product-description {
    padding: 15px;
    position: relative;
    float: left;
    border: 1px solid #cecece;
    width: 40%;
    height: 210px;
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    background: -moz-linear-gradient(top, #fff 0, #fff 67%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.67, #fff), color-stop(1, #f6f6f6));
}

.product-description:hover {
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 67%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(0.67, #fff), color-stop(1, #fff));
}

.wizard-frame {
    position: relative;
    float: left;
    border: 1px solid #cecece;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;

    background: -moz-linear-gradient(top, #fff 0, #fff 67%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.67, #fff), color-stop(1, #f6f6f6));
}

.wizard-frame p, .wizard-frame h3, .wizard-frame label, .wizard-frame input {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-left: 15px !important;
}

.wizard-frame:hover {
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 67%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(0.67, #fff), color-stop(1, #fff));
}

.wizard-frame h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.wizard-frame p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.wizard-frame input, .wizard-frame label {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.card-description {
    position: relative;
    float: left;
    border: 1px solid #cecece;
    height: 130px;
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;

    background: -moz-linear-gradient(top, #fff 0, #fff 67%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.67, #fff), color-stop(1, #f6f6f6));
}

.card-description:hover {
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 67%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(0.67, #fff), color-stop(1, #fff));
}

.card-description p, .card-description h3, .card-description label, .card-description input {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-left: 15px !important;
}

.card-description h3 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.card-description p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.card-description input, .card-description label {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.edit:hover {
    cursor: pointer;
    padding-right: 20px;
    font-weight: bold;
}

.campaign-list tr {
    height: 30px;
}

/************** LANGUAGE SELECT *********************/

.dd {
    text-align: left;
    background-color: #fff;
    float: left;
}

.dd .ddTitle {
    background: #f2f2f2;
    border: 1px solid #c3c3c3;
    padding: 3px;
    text-indent: 0;
    cursor: default;
    overflow: hidden;
    height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dd .ddTitle span.arrow {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dd .ddTitle span.ddTitleText {
    text-indent: 1px;
    overflow: hidden;
    line-height: 16px;
}

.dd .ddTitle span.ddTitleText img {
    text-align: left;
    padding: 0 2px 0 0
}

.dd .ddTitle img.selected {
    padding: 0 3px 0 0;
    vertical-align: top;
}

.dd .ddChild {
    position: absolute;
    border: 1px solid #c3c3c3;
    border-top: none;
    display: none;
    margin: 0;
    width: auto;
    overflow: auto;
    overflow-x: hidden !important;
    background-color: #ffffff;
    -moz-box-shadow: 5px 5px 5px #2d2d2d;
    -webkit-box-shadow: 5px 5px 5px #2d2d2d;
    box-shadow: 5px 5px 5px #2d2d2d;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
    padding-left: 10px
}

.dd .ddChild a {
    display: block;
    padding: 2px 0 2px 3px;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.dd .ddChild a:hover {
    background-color: #66CCFF;
}

.dd .ddChild a img {
    border: 0;
    padding: 0 2px 0 0;
    vertical-align: middle;
}

.dd .ddChild a.selected {
    background-color: #66CCFF;

}

.hidden {
    display: none;
}

.dd .borderTop {
    border-top: 1px solid #c3c3c3 !important;
}

.dd .noBorderTop {
    border-top: none 0 !important
}

.country_selection .dd .ddChild a {
    color: #fff;
}

.country_selection .dd .ddChild a:hover {
    color: #66CCFF;
}

.country_selection .dd .ddChild a.selected {
    color: #66CCFF;
}

.clear {
    clear: both;
}

/************** Twitter *********************/

#custom-tweet-button a {
    display: block;
    padding: 2px 5px 2px 20px;
    /*background: url('http://markus.business.srv-vndev.bonvito.local/images/icons/twitter.png') 1px center no-repeat;*/
    border: 1px solid #ccc;
}

/************** PlaceHolder *********************/
.placeholder {
    cursor: pointer;
    border: 1px solid #999999;
    padding: 5px;
}

.blog-widget {
    padding: 30px 15px 60px 15px;
}

.blog-item-list {
    list-style: none;
    width: 80%;
    margin-left: 10% !important;

}

.blog-item-title {
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12pt;
    color: #2D2D2D;
    font-family: Verdana;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}

.blog-item-pubDate {
    color: #a3a3a3;
    font-size: 8pt;
}

.blog-item-description {
    margin-top: 15px;
}

.blog-item-link {
    margin-top: 15px;
    text-align: right;
}

.password-info {
    font-weight: bold;
    cursor: pointer;
    padding: 6px 9px;
    border:1px solid #bbbbbb;
    border-radius: 4px;
}
.password-strength {
    font-weight: bold;
    color: #f7b2ac;
    padding: 6px 5px 5px 6px;
    border:1px solid red;
    border-radius: 4px;
    background-color: red; /*#ffd8cc;*/
}
.password-strength.ok {
    color: #ecfff0;
    background-color: #00d000;
    border-color: #00d000;
}

.content-double ul.jstree-children {
    margin-bottom: 0;
}


.alert {
    font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
    border: medium solid darkgray;
    border-radius: 6px;
}
.alert.success {
    border-color: #4dc94d;
    background-color: #d8f7d8;
    color: #368c36;
}
.alert.error {
    background-color: #F2DEDE;
    border-color: #db7a7a;
    color: #B94A48 !important;
}
.alert.warning {
    border-color: #bfa500;
    background-color: #fcffd7;
    color: #856d00;
}

/** Grand new Styles for forms and other */

.button-header {
    margin-bottom: 15px;
}

select, input, textarea {
    border-radius: 4px;
    box-sizing: border-box;
}
input, textarea {
    padding: 4px;
}
select {
    padding: 3px 4px;
}
button {
    box-sizing: border-box;
}

.ui-datepicker select {
    padding: 1px 4px;
    border-radius: 0;
}

fieldset {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 10px;
}

fieldset > legend {
    color: #555;
    font-size: 1.25em;
}

dl {
    display: grid;
    grid-template-columns: max-content auto;
}
dt {
    grid-column-start: 1;
    font-weight: bold;
}
dd {
    grid-column-start: 2;
    margin: 0;
    padding-left: 10px;
}

#form-campaign-evaluation-csv-download label {
    font-size: 1.2em;
}
#form-campaign-evaluation-csv-download select {
    margin-right: 10px;
}

.ui-button.ui-button-input > .ui-button-text {
    line-height: 1.0;
}

#select-box-plus .column-with-buttons button {
    margin-bottom: 2px;
}

#coupon_execvalue, #directlydiscount_execvaluee {
    width: 10%;
}
#coupon_exectype, #directlydiscount_exectype {
    width: 80%;
}

#header_user_small {
    display: none;
}

#header_language_small {
    display: none;
}

@media (max-width: 900px) {
    #navigation {
        top: 90px
    }
    #header {
        height: 90px;
    }
    #header_user {
        display: none;
    }
    #header_user_small {
        display: block;
        clear: both;
        padding-right: 15px;
        text-align: right;
    }
}

.gift-card-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 5px -5px;
    position: relative;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container {
    width: 19%;
    min-width: 247px;
    background-color: #efefef;
    background-image: linear-gradient(to bottom right, #efefef, #fefefe, #efefef);
    padding: 15px;
    margin: 5px;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container > .button-bar > .default-button {
    display: block;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container > .button-bar > .activated-button {
    display: block;
}

.gift-card-thumbnail-list > .gift-card-thumbnail-container > .button-bar > .default-identifier {
    background-color: #daefb1;
    background-image: linear-gradient(#daefb1, #e7f5cf);
    display: none;
    color: #3a8618;
    font-weight: bold;
    border: 1px solid #3a8618;
    border-radius: 4px;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container > .button-bar > .activated-identifier {
    background-color: #daefb1;
    background-image: linear-gradient(#daefb1, #e7f5cf);
    display: none;
    color: #3a8618;
    font-weight: bold;
    border: 1px solid #3a8618;
    border-radius: 4px;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container.default-image > .button-bar > .default-button {
    display: none;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container.activated-image > .button-bar > .activated-button {
    display: none;
}

.gift-card-thumbnail-list > .gift-card-thumbnail-container.default-image > .button-bar > .default-identifier {
    display: block;
}
.gift-card-thumbnail-list > .gift-card-thumbnail-container.activated-image > .button-bar > .activated-identifier {
    display: block;
}

.gift-card-thumbnail-container > .image-container {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 4px 0;
}
.gift-card-thumbnail-container > .image-container > img {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
}
.gift-card-thumbnail-container.add-image {
    cursor: pointer;
}
.gift-card-thumbnail-container.add-image > .image-container > img {
    visibility: hidden;
}
.gift-card-thumbnail-container.add-image > .add-image-plus-sign {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 10em;
    font-weight: bold;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-card-thumbnail-container.template-image > .image-container > img {
    visibility: hidden;
}
.gift-card-thumbnail-container.template-image > .template-image-note {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 2em;
    font-weight: bold;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gift-card-thumbnail-container:hover .add-image-note{
    opacity: 0.9;
}

.gift-card-thumbnail-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: radial-gradient(circle, transparent 40%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.5) 125%);
}
.gift-card-thumbnail-container:hover .image-overlay {
    opacity: 0.1;
}
.gift-card-thumbnail-container:hover .add-image-plus-sign{
    opacity: 0.9;
}
.gift-card-thumbnail-container > .image-overlay {
    border-radius: 6px;
}
.gift-card-thumbnail-container > .image-container > .image-overlay {
    border-radius: 6px;
}
.gift-card-thumbnail-container > .button-bar {
    display: flex;
    margin: 0 -2px;
}
.button-bar > button {
    cursor: pointer;
}
.button-bar > .button-bar-element {
    flex-grow: 1;
    margin: 0 2px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em;
    box-sizing: border-box;
    padding: 2px;
}
.button-bar > .button-bar-element > .checker {
    font-weight: bold;
    color: #50b821;
}
.spacer-bottom {
    height: 45px;
}
.gift-card-add-images {
    padding: 0 0 20px 0;
}
.gift-card-add-images a.bv-button {
    font-size: .85em;
}


#thumbnail-error-message {
    margin: 0 0 16px 0;
    display: none;
}

.gift-card-thumbnail-container > .loading-indicator {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
}
.gift-card-thumbnail-container > .loading-indicator > .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #fff;
    border: medium solid #999;
    border-radius: 50%;
    opacity: 0.9;
}
.gift-card-thumbnail-container > .loading-indicator > .loader > img {
    width: 40px;
    height: 40px;
    padding: 10px;
}

a.bv-button, button.bv-button {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background-color: #e6e6e6;
    background-image: linear-gradient(#e6e6e6, #efefef);
    padding: .4em 1em;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    color: #555;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}
a.bv-button:visited, a.bv-button:link {
    text-decoration: none;
    color: #555;
    font-weight: normal;
}
a.bv-button:hover, a.bv-button:visited:hover, a.bv-button:link:hover, button.bv-button:hover {
    border: 1px solid #999;
    background-color: #dadada;
    background-image: linear-gradient(#dadada, #efefef);
    color: #212121;
}

.back-link {
    font-size: 1.2em;
    margin: 0 0 16px 0;
}

i.arrow {
    border: solid #666;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 2px 0 0;
}

i.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


#background-image-confirm-delete-message {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(250, 250, 245, 0.6);
}

#background-image-confirm-delete-message > .confirm-message-box {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin-top: -100px;
    margin-left: -200px;
    border: 1px solid #777;
    background-color: #fefefe;
    background-image: linear-gradient( #efefef, #fefefe, #efefef);
    border-radius: 8px;
    display: table;
    box-shadow: 0 0 100px 0 #bbb;
}

#background-image-confirm-delete-message > .confirm-message-box > .confirm-message-text {
    text-align: center;
    font-size: 1.5em;
    padding: 20px 20px 40px 20px;
    display: table-cell;
    vertical-align: middle;
}

#background-image-confirm-delete-message > .confirm-message-box > .confirm-message-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 8px;
    height: 50px;
    text-align: center;
    font-size: 1.3em;
}

.background-image-copyright-disclaimer {
    font-weight: bold;
    margin: 12px 0;
}

table.bonvito-table {
    border-radius: 4px;
    border-spacing: 0;
    border-collapse: separate;
}

table.bonvito-table td, table.bonvito-table th {
    padding: 5px 12px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

table.bonvito-table th {
    background: #ccc;
}

table.bonvito-table tr:last-child td:first-child,
table.bonvito-table tr:last-child th:first-child {
    border-bottom-left-radius: 4px;
}

table.bonvito-table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

table.bonvito-table tr th:first-child,
table.bonvito-table tr td:first-child {
    border-left: 1px solid #aaa;
}

table.bonvito-table tr:first-child th,
table.bonvito-table tr:first-child td {
    border-top: 1px solid #aaa;
}

table.bonvito-table tr:first-child th:first-child,
table.bonvito-table tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

table.bonvito-table tr:first-child th:last-child,
table.bonvito-table tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.bv-form-group {
    margin-bottom: 16px;
}

.bv-form-group::after {
    content: "";
    clear: both;
    display: table;
}

.bv-form-group > label {
    width: 150px;
    float: left;
}

.bv-form-group > .bv-input-wrapper {
    margin-left: 156px;
}

.bv-form-group > .bv-input-wrapper > input[type="checkbox"] {
    vertical-align: middle;
    margin-top: 0;
}

.bv-form-buttons {
    margin-left: 155px;
}

.input-list-of-available-amounts::after {
    content: "";
    clear: both;
    display: table;
}

.input-for-available-amount {
    float: left;
    width: 120px;
    margin: 0 5px 5px 0;
}

.giftcard-online-order-config-form textarea.bv-giftcard-operator-text {
    margin-top: 5px;
    resize: none;
    overflow: hidden;
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.93em;
}

.giftcard-online-order-config-form .bv-form-group > .bv-input-wrapper {
    width: 750px;
}
