/*-------------------------------------------------------------------*/
/*  		Style Général  */
/*-------------------------------------------------------------------*/

input[type=text]:focus,
input[type=search]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=password]:focus,
input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
    border-color: #b80000 !important;
    -webkit-box-shadow: 0 0 2px rgba(180, 0, 0, 0.8) !important;
    box-shadow: 0 0 2px rgba(180, 0, 0, 0.8) !important;
}
input[type=checkbox]:checked:before {
    color: #b80000 !important;
}

.theme-color{
    color: #b80000;
}
.fa-mr-0 { margin-right: 0 !important;}
.fa-mr-5 { margin-right: 5px !important;}
.fa-mr-10 { margin-right: 10px !important;}
.fa-mr-20 { margin-right: 20px !important;}

.fa-ml-0 { margin-left: 0 !important;}
.fa-ml-5 { margin-left: 5px !important;}
.fa-ml-10 { margin-left: 10px !important;}
.fa-ml-20 { margin-left: 20px !important;}

.mrt-0 {margin-top:0 !important;}
.mrt-5 {margin-top:5px !important;}
.mrt-10 {margin-top:10px !important;}
.mrt-20 {margin-top:20px !important;}
.mrt-30 {margin-top:30px !important;}
.mrt-40 {margin-top:40px !important;}
.mrt-50 {margin-top:50px !important;}
.mrt-60 {margin-top:60px !important;}
.mrt-70 {margin-top:70px !important;}
.mrt-80 {margin-top:80px !important;}
.mrt-90 {margin-top:90px !important;}
.mrt-100 {margin-top:100px !important;}

.mrb-0 {margin-bottom:0 !important;}
.mrb-5 {margin-bottom:5px !important;}
.mrb-10 {margin-bottom:10px !important;}
.mrb-20 {margin-bottom:20px !important;}
.mrb-30 {margin-bottom:30px !important;}
.mrb-40 {margin-bottom:40px !important;}
.mrb-50 {margin-bottom:50px !important;}
.mrb-60 {margin-bottom:60px !important;}
.mrb-70 {margin-bottom:70px !important;}
.mrb-80 {margin-bottom:80px !important;}
.mrb-90 {margin-bottom:90px !important;}
.mrb-100 {margin-bottom:100px !important;}

p.label,
span.label {
    display: block;
    padding: 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    /* color: #fff; */
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    min-width: 10px;
    min-height: 10px;
}
.label-default {background-color:#A9A4A6;color: #FFF;}
.label-info {background-color:#0098CB;color: #FFF;}
.label-success {background-color:#5ca710;color: #FFF;}
.label-danger {background-color: #b80000;color: #FFF;}
.label-warning {background-color:#FF9220;color: #FFF;}


/*-------------------------------------------------------------------*/
/*  		Page de Login  */
/*-------------------------------------------------------------------*/

.login{
    background-image: url(./images/bg-header-default.jpg) !important;
    background-size:cover;
    background-position:center center;
}
.login:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}
.login * {
    position: relative;
    z-index: 1;
}
#login h1 a, .login h1 a {
    background-image: url(./images/logo-admin.png);
    width: 180px;
    height: 180px;
    background-size: 100%;
}
.login form {
    -o-box-shadow: 2px 3px 10px rgba(0,0,0,.9);
    -ms-box-shadow: 2px 3px 10px rgba(0,0,0,.9);
    -moz-box-shadow: 2px 3px 10px rgba(0,0,0,.9);
    -webkit-box-shadow: 2px 3px 10px rgba(0,0,0,.9);
    box-shadow: 2px 3px 10px rgba(0,0,0,.9);
}
.login.wp-core-ui .button-primary {
    background: #b80000;
    border-color: #fd3737;
    -webkit-box-shadow: 0 1px 0 #560101;
    box-shadow: 0 1px 0 #560101;
    text-shadow: none;
}
.login.wp-core-ui .button-primary:hover {
    background: #880101 !important;
    border-color: #5d0000 !important;
}
.login #backtoblog a {
    color: #989898 !important;
}
.login #nav{
    display:none;
    visibility:hidden;
}


/*-------------------------------------------------------------------*/
/*  		Tableaux en Général  */
/*-------------------------------------------------------------------*/

.wp-list-table th {
    white-space: nowrap;
    overflow: hidden;
}

/*-------------------------------------------------------------------*/
/*  		Tableaux des Produits Woocomerce  */
/*-------------------------------------------------------------------*/
table.wp-list-table .column-name {
    width: 40%;
}
table.wp-list-table .column-N_lot {
    width: 70px;
}
table.wp-list-table .column-product_cat {
    width: 15%!important;
}
table.wp-list-table .column-estimation {
    width: 130px;
}
table.wp-list-table .column-estimation .estimPrice .estim{
    font-weight:700;
    white-space:nowrap;
}
table.wp-list-table .column-estimation .estimPrice .adjuge{
    font-size:90%;
    color:#888;
    white-space:nowrap;
}
table.wp-list-table .column-estimation .estimLabel {
    padding: 10px 0;
}

/*-------------------------------------------------------------------*/
/*  		Catégories Woocomerce  */
/*-------------------------------------------------------------------*/
.taxonomy-product_cat #addtag .term-slug-wrap{
    display:none;
}
.taxonomy-product_cat .inline-edit-col label:last-child{
    pointer-events:none;
}
.taxonomy-product_cat .inline-edit-col input[name=slug],
.taxonomy-product_cat .term-slug-wrap input[name=slug]{
    pointer-events:none;
    background-color:#e4e4e4;
    color:#888;
}
/*-------------------------------------------------------------------*/
/*  		Tableaux des catégories Woocomerce  */
/*-------------------------------------------------------------------*/

.taxonomy-product_cat table th#name{
    /*width: 30%;*/
}
.taxonomy-product_cat table th#slug{
    width: 20%;

}
.taxonomy-product_cat table .type_categorie{
    text-transform:capitalize;
}
.taxonomy-product_cat table #num_lot,
.taxonomy-product_cat table .num_lot {
    width: 70px;
    text-align: center;
}

/*-------------------------------------------------------------------*/
/*  		Tableaux des Commandes/Ordres Woocomerce  */
/*-------------------------------------------------------------------*/

.widefat .column-order_actions, .widefat .column-user_actions, .widefat .column-wc_actions {
    width: 120px;
}

/*** Bouton "Voir l'ordre" ***/
.order_actions .ordre {
    display: block;
    text-indent: -9999px;
    position: relative;
    padding: 0!important;
    height: 2em!important;
    width: 2em;
    background: #e14d43;
    color: #FFF;
    border-color: #b80000;
}
.order_actions .ordre:active,
.order_actions .ordre:focus,
.order_actions .ordre:hover {
    background: #b80000;
    color: #FFF;
    border-color: #860000;
}
.order_actions .ordre:after {
    content: "\f163";
    font-family: Dashicons;
    text-indent: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 1.85;
    margin: 0;
    text-align: center;
}

/*-------------------------------------------------------------------*/
/*  		Menu Admin Wordpress  */
/*-------------------------------------------------------------------*/

#adminmenu li.wp-menu-separator {
    border-bottom: 1px solid #6d6d6d;
}
#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image:before {
    font-family: FontAwesome!important;
    content: "\f0e3";
}
#adminmenu #menu-posts-staticblocks .menu-icon-staticblocks div.wp-menu-image:before {
    font-family: FontAwesome!important;
    content: "\f121";
}


