.site { color: #000000; font-weight: bold; }
.tab, .user, .site { padding: 1px 1px 1px 1px; }
.tblhierarchy { border-bottom: #8B8B8B 1px solid; border-left: 0px solid; border-right: 0px solid; border-top: #8B8B8B 1px solid; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F9F9F9,endColorStr=#CACACA); }

.clear
{	clear: both ;
}



/*
td.c1 {border:#B8B8B8 1px solid;}
table.bloc { border: 1px solid #8B8B8B; border-spacing: 0px; padding: 3px 3px 3px 3px; text-align: left;}
.alert { background-color: #8B8B8B; border: 1px solid #000000; font: MessageBox; }

*/

div.menu1 {
	border: 1px solid #CCC;
	width:100%
}
div.menu2 {
	position : relative;
	left:20px;
	background-color:#F1F1F1;
	width:97%
}
input.navigation {
	width: 190px;
	border: 1px solid #CCC;
	padding : 0px;
}

#fLogin {margin-bottom:1000px;}

/* selection multiple */

table.lstValue td
{	vertical-align: top ;
}
table.lstValue ul
{	list-style: none ;
	height: 200px ;
	min-width: 200px ;
	border: 1px solid #DDDDDD ;
	overflow-y: auto ;
	margin: 0 ;
	padding: 0 ;
}
table.lstValue ul li
{	list-style: none ;
	margin: 0 ;
	padding: 2px 5px ;

	border: 1px solid white ;
}
table.lstValue ul li.selected
{	background: #33f ;
	color: white ;
	border: 1px solid #33f ;
}
table.lstValue ul li.last
{	border: 1px dotted #999 ;
	font-weight: bold ;
}


/* liste des images draggables */

ul.lstImg
{	list-style: none ;
	zoom: 1 ;
	border: 1px solid #999 ;
	padding: 0 ;
	margin: 0 ;
}
html > body ul.lstImg /* spec. FF */
{	overflow:hidden;
}
ul.lstImg li
{	list-style: none ;
	float: left ;
}

ul.lstImg li#last{
	clear: both;
	margin:20px 0; 
	border-top:1px solid #333;
	float:none;
}
ul.lstImg li a
{	border: none ;
	text-decoration: none ;
	color: black ;
}
ul.lstImg li p
{	color: black ;
	font-size: 9px ;
}
ul.lstImg li a img
{	border: none ;
}

/* critères de recherche */

ul.critere
{	margin: 0 ;
	padding: 10px ;
	list-style: none ;
}
ul.critere label
{	display: inline-block ;
	margin: 0 ;
	padding: 0 ;
	width: 120px ;
}



/* box de tri (utilisé pour les classement merch) */
.triBoxRow {
    position:relative;
}

.triBoxEntete {
    margin: 10px 0 0 0;
    height: 40px;
}

.triBoxEntete .rechercheLabel {
    margin-left:50px;
}

.triBoxEntete .corbeille {
    border: solid black 1px;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: bottom;
    background: url(/lib/index_tools/skin/aqua/images/button_del.gif) no-repeat 5px 5px;
    margin-left: 330px;
}

.triBoxEntete .deletNoStock {
    border: solid black 1px;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: bottom;
    background: url(/lib/index_tools/skin/aqua/images/button_del.gif) no-repeat 5px 5px;
    margin-left: 0px;
}

.triBox {
    width: 930px;
    overflow: auto;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    border: 1px solid black;
    height: 550px; /* corrigé dynamiquement en fonction du nb de lignes choisis */
}

.triBox .element {
    margin: 2px;
    list-style: none;
    cursor: move;
    display: inline-block;
    width: 68px;
    height: 80px;
    overflow: hidden;
}

.triBox .element.evenLine {
    border: 2px solid #339999;
}

.triBox .element.otherLine {
    border: 2px solid white;
}

.triBox .element.offline {
    border: 2px solid black;
}

.triBox .element.noStock {
    border: 2px solid #FEA347;
}

.triBox .element.matchSearch {
    border: 2px solid red;
}

.triBox .element.current {
    border: 2px solid blue;
}

.triBoxInfoBox {
    display:none;
    height:500px;
    width:560px;
    position:absolute;
    left:940px;
    top:50px;
    z-index: 100;
}

.triBoxInfoBox .produitImg {
    border: solid black 1px;
    margin-bottom: 10px;
    width:277px;
    height:277px;
}

.triBoxInfoBox .infoLabel {
    display: inline-block;
    width:110px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0;
    font-weight: bold;
}

.triBoxInfoBox .infoValue {
    display: inline-block;
    width:165px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 0;
}

.triBoxInfoBox .corbeille {
    border: solid black 1px;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    background: url(/lib/index_tools/skin/aqua/images/button_del.gif) no-repeat 5px 5px;
}

/**css viewall offres*/
.viewAllOffre {
    background-image: url("fond_offre.png");
    height: 175px;
    width:450px;
}
.el-rte-structure a:link, .el-rte-structure a:visited {
    text-decoration: none;
    color: #000;
}


.viewAllOffre .viewallOffreText{
    display: table;
    width: 450px;
}

.viewAllOffre .viewallOffreText .logoMark{
    display: table-cell;
    width: 30%;
    height: 135px;
    vertical-align: middle;
    text-align: center;
}


#blocPlusInfo .viewAllOffre .logoMark img,.viewAllOffre .logoMark img{
    width: auto;
    padding-top: 40px;
    height: auto;
    padding-left: 10px;
    position: relative;
}
.viewAllOffre .viewallOffreText .descriptionOffre{
    padding-left:20px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    height: 150px;
    text-transform: uppercase;
    font-size:10px;
}

