/* ======================== */
/* BOOTSTRAP customizations */
/* ======================== */

.row {
  overflow: hidden !important;
}

.navbar {
    padding: 0rem;
    padding-top: 0.1rem;
}

.navbar-brand {
  margin-right: 0;
  padding: 5px 8px;
  margin-top: -2px;
}

@media (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    position: fixed;
    top: 50px;
    left: auto;
    right: auto;
    float: none;
  }
  .table-responsive nav {
    margin-left:0 !important;
    left: 0 !important;
    padding-left: 10px;
  }
  .table-responsive nav ol {
    padding-left: 0;
  }
  .buttons-container {
    margin-left: auto;
  }
  .search-input {
      width: 244px !important;
  }
  .table-responsive.table-nav {
      padding: 2px !important;
  }

  .table-responsive.table-nav .buttons-container {
      padding-top: .25rem !important;
  }
  #Chat{
    flex-direction: column-reverse;
  }
  .chat-search-wrapper, .chat-wrapper{
    width: 100%!important;
    margin: 0!important;
    max-height: 500px;
    overflow-y: scroll;
  }
  .chat-search-wrapper{
    margin-top: 20px!important;
  }

}
.navbar-ebrigade {
  background-color: #2B2350;
  color: white;
  height: 44px;
  border-bottom: 1px solid #bfbfbf;
}

#myTab {
  margin: 0 5px;
}

.nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .show>.nav-link {
    background-color: white;
    border: 0;
    border-bottom:1px solid #FA7070;
}
.nav.nav-tabs.nav-tabs-line .nav-item:first-child .nav-link {
    margin-left: 0;
}
.nav.nav-tabs.nav-tabs-line .nav-link {
  background-color:white;
    border: 0;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
    padding: .85rem 0;
    margin: 0 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color:white;
    color: #5E6278;
    background-color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}
.nav-tabs .nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.5rem;
    color: #7E8299;
}
.nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid transparent !important;
    transition-duration: .2s;
    color: #666666;    
    padding: 0.4rem 1rem 0.5rem 1rem;
}
.nav-tabs .nav-item {    
    margin-left: 10px;
}
.nav-tabs .nav-item:first-child {
    margin-left: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FA7070 !important;
    color: #FA7070;
    background-color: #FFFFFF;
    font-weight: normal;
}

.nav-tabs {
    background-color: white;
    align-items: flex-end;
    align-self: auto;
    justify-content: flex-start;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}

.nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FA7070 !important;
    color: #FA7070;
    background-color: #FFFFFF;
    font-weight: normal;
}


.form-group {
  display: inline-block; 
}
  
form {
    display: inline;
}

.custom-toggler {
    border-color: rgb(255,255,255);
    margin-bottom: 0;
    margin-top: 0;
}

.card-header {
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 20px;
    text-align: left;
    display:inline;
}

