@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto);
:root {
    --bs-primary: #007BFF;
    --bs-success: #28A745;
    --bs-warning:  #FFC107;
    --bs-danger: #DC3545;
    --bs-secondary: #17A2B8;
    --bs-link: #007BFF;
    --bs-link-op: .99;
    --bs-valid: #28A745;
    --bs-valid-op: .99;
    --bs-invalid: #DC3545;
    --bs-bg-00: #FFFFFF;
    --bs-bg-02: #FAFAFA;
    --bs-bg-04: #F0F0F0;
    --bs-bg-06: #4D4D4D;
    --bs-bg-08: #404040;
    --bs-bg-10: #333333;
    --bs-ca: 0, 0, 0;
    --bs-a: 255, 255, 255;
    --bs-ca-op-00: .02;
    --bs-ca-op-02: .05;
    --bs-ca-op-04: .1;
    --bs-ca-op-06: .25;
    --bs-ca-op-08: .5;
    --bs-ca-op-10: .85;
    --bs-a-op-00: .05;
    --bs-a-op-02: .1;
    --bs-a-op-04: .15;
    --bs-a-op-10: .95;
    
}
body[data-color=DARK-BACK] {
    --bs-primary: #114884;
    --bs-success: #235C2F;
    --bs-warning: #846821;
    --bs-danger: #74282F;
    --bs-secondary: #1B5A64;
    --bs-link: #218CFF;
    --bs-link-op: .75;
    --bs-valid: #3AA653;
    --bs-valid-op: .8;
    --bs-invalid: #DB4251;
    --bs-bg-00: #0F0F0F;
    --bs-bg-02: #1F1F1F;
    --bs-bg-04: #292929;
    --bs-bg-06: #BFBFBF;
    --bs-bg-08: #D9D9D9;
    --bs-bg-10: #F2F2F2;
    --bs-ca: 255, 255, 255;
    --bs-a: 0, 0, 0;
    --bs-ca-op-00: .03;
    --bs-ca-op-02: .06;
    --bs-ca-op-04: .11;
    --bs-ca-op-06: .25;
    --bs-ca-op-08: .5;
    --bs-ca-op-10: .9;
    --bs-a-op-00: .03;
    --bs-a-op-02: .09;
    --bs-a-op-04: .15;
    --bs-a-op-10: .9;
}
html, body {
    /* default is 1rem or 16px */
    font-size: 1rem;
}
html body .content.app-content {
    overflow-x: hidden;
    overflow-y: auto;

}
html body.fixed-navbar {
    padding-top: 4.5rem;
}
dl li, ol li, ul li {
    line-height: 1.45;
}
.app-content.content {
    z-index: 999;
}
.form-control:focus {
    border-color: #5191c7;;
}
.badge.badge-danger {
    background-color: #f00; }

img {
    max-width: 100%;
    height: auto; }
.font-medium-1 {
    font-size: 1rem!important;
}
.number-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
.number-stat strong {
    margin-right: .25em;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1; }
.number-stat span {
    position: relative;
    top: 4px;
    line-height: 1.2; }

.card .list-group-item {
    border-left: none;
    border-right: none; }

.card .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.card-transparent {
    background-color: transparent!important;
}
.header-navbar .divider {
    width: 1px;
    height: 2rem;
    position: relative;
    margin: 1.5rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.333); }

.header-navbar .dropdown-reminders table tr, .header-navbar .dropdown-reminders table th,
.header-navbar .dropdown-targeted table tr,
.header-navbar .dropdown-targeted table th,
.header-navbar .dropdown-selectionx table tr,
.header-navbar .dropdown-selectionx table th {
    padding: .5em 0;
    vertical-align: baseline;
    line-height: 1.2; }

.header-navbar .dropdown-reminders table th,
.header-navbar .dropdown-targeted table th,
.header-navbar .dropdown-selectionx table th {
    padding-right: 1em;
    font-size: .85em;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap; }
