/************************************************************ GENERAL **********************************************************************/
html {
    overflow-y: scroll !important;
    scrollbar-width: thin !important;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #70a552;
    background: -webkit-linear-gradient(bottom, #343e48, rgba(112, 165, 82, 0.64));
    background: -o-linear-gradient(bottom, #343e48, #70a552);
    background: -moz-linear-gradient(bottom, #343e48, #70a552);
    background: linear-gradient(bottom, #343e48, #70a552);
    opacity: 0.9;
}

.wrap-login {
    width: 390px;
    background: transparent;
}

.login-form-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 2em;
}

.login-form-avatar img {
    width: 100%;
}

#login .waves-input-wrapper {
    display: block;
}

/*//////////////////////////////////////////////////////////////////
[ debug_print ]*/
pre.debug_print {
    height: 700px;
}

/*//////////////////////////////////////////////////////////////////
[ GENERAL & Surcharge BOOTSRAP ]*/
.btn-primary {
    background-color: #343e48;
    border-color: #343e48;
}

.bg-f1groupe {
    background-color: #343e48 !important;
}

.btn-info {
    background-color: #343e48;
    border-color: #343e48;
}

.btn-info:hover {
    background-color: #70a552;
    border-color: #70a552;
}

.modal-xlg {
    max-width: 80%;
}

.tx-info {
    /*color: #70a552;*/
}

a {
    color: #70a552;
}

a.tx-info:hover, a.tx-info:focus {
    color: #343e48;
}

@media (min-width: 992px) {
    .br-section-wrapper {
        padding: 40px;
    }
}

.txt-f1-groupe, .txt-f1 {
    color: #343e48;
}

.txt-assistance {
    color: #70a552;
}

.modal-full {
    width: 90%;
    max-width: 90%;
}

/*//////////////////////////////////////////////////////////////////
[ DEV ]*/
.dev {
    border: 4px solid red;
}

/*//////////////////////////////////////////////////////////////////
[ EFFETS ]*/
@-webkit-keyframes blinkGreen {
    50% {
        border-color: #23BF08;
    }
}

#HELPDESK .blinkGreen {
    -webkit-animation: blinkGreen .5s step-end infinite alternate;
}

@-webkit-keyframes blinkOrange {
    50% {
        border-color: #F49917;
    }
}

#HELPDESK .blinkOrange {
    -webkit-animation: blinkOrange .5s step-end infinite alternate;
}

@-webkit-keyframes blinkRed {
    50% {
        border-color: #ff0000;
    }
}

#HELPDESK .blinkRed {
    -webkit-animation: blinkRed .5s step-end infinite alternate;
}

@-webkit-keyframes blinkFA {
    50% {
        content: "";
    }
}

#HELPDESK .blinkFA:before {
    -webkit-animation: blinkFA .5s step-end infinite alternate;
}

/*//////////////////////////////////////////////////////////////////
[ FORMULAIRE ]*/
#HELPDESK .input-group-text {
    min-width: 42px;
}

/*[ TEXTAREA SUMMERNOTE ]*/
.note-editor.note-frame {
    width: 100%;
}

.parsley-error {
    border-color: #DC3545;
}

/*//////////////////////////////////////////////////////////////////
[ NAVIGATION ]*/
#HELPDESK .br-sideleft {
    background: #343e48;
}

.nav-effect-1 .nav-link.active {
    color: #70a552;
}

.nav-effect-1 .nav-link::before, .nav-effect-1 .nav-link::after {
    background: #70a552;
}

.accordion .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.br-menu-link.active {
    background-image: linear-gradient(to right, #70a552 0%, #343e48 100%);
}

.br-menu-sub .sub-link.active {
    color: #70a552;
}

.br-menu-sub .sub-link.active::before {
    background-color: #70a552;
}

/*//////////////////////////////////////////////////////////////////
[ DATATABLE ]*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    background-color: #343e48;
}

table.dataTable thead th.sorting::after, table.dataTable thead th.sorting_asc::after, table.dataTable thead th.sorting_desc::after, table.dataTable thead td.sorting::after, table.dataTable thead td.sorting_asc::after, table.dataTable thead td.sorting_desc::after,
table.dataTable thead th.sorting::before, table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::before, table.dataTable thead td.sorting::before, table.dataTable thead td.sorting_asc::before, table.dataTable thead td.sorting_desc::before {
    content: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0.6rem;
    font-size: 0.8rem;
}

/** Selection des lignes */
table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1,
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1,
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #dee2e6;
}

/** Sélection des cellules : mode ExcelLike */
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px #343e48;
}

div.dtk-focus-alt table.dataTable tbody th.focus, div.dtk-focus-alt table.dataTable tbody td.focus {
    box-shadow: inset 0 0 1px 2px #70a552;
}

/*//////////////////////////////////////////////////////////////////
[ SUMMERNOTE ]*/


/*//////////////////////////////////////////////////////////////////
[ CLIENTS ]*/
#pageBodyClients .widget-4 .card-profile-img img {
    height: 100px;
    width: auto;
    border-radius: 50% !important;
}

/*//////////////////////////////////////////////////////////////////
[ DEVICE ]*/
.solarWindsDevice {
    cursor: pointer;
}

.solarWindsDevice .waiting {
    width: 100%;
}

.solarWindsDevice div.bg-white:hover {
    background-color: #F0F0F0 !important;
}

/*//////////////////////////////////////////////////////////////////
[ CHRONOMETRE ]*/
#stopWatch {
    top: 110px;
    right: 0;
    margin: 0 30px;
    padding: 16px;
    font-family: sans-serif
}

/*//////////////////////////////////////////////////////////////////
[ NEWTICKET ]*/
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #343e48;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: #70a552;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #343e48;
}

.wizard > .content > .title {
    color: #343e48;
}

.wizard > .content h4 {
    color: #343e48;
    font-size: 16px;
}

.wizard > .content h5 {
    font-size: 14px;
}

#wizardTicketNew li.listTicket {
    padding: 0.5rem 0.75rem;
}

#wizardTicketNew li.listTicket p {
    cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ NEWTICKET ]*/
#HELPDESK div.DTED_Lightbox_Wrapper {
    left: 20%;
    margin-left: 0;
    width: 60%;
}

#HELPDESK div.DTE_Body div.DTE_Body_Content div.DTE_Field {
    padding: 5px 7%;
}

#HELPDESK div.DTE_Body div.DTE_Body_Content div.DTE_Field > label {
    width: 30%;
}

#HELPDESK div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input {
    width: 70%;
}

/*//////////////////////////////////////////////////////////////////
[ EDIT-TICKET ]*/
#maximizeDescription {
    right: 0;
}

.ticResponse .note {
    background-color: #e5f1f9;
}

.ticResponse .emailResponse {
    background-color: #f0f0f0;
}

.ticResponse .callerResponse {
    background-color: #e5ffe8;
}

/*//////////////////////////////////////////////////////////////////
[ PROFIL ]*/


/*//////////////////////////////////////////////////////////////////
[ TICKETMODAL ]*/
.ticketModal h1 {  }