

/** /resource/_2016/css//datepicker_EasyVie_css **/

.ui-datepicker{
  width: 267px;
  height: 223px;
  padding: 0;
  border-color: #d2d2d2;
  margin: 8px 0 0 0;
  background-color: #f8f8f6; 
}
.ui-datepicker-header{
  background-color: #9B1D70;
  border-radius: 4px 4px 0 0;
  border: none;
}
.ui-datepicker .ui-datepicker-title select{
  border-radius: 4px;
  color: #9B1D70;
  padding: 0 0 0 5px;
  margin-right: 5px;
  border-color: #FFFFFF;
}

.ui-state-disabled{
  opacity: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default{
  background: #FFFFFF;
  color: #004595;
  text-align: center;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
  font-weight: bold;
  color: #FFFFFF;
  border: none;
  background-color: #9B1D70;
}
.ui-datepicker table{
  margin: 0 0 10px 0;
}
.ui-datepicker-calendar th{
  color: #004595;
}
.date-de-naissance img {
  height: 30px;
  width: 30px;
  margin-left: -45px;
}

/** /resource/_2016/souscription/css//modal_rgpd_css **/

/***********************************/
/********* Mentions RGPD ***********/
/***********************************/

.mentions_rgpd{
  font-size: 10px;
  text-align: justify;
  color: #5c5d61;
}
/* SPECIFIC EASYBOURSE */
#page-souscription-1 .mentions_rgpd{
  margin: 0 -25px;
}
#page-souscription-4 .mentions_rgpd{
  padding-bottom: 20px;
}
/* SPECIFIC EASYVIE */
#easyvie0000-bis .mentions_rgpd{
  margin: 0 -42px;
  padding-bottom: 20px;
}
#easyvie0003 .mentions_rgpd,
#easyvie0004 .mentions_rgpd{
  padding-bottom: 20px;
}
#easyvie0005 .mentions_rgpd{
  padding-bottom: 20px;
  margin: 0 30px;
}
#easyvie0006 .mentions_rgpd{
  padding-bottom: 20px;
}
.mentions_rgpd a{
  color: #004595;
}
.mentions_rgpd a:hover{
  text-decoration: underline;
}

/********************************/
/********* Modal RGPD ***********/
/********************************/

#modalRGPD_easybourse .modal-dialog,
#modalRGPD_easyvie .modal-dialog{
  width: 60%;
  margin: 70px auto;
  text-align: justify;
  max-width: 60%;
}

#modalRGPD_easybourse .modal-content,
#modalRGPD_easyvie .modal-content{
  border-radius: 0;
  padding: 0;
}

#modalRGPD_easybourse .modal-header{
  background-color: #004595;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}

#modalRGPD_easyvie .modal-header{
  background-color: #9B1D70;
  color: #FFFFFF;
  text-align: center;
}
#modalRGPD_easybourse .modal-title,
#modalRGPD_easyvie .modal-title{
  font-weight: 600;
}


#modalRGPD_easybourse .modal-body,
#modalRGPD_easyvie .modal-body{
  padding: 20px 20px 0;
}

#modalRGPD_easybourse .modal-body p,
#modalRGPD_easyvie .modal-body p{
  margin: 0 0 10px;
}
#modalRGPD_easybourse .modal-body ul span,
#modalRGPD_easyvie .modal-body ul span{
  text-decoration: underline;
}
#modalRGPD_easybourse .modal-footer,
#modalRGPD_easyvie .modal-footer{
  text-align: center;
  padding: 0 20px 20px;
  margin-top: 0;
  border: none;
}
#modalRGPD_easybourse .modal-footer .btn-rgpd,
#modalRGPD_easyvie .modal-footer .btn-rgpd{
  padding: 16px 80px;
  margin-top: 20px !important;
  width: auto;
}
/*#modalRGPD_easyvie .modal-footer .btn-rgpd{
  background-color: #9B1D70;
  border: 2px solid #9B1D70;
}*/

