/*** Menu ***/

@media(max-width:768px) {
    .menu {
        display: none;
    }
}

.menu {
    min-width: 200px;
}

.tabs > ul:nth-child(1) {
 margin-left: 0px;
}


/*** Fin menu ***/

/*** Consos ***/

.conso-legend {
    position: relative;
    bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding-right: 10px;
}

.pull-right {
    float: right!important;
}

.progress {
    height: 25px;
    border: 1px solid black;
}

.dataTables_wrapper {
    margin-top: 30px;
}

/*** Fin consos ***/


/*** Bureau ***/

.select2-container--default .select2-selection--single {
    border-color: #dbdbdb;
    height: 2.5em;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
    top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 3px solid #485fc7;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 3px solid #485fc7;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    pointer-events: none;
    position: absolute;
    transform: rotate(135deg);
    transform-origin: center;
    width: 0.625em;
    top: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #485fc7;
    top: -3px;
    font-size: 22px;
}

.select2-container--open .select2-dropdown--below {
    border-color: #dbdbdb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border-color: #485fc7;
    box-shadow: 0 0 0 0.125em rgb(72 95 199 / 25%);
    outline: none;
}

/*** Fin bureau ***/

/*** Surcharge bulma ***/

.card {
    margin-bottom: 10px;
}

.card-footer {
    padding: 1em;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
  
  /* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
  /* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
  
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.notif-box {
    z-index: 100;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.33);
    min-width: 200px;
    width:50%;
    margin:16px auto;
    left:0;
    right:0;
    position:fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.switch-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    height: 2.5em;
    line-height: 1.5;
    padding-left: 3.5rem;
    padding-top: .2rem;
    cursor: pointer;
}

.feather {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
