﻿/*simply-X defaults*/
@font-face {
    font-family: 'Interstate';
    src: url('fonts/Interstate-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'NotoSans';
    src: url('fonts/NotoSans-Regular.ttf') format('truetype');
}

.sx {
    font-family: Interstate;
    text-transform: none !important;
}
.sx-brand > a:hover {
    font-family: Interstate;
    text-transform: none !important;
}

.sx-pageloader {
    text-align: center;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Noto Sans';
    color: Red;
    position: fixed;
    padding-top: 10%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: large;
    height: 100%;
}
.sx-dropdown {
    max-width:280px;
}
.form-control > sx-dropdown {
    max-width: 280px;
}

.itemOptionVariant {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    -webkit-box-shadow: 1px 1px 10px 1px rgb(163 163 163);
    -moz-box-shadow: 1px 1px 10px 1px rgba(163,163,163,1);
    box-shadow: 1px 1px 10px 1px rgb(163 163 163);
    text-align: center;
    align-content: center;
    display: inline-grid;
    align-items: center;
    margin: 3px;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 10%;
    padding: 20px;
    background-color: white!important;
}
.itemOptionVariant-selected {
    color:white;
    background-color: rgba(59, 59, 59, 0.70)!important;
}

.unselectable {
    cursor: not-allowed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10 {
    margin-bottom: 4px;
}
/* Loading Overlay */
.loadingOverlay {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 10px solid #f7f7f7;
    border-radius: 50%;
    border-top: 10px solid #ff0000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.check_box {
    padding-left: 6px;
}

.check_box label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.check_box label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.check_box label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.check_box input[type="checkbox"] {
    opacity: 0;
}

.check_box input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.check_box input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.check_box input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.check_box input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.check_box.check_box-circle label::before {
    border-radius: 50%;
}

.check_box.checkbox-inline {
    margin-top: 0;
}

/*primary*/
.check_box-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.check_box-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/*danger*/
.check_box-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.check_box-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/*info*/
.check_box-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.check_box-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/*warning*/
.check_box-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.check_box-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/*success*/
.check_box-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.check_box-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

@media (max-width: 768px) {
    .navbar-toggle-desktop {
        display: none;
    }
}

/*Internet Explorer / EDGE Navbar Brand FIX*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .sx-brand {
        margin-top: -25px;
        float: left;
        margin-left: 15px;
    }
}
@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS */
    .sx-brand {
        margin-top: -25px;
        float: left;
        margin-left: 15px;
    }
}
@supports (-ms-ime-align:auto) {
    /* IE Edge 16+ CSS  */
    .sx-brand {
        margin-top: -25px;
        float: left;
        margin-left: 15px;
    }
}

footer {
    /*height: 30px;*/
    /*padding-right: 20px;
    padding-left: 20px;*/
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*@media (min-width: 1001px){
    footer {
        margin-left: 15%;
    }
}

@media (min-width: 850px) and (max-width: 1000px) {
    footer {
        margin-left: 20%;
    }
}

@media (min-width: 765px) and (max-width: 849px) {
    footer {
        margin-left: 25%;      
    }
}

@media (min-width: 300px) and (max-width: 764px) {
    footer {
        margin-left: 5%;
    }
}*/

.icon-inverted {
    filter: brightness(0) invert(0);
}

/*main body design*/
body {
    background-color: #fcfcfc;
}

/*navbar design*/
.sidebar {
    font-family: NotoSans;
    background-color: white;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}
.navbar-brand {
    font-family: Interstate;
    margin-left: 0px !important;
}
.navbar-brand > img{
    display:unset
}
.navbar-btn > button {
    background-color:#f0f0f0;
}
.navbar-inverse {
    background-color: white;
    border-color: lightgray;
    font-family: NotoSans;
}
.navbar-inverse .navbar-brand:hover{
    color:#696969
}
.navbar-collapse > li > a:hover, .nav > li > a:focus {
    color: red;
}
.navbar-collapse > li > a {
    color: red;
}
/*.navbar-collapse > li {
}*/
.navbar-inverse > li > a:hover, .nav > li > a:focus {
    color: red;
}
.navbar-inverse > li > a {
    color: red;
}
/*.navbar-inverse > li {
}*/
.nav > li > a:hover, .nav > li > a:focus {
    color: red!important;
}
.nav > li > a {
    color: red!important;
}
/*.nav > li {
}*/

/*headline design*/
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10 {
    font-family: NotoSans;
}

/*globales link design*/
a {
    color: red;
    font-family: NotoSans;
}
a:focus,
a:hover,
a:visited,
a:visited:hover {
    color: red;
    text-decoration: none !important
}

.open > .dropdown-menu {
    overflow-y: scroll;
    z-index:999999999999!important
}
/*global panels*/
.panel {
    -webkit-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    -moz-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    font-family: NotoSans;
}

/*global modals*/
.modal {
    font-family: NotoSans;
}

/*global jumbotron design*/
.jumbotron {
    background-color: white;
    -webkit-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    -moz-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 50px;
}

/*jquery Number Counter*/
.counter {
    background-color: #ffffff;
    margin: 0.5%;
    padding: 5px;
    border-radius: 5px;
    font-family: NotoSans;
    -webkit-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    -moz-box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
    box-shadow: 2px 2px 13px 1px rgba(163,163,163,1);
}

.count-img {
    margin-top: 10px;
    margin-bottom: 0;
}
.count-title {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: NotoSans
}
.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: NotoSans
}
 .col_once {
        width: 95.9%;
    }
.col_half {
    width: 40%;
    display: inline-block;
}
.col_sec_row {
    width: 47%;
    display: inline-block;
}
.col_third_row {
    width: 31%;
    display: inline-block;
}
.col_third {
    width: 32%;
    display: inline-block;
}
.col_fourth {
    width: 23.5%;
    display: inline-block;
}
.col_fifth {
    width: 18.4%;
    display: inline-block;
}
.col_sixth {
    width: 15%;
    display: inline-block;
}
.col_three_fourth {
    width: 74.5%;
    display: inline-block;
}
.col_twothird {
    display: inline-block;
    width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    display: inline-block;
    margin-right: 0.5%;
    margin-bottom: 20px;        
}
.end {
    margin-right: 0 !important;
}

/* Only affects between 100 and 790px width */
/* For portrait layouts only */
@media only screen and (min-width: 100px) and (max-width: 790px) {

    .col_half
    .col_third
    .col_fourth
    .col_fifth
    .col_sixth
    .col_three_fourth
    .col_twothird
    .col_half,
    .col_third,
    .col_twothird,
    .col_fourth,
    .col_three_fourth,
    .col_fifth,
    .col_sec_row,
    .col_third_row {
        width: 99%;
        margin-bottom: 20px;
    }
    .counter{
        margin: 0%;
        margin-bottom:5px;
        width:100%;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #000
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color:#f0f0f0
    }
    .navbar-inverse {
        background-color: white;
        border-color: lightgray;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        color: red;
        background-color: transparent;
    }
    .nav > li > a {
        color: red;
        background-color: transparent;
    }
    .nav > li {
        color: #9d9d9d
    }

    .sx-brand {
        margin-right: 15px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
/* Only affects from 768 */
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 52px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; 
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 50px;
    }
    .body-content {
        padding: 0;
    }
}

/*global scrollbars*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 10px;  
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    background-color: lightgray !important;
}

/* Move down content because we have a fixed navbar that is 50px tall */

.body-content{
    margin-top: 50px;
    /*padding-bottom: 20px;*/    
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}


/*
    payment methods design
*/
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
}
.credit-card-box .panel-heading img {
    min-width: 180px;
}		
.pm_button {text-align:center; display: inline-block;}		
.paymentMethodIcon {
    border-radius: 6px;
	display: flex;
    cursor: pointer;    
    background: none repeat scroll 0% 0% #EEEEEE;
    margin: 15px;
    min-height: 80px;
    min-width: 150px;
    padding: 5px;
    align-items: center;
}
.paymentMethodIcon:hover {
    background: none repeat scroll 0% 0% #dddddd!important;
	transition: all 0.1s ease-in 0s;
}		
.paymentMethodIcon.highlight {
	background: none repeat scroll 0% 0% #fffd73!important;
    transition: all 0.1s ease-in 0s;
}		
.paymentMethodIcon.disabled {
	cursor: not-allowed;
}
.paymentMethodIcon.hidden {display:none;}


