body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.header {
    position:fixed;
    left:0;
    right:0;
    top:0;
    height:50px;
    background: white;
    border-bottom: 1px solid #D8D6CA;
    box-sizing: border-box;
}
.logo {
    height:49px;
    float:left;
    margin-left: 5px;
}
.logotitle {
    line-height: 50px;
    color: #8E1212;
    font-size: 40px;
    float: left;
    margin-left: 10px;
}
.footer {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:50px;
    background:white;
    border-top:1px solid #D8D6CA;
    box-sizing: border-box;
}
.wrapper {
    position:fixed;
    left:0;
    right:0;
    bottom:50px;
    top:80px;
    background:white;
    overflow-y:auto;
}
.navdiv {
    position:fixed;
    left:0;
    right:0;
    top:50px;
    height:30px;
    padding-left:10px;
    line-height:30px;
    background-color:white;
    color:#8E1212;
    overflow-y:hidden;
}
.nava {
    text-decoration: none;
    font-weight:bold;
    font-size:18px;
    color:#8E1212;
}
.nava:hover {
    color:#D8D6CA;
}
.aback {
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;
    color: #8E1212;
    font-weight: bold;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    padding: 5px 10px;
    line-height: 60px;
}
.aback:hover {
    color: #D8D6CA;
}

.butgrid{
    width: 100%;
}

.butgrid ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.butgrid ul li{
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: -0.2px -0.2px;
    width: 20%;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
    white-space: nowrap;
}

.butgrid ul li img{
    width: 90%;
}
.butgrid ul li img:hover {
    width: 100%;
}

