/** nouveau template popup darty **/
/** **************************** **/
#main_template_popup {
	display: none;
}
.dartyPopup {
	border: none;
	background: none;

}
.dartyPopup .darty_popup_cadre {
	padding: 10px;
	background: #FFFFFF;
    height: 230px;
}
.dartyPopup .darty_popup_conteneur {
	padding: 0;
    margin: 0;
}
.dartyPopup .ui-dialog-titlebar {
	display:none;
}
.dartyPopup h2.title-red {
	color: white;
	background: url("/res3/views/catalog/images/popup_header.gif") repeat-y scroll left top #C30000;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0;
	padding-left: 10px;
} 

#darty_wait_popup {
	display:none;
    min-height: none !important;
    padding-bottom: 20px;
}
#darty_wait_popup .loading-text {
    text-align: center;
    font-size: 12px;
    color:#353535;
}
#darty_wait_popup .loading-animation {
	width: 100%;
	height: 13px;
	margin: 0 auto;
}

/* IE6-8 Specific Code */
html.ie6 .dartyPopup .darty_popup_cadre,
html.ie7 .dartyPopup .darty_popup_cadre,
html.ie8 .dartyPopup .darty_popup_cadre {
   zoom: 1;
   border: 5px solid #888888;
   /*filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-5, OffY=5, Color=#888888);*/
}

/** styles communs pour les popups de modification d'adresses (tunnel d'achat + espace client) **/
/** ****************************************************************************************** **/
.dartyPopup .entete_bloc_container,
#popup_content .entete_bloc_container {
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.dartyPopup .entete_bloc_container.gris_fonce,
#popup_content .entete_bloc_container.gris_fonce {
	background-color: #434449;
}
.dartyPopup .entete_bloc_container.gris_clair,
#popup_content .entete_bloc_container.gris_clair {
	background-color: #8B8B8B;
}
.dartyPopup .entete_bloc_container .titre,
#popup_content .entete_bloc_container .titre {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.dartyPopup .entete_bloc_container .description,
#popup_content .entete_bloc_container .description {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.popup .btn-primary,
.btn_common {
    background-color: #d91627;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #b91321;
    padding: 7px 22px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    margin:10px 10px 0 0;
   
}

.dartyPopup {
   font-family: "Open Sans", Arial, sans-serif;
}

.dartyPopup .popup-title {
    color: #d91627;
    margin-top: 0;
}

.dartyPopup .content {
    font-size: 16px;
    padding-top: 0px;
}
.dartyPopup fieldset {
    padding: 0px ;
    margin: 0px; 
}

.dartyPopup input {
    line-height: 20px;
    height: 30px;
    display: block;
    margin-right: 10px;
    margin-bottom: 40px;
}

.dartyPopup p {
    margin-top: 0px;
    text-align: left;
}

.dartyPopup  .dartyPopupFermer {
    position: absolute;
    z-index:10;
    top: 10px;
    right: 15px;
    margin: 0;
    padding: 5px;
    border: 0;
    background: none;
}

.dartyPopup  .img_fermer_popup {
	display: block;
    background-position: -255px -1px;
    width: 11px;
    height: 11px;
    background-image: url("/res3/views/basket/images/sprite_dcom.png");
}

.dartyPopup label.error {
    color: #d91627;
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: auto;
}

.dartyPopup a {
    color: #d91627;
}

@media screen and (min-width: 760px){
    .dartyPopup .popup-title {
        font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    }

    .popup .btn-primary,
    .btn_common  {
        font-family: "Open Sans", Arial, sans-serif !important;
        font-weight: normal;
    }

    .dartyPopup input[type=submit],
    .dartyPopup input[type=password],
    .dartyPopup input[type=reset],
    .dartyPopup input[type=button],
    .dartyPopup input[type=text] {
        width: 430px;
        max-width: 100%;
    }
  
}

@media screen and (max-width: 760px) {
    body .ui-dialog {
        width: 100% !important;
        left:0 !important;

    }

    .dartyPopup label.error {
        font-family: "Open Sans", sans-serif;
    }

    .popup .btn-primary,
    .btn_common  {
        font-family: "Open Sans", sans-serif !important;
        font-weight: bold;
    }

    .dartyPopup .popup-title {
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
    
    .dartyPopup .content {
        padding: 0;
    }
}
