
#add_client {
    font-size: 11pt;
}

.add_client_separator {
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.add_client_title {
    font-size: 14pt;
    margin-top: 25px;
}

.add_client_input_container, .add-client-input-container {
    margin-top: 10px;
    min-height: 30px;
}

.add_client_input_text {
    font-size: 11pt;
    float: left;
    line-height: 35px;
    margin-right: 20px;
    width: 20.57632398753894%;
    font-style: italic;
}

.add_client_select {
    //display: block;
    margin: 10px 0;
    height: 30px;
    width: 200px;
	cursor: pointer;
}

#add_client_rubrique {
    display: none;
    margin-left: 220px;
}

.add_client_input {
    height: 35px;
    line-height: 25px;
    width: 38.94080996884735%;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

#add_client_price {
    padding-left: 10px;
    border: none;
}

.add_client_textarea {
    width: 300px;
    height: 150px;
    margin: 5px 0;
}

.add_client_input_radios {
    margin: 20px 0;
}

.add_client_input_radios .add_client_input_text {
    margin-bottom: 5px;
}

#add_client_button_container {
    margin-bottom: 30px;
}

.add_client_button {
    margin-bottom: 30px;
    margin-left: 0px;
}

.add_client_select_option {
    text-transform: capitalize;
}

#add_client_add_visible_checkbox, #add_client_tel_visible_checkbox {
    cursor: pointer;
}

#add_client_tel_visible, #add_client_add_visible {
    display: inline;
    position: relative;
    top: 3px;
    left: 10px;
}
#add_client_add_visible label {
    cursor: pointer;
}
#add_client_tel_visible span, #add_client_add_visible span {
    position: relative;
    top: -2px;
}

#add_client_required_fields, #add_client_cert, #my_recaptcha {
    margin: 20px 0;
}

#add_client_cert_checkbox {
    cursor: pointer;
}

.required {
    border: 2px solid #ff8787;
    box-shadow: 2px 1px #ddd;
    margin-bottom: 3px;
}

.requiredCheckbox {
    outline: 2px solid #ff8787;
}

#change_password_link {
    position: relative;
    top: 7px;
    text-decoration: none;
    color: #00529c;
}

#change_password_link:hover {
    text-decoration: underline;
}

.user_info_verif {
    height: 35px;
    line-height: 35px;
}

.helpContainer {
    position: relative;
}

.bubble {
    background: none repeat scroll 0 0 #fffbb8;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: none;
    left: 25px;
    padding: 8px;
    position: absolute;
    top: -11px;
    white-space: nowrap;
    width: auto;
    z-index: 99999;
}

#captchaBubble {
    left: 350px;
    top: -65px;
}

#add_client_more_info {
    margin-top: 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#add_client_more_info_image {
    margin-right: 5px;
}

#add_client_more {
	display: none;
}

.add_client_address_top {
    top: -25px !important;
}

#add_client_cert_link {
    text-decoration: underline;
    color: #555;
}

#add_client_type_annonceur {
    line-height: 35px;
}