.header-navbar .dropdown-reminders table th:after,
.header-navbar .dropdown-targeted table th:after,
.header-navbar .dropdown-selectionx table th:after {
    content: ' : '; }

.header-navbar .dropdown-notificationx .media {
    display: block;
    line-height: 1.3; }
.header-navbar .dropdown-notificationx .media p {
    margin: 0; }
.header-navbar .dropdown-notificationx .media time {
    display: block;
    margin-top: .5em; }


.navbar-header.expanded .brand-text {
    font-weight: 400;
    text-transform: uppercase; }

.navigation .menu-title {
    font-weight: 400;
    text-transform: uppercase; }

body.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(315deg, #ff4100, #ff7225);
    background-image: -moz-linear-gradient(315deg, #ff4100, #ff7225);
    background-image: -o-linear-gradient(315deg, #ff4100, #ff7225);
    background-image: linear-gradient(135deg, #ff4100, #ff7225);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
body.login .login-form {
    display: block;
    width: 380px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
body.login .login-form.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); }
body.login .login-header {
    padding: 1.5rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc; }
body.login .login-header img {
    width: 32px;
    height: 32px;
    margin-right: 1rem; }
body.login .login-header h1 {
    margin: 0;
    margin-top: .5rem;
    font-size: 1.4rem;
    line-height: 1; }
body.login .login-body {
    padding: 2rem;
    padding-bottom: 1rem; }
body.login .login-footer {
    padding: 2rem;
    padding-top: 0; }
html body {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.custom-switch .custom-control-label::before {
    left: -1.55rem;
    width: 1.25rem;
}
.custom-switch.custum-grid {
    padding-left: 1.75rem;
}
.custom-switch .custom-control-label::after {
    left: calc(-1.75rem + 7px);
}
.custom-control-label::after, .custom-control-label::before {
    top: 0.27rem;
    left: -2.5rem;
    width: 1rem;
    height: .7rem;
}
.custom-switch .custom-control-label::after {
    top: calc(.225rem + 3.5px);
    left: calc(-1.7rem + 5.5px);
    width: calc(.75rem - 6px);
    height: calc(.75rem - 6px);
    border-radius: .5rem;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    left: calc(-1.95rem + 5.5px);
}
.custom-control-input:checked~.custom-control-label::before,
.custom-switch .custom-control-label::before {
    color: #FFF;
    background-color: transparent;
}
.table.custom-table-sm th,
.table.custom-table-sm td {
    padding: .25rem .5rem; }

table.dataTable.custom-table-sm > thead > tr > th {
    padding-right: .5rem; }

table.dataTable.custom-table-sm > thead > tr > th.sorting {
    padding-right: 28px; }

.table.custom-table-sm .dropdown .dropdown-menu .dropdown-item {
    padding: .2rem .75rem;
    font-size: .875rem; }
span.dropdown-menu.dropdown-menu-right {
    margin-top: .5rem;
}
.table.custom-table-sm .dropdown-toggle::after {
    display: none; }

span.grid-filter-input {
    display: flex;
    flex-direction: column;
}
.grid-filter-select-query {
    display: block;
}
.dropdown-sm .dropdown-item {
    padding: .25rem .75rem !important;
    font-size: .875rem;
    line-height: 1.2; }

.dropdown-sm .la {
    font-size: 1.2rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0,0,0,0.5);
}
html body .content.app-content {
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*background-color: #F0F0F0;*/
}
body {
    border-color: #707070;
    background: url('../../assets/custom/images/CUSTOM.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.header-navbar, .breadcrumb {
    font-family: 'Roboto Condensed', 'Times New Roman', Times, serif;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu {
    width: 54px;
}
body.vertical-layout.vertical-menu.menu-expanded .navbar-header {
    width: 54px;
}
body.vertical-layout.vertical-menu.menu-collapsed .content, body.vertical-layout.vertical-menu.menu-collapsed .footer, body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container,
body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-collapsed .footer, body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container, body.vertical-layout.vertical-menu.menu-expanded .footer {
    margin-left: 0;
}
html body .content .content-wrapper .content-wrapper-before{
    background-color: inherit!important;
}
.navbar-container.content {
    padding: 1.4375rem 2.5rem;
}

.navbar-header .navbar-brand {
    padding: 0;
}
.header-navbar .navbar-container {
    height: 4.5rem /* 72px */;
}
.header-navbar .navbar-container ul.nav li> a.nav-link {
    padding: 0;
    font-size: 1rem;
    /*height: 32px;*/
}
.navbar-header {
    height: 4.5rem;
    padding: 1.125rem 0.5rem;
}
.nav .nav-item i {
    color: #707070;
}
.header-navbar .navbar-container ul.nav li i.ficon, i.ficon {
    font-size: 1.25rem;
    vertical-align: text-top;
}
.navbar-nav.float-left{
    align-self: baseline;
}
.navbar-nav.float-left>li:not(.last) {
    padding-right: 1.5rem;
}
.float-right .navbar-nav>li:not(.last) {
    padding-right: 2rem;
}
.badge-info {
    background-color: #17A2B8;
    border-color: #707070;
}
.nav-link > .badge {
    width: 28px;
    lheight: 16em;
    border-radius: 1rem;
    font-size: 10px;
    margin-top: 1px;
}
.dropdown > .nav-link  i {
    margin-right: 4px;
}
.avatar {
    position: relative;
    width: 40px;
    margin-top: -8px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
    width: 54px;
}
.header-navbar {
    min-height: 4.5rem; //72px;
}

.main-menu .navigation>li a {
    color: #707070; /*#989999;*/
}
.main-menu .navigation>li.active>a {
    color: #3C3C3C;
    font-weight: 400;
    background: transparent;
}
body.vertical-layout.vertical-menu.menu-collapsed .navbar-header {
    z-index: 999;
    float: left;
    //width: 54px;
}
body.vertical-layout.vertical-menu .main-menu .navigation>li>a {
    padding: 1.25rem 0.5rem!important;
}
body.vertical-layout.vertical-menu .main-menu .navigation>li>a:first-child {
    padding-top: 0.5rem!important;
}
/*//body.vertical-layout.vertical-menu .main-menu .navigation>li>a {*/
/*//  padding: 20px 8px;*/
/*//}*/
.main-menu .main-menu-content {
    height: -webkit-calc(100% - 54px);
    height: -moz-calc(100% - 54px);
    height: calc(100% - 54px);
}
.font-large-1 {
    font-size: 2.3rem!important;
}
.main-menu {
    border-right: none;
}
.font-1 {
    font-size: 1rem;
}
.text-transform-upper {
    text-transform: uppercase;
}
button > svg, button i {
    margin-right: 8px;
}
button > svg {
    vertical-align: text-bottom;
}
.text-transform-none {
    text-transform: none;
}
.font-roboto {
    font-family: "Roboto";
}
.font-roboto-regular {
    font-family: "Roboto Regular";
}
.font-medium {
    font-size: .875rem!important;
}
html body .content .content-wrapper {
    padding: 0;
}
.card {
    box-shadow: none;
    border-radius: 0.1875rem;
    /*padding-bottom: 0.6875rem;*/
}
.content-body {
    padding: 2.5rem 2.75rem;
}
.content-header {
    font-size: 1.125rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2.75rem;
    align-items: center;
    text-transform: uppercase;
}
.content-title {
    padding: 1.125rem 0;
    align-items: center;

}
.content-title.content-title > svg {
    margin-right: .5rem;
}
.list-style-none {
    list-style: none;
}
.point-middle {
    font-size: xx-large;
    line-height: .5;
    margin-top: -1.125rem;
}
.card-body {
    padding: 1.25rem 2rem;
}
.card-header, .card-footer {
    padding: 1.0625rem 2rem 1.0625rem 1.1875rem;
}
.card-footer {
    background-color: inherit;
}
.grid_footer {
    display: flex;
    align-items: baseline;
}
.select-total {
    font-size: 0.875rem;
    margin-left: 0.625px;
    padding: 1px;
}
.grid-result {
    font-size: 0.875rem;
    font-family: 'Roboto Regular';
}
.list-group-item {
    background-color: transparent;
    padding: .5rem 0;
}
.card .card-title {
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0rem;
}
.link-mailto {
    font-size: .75rem;
    font-family: 'Roboto Regular';

}
.card-title svg, .card-title i, .modal-title svg, .modal-title i {
    margin-right: 0.625rem;
}
.col-form-label  {
    padding: 0;
    border: none;
}
form label, label, .col-form-label {
    color: rgba(0,0,0,0.5);
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.375rem;
}
select.form-control, .form-control:not(textarea) {
    height: -webkit-calc(2rem + 2px);
    height: -moz-calc(2rem + 2px);
    height: calc(2rem + 2px);
}
select.form-control, .form-control {
    padding: 0.4375rem 0.75rem !important;
    font-family: 'Roboto';
}
.btn, .btn-link, .custom-select, .dropdown-item, .form-control, .input-group-text {
    font-weight: normal;
}
.form-group {
    margin-bottom: 1.25rem;
}
form .form-group:not(fieldset) {
    margin-bottom: 0.875rem;
}
form fieldset.form-group {
    margin-bottom: 0rem;
}
.tickets-nav-item {
    position: relative;
}
.tickets-nav-item input[type='radio'] {
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
}
.tickets-nav-item svg {
    position: absolute;
    top: 0;
    margin-top: .3rem;
}
#filtre_tickets .tickets-nav-item .form-check {
    position: absolute;
    width: 100%;
    height: 100%;
}
ul.filtre_tickets {
    padding-inline-start: 0px;
    margin: 0px;
}
ul.filtre_tickets  li{
    padding-right: 1rem;
}
span.acteur-badge {
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.125rem;
    line-height: 2.3;
    font-family: 'Roboto Light';
}
span.acteur-badge span {
    display: inline-block;
    width: 42px;
    height: 42px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.font-medium {
    font-size: 0.875rem;
}
.round {
    border-radius: 1.5rem;
}
.border-top-grey-1 {
    border-top: 1px dotted rgba(var(--bs-ca), var(--bs-ca-op-06));
}
@media (max-width: 767.98px) {
    .header-navbar.navbar-with-menu .navbar-container {
        padding: 1.25rem 1.125rem;
    }
}
@media (max-width: 767.98px) {
    body.vertical-layout.vertical-menu .content, body.vertical-layout.vertical-menu .footer {
        margin-left: 0;
    }
}
span.select2-selection.select2-selection--multiple {
    padding: 0.3125rem 0.8125rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    border-color: #babfc7 !important;
    background-color: rgba(var(--bs-ca), var(--bs-ca-op-08))!important;
}
body[data-color=DARK-BACK] .select2-container--default .select2-selection--multiple .select2-selection__choice, body[data-color=DARK-BACK] .select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], body[data-color=DARK-BACK] .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: rgba(var(--bs-a), var(--bs-ca-op-08))!important;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: .25rem 1rem;
}
#toast-container > div {
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    filter: alpha(opacity=95); }

#toast-container > div:hover {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); }
.blue {
    color: var(--bs-primary)!important;;
}
.toast {
    background-color: var(--bs-primary)!important; }

.toast-success {
    background-color: var(--bs-success)!important; }

.toast-error {
    background-color: var(--bs-danger)!important; }

.toast-info {
    background-color: var(--bs-info)!important; }

.toast-warning {
    background-color: var(--bs-warning)!important;
}
.toast {
    border: none;
}
.toast-container > div {
    -webkit-box-shadow: 0 0 3px #999999;
    box-shadow: 0 0 3px #999999;
}
.btn{
    padding: .4375rem 1rem;
    font-size: 1rem;
    line-height: 1.15;
    letter-spacing: .788px;
}
.btn i.ficon {
    vertical-align: text-bottom;
    line-height: 1.15;
}
.card.card-tciket {
    border-radius: initial;
    background: transparent;
    margin: .5rem 0.5625rem .625rem 0;
    padding-bottom: 0;
}
.card-requests {
    padding: 0.1875rem 0.5625rem 0.1875rem 1rem;
}
.card-request {
    padding: 0 1.125rem 0 0;
}
.card.card-tciket > div.card-ticket-body {
    border-left: .375rem solid;
    padding-left: .5625rem;
    font-size: 14px;
    height: 3.375rem;
    overflow: hidden;
}
.underline {
    text-decoration: underline;
}
.card-ticket-body div > p{
    margin-bottom: 0.875rem;
}

.help-block {
    font-size: .625rem!important;
    font-family: "Roboto Regular", Sans-Serif;
    margin-top: .5rem;
}
li.select2-search.select2-search--inline {
    line-height: 1.25;
}
.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    min-height: 34px;
}
html body a {
    color: #007BFF;
}
.font-small {
    font-size: .875rem;
}
.font-large {
    font-size: large;
}
.timeline-badge span{
    line-height: 2.5;
}
.card.card-tickets-columns{
    padding: .5rem;
}
.card.card-tickets-columns .card-header {
    padding: .3125rem .625rem;
    font-size: 1rem;
}
.card.card-tickets-columns .card-header, .card.card-tickets-columns .card-body {
    border-radius: 2px;;
}
.card.card-tickets-columns .card-body {
    padding: .5rem 0 0;
}
.card-column {
    padding: .5rem .625rem .75rem;
}
.card.card-tickets-columns .card-column:not(:last-child) {
    margin-bottom: .5rem;
}
.card.card-tickets-columns .card-header .card-title{
    /*padding: .3125rem .625rem;*/
    font-size: 1rem;
}
.card-body-column #details{
    margin-top: -.25rem;
}
.card-body-column #description-ticket{
   cursor: default;
}
.mb-sm {
    margin-bottom: .5rem;
}
.form-control,form .form-control,  .span.select2, select, .btn {
    border-radius: 3px;
}
.border-gray {
    padding: 0.4rem 0.8125rem !important;
    border: 1px solid rgba(var(--bs-ca), var(--bs-ca-op-06));
}
.list-group-item {
    border: none;
}
table.table-sm, .btn.btn-icon.btn-pure, .btn.btn-icon.btn-pure i, table.table-sm tr td .dropdown .dropdown-menu, .pagination {
    font-size: 0.875rem;
}
.form-row.grid_massactions {
    padding-bottom: 9px;
}
.grid_footer > div, .grid_footer ul {
    margin-right: 2.625rem;
}
#grid-tickets .grid {
    padding: 1.25rem 2rem;
    background: var(--bs-bg-02);
    box-shadow: none;
    border-radius: 0.1875rem;
    /*padding-bottom: 0.6875rem;*/
}

