﻿
* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    border: none;
}

html, body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    height: 100%;
    /*disable text selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
}

.mainContainer {
    height: 768px;
    width: 1024px;
   
   
}
.mainContent {
    width: auto;
    height: auto;
    display: block;
}

header {
    padding-left: 25px;
    display: block;
    height: 15%;
    background-image: linear-gradient(to bottom, rgb(137, 12, 24) 70%, rgb(53, 40, 46) 70%);
    /*background-color: #569C1E;*/
}

    header h1 {
        padding-top: 2%;
        display: block;
        text-align: center;
        color: white;
    }

.columnContent {
    position:absolute;
    width: 400px;
    float: left;
    text-align: center;
}

.disablebutton {
    pointer-events: none;
    cursor: default;
    opacity: .2;
}

.backgroundColor {
    background-color: rgb(237,239,238);
}

.FullScreen {
    height: 100%;
    width: 50%;
    float: left;
    text-align: center;
}

.WeighInImages {
    /*width: 230px;*/
}


.weight {
    font-size: 25px;
    display:inline-block;
    margin-right:12px;
}

.weightPosition {
    position: absolute;
    width:640px;
    margin-left: 360px;
    margin-top: 220px;
    text-align:center;
    /*background:red;*/
}

.productTr > td {
    padding-bottom: 1em;
}

.productImage {
    width: 150px; /* you can use % */
    height: auto;
}

#footer {
    position: relative;
    margin-top: -80px; /* negative value of footer height */
    clear: both;
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(to bottom,rgb(53, 40, 46) 30%, rgb(137, 12, 24) 30%);
    color: #222;
    border-top: 1px solid #000;
    font-size: 14px;
}

    #footer a:link {
        color: #222;
    }

    #footer img {
        width: 80%;
        max-width: 385px;
    }


.WeighInReceiptText {
    text-align: center;
    margin-top: 50px;
}

.pointingFinger {
    width: 50px; 
    height: 50px;
    position: absolute;
    margin-top: 420px;
    margin-left: 640px;
}

.pointingFingerPrivateWeight {
    width: 50px; 
    height: 50px;
    position: absolute;
    margin-top: 200px;
    margin-left: 785px;
}

.Headlines {
    text-align: center;
    color: rgb(125, 8, 17);
    margin-top: 50px;
}



/* WeighOut */
.containerStart {
    margin-top: 30px;
}
.WeightOutScanTicketImg {
    
    /*margin-left: 300px;*/
    margin-left: 250px;
    margin-top: 50px;
    border: 2px solid #000000;
    padding: 5px;
}

.piecesScan {
    margin-left: 200px;
    margin-top: 150px;
}

.karrebaekBtn {
    height: 76px;
    width: 177px;
    font-size: 20px;
    text-align: center;
    padding-top: 24px;
    
}
#buyBtnSelectedProduct {
    margin-right: 270px;
}
.karrebaekBtn:link, .karrebaekBtn:visited {
    color: white;
    text-decoration: none;
}

.karrebaekBtn:hover {
    color: white;
    text-decoration: none;
}
.selectedPiecesBuy {
    margin-right: 260px;
}


.btnRed {
   background-color: #890C18;
}

#quantityContainer {
    
    display: inline;
   
}

#buttonHolder {
    display: block;
    position: absolute;
    margin-top: 553px;
    margin-left: 340px;
     width: 600px;
}
#buttonHolderProduct {
   
    position: absolute;
    margin-top: 563px;
    margin-left: 340px;
}
#miniBasket {
    position: absolute;
    margin: 580px 0 0 20px;
    background-color: black;
    width: 260px;
    
}
.basket{width: 260px;}

.cartTextt {
    color: white;
    margin-left: 10px;
}
/* position keyboard at bottom of the screen - jQuery UI isn't even loaded! */
.ui-keyboard {
    -moz-box-shadow: 0 -15px 15px #FFFFFF;
    -webkit-box-shadow: 0 -15px 15px #FFFFFF;
    -ms-box-shadow: 0 -15px 15px #FFFFFF;
    -o-box-shadow: 0 -15px 15px #FFFFFF;
    box-shadow: 0 -15px 15px #FFFFFF;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    -o-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
    left: 0px !important;
    top: auto !important;
    bottom: 0px;
    position: fixed !important;
    width: 100%;
}

#add-comment-text {

    padding-left: 20px;
    line-height: 1.4em;
}

#add-comment-field {
    
    
    width: 100px;
    height: 40px;
    padding: 10px 15px 0 0;
}

    #add-comment-field textarea {
        padding-left: 3px;
        width: 250px;
        height: 100%;
        text-align: left;
        color: white;
        border: none;
        font-size: 18px;
        overflow: hidden;
        resize: none;
    }

