﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #0071b8 !important;
    font-size: 12px !important;
}

/* Global */
.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img {
    height: auto;
    max-width: 100%;
}

article {
    background-color: #F5F6F6;
    height: 100vh;
}

/* Top Bar */

#app-title-bar {
    text-align: center;
    background-color: #000;
    color: #fff;
}

    #app-title-bar .title {
        font-size: 22px;
        text-transform: uppercase;
    }

/* App */
#employee-details {
    padding-top: 20px;
}

.stdreset {
    margin-top: 20px;
    margin-left: 8px;
}
.h4head {
    margin-left:8px;
    margin-top:5px;
    margin-bottom:10px;
}
.h6head{
    background-color:white;
    padding:10px;
    border-radius:10px;
    width:fit-content;
}
.alignmiddleoli {
    margin: 10px 25px 0 0;
}

#OrderDetailsright, #OrderDetailsrightP {
    /*position:relative;*/
    float: right;
    width: 170px;
    background-color: silver;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: black;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 30px;
}

#OrderDetailsChg {
    /*position:relative;*/
    float: left;
    width: 300px;
    background-color: silver;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: black;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 30px;
}

#OrderDetailsleft {
    float: left;
    width: 430px;
}

.mainbtn {
    text-align: center;
    margin: 0px auto;
    width: 640px;
    padding-left: 30px
}

