
.content_container .more_user_information{
    display: block;
    float: left;
    border: 1px solid #A6A6A6;
    background-color: #fff;
    padding: 42px 52px 34px;
    width: 100%;
}

.error_container {
    display: block;
    float: left;
    border: 1px solid #f00;
    background-color: #fee;
    color: #f00;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 8px;
    width: 100%;
}

.row label {
    width: 30%;
}
.row label.lit {
    width: 22%;
}
.row label.big + label.lit {
    margin-left: 2.5%;
}

.row label.big {
    width: 41%;
    margin-left: 2.5%;
}
.row label.leftmargin {
    margin-left: 34%;
}

.row label.half{
    width: 49%;
}

.row label.half + .half{
    margin-left: 2%;
}

.row label.third{
    width: 31%;
}

.row label.third + .third{
    margin-left: 3.5%;
}

.row label.quarter{
    width: 23.5%;
}

.row label.quarter + .quarter{
    margin-left: 2%;
}

.row label.check_container {
    width:100%;
}

.content_container .more_user_information .row{
    margin-top: 10px;
}

.more_user_information .row + .row{
    border: 0px;
}

.page_content .check_container .error_validacion_form {
    float: none;
    width: auto;
}

.page_content .check_container {
    display: block;
    float: left;
    margin-top: 32px;
    margin-right: 5px;
    color: #303030;
    font-size: 14px;
    line-height: 22px;
    max-width: 500px;
    width: 100%;
}

.check_container input {
    display: block;
    float: left;
    margin-right: 8px;
    width: 22px;
    height: 22px;
}

.page_content .legal_bases_link {
    display: inline;
    margin-right: 5px;
    color: #303030;
    font-size: 14px;
    line-height: 22px;
}
.page_content .legal_bases_link:hover {
    text-decoration: none;
}

.page_content .password_level {
    display: none;
    float: right;
    margin-top: 10px;
    width: 100%;
}

.row > label {
    display: block;
    float: left;
    color: #303030;
    font-size: 14px;
    width: 30%;
    margin-left:4%;
}

.row > label:nth-child(1) {
    margin-left: 0%;
}

input[type=text],
input[type=password],
select {
    display: block;
    float: left;
    margin-top: 2px;
    border: 1px solid #A6A6A6;
    color: #303030;
    font-size: 14px;
    line-height: 27px;
    padding: 3px 8px;
    width: 100%;
    height: 33px;
}
.error input[type=text],
.error input[type=password],
.error select {
    border-color: #f00;
    background-color: #fee;
    color: #f00;
}

select option {
    padding: 5px;
}
select option:first-child {
    display: none;
}

.error_validacion_form {
    display: block;
    float: left;
    background-image: url(../_img/error.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    color: #f00;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
    width: 100%;
}

/**************
*   BUTTONS
***************/
.buttons_container {
    display: block;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.buttons_container .back {
    display: block;
    float: left;
    color: #000;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    min-width: 200px;
    padding: 0 10px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    background-color: #D4D4D4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Font1';
}
.buttons_container .back:hover {
    background-color: #B3B3B3;
}

.buttons_container .next {
    display: block;
    float: right;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    min-width: 200px;
    padding: 0 10px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Font1';

}
.buttons_container .next:hover {
    background-color: #5f5f5f;
}

.buttons_container a.back span,
.buttons_container a.next span {
    color: inherit;
    font-size: 14px;
    line-height: 0;
    font-family: 'Font2';

}
.buttons_container .loading {
    display: block;
    float: right;
    width: 22%;
}
.buttons_container .next + .loading  {
    display: none;
}

.loading img {
    display: block;
    margin: auto;
}

/**************
*   PASSWORD
***************/

.password_level {
    display: none;
    float: right;
    margin-top: 10px;
    width: 100%;
}

.password_level .graphic {
    display: block;
    float: left;
    position: relative;
    border: 1px solid #a6a6a6;
    background: #c42727;
    background: -moz-linear-gradient(left, #c42727 0%, #c17426 25%, #c1c126 50%, #72bf26 75%, #26bf26 100%);
    background: -webkit-linear-gradient(left, #c42727 0%, #c17426 25%, #c1c126 50%, #72bf26 75%, #26bf26 100%);
    background: linear-gradient(to right, #c42727 0%, #c17426 25%, #c1c126 50%, #72bf26 75%, #26bf26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42727', endColorstr='#26bf26',GradientType=1 );
    content: '';
    width: 100%;
    height: 20px;
    box-shadow: inset 0px 0px 0px 2px #fff;
    overflow: hidden;
}

.password_level .graphic:after {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    content: '';
    width: 95%;
    height: 20px;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
}
.password_level.low .graphic:after {
    width: 75%;
}
.password_level.medium .graphic:after {
    width: 50%;
}
.password_level.high .graphic:after {
    width: 25%;
}
.password_level.max .graphic:after {
    width: 0%;
}

.password_level .text {
    display: block;
    float: left;
    color: #303030;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

/*************
    POPUP
*************/
body .background_popup {
    display: none;
    position: fixed;
    background-color: #808080;
    background-color: rgba(128,128,128,0.5);
    width: 100%;
    min-width: 980px;
    height: 100%;
    z-index: 100;
}

.background_popup .popup_container {
    display: block;
    margin: auto;
    width: 50%;
    max-width: 860px;
}

.popup_container .popup {
    display: block;
    float: left;
    position: relative;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    width: 100%;
}

.popup .close_popup {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    border: 1px solid #303030;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../_img/sprite-interface.png);
    background-repeat: no-repeat;
    background-position: -44px -190px;
    width: 21px;
    height: 21px;
    z-index: 2;
    -webkit-transition: background-color 150ms;
    transition: background-color 150ms;
}
.popup .close_popup:hover {
    background-color: #d0d0d0;
}

.popup .title {
    display: block;
    float: left;
    color: #303030;
    font-family: 'Font1';
    font-size: 19px;
    text-align: center;
    line-height: 42px;
    padding-bottom: 20px;
    width: 100%;
}

.popup .popup_content {
    display: block;
    float: left;
    padding: 0px 20px 0px 10px;
    width: 100%;
    height: 430px;
    overflow: auto;
}

.popup_content p {
    display: block;
    float: left;
    margin-top: 5px;
    color: #303030;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    width: 100%;
}

/** RGPD STYLE */
#new_user .contact_table {
    padding: 0px;
    margin-top:20px;
    border: 1px solid #BBB;
    border-collapse: collapse;
    max-width: 500px;
}

#new_user  th,
#new_user  td{
    padding: 10px 5px;
    margin: 0px;
    font-size: 12px;
    text-align: left;
    border: 1px solid #BBB;
}

/** LEGAL CHECKS */
.row .legal_link {
    display: inline;
    color: #303030;
    font-size: 11px;
    line-height: 20px;
}
.row .legal_link:hover {
    text-decoration: none;
}

.row .legal_text {
    font-size:12px;
}