body{
    margin: 0;
    padding: 0;
    background-color: #d0d0d0;
}

body *{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

h2{
    float: left;
}
input.false, input.falsei {
    color: #C80003;
    background-color: #FFDADA;
}
/************************************************************************************

        Login

************************************************************************************/
.login{
    float: left;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/loginbackground.jpg');
    background-size: cover;
    background-position: center;
}

.login form{
    width: 350px;
    padding: 25px;
    background-color: #fff;
    margin: 150px auto;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    -moz-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    overflow: hidden;
}

span.notify{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-style: italic;
    color: #6d6d6d;
}

span.error{
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 25px;
    color: red;
}

span.error.left{
    text-align: left;
}

.login form img{
    margin-bottom: 25px;
}

.login form input[type=text], .login form input[type=password]{
    float: left;
    padding: 5px 10px;
    width: calc(100% - 20px);
    border: none;
    border-bottom: 1px solid #cecece;
    margin-bottom: 25px;
    transition: all .2s ease;
    text-align: center;
}

.login form input[type=text]:focus, .login form input[type=password]:focus{
    padding: 10px;
    border-bottom: 1px solid #4063a7;
}

.login form input[type=submit]{
    float: left;
    width: 100%;
    padding: 10px 10px;
    border: none;
    text-align: center;
    color: #fff;
    background-color: #4063a7;
    border: 1px solid #4063a7;
    transition: all .2s ease;
    cursor: pointer;
}

.login form input[type=submit]:hover{
    color: #4063a7;
    background-color: #fff;
}

.header{
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 2% 0;
    width: 96%;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    -moz-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    z-index: 50;
}

.header img{
    max-width: 50px;
    float: left;
}

.welcome{
    float: left;
    margin-top: 10px;
    margin-left: 75%;
}

.logout{
    float: right;
    margin-top: 5px;
    text-decoration: none;
    background-color: #4063a7;
    border: 1px solid #4063a7;
    color: #fff;
    transition: all .2s ease;
    padding: 5px 10px;
}

.logout:hover{
    color: #000;
    background-color: transparent;
}
.twofa{
    float: right;
    margin-top: 5px;
	margin-right: 10px;
    text-decoration: none;
    background-color:rgba(32,112,0,1.00);
    border: 1px solid rgba(32,112,0,1.00);
    color: #fff;
    transition: all .2s ease;
    padding: 5px 10px;
}

.twofa:hover{
    color: #000;
    background-color: transparent;
}

.content{
    float: left;
    width: 94%;
    padding: 25px 1%;
    margin: 150px 2%;
    background-color: #fff;
}

.menu{
    float: left;
    width: 100%;
    border-top: 1px solid #d0d0d0;
    margin-top: 10px;
}

.menu ul{
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu ul li{
    float: left;
    padding: 25px 10px;
    position: relative;
    transition: all .2s ease;
}
/*
.menu ul li ul{
    border-top: 1px solid #d0d0d0;
    display: none;
    position: fixed;
    left: 0;
    top: 128px;
    float: left;
    width: 96%;
    background-color: #fff;
    padding: 0 2%;
    transition: all .2s ease;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    -moz-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
}
*/

.menu ul li ul{
    border-top: 1px solid #d0d0d0;
    display: none;
    position: absolute;
    left: 0;
    top: 66px;
    float: left;
    width: 500px;
    background-color: #fff;
    padding: 0 2%;
    transition: all .2s ease;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    -moz-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
}

.menu ul li ul li {
  float: none;
  padding: 25px 10px;
  position: relative;
  transition: all .2s ease;
  display: inline-block;
  width: calc(50% - 23px);
}

.menu ul li:hover ul{
    display: block;
}

.menu ul>li:hover, .menu ul>li.active{
    background-color: #4063a7;
}

.menu ul li:hover a{
    transition: all .2s ease;
}

.menu ul li:hover>a, .menu ul li.active>a{
    color: #fff;
}

.menu ul li a{
    text-decoration: none;
}

.filters, div.downloads{
    float: left;
    width: 100%;
    margin: 0 0 25px;
    position: relative;
}

.filters form, div.downloads form{
    display: none;
}

.filters form.open, div.downloads form.open{
    display: block;
}

.opt{
    margin: 16px 0;
    float: right;
    max-width: 50%;
}

.opt span{
    float: right;
    margin: 0 10px;
    cursor: pointer;
    transition: all .2s ease;
}

.opt span i:hover{
    color: #4063a7;
}

.opt span i{
    font-size: 24px;
    transition: all .2s ease;
}

.orderdetails{
    float: left;
    width: 78%;
}

.orderdetails.wide{
    width: 100%;
}

.orderdetails.full{
    width: 100%;
}

.additional{
    float: left;
    width: 20%;
    margin-left: 2%;
}

h2.divider{
    float: left;
    width: calc(100% - 20px);
    color: #fff;
    background-color: #4063a7;
    padding: 5px 10px;
    font-size: 16px;
}

h2.divider span{
    color: #fff;
}

.orderdetails label{
    float: left;
    clear: left;
    width: 20%;
    border-bottom: 1px solid #d0d0d0;
}

.processinkoop{
    float: left;
/*    width: 100%;    */
    padding: 25px 0 50px;
}

.orderdetails input[type=checkbox]{
    float: left;
}

.orderdetails input[type=text], .orderdetails input[type=password]{
    width: calc(40% - 22px);
}

.orderdetails .tbl input[type=text]{
    width: calc(95% - 22px);
}

.orderdetails select, .orderdetails textarea{
    float: left;
    width: 40%;
}

.orderdetails select.full{
    width: calc(89% - 20px);
}

.orderdetails textarea{
    padding: 5px 10px;
    width: calc(40% - 22px);
    border: 1px solid #d0d0d0;
    margin: 0 10px 10px 0;
}

.verzenden, .factureren{
    float: left;
    width: 49%;
}

.verzenden{
    margin-right: 1%;
}

.factureren{
    margin-left: 1%;
}

.verzenden h2 span, .factureren h2 span{
    color: #d0d0d0;
}

span.nonotes{
    float: left;
    width: 100%;
    color: #d0d0d0;
    font-style: italic;
}

.bewerksupplier i,
.deletesupplier i,
.storesupplier i,
.savesupplier i,
.editbrand i,
.deletebrand i,
.savebrand i,
.storebrand i,
.editcounttrycode,
.deletecountrycode{
    font-size: 20px;
}

.lineoptions i,
.bewerksupplier i,
.deletesupplier i,
.storesupplier i,
.savesupplier i,
.editbrand i,
.deletebrand i,
.savebrand i,
.storebrand i,
.editprogram i,
.storeprogram i,
.saveprogram i,
.deleteprogram i,
.editcounttrycode i,
.deletecountrycode i{
    margin:0 5px;
    transition: all .2s ease;
    cursor: pointer;
}

.lineoptions i:hover,
.bewerksupplier i:hover,
.deletesupplier i:hover,
.storesupplier i:hover,
.savesupplier i:hover,
.editbrand i:hover,
.deletebrand i:hover,
.savebrand i:hover,
.storebrand i:hover,
.editprogram i:hover,
.storeprogram i:hover,
.saveprogram i:hover,
.deleteprogram i:hover,
.editcounttrycode i:hover,
.deletecountrycode i:hover{
    color: #4063a7;
}

.bottomdivider{
    float: left;
    width: 100%;
    border-top: 2px solid #333;
    height: 25px;
}

.addnotes, .addbatch, .addinkoopproduct, .addpreorderproduct, .removeEmpty, .inkoopexcel, .sendemailPO, .preorderexcel, .addshop, .addpurchprod, .setsuppliertozero, .addklantprijs, .addprogram, .batchhistory{
    float: right;
    cursor: pointer;
}

.addnotes i, .addbatch i,.addinkoopproduct i, .addpreorderproduct i, .removeEmpty i, .inkoopexcel i, .sendemailPO i, .preorderexcel i, .addshop i, .addpurchprod i, .setsuppliertozero i, .addklantprijs i, .addprogram i, .batchhistory i{
    color: #fff;
    transition: all .2s ease;
    padding: 2px;
    margin-left: 10px;
}

.addnotes i:hover, .addbatch i:hover, .addinkoopproduct i:hover, .addpreorderproduct i:hover, .removeEmpty i:hover, .inkoopexcel i:hover, .sendemailPO i:hover, .preorderexcel i:hover, .addshop i:hover, .setsuppliertozero i:hover , .addklantprijs i:hover, .addprogram i:hover, .batchhistory i:hover{
    background-color: #fff;
    color: #4063a7;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.6);
    z-index: 60;
    display: none;
}

#popup{
    position: fixed;
    top: 20vh;
    width: 30vw;
    left: 35vw;
    padding: 25px;
    background-color: #fff;
}

#popup.wide{
    top: 5vh;
    width: 80vw;
    left: 10vw;
    max-height: calc(90vh - 50px);
    overflow-y:scroll;
    overflow-x:hidden;
    margin-bottom: 5vh;
}

