

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #332;
}

.footerBiorad{
    left: 0px;
    width:100%;
    padding:25px;
    z-index:99;
    bottom:0;
    position:fixed!important;
    background-color:#FFFFFF;
    box-shadow:2px 2px 10px 2px grey;
    box-sizing:border-box;
}

label{
    font-weight: normal;
}

input{
    padding: 9px!important;
    border-radius: 4px!important;

}


/* Header - Footer */

#header{
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    box-shadow: 2px 2px 10px 2px grey;

}

#logo {
    margin: 22px 22px 22px 22px;
}



/* For the btn send your declaration */
.col-sm-6{
        width: 100%!important;
}

.form-action-container-left{
    float:initial;
    text-align: center;
}




#UpdateButton{  
    background-color: #ff9900!important;
    border-color: #ccc!important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.add-folder{
    display: none
}

input{
    border-radius: 3px!important;
}

/* Libelle - Champs */
.form-control-cell, .state-cell{
    column-count: 2;
}



/* Titre en vert */
.tab-title, .section-title{
    background-color: #00a550;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 0px!important;

}


.tab-column{    
    border-color: #ddd;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}


.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}

.rightRo {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rightRo.right{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
    
}
#statecode{
    padding-left: 0px;
}

.footerHref{
    color:#ff6600!important;
}


.labelClass{
    position: relative;
    display: block; 
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 18px;
}

/* Table Liquid Report */

.TLReport{
    background-color:white;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4{
    font-size : 18px;
}

.p{
    margin: 0 0 10px;
}




/* Stytle CustomerOrder */
.tdCustomerOrder{
    background-color: #fafafa;
    box-sizing: border-box;
    background-clip: content-box;
}

.tdCustomerOrder::after{    
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid #eee;
}

#azeo_customer_order_label{
    font-size: 18px;
    display: inline-table;
    margin: 10px

}

#azeo_customer_order{
    margin: 10px 10px 10px -50px;
}


/* Comments Style */

.commentsColumn{
    column-count: 1!important;
}

.oldComment{
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 2px solid #ccc;
    border-radius: 0;
}

#azeo_comments{
    border-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Change Color  Orange to Green */
.orangeBackground{
    background-color: #ff9900!important;
    color: white!important;
}

.greenBackground{
    background-color: #00a550!
}

.orangeBorder{
    border: 2px solid #ff9900;
}

.box-orange:enabled {
    border: 2px solid #ff6600;
}

.box-green:enabled {
    border: 2px solid #e3e3e3;
}

.grayBackground{
    background-color: #f5f5f5!important;
    border: 1px solid #e3e3e3!important;
    
}

.file_uploaded{
    margin-top: 15px;
    margin-bottom: 15px;
}


