/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */





/*********** MULTIBOUTIQUE ************************************************************/
body.only_one_shop_activated .main-header,
body.only_one_shop_activated .header-toolbar,
body.only_one_shop_activated #header_infos,
body.only_one_shop_activated .page-head {background-color:#FF555E  !important;}
/**********************/

/*********** LOGIN ************************************************************/
#login-panel #login-header,
#login-panel #login-footer,
#login-panel #shop-img,
#login-panel #shop_name,
#login-panel .show-forgot-password{display:none !important;}
/**********************/



/*********** RETOURS ************************************************************/
#order_return_fieldset_general{display:none !important;}
/**********************/


/*********** LOGIN ************************************************************/

.adminreturn  .bootstrap .form-horizontal .control-label{padding-top:0;}

.adminreturn  b.message{color:#FF0000;font-size:14px; line-height:1.4;}
/**********************/



/*********** PRODUCT - PRIX SPECIFIQUES ************************************************************/

#js-specific-price-list tbody tr.dont_touch{background-color:#999;}
#js-specific-price-list tbody tr{background-color:#99FF33;}

/**********************/


/*********** MODULE PRIX SPECIFIQUES ************************************************************/

.admineditspecificprices #table-specific_price tbody tr.dont_touch .btn-group-action{display:none;}
.admineditspecificprices #table-specific_price tbody tr.dont_touch input,
.admineditspecificprices #table-specific_price tbody tr.dont_touch select{background-color:#999;}
.admineditspecificprices #table-specific_price tbody tr.dont_touch .cantouch input{background-color:#00FF66;}

/**********************/


/*********** LISTE COMMANDES ************************************************************/

.bootstrap .table tbody > tr > td.is_partiel_field .label {
    padding: 0;
    background-color: transparent !important;
    color: #F00!important;
    font-weight: 700;
    font-size: 18px;
}

.bootstrap .table tbody > tr > td.transporteur {
    font-weight: 700;
}


.bootstrap #table-order .btn-group-action .dropdown-menu {
    min-width:110px;
	padding-right:10px;
}

.bootstrap #table-order .btn-group-action .dropdown-menu i {
    position:relative;
	top:3px;
}


.product_action  .btn-group{
	min-width: max-content;
}

.order_action  #add_product{
	display:none !important;
}




/**********************/


/*********** LISTE COMMANDES MOBILE ************************************************************/




/**********************/




/*********** COMMANDE ************************************************************/

.adminorders #tva_intra_bloc .well{
	background-color:#FF0;
}

.adminorders #orderProducts .entrepot_1 > td.advancedstock_stock_detail .entrepot_1 strong{color:#FF0000;}
.adminorders #orderProducts .entrepot_2 > td.advancedstock_stock_detail .entrepot_2 strong{color:#FF0000;}
.adminorders #orderProducts .entrepot_3 > td.advancedstock_stock_detail .entrepot_3 strong{color:#FF0000;}

.adminorders #orderProducts .entrepot_1 > td{background-color:#b7f2ff}
.adminorders #orderProducts .entrepot_2 > td{background-color:#acfeba;}
.adminorders #orderProducts .entrepot_3 > td{background-color:#fcffb7;}



.alerte-majeure{
	background-color:#DC143C !important;
	color:#fff !important;
	font-size:16px !important;
	padding-left: 80px !important;
}


.boutons_expeditions{margin-top:0px; padding:5px 0;}
	.boutons_expeditions form{display:inline !important;}
		
		.boutons_expeditions button{
			background-color: #0FF !important;
    		border-color: #dedede !important;
    		color: #000 !important;
		}
		
		.boutons_expeditions button b{color:#F0F !important;}
		
		.boutons_expeditions button:hover{
			background-color:#06F !important;
    		border-color: #000 !important;
    		color: #fff !important;
		}
		
		.boutons_expeditions button:hover b{color:#fff !important;}




.adminorders  #alma-refund{display:none !important;}

/**********************/


/*********** COMMANDE MODIFIE ************************************************************/
.adminorderedit .bootstrap .table>tbody>tr>td, 
.adminorderedit .bootstrap .table>tbody>tr>th, 
.adminorderedit .bootstrap .table>tfoot>tr>td, 
.adminorderedit .bootstrap .table>tfoot>tr>th, 
.adminorderedit .bootstrap .table>thead>tr>td, 
.adminorderedit .bootstrap .table>thead>tr>th {
    vertical-align: middle;
}

.adminorderedit .container-command-top-spacing .add_product  {
    display:none !important;
}


.adminorderedit .panel .control-label[for="id_tax_rules_group"]  {
    padding: 0 30px 0 0;
}


/**********************/

/*********** FAMILLE PRODUITS ************************************************************/


.table.famille_produits{
	/*margin: 1rem 1rem;*/
}

.table.famille_produits tr.couleur_0 td{background-color:#0af6f3;}
.table.famille_produits tr.couleur_1 td{background-color:#fff;}
.table.famille_produits tr.couleur_2 td{background-color:#363e42;color:#fff;}
.table.famille_produits tr.couleur_3 td{background-color:#8e0700;color:#fff;}
.table.famille_produits tr.couleur_4 td{background-color:#000; color:#fff;}
.table.famille_produits tr.couleur_5 td{background-color:#6c7156; color:#fff;}
.table.famille_produits tr.couleur_6 td{background-color:#faca30; color:#000;}
.table.famille_produits tr.couleur_7 td{background-color:#563a2f; color:#fff;}
.table.famille_produits tr.couleur_8 td{background-color:#d0b084; color:#fff;}

.table.famille_produits tr.selected th,
.table.famille_produits tr.selected td:not(.couleur){
	font-weight:700;
	background-color:#FFFF00 !important;
	color:#000 !important;
}

.table.famille_produits th,
.table.famille_produits td{
	width:16.67%;
}

.table.famille_produits th.large,
.table.famille_produits td.large{
	width:25%;
}

/**********************/