.viewAllOffre .validiteOffre{
    font-size:8px;
    color:#999;
    display: table;
    padding-left: 5px;
}

.viewAllOffre .viewallOffreText .minuscule{
    text-transform : lowercase;
}

.viewAllOffre .viewallOffreText .reduction{
    font-size:40px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.viewAllOffre .viewallOffreText .reductionCadeau{
    font-size:35px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.viewAllOffre .viewallOffreText .cadeau{
    font-size: 12px;
}

.viewAllOffre .viewallOffreText sup{
    position: relative;
    top: -10px;
}

.viewAllOffre .viewallOffreText .codeOffre{
    background-color: #000;
    height: 25px;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
}

/*.viewAllOffre .viewallOffreText .typeSolde {*/
    /*font-size: 16px;*/
/*}*/

/**css offres en ce moment */

div.enCeMoment {
    width: 876px;
}

div.enCeMoment div.news {
    width: 876px;
    border: solid 1px #CCCCCC;
}

div.enCeMoment div.news .ambianceMark {
    vertical-align: middle;
    width: 600px;
    height: 240px;
}

div.enCeMoment div.news .logoDescriptif {
    display: inline-block;
    width: 270px;
    height: 240px;
    text-align: center;
    vertical-align: middle;
}

div.enCeMoment div.news .logoMark img {
    width: 160px;
    height: 90px;
}

div.enCeMoment div.news .descriptionOffre {
    display: inline-block;
    height: 135px;
    width: 234px;
    text-transform: uppercase;
    font-size: 10px;
}

div.enCeMoment div.news .validiteOffre {
    font-size: 8px;
    color: #999;
}

div.enCeMoment div.news .descriptionOffre .minuscule {
    text-transform: lowercase;
}

div.enCeMoment div.news .descriptionOffre .reduction {
    font-size: 40px;
    padding-bottom: 10px;
    vertical-align: middle;
    display:inline-block;
}

div.enCeMoment div.news .descriptionOffre .reductionCadeau {
    font-size: 35px;
    padding-bottom: 10px;
    vertical-align: middle;
}

div.enCeMoment div.news .descriptionOffre .cadeau {
    font-size: 12px;
}

div.enCeMoment div.news .descriptionOffre sup {
    position: relative;
    top: -10px;
}

div.enCeMoment div.news .descriptionOffre .codeOffre {
    background-color: #000;
    height: 25px;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
}



/* Style des ONGLETS (Elément des formulaires) */

.tabs li {
    list-style: none;
    display: inline;
}

.tabs a {
    padding: 5px 10px;
    display: inline-block;
    background: #6a83ac;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin-right: 2px;
}

.tabs a.active {
    background: #fff;
    color: #000;
    border-top: 1px solid #6a83ac;
    border-left: 1px solid #6a83ac;
    border-right: 1px solid #6a83ac;
}




/* Bouton rouge */

button.btn-red {
    background-color: orange;
    background-image : none;
    text-shadow : none;
    border: 1px solid black;
}

button.btn-red:hover {
    background-color: red;
}



.visible {
    display: block;
}

.invisible {
    display: none;
}

.border-top {
    border-top: 1px dotted lightslategray;
    margin-top: 10px;
    padding-top: 10px;
}



.hasTooltip{
    background-image: url("aide.png");
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left:10px;
    z-index: 9999;
}


.message_erreur{
    width            : 98%;
    background-color : white;
    padding          : 10px;
    font-weight      : bold;
    color            : red;
    border           : 1px solid red;
    text-align       : center;
    background: url(cancel.png) no-repeat right 50%;
}
.message_info{
    width            : 98%;
    background-color : white;
    padding          : 10px;
    font-weight      : bold;
    color            : blue;
    border           : 1px solid blue;
    text-align       : center;
    background: url(cancel.png) no-repeat right 50%;
}

/* REFONTE AIDE */
#formAide {
    width: 0px;
    height: calc(100% - 96px);
    background: #f4f4f4;
    border-left: 1px solid rgb(200,200,200);
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition:all ease-out 0.5s;
}

#formAide.opened{
    width: 50%;
}