#popupclose{
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    border: 2px solid #4063a7;
    background-color: #fff;
    border-radius: 80px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all .2s ease;
}

#popup.wide #popupclose{
    right: 5px;
    top: 5px;
}

#popupclose i{
    font-size: 28px;
    margin-top: 4px;
    color: #4063a7;
    transition: all .2s ease;
}

#popupclose:hover{
    background-color: #4063a7;
    border: 2px solid #fff;
}

#popupclose:hover i{
    color: #fff;
}

#popupcontent{
    float: left;
    width: 100%;
}

#popupcontent h1{
    width: 100%;
    text-align: center;
}

#popupcontent textarea{
    float: left;
    width: calc(100% - 20px);
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    height: 80px;
    margin-bottom: 20px;
}

#overlay2{
    position: fixed;
	z-index: 1000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,.6);
    display: block;
}

#popup2{
    position: fixed;
	z-index: 1001;
    top: 20vh;
    width: 30vw;
    left: 35vw;
    padding: 25px;
    background-color: #fff;
}
#popup2 label {
	display: block!important;
	float: none!important;
	width: 100%!important;
	padding: 0px!important;
}
#popup2 input[type=text] {
	width: 80%!important;
	float: none!important;
}
#popup2 select {
	width: 90%!important;
	float: none!important;
}