.maingrid {
    width:1800px;
    margin: 0 auto;
}
.lmulogo {
    border-radius:20px;
    width:140px;
    overflow:hidden;
    margin-top:25px;

}
.lmulogologon {
    border-radius: 20px;
    width: 140px;
    overflow: hidden;
    margin-top: 15px;
    float:left;
}
.innergrid {
    float:left;
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    width: 85%;
}
.innergridfull {
    float: left;
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    /*width: 85%;*/
}
.exportcls{
    padding: 10px;
}
.innergriddoz {
    float: left;
    padding: 10px;
    background-color: silver;
    /*width: 48%;*/
    margin-top: 20px;
    margin-left: -10px;
    border-radius: 10px;
}
.innergridseminar {
    float: left;
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
}
.innergridemails {
    float: left;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    /*width: 81%;*/
}
.actionmenue {
    float: right;
    background-color: #FFF;
    border-radius: 5px;
    padding: 3px;
    width: 14.4%;
    height: 600px;
}
.actioninner {
    margin-top:20px;
    border-radius: 5px;
    padding: 10px;
    background-color: #0071b8;
    color:#fff;
}
.supportheader {
    margin: 0 auto;
    display: flex;
    width: 1600px;
}
.tempoverview{
    float:left;
    background-color:aquamarine;
    width:100%;
    
}
.tempdetails {
    float: right;
    border-radius: 5px;
    /*padding: 10px;*/
    background-color: #0071b8;
    width: 100%;
    height: 300px;
}
.tempbottom {
    display:grid;
    border-radius:5px;
    background-color: #fa6209;
    width: 100%;
    /*padding-top:10px;*/
    margin-top: 310px;
    height:435px;
}
#SeminarTeilnehmer{
    width:80%;
    /*background-color:aquamarine;*/
    height:355px;
    margin-left:80px;
}
#SeminarWarteliste {
    width: 80%;
    /*background-color:coral;*/
    height: 355px;
    margin-left: 80px;
}
.Seminarvisited {
    float: left;
    padding: 10px;
    background-color: grey;
    /*width: 48%;*/
    margin-top: 20px;
    border-radius: 10px;
}
.Seminarwaiting {
    float: left;
    padding: 10px;
    background-color: grey;
    /*width: 48%;*/
    margin-top: 20px;
    border-radius: 10px;
}
.tempbottomheader {
    /*display: flex;*/
    width: 100%;
    padding-top: 10px;
}
#semilabel {
    width: fit-content;
    padding: 5px;
    font-size: 14px;
    background-color: white;
    border-radius: 5px;
    margin:  10px 10px 0px 10px;
}
.tlnlbl{
    border-radius:5px;
    margin-bottom:5px;
    padding:5px;
    background-color:white;
}
.tempvisited {
    /*float: right;*/
    float:left;
   
    padding: 10px;
    /*background-color: #fa6209;*/
    width: 48%;
    /*margin-right:10px;*/
}
.tempwaiting {
    /*float: right;*/
    float:left;
   
    padding: 10px;
    /*background-color: #fa6209;*/
    width: 48%;
}
.adressbookdetails{
    float:left;
    margin-top:10px;
    border-radius:10px;
    background-color:silver;
    padding: 10px 0px 10px 10px;
    width: 99%;
}
.tinyleft {
    /*float: left;*/
    margin-right: 10px;
    font-size: 12px;
    color: green;
    background-color: white;
    padding: 4px;
    border-radius: 5px;
}
.tinyright{
    /*float:right;*/
    margin-right:10px;
    font-size:12px;
    color:red;
    background-color:white;
    padding:4px;
    border-radius:5px;
}
.makeRowRed{
    color:red;
}
.detailfooter {
    /*margin-top: 700px;*/
    padding: 8px 12px;
    border-width: 1px 0 0;
    border-style: solid;
    width: 100%;
    box-sizing: content-box;
    white-space: nowrap;
    min-height: 16px;
    margin-left: -12px;
    /*top: 120px;
    position: absolute;*/
}
.detailsgrid{
    float:left;
    margin-top:10px;
    background-color:silver;
    width:1040px;
    height:260px;
    border-radius:5px;
    padding:10px;

}
.points {
    display: flex;
    /*padding: 10px;*/
    background-color: silver;
    border-radius: 10px;
    /*margin-bottom: 10px;*/
    width: fit-content;
    font-size: 14px;
}
.pointval {
   /* display: flex;*/
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: fit-content;
    font-size: 12px;
}
.pointsum {
    /*display: flex;*/
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    width: fit-content;
    font-size: 12px;
    font-weight:bold;
}
.infoboxleft{
    float:left;
    width:47%;
    background-color:silver;
    height:auto;
    border-radius:5px;
  /*  border-style:solid;
    border-width:1px;*/
    padding:10px;
}
.infoboxtln {
    display:grid;
    width:47%;
    background-color: silver;
    height: auto;
    border-radius: 5px;
    /*  border-style:solid;
    border-width:1px;*/
    padding: 10px;
    margin-bottom:10px;
    margin-right:5px;
}
.tlnrow {
    
    display: flex;
    padding: 3px 3px 0px 3px;
    
  
}
.tlnrowval {
    display: flex;
    width:240px;
    padding: 5px 5px 5px 10px;
    background-color:white;
    /*  border-width:1px;
    border-style:solid;*/
    border-radius: 7px;
    /*width:40%;*/
    margin-bottom: 0px;
}
.addrinfoboxleft {
    float: left;
    width: 35%;
    background-color: #f1f1f1;
    height: 460px;
    border-radius: 10px;
    /*  border-style:solid;
    border-width:1px;*/
    padding: 10px;
    margin-bottom: 10px;
    margin-right:10px;
}
.addrinfoboxmiddle {
    float: left;
    width: 32%;
    background-color:#f2b685;
    height: 460px;
    border-radius: 10px;
    /*  border-style:solid;
    border-width:1px;*/
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.addrinfoboxright {
    float: left;
    width: 32%;
    background-color: #92c6ed;
    height: 460px;
    border-radius: 10px;
    /*  border-style:solid;
    border-width:1px;*/
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}
.infoboxright {
    float: right;
    width: 48%;
    background-color: silver;
    height: auto;
    border-radius: 5px;
    padding:10px;
}
.infobox {
    overflow:hidden;
    display:flex;
    padding:3px 3px 0px 3px;
    /*background-color:silver;*/
  /*  border-width:1px;
    border-style:solid;*/
    border-radius:7px;
    /*width:40%;*/
    margin-bottom:0px;
}
.infoboxcreate {
    overflow: hidden;
    display: flex;
    padding: 3px 3px 0px 3px;
    background-color:silver;
    /*  border-width:1px;
    border-style:solid;*/
    border-radius: 7px;
    /*width:40%;*/
    margin-bottom: 0px;
}
.boxseminar{
    width: 880px;
    padding: 10px;
    border-radius:10px;
    background-color: silver;

}
.textareaoli{
    width: 300px;
}
.textareabig{
    width:500px;
    margin-bottom: 5px;
}
.modelvalue {
    padding: 5px;
    background-color:white;
    border-radius:5px;
    width: 50px;
    float: left;
    text-align:center;
    height:15px;
}
.modelvalueview {
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    width: 200px;
    /*float: left;*/
    /*text-align: center;*/
    height: 15px;
}
.modeladdrvalue {
    padding: 5px 5px 0px 5px;
    background-color: white;
    border-radius: 5px;
    width: 200px;
    float: left;
    /*text-align: center;*/
    height: 25px;
}
.emailmodeladdrvalue {
   
    width: 200px;
   
}
.emailmodelplzaddrvalue {
    width: 60px;
    margin-right:5px;
}
.emailmodelortaddrvalue {
    width: 120px;
 
}
.modelvalueblank {
    padding: 5px 5px 0px 5px;
    background-color: white;
    border-radius: 5px;
    height:25px;
}
.modeltextboxval {
    padding: 5px 5px 5px 5px;
    background-color: white;
    border-radius: 5px;
    
}
.modeltextvalue {
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    width: 65%;
    float: left;
    /*text-align: center;*/
    /*height: 30px;*/
}
.modelinputvalue {
    padding: 5px;
   
    float: left;
    height: 15px;
}
.modelvaluedate {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    width: 150px;
    float: left;
    height: 15px;
}
.modelvalueshortdate {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    width: 85px;
    float: left;
    height: 15px;
}
.modelvaluelong {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    width: 250px;
    float: left;
    /*text-align: center;*/
    height:15px;
}
.modelvalueshort {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    width: 20px;
    float: left;
    /*text-align: center;*/
    height: 15px;
}
.modelvalueshortplz {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    width: 50px;
    float: left;
    /*text-align: center;*/
    height: 15px;
}

.modelvaluelongsearch {
    padding: 5px 5px 5px 10px;
    background-color: #e7cd17;
    border-radius: 5px;
    width: 200px;
    float: left;
    /*text-align: center;*/
    height:15px;
}
.clsval{
    /*float:left;*/
    padding-right:10px;
    margin-top:3px;

}
.clstxt {
    display: flex;
    margin: 5px 5px 0px 0px;
}
.frmAdressInput{
    padding:0px 20px 20px 20px ;
    width: 900px;
    height:700px;

}
.frmAdressChange {
    padding: 0px 20px 20px 20px;
   
}
.frmcheckbox {
    display: flex;
    margin: 5px 0px 0px 5px;
    /*padding: 5px;*/
    background-color: silver;
    border-radius: 5px;
    width: fit-content;
}
.frmcheckboxa {
    display: flex;
    margin: 5px 0px 0px 5px;
    /*padding: 5px;*/
    background-color: silver;
    border-radius: 5px;
    width: fit-content;
}
#labelnach {
    color: #3e3b3b;
    border-radius: 10px;
    background-color: silver;
    padding: 10px;
}
.labelnach {
    color: #3e3b3b;
    border-radius: 10px;
    background-color: silver;
    padding: 10px;
}
.lblinfoheader {
    /*color: #414141;*/
    display:flex;
    border-radius: 5px;
    background-color: silver;
    /*padding: 10px 10px 35px 10px;*/
    padding:0px 0px 5px 10px;
    margin-bottom: 10px;
    /*height: 40px;*/
}
.seminarinfoheader {
    display: flex;
    border-radius: 5px;
   
    /*padding: 10px 10px 35px 10px;*/
    padding: 0px 10px 0px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}
