.success_register {
	display: block;
	margin: 20px auto;
	padding: 10px;
	line-height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b4cf8a;
	background-color: #F1F5EC;
	background-image: linear-gradient(bottom, #eef6dc 0%, #f7ffec 100%);
	background-image: -o-linear-gradient(bottom, #eef6dc 0%, #f7ffec 100%);
	background-image: -moz-linear-gradient(bottom, #eef6dc 0%, #f7ffec 100%);
	background-image: -webkit-linear-gradient(bottom, #eef6dc 0%, #f7ffec 100%);
	background-image: -ms-linear-gradient(bottom, #eef6dc 0%, #f7ffec 100%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7ffec, endColorstr=#eef6dc);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7ffec, endColorstr=#eef6dc)";
}

input[type="checkbox"]{
	vertical-align:top;
	margin-top:1px;
}

.success_register h2 {
	margin: 10px 0 25px;
}

img.remove_file{
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.info {
	font-size:.85em;
	color: #888888;
	margin-left: 25px;
}
.info ul{
	list-style-type: disc;
	padding-left:11px;
}

.tableForm select{
	width: auto;
}

.tableForm input[type="text"]{
	max-width: 300px;
	width:90%;
}

.tableForm label{
	width:170px;
}

.tableForm .checkbox_label{
	text-align:left;
	display: inline-block;
	width:94%;
	font-size:13px;
}

#phoneNum{
	width:150px !important;
}

.tableForm td.pad-top{
	padding-top:2em;
}

a.what-info{
	margin-top:1em;
	font-size:13px;
	text-decoration:underline;
}

a.why-card{
	display:block;
	margin-top:-0.5em;
	margin-bottom:2em;
	font-size:13px;
	text-decoration:underline;
}

p.boxed-idea{
	background:url("/images/picto-phone.png") no-repeat scroll 1.5em center #FCFAF5;
	border:1px solid #F1E2CC;
	color:#655B4F;
	margin-bottom:1em;
	padding:1em 15px 1em 50px;
	font-size:13px;
}

.tableDocumentType{
	width:auto;
	margin-bottom:2em;
}

.div-card{
	margin:3em 0 1em 0;
}

#empty_input_1, #empty_input_2, #empty_input_3 {
    text-align:center;
}
.recto{
  float:left;
  margin:0 4% 2em 0%;
}

.bg-id-recto{
	width:300px;
	height:213px;
	border:1px solid #ddd;
	margin:0.4em auto 0.8em auto;
}

.bg-id-recto.background{
  background:url(/images/bg-id-recto.png);
}

.verso{
  float:left;
  margin:0 4% 2em 0%;
}
.bg-id-verso{
	width:300px;
	height:213px;
	border:1px solid #ddd;
	margin:0.4em auto 0.8em auto;
}
.bg-id-verso.background{
  background:url(/images/bg-id-verso.png);
}

#upload-passport{
  margin:2em 0%;
  width:302px;
}
.bg-passport{
	width:300px;
	height:213px;
	border:1px solid #ddd;
	margin:0.8em auto;
}
.bg-passport.background{
  background:url(/images/bg-passport.png);
}

#recap input[type="text"] {
  width: 200% !important;
}

/************************
* authentication dialog *
************************/
.ui-dialog-title{
	float:inherit !important;
	margin:0 !important;
}
#auth-dialog-code {
	text-align: center;
	font-size: 13px;
	height:auto !important;
}

#auth-dialog-code input[type="text"]:hover, input[type="text"]:focus{
	border:1px solid #0071ae;
	box-shadow:0 0 3px #0071ae;
}
#auth-dialog-code form {
	margin:1.5em;
}
#auth-code{
	width:9em;
	letter-spacing:1px;
        text-align:center;
}
#check-code{
	cursor:pointer;
}
input.btnSmall{
	margin:0 0 0 10px;
	cursor:pointer;
	vertical-align:middle;
}
#contenuLog .info li{
	margin-bottom:5px;
}
.ui-widget-header{
	height:49px;
	border:none !important;
	padding:0 !important;
	font-size:1.3em;
	text-align:center;
	line-height:43px;
	background: -moz-linear-gradient(center bottom , #18437D 0%, #205F93 100%) repeat scroll 0 0 #204981;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2e7ec2;
}
#bad-code, #code-expired, #exceeded-code, #error-sending-OTP, #code-ok {
  margin-top:15px;
  margin-bottom:5px;
  width:auto;
}

