/*Moteur*/
.new_account{
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.1rem;
}

#loader{
    display: none;
}
#bt-floating{
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--main-color);
    color:#fff;
    border-radius:80px;
    border-width: 0;
    width: 64px;
    height:64px;
    padding:17px 16px 14px 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition:all 0.4s ease;
    box-shadow: 1px 4px 4px rgba(0,0,0,0.2);
}

#bt-floating:hover{
    background: var(--main-color-hover);
    transform: scale(1.2);
}
.floating-labels .bar:after, .floating-labels .bar:before {
    background: var(--main-color);
}

.td-image{
    width:6em;
    height: 6em;
    padding: 0 !important;
    cursor: pointer;
}
.page-item.active .page-link {
    z-index: 1;
    color: var(--main-text-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}
#toast-container > .toast-info,#toast-container > .toast-error,#toast-container > .toast-success,#toast-container > .toast-warning,#toast-container > .toast {
    background-image: none !important;
}
.toastr-icon{
    position: fixed;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #fff;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

.modal-header{
    background-color: var(--main-color-hover-light);
}
.modal-title{
    color:black;
}
.empty-data{
    color: grey;
}

.text-xs{
    font-size: 10px !important;
}
.text-sm{
    font-size: 12px !important;
}
body .modal.show {
    display: flex !important;
}
.modal-dialog{
    max-width: 90% !important;
    min-width: 25%; !important;
}

.en-cours{
    animation-name: blink_fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes blink_fade {
    0%   {background-color:#cace00;}
    50%   {background-color: #ce9504;}
    100%   {background-color: #cace00;}
}

.field-grp-content{
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    padding-left: 50px;
}
.field-grp-content > .field{
    display: flex;
    flex: 0 0 33%;
    padding: 10px 10px;
}
.field-grp-content > .field_full{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    padding: 10px 10px;
}
.field-grp-title{
    border-bottom: 2px #ff000066 solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    padding-top: 20px;
}
.field-grp-content .form-group{
    width: 100%;
}
.file_title{
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: bold;
}
.client_info .badge{
    color:white;
}
.login-box{
    width: 60% !important;
}
.login-box .logo-name > img{
    width: 50%;
}

@media (max-width: 767px) {
    .login-box{
        width: 90% !important;
    }
    .login-option{
        flex-wrap: wrap;
    }
    .login-option > div {
        flex : 0 0 100%;
        margin-top: 10px;
    }
}


/*Box for Middloffice*/

.doc-preview{
    background-color: #e4e4e4;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.doc-preview > div{
    flex: 0 0 100%;
}
.dashboard-news{
    display: flex;
    justify-content: center;
}
.table-responsive{
    overflow-x: hidden;
}
.floating-labels .input-icon{
    top: -5px;
    position: relative;
}
.floating-labels .input-icon+.form-group{margin-left:30px}

.price-decimal{
    font-size: 0.7em;
    color: #5c5c5c;
}
.table{
    color:#000;
}
.btn-sm-bigfont {
    padding: 0 .5rem;
    font-size: 20px;
}
.modal-lg,.modal-xxl{
    max-width: none !important;
}
.modal-xxl {
    width: 99%;
}
.modal-xxl #alert-body{
    padding:0!important;
}
@media (min-width: 992px) {
    .modal-xxl {
        width: 98%;
    }
}
.tmpl-variable{
    cursor: pointer;
}
.tmpl-variable:hover{
    background: rgba(255,255,255,0.3);
}
.td-id,.td-amount,.td-dossier_id,.td-status_id{
    position: relative;
}
.warn-payment{
    position: absolute;
    top:1px;
    right:0;
    cursor: pointer;
    font-size:9px;
    color:white;
    background:red;
    border-radius:4px;
    padding: 0.2em 0.6em;
}
.warn-payment i{
    font-size:12px;
}
.text-num-dossier{
    font-size:0.7em;
    color:#029043;
    top:37px;
    left:3px;
}


#admin-unlog{
    position: fixed;
    bottom:20px;
    left:20px;
    z-index: 1000;
}
.no-wrap{
    white-space:nowrap;
}
.text-green{
    color:#00BB00;
}
.text-red{
    color:#DD0000;
}
.badge-big{
    font-size: 1rem;
    padding: .3em .6em;
}

.text-black{
    color:#000;
}
