body {
    display:none;,
    height: auto;
}

html, body, .content, .content-Controller, .mCode-container, .mCode-row, .mCode-eingabe {
    height: 100%;
}

a {
    color: #FF2D51;
}
a:hover,
a:active,
a:focus {
    color: #64B32C;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color:gray
}

.container {
    width:100% !important;
}

.marginRow {
    margin-top:30px;
    margin-bottom:30px;
}

.content-Controller {
    padding-top: 50px;
    height: 100%;
}
.content-left {
    position:fixed;
    left:0px;
    float:left;
    width:260px;
    min-width:260px;
    background-color:#fafafa;
    height:100%;
    border-right:1px solid #dedede;
    overflow:auto;
}
.content-right {
    position:fixed;
    left:260px;
    float:right;
    width:calc(100% - 260px);
    background-color:#fafafa;
    height:calc(100% - 50px);
    padding:15px;
    overflow:auto;
}

.ul-vo {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
.ul-vo > .firstlevel {
    list-style: none;
    margin: 0px;
}
.ul-vo > .firstlevel > a {
    display: block;
    padding: 15px;
    background-color: transparent;
    color: #fff;
    font-family: Helvetica;
    font-size: 14px
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    width: 100%;
}
.ul-vo > .firstlevel > a > i {
    margin-right: 40px;
    font-size:16pt;
}
.ul-vo > .firstlevel > a:hover {
    background-color: #64B32C;
}
.menu-collapse {
    color:white;
}
.menu-collapse > .collapse-ul {
    background-color:#2a2e33;
    box-shadow: inset -1px -1px 10px black;
}
.menu-collapse > .collapse-ul > .secondlevel {
    list-style-type: none;
    padding: 15px;
    background-color:transparent !important;
}
.menu-collapse > .collapse-ul > .secondlevel > a {
    color:white;
    text-decoration:none;
}
.menu-collapse > .collapse-ul > .secondlevel > a > i {
    margin-right:15px;
}
.menu-collapse > .collapse-ul > .secondlevel:hover > a {
    color:#64B32C;
}

.magic-checkbox:checked + label:before, .magic-checkbox[checked] + label:before {
    border: #64B32C;
    background: #64B32C;
}

.magic-checkbox:checked + label:before, .magic-checkbox[checked] + label:before {
    border: #64B32C;
    background: #64B32C;
}

.magic-radio:checked + label:before, .magic-radio[checked] + label:before {
    border: 1px solid #64B32C;
}

.magic-radio:checked + label:before, .magic-radio[checked] + label:before {
    border: 1px solid #64B32C;
}
.magic-radio:checked + label:before, .magic-radio[checked] + label:before {
    border: 1px solid #64B32C;
}

.magic-radio + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64B32C;
}

.magic-radio + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64B32C;
}

.bericht-card {
    background-color:#fefefe;
    width:100%;
    min-height:150px;
    box-shadow:2px 2px 10px lightgray;
    padding:10px;
}

.bericht-card > div > span {
    font-weight:bold;
    font-size:16pt;
    color:#024130;
    margin-top:15px;
}

.lizenz-box {
    border:1px solid white;
    min-height:300px;
    width:90%;
    position:relative;
    margin:15% auto;
    padding:15px;
}