.VoucherChooseBar {
    border-radius: 6px;
    display: flex;
    cursor: pointer;
    background: none repeat scroll 0% 0% #EEEEEE;
    margin-bottom: 20px;
    min-height: 80px;
    min-width: 150px;
    padding: 5px;
    align-items: center;
}

.VoucherChooseBar:hover {
    background: none repeat scroll 0% 0% #dddddd !important;
    transition: all 0.1s ease-in 0s;
}

.VoucherChooseBar.highlight {
    background: none repeat scroll 0% 0% #fffd73 !important;
    transition: all 0.1s ease-in 0s;
}

.VoucherChooseBar.disabled {
    cursor: not-allowed;
}

.VoucherChooseBar.hidden {
    display: none;
}


.card-holder{
    padding:10px;
    margin:15px;
}
/*
    Password Strength
*/
 .short{
    font-weight:bold;
    color:#FF0000;
    font-size:medium;
}
.weak{
    font-weight:bold;
    color:orange;
    font-size:medium;
}
.good{
    font-weight:bold;
    color:#2D98F3;
    font-size:medium;
}
.strong{
    font-weight:bold;
    color: limegreen;
    font-size:medium;
}
.shortProgress{
    width:20px;
    border-bottom: solid 4px;
    border-bottom-color:#FF0000;
    font-weight:bold;
    color:#FF0000;
    font-size:medium;
}
.weakProgress{
    width:40px;
    border-bottom: solid 4px;
    border-bottom-color:orange;
    font-weight:bold;
    color:orange;
    font-size:medium;
}
.goodProgress{
    width:60px;
    border-bottom: solid 4px;
    border-bottom-color:#2D98F3;
    font-weight:bold;
    color:#2D98F3;
    font-size:medium;
}
.strongProgress{
    width:80px;
    border-bottom: solid 4px;
    border-bottom-color:limegreen;
    font-weight:bold;
    color: limegreen;
    font-size:medium;
}
 .passwordEquals{
    border:2px solid green
}
.passwordNotEquals{
    border:2px solid red
}

