/************************************************************ 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: #912c7e;
    background: -webkit-linear-gradient(bottom, #343e48, rgba(145, 44, 126, 0.5));
    background: -o-linear-gradient(bottom, #343e48, #912C7E);
    background: -moz-linear-gradient(bottom, #343e48, #912C7E);
    background: linear-gradient(bottom, #343e48, #912C7E);
    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 BOOTSTRAP ]*/
.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: #912C7E;
    border-color: #912C7E;
}

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

.tx-info {
    color: #912C7E;
}

a {
    color: #912C7E;
}

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-communication {
    color: #912C7E;
}

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

.pointer {
    cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Surcharge THEME BRACKET ]*/
.table .thead-f1-communication > tr > th, .table .thead-f1-communication > tr > td {
    background-color: #912C7E;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#CRM .wizard > .content h4 {
    color: #912C7E;
    font-size: 16px;
}

#CRM .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #912C7E;
}

#CRM .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: #916F8D;
}

#CRM .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #916F8D;
}

#CRM .wizard > .actions > ul > li:last-child a {
    background-color: #912C7E;
}

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

.nav-effect-1 .nav-link.active {
    color: #912C7E;
}

.nav-effect-1 .nav-link::before, .nav-effect-1 .nav-link::after {
    background: #912C7E;
}

.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, #912C7E 0%, #343e48 100%);
}

.br-menu-sub .sub-link.active {
    color: #912C7E;
}

.br-menu-sub .sub-link.active::before {
    background-color: #912C7E;
}


/*//////////////////////////////////////////////////////////////////
[ 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;
}
.table thead > tr > th, .table tfoot > tr > th { font-size:0.875rem; }
table.dataTable tfoot th { border-top:1px solid #111; }

/** 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 #912C7E;
}

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


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

/*//////////////////////////////////////////////////////////////////
[ Form ACTION (dataTable Editor) ]*/
#actionForm {
    display: flex;
    flex-flow: row wrap;
}

#actionForm fieldset {
    min-width: auto;
    flex: 2 100%;
}

#actionForm fieldset.full {
    flex: 2 100%;
}

#actionForm fieldset.half {
    flex: 1;
}

#actionForm div.DTE_Field {
    padding: 5px;
}

#actionForm fieldset label.DTE_Label {
    width: 30%;
}

#actionForm fieldset label.DTE_Label[for="act_actions-act_todo_note"] {
    display: none;
}

#actionForm fieldset label.DTE_Label[for="act_actions-act_done_note"] {
    display: none;
}

#actionForm fieldset div.DTE_Field_Input {
    width: 70%;
}

#actionForm fieldset div.full div.DTE_Field_Input {
    width: 100%;
}
