body{
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.adressInv *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

@page {
    size: A4;
    margin: 0;
}
@media print {


    html, body, .invoiceToPrint {
        size: A4;
        margin: 10% 5% 5% 5%;
    }

    #table1{
        width: 100%;
        margin-top: 50px;
    }
    #table1 td , tr{
        padding: 5px 5px 5px 5px;
    }
    #table2{
        margin-top: 20px;
    }
    #ppiInvoice{
        margin-top: 40mm;
        margin-right: 25mm;
        width: 100mm;
        height: 51mm;
    }
    #ppiAdress {
        width: 45mm;
        float: left;
    }
    #ppiAdress *{
        margin: 0px 0px 0px 0px;

    }
    #ppiImage{
        float: right;
        width: 45mm;
    }
    #allAdressInvoice{
        margin-top: 13mm;
        margin-right: 10mm;
        width: 70mm;
        height: 48mm;
    }














    #row1{
        font-size: 12px;
        margin-top: -35px;
    }
    #row2{
        font-size: 10px;
        margin-top: -12px;
    }
    #row3{
        margin-left: 2px;
        height: 10px;
        margin-top: -35px;
    }
    #row4{
        font-size: 10px;
        margin-top: -20px;
    }
    #row5{
        font-size: 9px;
        margin-top: -10px;
    }

    #row10 {
        margin-top: -40px;
        font-size: 10px;
    }



}


.inputEditable{
    width: 30%;
    border: none;
    outline: none;

}

.plusStock{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

#code { text-transform: uppercase; }
#serialN { text-transform: uppercase; }

.box-suppliers{
    margin-top: 50px;

}
.links-box-suppliers a:link{
    text-decoration: none;
}
.isCompleteClass {
    position: absolute;
    right: 10px;
}

.serialCall{
    text-transform: uppercase;

}
.dispatch-number{
    text-transform: uppercase;

}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.but-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    /*background-image:url('/images/good.png');*/
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 10px 55px;
    background-position: 1% 40%;
    width: 400px;
}

/*.panel {*/
     /*box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;*/
/*}*/

.h1-status {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -50px;
    z-index: 999999999;
    color: white;
    display: none;
}
.info-sup {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;

}
.info-sup {
    color: #00529B;
    background-color: #BDE5F8;
    /*background-image: url('info.png');*/
}
.div-to-send-messages{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px red;
    padding-bottom: 10px;
    padding-right: 10px;
    position: absolute;
    right: 25px;
    top:10px;
    z-index:9999;
    width: 300px;
    height: 120px;
    background: white;
    display: none;
}

.txt-message{
    /*width: 100%;*/
    margin-bottom: 5px;
    height: 40px;
}

.div-papper {
    background-color :#f5f5f5;
    width: 600px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}
.font-papper {
    color: #cd0000;
    font-size: 42px;
    letter-spacing: -2px;
    text-align: left;
}
.list {
    color: #555;
    font-size: 22px;
    padding: 0 !important;
    width: 500px;
    font-family: courier, monospace;
    border: 1px solid #dedede;
}
.list li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    text-indent: 25px;
    height: auto;
    padding: 10px;
    text-transform: capitalize;
}
.list li:hover {
    background-color: #f0f0f0;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -ms-transition:     all 0.2s;
    -o-transition:      all 0.2s;
}
.lines {
    border-left: 1px solid #ffaa9f;
    border-right: 1px solid #ffaa9f;
    width: 2px;
    float: left;
    height: 100%;
    margin-left: 40px;
}

#message-box {
    position: absolute;
    right: 150px;
    top: 50px;
    width: 200px;
    z-index: 999;

}

.delete-message{
    cursor: pointer;
}
.delete-message :hover {
    color : #ce0012;
}

.confirm-ask {
    opacity: 0.5;
    color:green;
}
.cont-radio {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cont-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cont-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cont-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.parcel {
    width: 90%;
    height: 220px;

    /*background-image: url("https://ladepozit.com/images/box.jpg");*/
    background: url("https://ladepozit.com/images/box.jpg") no-repeat  ;


}
.title-parcel {
    width: 100%;
    height: 30px;
    position: relative;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    padding-top: 5px;

}

.service-link a{
    text-decoration: none;
    width: 200px;
    height: 200px;
    color: #2b542c;
}


.shadow {

    margin-top: 50px;
    margin-left: 50px;
    padding-top: 20px;
    padding-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;

}

.box-image:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.delete-from-service{
    right: 8px;
    color: darkred;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
}
.delete-from-service:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    padding: 5px 5px 5px 5px;

}


.push-service{
    right: 8px;
    color: darkred;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
}
.push-service:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    padding: 5px 5px 5px 5px;

}


.details-service-lists{
    background-color: indianred;

}

.informations-add-service {
    background-color: #84bcd8;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    padding: 5px 15px 15px;
    color: whitesmoke;

}

.imgClose
{
    float:right;
    color: indianred;
    cursor: pointer;
    margin-top: -2px;
    font-size: 24px;
    font-weight: bold;
}

.mess-box {
    width: 250%;
    background-color:gray;
    color:White;
    display:none;
    padding-top: 0;
    position:absolute;
    z-index:1;
    font-size: 100%;
    opacity: 0.8;
    overflow: auto;
}

