/**
 */

.clear {
	clear:both;
	height:2px;	
}


.rowform{
	line-height:1.2;
	margin-bottom:20px;
	min-height:60px;
}
.rowform-slim {
	min-height:42px;
}
.rowform-auto {
	height:auto;
}

.error_star {
  color: #F00;
  padding-left: 10px;
  
  display:block;
}

img#captcha {
  vertical-align: bottom;
}


#form_demande label {
	font: normal normal 700 16px/20px var(--font);
	display:block;
	color:var(--label-color);
}
#form_demande label.float {
	display:inline-block;
}

#form_demande label.subt, #form_demande h3  {
	font:normal normal 700 20px/16px var(--font);
	color:var(--blue);
	padding-bottom:16px;
}


#form_demande input[type=text], #form_demande input[type=date] {
	flex-grow:2;
	font-size:16px;
	color:#7f7f7f;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:0 10px;
}
#form_demande input[type=text] {
	
	height:36px;
}
#form_demande input[type=date] {
	width:inherit;
}

#form_demande input.cp {
	flex-grow:0;
	width:4.25rem;
}
#form_demande input.ville {
	
}
#form_demande fieldset {
	width:calc( 50% - 30px );
	display:inline-block;
	border:0;
	padding:0;
	margin:0 10px;
	vertical-align:top;
}
#form_demande fieldset.full {
	width:90%;
}
span.vide {
	font-size:0px;
	line-height:12px;
	vertical-align:top;
	width:20px;
	height:20px;
	display:inline-block;
}
span.needed {
	
	font-size:0px;
	vertical-align:top;
	background:transparent url(../images/ok.png) no-repeat;
	width:30px;
	height:30px;
	background-size:20px;
	background-position:center center;
	display:inline-block;
}
span.error {
	background-image:url(../images/ko2.png) ;
}

/* message box */
.blockUI {
}
.blockUI .blockTitle {
	color:#260808;
	background:#d9b979;
	padding:10px
}
.blockUI .message {
	background:#efefef;
	color:#260808;
	padding:10px;
	text-align:left;
	line-height:2em;
	font-weight:bold;
}

button {
	display:inherit;
	min-width:250px;
	background-color: var(--blue);
	color:#fff;
	border:0;
	padding:4px;
	cursor:pointer;
}


#form_demande div#defunt, #form_demande div.demandeur, #form_demande div#commentaires, #form_demande div.beneficiaire {
	padding-bottom:10px;
}
#form_demande div.beneficiaire {
	padding-top:5px;
}

span.rbox {
	display:flex;
	align-items: center;
	height:24px;
	line-height:24px;
}
span.rbox span { margin:0 8px 0 4px; }

#commentaires textarea {
	width: 96%;
    margin: 10px;
    border:1px solid #ccc;
    color:#7f7f7f;
    font-size:16px;
}


.uploadifive-button {
	background:none;
    background-color: var(--blue);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    color: #FFF;
    border:0;
    font: normal normal 400 14px/22px var(--font);
    text-align: center!important;
    width: auto!important;
    height:55px!important;
    line-height:55px!important;
    padding:0 20px;
    display:inline-block!important;
    text-transform:none; 
    text-shadow:none;
    cursor:pointer;
}
.uploadifive-button input[type=file] {
	line-height:55px;
	cursor:pointer;
	width:100%;
}
.uploadifive-button:hover {
	background:none;
    background-color: var(--blue);
	
}
.uploadifive-button .needed {
	background:transparent url(../images/ok2.png) no-repeat;
}
.uploadifive-button .error {
	background:transparent url(../images/ko2.png) no-repeat;
}
.note {
	line-height:25px;
	padding:10px;
}

.ierror {
	border:1px solid red!important;
}
span.insideerror {
	font-weight:bold;
}
span.insideerror span.indic {
	background:transparent url(../images/help.png) no-repeat;
	height:16px;width:16px;display:inline-block;
	vertical-align:top;
	margin-left:2px;
}


.uploadifive-queue-item .close {
	float:left;
	font-weight:bold;
	margin-top:5px;
	vertical-align:middle;
}

.uploadifive-queue-item div span.filename ,.uploadifive-queue-item div span.fileinfo {
	font-weight:bold;
	font-size:11pt;
}

#step1 {
	
}
#step1 button {
	
	width: 45%;
    display: inline-block;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
	min-height: 130px;
	background-color:var(--lightblue);  
	font-size:14pt;  
}


.radio {
  position: relative;
  float: left;
  clear: left;
  display: block;
  padding-left: 30px;
  padding-right: 25px;
  cursor: pointer;
}
.radio:before {
  background: #fff;
  content: "";
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bbb;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: inset 0 0 3px 0 #ccc;
  -moz-box-shadow: inset 0 0 3px 0 #ccc;
  -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}
input[type="radio"] {
  display: none!important;
} 
input[type="radio"]:checked + label:before {
  content: "\2022";
  text-align: center;
  color: var(--blue);
  font-size:34px;
  line-height:18px;
  font-family:Tahoma;
  
}
.pad-top {
	padding-top:6px;
}