.seminarzweiheader {
    display: flex;
    border-radius: 5px;
   background-color: #e57979;
    /*padding: 10px 10px 35px 10px;*/
    padding: 0px 10px 0px 0px;
    margin: -3px 0px 0px 5px;
    /*border-style: solid;
    border-width: 1px;
    border-color: gray;*/
}
.lblchangeheader {
    /*color: #414141;*/
    display: flex;
    border-radius: 5px;
    background-color: silver;
    /*padding: 10px 10px 35px 10px;*/
    padding: 2px 0px 7px 10px;
    margin-bottom: 10px;
    /*height: 40px;*/
}
.lblinfoaddrheader {
    /*color: #414141;*/
    display:flex;
    border-radius: 5px;
    background-color: silver;
    padding: 0px 0px 5px 10px;
    margin-bottom: 10px;
    /*height: 32px;*/
}
.clscheckbox {
    float:left;
    padding-right:15px;
    padding-top: 5px;
    /*background-color:white;*/
}
.checkboxblank {
    display: flex;
    background-color: silver;
    border-radius: 5px;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}
.clschecktxt {
    float: left;
    padding-right: 15px;
    width: 80px;
    margin-top:8px;
    /*padding-top:10px;*/
    /*background-color:white;*/
}
.clsfigure {
    width: 15px;
    padding-left: 7px;
    background-color: white;
    height: 18px;
    margin-top: 9px;
}