.pagination {
    margin-top: 0px;
}
.grid-total {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}
.grid-search {
    padding-bottom: 0.625rem;
    align-items: flex-start;
    flex-wrap: nowrap;
    display: flex;


}
.grid-search .grid-serach-filters {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.grid-search .grid-serach-filters > div {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.grid-serach-filters div span input, .grid-serach-filters div span select {
    border-radius: 3px;
    padding: 0.15rem .5rem;
    line-height: 1;
}
.grid-serach-filters label {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.01rem;
}
span.grid-filter-operator {
    margin-bottom: .3rem;
}
.grid-search-action {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.grid-search span {
    font-size: 0.875rem;
    font-family: "Roboto Regular";
}
.table.table-sm td {
    font-family: 'Roboto Regular';
}
.table.table-sm td, .table.table-sm th {
    padding: 6.5px 0 5.5px 0;
}
.table.table-sm th {
    font-family: 'Roboto Condensed';
    font-weight: normal;
}
.table.table-custum-bordered td, .table.table-custum-bordered th{
    padding: 0.375rem 0.75rem;
}
.table.table-custum-bordered tbody td {
    border-top: none;
    border-bottom: none;
}
.table.table-sm th {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
}
.btn.btn-icon.btn-pure {
    padding: 0;
}
.btn.btn-sm {
    font-size: 0.875rem;
    line-height: 1;
    padding: .4375rem .75rem;
}
.btn.btn-xs {
    font-size: 0.75rem;
    line-height: 1;
    padding: .375rem 0.55rem;
}
.header-sm {
    padding: .5rem 1rem;
}
tr.grid-row-cells.clickable-row, .clickable-row {
    cursor: pointer;
}
tr.grid-row-cells.clickable-row:hover, tr.grid-row-cells.clickable-row:focus {
    background-color: #e6eaed80;
}
.table tbody+tbody {
    border-top: none;
}
/*.text {*/
    /*font-family: 'Roboto';*/
/*}*/
.bolder {
    font-weight: bolder;
}
.text-line-clamp-1,  .text-line-clamp-2, .text-line-clamp-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-line-clamp-1 {
    -webkit-line-clamp: 1;
}
.text-line-clamp-2 {
    -webkit-line-clamp: 2;
}
.text-line-clamp-3 {
    -webkit-line-clamp: 3;
}
.arrow_box_right.menu_level_1 .dropdown-item {
    padding: .25rem 1.5rem;
}
.form-group.has-icon > svg {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    margin: 6px;
}
.form-group.has-icon .form-control {
    padding-left: 2rem!important;
}
ul.hearder-links {
    padding-inline-start: 0px;
    margin: 0px;
}
ul.hearder-links li{
    padding-left: 10px;
}
ul.top_btns {
    padding-bottom: 1.1825rem;
}
ul.hearder-links li:first-child,  ul.hearder-links li:last-child{
    padding-left: 22px;
}
.statut-request {
    margin-bottom: -1px;
    width: 0.875rem;
    height: 0.875rem;;
    display: inline-block;
    margin-right: 7px;
}
.mce-statusbar .mce-container-body {
    display: none;
}
.mce-panel {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.mce-tinymce {
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.equalHMVWrap, #filtre_last_requests {
    display: flex;
}
.equalHMVWrap {
    flex-wrap: wrap;
}
.equalHMV {
    width: 32%;
    margin-bottom: 1px;
}

.equalHMV:nth-of-type(3n) {
    margin-right: 0;
}

.equalHMV:nth-of-type(3n+1) {
    margin-left: 0;
}
.grid-files {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(10rem, 1fr));
}
.grid-files > div {
    margin-right: 1.25rem;
    overflow: hidden;
}
.grid-files > div > a {
    white-space: nowrap;
}
.border-radius-0 {
    border-radius: 0;
}
#section-stats .card-header:first-child {
    border-radius: 0!important;
}
.border-radius-2 {
    border-radius: 2px;
}
.border-radius-2 {
    border-radius: 3px;
}
.section_stats svg {
    stroke: initial!important;
}
.card-header .heading-elements fieldset, .card-header .heading-elements-toggle fieldset {
    padding: 0 8px;
}
.tox .tox-tbtn svg {
    stroke: none;
}
.tox-statusbar__wordcount
{
    display: none!important;
}
.card-header.header-sm .heading-elements{
    top: 10px!important;
}
.header-navbar .navbar-container .show>.dropdown-menu .arrow_box_right:after {
    position: absolute;
    right: .5rem;
    border-bottom-color: var(--bs-bg-00);
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media, .header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
    padding: 10px 20px;
    display: block;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media p {
    font-size: 1rem;
}
.header-navbar .navbar-container .dropdown-menu-media .media-list .media time, .dropdown-menu-footer a  span {
    font-size: .875rem;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 34.5px!important;
}
.page-error{
    width: 35%;
    margin: auto;
}
.error-code {
    font-size: 10rem;
}
.svg-16 > svg{
    width: 16px;
    height: 16px;
}
.custom-file-input ~ .custom-file-label:lang(fr)::after {
    content: "Choisir";
}
.heading-elements ul {
    display: flex;
}
.page-link {
    padding: .1875rem .5rem
}
.btn-primary:hover, .btn-primary:focus, .btn-secondary:hover, .btn-secondary:focus,
.btn-success:hover, .btn-success:focus, .btn-danger:hover, .btn-danger:focus{
    opacity: var(--bs-ca-op-08);
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--bs-bg-04);
}
fieldset#ba-field-container-profil_roles {
    display: none!important;
}
@media screen and (max-device-width: 2000px) and (min-device-width: 1441px) {
    p {
        font-size: 0.875rem;
        line-height: inherit;
        letter-spacing: inherit;
    }
}
button.btn.btn-primary{
    background-color: var(--bs-primary) !important;
}
select#langueSelect{
    width: 50px !important;
    height:20px !important;
    border-color: var(--bs-bg-02) !important;
    cursor: pointer !important;
    border-radius: 15px !important;
   }