a.pdf{text-decoration:underline;}

/*.ui-widget input {
	padding:4px 0 4px 1em;
	letter-spacing:0.5em;
	width:5.5em;
}*/

.ui-widget {
	padding: .2em;
}

/************************
*   flash               *
************************/

/************************
*   flash               *
************************/
#flashContent, #FlexPaperViewer {
  margin:0;
	text-align:center;
	background:#888;
	left:0;
	border:1px solid #cccccc;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);}

#pdf-image-viewer{
	width:100% !important;
	height:550px;
	overflow-y:auto;
	overflow-x:hidden;
	background:#ddd;
}
#register-step3 #altContent{
	border:1px solid #ddd;
	height:300px;
	overflow-y:scroll;
}
#register-step3 #altContent img{
	width:100%;
}
#whiteboard{
	background:#fff;
	width:100%;
}
.relative_use{
	width:100%;
}

.docLoaded{
	background:#f6f6f6;
	border:1px solid #ccc;
	padding:0.3em;
}

.progress-bar {
  margin-top: 5px;
	margin-bottom:3px;
  position: relative;
  height: 10px;
  padding-right: 2px;
  background-color: #abb2bc;
	background-image: linear-gradient(#b6bcc6 0%, #9da5b0 100%);
	background-image: -o-linear-gradient(#b6bcc6 0%, #9da5b0 100%);
	background-image: -moz-linear-gradient(#b6bcc6 0%, #9da5b0 100%);
	background-image: -webkit-linear-gradient(#b6bcc6 0%, #9da5b0 100%);
	background-image: -ms-linear-gradient(#b6bcc6 0%, #9da5b0 100%);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b6bcc6, endColorstr=#9da5b0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b6bcc6, endColorstr=#9da5b0)";
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
}

.progress {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-size: 20px 20px;
  background-color: #80ba41;
  background: -webkit-gradient(linear, 0 0, 100 100,
    color-stop(0.00, rgba(255,255,255,0.17)),
    color-stop(0.19, rgba(255,255,255,0.17)),
    color-stop(0.20, rgba(255,255,255,0)),
    color-stop(0.39, rgba(255,255,255,0)),
    color-stop(0.40, rgba(255,255,255,0.17)),
    color-stop(0.59, rgba(255,255,255,0.17)),
    color-stop(0.60, rgba(255,255,255,0)),
		color-stop(0.79, rgba(255,255,255,0)),
    color-stop(0.80, rgba(255,255,255,0.17)),
    color-stop(1.00, rgba(255,255,255,0.17))
  ), -webkit-gradient(linear, left bottom, left top, color-stop(0, #74d04c), color-stop(1, #9bdd62));
  background: -moz-repeating-linear-gradient(top left -30deg,
    rgba(255,255,255,0.17),
    rgba(255,255,255,0.17) 12px,
    rgba(255,255,255,0) 12px,
    rgba(255,255,255,0) 24px
  ), -moz-linear-gradient(#a2dd62 0%, #84d04c 100%);
  -webkit-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  -moz-box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  box-shadow: inset 0px 1px 0px 0px #dbf383, inset 0px -1px 1px #58c43a;
  border: 1px solid #4c8932;
  -webkit-animation: animate-stripes 2s linear infinite;

  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }

  to {
   background-position: 44px 0;
  }
}

.hidden {
  display: none;
}

#validationSessionId {
  width: 300px;
}
/************************
*   MESSAGES            *
************************/
.field-error-msg-hide {
  display: none;
}

.field-error-msg {
  width: auto !important
}


#loadingDiv {
    position: fixed;
    padding: 40px;
    left: 40%;
    top: 35%;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    background-color: white;
    width: 350px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 0px 20px #888888  ;
    z-index: 20;
    display: none;
}
#loadingDiv p {
    font-size: 18px;
}