.clsaddrchecktxt {
    float: left;
    padding-right: 15px;
    width: 50px;
    padding-top: 4px;
    /*background-color:white;*/
}
.checkbox-align{
    text-align:center;

}
.txtheader {
    /*height: 25px;*/
    width: 100px;
    
}
.txtchgheader {
    /*height: 25px;*/
    width: 100px;
    /*margin: 8px 0px 4px 0px;*/
}
.txtaddrheader {
    height: 25px;
    width: 100px;
    margin-top: 0px;
}
.memofield{
    height: 500px;
    background-color:silver;
    border-radius:5px;
    overflow:hidden;
}
.memotext {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    margin:20px;
    height:200px;
}
.memoselect {
    padding: 5px 5px 5px 10px;
    background-color: white;
    border-radius: 5px;
    margin: 20px;
    min-height: 400px;
}
.columncenter {
    text-align: center;
    padding-left: 7px !important;
}
.columnindi{
    background-color:#fa6209;

}
.drpvalue {
    max-height: 20px;
    margin-top: -2px;
}
.chxvalue {
    float: right;
    margin-top: -12px;
    margin-bottom: -5px;
    margin-right: 10px;
}
.modellabel {
    padding: 5px;
    /*background-color: azure;*/
    width: 110px;
    float: left;
}
.modellabelsemnew {
    padding: 5px;
    /*background-color: azure;*/
    /*width: 110px;*/
    float: left;
}
.modellabelemail {
    padding: 5px;
    /*background-color: azure;*/
    width: 150px;
    float: left;
}
.modellabelsem {
    padding: 5px;
    /*background-color: azure;*/
    width: 100px;
    float: left;
}
.addrinfoboxmiddle .modellabel {
    background-color: #f2b685;
}
.rowstylei {
        text-align: right;
        padding-right: 25px !important;
        width: 20px !important
 }

.rowstylein {
    text-align: right;
    padding-right: 25px !important;
}
.rowmitglied{
    /*background-color:aqua!important;
    width:50px!important;*/
}
.summe {
    text-align: right;
    padding-right: 22px !important;
}


.plzleft2 .k-textbox {
    float: left;
    width: 60px !important;
}

.createorder {
    width: 300px !important;
}

.drpcreateorder {
    width: 200px !important;
}

.customers {
    display: block;
    width: 31%;
    height: 80px;
    background-color: #808080;
    /*border-style: solid;*/
    border-radius: 10px;
    border-width: 1px;
    border-color: #656060;
    padding: 30px 10px 50px 35px;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    margin: 3px;
}

.customer-details {
    float: left;
}

    .customer-details ul {
        list-style: none;
        font-style: italic;
        margin: 15px;
        padding: 0;
    }

        .customer-details ul li {
            margin: 0;
            line-height: 1.7em;
        }

    .customer-details label {
        display: inline-block;
        width: 90px;
        padding-right: 10px;
        text-align: right;
        font-style: normal;
        font-weight: bold;
    }