.login-background, .mCode-background {
    background: #024130;
    background: -moz-linear-gradient(45deg,  #024130 0%, #257d57 31%, #66b07d 52%, #70b680 76%, #257b72 100%);
    background: -webkit-linear-gradient(45deg,  #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    background: linear-gradient(45deg,  #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024130', endColorstr='#257b72',GradientType=1 );
    width:100%;
    height:100%;
    position:fixed;
    width:100%;
    height:100%;
}
.login-background > .container {
    overflow-y: auto;
    position: absolute;
    height: 100%;
}

.login-box {
    border:2px solid white;
    min-height:300px;
    margin-top:100px;
    width:300px;
    position:relative;
    left:50%;
    margin-left:-150px;
    padding:15px;
}
.login-logo-box {
    width:100px;
    height:100px;
    /*background-color:white;*/
    border-radius:50%;
    line-height:100px;
    position:relative;
    top:-65px;
    left:50%;
    margin-left:-50px;
    text-align:center;
}
.form-login {
    border:0px;
    background-color:transparent;
    height:45px;
    min-width:90%;
    outline:0px;
    color:white;
}
.input-box {
    background-color:rgba(0,0,0,0.2);
    height:45px;
    width:100%;
    display:inline-block;
    padding:0px 15px;
}
.input-box > icon {
    color:white;
}
.login-info-box {
    width:300px;
    position:relative;
    left:50%;
    margin-left:-150px;
    padding:15px 0;
    color:white;
    text-align:center;
}

::-webkit-input-placeholder { color:rgba(255,255,255,0.7); opacity: 1 !important; }
:-moz-placeholder { color:rgba(255,255,255,0.7);}
::-moz-placeholder {color:rgba(255,255,255,0.7);}
:-ms-input-placeholder {color:rgba(255,255,255,0.7);}
















.paddingContainer {
    padding:10px;
}

.marginTopRow {
    margin-top:10px;
}

.navbar {
  margin-bottom:0px !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 995;
}

.no-padding {
    padding: 0 !important;
}

.navbar, .navbar.navbar-default {
    background-color: #fafafa;
    color: rgba(32,32,32, 0.84);
    border-bottom:1px solid #dedede;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.badge {
    background-color:#64B32C;
    color:white;
}

.span-ftasten {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 10px;
    text-align: center  ;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #2b333d;
    box-shadow:1px 1px 2px gray;
}

.SubNavigation {
    min-height:50px;
}


.bestellungAufnehmenInfo {
    height:40px;
    padding:10px;
}
.bestellungAufnehmenType {
    height:30px;
    background-color:#dedede;
    padding:0px 10px;
    line-height:30px;
}
.bestellungAufnehmenBlog {
    width:100%;
    min-height:calc(100% - 195px);
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px;
}
.bestellungOptions {
    height:50px;
    padding:10px;
}
.seperator {
    width:100%;
    border-bottom:1px solid #dedede;
    height: 1px;
    margin: 5px 0;
}
.gerichtRow {
    margin-top:5px;
}
.bestellungAufnehmenPrice {
    color:gray;
}
.bestellenSumme {
    height:30px;
}

.smallSelect {
    height: 24px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}











.sideBoxInfo {
    width:100%;
    padding:4px 15px 4px 15px;
    background-color:transparent;
    min-height:40px;
    border-bottom:1px solid #D4D4D4;
    font-size:11pt;
}
.sideBoxInfo div span {
    font-size:10pt;
}

.sideBoxInfo div b {
    font-size:10pt;
}

.sideBoxMenu {
    width:100%;
    padding:4px 15px 4px 15px;
    background-color:#ffffff;
    min-height:40px;
    border-bottom:1px solid #D4D4D4;
    font-size:11pt;
}
.sideBoxMenu div span {
    font-size:10pt;
}

.sideBoxMenu div b {
    font-size:10pt;
}

.sideBoxSplitting {
    width:100%;
    padding:4px 15px 4px 15px;
    background-color:#ffffff;
    min-height:40px;
    border-bottom:1px solid #D4D4D4;
    font-size:11pt;
}
.sideBoxSplitting div span {
    font-size:10pt;
}

.sideBoxSplitting div b {
    font-size:10pt;
}

.sideBoxSplitting div i {
    color:#5FB825;
    font-size:14pt;
}


/*================================= ORDER AUFNEHMEN*/

.margin-button {
    margin:5px !important;
}

.max-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
}

.init-loading-overlay {
    line-height: 100%;
    z-index: 10000;
}

.init-loading-text {
    position: absolute;
    text-align: center;
    margin-top: -25%;
    top: 50%;
    width: 100%;
    font-size: 150%;
}

.mCode-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid grey;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 32%;
}


.gCode-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid grey;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 16%;
}

.btn-mCode {
    font-size: 25px;
    margin: 0;
    width: 100%;
    float: left;
    border-bottom: 0px;
    padding: 0;
    height: 17%;
}

.btn-mCode:nth-child(3n+1) {
    width: 100%;
    color: white;
    margin-top: 5px;
}

.btn-mCode-zero {
    margin-left: 34%;
}

/*.mCode-eingabe {
    box-shadow: 0 0 10px black;
}*/