.WeighOutHeadlineProductView {
    text-align: center;
    color: rgb(125, 8, 17);
    margin-top: 5px;
    font-size: 25px;

}

.WeighOutProductViewChooseCategori {
    text-align: center;
    color: rgb(125, 8, 17);
    margin-top: 70px;
    font-size: 40px;
}

.printButton {
    background-color: rgb(27, 123, 27);
    height: 200px;
    width: 400px;
    margin-top: 290px;
    position: absolute;
    margin-left: 475px;
    
    font-size: 70px;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
}

    .printButton:active {
        text-decoration: none;
        color: white;
    }

    .printButton:hover {
        text-decoration: none;
        color: white;
    }

.printButtonPrivateWeight {
    background-color: rgb(27, 123, 27);
    height: 200px;
    width: 400px;
    margin-top: 80px;
    position: absolute;
    margin-left: 600px;
    font-size: 70px;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
}

.printButtonPrivateWeight:active {
    text-decoration: none;
    color: white;
}

.printButtonPrivateWeight:hover {
    text-decoration: none;
    color: white;
}

.btnCancel {
    float: right;
    background-color: rgb(125, 8, 17);
    height: 76px;
    width: 177px;
    font-size: 20px;
    padding: 22px 30px 22px 30px;
    text-align: center;
    color: white;
}

.btnCancel:active {
        text-decoration: none;
        color: white;
    }

    .btnCancel:hover {
        text-decoration: none;
        color: white;
    }

   

    .btnCancel.btnCancelCheckoutView {
        margin-top: 380px;
        position: absolute;
        margin-left: 500px;
    }

.imageHeader {
    /*width: 600px;*/
    /*height: 100px;*/
    margin-left: -40px;
}

.informationImagePosition {
    margin-top: 20px;
}

/*.btnBuy.btnBuySelectedProductView {
    
    margin-left: 420px;
}*/



.btnBuy {
    background-color: rgb(27, 123, 27);
    height: 76px;
    width: 177px;
    font-size: 20px;
    text-align: center;
    padding: 22px 30px 22px 30px;
    color: white;
    display: block;
    
}

.btnModalOkBtnPosition {
    position: absolute;
    /*margin-top:160px;*/
    margin-left: 323px;
    font-size: 30px;
    padding-top: 18px;
    /*bottom: 10px;*/
}


  .btnModalOkBtnPosition:active {
        text-decoration: none;
        color: white;
    }

    .btnModalOkBtnPosition:hover {
        text-decoration: none;
        color: white;
    }

.btnBuy:active {
        text-decoration: none;
        color: white;
    }

    .btnBuy:hover {
        text-decoration: none;
        color: white;
    }

 .modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.camPicProductView {
    margin-top: 25px;
    margin-left: 0px;
    width: 260px;
    position: absolute;
}

#selectedImages {
    width: 605px;
    height: 230px;
    display: inline;
}
.camPicSelectedProductView {
   
    margin-top: 5px;
    margin-left: 0px;
    height: 190px;
    width: 260px;
    position: absolute;
    background-color: black
    
}

.clearBoth {
    clear: both;
}
#imgHolder {
    width: 300px;
    height: 225px;
    margin-left: 10px;
    background-color: black;

}
.orderInfoCamPic {
      width: 300px;
    height: 225px;
    margin: 0 0 40px 0;
    background-color: black
}

.seletedProductImage {
    width: 300px;
    margin-right: 20px;
}


.left-navigation {
    background-color: rgb(221, 222, 224);
    color: rgb(125, 8, 17);
    float: left;
    height: 653px;
    padding: 0 20px 0 20px;
    width: 300px;
}

.left-navigationSelectedProductview {
    font-size: 16px;
}

.left-navigationProductview {
    font-size: 20px;
}

.toPayAndWeightHeader {
    font-size: 20px;
}

.selectedProductViewLineMainSplitter {
    background-color: #000000;
    height: 2px;
    margin-bottom: 0;
}



.totalPriceSelectedProductView {
    
    font-weight: bold;
    margin-top: 20px;
    
}

.msgpage_header {
    position: absolute;
    width: 500px;
    margin: 100px 0 0 240px;
    text-align: center;
    font-size: 90px;
    color: white;
}

.NetsReceiptHeader {
    position: absolute;
    width: 600px;
    margin: 100px 0 0 240px;
    text-align: center;
    font-size: 30px;
}

