
/* --- CSS infobulle Editor --- */

.infobulle{
    position: absolute;
    right: -219px;
    top: -8px;
    width: 220px;
    font-size: 15px;
    line-height: 150%;
    min-height: 45px;
    opacity: 0;

    color: #ffffff !important;
    background-color: #ca3e1b;

    padding: 12px;
    padding-top: 9px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.infobulle *{
    color: #ffffff !important;
}

.infobulleIcon{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 25px 0;
    border-color: transparent #ca3e1b transparent transparent;

    position: absolute;
    left: -27px;
    top: 0;
}

.editorInputBulleError input:focus+.infobulle, .editorInputBulleError textarea:focus+.infobulle, .editorInputBulleError input:focus+span+.infobulle{
    opacity: 1;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    top: 8px;

    z-index: 305;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.editorInputBulleError textarea, .editorInputBulleError input{
    border: 1px dashed #ca3e1b;
}

.editorInputBulleError .requiredField{
    color: #ca3e1b;
}

.editorContent{
    display: inline-block;
    min-width: 55px;
    min-height: 20px;
}

.fabricPage .infobulle{
    z-index: -1;
}

/* Corrections infobulle */

input{
    position: relative;
    z-index: 100;
}

.infobulle{
    right: 8px;
    width: auto;
    max-width: 318px;
    top: 20px;
    min-height: 25px;
}

.requiredField{
    z-index: 199;
}

.infobulleIcon{
    left: auto;
    right: 0;
    top: -20px;
    z-index: 100;
}

.editorInputBulleError input:focus+.infobulle, .editorInputBulleError textarea:focus+.infobulle{
    top: 49px;
    z-index: 305;
}

.editorInputBulleError textarea:focus+.infobulle{
    top: 80px;
}

.infobulleIcon{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 24px;
    border-color: transparent transparent #ca3e1b transparent;
}

.ui-front {
    z-index: 400;
}

.ui-selectmenu-open{
    overflow: auto;
    z-index:6000;
}

/* Fin corrections infobulle */