.mess-box h2 {
    font-family:Trebuchet MS,Helvetica,sans-serif;
    font-size:140%;
    font-weight:bold;
    margin-bottom:7px;
}

.p-mess{
    background-color: #5a638e;
    margin-top: 1px;
}
.user-mess{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-left: 20px;
}
.body-mess{
    margin-left: 12px;
}



/* ###################################################################################################################*/

.inbox-messages{
    display: none;
    position: absolute;
    right: 150px;
    top: 50px;
    width: 350px;
    padding-top: 10px;
    z-index: 999;
    background-color: whitesmoke;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
    max-height: 300px;
    overflow-y:auto;
}
.inbox-messages::-webkit-scrollbar {
    display: none;
}
.mess-container{
    background-color:#ececec;
    padding-left: 17px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 17px;
    margin-bottom: 3px;
}

.mess-container-seen{
    background-color: white;
    padding-left: 17px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 17px;
    margin-bottom: 3px;
}

.mess-container:hover{
    background-color: #d2d1d1;
}

.mess-user{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;

}

.mess-mess{
}

.mess-date{
    font-size: 12px;
    color: indianred;
    margin-top: 3px;
}


.table-stock>tbody>tr>td:hover{
    font-size: 24px;
    font-weight: bold;

}

.table-stock>tbody>tr:hover>td, .table-stock>tbody>tr:hover>th{
    background-color: inherit;
}

#cover {
    background: url("https://file.mockplus.com/image/2018/04/d938fa8c-09d3-4093-8145-7bb890cf8a76.gif") no-repeat scroll center center #FFF;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    /*opacity: 0.4;*/
}
.delete-message-btn{
    position: absolute;
    right: 10px;
    top:8px;
}

.notification{
    width: 350px;
    /*height: 100px;*/
    /*background-color: #00bcd4b0;*/
    position: fixed;
    right: 20px;
    bottom:20px;

    z-index: 2;
}

.x-notification{

    color: indianred;
    position: absolute;
    top: 4px;
    right: 6px;
    cursor: pointer;
    background-color: whitesmoke;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: bold;


}

/*.our-ev-row {*/
    /*display: none;*/
/*}*/


/**

    beautiful checkbox

 */



.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 3.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #4285f4;
}
#cbx:checked + .check svg {
    stroke: #4285f4;
}
#cbx:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}













.btn-rad {
    border: 3px solid #1a1a1a;
    display: inline-block;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
}

input[type="radio"].toggle {
    display: none;
}
input[type="radio"].toggle + label {
    cursor: pointer;
    min-width: 60px;
}
input[type="radio"].toggle + label:hover {
    background: none;
    color: #1a1a1a;
}
input[type="radio"].toggle + label:after {
    background: #1a1a1a;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    z-index: -1;
}
input[type="radio"].toggle.toggle-left + label {
    border-right: 0;
}
input[type="radio"].toggle.toggle-left + label:after {
    left: 100%;
}
input[type="radio"].toggle.toggle-right + label {
    margin-left: -5px;
}
input[type="radio"].toggle.toggle-right + label:after {
    left: -100%;
}
input[type="radio"].toggle:checked + label {
    cursor: default;
    color: #ffffff;
    background: black;
    transition: color 200ms;
}
input[type="radio"].toggle:checked + label:after {
    left: 0;
}

.select-sup {
    background: transparent;
    border: none;
    margin-left: 20px;
}

.select-sup > option {
    background-color: #235c80;
}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$    CHAT   box   $$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$*/


.ul-box {
    margin: 0;
    padding: 0;
}

.li-box {
    list-style: none;
}

.message-wrapper-box {
    border: 1px solid #dddddd;
    overflow-y: auto;
    height: 300px;
}

.message-wrapper-box {
    padding: 10px;
    /*height: 536px;*/
    background: #eeeeee;

}

.messages-box .message-list {
    margin-bottom: 15px;

}

.message-list:first-child{
    margin-top: 20px;
}


.messages-box .message-list:last-child {
    margin-bottom: 0;
}

.received, .sent {
    width: 45%;
    padding: 3px 10px;
    border-radius: 10px;
    word-break: inherit;

}

.received {
    background: #FFFFFF;
    float: right;
    text-align: right;
}

.sent {
    background: #3bebff;

}

.p-message {
    margin: 5px 0;

}

.data-box {
    color: #777777;
    font-size: 10px;
}



.input-mess-box {
    width: 100%;
    padding: 5px 20px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #cccccc;
    height: 30px;

}

.input-mess-box:focus {
    border: 1px solid #aaaaaa;
}
.message-box{
    width: 250px;
    height: 350px;
    overflow-y: scroll;
    position: fixed;
    right: 100px;
    bottom: 0;
    background: whitesmoke;

    /*border: 1px solid black;*/

    padding-bottom: 15px;


}
.message-box::-webkit-scrollbar {
    display: none;
}
.name-message{
    background-color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    width: inherit;
    border: 1px solid #e8e7e7;
}
.close-box{
    padding-right: 4px;
    font-size: 14px;
    cursor: pointer;
}

.input-text-box{

}

@media print {
    .image-pick-list,
    img {
        height: 80px;
        width: 80px;
    }
}

.amazon-image{
    max-width:230px;max-height:95px;width: auto;height: auto;
}