.NetsReceiptYesButton {
    margin-top: 200px;
    position: absolute;
    margin-left: 300px;
}

.NetsReceiptNoButton {
    margin-top: 200px;
    position: absolute;
    margin-left: 600px;
}

.msgpage_errorCode {
    position: absolute;
    width: 300px;
    margin: 550px 0 0 340px;
    text-align: center;
    color:rgb(237,239,238);
    font-size:15px;
}

.msgpage_subheader{
    position: absolute;
    margin: 280px 0 0 340px;
    text-align: center;
    color:white
}

.msgpage_icon {
    position: absolute;
    text-align: center;
    width: 600px;
    margin: 200px 0 0 340px;
}

    .msgpage_icon img {
        max-height: 60px;
    }

/*.subTotalPriceSelectedProductView {
    position: absolute;
    margin-top: 0px;
    width: 300px;
}*/
.tdPadding {
    padding-left: 12px;
}

.rightTd {
    float: right;
    
}

table {
    width: 100%;
}
.leftMenuUL {
    /*margin-top: -30px;*/
    padding: 0 0 0 0px;
    display: block;
}

.leftMenuli {
    margin-top: 12px;
    display: block;
    background-color: #35282e;
    color: white;
    
}
.leftMenuli a {
    color: white;
    padding: 5px;
    display: block;
    text-decoration: none;
}

.leftMenuli a:active,.leftMenuli a:hover {
    background-color: black;
    
}
.selectedCategory {
    background-color: black;
    font-size: 24px;
    border: 2px solid white;
    outline: 2px solid black;
}
.left-MenuTextColor {
    color: rgb(125, 8, 17);
    font-weight: bold;
}
.pcsPrductView {
    font-weight: bold;
    padding: 5px;
}

.pcsPrductView:hover {
    background-color: black;
    text-decoration: none;
    color: white;
}
.right-menu {
    display: block;
    float: left;
    margin-left: 40px;
    width: 684px;
    height: 500px;
    
}
.headlineContainer {
    width: 565px;
}
.productImageBorder {
    border: 5px solid rgb(125, 8, 17);
    width: 140px;
    margin-left: 10px;
}
.floatLeft {
    float: left;
}
.productImageText {
    margin-left: 10px;
    color: rgb(125, 8, 17);
}

/* PAGE: payment */

.weightContainer {
    padding: 20px 20px 0 20px;
    width: 300px;
    
}
#weightCalc {
    width: 338px;
}
#productInfoContainer {
    padding: 20px 10px 20px 0;
    border-right-color: #000000;
    border-right-style: solid;
    border-right-width: 2px;
    /*max-height: 476px;
    width: 638px;
    min-width: 637px;*/
    float: left;
}
#productInfoContainer2 {
    padding-top: 20px;
    
    max-height: 476px;
    width: 260px;
    
    float: left;
}
.mainContent {
    display: inline;
    
    
}
.push {
    height: 105px;
}
#buttonbox {

    height: 105px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 8px 0 8px;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #000000;
   
}

.btnBoxProductView {
    position: absolute;
    margin: 520px 0 0 350px;
    width: 670px;
}

.btnsProductview {
    margin-right: 270px;
}

.basketContents {
    display: inline-block;
    width: 680px;
    padding-left: 10px;
}
.orderInfoTable {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

.orderInfoTable tr {
    height: 35px;
    
}
.orderInfoTable tr>td {
    padding-bottom: 14px;
    
}
.orderInfoBtnSpc {
    margin-right: 215px;
}
.contentRight {
    display: inline;
    float: right;
    width: 320px;
    padding: 50px 0 0 20px;
    margin: 0 15px 160px 0;   
    
}

.deleteButton {
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    margin-left: 20px;
    background-color: rgb(125, 8, 17);
}
.netsconsole {
    position: absolute;
    width: 510px;
    height: 170px;
    margin: 30px 0 0 259px;
    font-size: 50px;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}

.hiddenDiv {
    display: none;
}

#singleBtnBox {
    margin-top: 50px;
    width: 624px;
    height: 76px;

}
tr.bottomBorder{
    border-bottom: 2px solid black;
    
}
#voucherMessage {
    /*margin: 480px 0 0 350px;*/
}

#voucherMessageOrderInfo {
    /*margin: 460px 0 0 250px;*/
}
.blinker {
    
    /*position: absolute;*/
    text-align: center;
    line-height: 40px;
    vertical-align:middle;
    /*width: 590px;*/
    height:50px;
    font-size:28px;
    font-weight:bold;
    /*border:1px solid;*/
    border-color:#eee;
    

    /*text-shadow:5px 5px 2px #888;*/
    /*animation-duration: 1500ms;
    animation-name: blink;
    animation-iteration-count: infinite;*/
}