.row:after {
    content: "";
    display: table;
    clear: both;
}

.k-primary2oli {
    width: 100% !important;
}
.btnshort{
    /*width: 100px;*/ 
    margin-left:10px;
}
.btnsaveoli {
    /*background-color: #fa6209!important;*/
    width:100%;
    margin-top:10px;
}
.btnaddadress {
    /*background-color: #fa6209 !important;*/
    width: 400px;
    height:100px;
    margin: 40px;
    font-size:20px;
}
.btnverybig {
    /*background-color: #fa6209 !important;*/
    width: 110px;
    padding:5px;
    height: 210px;
    margin-top:0px;
    font-size: 15px;
}
.btnbig {
    /*background-color: #fa6209 !important;*/
    width: 300px;
    padding: 5px;
    height: 35px;
    margin-top: 0px;
    margin-right: 30px;
    font-size: 15px;
    font-weight:bold;
}
.btnsmall {
    /*background-color: #fa6209 !important;*/
    width: 375px;
    padding: 5px;
    /*height: 35px;*/
    margin-top: 10px;
    /*margin-right: 30px;*/
    font-size: 12px;
    font-weight: bold;
}
.btnbigcreate {
    /*background-color: #fa6209 !important;*/
    width: 100%;
    padding: 5px;
    height: 35px;
    margin-top: 10px;
   /* margin-right: 30px;*/
    font-size: 15px;
    font-weight: bold;
}
.btnbottom {
    display: grid;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    
}
.buttongroup {
    margin-bottom:10px;
    
}

.timelbl {
    float: left;
    /*border-color:silver;
    border-style:solid;
    border-width:1px;
    border-radius:5px;*/
    width: 40px;
    /* margin-bottom: 0px !important; */
    margin-top: 11px !important;
    margin-right: 10px !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}

.lieflbl {
    float: left;
    /*border-color:silver;
    border-style:solid;
    border-width:1px;
    border-radius:5px;*/
    width: 75px;
    /* margin-bottom: 0px !important; */
    margin-top: 7px !important;
    margin-right: 20px !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
}


.timevalue {
    padding-top: 5px;
    /*padding-left:10px;*/
}

.fko {
    width: 93% !important;
    height: 100px !important;
}

.fkoedit {
    width: 90% !important;
    height: 100px !important;
}

.fkoeditarea {
    padding: 15px !important;
}

.clsstd {
    float: right;
    position: relative;
    /*border-style:solid;*/
    border-width: 1px;
    /*border-color:black;*/
    border-radius: 40px;
    padding: 6px;
    font-size: 10px;
    font-weight: bold;
    min-width: 25px;
    min-height: 15px;
    margin-bottom: 30px !important;
    background-color: #fa6209;
    color: white;
    margin-top: -9px;
}

.drpcust {
    width: 300px;
}

.clickarea {
    width: 70%;
    /*border-style:solid;*/
    border-width: 1.5px;
    border-radius: 10px;
    margin-left: 5%;
    padding: 6px 3px 6px 3px;
    background-color: #808080;
    /*opacity:0.5;*/
    margin-top: -6px;
    /*color:white!important;*/
    /*z-index:2000!important;*/
}

.nonopa {
    display: block;
    /*opacity:1.0!important;*/
    /*z-index:1000!important;*/
}

.clickarea:hover {
    background-color: #fff;
    border-color: #2129ee;
    color: black;
}

.logform {
    position: absolute;
    /*margin-left:-10px;*/
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    /*overflow:auto;*/
    /*position:relative;*/
    /*display: table;
     width:100%;*/
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.logfrm {
    /*margin-left: 20%;*/
    margin-top: -30%;
}

.loginleft, .loginright {
    /*position:absolute;*/

    width: 50%;
    height: 100%;
    /*float:left;*/
    background-color: #575756;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginright {
    /*position:absolute;
    /*display: inline-block;
    height:100%;
    float:right;
    width:50%;*/
    background-color: #0071b8;
}

#vouchbox {
    /*border-width:1.5px;*/
    justify-content: center;
    display: inline-grid;
    width: 600px;
    border-radius: 10px;
    /*margin-left:5%;*/
    padding: 20px 6px 6px 6px;
    background-color: #fff;
}

