body{
    padding:0;
    margin: 0;
    background: url('../s_images/bg.jpg') repeat fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

a,span{
    text-decoration: none;
    transition:0.5s;
    
}
a:hover,span:hover{
    transition:0.5s;
    
}
.clear{
    clear: both;
}
#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	background: rgba(255,255,255,.6);
    text-align: center;
    font-size: 100px;
    color: #08213E;
    display: none;
    z-index: 100000;
}

#loading i{
	margin-top:15%; 
}

.login-box{
	display: inline-block;
	margin: 0px auto;
	margin-top: 65px;
	padding: 10px;
	width: 400px;
	background: #fff;
	border: 1px solid #08213E;
	border-radius: 5px;
}
.form-type1{
	text-align: center;
}

.form-type1 input[type=text],.form-type1 input[type=password]{
    margin: 5px;
    width: 80%;
    outline: 0;
    padding: 8px;
    border: 1px solid #F47928;
    border-radius: 5px;
    font-size: 16px;
    color: #08213E;
    transition:.8s;

}
.form-type1 input[type=text]:focus,.form-type1 input[type=password]:focus{
    border-color: #08213E;
    transition:.8s;
}


.form-type1 input[type=submit]{
        margin: 5px;
    outline: 0;
    padding: 8px;
    border: 1px solid #F47928;
    border-radius: 5px;
    font-size: 16px;
    background: #08213E;
    transition: .8s;
    color: #F47928;
    cursor: pointer;

}
.form-type1 input[type=submit]:focus,.form-type1 input[type=submit]:hover{
    border: 1px solid #08213E;
    color: #08213E;
    background: #F47928;
    transition: .8s;   
}
header{
    width: 100%;
    background: #08213E;
    height: 60px;
    border-bottom: 2px solid #F47928;
}
.header-logo{
    width: 49%;
    float: left;
    margin: 0;
    height: 60px;
}


.header-other-box{
    width: 49%;
    float: right;
    margin: 0;
    height: 60px;
        color: #f6f6f6;
    line-height: 57px;
}
#logout{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    height: 58px;
    background: #F47928;
    color: #08213E;
    float: right;
    cursor: pointer;
    border: 2px solid #F47928;
    border-bottom: 0;
}

#logout:hover{
    background: #08213E;
    color: #F47928;
}


.menu-box{
    width: 20%;
    position: fixed;
    height: 100%;
    background: #08213E;
    overflow-x:auto ; 

}
.content-box{
    width: 80%;
    position: fixed;
    right: 0;
    height: 100%;
    overflow: auto;
}


.menu-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


.menu-box ul li{
    
}

.menu-box ul li a{
    display: block;
    color: #f6f6f6;
    padding: 20px;
    background: #08213E;

}

.menu-box ul li a:hover{
    background: #f6f6f6;
    color: #08213E;
}

.menu-box-ah{
    background: #f6f6f6 !important;
    color: #08213E !important;
}


.smpl-btn{
    margin: 25px 0 0 25px;
    display: inline-block;
    padding: 10px;
    color: #f6f6f6;
    background: #08213E;
    border-bottom: 3px solid #F47928;
}


.smpl-btn:hover{
    background: #F47928;
    border-bottom: 3px solid #08213E;
}




.smpl-btn2{
    margin: 25px 0 0 25px;
    display: inline-block;
    padding: 10px;
    color: #f6f6f6;
    background: #F47928;
    border-bottom: 3px solid #08213E;
}


.smpl-btn2:hover{
    background: #08213E;
    border-bottom: 3px solid #F47928;
}


.form-type2{
    text-align: center;
}

.form-type2 label{
        width: 100%;
    display: block;
    margin: 0px auto;
    color: #08213E;
    font-size: 18px;
    font-weight: 500;
}