.add_client_input_radio {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.add_client_input_radio_last {
    margin-left: 20px;
}
#add_client_pro_more {
    display: none;
}
.add_client_input_file, .add-client-input-file {
    line-height: 35px;
}
#user_info_logo, #user-info-logo {
    max-width: 150px;
    max-height: 100px;
    cursor: pointer;
}
.user_info_verif_image {
    float: left;
}
.add_client_input_container_image, .add-client-input-container-image {
    position: relative;
    min-height: 100px;
    margin-top: 15px;
}
#user_info_logo:hover, #user-info-logo:hover {
    opacity: 0.7;
}
.borderLess {
    border: none !important;
}
.deleteImage {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    top: -12px;
    right: -12px;
    padding: 0;
    cursor: pointer;
    font-size: 13pt;
    color: #00529C;
    border: 1px solid #00529C;
    background-color: transparent;
    z-index: 5;
}
.deleteImage:hover{
    border: 1px solid #006DCC;
    color: #006DCC;
}
.deleteImage>span{
    font-size: 14px;
    position: relative;
    bottom: 2px;
}
.deleteImageInit {
    top: -42px;
}
.add_client_image_container, .add-client-image-container, .user_info_verif_image {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.user_info_verif_image>.uploadFile_container:first-child, .user_info_verif_image>.uploadFile-container:first-child{
    padding-left: 0;
}
.user_info_verif_image>.uploadFile_container:last-child, .user_info_verif_image>.uploadFile-container:last-child{
    padding-right: 0;
}

.uploadFile_container, .uploadFile-container{
    position: relative;
    display: inline-block;
    width: 15.46105919003115%;
    height: 102px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

@media(max-width: 992px){
    #header{
        border-bottom: 1px solid #D5D5D5;
    }
}
@media(max-width: 991px){
    #add_client{
        padding: 0px 20px;
    }
    .add_client_input{
        width: 70% !important;
    }
    #add_client_tel_visible, #add_client_add_visible{
        display: inline-block;
        float: left;
        width: 100%;
        left: 23.8%;
    }
	.add_client_address_top {
		top: 7px !important;
	}
    .uploadFile_container, .uploadFile-container{
        width: 19.5%;
        margin-right: 3%;
    }
}
@media(max-width: 500px){
    .uploadFile_container, .uploadFile-container{
        display: block;
        width: 60% !important;
        height: 110px;
        margin: 0 auto !important;
        float: none;
        margin-bottom: 20px !important;
    }
    .add_client_input_text{
        float: none;
    }
    .loading:before{
        padding-top: 28px !important;
    }
    #alert_browser, #alert-browser{
        margin-top: 0px !important;
    }
}
@media(max-width: 700px){
    .add_client_input_container>*, .add-client-input-container>*{
        display: inline-block;
        float: left;
        position: relative;
        width: 100% !important;
    }
    #add_client_tel_visible, #add_client_add_visible, #add_client_cert_text {
        left: 0px;
		line-height: 25px;
    }
}
@media(max-width: 991px){
	#bazarLogo{
		margin-bottom: 25px; 
	}
}
@media(max-width: 679px){
	#bazarLogo{
		margin-bottom: 17px; 
	}
    .uploadFile_container, .uploadFile-container{
        width: 29.1%;
        margin-right: 4%;
    }
}

.user_info_verif_image {
	width: 150px;
}

.user_image_input, .user-image-input {
	opacity: 0;
	display: none;
	position: absolute;
}

#modify_button {
	margin-right: 10px;
	margin-bottom: 10px;
}
.loading:before{
    content: "\f021";
    font-size: 40pt;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 24px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #00529C;
    z-index: 5;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.2s infinite linear;
    animation: load 1.2s infinite linear;
}
.loading{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.loading>img{
    opacity: 0.1;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.upload_status{
    color: #00529C;
    height: 100%;
    padding-top: 21px;
    overflow: hidden;
}
.upload_status>.fa{
    display: block;

    font-size: 28pt;
    margin-bottom: 5px;
}
.upload_status>.image_path{
    width: 100%;

    margin: 0;
    white-space: nowrap;   overflow: hidden;
    text-overflow: ellipsis;
}
#alert_browser, #alert-browser{
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    margin-top: 19px;
    padding: 0 15px;
    background-color: #F9F9F9;
    border: 2px solid #00529C;
    border-radius: 4px;
    color: black;
}
#alert_browser .fa, #alert-browser .fa{
    color: #00529C;

    font-size: 32px;
}
#info{
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 23px;;
}
#alert_browser>.attention_sign, #alert-browser>.attention_sign{
    position: relative;
    display: none;
    bottom: 5px;
}
#info>p{
    /* line-height: 25px; */

}
#info>p>span{
    color: #00529C;

    text-decoration: underline;
}
@media(min-width: 888px){
    #alert_browser>.attention_sign, #alert-browser>.attention_sign{
        display: inline-block;
        margin: 0;
        margin-right: 15px;
    } 
}

.deleteImage, .deleteImage:hover {
	border: none;
}
.deleteImage {
	top: -15px;
	right: -5px;
}

.modify_button {
	margin-top: 40px;
}

#loader {
	display: none;
}
#loader img {
	position: relative;
	left: 20px;
}
.valid {
	border: 2px solid #33cc33;
    box-shadow: 2px 1px #eee;
}
.notvalid {
	border: 2px solid #ff8787;
    box-shadow: 2px 1px #ddd;
}
.logo-container {
	margin-bottom: 0px !important;
}

.infoBubble {
	color: #999;
	float: left;
	font-size: 10pt;
	font-style: italic;
	line-height: 35px;
	margin-left: 20px;
}

@media(max-width: 679px){
	.infoBubble {
		margin-left: 0px;
	}
}