/*language dropdown images*/
.languageImg{
-webkit-box-shadow: 2px 2px 4px 0px rgba(181,174,181,1);
-moz-box-shadow: 2px 2px 4px 0px rgba(181,174,181,1);
box-shadow: 2px 2px 4px 0px rgba(181,174,181,1);
}

/*google maps design*/
#googleMaps {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
#googleMaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background-color: #428bca;
}

/*
 * Main content
 */
/*.main {
  padding: 20px!important;
}*/
/*@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}*/
.main .page-header {
  margin-top: 15px;
  font-family: NotoSans;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
#profileImagePopover{
    display:none;
}
/*#imgProfileImage {
}*/
#imgQrImage {
    margin: 10px;
}
#imgProfileImage:hover  { 
    opacity: 0.3; filter: alpha(opacity=30); 
}
.customprogressbar {
  width:300px;
  height:21px;
}
.customprogressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
    background-color: rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    to {
        bottom: 0px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    to {
        bottom: 0;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.7);
    }
}


/* Gastro Template CSS */
.templateradios tr {
    display: inline;
}

.templateradios tr td label {
    padding-left: 5px;
    padding-right: 5px;
}

.forcevarradios tr td label {
    padding-left: 5px;
    padding-right: 5px;
}

.templatecode{
    max-width: 100%;
    min-height: 500px;
    margin-bottom: 10px;
}

.labelfontweight{
    font-weight: 700;
}

.btn-templatepreview {
    color: #fff;
    background-color: #1a73e8;
    border-color: #1a73e8;
    height: 20px;
    padding: 0px 3px 0px 3px;
    margin-top: -5px;
}

.btn-templatepreview:active:hover, .btn-templatepreview:hover, .btn-templatepreview:focus {
    color: #fff;
    background-color: #155ab4;
    border-color: #155ab4;
}

.btn-newtemplate {
    color: #fff;
    background-color: #ffa312;
    border-color: #ffa312;
    margin-right: 5px;
}

.btn-newtemplate:active:hover, .btn-newtemplate:hover, .btn-newtemplate:focus {
    color: #fff;
    background-color: #c57d0c;
    border-color: #c57d0c;
}

.btn-deletetemplatecode {
    color: #fff;
    background-color: #c50000;
    border-color: #c50000;
}

.btn-deletetemplatecode:active:hover, .btn-deletetemplatecode:hover, .btn-deletetemplatecode:focus {
    color: #fff;
    background-color: #940000;
    border-color: #940000;
}

.floatleft {
    float: left;
}

.previewIframe{
    width: 100%;
    min-height: 500px;
}