.notes ul, .updates ul, .batches ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.updates ul {
    max-height: 3710px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.notes ul li, .updates ul li, .batches ul li{
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
}

.notes ul li:nth-of-type(even), .updates ul li:nth-of-type(even), .batches ul li:nth-of-type(even){
    background-color: #cecece;
}

.notedata{
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}

.divider.center{
    text-align: center;
}

.divider.center select{
    float: none;
    width: auto;
}

.divider.center .addsupplier, .divider.center .addsupplier i{
    color: #fff;
    cursor: pointer;
}

ul.tbl li.red{
    background-color: #f59696!important;
}

ul.tbl li.purple{
    background-color: rgba(211,126,255,0.70)!important;
}
ul.tbl li.yellow{
    background-color: rgba(255,245,163,1.00)!important;
}

ul.tbl li.green{
    background-color: #5aea5a!important;
}

ul.tbl li.grey{
    background-color: #bababa!important;
}

ul.tbl li.grey *{
    text-decoration: line-through;
}

ul.tbl li.orange{
    background-color: #ffb847!important;
}

ul.tbl li:first-child span.sort{
    float: right;
    padding-right: 8px;
    cursor: pointer;
}

.pstatus div{
    float: right;
    margin-left: 25%;
    width: 50%;
    height: 50px;
    cursor: pointer;
}

.pstatus .status_open{
    background-color: orange;
}

.pstatus .status_paid{
    background-color: green;
}

.pstatus .status_error{
    background-color: red;
}

.pstatus .status_refunded{
    background-color: red;
}

a.pb{
    float: right;
}

a.pb i{
    font-size: 22px;
    color: #fff;
}

.shopttl{
    width: calc(25% - 10px);
    padding-left: 10px;
}

.shoppricein{
    width: 20%
}

.shoppriceex{
    width: 20%
}
.shopsku{
    width: 20%
}

.shopoptions{
    width: 15%;
}

.shopoptions span{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.shopoptions span i{
    font-size: 16px;
    transition: all .2s ease;
}

.shopoptions span i:hover{
    color: #4063a7;
}

.shopttl select{
    width: calc(100% - 22px);
}

.shipid{
    width: 2%;
}

.shipcountry, .shipcountry2{
    width: 10%;
}

.shipname{
    width: 10%;
}

.shipcost{
    width: 10%;
}

.shipmaxwt{
    width: 10%;
}

.shipfuelcharge{
    width: 10%;
}

.shipcountry input, .shipcountry select,
.shipcountry2 input, .shipcountry2 select,
.countryname input,
.shipname input, .shipname select,
.shipcost input, .shipcost select,
.shipmaxwt input, .shipmaxwt select{
    width: calc(90% - 22px)!important;
}

.addnewbrand, .switchtoselect, .addnewsupplier, .addnewcustomsdescription{
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.addnewbrand i, .switchtoselect i, .addnewsupplier i, .addnewcustomsdescription i{
    font-size: 20px;
    transition: all .2s ease;
}

.addnewbrand:hover i, .switchtoselect:hover i, .addnewsupplier:hover i, .addnewcustomsdescription:hover i{
    color: #4063a7;
}

.deb_id{
    width: 2%;
}

.deb_nummer{
    width: 6%;
}

.deb_bedrijfsnaam{
    width: 10%;
}

.deb_kvk{
    width: 6%;
}

.deb_btw{
    width: 8%;
}

.deb_email{
    width: 14%;
}

.deb_telefoon{
    width: 8%;
}

.deb_cdate{
    width: 4%;
}

.deb_adres{
    width: 10%;
}

.deb_postcode{
    width: 6%;
}

.deb_plaats{
    width: 10%;
}

.deb_land{
    width: 8%;
}

.deb_options{
    width: 8%;
}

.activeproduct i,
.inactiveproduct i,
.activeshop i,
.inactiveshop i,
.activeccode i,
.inactiveccode i{
    font-size: 20px;
    transition: all .2s ease;
    cursor: pointer!important;
}

.shop_active span i{
    font-size: 20px;
    cursor: auto;
}

.activeproduct:hover i,
.inactiveproduct:hover i,
.activeshop:hover i,
.inactiveshop:hover i,
.activeccode:hover i,
.inactiveccode:hover i{
    color: #4063a7;
}

.cname{
    font-size: 10px;
}

.tbl.orderstatus li.complete{
    background-color: #5aea5a!important;
}

.addProduct{
    width: 50%;
}

.addProduct input[type=text]{
    width: calc(100% - 22px);
    padding: 20px 10px
}

#multiselect{
    position: fixed;
    top: 25%;
    right: calc(-100% + 22px);
    padding: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    -moz-box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    box-shadow: 5px 5px 5px 0px rgba(87,87,87,0.29);
    background-color: #fff;
    border: 1px solid #cecece;
    transition: all .2s ease;
    max-width: 20%;
}

#multiselect.show{
    right: 0;
}

#multiselect span.selecttl{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
}