#formAide #contentAide{
    padding: 10px 20px 20px 30px;
    overflow-y: scroll;
}

#formAide .actionAide{
    position: absolute;
    bottom: -200px;
    right: 20px;
    transition:all ease-in 0.2s;
}

#formAide.opened .actionAide{
    bottom: 20px;
}

#formAide.opened .actionAide span{
    display: none;
}
#formAide #iframeAide{
    min-height: 100%;
}

#formAide #content{
    overflow-x: hidden;
}

#formAide img{
    max-width: 100%;
}

#frame_right_top {
    left: 90% !important;
    width: 180px !important;
    height: 46px;
    top: -57px !important;
}

#frame_right_top #aide {
    padding: 16.5px;
    width: 25%;
}

.has-help-content {
    background: #3CB371; //mediumseagreen
}

.empty-help-content {
    background: #FF8C00; //dark orange
}

.empty-help-content-sc-resp {
    background: #4A919E;
}

#frame_right_top .changelog-top-menu {
    padding: 16.5px;
}

.changelog-top-menu {

    font-weight: bold !important;
    cursor: pointer;
    width: 40%;
}

.changelog-bg {
    background: #FFA500; //orange
}
.changelog-bg-sc-resp {
    background: #BED3C3;
}

.changelog-top-menu-notif {
    background: #e82a2a;
}

#formChangeLog {
    width: 0px;
    height: calc(100% - 96px);
    background: #f4f4f4;
    border-left: 1px solid rgb(200,200,200);
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    transition:all ease-out 0.5s;
}

#formChangeLog.opened {
    width: 50%;
}

.customized-separator {
    width: 100%;
}

.language-ul {
    margin-left: 0px !important;
}

#notif-livraison {
    width: 150px;
    float: left;
    right: 200px;
    position: absolute;
    padding: 16.5px;
    top: 0px;
    color:whitesmoke;
    font-weight: bold;
}

.pulseit{
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes pulse {
    0% {width:200px; background-color: red;}
    50% {width:340px; background-color: #FFA500;}
    100% {width:200px; background-color: red;}
}

#finLivraison {
    background: green;
}

.hidden-notif {
    display: none;
}

#merged-merge-request {
    padding-top: 10px;
    text-align: left;
}

#countdown{
    background: rgba(255, 0, 0 ,.8);
    width: 200px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 99999999944;
    border-radius: 10px;
    user-select: none;
    color: #fff;
}

#regen-notif{
    background: rgba(255, 0, 0 ,.8);
    width: 200px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 99999999944;
    border-radius: 10px;
    user-select: none;
    color: #fff;
    display: none;
    padding: 5px;

}

#regen-api-notif{
    background: rgba(0, 0, 255 ,.8);
    width: 200px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 99999999944;
    border-radius: 10px;
    user-select: none;
    color: #fff;
    display: none;
    padding: 5px;
}

#notif-btn{
    background-color: #004F6F;
    position: relative;
    LEFT: 30px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 24px;
    font-size: 12px;
}
#sendToken{
    background-color: #004F6F;
    padding: 5px 10px;
    margin-left: 10px;
    color: #ffffff;
    border-radius: 24px;
    font-size: 12px;
    cursor:pointer;
}
.send-notif-icon,.send-airtable-icon{
    position: relative;
    left: 28px;
    top: 7px;
    cursor : pointer;
}

.regen-request-add {
    font-size : 18px !important;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.tooltip-container {
    position: relative;
    display: inline-block;
    margin-right: 8px;
}

.tooltip {
    background: #eaeaea;
    cursor: help;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    color: #222;
}

.tooltip-span {
    visibility: hidden;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 230px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover + .tooltip-span {
    visibility: visible;
}

.tooltip-span::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
}

.opened-mr-checkbox {
    display: none;
}

.warningMessage{
    color: orange;
    margin: 30px;
    font-size: 11px;
}
.returncheckBox{
    -webkit-box-shadow: 0px 0px 0px 1px rgb(255 0 0);
    width: 4px;
    -webkit-appearance: none;
    border-radius: 10%;
    border: 5px solid #ff000000 !important
}