.title-container-back-container{
    min-height: 34px;
    width: 34px;
    line-height: 34px;
    background: #dfe6f1;
    height: calc(100% - 4px);
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
}

.form-actions.stuck{
    /*position: fixed;
    bottom: 0px;
    width: 100%;
    margin-left: -15px;
    margin-bottom: 0px;
    z-index: 5;
    border-radius: 0px;*/
}

.core-col-fct{ text-align: right}

h4 {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 1px 2px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 5px;
}
.btn-danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.btn-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-dialog-center {
    margin-top: 25%;
}

.modal-body-center{
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}