@keyframes blink {
    0% {
    color: black;
    opacity: 1;
    font-size:30px;
    text-shadow:0px 0px 0px #bbb;
    border-color:#ddd;
  }
  
  
  25% {
    color: rgb(27, 123, 27);
    opacity: 1;
    font-size:35px;
    text-shadow:10px 10px 2px #ddd;
    border-color:#555;
    /*margin-top:195px;*/
  }
  30% {
    color: rgb(27, 123, 27);
    opacity: 1;
    font-size:35px;
    text-shadow:10px 10px 2px #ddd;
    border-color:#555;
    /*margin-top:195px;*/
  }
  /*20% {
    color: #000000;
    opacity: 0.5;
    font-size:35px;
    margin-top:195px;
  }*/
  55% {
    color: black;
    opacity: 1;
    font-size:30px;
    text-shadow:0px 0px 0px #ddd;
    border-color:#ddd;
  }

  100% {
   color: black;
    opacity: 1;
    font-size:30px;
    
    text-shadow:0px 0px 0px #ddd;
    border-color:#ddd;
  }
}

/*Synsvejning*/
.CompanyButton {
    width:22%;
    display:inline-block; 
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip; 
    border:4px solid #782b22; 
    background:#eee;
    color:#000;
    text-align:center;
    height:60px;
    line-height: 55px;  
    vertical-align:middle;
    margin-bottom:12px;
    margin-left:12px;
    box-shadow: 6px 6px 5px #888888;
    
}
.TypeButton {
    
    width:22%;
    display:inline-block; 
    white-space:normal;
    overflow:hidden;
    text-overflow:clip;
    border:4px solid #782b22; 
    background:#eee;
    color:#000;
    text-align:center;
    height:120px;
    line-height:120px;  
    vertical-align:middle;
    margin-bottom:12px;
    margin-left:12px;
    text-align:center;
    box-shadow: 6px 6px 5px #888888;
}
    .TypeButton:active {
        color:white;
        background:#777;
    }

.TypeSpan {
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


.InlineTextDiv {
    display:inline-block;
    margin-right:12px;
    font-size:28px;
}
.btnSpecial {
    width:177px;
    height:70px;
    line-height:62px;  
    display:inline-block; 
    white-space:nowrap;
    overflow:hidden;
    text-overflow:clip; 
    border:4px solid #782b22; 
    background:#eee;
    color:#000;
    text-align:center;
    
     
    vertical-align:middle;
    
    font-size: 20px;
    text-align: center;
    
    display: block;
    
}

.bottomButton {
    position:absolute;
    background-color: rgb(125, 8, 17);
    height: 76px;
    width: 177px;
    font-size: 20px;
    padding: 22px 30px 22px 30px;
    text-align: center;
    color: white;
    margin-top:490px;
}
.buttomButtonPositionCenter {
    margin-left:423px;
}
.buttomButtonPositionLeft {
    margin-left:40px;
}
.buttomButtonPositionRight {
    margin-left:800px;
}
.buttomButtonRed {
    background-color: rgb(125, 8, 17);
}
.buttomButtonGreen {
    background-color: rgb(27, 123, 27);
}

.keypad div{
    display:block;
    background:#35282e;
    color:#fff;
    line-height:60px;
    width:auto;
    border:2px solid #aaa;
    margin-right:3px;
    margin-top:3px;
    text-align:center;
    font-size:40px;
    font-weight:bold;
    vertical-align:top;
}
.keypad td{
    width:33%;
}
.keypad div:active {
    background:#888;
}
.keypad div.disabled {
    background:#f00
}

.keypad div#keypad_ok {
    background:#AFC85E
}
.keypad div#keypad_ok:active {
    background:#cFe87E
}
.keypad div#keypad_ok.disable {
    background:rgba(175,200,194,0.5);
    border:2px solid rgba(255,255,255,0.5);
    color:rgba(255,255,255,0.5);
}

.keypad div#keypad_del {
    background:#901A1E;
}
.keypad div#keypad_del:active {
    background:#b03A3E;
}
.keypad div#keypad_del.disable {
    background:rgba(144,26,30,0.5);
    border:2px solid rgba(255,255,255,0.5);
    color:rgba(255,255,255,0.5);
}

.seletedProductImagePieces {
    width: 200px;
    margin-right: 20px;
}

#divLoading {
    position: absolute;
    margin-top: 300px;
    margin-left: 550px;
    
}
.transparent {
    opacity: 0.5;
}