body {
    color:black;
    background-color:#FFFFFF;
    font-family: "Comic Sans MS", Helvetica, Arial, sans-serif;
}

.btn-success {
    background-color: #449D44;
}

.form-switch .form-check-input:checked {
    background-color: #449D44;
}

.disabled-link {
  pointer-events: none !important;
  color: grey !important;
  border-color: grey !important;
  text-decoration: none !important;
  cursor: default !important;
}

th.sorting_disabled:hover::before {
    content: none !important;
}

.bg-success {
    background-color: #449D44 !important;
}

.text-success {
    color: #449D44 !important;
}

div.iti {
    padding: 0 !important;
    width: 100% !important;
}

/* ------- Placeholder Image -------- */
.placeholderDiv {
  position: relative;
}

.placeholderText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin: auto;
  padding: auto;
  transition: opacity .2s, visibility .2s;
}

.placeholderDiv:hover .placeholderText {
  visibility: visible;
  opacity: 0.75;
}

.placeholderLink:hover {
    color: #449D44 !important;
    cursor: zoom-in;
}

#showPieceJointeImg,
#showPieceJointeIFrame {
    max-height: 80vh;
    max-width: 100%;
    display: none;
    border-radius: 0.5rem;
}

#showPieceJointeIFrame {
    width: 95vh;
    height: 80vh;
    border: none;
}

.btn-menu {
    color: #5cb85c;
    background-color: #000000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 6px;
    border: 2px solid #5cb85c;
    box-shadow: 2px 2px 0px #aaa; 
    text-decoration:none; 
}

.btn-menu-ici,
.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active,
.open > .dropdown-toggle.btn-menu {
    color:#FFFFFF;
    background-color: #5cb85c;
    
}

.btn-menu:active,
.btn-menu.active,
.open > .dropdown-toggle.btn-menu {
    background-image: none;
}
.btn-menu.disabled,
.btn-menu[disabled],
fieldset[disabled] .btn-bc,
.btn-menu.disabled:hover,
.btn-menu[disabled]:hover,
fieldset[disabled] .btn-bc:hover,
.btn-menu.disabled:focus,
.btn-menu[disabled]:focus,
fieldset[disabled] .btn-bc:focus,
.btn-menu.disabled:active,
.btn-menu[disabled]:active,
fieldset[disabled] .btn-bc:active,
.btn-menu.disabled.active,
.btn-menu[disabled].active,
fieldset[disabled] .btn-bc.active {
    background-color: grey ;
    border-color: #000000; ;
}


.picto-item {
    position: relative;
    cursor: help;
    border-radius: 50%;
}

.picto-item:hover:after,
.picto-item:focus:after {
    content: attr(aria-label);
    position: absolute;
    top: -2.4em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap;
    padding: 5px 14px;
    background: #000000;
    color: #fff;
    border-radius: 4px;
    font-size: 1.2rem;
}

[aria-label]:hover:before,
[aria-label]:focus:before {
    content: "▼";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%); 
    font-size: 20px;
    color: #413219;
}

[aria-label]:focus {
    outline: none;
}

.pictos {
    text-align: center;
}

.picto-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 .2em;
    width: 1.2em;
    height: 1.2em;
    color: #413219;
    background: #16ff2a;
    font-size: 3rem;
    text-align: center;
    text-decoration: none;
}

.inner-div {
    margin: auto;
    width: 95%;
    padding : 20px;
    background-color: #d4f4d7;
    padding : 5px;
    border-radius: 6px;
    border: 2px solid #5cb85c;
    box-shadow: 1px 1px 0px #aaa; 
    
}

.haut-div {
    margin: auto;
    margin-bottom:10px;
    width: 100%;
    padding : 5px;
    text-align: center;
    border-bottom: 1px solid #5cb85c;
    
}

.bas-div {
    margin: auto;
    margin-top:50px;
    width: 100%;
    padding : 20px;
    text-align: right;
    border-top: 1px solid #5cb85c;
}

.flash-div {
    margin: auto;
    width: 50%;
    padding : 5px;
    background-color: #d4f4d7;
    padding : 2px;
    border-radius: 6px;
    border: 2px solid #FF0000;
    box-shadow: 1px 1px 0px #aaa; 
    margin-top: 10px;
}

@-webkit-keyframes clignote {
    0%{box-shadow:0px 0px 10px #4183C4;}
    50%{box-shadow:0px 0px 0px #4183C4;}
    100%{box-shadow:0px 0px 10px #4183C4;}
}

.badgeclignote{
    font-weight: bold;
    text-shadow: 0 1px 0 white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #DDD;
    box-shadow:0px 0px 10px #4183C4;
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:infinite;
}

.onglet {
    float: left;
    height: 30px;
    width : 150px;
    background-color: #FFFFFF;
    margin: 4px 0px 0 0px !important;
    margin: 2px 0px 0 0px;
    border: 1px solid #9EA0A1;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    text-align : center;
}

.ongletselect {
    float: left;
    height: 30px;
    width : 150px;
    background-color: #449D44;
    text-align : center;
    margin: 4px 0px 0 0px !important;
    margin: 2px 0px 0 0px;
    border: 1px solid 449D44;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-style : bold;
    line-height: 1.42857143;
    color: #FFFFFF;
    
}

.ongletdanger {
    float: left;
    height: 30px;
    width : 150px;
    background-color: #c21b2f;
    text-align : center;
    margin: 4px 0px 0 0px !important;
    margin: 2px 0px 0 0px;
    border: 1px solid 449D44;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-style : bold;
    line-height: 1.42857143;
    color: #FFFFFF;
}

.poussoir {
    position:relative;
    width:35px;
    height:35px;
    color:#FFF;
    display:block;
    text-decoration:none;
    margin:0 auto;
    border-radius:5px;
    border:solid 1px lightgrey;
    background:#767676;
    text-align:center;
    padding:10px 10px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #444444;
    -moz-box-shadow: 0px 9px 0px #444444;
    box-shadow: 0px 9px 0px #444444;
}

.btn_actif {
    background:#93D6B3;
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    position:relative;
    top:7px;
}

.poussoir:focus,
.poussoir:active:focus,
.poussoir.active:focus,
.poussoir.focus,
.poussoir:active.focus,
.poussoir.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.poussoir:hover,
.poussoir:focus,
.poussoir.focus {
    color: #333;
    text-decoration: none;
}

.poussoir:active,
.poussoir.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.onoffswitch {
    position: relative; width: 36px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 12px; padding: 0; line-height: 12px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 43px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.datepicker-dropdown {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
}