.form-type2 input[type=password],.form-type2 input[type=text],.form-type2 input[type=file],.form-type2 input[type=date],.form-type2 input[type=tel],.form-type2 input[type=email],.form-type2 input[type=number],.form-type2 select{
     padding: 8px;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
    border: 0;
    border-bottom: 3px solid #08213E;
    width: 60%;
    color: #08213E;
    transition:0.5s;
    margin: 5px;
    background: #f6f6f6;
    
}
.form-type2 select{
    height: 40px; width: 62%;
}
.form-type2 input[type=password]:focus,.form-type2 input[type=text]:focus,.form-type2 input[type=file]:focus,.form-type2 input[type=date]:focus,.form-type2 input[type=tel]:focus,.form-type2 input[type=email]:focus,.form-type2 input[type=number]:focus,.form-type2 select:focus{
    border-bottom: 3px solid #F47928;
    transition:0.5s;
    
}

.form-type2 textarea{
     padding: 8px;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
    border: 0;
    border-bottom: 3px solid #08213E;
    width: 60%;
    color: #08213E;
    transition:0.5s;
    margin: 5px;
    height: 70px;
    background: #f6f6f6;
    
}

.form-type2 textarea:focus{
    border-bottom: 3px solid #F47928;
    transition:0.5s;
    
}

.form-type2 input[type=submit]{
     padding: 10px;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
    border: 0;
    background: #f6f6f6;
    border-bottom: 3px solid#F47928;
    color: #08213E;
    transition:0.5s;
    margin: 5px;
    cursor: pointer;
}

.form-type2 input[type=submit]:focus,.form-type2 input[type=submit]:hover{
    border-bottom: 3px solid #08213E;
    transition:0.5s;
    
}

.box-content-in{
    margin: 0px auto;
    width:95%;
    margin-top: 15px;
    border:1px solid #F47928;
    border-radius: 10px 10px 0 0px;

}

.box-content-in-title{
    padding: 10px;
    text-align: center;
    background: #F47928;
    color: #f6f6f6;
    border-radius: 10px 10px 0 0px;
}

.box-content-in-pg{
    padding: 10px;
}
.table-type-1{
        width: 100%;
}

.table-type-1 .tbl-typ-1-tr{

}

