/* Css de backoffice_gestion_sendinblue_systeme */
.btn_pour_liste_template_sendinblue {
    color:#fff;
    max-width:250px;
    cursor:pointer;
    padding: 3px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: #515B62; /* old browsers */
    background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
}

.btn_pour_liste_template_sendinblue img {
    max-height:17px;
    width:auto;
    margin-right:8px;
}

.la_liste_des_templates_sendinblue {
    display: none;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.encadre_bouton_template_sendinblue img {
	height:20px;
	width:auto;
	margin-right:8px;
}

.encadre_bouton_template_sendinblue {
    font-size: 11px;
    color:#fff;
	cursor:pointer;
	padding: 5px;
    background: #515B62; /* old browsers */
    background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
}

.encadre_bouton_template_sendinblue:hover {
	background: #5F6B72; /* old browsers */
    background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
}

.encadre_bouton_template_sendinblue:active {
    padding: 5px 12px;
    top: 0;
    background: #515B62; /* old browsers */
    background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */        -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}

.mini_fiche_template_sendinblue img {
	height: 80px;
	width:auto;
}

.mini_fiche_template_sendinblue {
    padding: 7px;
    border:1px solid #30639d;
    margin-top: 7px;
    background-color: #edf5ff;
    font-size: 14px;
}

.mini_fiche_template_sendinblue input {
    text-align: left;
    padding-left:10px;
}

.lien_affiche_variable {
	cursor:pointer;
	color:#0008ae;
	text-decoration: underline;
}

.lien_retour_devis {
    cursor:pointer;
    color:#00ae39;
    text-decoration: underline;
}

.encadre_variable_sendinblue {
    background-color:#ecf9ff;
    border:1px solid #618190;
    padding: 5px;
    margin-bottom: 7px;
}

.label_variable_sendinblue {
    color:#224150;
}

.valeur_variable_sendinblue {
    font-weight:bold;
    color:#000;
}