.div-blue {
    /*background-color: #2b333d;*/
    background: #024130;
    background: -moz-linear-gradient(45deg,  #024130 0%, #257d57 31%, #66b07d 52%, #70b680 76%, #257b72 100%);
    background: -webkit-linear-gradient(45deg,  #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    background: linear-gradient(45deg,  #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024130', endColorstr='#257b72',GradientType=1 );
    height: 100%;
}



 #menucontroll ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }

 #menucontroll li {
     list-style: none;
     margin: 0;
 }

 #menucontroll li a {
     display: block;
     /*padding: 5px 5px 5px 0.5em;*/
     margin-top: 5px;
    background-color: #2b333d;
     color: #fff;
     font-family: Helvetica;
     font-size: 14px
     font-weight: normal;
     text-decoration: none;
     text-align: left;
     width: 100%;
 }
 #menucontroll li a > icon {
     margin-right: 40px;
 }
 html>body #menucontroll li a {
     width: auto;
 }
 #menucontroll li a:hover {
     background-color: #64B32C;
}

#menucontroll li a.linkactive {
    background-color: #64B32C;
}

#menucontroll .fa{
    text-shadow: 2px 2px 10px black;
}

.btn-success{
    background-color: #64B32C;
    color: #fff;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.form-group.telefon-suche {
    margin-bottom: 0px;
}

.telefon-suche-shortcut, .artikel-suche-shortcut {
    position: absolute;
    top: 6px;
    left: 21px;
    z-index: 6;
}

.telefon-suche-query, .artikel-suche-query {
    z-index: 5;
    position: relative;
    padding-left: 34px;
}

.telefon-suche-query .input-group-addon, .artikel-suche-query .input-group-addon {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.telefon-suche-ergebnisse, .artikel-suche-ergebnisse {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 30px;
    border-radius: 0 0 3px 3px;
    background-color: white;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
    z-index: 4;
    padding-top: 4px;
}

.telefon-suche-ergebnis, .artikel-suche-ergebnis {
    border-bottom: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.telefon-suche-ergebnis:hover, .artikel-suche-ergebnis:hover {
    background-color: #F0F0F0;
}

.telefon-suche-ergebnis-name, .artikel-suche-ergebnis-name {
    padding-left: 5px;
    font-weight: bold;
}

.telefon-suche-ergebnis-anschrift, .artikel-suche-ergebnis-beschreibung {
    padding-left: 5px;
    font-size: 80%;
}

.telefon-suche-ergebnis-telefon, .artikel-suche-ergebnis-preis {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}

.telefon-suche-ergebnis-email {
    padding-right: 5px;
    text-align: right;
    font-size: 80%;
}

.telefon-suche-ergebnis-no-result, .artikel-suche-ergebnis-no-result {
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
}

.telefon-suche-ergebnis-neu {
    padding: 5px;
    background-color: #5CB85C;
    color: white;
    text-align: center;
    cursor: pointer;
}

.telefon-suche-ergebnis-neu:hover {
    background-color: #449D44;
}

.form-group.bestelltyp {
    width: 100%;
}
.form-group.bestelltyp .btn {
    width: calc(100% / 3);
}

.form-group.vorausgefuellt input, .form-group.vorausgefuellt textarea, .form-group.vorausgefuellt select, .form-group.vorausgefuellt .btn {
    border-color: #FFA500;
    background-color: #FFDFA6;
}

.bestellung-aufnahme-inputs, .bestellung-neu-inputs {
    padding-top: 5px;
}

.artikel-edit-header {
    background-color: #F0F0F0;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    font-size: 120%;
    margin-bottom: 10px;
    margin-top: 20px;
}

.artikel-edit-header.tabbed {
    background-color: orange;
    color: white;
}

.artikel-edit-header input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding-left: 5px;
    font-size: 80%;
}

.artikel.tabbed {
    color: red;
}

/*=========================================================================================================================================== Start SelectBOX*/

.select-div {
    display: block;
    width: 70px;
    height: 34px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select-div-scrolldown {
    position:absolute;
    width:70px;
    height:200px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    overflow-x:hidden;
    overflow-y:scroll;
    display:none;
}
.select-div-row {
    border-bottom:1px solid lightgrey;
    padding:10px;
}

.icon-select {
    display:none;
}

/*=========================================================================================================================================== Ende SelectBOX*/


.panel-primary > .panel-heading {
    background: #024130;
    background: -moz-linear-gradient(45deg, #024130 0%, #257d57 31%, #66b07d 52%, #70b680 76%, #257b72 100%);
    background: -webkit-linear-gradient(45deg, #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    background: linear-gradient(45deg, #024130 0%,#257d57 31%,#66b07d 52%,#70b680 76%,#257b72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024130', endColorstr='#257b72',GradientType=1 );
    border-color: #024130;
}
.panel-primary {
    border-color: #024130;
}