#multiselect select{
    width: calc(100% - 22px);
}

#multiselect hr{
    float: left;
    width: 100%;
    margin: 25px 0;
}

#multiselect .ttl{
    float: left;
    width: 100%;
    font-weight: bold;
}


input.stored, select.stored {
    transition: all 0.3s;
    border:1px solid #336600;
    background-color: #ccffcc;
    color:#336600;
}

 span.stored {
    transition: all 0.3s;
    border-bottom:1px solid #336600;
    background-color: #ccffcc;
    color:#336600;
}

.saveinkoopline, .savepreorderline{
    cursor: pointer;
}

.updatefilter{
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #333;
    padding: 15px 0;
    background-color: #cecece;
}

.updatefilter label{
    float: left;
    clear: none;
    width: calc(46% - 24px);
    font-size: 12px;
    margin-bottom: 0;
}

.autof{
    float: left;
    width: calc(14% + 22px);
    position: relative;
}

.autof input[type="text"]{
    width: calc(100% - 22px);
}

form.upload{
    float: left;
    clear: both;
    width: calc(50% - 52px);
    padding: 25px;
    border: 1px solid #cecece;
    margin-bottom: 25px;
}

hr{
    float: left;
    width: 100%;
}

input[type="file"]{
    float: left;
}

.brnd_supplier select{
    width: 100%;
}