span.flag-icon{
    width: 15px !important ;
    height: 15px !important;
    top: -5px;
}
span.flag-icon:hover{
    transform: scale(1.5)
}
p.notification-msg{
    top: 5px !important;
    padding-left: 50px;
    color: red;
    position: relative !important;
}
#element_suivi p{
    color: var(--bs-danger) !important;
}
.dz-started .dz-message{
    display: none !important;
}
.span-nav {
    display: flex;
    flex-wrap: nowrap;
}
.nav-title {
    margin-left: 6px;
    font-weight: 500;
    color: rgb(var(--bs-ca));
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'Roboto Condensed', 'Times New Roman', Times, serif;
}
input#documento{
    opacity: 0;
    height:0px !important;
    width:0px !important;
}

a.bi-bi-trash > i.ft-trash-2{
    opacity: 0;
}
.zone-document-trash:hover a.bi-bi-trash > i.ft-trash-2 {
    opacity: 1;
    cursor: pointer;
}
label.custom-file-label {
    text-transform: unset;
}
@media screen and (max-width: 1400px) {
    .text-dimed{
        display: none;
    }
}

 @media screen and (max-width: 1200px) {
    li.topnav.nav-item{        
        display: none;
    }
    li.topnav.icon {
        display: block !important;
    }
    .text-dimed{
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .text-dimed{
        display: none;
    }
}
.navbar-container .icon {
    display: none;
  }  

.navbar-collapse{
    align-items:flex-start;
}
.label-large{
    font-size: 1rem;
}
#active-languages button{
    display: none;
}
.collection-row.Language button{
    margin-top: 3rem !important;
}
.collection-row.Language div.col-md-4.form-group{
    margin-top: 2.35rem !important;
}
#ba-field-container-ticket_confidentiality .form-check, #ticket_props_confidentiality .form-check{
    padding-right:40px;
}
#ba-field-container-ticket_confidentiality, #ticket_props_confidentiality{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.select2-selection.select2-selection--single{
    color: rgba(var(--bs-ca), var(--bs-ca-op-10)) !important;
    border: 1px solid rgba(var(--bs-ca), var(--bs-ca-op-06)) !important;
    background-color: var(--bs-bg-00) !important;
}
.select2-selection__rendered{
    color: rgba(var(--bs-ca), var(--bs-ca-op-10)) !important;
}

.logout-block, .logout-block h1{
    color: white !important;
    text-align: start;
    margin-left: 2rem;
    margin-top: -12rem;
}