.card-footer {
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.nodowntoggle::after {
  display: none;
}

.card-button {
   padding: 5px !important;
}

.card-link {
   padding: 5px !important;
   margin-right:5px;
   margin-left:5px;
}


/* ============================== */
/* menu latéral                   */
/* ============================== */

@media (min-width: 1200px) {
  .td-min-width {
    min-width:180px;
  }
}

@media (max-width: 1200px) {
  .reporting-bg {
    background-size: 35%!important;
  }
}

@media (max-width: 920px) {
  .navbar-lateral {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-logo {
    /*padding-top: 20px;*/
    padding-top: 0px;
  }
  .no-col-padding {
    padding-right:0px;
    padding-left:0px;
  }

  .col-lateral {
    left: -100px;
  }
  .navbar-lateral {
    width: 285px;
    left: -270px;
  }
  .col-lateral .nav-lateral {
    margin-left: 100px;
  }
  .nav-right {
    display: none;
  }
  .nav-chat {
    width: 50px;
    height: 25px;
    margin-right: 0;
  }
  .nav-top {
    display: flex;
    flex-direction: row;
  }
  .nav-top-item{
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-icon {
    margin-top:4px;
  }
  .nav-text {
    font-size: 0.875rem;
  }
  .button-left {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 0;
    padding-top: 1px;
  }
  .button-right {
    padding-left: 2px;
    padding-right: 4px;
    padding-bottom: 0;
    padding-top: 1px;
  }
  .button-open {
    position: absolute;
    left: 45px;
    top: 16%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .button-close {
    position: absolute;
    left: 45px;
    top: 16%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav-center {
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%, -51%);
  }
  .nav-text {
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
  }
  .logo-small {
    overflow: hidden;
    width: 41.5px;
  }
  .nav-badge {
    position: relative;
    width: 50px;
    height: 28px;
    background-color: white !important;
    border: 1px solid #666;
    color: #666 !important;
  }
  .collapse-menu {
    display: none;
  }
  .link-doc {
    display: none;
    left: 0;
    width: 185px!important;
  }
}

@media (min-width: 922px) {
  .col-lateral {
    left: -100px;
  }
  .col-lateral .navbar-lateral {
    margin-left: 100px;
  }
  .navbar-lateral {
    width: 220px;
  }
  .item-lateral   [aria-expanded=true]:hover {
    background-color: #f1f1f1;
  }
  .nav-border {
    display: none;
  }
  .nav-border2 {
    display: none;
  }
  .nav-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -52%);
  }
  
  .nav-text {
    padding-right: 15px;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 4px;
  }
  .nav-badge {
    position: relative;
    width: 50px;
    height: 28px;
    background-color: white !important;
    border: 1px solid #666;
    color: #666 !important;
  }
  .nav-top {
    padding-top: 5px;
  }
  
  .space-left {
    margin-left: 215px;
    margin-right: -5px;
  }
  
  .space-left.collapsed {
    margin-left: 44px;
  }
  
  .row:not(.accueil) {
     width:100%;
  }
  
  .no-col-padding {
    padding-right:6px;
    padding-left:6px;
  }
}

@media (max-width: 992px) {
    .space-left {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.profil-picture {
  height: 29px;
  width: 26px;
  overflow: hidden;
  border-radius: 15px;
  border: 2px white solid;
}

.col-lateral {
  text-align: left;
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding-top: 44px;
  padding-left: 0;
  padding-right: 0;
  width: fit-content;
  z-index: 50;
}

.col-lateral.collapsed {
    width: 50px;
}

.navbar-lateral {
  height: 100%;
}

.dropdown-menu {
  border: none;
  box-shadow: 2px 1px 3px rgba(0,0,0,0.3) !important;
}

.div-scroll {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
  background-color: #fafafa;
  border-right: 1px #D8D8D8 solid;
}

.div-help {
  width: 220px;
}

.nav-text {
  color: rgb(188, 188, 207);
}

.text-violet {
  color: rgb(188, 188, 207);
}

.nav-text:hover {
  text-decoration: none;
}

.nav-left {
  display: flex;
  flex-direction: row;

}

.nav-center {
  display: flex;
  justify-self: center;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-top: 1.600px;
}

.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.nav-lateral {
  width: 220px;
  background-color: #fafafa;
  padding-top: 10px;
  padding-left: 0;
  border-right: 1px #D8D8D8 solid;
  z-index: 50;
  padding-bottom: 30px;
}

.nav-icon {
  justify-content: center;
  display: flex;
  height: 24px;
  align-items: center;
}

.nav-logo {
  position: relative;
  left: 10px;
  align-self: flex-start;
}

.nav-logo-text {
  margin-left: 10px;
}

.logo-lateral {
  color: #303030;
  font-size: 0.87rem;
  font-weight: bold;
  left: -5px;
  width: 225px;
}

.logo-lateral:hover {
  color: #303030;
}

.logo-small {
  left: -5px;
  padding: 3px 8px;
}

.logo-small:hover {
  background-color: rgba(168,209,240,0.2);
  border-radius: 5px;
}

.margin-li {
  margin-bottom: 2px;
  font-size: 12px;
}

.no-padding-tb {
  padding-top: 0;
  padding-bottom: 0;
}

.hover-white:hover {
  color: white;
}

.navtop-hover:hover {
  background-color: rgba(209,209,240,0.2);
  border-radius: 5px;
  color: white;
}

.item-lateral {
  width: 220px;
  flex-direction: row;
  line-height: 24px;
}

.item-lateral .show {
  background-color: #fff;
}

.link-lateral {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.1rem;
  padding-left: 40px;
}

.sub-link-lateral  {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303030 !important;
}

.link-lateral:hover {
  background-color: #f1f1f1;
  color: #303030;
  box-shadow: inset 4px 0 0 #FA7070;
}

.sub-link-lateral:hover {
  background-color: #f1f1f1;
  color: #303030;
}

.div-lateral {
  box-shadow: inset 4px 0 0 #FA7070;
  padding-top: 0;
}

.sub-menu {
  position: fixed;
}

.logo-lateral:hover {
  background-color: #f1f1f1;
}

.item-lateral [aria-expanded=true] {
  background-color: #fff;
  box-shadow: inset 4px 0 0 #FA7070;
}

.dropdown-lateral {
  color: #666;
  font-size: 1rem;
  padding-left: 16px;
  padding: 0.45rem 1rem !important;
}

.dropdown-lateral:hover {
  text-decoration: none;
}

.icon-lateral {
  height: 20px;
  padding-right: 20px;
  width: 30px;
}

.menu-actif {
  color: #FA7070;
  font-weight: bold;
}

.menu-actif:hover {
  color: #FA7070;
  font-weight: bold;
}

.button-lateral{
  background-color: #fafafa;
  color: #808080;
  width: 200px;
  margin-left: 0;
  padding-left: 0;
  border: none;
  font-size: 0.875rem;
  border-top: 1px #D8D8D8 solid;
}

.text-left {
  height: 3px;
  width: 3px;
}

.nav-border,.nav-border2 {
  border-left: 1px #6868b9 solid;
  position: absolute;
  right: 4%;
  margin-right: 0;
  width: 30px;
  height: 27px;
  top: 23%;
}

.button-left {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.text-right {
  height: 3px;
  width: 3px;
}

.button-right {
  border: none;
}

.button-close {
  display: none;
}

.background-opacity {
  display: block;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 10;
}

.toggle-lateral {
  background-color: #fafafa;
  border-right: 1px #D8D8D8 solid;
  width: 220px;
}

.collapse-menu {
  position: fixed;
  bottom: 0px;
  background: #fafafa;
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  cursor: pointer;
  border-right: 1px #D8D8D8 solid;
  border-top: 1px #D8D8D8 solid;
  text-align: left;
  padding-left: 12px;
}

.decollapse-menu {
  position: fixed;
  bottom: 0px;
  left: 0;
  background: #fafafa;
  width: 49px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303030;
  cursor: pointer;
  display: none;
  border-right: 1px #D8D8D8 solid;
  border-top: 1px #D8D8D8 solid;
}

.icon-collapse {
  position: absolute;
  left: 32%;
  top: 28%;
  color: #666;
}

.collapse-menu:hover{
  background: #f1f1f1;
}

.decollapse-menu:hover{
  background: #f1f1f1;
}

.link-doc {
  color: #666;
  width: 220px;
  position: fixed;
  bottom: 0;
  background: #fafafa;
  text-align: center;
  height: 24px;
  border-right: 1px #D8D8D8 solid;
  padding-top: 0px;
}

/* ============================== */
/* badges                         */
/* ============================== */

.badge {
  background-color: #007bff;
  font-size: 100%;
  color: white;
  border-radius: 60px;
}

.active-badge {
  background-color: #Fa7070;
}

.inactive-badge {
  background-color: #CCCCCC;
}

.inactive-badge:HOVER {
  background-color: #666666;
}

.badge:HOVER {
  text-decoration: none !important;
}

.orange-badge {
  color:#fff;
  background-color:#ff6600;
}

.yellow-badge {
  color:#fff;
  background-color:yellow;
}

.red-badge {
  background-color: red !important;
  color: white;
  padding: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.simple-badge {
  font-weight: normal;
  color: #666;
  margin-top: 4px;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.simple-badge:HOVER .red-badge:HOVER{
  background-color: yellow !important;
  text-decoration: none !important;}

.badge0 {
  background-color: black; }

.badge1, .badgeA {
  background-color: blue; }

.badge2, .badgeB {
  background-color: red; }

.badge3, .badgeC {
  background-color: green; }

.badge4, .badgeD {
  background-color: purple; }
  
.badge5, .badgeE {
  background-color: orange; }

/* ============================== */
/* dd                             */
/* ============================== */

.dd-select {
    border-radius: 5px !important;
}

.dd-option-image, .dd-selected-image {
  max-height: 30px !important;
  height: 30px; }

.dd-selected-text, .dd-option-text {
  line-height: 20px !important;
  font-size: 11px;
  vertical-align: middle; }

.dd-option-text {
  font-size: 11px; }

.dropdown-menu  {
    color: #2B2350 !important;
}

.dropdown-menu  > a {
    color: #2B2350 ;
}

.card-header, .card-footer {
  background-color: #2B2350 !important;
  color: #FFFFFF !important; }

.card-title {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0.25rem;
}

.card-footer > a:not(.btn) {
  color: #FFFFFF !important; }

.card-default {
  border-style: none;
  padding: 0;
  margin-bottom: 30px;
  background-color: white !important;
  box-shadow: 0 0 30px 0 rgba(82,63,105,.05);}

.input-group-addon {
  color: #2B2350; }

@media print {
  .fixed-table-toolbar, .fixed-table-pagination{
    display: none;
  }
  a[href]:after {
    content: none !important; }
  img.no-resize {
    min-height: 110px; } }

.img-max-18 {
  max-height: 18px;
  height: 18px; }

.img-max-20 {
  max-height: 20px;
  height: 20px; }

.img-max-22 {
  max-height: 22px;
  height: 22px; }

.img-max-30 {
  max-height: 30px;
  height: 30px; }
  
.img-max-35 {
  max-height: 35px;
  height: 35px; }

.img-max-40 {
  max-height: 40px;
  height: 40px; }

.img-max-50 {
  max-height: 50px;
  height: 50px; }

.img-max-60 {
  max-height: 60px;
  height: 60px; }
  
.img-max-90 {
  max-height: 90px;
  height: 90px; }

.img-max-120 {
  max-height: 120px;
  height: 120px; }
  
.img-max-160 {
  max-height: 160px;
  height: 160px; }

/* ============================== */
/* modal                          */
/* ============================== */
.modal {
  top: 20% !important;
  outline: none; }

/* ============================== */
/* counter on font awesome icons  */
/* ============================== */
.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 15%;
  content: attr(data-count);
  font-size: 30%;
  padding: .6em;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  min-width: 2em;
  font-weight: bold; }
  
  
.fa-green{
  color: green
}
.fa-green:hover{
  color:#003399;
}

/* =================== */
/* eBrigade CSS        */
/* =================== */
.lightgray {
  background-color: #F1F1F1;
}

BODY {
  background-color: white;
  color: #2B2350 !important;
  margin: 0px;
  padding: 5px;
  padding-top: 50px; }

BODY.top15 {
  padding-top: 15px; }

BODY.top50 {
  padding-top: 50px; }

.GREENBODY {
  color: #004d4d; }

.BLACKBODY {
  color: #3d3d5c; }

p {
  padding-top: 7px; }

#kt_body {
  margin: 0;
  padding: 0;
}

.h-100vh {
  height: 100vh;
}

TD {
  padding: 3px;
  padding-top: 2px; }

TR {
  font-size: 13px; }

TR.bigFont {
  font-size: 15px; }

TR.pad1 {
  padding: 1px; }

TR.pad0 {
  padding: 0px; }

/* LIENS */
A {
  color: #007bff; }

A:HOVER {
  text-decoration: underline;
  color: #777; }

A.s {
  text-decoration: none; }

A.z {
  text-decoration: none; }

A:HOVER.s {
  text-decoration: underline;
  color: purple; }

A:HOVER.z {
  text-decoration: underline;
  color: purple; }

.flex-grow {
  flex-grow: 1;
}

.h-100vh {  
  height: 100vh;
}

/*ROUNDED BORDERS */
table {
  border-collapse: separate;
  border: solid #2B2350 2px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.noBorder {
  border: 0px !important;
}

.noBorder.fullWidth {
  width: 100% !important;
}

.widget-table {
  width: 95%;
}
  
.table-condensed {
  border: 0px;
}

TR.white {
    background-color: white ;
}

html input[type="button"], input[type="reset"], input[type="reset"], input[type="submit"],  button,  optgroup, option {
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}


html input, select, select, textarea, optgroup, option, password, file {
  color: #3F4254;
  padding-left: 2px;
  border-radius: 5px !important;
  font-size: 13px;
  border: 0px;
  background: #F8F8F8;
  box-shadow: 1px 1px 1px lightgrey;
  line-height: 24px;
}

input[type="radio"], input[type="checkbox"]{
  box-shadow: none !important;
}

.banner {
  max-height:200px;
  max-width:100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

.banner2 {
  max-height:250px;
  max-width:100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

textarea {
  background: #F8F8F8;
  box-shadow: 1px 1px 1px lightgrey;
}

input:focus, textarea:focus, select:focus{
  background-color:#f8f9fa;
  outline: none !important;
  box-shadow: 0 0 10px #719ECE;
  border: 1px solid #FA7070;
}

/* 
input[type='text'], select, textarea{
  width: 100%;
}

input[name="prenom2"], select[name="habilitation"], select[name="habilitation2"], input[name="city"] {
  width:90%;
  float: left;
}
*/

.btn, button, input[type="submit"] {
  margin: 2px;
  margin-bottom: 4px;
  border: 0px;
  box-shadow: 1px 1px 5px grey;
}

.btn.btn-dark {
  color: #fff;
  background-color: #181c32;
  border-color: #181c32;
}

.btn-danger {
  color: white !important;
}

.btn-default {
  color: #2B2350 !important;
  background-color: #FFFFFF;
}

.btn-light-primary {
 color:#3699ff;
 background-color:#e1f0ff;
 border-color:transparent
}

.btn.btn-light {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    box-shadow: none !important;
    font-weight: 500;
}

.btn.btn-text-success {
    color: #1bc5bd;
}

.btn.btn-text-primary {
    color: #3699ff;
}

.btn.btn-text-dark {
    color: #181c32;
}

.btn.btn-text-danger {
    color: #f64e60;
}

.btn.btn-text-warning {
    color: #ffa800;
}

.btn.btn-warning {
    color: #ffffff;
    background: #ffa800;
}

.btn.btn-warning:hover, .btn.btn-warning:active {
    color: #ffffff !important;
    background: #ee9d01;
}

.plain {
  padding-left: 3px !important; }

select:disabled {
  background: #ddd;
}

.no-round-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
  
.no-round-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-round {
  border-radius: 0 !important; }

button {
  margin: 2px;
}

button.label {
  background: none;
  border: none;
  text-decoration: underline;
  color: #2B2350; }

select {
  height: 24px; }

input:disabled {
  background: #dddddd; }

.TabHeader {
  color: white;
  font-weight: bold;
  background-color: #2B2350; }

.newTabHeader{
  color: #171717;
  font-weight: bold;
  background-color: #e4e6ef !important;
  }

.newTable{
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5em;
  overflow: hidden;
}

.newTable tr.newTable-tr:nth-child(even) {
  background-color: #f5f4f6;
}

.newTable tr.newTable-tr:hover{
    background-color: #ccc !important;
}

.newTable-tr td {
  padding: 7px 5px;
}

.newTable-tr td:first-child, .newTabHeader th:first-child {
  padding-left: 10px;
}

.newTable-tr td:last-child, .newTabHeader th:last-child {
  padding-right: 10px;
}

.newTabHeader th {
  padding: 12px 5px;
}

/*SEPARATIONS*/
.charte {
  background-color: #F1F1F1; }

.dark {
  background-color: #000000; }

.bright {
  background-color: #C6C6C6; }

/*MENUS VERTICAUX*/
.FondMenu {
  background-color: #2B2350;
  border: 1px solid #2B2350; }

.MenuRub {
  background-color: #FAFAFAFA;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 4px;
  color: #F1F1F1; }

.Menu {
  padding: 0px 0px 0px 4px;
  line-height: 15px;
  text-decoration: none; }

.Bottom {
  background-color: #2B2350;
  padding-left: 4px;
  color: #F1F1F1; }

.SousTotal {
  font-weight: bold;
  background-color: #dbdbdb !important;
}

.TabTotal {
  color: orange;
  font-weight: bold;
  background-color: #2B2350; }

@media (max-width: 769px) {
    .smalldropdown {
        max-width: 245px;
        font-size: 13px;
    }
}
@media (min-width: 769px) {
    .smalldropdown {
        max-width: 260px;
        font-size: 13px;
    }
}

.smalldropdown2 {
  max-width: 220px;
  font-size: 13px; }
  
.smallerdropdown2 {
  max-width: 150px;
  font-size: 13px; }
 
.smalldropdown3 {
  max-width: 80px;
  font-size: 13px; }
  
.smalldropdown3-nofont {
  max-width: 80px; }

.smallcontrol {
  max-width: 200px;
  font-size: 13px; }

.smallcontrol2 {
  max-width: 280px;
  font-size: 13px; }
  
.smallcontrol3 {
  max-width: 320px;
  font-size: 13px; }

.small {
  font-size: 10px;
  font-style: italic; }

.small2 {
  font-size: 10px;
  text-align: center; }

.smallgrey {
  font-size: 10px;
  color: #808080; }

.smallblue {
  font-size: 10px;
  color: #2B2350; }

.smallorange {
  font-size: 10px;
  font-weight: bold;
  color: #EF6F00; }

.smallblack {
  font-size: 10px;
  color: black; }

.smallred {
  font-size: 10px;
  font-weight: bold;
  color: red; }

.smallgreen {
  font-size: 10px;
  color: #005300; }

.blue12 {
  font-size: 13px;
  color: #2B2350; }

.purple12 {
  font-size: 13px;
  color: purple; }

.green12 {
  font-size: 13px;
  color: #005300; }
  
.green16 {
  font-size: 16px;
  font-weight: bold;
  color: #005300; }

.darkcyan12 {
  font-size: 12px;
  font-weight: bold;
  color: #009999; }

.orange12 {
  font-size: 12px;
  font-weight: bold;
  color: #e67300; }

.red12 {
  font-size: 12px;
  font-weight: bold;
  color: red; }
  
.red16 {
  font-size: 16px;
  font-weight: bold;
  color: red; }

.black12 {
  font-size: 12px;
  font-weight: bold;
  color: black; }

.mediumgrey {
  font-size: 12px;
  color: #666699; }

.SPP {
  color: red;
  font-size: 10pt; }

.SPV {
  color: blue;
  font-size: 10pt; }

.SPPV {
  color: purple;
  font-size: 10pt; }

.engaged {
  background: grey;
  font-size: 10pt; }

.TITLE {
  color: black;
  font-weight: bold;
  font-size: 10pt; }

.underline {
  text-decoration: underline; }

a.BigButton {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px;
  color: #2B2350;
  text-decoration: none;
  vertical-align: top; }

a.BigButton:HOVER {
  color: #C00000;
  font-weight: bold; }

.inputText50 {
  width: 50px; 
  margin: 1px; }
  
.thinlabel {
  margin-bottom: 0;
}
.primaryColor {
  color: #007BFF;
}

#users {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  width: 250px;
  text-align: left;
  font-size: 12px;
  padding: 2px;
  height: 400px;
  height: 100%;}

/* Pagination */
.paginate {
  font-size: 11px;
  margin-bottom: 3px;
}

.page-link {
  color: #2B2350;
  background: #F8F8F8;
  box-shadow: none;
}

.noboxshadow, #token-input-input-facebook-theme {
  box-shadow: none !important;
}

ul.token-input-list-facebook, div.token-input-dropdown-facebook{
  width: 100% !important;
  max-width: 300px !important;
}

a.paginate {
  border: 1px solid #000080;
  padding: 1px 6px 1px 6px;
  text-decoration: none;
  color: #000080;
}

ul.pagination {
  margin-bottom: 0px;
  margin-top: 13px;
}

.tooltip-inner {
  background-color:  black;

}

a.paginate:hover {
  background-color: #000080;
  color: #FFF;
  text-decoration: underline; }

a.current {
  border: 1px solid #000080;
  padding: 1px 6px 1px 6px;
  cursor: default;
  background: #000080;
  color: #FFF;
  text-decoration: none; }

span.inactive {
  border: 1px solid #999;
  font-size: 11px;
  padding: 1px 6px 1px 6px;
  color: #999;
  cursor: default; }

.top_menu_item {
    padding-top:0.8rem;
}

.progressbox {
    background: #f5f5f5;
    font: 12px Consolas, monospace, serif;
    color: #444;
    max-width:800px;
    max-height:750px;
    border-radius: 8px;
    padding: 6px;
    overflow:auto;
}

.hide_always {
    display: none !important;
}

.boldy {
    font-weight: 600;
    color: #3F4254;
    font-size: 13px;
}

@media (max-width: 992px) {
    .hide_mobile {
        display: none !important;
    }
    
    .bootstrap-table {
       margin:3px;
    }

    select:not(.page-link) {
    height: 30px;
    }

    select {
        max-width: 260px;
    }
    
    .small_iphone{
        font-size: 10px;
        text-align: center;
    }
    .img-max-200 {
        max-height:150px;
        height:150px;
    }
    .top_menu_item {
        padding-left:0rem;
        padding-bottom:0.5rem;
    }
    
    .navbar-ebrigade{
        overflow-y:auto;
        height: 50px;
    }
    
    .option-ebrigade {
        font-size:13px;
    }

    button.btn.dropdown-toggle.btn-default{
      float: none;
    }

    .dropdown.bootstrap-select.col-md-4{
      margin: 0 auto!important;
    }

    .search-element{
      text-align: center!important;
    }
    
    .gps{
        position:absolute;
        z-index:1;
        top:120px;
        left:0px;
        margin-bottom:10px;
    }
    
}

@media (max-width: 560px) {
    span.hide_mobile{
        display: none !important;
    }
    .hide_mobile2 {
        display: none !important;
    }
    .dropdown-right-mobile{
        padding-right: 5px;
    }
}

@media (min-width: 769px) {
    .hide_desktop2 {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .only_mobile {
        display: none !important;
    }
    
    .top_menu_item {
        padding-left:1rem;
    }
    .option-ebrigade {
        font-size:15px;
    }
    
    .bootstrap-table {
       margin:25px;
    }
    
    .subtext-tr{
        padding-left:38px; 
        margin-top:-10px; 
        padding-bottom:4px;
    }
    
    .gps{
        position:absolute;
        z-index:1;
        top:102px; 
        left:265px;
    }
    
    .gps2{
        top:62px !important;
    }
}

.option-ebrigade.level-0 {
    padding-left: 14px;
}

.option-ebrigade.level-1 {
    padding-left: 24px;
}

.option-ebrigade.level-2 {
    padding-left: 34px;
}

.option-ebrigade.level-3 {
    padding-left: 44px;
}

.option-ebrigade.level-4 {
    padding-left: 54px;
}
/*
.option-ebrigade *:first-child::before {
    content: '';
    display: block;
    border: 1px solid #919191;
    border-top: none;
    border-right: none;
    width: 8px;
    position: absolute;
    top: 0;
    margin-left: -10px;
    height: 20px;
}

.option-ebrigade.level-0::before {
    content: '';
    display: none;
}*/

table.cards tr {
  display: inline-block;
  width: 20%;
  background: #fff !important;
  padding: 1% 1.5%;
}

table.cards tr td {
  width: 50% !important;
}

table.cards .card-views .nocards {
  display: none;
}

table.cards .card-views .card-view-title {
  display: none !important;
}

/* =================== */
/* footer              */
/* =================== */

.container {
  width: auto;
  padding: 0 15px;
}

.footer {
    display: block !important;
}

/* =================== */
/* redefine frameworks  */
/* =================== */

input.datepicker {
  border-radius: 0;
}

.biginput {
  font-size: 16px;
  text-align:center;
  margin-left:8px;
}

.big-left-input {
  font-size: 20px;
  text-align:left;
  margin:6px;
  padding-left:8px;
}

.medium-input {
  font-size: 16px;
  text-align:left;
  margin:6px;
  padding-left:8px;
  width:260px;
}

.small-input {
  font-size: 16px;
  text-align:left;
  margin:6px;
  padding-left:6px;
  width:140px;
}

.datepicker2 {
  border-radius: 5px !important;
  font-size:initial;
  height:36px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .15) !important;
}

.label2 {
  margin-bottom:0;
  margin:2px;
}

.bootstrap-select {
  width: 320px !important;
  margin-right: 5px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 320px;
}

.bootstrap-select-small {
  width: 100px !important;
}
.bootstrap-select-small:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100px;
}

.bootstrap-select-xs {
  width: 60px !important;
}
.bootstrap-select-xs:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 60px;
}

.bootstrap-select-medium {
  width: 155px !important;
}
.bootstrap-select-medium:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 155px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #2B2350;
  font-weight: bold;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  font-size: 11pt !important;
  padding: 8px !important;
}


.span-date {
    width:50px;
    display:inline-block;
    margin-left:10px;
}

.ebrigade-h4 {
    font-size: 1.5rem;
    font-weight: 500;
}

.ebrigade-h6 {
    font-size: 1rem;
    font-weight: 500;
}
/*css of the piquet drag drop page*/
div[class^="listed"]:hover{
  box-shadow: 0 0 15px -5px #007bff;}

.move-cursor{
cursor: move;
}
.ui-hover{
color: #007bff;
}
.ui-active{
border: 1px #007bff;
color: #007bff ;
}

.dropzone.dropzone-default.dropzone-primary {
    border-color: #3699FF;
}
.dropzone.dropzone-default {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3;
        border-top-color: rgb(235, 237, 243);
        border-right-color: rgb(235, 237, 243);
        border-bottom-color: rgb(235, 237, 243);
        border-left-color: rgb(235, 237, 243);
    border-radius: 0.42rem;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    min-height: auto;
}
.dropzone {
    min-height: 150px;
    background: white;
    padding: 20px 20px;
}
.dropzone, .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone.dz-clickable * {
    cursor: default;
}

.form-group label {
    font-size: 1rem;
    font-weight: 400;
    color: #3F4254;
}
.text-lg-right {
    text-align: right !important;
}
.col-form-label {
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.dropzone.dropzone-default .dropzone-msg-desc {
    color: #B5B5C3;
    font-weight: 400;
    font-size: 1rem;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.table-container {
  margin: 20px 200px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: .45rem;
}

.table-responsive {
  float: right;
  padding: 0;
  margin-top: 0;
}

.toolbar.table-responsive {
  padding: .5em 1.6em;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.toolbar.table-responsive .left {
  align-content: flex-start;
}

.toolbar.table-responsive .right {
  margin-bottom: 4px;
}

.toolbar.table-responsive .toggle-switch {
  position:relative;
  top:0;
  width: inherit !important;
}

.table-responsive.tab-buttons-container {
  padding: 0 1.0em !important;
}

.table-responsive.table-tabs {
  margin-bottom: 8px !important;
}

.table-responsive.table-tabs .sub-tabs.nav-tabs .nav-link:focus, .table-responsive.table-tabs .sub-tabs.nav-tabs .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #A6A6A6 !important;
    color: #5A5A5A;
    background-color: #FFFFFF;
    font-weight: normal;
}

.table-responsive.table-tabs .sub-tabs.nav-tabs .nav-item.show .nav-link, .table-responsive.table-tabs .sub-tabs.nav-tabs .nav-link.active {
  background-color:white;
    color: #5A5A5A;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #5A5A5A !important;
}

.table-responsive.table-tabs .sub-tabs{
  margin-top: -10px !important;
}

.table-responsive.table-tabs .sub-tabs.nav-link {
    display: block;
    padding: 0.2rem 1rem 0.5rem 1rem;
}

.table-responsive.table-tabs .sub-tabs.nav.nav-tabs .nav-item {
    font-size: 12px !important;
}

.bootstrap-table td, .bootstrap-table th {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table thead th .sortable {
  padding-left: 30px !important;
}

.table-responsive nav {
  background: #FAFAFA;
  position: relative;
  margin-bottom: 0px;
  line-height: 26px;
  padding: 0;
}

.action-buttons {
  float: left;
  padding-left: 24px;
}

.action-buttons::before {
  content: '';
  display: block;
  position: absolute;
  height: 105px;
  width: 10px;
  margin: -83px 0 0 -12px;
  border-left: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.btn-generalites:hover{
  background-color: #d78f00 !important;}

.btn-activites:hover{
  background-color: #0bb7af!important;}

.btn-formation:hover{
  background-color: #f3283e !important;}

@media (min-width: 992px) {
  .action-buttons::before {
      height: 105px;
      width: 30px;
      margin: -80px 0 0 -13px;
      z-index:-1;
  }
  .action-buttons {
     padding-left: 53px;
  }
}

.bootstrap-table .search-input, .bootstrap-table select {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .15) !important;  
}

.buttons-container {
  margin-top: 4px;
}

.buttons-container a i {
  color: #A6A6A6;
}

.buttons-container a i:before {
  margin-left: -2px;
}

.buttons-container a:hover > i {
  color: #2B2350;
}

.buttons-container a:hover i.excel-hover {
  color: green;
}

.buttons-container a:hover i.pdf-hover {
  color: red;
}

.btn {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .15) !important;
}

.buttons-container .btn {
  height: 35px;
  margin: 0px -0.5px !important;
}

.fixed-table-pagination {
  padding-left: 40px !important;
}

#toolbar .bootstrap-select {
  width: 230px !important;
}

.responsive-padding {
  padding: 0;
}

@media (max-width: 769px) {
  .reporting-text{
    width: 80%;
  }
  .reporting-bg{
    background-size: 52%!important;
  }
  #toolbar .bootstrap-select {
      padding-top: 0;
      width: 194px !important;
  }
  #toolbar .toggle-switch {
      top: 2px !important;
  }
  #toolbar .toggle-switch {
      width: 194px !important;
      position: relative;
      display: inline-block;
  }
  .responsive-padding {
    padding-top: 30px;
  }
  .flex-column-mobile{
    flex-direction: column;
  }
  .btn-telecharger-mobile{
    position: relative!important;
    top: 0px;
  }
  .card-mobile{
    padding: 25px!important;
  }
}

.search-input {
  width: 300px;
}

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
  box-shadow: 0 0 0.625em #d9d9d9; }

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0; }

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em; }

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8; }

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0; }

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em; } }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4); }

.swal2-container.swal2-backdrop-hide {
  background: transparent !important; }

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: .9rem; }

.swal2-popup:focus {
  outline: none; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4; }

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500; }

.swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }

.swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
 }

.swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  background: transparent;
  color: #f27474; }

.swal2-close::-moz-focus-inner {
  border: 0; }

.swal2-content {
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc; }

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc; }

.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #cccccc; }

.swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc; }

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }

.swal2-range input {
  width: 80%; }

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center; }

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }

.swal2-input[type=number] {
  max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: inherit; }

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em; }

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em; }

.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center; }

.swal2-icon {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon .swal2-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s; }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon-content.swal2-info-line {
  margin-top: -5px;
}

.swal2-icon.swal2-info {
  border-color: #007bff;
  color: #007bff;
  transform: rotate(180deg);
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }

.swal2-progress-steps li {
  display: inline-block;
  position: relative; }

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s; }

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  -webkit-transition: none;
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg); } }

@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

/*body.swal2-height-auto {
  height: auto !important; }*/

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0; }

@media print {
  canvas#myChart{
    max-height: 100vh!important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em; }

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em; }

.btn-swal {
  padding: .6em 1em !important;
  font-size: 14px !important;
}

body .swal2-container button.btn {
  padding: .6em 1em !important;
  font-size: 1em !important;
  margin: 0 0.2em !important;
  font-family: 'Roboto' !important;
  font-weight: 300 !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.7rem 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 0.25rem;
    flex-grow: 1;
    background-color: transparent !important;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.card {
  /*border-style: none !important;*/
}
.card.hide .card-header {
    border-style: none;
    background-color: #fffffffa !important;
    color: #000000 !important;
    border-radius: 7px 7px;
}

.card.hide{
  border-radius: 7px;
  border-style: none;
}
.card.hide .card-body {
  font-family: Poppins, Helvetica, sans-serif;
  border-radius: 7px;
}

.card.hide .font {
  font-weight: 600;
  font-family: Poppins, Helvetica, sans-serif;
}
.card.hide td{
  color:black;
}

.card.hide td span.square {
  height: 50px;
}

.square {
  border-radius: 7px;
  padding: 10px;
  height: 50px;
  width: 50px;
  background-color: #e1f0ff;
}

.pulse-effect {
  position: relative;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  background-size:cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.75s infinite cubic-bezier(0.56, 0, 0, 1);
  -moz-animation: pulse 1.75s infinite cubic-bezier(0.56, 0, 0, 1);
  -ms-animation: pulse 1.75s infinite cubic-bezier(0.56, 0, 0, 1);
  animation: pulse 1.75s infinite cubic-bezier(0.56, 0, 0, 1);
}

.square-warning {
  background-color: #ffe2e5;
}

.pulse-info {
  box-shadow: 0 0 0 0 #3699ff;
}
.pulse-warning {
  box-shadow: 0 0 0 0 #f64e60;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);}}

/* Tooltip */
.tooltip {
  opacity: 1 !important;
}

.tooltip > .tooltip-inner {
  background: #FFF; 
  color: #555555; 
  border: 1px solid #FFF;
  padding: 1em;
  font-size: 13px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  opacity: 1;
}
/* Tooltip on top */
.tooltip .tooltip-arrow {
  border-top: 5px solid #FFF;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
   /*box-shadow: 0 0 2px rgba(0, 0, 0, .5);*/
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff;
}

*[disabled] {
  cursor: not-allowed;
}
.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
    white-space: nowrap;
}
.label.label-actif {
    color: #1BAFA8 !important;
    background-color: #c9f7f5 !important;
    font-weight: bold !important;
}
.label.label-archive{
    color: #8A8A8A !important;
    background-color: #D3D3D3 !important;
    font-weight: bold !important;
}
.label.label-bloqued{
    color: #f64e60 !important;
    background-color: #ffe2e5 !important;
    font-weight: bold !important;
}
.label.label-wait{
    color: #F6A94E !important;
    background-color: #FFF2E2 !important;
    font-weight: bold !important;
}

.label.label-ben, .label.label-adh, .label.label-res {
    color: #8e44ad;
    background-color: #C19ED0;
    font-weight: bold;
}

.label.label-sal {
    color: #B59C26;
    background-color: #ECD8A3;
    font-weight: bold;
}

.label.label-ext, .label.label-pres, .label.label-fonc {
    color: #1A93B1;
    background-color: #9AD9E9;
    font-weight: bold;
}

.label.label-spv {
    color: #AE704B;
    background-color: #DCCFBF;
    font-weight: bold;
}

.label.label-pats {
    color: #936CA0;
    background-color: #DCBFDC;
    font-weight: bold;
}

.label.label-spp,.label.label-act {
    color: #6CA076;
    background-color: #BFDCCD;
    font-weight: bold;
}

.label.label-jsp {
    color: #C0C378;
    background-color: #F1EACD;
    font-weight: bold;
}

.table-bordered th, .table-bordered td {
  border: none;
}

.table.cards tbody {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.table.cards tr {
    width: 200px !important;
    flex: 0 1 240px;
    box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, .15);
    margin: 4px auto;
    border-radius: 3px;
}


.table.cards tr .card-views .card-view {
  margin: 3px 0;
  display: flex;
  justify-content: center;
}


.table.cards tr .label.label-inline {
  width: 100% !important;
    padding: .15rem .75rem;
    border-radius: .42rem;
    margin: 3px 0;
}

.table tr .profile-picture {
  border-radius: 15px;
}

.card-view img.profile-picture {
  border-style: none;
  margin-top: -5px;
  width: 115px !important;
  max-height: 140px !important;
  height: 140px;
}

table.new-table.table-bordered {
  border: none !important;
}

table.new-table tr, table.new-table th {
  border-bottom: 1px solid #E6E6E6;
}

table.new-table tr:last-child {
  border-bottom: none;
}

table.new-table thead tr {
  height: 30px;
  color: #A9A9A9;
}

table.new-table tbody tr:hover {
  background: #EEEEEE;
}

table.new-table tr td {
  padding-right: 1em;
}

table.new-table.table-bordered thead th, table.new-table.table-bordered thead td {
    border-bottom-width: 1px !important;
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.table-responsive.table-nav {
    display: flex;
    justify-content: space-between;
    background: #FAFAFA;
    overflow: hidden;
    margin-top: -6px;
    margin-bottom: 5px;
    padding: 0 1.5em;
    flex-wrap: wrap;
}
.table-responsive.table-nav .table-responsive.table-nav {
    padding: 0 0;
}

.btn-secondary {
  color: #3f4254;
    background-color: #e4e6ef;
    border-color: #e4e6ef;
}

.fixed-table-toolbar .btn.btn-secondary {
  background: #FFFFFF !important;
  color: #717171 !important;
}

.fixed-table-pagination .btn.btn-secondary {
  background: #fff !important;
  color: #555555 !important;
}

.table-bordered.cards {
    border: 1px solid #fff;
}

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

/* 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: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

.switch input:disabled + .slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch 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%;
}

.toggle-switch {
  position: absolute;
  top: -25px;
  text-align: left;
  width: 230px !important;
  padding-left: 5px;
}

.user-div {
  padding-top: 0.3rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.3rem;
}

.user-infos {
  display: inline-block;
  padding-top: 0;
  margin-right: 10px;
}
.user-infos p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1.3em;
}

.user-infos p.name {
  font-weight: bold;
  font-size: 1.1em;
}

.user-infos p.dispo {
  font-size: 1em;
}

.user-picture {
  display: inline-block;
  float: right;
}

.dropdown-divider2 {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
}
/*Message information*/
@keyframes bounce {
  from, 
  20%, 
  50%, 
  to {
    transform: translate(0,0);
    animation-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
  }
  40%, 
  45% {
    transform: translate(0, -30px);
    animation-timing-function: cubic-bezier(0.7, 0.05, 0.8, 0.05);
  }
  70% {
    transform: translate(0, -15px);
    animation-timing-function: cubic-bezier(0.7, 0.05, 0.8, 0.05);
  }
  80% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
  }
  90% {
    transform: translate(0, -10px);
  }
}

.alert {
  display: inline-block;
  margin-top:0px;
  margin-bottom:20px;
  margin-left:6px;
  margin-right:6px;
  box-sizing: content-box;
  max-width: 850px !important;
  max-height: 200px !important;
  top : 10px;
}

#fadediv, #alert-container {
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
}

#fadediv {
  position: absolute;
  pointer-events: none;
}

#fadediv .alert {
  animation-duration: 1.5s;
  animation-name: bounce;
}

.alert-message {
  color: #3F4254;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
  margin-right: 15px;
  border-radius: 7px;
}

.alert-container{
  margin: 0 0 15px 15px;
}

.dropdown-right {
  padding-right: 5px;
}

.table-responsive.table-nav.table-tabs.sub-tabs {
  padding-top: 5px;
}

/**
* WIDGETS PAGE D'ACCUEIL
**/

.three-points-icon {
  position: absolute;
  margin: 25px;
  top: 0px;
  right: 5px;
  color: #b5b5c3;
  cursor: pointer;
}

.widget-title a, .widget-title {
  color: #3f4254!important;
  font-weight: 600;
  text-decoration: none;
}

.widget-title a:hover, .widget-title:hover {
  color: #7e8299!important;
}

.widget-principal-subtitle{
  position: absolute;
  top:35px;
  left:20px;
  font-size: 11px;
  color: #7e8299;
  font-weight: 600;
}

.widget-subtitle, .widget-subtitle a{
  color: #7e8299!important;
  font-weight: bolder;
  font-size: 11px;
}

.alert-label{
  text-align:center;
  padding:5px;
  border-radius: .42rem;
  font-weight:bolder;
  float: right;
}

.alert-orange{
  background-color:#fff4de;
  color:#ffa800!important;
}

.alert-blue{
  background-color:#3699ff3d;
  color:#3699ff!important;
}

.alert-red{
  background-color:#ffe2e5;
  color:#f64e60!important;
}

.alert-green{
  background-color: #c9f7f5;
  color: #1bc5bd!important;
}

.alert-green-apple{
  background-color: #d7f9d3;
  color: #3aa717!important;
}

.alert-violet{
  background-color: #eee5ff;
  color: #8950fc!important;
}

.alert-grey{
  background-color: #ededed;
  color: #7e8299!important
}

.alert-pink{
  background-color: #ff016114;
  color: #ff0066!important;
}

/*** Widget Profil ***/
.profile-alerts {
  align-items: center;
  margin-top: 15px;
}

.alert-icon {
  padding: 10px;
  border-radius: .42rem;
}

td.alert-icon {
  width: 50px;
}

.warning-infos-perso-title{
  color: #3F4254;
  font-weight: 600;
}

.warning-infos-perso-subtitle{
  color: #7E8299;
  font-size: 11px;
}

/*** Widget Activités ***/

.activity-date {
  align: left;
  padding: 10px;
  width: 90px;
}

.widget-text, .widget-text a {
  font-weight: 600;
  color: #3F4254 !important;
  font-size: 13px;
}

.grey-button-arrow {
  width: 40px;
  height: 40px;
  color: #3f4254;
  background-color: #f3f6f9;
  text-align: center;
  padding-top: 13px;
  border-radius: .42rem;
  float: right;
}

.grey-button-arrow:hover {
  background-color: #e4e6ef;
}

.reporting-text{
  font-size: 16px;}

.reporting-bg{
  border: solid 1px #dee2e6;
  text-align: left;
  min-height:300px;
  background-image: url("../images/generalites.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 22%;}

@media (max-width: 769px) {
    .div-decal-left{

    }
}

@media (min-width: 770px) {
    .div-decal-left{
        padding-left: 10px;
    }
}

/*** Widget Calendrier ***/
.event-duration{
  font-size: 11px;
  color: #7e8299;
  font-weight: 500;
}

.event-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  border-radius: .42rem;
  color: #FFFFFF;
}

.event-arrow-closed {
  background-color: orange;
  color: #FFFFFF;
}

.event-arrow-closed:hover {
  background-color: #ffa500b5;
}

.event-arrow-opened {
  background-color: green;
  color: #FFFFFF;
}

.event-arrow-opened:hover {
  background-color: #008000ad;
}

.nav-pills-calendar{
  position: absolute;
  top: 15px;
  right: 55px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #3699FF;}

/*** Widget informations ***/
.timeline{
  margin-top: 100px;
  margin-bottom: 25px;
  position: absolute;
  left: 100px;
  width: 3px;
  top: 0;
  bottom: 0;
  background-color: #ebedf3;
}

.infos-principal-title{
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 20px 20px 20px;
  background-color: #FFFFFF;
  z-index: 1;
  border-bottom: 0.5px solid #ebedf3d1;
}

.infos-three-point-icon{
  float: right;
  color: #b5b5c3;
}

.infos-principal-title a{
  color: black;
  font-size: 13px;
  font-weight: bolder;
}

.infos-content {
  color: #7e8299!important;
  padding: 15px 15px 0 30px;
  text-align: justify;
  line-height : 20px;
}

.infos-title{
  margin: 0;
  color: #3f4254;
  font-weight: 600;
  height:72px;
}

.infos-date{
  font-size: 12px;
  color: #7e8299!important;
  font-weight: 600;
  width: 85px;
  vertical-align:text-top;
  padding: 20px 0 0 15px;
}

/*** Widget Gestion des produits consommables ***/
.alert-justify{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subtitle-small{
  color: #7e8299!important;
  font-weight: 400;
  font-size: 11px;
}

.alert-element{
  padding: 15px;
  border-radius: .42rem;
}

.text-warning-alert{
  font-weight: 600;
  float: right;
}

.no-content{
  font-weight: 600;
  color: #3f4254;
  padding-left: 15px;
  font-size: 13px;
}

.infos-icon{
  position: absolute;
  left: 93px;
  background-color: white;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

/*** Widget Stats ***/
.widget-stats{
  background-color: #FFFFFF;
  margin: 15px;
  padding: 15px;
  border-radius: .42rem;
}

.stats-container{
  padding: 15px;
}

.stats-header{
  display: flex;
  padding-bottom: 5px;
}

.stats-numbers{
  color: #3f4254;
  display: flex;
  justify-content: flex-end;
  font-weight: bolder;
  font-size: 1rem;
}

.stats-numbers span{
  font-size: 1.2rem;
}

.stats-number{
  margin-right: 20px;
}

.stats-icon{
  font-size: 35px;
  padding-top: 7px;
}

.stats-participations{
  background-color:#c9f7f5!important;
  border-radius: .42rem;
  padding: 15px;
  text-align: center;
}

.stats-participations-icon{
  color:#1bc5bd;
}

.stats-title{
  color:#3f4254!important;
  font-weight:bold;
  font-size: 1rem;
  padding-left: 15px;
  text-align: left;
}

.stats-subtitle{
  color:#b5b5c3;
}

.stats-activities{
  background-color: #fff4de!important;
  border-radius: .42rem;
  padding: 15px;
}

.stats-activities-icon{
  color:#ffa800;
}

.stats-members{
  background-color: #eee5ff!important;
  border-radius: .42rem;
  padding: 15px;
}

.stats-members-icon{
  color:#a377fd;
}

.stats-taches{
  background-color: #ffe2e5!important;
  border-radius: .42rem;
  padding: 15px;
}

.stats-taches-icon{
  color:#f64e60;
  font-size: 37px;
  padding-top: 12px;
}

.stats-link{
  cursor: pointer;
  text-decoration: none!important;
}

/* Widget Horaires */
.widget-link{
  cursor: pointer;
  text-decoration: none!important;
}

table.separate{
  border-collapse: separate;
}

/** Three points icon dropdown **/
.three-point-dd{
  position: absolute;
  top: 10px;
  right: 10px;
}

.three-point-dd-icon{
  color: #b5b5c3;
  text-decoration: none!important;
  padding: 10px;
}

.dropdown-toggle {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: auto !important;
  right: 0 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a#dropdownMenuLink {
  display: none;
}

.navi-link {
  text-align: center;
  color: #3f4254;
  text-decoration: none;
  padding: 12px 16px;
}

.navi-link:hover {
  cursor: pointer;
  color: #f64e60;
  background-color: #ffe2e5;
}

/** Actualités et Consignes **/
.act-message-title{
  color: #3f4254;
  font-weight: bolder;
  padding-bottom: 10px;
  margin-right:6px;
  font-weight: 800;
}

.act-message-author, .act-message-date, .act-message-perim{
  color: #b5b5c3;
  margin-right:6px;
}

.act-message-text{
  text-align: justify;
  margin-bottom: 20px;
}

.act-message-content{
  background-color: #f3f6f9;
  padding: 6px;
  margin-left: 50px;
  margin-right:15px;
  margin-bottom: 10px;
  border-radius: .85rem;
  position: relative;
}

.act-message-content:before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 10px;
  left: -25px;
  border-right: solid 10px #f3f6f9;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}

.act-message-icon{
  width: 50px;
  border-radius:30%;
  border: 2px solid #ebedf3;
  position: absolute;
  left: -80px;
}

.act-message-type{
  padding: .15rem .75rem;
  border-radius: .42rem;
  color: #FFFFFF;
  margin-right: 6px;
}

.act-message-left{
  border-right: 2px solid #ebedf3;
  width: 50px;
  padding: 0!important;
}

.switchconfig {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

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

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

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

.slider.config:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white ;
  -webkit-transition: .4s;
  transition: .4s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\2715";
  font-family:"system-ui";
  color:#868686;
  align-content:center;
  align-items: center;
   font-style: normal;
   line-height:122.5%;
  font-weight: 400;
  font-variant: normal;
  text-align:center;

}

.slider.config.pref:before {
  line-height: 100%;
}

.switchconfig input:checked + .slider {
  background-color:#007bff;
}

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

.switchconfig input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: white;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height:122.5%;
  text-align:center;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\2713";
  font-family:"system-ui";
  color:#007bff;
  align-content:center;
  align-items: center;
}

.switchconfig input:checked + .slider.pref:before {
  line-height:100%;
}

.switchconfig input:checked~span:after {
    opacity: 1;
    color: #fff;
    background-color: #ebedf3;
}
.switchconfig input:checked + .slider:after {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #007bff;
}
.switchconfig input[disabled] + * {
    cursor: not-allowed !important;
}
.switchconfig input[disabled] + .slider:after, .switchconfig input[disabled] + .slider:before {
    background-color: #E4E4E4 !important;
    color: #a0b0c1;
}
.switchconfig input[disabled] + .slider {
    background-color: #a0b0c1 !important;
}
/* Rounded sliders */
.sliderconfig.round {
  border-radius: 34px;
}

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

.slider.config.round.disabled {
  background: #ccc;
}

.toggle-switch {
  position: absolute;
  top: -25px;
  text-align: left;
  width: 230px !important;
  padding-left: 5px;
}

button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled{
  border: 1px solid #5f6368;
}

/** Pages general style **/
.page-header-options{
  display: flex;
  justify-content:space-around;
  padding: 0 8px 0 8px;
  margin: 30px 0 30px 0;
}

button.btn.dropdown-toggle.btn-default{
  float: left;
  color:#3f4254 !important;
}

.search-element{
  text-align: right;
}

.nav-pills .nav-link {
    border-radius: .42rem;
}

/* background pagination en blanc! */
ul.pagination.pagination-sm.justify-content-center { 
    background-color: transparent;
}

.graycard {
    border-style: none;
    background-color: #f1F1F1F1 !important;
    color: #3F4254 !important;
    border-radius: 7px 7px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 3px;
    padding-left: 20px;
    text-align: left;
    display: inline;
}

.card.hide .card-header.graycard {
    border-style: none;
    background-color: #F1F1F1F1 !important;
    color: #3F4254 !important;
    border-radius: 7px 7px;
}

.card-default.graycarddefault {
    border-style: none;
    padding: 0;
    margin-bottom: 15px;
    background-color: #F1F1F1F1 !important;
    box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
}

.card.hide.graycarddefault td {
    color: #3F4254;
}

.search-wen{
    margin-bottom: 6px;
    margin-left: 10px;
}

.flexTable {
  table-layout:fixed;
  width:100%;
}

.row.rownoflex {
  display:inline-block;
  float:left;
}

.noshadowinput {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, .15) !important;
  height:42px;
  position:relative;
  /* top:2px; */
}

.fa-eraser{
    color: #3f4254 !important;
}

.TabHeader.nocolor{
  background-color:inherit;
} 

.dropdown-item-profil{
    color: #666 !important;
}

.low-opacity {
    background: rgba(255, 255, 255, 0.7);
    padding: .35em .5em;
    border-radius: 3px;
}


.newTableAll{
  border: none;
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5em;
  overflow: hidden;
}

.newTableAll tr:first-child {
    background-color: #e4e6ef !important;
}

.newTableAll tr:first-child th, .newTableAll tr:first-child td,.newTableAll tr:first-child a {
    color: #3f4254!important;
    font-weight: 600;
    text-decoration: none;
}

.newTableAll td a {
    color: #3f4254;
    font-weight: 600;
    text-decoration: none;
}

.newTableAll tr:nth-child(even) {
    background-color: #f5f4f6;
}

.newTableAll tr:not(:first-child):hover{
    background-color: #ccc;
}

.newTableAll tr:not(:first-child) td {
    padding: 7px 5px;
    font-weight: 500;
    color: #3F4254 !important;
    font-size: 13px;
}

.newTableAll td:first-child, .newTabHeader th:first-child {
  padding: 12px 5px ;
}

.newTableAll td:last-child, .newTabHeader th:last-child {
  padding: 12px 5px ;
}

/* CHAT PAGE */
#message-wrapper{
  border-radius: .42rem;
  font-size: 14px;
  padding: 1rem;
  margin-top: .5rem;
  max-width: 600px;
  color:#3f4254;
  font-weight:600;}

#searchChatUser{
  background-color: #f3f6f9;}

.btn-action{
    font-size: 1em;
    height: 25px;
    width: 25px;
    padding: 3px;
    color: #007bff !important;
}

.cardtab table:first-child{
    font-weight: bold;
}

.fa-trash-alt{
    color:red;
}

#dtdb{
    background-color:white;
}

#dtfn{
    background-color:white;
}

.form-control{
    border:none;
}

.nav-tabs:not(.sub-tabs) a.nav-link i.fa {
    display: none;
}

@media (max-width: 992px) {
    .reporting-bg{
    background-size: 35%;
    }
    .nav-tabs:not(.sub-tabs) li.nav-item {
        margin: 0 !important;
    }
    .nav-tabs:not(.sub-tabs) a.nav-link, a.nav-link.active {
        border: 1px solid #dee2e6 !important;
        border-radius: 0 !important;
    }
    .nav-tabs:not(.sub-tabs) a.nav-link i.fa,
    .nav-tabs:not(.sub-tabs) a.nav-link.selected span {
        display: inline-block;
    }
    .nav-tabs:not(.sub-tabs) a.nav-link:not(.active) span {
        display: none;
    }

    .sub-tabs .nav-item {
        padding-top: 5px;
        margin: 0;
    }
    .sub-tabs .nav-item a.nav-link {
        border-left: none !important;
        border-right: none !important;
    }
}

.addon-card {
    padding-top: 40px;
    position: relative;
    margin-bottom: 20px;
}

.addon-card img {
    vertical-align: middle;
    max-width: 90%;
    height: auto;
}

.addon-card .description {
    position: absolute;
    text-align: left;
    right: -10px;
    bottom: -10px;
    background: #FFF;
    padding: 30px 40px;
    max-width: 80%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .15)
}

.addon-card .description h1 {
    margin: 7px 0;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
}
.addon-card .description p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
}

.isValid-after {
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 20px;
    font-size: 12px;
}
.isValid-after.valid {
    background:#AAE4AB;
    color: #46BA48;
    padding: 3px 6px;
}
.isValid-after.valid i:before {
    content: "\f00c";
}

.isValid-after.error {
    background:#E4AAAA;
    color: #BA4646;
    padding: 3px 7.875px;
}.isValid-after.error i:before {
    content: "\f00d";
}

div.dropdown.bootstrap-select.form-control.form-control-sm{
  width: 100%!important;
    background-color:transparent;
}

.flex{
    display:inline-flex;
}

.eightcent{
    width:85%;
}

input[type=text].form-control{
    height:36px;
}

.datesize{
    width:110px;
}

.maxsize{
    width:100% !important;
}

@media (max-width: 769px) {
    .dropdown.bootstrap-select{
        max-width:245px !important;
    }
    #navbreadcrumb{
        padding-left:5px;
    }
}

.select-control{
    padding-left:5px;
    font-size: 0.875rem;
}

tr.newTable-tr.opacity td {
    opacity: 0.3;
}

.debug-icon {
    position: fixed;
    z-index: 2147483003;
    bottom: 48px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
}