.leftblock {
    clear: left;
    float: left;
    width: 50%;
}
.rightblock {
    float: right;
    width: 50%;
}
.leftblock h2, .rightblock h2 {
    display: block;
    float: none;
}

.weight.green, .volume.green{
    background-color: #5aea5a !important
}

#mailsettings{
    float: left;
    width: 100%;
}

span.notify{
    float: left;
    width: 100%;
    color: red;
    font-weight: bold;
    text-align: center;
}

.omzet.totaal, .kostprijs.totaal, .marge.totaal{
    font-size: 10px;
}

.factproduct, .factprice, .factoptions{
    width: 33%;
}

.factproduct{
    width: calc(33% - 10px);
    padding-left: 10px;
}

.mandatory.false{
    border: 1px solid red;
}

#pricecompare{
    cursor: pointer;
}

.split{
    float: left;
    width: 100%;
}

.tbcontainer{
    float: left;
    width: 100%;
    padding: 25px 0;
    overflow: scroll;
}

li.reship{
    background-color: #fffe88!important;
}

.mailkey{
    float: left;
    width: calc(35% - 30px);
    padding: 0 15px;
}

.mailkey h2{
    float: left;
    width: 100%;
}

.mailkey ul{
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
}

.mailkey ul li{
    float: left;
    width: calc(100% - 10px);
    cursor: pointer;
    padding: 5px 10px;
}

.mailkey ul li:nth-of-type(odd){
    background-color: #cecece;
}

.mailkey ul li:hover{
    background-color: #a2bbea;
}

div.totalbar{
    float: left;
    width: 100%;
    height: 2px;
}

.stats{
    float: left;
    width: 33%;
    padding: 25px 0;
}

.stats h3{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.stats canvas{
    float: left;
    width: 100%;
}

.cancelinkoop{
    float: right;
    cursor: pointer;
}

.cancelinkoop i{
    font-size: 26px;
    transition: all .2 ease;
}

.cancelinkoop:hover i{
    color: #4063a7;
}

.fifty{
    float: left;
    width: 49%;
    margin: 0 .5%;
}

.mgmt_aantalorders, .mgmt_aantalproducten, .mgmt_ozmet, .mgmt_orderwaarde, .mgmt_inkoop, .mgmt_geminkoop, .mgmt_marge, .mgmt_gemmarge{
    width: 9%;
}

.mgmt_klant{
    width: 11%;
}

.mgmt_factor{
    width: 7%;
}

.ttl{
    float: left;
    width: 100%;
    font-weight: bold;
}

li.underline{
    border-bottom: 1px solid #000!important;
    border-top: 2px solid #000;
}

li.underline span{
    font-weight: bold!important;
}

.addinkoopsupplier, .addpreordersupplier{
    cursor: pointer;
}

.addinkoopsupplier i, .addpreordersupplier i{
    color :#fff;
}

.deliverydates{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.deldate, .delamount{
    float: left;
    width: 50%;
}

.deldate input, .delamount input{
    width: calc(100% - 32px)!important;
}

#mailform input, #mailform label{
    float: left;
    width: calc(100% - 22px);
}

#mailform input{
    margin-bottom: 15px;
}

#mailform textarea{
    height: 150px;
}

#mailform p{
    float: left;
    width: 100%;
}

label.floathalf{
    clear: none;
    float: left;
    width: calc(25% - 50px);
    margin: 0 13px 25px;
}

.half{
    float: left;
    width: calc(50% - 50px);
    margin: 0 25px 25px;
}

