.instance {
    position: absolute;
    margin-top: -40px;
    color: #f00;
    font-weight: bold;
    font-size: 2em;
}
.description {
    margin-bottom: 8px;
    color: #888;
}

a {
    cursor: pointer;
    color: #888;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a.nav-link {
    color: #ffffff;
}

a.white:hover {
    text-decoration: none;
    color: #000000;
}

.ui-widget-content {
    color: #888;
}

.logo_image {
    width: 180px;
}

.navbar .title {
    color: #1269DB;
    font-size: 2em;
    font-weight: bold;
    padding-left: 8px;
}
.navbar-dark .navbar-brand {
    color: #1269DB;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1269DB;
}

.js-timepicker {
    width: 100px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.disabled {
    color: #868686;
    font-style: italic;
    cursor: not-allowed;
}

input.error {
    background-color: #ffdddd;
}
input:placeholder-shown {
    font-style: italic;
}
textarea:placeholder-shown {
    font-style: italic;
}

.error {
    font-weight:bold;
    color: #dc3545;
}

.warning, .warning a {
    font-weight:bold;
    color: #ffc107;
}

.divFormError {
    margin-bottom: -15px;
    margin-top: 10px;
    color: #dc3545;
}

.ui-dialog {
    z-index: 1070;
}
.ui-dialog .ui-dialog-buttonpane button {

}
.ui-dialog-buttonset button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ui-dialog-buttonset button:nth-child(1) {
    color: #fff;
    background-color: #2653d4;
    border: 1px solid #244ec9;
}
.ui-dialog-buttonset button:nth-child(2) {
    color: #fff;
    background-color: #858796;
    border: 1px solid #858796;
}

.inline {
    display: inline;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.vmiddle, .table td.vmiddle, .table th.vmiddle {
    vertical-align: middle;
}
.vbottom, .table td.vbottom, .table th.vbottom {
    vertical-align: bottom;
}
.vcenter {
    display: flex;
    align-items: center;
}

.icon-show-password {
    position: absolute;
    right: 22px;
    top: 11px;
}
.icon-show-password2 {
    position: absolute;
    right: 12px;
    top: 42px;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-12 { margin-top: 1.2em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }

.margin-left-05 { margin-left: 0.5em; }
.margin-left-10 { margin-left: 1.0em; }
.margin-left-15 { margin-left: 1.5em; }
.margin-left-20 { margin-left: 2.0em; }
.margin-left-25 { margin-left: 2.5em; }
.margin-left-30 { margin-left: 3.0em; }
.margin-left-50 { margin-left: 5.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }
.margin-right-25 { margin-right: 2.5em; }
.margin-right-30 { margin-right: 3.0em; }
.margin-right-50 { margin-right: 5.0em; }

.padding-top-05 { padding-top: 0.5em; }
.padding-top-10 { padding-top: 1.0em; }
.padding-top-12 { padding-top: 1.2em; }
.padding-top-15 { padding-top: 1.5em; }
.padding-top-20 { padding-top: 2.0em; }
.padding-top-25 { padding-top: 2.5em; }
.padding-top-30 { padding-top: 3.0em; }

.padding-bottom-05 { padding-bottom: 0.5em; }
.padding-bottom-10 { padding-bottom: 1.0em; }
.padding-bottom-15 { padding-bottom: 1.5em; }
.padding-bottom-20 { padding-bottom: 2.0em; }
.padding-bottom-25 { padding-bottom: 2.5em; }
.padding-bottom-30 { padding-bottom: 3.0em; }

.padding-left-05 { padding-left: 0.5em; }
.padding-left-10 { padding-left: 1.0em; }
.padding-left-15 { padding-left: 1.5em; }
.padding-left-20 { padding-left: 2.0em; }
.padding-left-25 { padding-left: 2.5em; }
.padding-left-30 { padding-left: 3.0em; }
.padding-left-50 { padding-left: 5.0em; }

.padding-right-05 { padding-right: 0.5em; }
.padding-right-10 { padding-right: 1.0em; }
.padding-right-15 { padding-right: 1.5em; }
.padding-right-20 { padding-right: 2.0em; }
.padding-right-25 { padding-right: 2.5em; }
.padding-right-30 { padding-right: 3.0em; }
.padding-right-50 { padding-right: 5.0em; }


.alignRight {
    text-align: right;
}

.verticalTop {
    vertical-align: top;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity:0.6;
}



.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}
#navbarSupportedContent {
    background-color: #1269DB;
}
.navMenu {
    padding: 0 0 0 1rem;
}
.navbar-white .navbar-nav .nav-link {
    color: #fff;
}



/****************
* rewriting
*/
.navbar-brand {
    font-size: 2em;
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}
tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
.dataTable > tfoot > tr {
    background-color: #e3e9ef;
}

table thead{
    background: #4e73df;
    border-color: #4e73df;
    color: #ffffff;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #1269DB;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #1269DB;
}
button.dt-button {
    color: #5a5b5c;
}
.popover{
    max-width: 100%;
}

#tblListe_paginate {
    margin-top: 0px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.notif-lg {
    width: 520px;
}


/****************
* Listes
*/
.listeActions {
    text-align: center;
}
.listeActions a i, .listeActions a span {
    padding: 2px;
}
.actionListe {
    font-size: 18px;
}

#dateSelector {
    display:none;
    position:absolute;
    border: #8d8d8d solid 1px;
    border-radius : 5px;
    background-color: white;
    padding: 5px;
    z-index: 1001;
}