.btn-preorder {
    background-image: url(../Resources/shop.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 80px;
}
preorderbadge {
    position: fixed;
}
preorderbadge::before {
    content: attr(data-count);
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: rgb(59, 59, 59);
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index:100;
}
preorderbadge.badge-top-right:before {
    left: auto;
    right: -7px;
}

badge::before {
    content: attr(data-count);
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: rgb(59, 59, 59);
    border: 1px solid #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    color: #FFF;
    position: absolute;
    top: -7px;
    left: -2px;
    z-index: 100;
}

badge.badge-top-right:before {
    left: auto;
    right: -2px;
}
.gastroFileupload {
    display: inline !important;
    margin-bottom: 10px;
}

.btn-gastroupload {
    color: #fff;
    background-color: #3c6160;
    border-color: #3c6160;
}

.btn-gastroupload:active:hover, 
.btn-gastroupload:hover, 
.btn-gastroupload:focus {
    color: #fff;
    background-color: #2b4545;
    border-color: #2b4545;
}

.bordercubeleft {
    width: 50%;
    height: 50px;
    text-align: center;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    float: left;
}

.bordercuberight {
    width: 50%;
    height: 50px;
    text-align: center;
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    float: right;
}

.borderpicker{
    text-align: center;
}

/* Only affects 400px width / For portrait layouts only */
@media only screen and (min-width: 100px) and (max-width: 800px) {
    .dxc-chart {
        width: 100%;
    }

    .dx-widget {
        font-size: 9px;
    }

    .dx-last-cell {
        white-space: nowrap !important;
    }

    .dx-pivotgrid-vertical-headers {
        white-space: nowrap !important;
    }

    .dx-dashboard-item {
        width: 100%;
    }

    .dx-dashboard-splitter-layout-place {
        width: 100%;
    }

    .dx-cardItem {
        width: 80%;
    }

    .dxc-legend {
        font-size: 9px;
    }

    .dx-dashboard-title {
        font-size: 14px;
    }

    #dashboardViewer {
        height: 400px;
    }

    .dx-dashboard-item-header {
        font-size: 10px;
    }

    .dx-dashboard-group-item-child {
        padding: 0;
    }

    .dx-widget dx-collection dx-treeview {
        width: 100%;
    }

    .dx-dashboard-splitter-pane {
        width: 70%;
        padding: 0;
    }

    .dx-checkbox-icon {
        width: 20px;
        height: 20px;
        padding: 0;
    }
}

.wisy-editor {
    min-height: 250px;
    height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    /*padding: 4px;*/
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
    resize: both;
}


#voiceBtn {
    width: 20px;
    color: transparent;
    background-color: transparent;
    transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    -moz-transform: scale(2.0, 2.0);
    border: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

.profitcentercreateheader{
    font-size: 16px;
}

#ctl00_MainContent_cbxCreateStaffIsActive, #ctl00_MainContent_cbxCreateStaffOverSellpoints, #ctl00_MainContent_cbxCreateStaffOverProfitcenters,
#ctl00_MainContent_cbxEditStaffIsActive, #ctl00_MainContent_cbxEditStaffOverSellpoints, #ctl00_MainContent_cbxEditStaffOverProfitcenters,
#ctl00_MainContent_cbxCreateExtraRewardIsActive, #ctl00_MainContent_cbxEditExtraRewardIsActive {
    margin-right: 5%;
}

/*VR PAYMENT WIDGET STYLES*/
.wpwl-form {
    background: #f8f8f8
}

.wpwl-label-brand {
    display: none
}

.wpwl-form-card {
    background: #f8f8f8;
    border: 0px
}

.wpwl-control, input.wpwl-control {
    background: white;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0px;
    text-transform: none;
    padding: 10px;
    font-size: 18px;
    height: 50px;
}

.input-text:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {
    background-color: white;
}

.wpwl-brand-SOFORTUEBERWEISUNG, .wpwl-brand-GIROPAY {
    cursor: pointer
}

.wpwl-brand, .wpwl-img {
    margin: 0 0 0 auto;
}

.TreeviewArticleNode{
    color: red;
}

.fontsize-11{
    font-size: 11px;
}

.sidepadding{
    padding-right: 5px;
    padding-left: 5px;
}

.ddladjuster {
    width: 88%;
    margin-left: 15px;
}

.multilistboxadjuster{
    margin-left: 15px;
}

.articleimggradient {
    background: linear-gradient(white, transparent);
    background: linear-gradient(transparent, white);
}

.wrapper-progressBar {
    width: 100%
}

.progressBar {
}

.progressBar li {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    text-align: center;
}

.progressBar li:before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: white
}

.progressBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressBar li:first-child:after {
    content: none;
}

.progressBar li.active {
    color: #3c763d;
}

.progressBar li.active:before {
    border-color: #3c763d;
    background-color: #3c763d
}

.progressBar li.active + li:after {
    background-color: #3c763d;
}

.GridviewPager a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GridviewPager span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GridviewPager a:hover, .GridviewPager a:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.hideGridColumn {
    display: none;
}

.leftfloat{
    float:left;
}

.rightfloat{
    float: right;
}

.modal-xl {
    width: 90%;
}

.greenAddButton {
    background: lightgreen;
    height: 50px;
    border: none;
    width: 30px;
}

.redRemoveButton {
    background: #FF5353;
    height: 50px;
    border: none;
    width: 30px;
}

.Cashdeskconfigpadding li {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

    .Cashdeskconfigpadding li:hover, .devicechooser li:hover {
        background-color: #ebebeb;
    }