.ao_ordernummer, .ao_orderdate, .ao_verzenddatum{
    width: 22%;
}

.ao_shipper{
    width: 13%;
}

.ao_cntry{
    width: 10%;
}

.removeorderfromline{
    cursor: pointer;
}

.nextdelivery{
    cursor: pointer;
    text-decoration: underline;
}

.linetotals{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.linetotals span{
    font-weight: bold;
}

.perfname, .perfshippers{
    width: 20%;
}

.perforders, .perfproducts{
    width: 12%;
}

ul.tbl li:nth-of-type(2n) .shpname, ul.tbl li:nth-of-type(2n) .shpamount, ul.tbl li:nth-of-type(2n) .shpsep{
    border-bottom: 1px solid #fff;
}

.shpname, .shpamount{
    float: left;
    width: 20%;
    border-bottom: 1px solid #cecece;
}

.shpname{
    clear: left;
    width: 40%;
}

.shpsep{
    width: 10%;
    border-bottom: 1px solid #cecece;
}

label.usrselect{
/*    clear: left;  */
    width: auto;

}

li.totals{
    border-top: 2px solid #000;
}

.cntries{
    float: left;
    width: 100%;
    transition: all .2s ease;
}

.cntries.hidden{
    display: none;
}

.showcntry{
    font-weight: bold;
    cursor: pointer;
}


table {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
}
table th {
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 5px 5px;
}
table td {
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding: 2px 5px;
}

table.tbl th, table.tbl td {
	padding: 4px 8px;
}

table.tbl tr.red td {
	background-color:#FFBDBF;
}
table.tbl tr.yellow td {
	background-color:#FFE488;
}
table.tbl tr.green td {
	background-color:#C1FFAF;
}
table.tbl tr.blue td {
	background-color:#ADCDFF;
}
table.tbl tr.purple td {
    background-color:rgba(225,149,255,1.00);
}
table.tbl tr.teal td {
    background-color:rgba(255,188,123,1.00);
}



.importtbl {
    height: 65vh;
}
.importtbl td div {
    overflow: hidden;
    height: 50px;
}

.selectallwhc{
    float: right;
    cursor: pointer;
}

.selectallwhc i{
    color: #fff;
    font-size: 20px;
}

.deleteandresyncimgs{
    float: left;
    clear: both;
}

.addTBfocus {
	position: absolute;
	top: 90px;
	left: 15px;
	transition: all 0.2s;
}
.addTBfocus:focus {
	position:absolute;
	width: 800px!important;
	height: 400px;;
	z-index: 10000000;
}

#invoicetotals{
    float: left;
    width: 200px;
}

#invoicetotals .subtotaal, #invoicetotals .totaal{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.remoteShip {
    font-weight: normal;
    cursor: pointer;
    font-size: 10px;
    float: right;
}

.colmn{
    float: left;
    width: 20%;
    margin-bottom: 25px;
}

.colmn label{
    width: 100%;
}

.dateblock{
    float: left;
    width: 100%;
    margin: 15px 0;
}

.dateblock h3{
    float: left;
    width: 100%;
}

.totalsheader{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cecece;
}

.theader_half{
    float: left;
}

.theader_half:nth-of-type(1){
    border-right: 1px solid #cecece;
    width: calc(15% - 1px);
}

.theader_half:nth-of-type(2), .theader_half:nth-of-type(3){
    border-left: 1px solid #cecece;
    padding-left: 20px;
    width: calc(20% - 21px);
}

