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

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

/************************************************************************************

        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: 80%;
}

.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;
}

.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: 10px;
    position: relative;
    transition: all .2s ease;
}

.menu ul li ul{
    border-top: 1px solid #d0d0d0;
    display: none;
    position: fixed;
    left: 0;
    top: 97px;
    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: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;
}

.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.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 textarea{
    padding: 5px 10px;
    width: calc(40% - 22px);
    border: 1px solid #d0d0d0;
    margin: 0 10px 10px 0;
}
.orderdetails .mandatory.false {
	border: 1px solid #f00;
	background-color: rgba(255,0,4,0.10);
}
.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{
    font-size: 20px;
}

.lineoptions i,
.bewerksupplier i,
.deletesupplier i,
.storesupplier i,
.savesupplier i,
.editbrand i,
.deletebrand i,
.savebrand i,
.storebrand 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{
    color: #4063a7;
}

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

.addnotes, .addbatch, .addinkoopproduct, .inkoopexcel, .addshop{
    float: right;
    cursor: pointer;
}

.addnotes i, .addbatch i,.addinkoopproduct i, .inkoopexcel i, .addshop i{
    color: #fff;
    transition: all .2s ease;
    padding: 2px;
    margin-left: 10px;
}

.addnotes i:hover, .addbatch i:hover, .addinkoopproduct i:hover, .inkoopexcel i:hover, .addshop 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;
}

#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;
}

#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;
}

.notes ul, .updates ul, .batches ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.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: #ea5a5a!important;
}

ul.tbl li.green{
    background-color: #5aea5a!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;
}

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

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

.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: 25%
}

.shoppriceex{
    width: 25%
}

.shopoptions{
    width: 25%;
}

.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{
    width: 10%;
}

.shipname{
    width: 10%;
}

.shipcost{
    width: 10%;
}

.shipmaxwt{
    width: 10%;
}

.shipfuelcharge{
    width: 10%;
}

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

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

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

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

.deb_id{
    width: 2%;
}

.deb_nummer{
    width: 7%;
}

.deb_bedrijfsnaam{
    width: 10%;
}

.deb_kvk{
    width: 6%;
}

.deb_btw{
    width: 8%;
}

.deb_email{
    width: 14%;
}

.deb_telefoon{
    width: 8%;
}

.deb_adres{
    width: 10%;
}

.deb_postcode{
    width: 8%;
}

.deb_plaats{
    width: 10%;
}

.deb_land{
    width: 8%;
}

.deb_options{
    width: 8%;
}

.activeproduct i, .inactiveproduct i, .activeshop i, .inactiveshop i{
    font-size: 20px;
    transition: all .2s ease;
}

.activeproduct:hover i, .inactiveproduct:hover i, .activeshop:hover i, .inactiveshop: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
}

div.spacer{
    float: left;
    width: 100%;
}