.vouchfrm {
    margin: 0 auto;
    width: 600px;
}

.vchtext {
    font-size: 15px;
}

#vouchdetails {
    margin-top: 20px;
    justify-content: center;
    display: inline-grid;
    width: 600px;
    border-radius: 10px;
    /*margin-left:5%;*/
    padding: 20px 6px 6px 6px;
    background-color: #fff;
}

.vouchinfo {
    background-color: #E0E0E0;
    padding: 20px;
    border-radius: 10px;
}

#rescue {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 300px;
    height: 300px;
    padding: 0px;
    margin-left: -150px;
    margin-top: -150px;
    /*background: #fff;*/
    box-sizing: border-box;
}

.restdet {
    font-style: italic;
}

.ticketrowdet {
    /*width:1200px;*/
    padding: 15px;
    background-color: #F5F6F6;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.errorleft {
    float: left;
    max-width: 550px;
    overflow: hidden;
}

.errorright {
    float: left;
    max-width: 550px;
    margin-left: 20px;
    overflow: hidden;
}

#ReasonDesc, #SubjectDesc {
    background-color: #E0E0E0;
    padding: 10px;
    /*border-style: solid;
    border-width: 1px;*/
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#verticalhorizontal {
    /*display: table-cell;
    height: 150px;*/
    margin-top: -100px;
    text-align: center;
    /*width: 150px;*/
    /*vertical-align: middle;*/
}


#lblh {
    display: flex;
    margin-top: -30%;
    align-items: center;
    justify-content: center;
}

.logonheader {
  /*  text-align: center;
    vertical-align: middle;
    margin-top: 150px;
    background-color: #ff0000;*/
    padding: 20px;
    padding-top: 25px;
    margin-top:30px;
    /*width: 400px;*/
    border-radius: 20px;
    color: #fff;
    float:left;
}

.middleware {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#loginForm {
     background-color: #575756;
    /*background-color: #77776f;*/
    border-radius: 20px;
    padding: 20px;
    width: 400px;
    color: white;
}

.lginput {
    /*background-color: rgba(44, 59, 98, 0.43)!important;*/
    /*color:#fff!important;*/
    width: 330px !important;
    font-size: large !important;
}

.infomessage {
    font-style: italic;
    font-size: 13px;
}

#logdetails {
    float: right;
    /*max-width: 300px;*/
    min-width: 300px;
    margin: 30px auto;
    padding: 15px;
    /*margin-bottom: -30px;*/
    text-align: center;
    border-radius: 10px;
    background-color: #E0E0E0;
    font-size: 15px;
    font-weight: bold;
}

    #logdetails a {
        color: #000;
    }

#errorreg {
    /*background-color:#a9c468;
    padding: 10px;
    border-radius:10px;*/
}

#employee-about {
    font-size: 18px;
    text-align: center;
}

#megaStore {
    max-width: 600px;
    margin: 0px auto;
    padding-bottom: 20px;
    /*background: url(/Content/menu/PARTNERSOFT_Logo.png) no-repeat center 0;*/
}

.psheadline {
    /*max-width: 600px;*/
    /* max-width: 600px; */
    background-color: #E0E0E0;
    
    margin: 30px auto;
    /* margin-bottom: -30px; */
    text-align: center;
    /* border: solid; */
    /* border-color: #ccc; */
    /* border-width: 1px; */
    border-radius: 10px;
    padding: 20px;
    color: #090808;
    font-size: 30px;
    width:400px;
}

#menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 10px;
}

#template img {
    margin: 5px 20px 0 0;
    float: left;
}

#template {
    width: 380px;
}

    #template ol {
        float: left;
        margin: 0 0 0 30px;
        padding: 10px 10px 0 10px;
    }

    #template:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #template .k-button {
        float: left;
        clear: left;
        margin: 5px 0 5px 12px;
    }