/** /resource/_EB-BS/offresDeCourtage/espaceDoc//offresDeCourtage-espaceDoc_css **/

#espace-doc{
  background: url(https://media.easybourse.com/upload/media/image/81000/81172/nenuphar_04.png) no-repeat 780px 320px;
}
#espace-doc header h1{
  background: url(https://media.easybourse.com/upload/media/image/119000/119318/title_demande_doc_opt.png) no-repeat 20px 0px;
  padding: 40px 0px 10px 40px;
  margin: 30px 0;
  color: #868889;
  font-size: 1em;
}
#espace-doc form label{
  font-weight: normal;
  line-height: 1.2em;
}
#espace-doc .left_wrapper header,
#espace-doc .right_wrapper header{
  text-align: center;
  margin-bottom: 10px;
}
#espace-doc .left_wrapper header{
  padding-left: 20px;
}
#espace-doc .left_wrapper header h2,
#espace-doc .right_wrapper header h2{
  color: #836C9D;
  font-weight: bold;
  font-size: 1.1em;
}
#espace-doc .left_wrapper .img-responsive,
#espace-doc .right_wrapper .img-responsive{
  margin: 0 auto;
  display: block;
}
/*#espace-doc .left_wrapper form input,
#espace-doc .left_wrapper form select{
width: 270px;
}*/
/********* Demander documentation ********
******************************************/
.form-inner-wrapper{
  position: relative;
  border-top: 1px solid #836c9d;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(228,228,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(228,228,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(228,228,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(228,228,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(228,228,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e5',GradientType=0 ); /* IE6-9 */  
  
  -webkit-box-shadow: 0px 0px 3x 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.5);
}
.form-inner-wrapper div{
  margin-bottom: 8px;
}
.form-inner-wrapper h3{
  color: #836c9d;
  text-align: left;
  font-weight: bold;
  font-size: 1.1em;
  padding: 6px 0 7px 12px;
  margin-bottom: 15px;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(255,255,255,1) 44%, rgba(231,232,233,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(44%,rgba(255,255,255,1)), color-stop(100%,rgba(231,232,233,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 44%,rgba(231,232,233,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 44%,rgba(231,232,233,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 44%,rgba(231,232,233,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 44%,rgba(231,232,233,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8e9',GradientType=0 ); /* IE6-9 */  
}
#gender{
  width: 80px;
}
.gradient-border{
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgb(131,108,157); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(131,108,157,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(131,108,157,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(131,108,157,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(131,108,157,1) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(131,108,157,1) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(131,108,157,1) 1%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#836c9d', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}
.gradient-border.left{
  left: 0;
}
.gradient-border.right{
  right: 0;
}
.error_notification{
  color: red;
  padding-top: 70px;
  display: block;
}

/* Formulaire gauche */
.left_wrapper, .right_wrapper{
  float: left;
  text-align: center;
}
.left_wrapper{
  background: url(https://media.easybourse.com/upload/media/image/119000/119320/gauche_nenuphar_opt.png) no-repeat 0 30px;
}
.left-header-label{
  margin-left: 30px;
  margin-bottom: 20px;
}
.left_wrapper form{
  padding: 0 10px 0 15px;
  margin: 20px auto;
  text-align: left;
  position: relative;
}
.left_wrapper form input, .left_wrapper form select{
  border: 1px solid #cecece;
  width: 230px;
}
.left_wrapper form label{
  width: 110px;
  margin-bottom: 0;
  display: inline-block;
  color: #868889;
}
.left_wrapper form span{
  color: #ff4010;
}
.left_wrapper form .question input,
.left_wrapper form .question label{
  width: auto;
}
.left_wrapper form .question{
  margin: 15px 0 8px 0;
  -margin: 10px 0 8px 0;
  color: #868889;
}
.left_wrapper .question input{
  position: relative;
  top: 2px;
}
.left_wrapper .question label{
  margin-right: 15px;
  margin-left: 3px;
}

.left_wrapper button{
  background: url(https://media.easybourse.com/upload/media/image/119000/119317/btn_valider_opt.png) no-repeat center center;
  padding: 45px 0 0 0;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  color: #808080;
  background-color: transparent;
  cursor: pointer;
  width: 150px;
  position: absolute;
  bottom: -65px;
  right: 10px;
}
.champs_requis{
  position: absolute;
  bottom: -45px;
  left: 20px;
}
.left_wrapper .required_field{
  clear: both;
}


#demande_doc_confirmation{
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* Formulaire droite */
.right_wrapper{
  /**/
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}
.right_wrapper form{
  margin: 0 auto;
  position: relative;
}
.right_wrapper form label{
  color: #868889; 
}
.right_wrapper div{
  background: url(https://media.easybourse.com/upload/media/image/119000/119279/input_bg_opt.png) no-repeat 0 0;
  padding: 14px 0 0 25px;
  text-align: left;
  height: 55px;
  width: 260px;
  margin: 0 auto 10px auto;
}
.right_wrapper div.single-line{
  padding-top: 18px;
}
.right_wrapper div.higher{
  padding: 8px 0 0 25px;
}
.right_wrapper h3{
  margin: 10px 0;
  color: #868889;
  font-weight: bold;
  font-size: 1.1em;
}
.right_wrapper button{
  background: url(https://media.easybourse.com/upload/media/image/119000/119315/btn_download_violet_opt.png) no-repeat center center;
  border: 0;
  font-size: 11px;
  font-weight: bold;
  color: #808080;
  background-color: transparent;
  cursor: pointer;
  padding: 50px 10px 0 10px;
  width: 270px;
}
.right_wrapper div input,
.right_wrapper div label{
  float: left;
}
.right_wrapper div label{
  width: 220px;
}
.right_wrapper div input{
  /*margin: 2px 5px 0 0;*/
  position: relative;
  top: -2px;
  left: -8px;
}
/* block démarche */
#demarche{
  clear: both;
  background: url(https://media.easybourse.com/upload/media/image/119000/119316/warning_num_vert_opt.png) no-repeat 0 0;
  padding: 15px;
  text-align: justify;
  line-height: 13px;
  color: #2F91C9;
  width: 380px;
  margin: 20px auto 10px;
}
#demarche .glyphicon-warning-sign{
  color: red;
}
#demarche p{
  margin-top: 55px;
  padding-bottom: 10px;
}
#reminder{
  display: none;
  color: green;
}
#reminder span{
  display: block;
  text-transform: uppercase;
  font-size: 1em;
}
.extra_content{
  width: 934px;
  padding: 0 30px 20px 30px;
}
.extra_content p{
  margin-bottom: 5px;
}

/* krealid - 20160510 */
body#popin-demande-doc{
  background: none;
}
#popin-demande-doc .container {
  max-width: 610px;
  position: relative;
}
.smallOptinTxt {
  font-size: 10px;
}
.mentions_rgpd {
  font-size: 10px;
  text-align: justify;
  color: #5c5d61;
  margin: 20px -65px 0;
}
.mentions_rgpd a {
  color: #004595;
}
@media (min-width: 530px) {
  #popin-demande-doc .form{
    margin: 24px;
}

#popin-demande-doc .field-head {
  display: inline-block;
  text-align: right;
  margin: 0 16px 0 0;
  line-height: 1.1;
  width: 30%;
}

#popin-demande-doc .field-area {
  display: inline-block;
  margin-left: 0;
  width: 59%;
}

#popin-demande-doc .field-area-full {
  width: 90%;
  margin: 2px 5%;
}

#popin-demande-doc .rgpd {
  margin-left: 50px;
  width: 80%;
  text-align: justify;
}
#popin-demande-doc .captcha {
  margin-left: 90px;
}
}