tfoot.tblListSearch {
    display: table-header-group;
}

.header-actions {
    float: left;
}
.header-actions-right {
    float: right;
    text-align: right;
}

.tableListe-header-right {
    float: right;
    text-align: right;
}



.table label {
    margin-bottom: 0px;
}

.columns label {
    margin-bottom: 0px;
}
/****************
* Formulaires
*/

h4.utiCreMod {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.blocCre {
    float: right;
    text-align: right;
}
.widthFit {
    width: 100%;
}


.navbar_logo {
    margin: 10px 15px 10px 10px;
    max-height: 50px;
    max-width: 200px;
}

/* chosen */
.chosen-container {
    font-size: 1rem;
}
.chosen-container-multi .chosen-choices {
    padding: 7px;
    border: solid #d1d3e2 1px;
    border-radius: .35em;
    font-size: 15px !important;
}
.chosen-container-multi .chosen-choices li.search-choice {

}
.chosen-single {
    height: 38px !important;
    padding: 10px !important;
    border: 1px solid #d1d3e2 !important;
    background: none !important;
    background-color: #fff !important;
    line-height: 1.5;
    color: #6e707e !important;
    font-size: 1rem;
    text-align: left;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #4e73df !important;
    background-image: none !important;
}
.chosen-container-single .chosen-single {
    border-radius: .35rem;
    line-height: 18px;
}
.chosen-container-single .chosen-drop {
    /*border-radius: .35rem ;*/
}
.chosen-container-single .chosen-single abbr{
    top:15px;
}
.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 2px 10px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px;
}
.chosen-container.chosen-with-drop .chosen-drop {
    border-bottom-color: #d1d3e2 !important;
    border-left-color: #d1d3e2 !important;
    border-right-color: #d1d3e2 !important;
}

.loading {
    padding: 4px 0px;
    margin:auto;
    display: block;
    width: 30px;
}

/* checkbox switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    /*display: inline-block;*/
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

/*Checkbox list*/
.cbl .form-group {
    margin-left: 40px;
    margin-bottom: 0rem;
}
.cbl .form-check-label {
    margin-bottom: 0rem;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.btn-primary {
    color: #fff !important;
    background-color: #2653d4 !important;
    border-color: #244ec9 !important;
}
.btn-secondary {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}