#employee-list > ul {
    border: 0;
    box-shadow: none;
    padding: 0;
    list-style: none;
}

#employee-list img, #employee-about img {
    margin-right: 5px;
}

#employee-list img {
    border-width: 1px;
    max-width: 30px;
}


#employee-list div {
    padding: 5px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

    #employee-list div:hover {
        text-decoration: none;
        cursor: pointer;
    }

#Kunde {
    margin-top: 0px !important;
}

.chart-wrap {
    text-align: right;
    background-color: #fff;
    padding: 10px 10px;
    border: 1px solid #E0E0E0;
    margin-top: 10px;
}

.chart-title {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    color: #9DA2A4;
}

.sales-report-value {
    text-transform: uppercase;
    font-size: 28px;
}

.form-group-date {
    margin-top: 5px;
}


/*.k-edit-form-container {
       
       width: 700px;
       height: 700px;
   }*/


.k-popup-edit-form .k-edit-buttons {
    /*width:97%;*/
}
/* Small Devices, Tablets, and Up */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 13px !important;
    }

    .mainbtn {
        text-align: center;
        margin: -10px 0px 0px -12px !important;
        width: 100%;
    }

    .maingrid {
        margin-left: 0px;
    }

    .customers {
        display: block;
        width: 33%;
        height: 80px;
        background-color: #808080;
        border-style: solid;
        border-radius: 20px;
        border-width: 1px;
        /*border-color:#808080;*/
        padding: 32px 10px 0px 15px;
        margin: 0 auto;
        float: left;
        font-size: 12px;
    }

    .k-window {
        width: 300px !important;
        height: 300px !important;
    }

    #Description {
        height: 100px !important;
    }

    .clsstd {
        font-size: 9px !important;
        float: right;
        position: relative;
        /*border-style:solid;*/
        border-width: 1px;
        /*border-color:black;*/
        border-radius: 50px;
        padding: 1px;
        min-width: 15px;
        margin-top: 10px;
    }

    .clickarea {
        font-size: 12px;
        min-width: 90%;
        /*border-style:solid;*/
        border-width: 1px;
        border-radius: 21px;
        margin-left: 0%;
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width : 601px) {
    #employee-about {
        text-align: left;
    }

    .maingrid {
        /*margin: 0 auto;*/
        width: 150% !important;
        /*border-style:solid!important;
            border-color:#fa6209!important;*/
    }
}
@media only screen and (min-width : 1000px) {
    #employee-about {
        text-align: left;
    }

    .supportheader {
        margin: 0 auto;
        display: flex;
        width: 99% !important;
    }

    .maingrid {
        margin: 0 auto;
        /*width: 990px !important;*/
        width: 99% !important;
    }
}

@media only screen and (min-width : 1400px) {
    #employee-about {
        text-align: left;
    }

    .supportheader {
        margin: 0 auto;
        display: flex;
        width: 99%!important;
    }

    .maingrid {
        margin: 0 auto;
        width: 99% !important;
    }
}
@media only screen and (min-width : 1600px) {
    #employee-about {
        text-align: left;
    }

    .supportheader {
        margin: 0 auto;
        display: flex;
        width: 99% !important;
    }

    .maingrid {
        margin: 0 auto;
        width: 99% !important;
    }
}

@media only screen and (min-width : 1940px) {
    #employee-about {
        text-align: left;
    }
    .supportheader {
        margin: 0 auto;
        display: flex;
        width: 1600px !important;
    }
    .maingrid {
        margin: 0 auto;
        width: 1600px !important;
    }
}

@media only screen and (min-width: 2000px) {
    .supportheader {
        margin: 0 auto;
        display: flex;
        width: 1600px !important;
    }
    .maingrid {
        margin: 0 auto;
        width: 1600px !important;
        /*border-style:solid!important;
            border-color:aquamarine!important;*/
    }
}

#app-title-bar .title {
    text-align: left;
}

#main-section-content {
    margin-left: 320px;
}

.app-wrapper {
    position: relative;
}
}
