body:not(.easyadmin-content-width-full) .wrapper {
    max-width: initial;
!important;
}

@media (max-width: 768px) {
    .tab-content .col-3 {
        flex:      initial;
        max-width: initial;
    }
}

.sidebar-menu .header {
    margin-top: 10px;
}

.global-actions .btn.fa-arrow-alt-circle-down {
    padding-right: 25px;
}

.change-editon-sel {
    margin:             0 0 20px;
    width:              160px;
    border:             1px solid #1ABC9C;
    color:              #1ABC9C;
    font-weight:        700;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    cursor:             pointer;
    background:         none;
    border-radius:      5px;
    padding:            5px;
    margin-right:       9px;
}

.sel-edition-area {
    position: relative;
}

.sel-edition-area:after {
    content:     "\f133";
    font-family: "Font Awesome\ 5 Free";
    position:    absolute;
    top:         -1px;
    right:       15px;
    width:       16px;
    height:      16px;
    font-weight: 900;
    color:       #1ABC9C;
}

.del-file {
    color:  #5c70d6;
    cursor: pointer;
}

.content-body table.stats-dash-tickets {
    margin: 5px 0 20px 45px;
}

.content-body table.stats-dash-tickets th {
    text-align: center;
}

.content-body #statistiques-tickets table.stats-dash-tickets {
    margin: 5px 0 20px 10px;
}

.content-body .group-contreparties .content-header-help,
.content-body .group-general .content-header-help{
    color : #cd3c63;
    margin: 0;
}

.stats-dash-tickets,
.stats-dash-tickets tr,
.stats-dash-tickets th,
.stats-dash-tickets td {
    border:  1px solid #000;
    padding: 2px 5px;
}

.stats-dash-tickets th {
    text-transform: capitalize;
}

.stats-dash-tickets .empty-cell {
    background-color: rgba(0, 0, 0, .4);
}

.stats-dash-tickets tr td {
    text-align: center;
}

.stats-dash-tickets tr td:first-of-type {
    text-align:  left;
    padding:     5px 10px;
    min-width:   120px;
    font-weight: bold;
}

.stats-dash-tickets .total-line {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.dotation-div {
    align-items: center;
    justify-content: center;
}

.dotation-div .dotation-col-1 {
    width: 30%;
    float: left;
}

.dotation-div .dotation-col-2 {
    width: 70%;
    float: right;
}

.dotation-div .control-label {
    display: none;
}

body.show .dotation-div .form-widget{
    max-height: initial;
    overflow: initial;
    max-width: initial;
    flex: 0 0 100%
}

body.show .dotation-div .form-control {
    border: none;
    background-color: transparent;
}

body.show .dotation-div table,
body.show .dotation-div table th,
body.show .dotation-div table tr {
    border: none;
}

body.show .dotation-div table {
    margin: 0 0 40px 50px;
}

body.show .dotation-div table td {
    min-width: 100px;
    text-align: center;
    padding: 10px;
    vertical-align: center;
    min-height: 50px;
    background-color: transparent;
}

.dotation-div .dota-pack{
    display: block;
    width:100%;
    text-align: left;
    padding: 10px 0 5px 0px;
}

.dotation-div .dota-title {
    font-size: 16px;
    padding: 0 0 0 150px;
    text-decoration: underline;
}

.text-green {
    color: var(--color-primary);
}

.text-red {
    color: red;
}

.text-bold {
    font-weight: 900;
}

.dota-gen-date{
    text-align: right;
    color: var(--text-color);
}

.dota-gen-date2{
    text-align: left;
    padding-left: 10px
}

.hide {
    display: none;
}