.tabsActionTicketPublic {
    display: flex;
    justify-content: space-between;
}

div.infos {
    border-left: solid 5px #87a4f2;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 8px;
    margin: 1em 0em 1em 0em;
    background: #bdd3f875;
    color: #114188
}

div.infosCustom {
    border-left: solid 5px rgb(150, 110, 162, 0.95);
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 8px;
    margin: 1em 0em 1em 0em;
    background: #bdd3f875;
    color: rgb(150, 110, 162, 0.95);
}

#form_create_ticket,
#form_view_ticket {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.tabsActionTicketPublic>div:first-child a.butAction {
    margin-left: 0px;
}