b.hdr{
    float: left;
    width: 100%;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.theader_half span{
    float: left;
    width: 100%;
}

.tblock1, .tblock2, .tblock3{
    float: left;
    width: 15%;
    margin-bottom: 25px;
    border-right: 2px solid #cecece;
}

.tblock2, .tblock3{
    padding-left: 20px;
}

.tblock3{
    border-right: none;
}

.lengthcounter{
    float: left;
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
}

.lengthcounter.red{
    color: red;
}

.shname{
    float: left;
    width: 2%;
}

.sbox{
    float: left;
    width: 100%;
    margin: 5px 0;
}

.turntomultiple{
    position: absolute;
    left: -17px;
    top: 7px;
    cursor: pointer;
}

.multipleselect{
    display: none;
    float: left;
    width: 100%;
    padding: 25px 0;
}

.programlist{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.pstat_date{
    float: left;
    width: 20%;
}

.pstat_product{
    float: left;
    width: 20%;
}

.pstat_inkoopnr{
    float: left;
    width: 20%;
}

.pstat_purchased{
    float: left;
    width: 20%;
}

.pstat_delivered{
    float: left;
    width: 20%;
}

.nomaxwidth{
    width: auto!important;
    border: 1px solid red;
}
.hidden {
    display: none;
}
.duplicate1{
    background-color: #d991ab!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate2{
    background-color: #91d99c!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate3{
    background-color: #91a2d9!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate4{
    background-color: #b9d991!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate5{
    background-color: #d99991!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate6{
    background-color: #bb91d9!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate7{
    background-color: #91bdd9!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate8{
    background-color: #cfd991!important;
    border: 1px solid red;
    display: block!important;
}


.duplicate9{
    background-color: #a391d9!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate10{
    background-color: #91d9c5!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate11{
    background-color: #d891d9!important;
    border: 1px solid red;
    display: block!important;
}

.duplicate12{
    background-color: #d9c091!important;
    border: 1px solid red;
    display: block!important;
}

.saved {
    background-color: rgba(225,255,212,1.00);
    color: #2DAD00;
    border: 1px solid #2DAD00;
}

.csdesc{
    width: 30%;
}

.productslinked{
    width: 10%;
}

.changedescription{
    width: 30%;
}

.changedescription form{
    float: left;
    width: 100%;
}

.changedescription form select{
    width: calc(50% + 22px);
}

.update {
	background-color: rgba(237,237,237,1.00);
}

.mailpreview{
    float: left;
    width: 80%;
    margin: 25px 0;
}

.mprev{
    float: left;
    width: 100%;
    padding: 25px;
}

.previewdefaults{
    float: left;
    width: calc(20% - 20px);
    margin: 25px 0 25px 20px;
}

input[type="text"].full{
    width: calc(100% - 22px);
}

input[type="file"]{
    float: left;
    margin-bottom: 15px;
}

.mailimages{
    float: left;
    width: 100%;
    padding: 50px 0 25px;
}

.lstimg{
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #dedede;
}

.shorttag{
    float: left;
    width: 25%;
    font-weight: bold;
}

.shortcodepreview{
    float: left;
    width: calc(75% - 15px);
    margin-left: 15px;
}




.orderprocessingtbl {
    border-left: 0px;
}
.orderprocessingtbl td, .orderprocessingtbl td strong {
    font-size: 12px!important;
}
.orderprocessingtbl tr td:first-child {
    border-left: 1px solid #ccc;
}
.orderprocessingtbl tr.total td, .orderprocessingtbl tr:first-child, .orderprocessingtbl tr td:last-child {
    font-weight: bold;
}
.orderprocessingtbl tr td.nobdr {
    border: 0px;
    border-bottom:1px solid #ccc;
}

.quicklinks {
	list-style: none;
	margin: 20px 0px 0px -10px;
	padding: 0px;
	overflow: hidden;
}
.quicklinks li {
	margin: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #E8E8E8;
	float: left;
	text-align: center;
}
.quicklinks li a {
	display: block;
	line-height: 220px;
	width: 220px;
	color: #000;
	font-weight: bold;
	padding: 20px;
}


.iseol {
	float: right!important;
	background-color: rgba(255,0,4,1.00);
	color: #fff;
	font-size: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.select2 {
	float: left!important;
    padding: 1px 0px 0px 0px!important;
    margin: 0 10px 10px 0!important;
    transition: all .2s ease!important;
    border: 1px solid #d0d0d0!important;
}
.select2-container--default .select2-selection--single {
	border: 0px!important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 400px!important;
}
.defhid {
	display: none;
}
.defhid.show {
	display: block;
}