.butgrid_button {
    margin: 8px 4px;
    padding: 4px 10px;
    /*border: 1px solid #8E1212;
    border-radius: 4px;*/
    text-decoration: none;
    color: #8E1212;
    display: inline-block;
    text-align: center;
    background: white none repeat scroll 0% 0%;
    cursor: pointer;
    width: 150px;
    height: 150px;
    line-height: 150px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.butgrid_button:hover {
    color:#D8D6CA;
    /*border-color:#B5E655;*/
    /*border-color:white;*/
}

.bigbutimage {
    height: 100px;
    width: 100px !important;
}

.bigbut {
    line-height: 75px !important;
    font-size: 30px;
    white-space: pre-line;
}

.bigbutone {
    line-height: 150px !important;
    font-size: 30px;
    white-space: pre-line;
}

.bigbut2 {
    font-size: 18px;
    font-weight:bold;
    white-space: pre-line;
    color:white;
}

.butgrid_button2 {
    margin: 8px 4px;
    padding: 4px 10px;
    border: 4px solid #D8D6CA;
    border-radius: 4px;
    text-decoration: none;
    color: #8E1212;
    display: inline-block;
    text-align: center;
    background: white none repeat scroll 0% 0%;
    cursor: pointer;
    width: 300px;
    height: 150px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.7) inset;
}
.logoutbutton {
    position:fixed;
    top:0;
    right:0;
    height:50px;
    line-height:50px;
    font-size:35px;
    color:#8E1212;
    background: none;
    border: 0px;
    cursor:pointer;
    margin-right:5px;
    z-index: 2;
}
.loginbutton  {
    position:fixed;
    top:0;
    right:0;
    height:50px;
    line-height:50px;
    font-size:35px;
    color:#8E1212;
    background: none;
    border: 0px;
    cursor:pointer;
    margin-right:5px;
    z-index: 2;
}
.loginbutton:hover {
    font-weight:bold;
    color:#D8D6CA;
}
.logoutbutton:hover {
    font-weight:bold;
    color:#D8D6CA;
}
.footerinfo {
    position:fixed;
    bottom:0;
    left:0;
    height:50px;
    line-height:50px;
    font-size:35px;
    color: #D8D6CA;
    background: none;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.footeruser {
    position:fixed;
    bottom:0;
    right:0;
    height:50px;
    margin-right:10px;
    line-height:50px;
    font-size:35px;
    color: white;
    background: none;
    z-index: 2;
}
.footeruser:hover {
    font-weight:bold;
    color:#ABC12E;
}
.footeradmin {
    position:fixed;
    bottom:0;
    left:0;
    height:50px;
    margin-left:10px;
    line-height:50px;
    font-size:35px;
    color: white;
    background: none;
    z-index: 2;
}
.footeradmin:hover {
    font-weight:bold;
    color:#ABC12E;
}
.gridcontainer {
    width:calc(100% - 20px);
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}
.circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #8E1212;
    position: absolute;
    line-height: 40px;
    top: -5px;
    right: -5px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
/* input window */

.popdiv{
    height:calc(100% - 32px);
    width:100%;
    overflow-y:auto;
}

.infopopup {
    position: fixed;
    display:none;
    top: calc(50% - 100px);
    width:400px;
    height:200px;
    left: calc(50% - 200px);
    padding-top: 32px;
    margin: auto;
    z-index: 1000003;
    background: #FFFFFF;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.infopopuptitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    line-height:32px;
    border-bottom: 1px solid #8E1212;
    color:#8E1212;
    font-weight:bold;
    padding-left:10px;
    font-size: 19px;
}
.infopopupclose {
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height:17px;
    font-weight:bold;
    right: 5px;
    height: 20px;
    width:20px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
}
.infopopupclose:hover {
    color:#D8D6CA;
}

.popdivmain {
    position: fixed;
    display:none;
    top: calc(100% - 100px);
    width:400px;
    height:200px;
    left: calc(100% - 200px);
    padding-top: 32px;
    margin: auto;
    z-index: 3;
    background: #FFFFFF;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.popdivtitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    line-height:32px;
    border-bottom: 1px solid #8E1212;
    color:#8E1212;
    font-weight:bold;
    padding-left:10px;
    font-size: 19px;
}
.popdivclose {
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height:24px;
    font-weight:bold;
    right: 5px;
    height: 24px;
    width:24px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
}
.popdivclose:hover {
    color:#D8D6CA;
}

.alistbody{
    position:absolute;
    height:calc(100% - 50px);
    width:100%;
    top:45px;
    bottom:5px;
    overflow-y:auto;
}
.alistmessage {
    position:absolute;
    height:37px;
    width:100%;
    line-height:40px;
    text-align:center;
    left:0;
    top:0px;
    font-weight:bold;
    color:#8E1212;
    border-bottom:2px solid #8E1212;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.alistpopup {
    position:fixed;
    display:none;
    top:calc(50% - 300px);
    left:calc(50% - 250px);
    width:400px;
    height:500px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.alistclose {
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height:24px;
    font-weight:bold;
    right: 5px;
    height: 24px;
    width:24px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
    z-index:100;
}
.alistclose:hover {
    color:#D8D6CA;
}

.agabody{
    position:absolute;
    height:calc(100% - 50px);
    width:100%;
    top:45px;
    bottom:5px;
    overflow-y:auto;
}
.agamessage {
    position:absolute;
    height:37px;
    width:100%;
    line-height:40px;
    text-align:center;
    left:0;
    top:0px;
    font-weight:bold;
    color:#8E1212;
    border-bottom:2px solid #8E1212;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.agapopup {
    position:fixed;
    display:none;
    top:calc(50% - 300px);
    left:calc(50% - 250px);
    width:500px;
    height:200px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.agaclose {
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height:24px;
    font-weight:bold;
    right: 5px;
    height: 24px;
    width:24px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
    z-index:100;
}
.agaclose:hover {
    color:#D8D6CA;
}
/* feedback boxes */
.feedback {
    padding: 30px;
    position:fixed;
    left:0;
    right:0;
    top:60px;
}
.feedback.success {
    color: #558f2d;
    background-color: #ddf2c0;
}
.feedback.error {
    color: #ff7272;
    background-color: #ffe5e5;
}
.feedback.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.cleana {
    text-decoration: none;
    color:#D8D6CA;
}
.cleana:visited {
    color:#D8D6CA;
}

.cleana:hover {
    color:#8E1212;
}

.form_popup{
    position:fixed;
    display:none;
    top:calc(50% - 70px);
    left:calc(50% - 180px);
    width:360px;
    height:140px;
    z-index:10000001;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.form_title{
    position:absolute;
    height:20px;
    width:100%;
    line-height:20px;
    text-align:center;
    left:0;
    top:0;
    font-weight:bold;
    color:#8E1212;
}
.form_content{
    margin-top:30px;
    height:calc(100% - 30px);
    width:100%;
}

.editpopup{
    position:fixed;
    display:none;
    width:600px;
    height:600px;
    top:calc(50% - 300px);
    left:calc(50% - 300px);
    background: #FFFFFF;
    z-index: 10000000;
    border: 1px solid #c9c6c6;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.editclose {
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height:20px;
    font-weight:bold;
    right: 5px;
    height: 24px;
    width:24px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
}
.editclose:hover {
    color:#D8D6CA;
}
.edittitle{
    position:absolute;
    top:0;
    left:0;
    height:34px;
    line-height:34px;
    font-weight:bold;
    padding-left:5px;
    right:0;
    color: #8E1212;
    border-bottom:1px solid #8E1212;
}
.editmessage{
    position:absolute;
    top:40px;
    padding-left:5px;
    padding-right:5px;
    width:100%;
    height:calc(100% - 40px);
    overflow-y:auto;
}

.listpopup{
    position:fixed;
    display:none;
    width:80%;
    left:10%;
    top: 100px;
    bottom: 100px;
    background: #FFFFFF;
    z-index: 10000000;
    border: 1px solid #c9c6c6;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.listclose {
    background-color: #8E1212;
    position: absolute;
    top: 3px;
    line-height:24px;
    font-weight:bold;
    right: 5px;
    height: 24px;
    width:24px;
    border:2px solid #8E1212;
    border-radius:3px;
    text-align: center;
    font-size: 20px;
    color:white;
    cursor:pointer;
}
.listclose:hover {
    color:#D8D6CA;
}
.listtitle{
    position:absolute;
    top:0;
    left:0;
    height:34px;
    line-height:34px;
    font-weight:bold;
    padding-left:5px;
    right:0;
    color: #8E1212;
    border-bottom:1px solid #8E1212;
}
.listmessage{
    position:absolute;
    top:40px;
    left:5px;
    width:calc(100% - 10px);
    height:calc(100% - 40px);
    overflow-y:auto;
}

.rtable {
    width:100%;
    border-spacing:0px;
    margin-top: 5px;
}

.rtable tr th {
    text-align: left;
    border: 1px solid #8E1212;
    background: #D8D6CA;
    color: #8E1212;
    padding-left: 5px;
}
.rtable tr td {
    padding-left:5px;
    border:1px solid grey;
}
.rtablebuttons {
    width:60px;
}
.rtableprice{
    width:85px;
}


.ltable {
    width:100%;
    border-spacing:0px;
    margin-top: 5px;
}

.ltable tr th {
    text-align:left;
    border:1px solid #8E1212;
    background:#8E1212;
    color:white;
    padding-left:5px;
}
.ltable tr td {
    padding-left:5px;
    border:1px solid grey;
}
.ltablebuttons {
    width:60px;
}

.emtable {
    width:100%;
    border-spacing:0px;
    margin-top: 5px;
    border:1px solid #8E1212;
}

.emtable tr th {
    text-align:left;
    border-bottom:1px solid #8E1212;
    background-color:#8E1212 !important;
    color:white;
    padding-left:5px;
}
.emtable tr td {
    border-bottom:1px solid #8E1212;
    background:white;
    padding:5px !important;
}
.emtable tr:nth-child(even):hover {
    background:white;
}

.confirmpopup{
    position:fixed;
    display:none;
    top:calc(50% - 70px);
    left:calc(50% - 180px);
    width:360px;
    height:140px;
    z-index:900000000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.orderpopup{
    position:fixed;
    display:none;
    top:calc(40% - 100px);
    left:calc(50% - 200px);
    width:400px;
    height:200px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);


}
.inputpopup{
    position:fixed;
    display:none;
    top:calc(40% - 100px);
    left:calc(50% - 200px);
    width:400px;
    height:200px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.aantalpopup{
    position:fixed;
    display:none;
    top:calc(40% - 150px);
    left:calc(50% - 200px);
    width:400px;
    height:300px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.retouchepopup{
    position:fixed;
    display:none;
    top:calc(40% - 100px);
    left:calc(50% - 200px);
    width:400px;
    height: 332px;
    z-index:10000;
    border:2px solid #8E1212;
    background:white;
    box-shadow: 18px 20px 20px 0px rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.retouchebody{
    position:absolute;
    left:0;
    right:0;
    top:32px;
    bottom:0;
    text-align:center;
}
.retouchetitle{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #8E1212;
    color: #8E1212;
    font-weight: bold;
    padding-left: 10px;
    font-size: 19px;
}
.retouche_close{
    background-color: #8E1212;
    position: absolute;
    top: 5px;
    line-height: 20px;
    font-weight: bold;
    right: 5px;
    height: 24px;
    width: 24px;
    border: 2px solid #8E1212;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.retouche_close:hover{
    color:#D8D6CA;
}

.confirmmessage{
    position:absolute;
    height:20px;
    width:100%;
    line-height:20px;
    text-align:center;
    left:0;
    top:40px;
    font-weight:bold;
    color:#8E1212;
}
.confirmbuttons{
    position:absolute;
    height:50px;
    width:100%;
    bottom:0;
    text-align:center;
}
.greenbut{
    background: #D8D6CA;
    color: #8E1212;
    font-weight: bold;
    border: 1px solid #8E1212;
    font-size: 18px;
    padding: 5px 10px;
    cursor:pointer;
}
.greenbut:hover{
    color:white;
}
.redbut{
    background: rgb(255, 0, 0) none repeat scroll 0% 0%;
    color: white;
    font-weight: bold;
    border: 1px solid red;
    font-size: 18px;
    padding: 5px 10px;
    cursor:pointer;
}
.redbut:hover{
    color:black;
}

.spaceleft{
    margin-left:5px;
}
.greena{
    background: rgb(5, 111, 69) none repeat scroll 0% 0%;
    color: white;
    font-weight: bold;
    border: 1px solid #8E1212;
    font-size: 18px;
    padding: 5px 10px;
    cursor:pointer;
    text-decoration:none;
    margin-left:-5px;
}
.greena:hover{
    color:#D8D6CA;
}

.okbutstatic {
    height:25px;
    width:25px;
}

.okbut {
    height:25px;
    width:25px;
    cursor:pointer;
}
.okbut:hover {
    height:30px;
    width:30px;
}

#pandtable {
    border-collapse: collapse;
}

#pandtable th{
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    color:black;
}
#pandtable td {
    border: 1px solid black;
    text-align:center;
}
.pandbut {
    background: #8E1212;
    border: 1px solid #8E1212;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 2px;
    cursor: pointer;
}
.pandbut:hover {
    color:#D8D6CA;
}


/*spinner */
#spinnerdiv {
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color: black;
    opacity: 0.3;
    z-index: 999999999999999;
}
.spinner {
    z-index: 999999999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*end spinner*/




.helpbutton{
    width: 17px;
    height: 17px;
    margin-left: 5px;
    cursor:pointer;
    margin-bottom: -4px;
}