@charset "UTF-8";
.bg, .page-login-v3:before {
    /* The image used */
    background-image: url("/images/image-background.jpg") !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-login-v2.page-dark.layout-full:after {
    background-color: rgba(44, 65, 76, 0.6);
}

.page-dark.layout-full .brand-text, .page-dark.layout-full {
    font-size: 18px;
    color: #060606;
   /* text-transform: lowercase; */
}

.labelform {

    direction: ltr;
}

.page-login-v3 .panel {

    width: 1200px;
    margin-bottom: 45px;
    background: #fff;
    border-radius: 0.286rem;
}
.warning
{
    color: #eb6709;
}
.blanc{
    color: #ffffff ;
}





.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }


}

.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label,
label.floating-label {
    top: -0.8rem;
    font-size: 0.9rem;
}
.form-control{
    border-color:#516065;
    color: #2c3033;
}
.form-material.floating {
    margin-top: 14px;
    margin-bottom: 14px;
}

.ui-tooltip-content {
    display: none;
}
.select2-container--default .select2-selection {
    text-transform: none;
    text-align:left;
}
.select2-selection__rendered{
    text-transform: none;
    text-align:left;
}

.prec {
	float: left;
}
.error {
    color: red;
}


.inputfile + label * {
    pointer-events: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.capito {
    text-align: center;
    width: 120px;
}
.ui-helper-hidden-accessible{
    display:none;
}