.table-type-1 .tbl-typ-1-tr td{
    background: #08213E;
    border: 1px solid #08213E;
    padding: 5px;
    color: #f6f6f6;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}


.table-type-1 .tbl-typ-1-tr-in td{
    border: 1px solid #08213E;
    background: #f6f6f6;
    padding: 5px;
    color: #08213E;
    font-size: 12px;
    font-weight: 500;
    vertical-align: top;
}

.tbl-btn-1{
        padding: 5px;
    background: #F47928;
    margin: 1px;
    display: inline-block;
    border-radius: 4px;
    color: #f6f6f6;
}
.tbl-btn-1:hover{
    color: #08213E;

}

.input-type-1{
        margin: 0px 0px 0px 15px;
    outline: 0;
    display: inline-block;
    height: 30px;
    border: 0;
    background: #f6f6f6;
    padding: 4px;
    color: #08213E;
    font-size: 16px;
    width: 200px;
    border-bottom: 3px solid #F47928;
}

.select-type-1{
       margin: 0px 0px 0px 15px;
    outline: 0;
    display: inline-block;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    font-size: 16px;
    border-bottom: 3px solid #F47928;

}


.select-type-2{
         margin: 0px 0px 0px 15px;
    outline: 0;
    display: inline-block;
    height: 40px;
    border: 0;
    background: #F47928;
    font-size: 16px;
    border-bottom: 3px solid #08213E;
    color: #f6f6f6;
    font-weight: bold;

}

.invc-infos{
    background: #f6f6f6;
    padding: 10px;
    margin: 10px ;
    border: 2px solid #08213E;
}



.invc-infos span{
font-size: 15px;
    color: #08213E;
}

.invc-infos span b{
color: #F47928;
}

.invc-table{
    display: table;
    margin: 0px auto;
    width: 100%;
    text-align: left;
}

.invc-table .invc-table-head td{
    background: #08213E;
    padding: 4px;
    border: 1px solid #f6f6f6;
    color: #f6f6f6;
}


.invc-table-footer td{
    background: #f6f6f6;
    border: 1px solid #08213E;
    padding: 4px;
    color: #08213E;
}
.txt-r{
    text-align: right;
}

.invc-table-article td{
    background: #f6f6f6;
    border: 1px solid #08213E;
    padding: 4px;
    color: #08213E;
}


.invc-table-artcl-ex{
    opacity: 0.5;
}

.page-box{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
}
.page-box-close{
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    background: #08213E;
    color: #f6f6f6;
    font-size: 30px;
    text-align: center;
    padding: 4px;
    padding-bottom: 6px;
    cursor: pointer;
}

.page-box-close:hover{
    color: #F47928;
}

.pg-box-content{
    margin:0px auto;
    margin-top: 50px;
    width: 90%;
    border: 1px solid #08213E;
    background: #fff;
    padding: 10px;
        margin-bottom: 50px;

}


.input-quantity{
        padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    outline: 0;
    width: 95%;
    margin: 0px auto;
    display: block;
    border: 2px;
    transition:0.5s;
}

.input-quantity:focus{
    box-shadow: 0px 0 4px 0 #F47928;
    transition:0.5s;

}
.invc-etat{
    font-size: 10px;
    padding: 5px;
    color: #f6f6f6 !important;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}



.invc-acc{
    font-size: 10px;
    padding: 5px;
    color: #f6f6f6;
    border-radius: 4px;
    font-weight: 200;
    text-align: center;
    background: #F47928;
    border: 1px solid #F47928;
    display: inline-block;
    margin: 1px;
}


.invc-acc:hover{
    background: #f6f6f6;
    color: #F47928;   
}



.invc-acc2{
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    color: #f6f6f6;
    border-radius: 4px;
    font-weight: 200;
    text-align: center;
    background: #F47928;
    border: 1px solid #F47928;
    display: inline-block;
    margin: 1px;
}


.invc-acc2:hover{
    background: #f6f6f6;
    color: #F47928;   
}



#sep-border{
    margin: 0px auto;
    width: 95%;
    height: 1px;
    background: #F47928;
    margin-top: 10px;
    margin-bottom: 10px;
}

.show-inv-box{
    padding: 5px;
    border: 2px solid #08213E;
    width: 95%;
    margin: 0px auto;
}

.inv-page-sep-border{
    margin: 0px auto;
    width: 85%;
    height: 1px;
    background: #08213E;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-boxes-inv{
    width: 45%;
    border: 1px solid #08213E;
    padding: 4px;
    margin: 4px;
}

.inv-costumer-box{
        float: left;
        text-align: left;
}


.inv-invoice-box{
        float: right;
        text-align: left;
}

.cstmr-info-i{
    font-size: 16px;
    font-weight: 900;
    color: #08213E;
}

.cstmr-info-content{
    font-size: 14px;
    font-weight: 700;
    color: #F47928;
}

.invoice-about-info{
    color: #08213E;
    font-size: 14px;
    font-family: monospace;
}


.invoice-about-info b{
    font-size: 18px;
}

.payment-info-box{
    width: 75%;
    border: 2px solid #08213E;
    padding: 10px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.invc_paid_pic{
    width: 70%;
    border: 2px solid #F47928; 
}


.link-to-pdf{
    margin: 5px;
    display: inline-block;
    padding: 10px;
    color: #f6f6f6;
    background: #08213E;
    border-bottom: 3px solid #F47928;
}


.link-to-pdf:hover{
    background: #F47928;
    border-bottom: 3px solid #08213E;
}


.input-to-pdf{
        width: 90%;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border: 2px solid #F47928;
    border-radius: 4px;
    transition:0.5s;
    display: block;
margin: 0px auto;    
}

.input-to-pdf:focus{
    border: 2px solid #08213E;
    transition:0.5s;
}

.home-boxes-sml{
    width:20%;
    display: inline-block;
    margin: 25px 25px 0 0;
    color: #f6f6f6;
     border-radius: 5px;

}
.home-boxes-sml-icon{
    display: inline-block;
    width: 30%;
    vertical-align: top;
     font-size: 65px;

}
.home-boxes-sml-icon i{
    margin: 15px;
}
.home-boxes-sml-text{
    display: inline-block;
    width: 65%;
    vertical-align: top;
    text-align: center;
}

.home-boxes-sml-text .p_number{
    font-size: 25px;
    margin: 0;
    font-weight: 900;
        margin-top: 15px;
}

.home-boxes-sml-text .p_text{
        margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
        margin-top: 10px;
}





































































