@charset "UTF-8";
.custom_modal_view {
  background-color: rgba(128, 128, 128, 0.1);
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
}
.custom_modal_view .content {
  background-color: rgba(128, 128, 128, 0.1);
}
.custom_modal_view .content header.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
}
.custom_modal_view .content .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/lato/Lato-Hairline.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/lato/Lato-HairlineItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
section#homepage .card .card-header {
  background-color: white;
}
section#homepage #homepage-contexts .card-body {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 576px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  section#homepage #homepage-contexts .card-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
section#homepage #homepage-contexts .card-body a.context {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.1s ease-in;
  overflow: hidden;
}
section#homepage #homepage-contexts .card-body a.context .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  height: 75px;
  width: 100%;
  font-weight: bold;
  padding: 0 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  section#homepage #homepage-contexts .card-body a.context .top {
    font-size: 13px;
  }
}
section#homepage #homepage-contexts .card-body a.context .top.novenci {
  background-color: #0F7BDB;
}
section#homepage #homepage-contexts .card-body a.context .top.idline {
  background-color: #52636F;
}
section#homepage #homepage-contexts .card-body a.context .top.vaelia {
  background-color: #0CC27E;
}
section#homepage #homepage-contexts .card-body a.context .top.numy {
  background-color: #4ECDC4;
}
section#homepage #homepage-contexts .card-body a.context .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 0 5px;
}
section#homepage #homepage-contexts .card-body a.context:hover {
  text-decoration: none;
}
section#homepage #homepage-contexts .card-body a.context:hover:not(.disabled) {
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.3) !important;
  transform: scale(1.01);
}
section#homepage #homepage-contexts .card-body a.context.selected {
  transform: scale(1.01);
  position: relative;
}
section#homepage #homepage-contexts .card-body a.context.selected:after {
  content: "\f058";
  right: 0;
  top: 0;
  height: 20px;
  width: 15px;
  position: absolute;
  color: white;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
section#homepage #homepage-contexts .card-body a.context.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: help;
  box-shadow: 0 0 0px #ce2015 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
section#homepage #homepage-contexts .card-body a.context.disabled .top {
  background-color: #444;
}
section#homepage #homepage-contexts .card-body a.context.disabled:hover {
  box-shadow: inset 0px 0px 10px rgba(206, 32, 21, 0.2) !important;
  filter: grayscale(0.75);
  opacity: 0.7;
  transform: scale(0.985);
}
section#homepage #homepage-calendar .fc-col-header-cell.fc-day {
  font-size: 12px;
  line-height: 11px;
}
section#homepage #homepage-calendar .fc-scrollgrid-sync-table .fc-daygrid-day-top {
  font-size: 8px;
  line-height: 10px;
}
section#homepage .homelinks a.homelink {
  display: block;
  transition: all 0.1s ease-in;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
section#homepage .homelinks a.homelink .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  min-height: 75px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
  background-color: dimgrey;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 576px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 15px;
    min-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 15px;
    min-height: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 13px;
    min-height: 60px;
    background-color: transparent;
    position: relative;
    z-index: 20;
  }
}
@media (min-width: 1400px) {
  section#homepage .homelinks a.homelink .top {
    font-size: 14px;
    min-height: 55px;
  }
}
section#homepage .homelinks a.homelink .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section#homepage .homelinks a.homelink .bottom img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  section#homepage .homelinks a.homelink .bottom {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section#homepage .homelinks a.homelink .bottom:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 12;
    transition: 0.2s all ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
  }
  section#homepage .homelinks a.homelink .bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
section#homepage .homelinks a.homelink:hover {
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
section#homepage .homelinks a.homelink:hover .top {
  background-color: #CE2015;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  section#homepage .homelinks a.homelink:hover .bottom:before {
    background-color: rgba(113, 18, 12, 0.5);
  }
}
section#homepage .right-listing {
  background-color: #CE2015;
}
section#homepage .right-listing h5 {
  color: white;
}
section#homepage .right-listing .list-group .list-group-item {
  background-color: #CE2015;
  color: white;
  padding: 0.25rem 0.25rem 0.25rem 5px;
  transition: all 0.1s ease-in;
}
section#homepage .right-listing .list-group .list-group-item .top {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
section#homepage .right-listing .list-group .list-group-item .body {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  section#homepage .right-listing .list-group .list-group-item .body {
    flex-direction: column;
  }
}
section#homepage .right-listing .list-group .list-group-item.see-more {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}
section#homepage .right-listing .list-group .list-group-item:hover:not(.see-more) {
  background-color: #bb1d13;
}
section#homepage .right-listing .list-group .list-group-item:hover {
  padding-left: 10px;
}
section#homepage #homepage-calendar {
  position: relative;
}
section#homepage #homepage-calendar .fullcalendar-loader {
  display: none;
}

#dashboard .interlocutors {
  background-color: #CE2015;
  color: white;
  padding: 15px;
  border-radius: 3px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors h5 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors {
    padding: 5px;
  }
}
#dashboard .interlocutors hr {
  border-color: rgba(255, 255, 255, 0.3);
}
#dashboard .interlocutors .interlocutor {
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #e52417;
  transition: all 0.1s ease-in;
}
#dashboard .interlocutors .interlocutor h4 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors .interlocutor h4 {
    font-size: 14px;
  }
}
#dashboard .interlocutors .interlocutor a {
  color: white;
  font-size: 14px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors .interlocutor a {
    font-size: 12px;
  }
}
#dashboard .interlocutors .interlocutor p.mail {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors .interlocutor p.mail {
    font-size: 12px;
  }
}
#dashboard .interlocutors .interlocutor p.function {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #dashboard .interlocutors .interlocutor p.function {
    font-size: 14px;
  }
}
#dashboard .interlocutors .interlocutor:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #ea382c;
}
#dashboard .interlocutors .interlocutor:last-child {
  margin-bottom: 0;
}
#dashboard .important-news .news {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#dashboard .important-news .news .top {
  position: relative;
}
#dashboard .important-news .news .top img {
  width: 100%;
  object-fit: cover;
}
#dashboard .important-news .news .top .no-image {
  height: 202px;
  background-color: rgba(153, 153, 153, 0.3);
  position: relative;
}
#dashboard .important-news .news .top .no-image:after {
  content: "Aucun aperçu";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: rgba(102, 102, 102, 0.4);
}
#dashboard .important-news .news .top .category {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  color: #666;
}
#dashboard .important-news .news .top .category:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#dashboard .important-news .news .top .title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: white;
  font-weight: bold;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%);
  padding: 10px 7px 5px;
}
#dashboard .important-news .news .center {
  background-color: white;
  padding: 10px;
}
#dashboard .important-news .news .center .date {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  text-align: right;
}
#dashboard .important-news .news .center .resume {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 40px;
}
#dashboard .important-news .news .center .resume > *:last-child {
  margin-bottom: 0;
}
#dashboard .important-news .news .bottom {
  background-color: white;
  padding: 0 10px 10px;
  margin-top: auto;
}
#dashboard .important-news .news .bottom .link {
  text-align: right;
}

#header-contexts {
  padding: 10px 20px 0;
}
#header-contexts .custom-control {
  margin-bottom: 10px;
}
#header-contexts .custom-control input + label {
  color: #6C757D;
  transition: all 0.2s;
}
#header-contexts .custom-control input:checked + label {
  color: black;
}

#clientsDropdown + .dropdown-menu {
  width: 550px;
  padding: 10px;
}
#clientsDropdown + .dropdown-menu #header-clients h4 {
  color: #CE2015;
}

.navbar-container .navbar-nav .sidebar-brand {
  background-color: white;
}
.navbar-container .navbar-nav li.nav-item .collapse > div:first-child, .navbar-container .navbar-nav li.nav-item .collapsing > div:first-child {
  background-color: #b71c13;
}
.navbar-container .navbar-nav li.nav-item .collapse > div:first-child a.collapse-item, .navbar-container .navbar-nav li.nav-item .collapsing > div:first-child a.collapse-item {
  color: white;
}
.navbar-container .navbar-nav li.nav-item .collapse > div:first-child a.collapse-item:hover, .navbar-container .navbar-nav li.nav-item .collapsing > div:first-child a.collapse-item:hover {
  background-color: #a01910;
}

.sidebar .nav-item .nav-link {
  padding: 0.7rem;
}

.breadcrumb {
  padding: 0.4rem 1rem;
}
.breadcrumb .breadcrumb-item {
  font-size: 13px;
}

.grecaptcha-badge {
  display: none;
}

@media (min-width: 768px) {
  body #content-wrapper {
    max-width: calc(100vw - 236px);
  }
}
@media (min-width: 768px) {
  body.sidebar-toggled #content-wrapper {
    max-width: calc(100vw - 116px);
  }
}

.contacts {
  padding: 20px;
  border-radius: 0.25rem;
}
.contacts h3 {
  font-size: 20px;
}
.contacts.contacts-ivelem {
  background-color: #FFB200;
  color: #212529;
}
.contacts.contacts-ivelem .contact-link {
  color: #212529;
}
.contacts.contacts-ivelem hr {
  border-color: #212529;
}
.contacts.contacts-novenci {
  background-color: #0F7BDB;
  color: #fff;
}
.contacts.contacts-novenci .contact-link {
  color: #fff;
}
.contacts.contacts-novenci hr {
  border-color: #fff;
}
.contacts.contacts-vaelia {
  background-color: #0CC27E;
  color: #fff;
}
.contacts.contacts-vaelia .contact-link {
  color: #fff;
}
.contacts.contacts-vaelia hr {
  border-color: #fff;
}
.contacts.contacts-idline {
  background-color: #52636F;
  color: #fff;
}
.contacts.contacts-idline .contact-link {
  color: #fff;
}
.contacts.contacts-idline hr {
  border-color: #fff;
}
.contacts.contacts-ozanges {
  background-color: #FF6F00;
  color: #fff;
}
.contacts.contacts-ozanges .contact-link {
  color: #fff;
}
.contacts.contacts-ozanges hr {
  border-color: #fff;
}
.contacts.contacts-ededoc {
  background-color: #00A9C4;
  color: #fff;
}
.contacts.contacts-ededoc .contact-link {
  color: #fff;
}
.contacts.contacts-ededoc hr {
  border-color: #fff;
}
.contacts.contacts-nvl {
  background-color: #CE2015;
  color: #fff;
}
.contacts.contacts-nvl .contact-link {
  color: #fff;
}
.contacts.contacts-nvl hr {
  border-color: #fff;
}
.contacts.contacts-ma-formation {
  background-color: #FF9C00;
  color: #212529;
}
.contacts.contacts-ma-formation .contact-link {
  color: #212529;
}
.contacts.contacts-ma-formation hr {
  border-color: #212529;
}
.contacts.contacts-sms-gold {
  background-color: #F9C900;
  color: #212529;
}
.contacts.contacts-sms-gold .contact-link {
  color: #212529;
}
.contacts.contacts-sms-gold hr {
  border-color: #212529;
}
.contacts.contacts-expertcom {
  background-color: #E16D2C;
  color: #fff;
}
.contacts.contacts-expertcom .contact-link {
  color: #fff;
}
.contacts.contacts-expertcom hr {
  border-color: #fff;
}
.contacts.contacts-expertcom-gedimat {
  background-color: #E16D2C;
  color: #fff;
}
.contacts.contacts-expertcom-gedimat .contact-link {
  color: #fff;
}
.contacts.contacts-expertcom-gedimat hr {
  border-color: #fff;
}
.contacts.contacts-mvue {
  background-color: #3FA3FB;
  color: #fff;
}
.contacts.contacts-mvue .contact-link {
  color: #fff;
}
.contacts.contacts-mvue hr {
  border-color: #fff;
}
.contacts.contacts-numy {
  background-color: #4ECDC4;
  color: #212529;
}
.contacts.contacts-numy .contact-link {
  color: #212529;
}
.contacts.contacts-numy hr {
  border-color: #212529;
}
.contacts .contact .contact-title {
  margin-bottom: 10px;
}

.contexts-choices .context-choice.context-ivelem.active {
  background-color: rgba(255, 178, 0, 0.1);
  border-color: #FFB200;
  color: #343a40;
}
.contexts-choices .context-choice.context-ivelem .context-color {
  color: #FFB200;
}
.contexts-choices .context-choice.context-novenci.active {
  background-color: rgba(15, 123, 219, 0.1);
  border-color: #0F7BDB;
  color: #343a40;
}
.contexts-choices .context-choice.context-novenci .context-color {
  color: #0F7BDB;
}
.contexts-choices .context-choice.context-vaelia.active {
  background-color: rgba(12, 194, 126, 0.1);
  border-color: #0CC27E;
  color: #343a40;
}
.contexts-choices .context-choice.context-vaelia .context-color {
  color: #0CC27E;
}
.contexts-choices .context-choice.context-idline.active {
  background-color: rgba(82, 99, 111, 0.1);
  border-color: #52636F;
  color: #343a40;
}
.contexts-choices .context-choice.context-idline .context-color {
  color: #52636F;
}
.contexts-choices .context-choice.context-ozanges.active {
  background-color: rgba(255, 111, 0, 0.1);
  border-color: #FF6F00;
  color: #343a40;
}
.contexts-choices .context-choice.context-ozanges .context-color {
  color: #FF6F00;
}
.contexts-choices .context-choice.context-ededoc.active {
  background-color: rgba(0, 169, 196, 0.1);
  border-color: #00A9C4;
  color: #343a40;
}
.contexts-choices .context-choice.context-ededoc .context-color {
  color: #00A9C4;
}
.contexts-choices .context-choice.context-nvl.active {
  background-color: rgba(206, 32, 21, 0.1);
  border-color: #CE2015;
  color: #343a40;
}
.contexts-choices .context-choice.context-nvl .context-color {
  color: #CE2015;
}
.contexts-choices .context-choice.context-ma-formation.active {
  background-color: rgba(255, 156, 0, 0.1);
  border-color: #FF9C00;
  color: #343a40;
}
.contexts-choices .context-choice.context-ma-formation .context-color {
  color: #FF9C00;
}
.contexts-choices .context-choice.context-sms-gold.active {
  background-color: rgba(249, 201, 0, 0.1);
  border-color: #F9C900;
  color: #343a40;
}
.contexts-choices .context-choice.context-sms-gold .context-color {
  color: #F9C900;
}
.contexts-choices .context-choice.context-expertcom.active {
  background-color: rgba(225, 109, 44, 0.1);
  border-color: #E16D2C;
  color: #343a40;
}
.contexts-choices .context-choice.context-expertcom .context-color {
  color: #E16D2C;
}
.contexts-choices .context-choice.context-expertcom-gedimat.active {
  background-color: rgba(225, 109, 44, 0.1);
  border-color: #E16D2C;
  color: #343a40;
}
.contexts-choices .context-choice.context-expertcom-gedimat .context-color {
  color: #E16D2C;
}
.contexts-choices .context-choice.context-mvue.active {
  background-color: rgba(63, 163, 251, 0.1);
  border-color: #3FA3FB;
  color: #343a40;
}
.contexts-choices .context-choice.context-mvue .context-color {
  color: #3FA3FB;
}
.contexts-choices .context-choice.context-numy.active {
  background-color: rgba(78, 205, 196, 0.1);
  border-color: #4ECDC4;
  color: #343a40;
}
.contexts-choices .context-choice.context-numy .context-color {
  color: #4ECDC4;
}

.news-grid-full-width {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media (max-width: 575.98px) {
  .news-grid-full-width {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-grid-full-width {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .news-grid-full-width {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-grid-full-width {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .news-grid-full-width {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1400px) {
  .news-grid-full-width {
    grid-template-columns: repeat(5, 1fr);
  }
}

.news-grid-full-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 575.98px) {
  .news-grid-full-small {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .news-grid-full-small {
    grid-template-columns: repeat(1, 1fr);
  }
}

.nvl_news.mode-list .news {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.nvl_news.mode-list .news:last-child {
  margin-bottom: 0;
}
.nvl_news.mode-list .news .date {
  display: block;
  text-align: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
.nvl_news.mode-list .news .title {
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.nvl_news.mode-list .news .resume {
  font-size: 13px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.nvl_news.mode-list .news .category {
  font-size: 10px;
  display: none;
}
.nvl_news.mode-list .news .bottom {
  display: block;
  text-align: right;
}
.nvl_news.mode-grid .news-list .news {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.nvl_news.mode-grid .news-list .news.priority {
  position: relative;
}
.nvl_news.mode-grid .news-list .news.priority:after {
  transition: 0.1s all ease-in;
  position: absolute;
  right: 5px;
  top: 10px;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  transform: translateY(-50%);
}
.nvl_news.mode-grid .news-list .news.priority:hover:after {
  color: white;
}
.nvl_news.mode-grid .news-list .news .top {
  position: relative;
}
.nvl_news.mode-grid .news-list .news .top img {
  width: 100%;
  object-fit: cover;
}
.nvl_news.mode-grid .news-list .news .top .no-image {
  height: 202px;
  background-color: rgba(153, 153, 153, 0.3);
  position: relative;
}
.nvl_news.mode-grid .news-list .news .top .no-image:after {
  content: "Aucun aperçu";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: rgba(102, 102, 102, 0.4);
}
.nvl_news.mode-grid .news-list .news .top .category {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  color: #666;
}
.nvl_news.mode-grid .news-list .news .top .category:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.nvl_news.mode-grid .news-list .news .top .title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: white;
  font-weight: bold;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%);
  padding: 10px 7px 5px;
}
.nvl_news.mode-grid .news-list .news .center {
  background-color: white;
  padding: 10px;
}
.nvl_news.mode-grid .news-list .news .center .date {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
  text-align: right;
}
.nvl_news.mode-grid .news-list .news .center .resume {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  min-height: 40px;
}
.nvl_news.mode-grid .news-list .news .center .resume > *:last-child {
  margin-bottom: 0;
}
.nvl_news.mode-grid .news-list .news .bottom {
  background-color: white;
  padding: 0 10px 10px;
  margin-top: auto;
}
.nvl_news.mode-grid .news-list .news .bottom .link {
  text-align: right;
}
.nvl_news.mode-line .news_line {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nvl_news.mode-line .news_line.priority {
  position: relative;
}
.nvl_news.mode-line .news_line.priority:after {
  transition: 0.1s all ease-in;
  position: absolute;
  left: 5px;
  top: 50%;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: rgba(206, 32, 21, 0);
  font-size: 10px;
  transform: translateY(-50%);
}
.nvl_news.mode-line .news_line.priority:hover:after {
  color: rgba(206, 32, 21, 0.9);
  left: -15px;
}
.nvl_news.mode-line .news_line img {
  height: 60px;
  border-radius: 3px;
}
.nvl_news.mode-line .news_line .no-preview {
  background-color: rgba(102, 102, 102, 0.1);
  height: 60px;
  width: 84px;
  border-radius: 3px;
  position: relative;
}
.nvl_news.mode-line .news_line .no-preview:after {
  content: "Aucun aperçu";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 12px;
  line-height: 12px;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  color: rgba(102, 102, 102, 0.4);
}
.nvl_news.mode-line .news_line .title {
  margin: 0 20px;
  line-height: 18px;
}
.nvl_news.mode-line .news_line .title, .nvl_news.mode-line .news_line .date {
  font-size: 14px;
}
.nvl_news.mode-line .news_line:last-child {
  margin-bottom: 0;
}

.nvl_news_show .news-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.nvl_news_show .news-top .news-plublished-at {
  color: #6C757D;
  font-size: 16px;
}
.nvl_news_show .news-top .news-title {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.nvl_news_show .news-top .news-category {
  margin-top: 10px;
  background-color: #F2F2F2;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 16px;
}
.nvl_news_show .news-top .news-category a {
  color: #666;
}
.nvl_news_show .new-image {
  margin-bottom: 25px;
}
.nvl_news_show .resume, .nvl_news_show .content {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .nvl_news_show .resume, .nvl_news_show .content {
    width: 100%;
  }
}
.nvl_news_show .content {
  font-size: 18px;
}

.login-card-wrapper {
  display: flex;
  justify-content: center;
}
.login-card-wrapper > .card {
  width: 350px;
}
.login-card-wrapper > .card form input {
  text-align: center;
}

section#trackingTicket .card .card-body .nature, section#trackingTicket .card .card-body .objet, section#trackingTicket .card .card-body .probleme, section#trackingTicket .card .card-body .solution {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
section#trackingTicket .description {
  padding: 10px;
  font-size: 12px;
}
section#trackingTicket form .raty {
  text-align: center;
  margin-bottom: 10px;
}

.phone-detail tbody tr {
  cursor: pointer;
}
.phone-detail tbody tr.selected {
  background-color: #a01910;
  color: white;
}

table thead tr th[data-sort=string], table thead tr th[data-sort=string-ins], table thead tr th[data-sort=float], table thead tr th[data-sort=int] {
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
table thead tr th[data-sort=string]:after, table thead tr th[data-sort=string-ins]:after, table thead tr th[data-sort=float]:after, table thead tr th[data-sort=int]:after {
  content: "\f0dc";
  position: absolute;
  color: rgba(68, 68, 68, 0.5);
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
}
table thead tr th[data-sort=string]:hover, table thead tr th[data-sort=string-ins]:hover, table thead tr th[data-sort=float]:hover, table thead tr th[data-sort=int]:hover {
  background-color: rgba(153, 153, 153, 0.1);
}
table thead tr th[data-sort=string].sorting-asc, table thead tr th[data-sort=string-ins].sorting-asc, table thead tr th[data-sort=float].sorting-asc, table thead tr th[data-sort=int].sorting-asc {
  background-color: rgba(153, 153, 153, 0.15);
}
table thead tr th[data-sort=string].sorting-asc:after, table thead tr th[data-sort=string-ins].sorting-asc:after, table thead tr th[data-sort=float].sorting-asc:after, table thead tr th[data-sort=int].sorting-asc:after {
  color: #444;
  content: "\f0d8";
}
table thead tr th[data-sort=string].sorting-desc, table thead tr th[data-sort=string-ins].sorting-desc, table thead tr th[data-sort=float].sorting-desc, table thead tr th[data-sort=int].sorting-desc {
  background-color: rgba(153, 153, 153, 0.15);
}
table thead tr th[data-sort=string].sorting-desc:after, table thead tr th[data-sort=string-ins].sorting-desc:after, table thead tr th[data-sort=float].sorting-desc:after, table thead tr th[data-sort=int].sorting-desc:after {
  color: #444;
  content: "\f0d7";
}
table thead tr th[data-sort=string].sorting-asc:after, table thead tr th[data-sort=string-ins].sorting-asc:after {
  content: "\f15d";
}
table thead tr th[data-sort=string].sorting-desc:after, table thead tr th[data-sort=string-ins].sorting-desc:after {
  content: "\f15e";
}
table thead tr th[data-sort=float].sorting-asc:after, table thead tr th[data-sort=int].sorting-asc:after {
  content: "\f162";
}
table thead tr th[data-sort=float].sorting-desc:after, table thead tr th[data-sort=int].sorting-desc:after {
  content: "\f163";
}

.ticket-raty .star-on-png {
  color: #e1a101;
}
.ticket-raty i {
  font-size: 18px;
}
.ticket-raty.raty-lg i {
  font-size: 32px;
}

.nav-suivi-ticket a {
  color: #CE2015;
}

#timeline-suivi-ticket .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#timeline-suivi-ticket .timeline::after {
  left: 50%;
  background-color: #CE2015;
  bottom: 0;
  content: "";
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
#timeline-suivi-ticket .timeline .date-debut {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-color: #FFB200;
  padding: 4px 16px;
  font-size: 12px;
  z-index: 100;
}
#timeline-suivi-ticket .timeline .timeline-item {
  width: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#timeline-suivi-ticket .timeline .timeline-item::after {
  background: #CE2015;
  border: 1px solid #CE2015;
  border-radius: 50%;
  content: "";
  height: 1px;
  left: -13px;
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: 1;
}
#timeline-suivi-ticket .timeline .timeline-item.left {
  left: 0;
}
#timeline-suivi-ticket .timeline .timeline-item.left::after {
  left: auto;
  right: -13px;
}
#timeline-suivi-ticket .timeline .timeline-item.left .timeline-content {
  padding: 2rem 1rem 2.5rem 0;
}
#timeline-suivi-ticket .timeline .timeline-item.right {
  left: 50%;
}
#timeline-suivi-ticket .timeline .timeline-item.right .timeline-content {
  padding: 2rem 0 2.5rem 1rem;
}
#timeline-suivi-ticket .timeline .timeline-body {
  margin: 0;
  padding: 0;
  position: relative;
}
#timeline-suivi-ticket .timeline .timeline-body .timeline-content {
  position: relative;
}
#timeline-suivi-ticket .timeline .card {
  z-index: 100;
  border-radius: 0;
  border: 2px solid #CE2015;
  border-top: 0;
}
#timeline-suivi-ticket .timeline .card .card-header {
  border-radius: 0;
  font-size: 12px;
  background-color: #CE2015;
  color: #FFFFFF;
}
#timeline-suivi-ticket .timeline .card .card-footer {
  font-size: 12px;
}
#timeline-suivi-ticket .timeline .card .card-subtitle {
  font-size: 14px;
  font-weight: bold;
}
#timeline-suivi-ticket .timeline .card .card-text {
  font-size: 14px;
  margin-bottom: 0;
}
#timeline-suivi-ticket .timeline .card .card-ressource {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  font-style: italic;
  margin-bottom: 0;
}
#timeline-suivi-ticket .timeline .card .card-date-fin {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
  text-align: right;
}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;
  font-size: 1em;
}

.fc,
.fc *,
.fc *:before,
.fc *:after {
  box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  vertical-align: top;
  padding: 0;
}

.fc a[data-navlink] {
  cursor: pointer;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {
  /* reset */
}

.fc .fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc .fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc .fc-button {
  -webkit-appearance: button;
}

.fc .fc-button:not(:disabled) {
  cursor: pointer;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc {
  /* theme */
}

.fc .fc-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:hover {
  text-decoration: none;
}

.fc .fc-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc {
  /* "primary" coloring */
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled { /* not DRY */
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
}

.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc {
  /* icons within buttons */
}

.fc .fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
}

.fc .fc-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
  flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative; /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
  /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table { /* all tables (self included) */
  width: 100%; /* because tables don't normally do this */
  table-layout: fixed;
}

.fc .fc-scrollgrid table { /* inner tables */
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section { /* a <tr> */
  height: 1px;
}

.fc .fc-scrollgrid-section > td {
  height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
}

.fc .fc-scrollgrid-section table {
  height: 1px;
  /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
  /* serves as a min-height. harmless */
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%; /* better than `auto`, for firefox */
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden; /* head keeps its bottom border tho */
}

.fc {
  /* stickiness */
}

.fc .fc-scrollgrid-section-sticky > * {
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 3; /* TODO: var */
  /* TODO: box-shadow when sticking */
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0; /* because border-sharing causes a gap at the top */
  /* TODO: give safari -1. has bug */
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
}

.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
  height: 1px; /* needs height to create scrollbars */
  margin-bottom: -1px;
}

.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}

.fc .fc-view-harness {
  flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
  position: relative;
}

.fc {
  /* when the harness controls the height, make the view liquid */
}

.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block; /* x-browser for when sticky (when multi-tier header) */
  padding: 2px 4px;
}

.fc .fc-bg-event,
.fc .fc-non-business,
.fc .fc-highlight {
  /* will always have a harness with position:relative/absolute, so absolutely expand */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: rgb(143, 223, 130);
  background: var(--fc-bg-event-color, rgb(143, 223, 130));
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}

/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected { /* TOUCH */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event:hover,
.fc-event-selected { /* TOUCH */ }

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before, .fc-event:focus:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected,
.fc-event:focus {
  /* dimmer effect */
}

.fc-event-selected:after, .fc-event:focus:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  /* assume there's a border on all sides. overcome it. */
  /* sometimes there's NOT a border, in which case the dimmer will go over */
  /* an adjacent border, which looks fine. */
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: flex; /* for make fc-event-title-container expand */
}

.fc-h-event .fc-event-time {
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
}

.fc-h-event .fc-event-title {
  display: inline-block; /* need this to be sticky cross-browser */
  vertical-align: top; /* for not messing up line-height */
  left: 0; /* for sticky */
  right: 0; /* for sticky */
  max-width: 100%; /* clip overflow on this element */
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}

/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}

.fc .fc-popover {
  position: absolute;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: #fff;
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

:root {
  --fc-daygrid-event-dot-width: 8px;
}

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */ }

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body { /* a <div> that wraps the table */
  position: relative;
  z-index: 1; /* container inner z-index's because <tr>s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
  /* cell top */
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc {
  /* day number (within cell top) */
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc {
  /* event container */
}

.fc .fc-daygrid-day-events {
  margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
}

.fc {
  /* positioning for balanced vs natural */
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative; /* for containing abs positioned event harnesses */
  min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
}

.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */ }

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc {
  /* event harness */
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0; /* fallback coords for when cannot yet be computed */
  left: 0; /* */
  right: 0; /* */
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc {
  /* bg content */
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc {
  /* events */
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc {
  /* cell bottom (within day-events) */
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  padding: 2px 3px 0;
}

.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc {
  /* week number (within frame) */
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: #808080;
  color: var(--fc-neutral-text-color, #808080);
}

.fc {
  /* popover */
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static; /* will cause inner absolute stuff to expand to <td> */
}

.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
  font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0; /* important for allowing to shrink all the way */
  overflow: hidden;
  font-weight: bold;
}

.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  /* expand hit area */
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}

/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

/*
A VERTICAL event
*/
.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fc-v-event .fc-event-time {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0; /* important for allowing to shrink all the way */
}

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
  top: 0;
  bottom: 0;
  max-height: 100%; /* clip overflow */
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  /* expand hit area */
  left: -10px;
  right: -10px;
}

.fc-v-event {
  /* resizer (mouse AND touch) */
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event {
  /* resizer for MOUSE */
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-v-event {
  /* resizer for TOUCH (when event is "selected") */
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
  margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
  top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
  bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
  z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
  position: relative;
  z-index: 1; /* scope the z-indexes of slots and cols */
  min-height: 100%; /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
  position: relative;
}

.fc .fc-timegrid-axis-chunk > table {
  position: relative;
  z-index: 1; /* above the now-indicator-container */
}

.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-slot { /* a <td> */
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " "; /* make sure there's at least an empty space to create height for height syncing */
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
  vertical-align: middle; /* vertical align the slots */
}

.fc {
  /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc {
  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%; /* will need liquid-hack in FF */
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: flex;
  align-items: center; /* vertical align */
  justify-content: flex-end; /* horizontal align. matches text-align below */
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px; /* limits the width of the "all-day" text */
  flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%; /* liquid-hack is below */
  position: relative;
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute; /* no z-index. children will decide and go above slots */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc {
  /* bg */
}

.fc .fc-timegrid-col-bg {
  z-index: 2; /* TODO: kill */
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute; /* top/bottom will be set by JS */
  left: 0;
  right: 0;
}

.fc {
  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */
}

.fc .fc-timegrid-col-events {
  z-index: 3;
  /* child event segs have z-indexes that are scoped within this div */
}

.fc {
  /* now indicator */
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
  /* z-index is set on the individual elements */
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness {
  position: absolute;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
  position: absolute; /* absolute WITHIN the harness */
  top: 0; /* for when not yet positioned */
  bottom: 0; /* " */
  left: 0;
  right: 0;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-short .fc-event-main-frame {
  flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-short .fc-event-time:after {
  content: " - "; /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-short .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}

.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}

.fc-direction-ltr .fc-timegrid-more-link {
  right: 0;
}

.fc-direction-rtl .fc-timegrid-more-link {
  left: 0;
}

.fc {
  /* line */
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc {
  /* arrow */
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px; /* vertically center on top coordinate */
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  /* triangle pointing right. TODO: mixin */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  /* triangle pointing left. TODO: mixin */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
  /* message when no events */
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; /* vertically aligns fc-list-empty-inner */
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc {
  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden; /* kill outer border on theme */
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * { /* the cells */
  position: sticky;
  top: 0;
  background: #fff;
  background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
}

.fc {
  /* only exists for aria reasons, hide for non-screen-readers */
}

.fc .fc-list-table thead {
  position: absolute;
  left: -10000px;
}

.fc {
  /* the table's border-style:hidden gets confused by hidden thead. force-hide top border of first cell */
}

.fc .fc-list-table tbody > tr:first-child th {
  border-top: 0;
}

.fc .fc-list-table th {
  padding: 0; /* uses an inner-wrapper instead... */
}

.fc .fc-list-table td,
.fc .fc-list-day-cushion {
  padding: 8px 14px;
}

.fc {
  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer; /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
  /* shrink certain cols */
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 5px;
  border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
}

.fc {
  /* reset <a> styling */
}

.fc .fc-list-event-title a {
  color: inherit;
  text-decoration: none;
}

.fc {
  /* underline link when hovering over any part of row */
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit; /* natural color for navlinks */
}

.fc-theme-bootstrap5 a:not([href]) {
  color: inherit;
  text-decoration: inherit;
}

.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
  border: 1px solid var(--bs-gray-400);
}

.fc-theme-bootstrap5 {
  /* HACK: reapply core styles after highe-precedence border statement above */
}

.fc-theme-bootstrap5 .fc-scrollgrid {
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc-theme-bootstrap5-shaded {
  background-color: var(--bs-gray-200);
}

#calendar {
  height: calc(100vh - 200px);
  position: relative;
}
#calendar .fullcalendar-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 50;
  font-size: 50px;
}
#calendar .fullcalendar-loader.visible {
  display: flex;
}

.fc-v-event {
  background-color: rgba(206, 32, 21, 0.4);
  background-image: linear-gradient(to bottom, rgba(206, 32, 21, 0.5) 50px, rgba(206, 32, 21, 0.1) 200px);
  border-color: #CE2015;
  font-weight: bold;
}

.fc-daygrid-event {
  color: black;
}

.fc-event.context {
  display: flex;
}
.fc-event.context.hidden {
  display: none;
}

.fc-event.marketing.fc-daygrid-block-event, .fc-event.marketing.fc-timegrid-event {
  background-color: rgba(206, 32, 21, 0.4);
  background-image: linear-gradient(to bottom, rgba(206, 32, 21, 0.5) 50px, rgba(206, 32, 21, 0.1) 200px);
  border-color: #CE2015;
  color: #fff;
}
.fc-event.marketing.fc-daygrid-block-event a, .fc-event.marketing.fc-timegrid-event a {
  color: #fff;
}
.fc-event.marketing.fc-daygrid-dot-event {
  background-color: rgba(206, 32, 21, 0.2);
  border: 1px solid rgba(206, 32, 21, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.marketing.fc-daygrid-dot-event:hover {
  background-color: rgba(206, 32, 21, 0.4);
  color: #fff;
}
.fc-event.marketing.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #CE2015;
}
.fc-event.marketing.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: transparent;
}
.fc-event.context.context-ivelem.fc-daygrid-block-event, .fc-event.context.context-ivelem.fc-timegrid-event {
  background-color: rgba(255, 178, 0, 0.4);
  background-image: linear-gradient(to bottom, rgba(255, 178, 0, 0.5) 50px, rgba(255, 178, 0, 0.1) 200px);
  border-color: #FFB200;
  color: #212529;
}
.fc-event.context.context-ivelem.fc-daygrid-block-event a, .fc-event.context.context-ivelem.fc-timegrid-event a {
  color: #212529;
}
.fc-event.context.context-ivelem.fc-daygrid-dot-event {
  background-color: rgba(255, 178, 0, 0.2);
  border: 1px solid rgba(255, 178, 0, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-ivelem.fc-daygrid-dot-event:hover {
  background-color: rgba(255, 178, 0, 0.4);
  color: #212529;
}
.fc-event.context.context-ivelem.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #FFB200;
}
.fc-event.context.context-novenci.fc-daygrid-block-event, .fc-event.context.context-novenci.fc-timegrid-event {
  background-color: rgba(15, 123, 219, 0.4);
  background-image: linear-gradient(to bottom, rgba(15, 123, 219, 0.5) 50px, rgba(15, 123, 219, 0.1) 200px);
  border-color: #0F7BDB;
  color: #fff;
}
.fc-event.context.context-novenci.fc-daygrid-block-event a, .fc-event.context.context-novenci.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-novenci.fc-daygrid-dot-event {
  background-color: rgba(15, 123, 219, 0.2);
  border: 1px solid rgba(15, 123, 219, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-novenci.fc-daygrid-dot-event:hover {
  background-color: rgba(15, 123, 219, 0.4);
  color: #fff;
}
.fc-event.context.context-novenci.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #0F7BDB;
}
.fc-event.context.context-vaelia.fc-daygrid-block-event, .fc-event.context.context-vaelia.fc-timegrid-event {
  background-color: rgba(12, 194, 126, 0.4);
  background-image: linear-gradient(to bottom, rgba(12, 194, 126, 0.5) 50px, rgba(12, 194, 126, 0.1) 200px);
  border-color: #0CC27E;
  color: #fff;
}
.fc-event.context.context-vaelia.fc-daygrid-block-event a, .fc-event.context.context-vaelia.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-vaelia.fc-daygrid-dot-event {
  background-color: rgba(12, 194, 126, 0.2);
  border: 1px solid rgba(12, 194, 126, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-vaelia.fc-daygrid-dot-event:hover {
  background-color: rgba(12, 194, 126, 0.4);
  color: #fff;
}
.fc-event.context.context-vaelia.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #0CC27E;
}
.fc-event.context.context-idline.fc-daygrid-block-event, .fc-event.context.context-idline.fc-timegrid-event {
  background-color: rgba(82, 99, 111, 0.4);
  background-image: linear-gradient(to bottom, rgba(82, 99, 111, 0.5) 50px, rgba(82, 99, 111, 0.1) 200px);
  border-color: #52636F;
  color: #fff;
}
.fc-event.context.context-idline.fc-daygrid-block-event a, .fc-event.context.context-idline.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-idline.fc-daygrid-dot-event {
  background-color: rgba(82, 99, 111, 0.2);
  border: 1px solid rgba(82, 99, 111, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-idline.fc-daygrid-dot-event:hover {
  background-color: rgba(82, 99, 111, 0.4);
  color: #fff;
}
.fc-event.context.context-idline.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #52636F;
}
.fc-event.context.context-ozanges.fc-daygrid-block-event, .fc-event.context.context-ozanges.fc-timegrid-event {
  background-color: rgba(255, 111, 0, 0.4);
  background-image: linear-gradient(to bottom, rgba(255, 111, 0, 0.5) 50px, rgba(255, 111, 0, 0.1) 200px);
  border-color: #FF6F00;
  color: #fff;
}
.fc-event.context.context-ozanges.fc-daygrid-block-event a, .fc-event.context.context-ozanges.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-ozanges.fc-daygrid-dot-event {
  background-color: rgba(255, 111, 0, 0.2);
  border: 1px solid rgba(255, 111, 0, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-ozanges.fc-daygrid-dot-event:hover {
  background-color: rgba(255, 111, 0, 0.4);
  color: #fff;
}
.fc-event.context.context-ozanges.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #FF6F00;
}
.fc-event.context.context-ededoc.fc-daygrid-block-event, .fc-event.context.context-ededoc.fc-timegrid-event {
  background-color: rgba(0, 169, 196, 0.4);
  background-image: linear-gradient(to bottom, rgba(0, 169, 196, 0.5) 50px, rgba(0, 169, 196, 0.1) 200px);
  border-color: #00A9C4;
  color: #fff;
}
.fc-event.context.context-ededoc.fc-daygrid-block-event a, .fc-event.context.context-ededoc.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-ededoc.fc-daygrid-dot-event {
  background-color: rgba(0, 169, 196, 0.2);
  border: 1px solid rgba(0, 169, 196, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-ededoc.fc-daygrid-dot-event:hover {
  background-color: rgba(0, 169, 196, 0.4);
  color: #fff;
}
.fc-event.context.context-ededoc.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #00A9C4;
}
.fc-event.context.context-nvl.fc-daygrid-block-event, .fc-event.context.context-nvl.fc-timegrid-event {
  background-color: rgba(206, 32, 21, 0.4);
  background-image: linear-gradient(to bottom, rgba(206, 32, 21, 0.5) 50px, rgba(206, 32, 21, 0.1) 200px);
  border-color: #CE2015;
  color: #fff;
}
.fc-event.context.context-nvl.fc-daygrid-block-event a, .fc-event.context.context-nvl.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-nvl.fc-daygrid-dot-event {
  background-color: rgba(206, 32, 21, 0.2);
  border: 1px solid rgba(206, 32, 21, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-nvl.fc-daygrid-dot-event:hover {
  background-color: rgba(206, 32, 21, 0.4);
  color: #fff;
}
.fc-event.context.context-nvl.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #CE2015;
}
.fc-event.context.context-ma-formation.fc-daygrid-block-event, .fc-event.context.context-ma-formation.fc-timegrid-event {
  background-color: rgba(255, 156, 0, 0.4);
  background-image: linear-gradient(to bottom, rgba(255, 156, 0, 0.5) 50px, rgba(255, 156, 0, 0.1) 200px);
  border-color: #FF9C00;
  color: #212529;
}
.fc-event.context.context-ma-formation.fc-daygrid-block-event a, .fc-event.context.context-ma-formation.fc-timegrid-event a {
  color: #212529;
}
.fc-event.context.context-ma-formation.fc-daygrid-dot-event {
  background-color: rgba(255, 156, 0, 0.2);
  border: 1px solid rgba(255, 156, 0, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-ma-formation.fc-daygrid-dot-event:hover {
  background-color: rgba(255, 156, 0, 0.4);
  color: #212529;
}
.fc-event.context.context-ma-formation.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #FF9C00;
}
.fc-event.context.context-sms-gold.fc-daygrid-block-event, .fc-event.context.context-sms-gold.fc-timegrid-event {
  background-color: rgba(249, 201, 0, 0.4);
  background-image: linear-gradient(to bottom, rgba(249, 201, 0, 0.5) 50px, rgba(249, 201, 0, 0.1) 200px);
  border-color: #F9C900;
  color: #212529;
}
.fc-event.context.context-sms-gold.fc-daygrid-block-event a, .fc-event.context.context-sms-gold.fc-timegrid-event a {
  color: #212529;
}
.fc-event.context.context-sms-gold.fc-daygrid-dot-event {
  background-color: rgba(249, 201, 0, 0.2);
  border: 1px solid rgba(249, 201, 0, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-sms-gold.fc-daygrid-dot-event:hover {
  background-color: rgba(249, 201, 0, 0.4);
  color: #212529;
}
.fc-event.context.context-sms-gold.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #F9C900;
}
.fc-event.context.context-expertcom.fc-daygrid-block-event, .fc-event.context.context-expertcom.fc-timegrid-event {
  background-color: rgba(225, 109, 44, 0.4);
  background-image: linear-gradient(to bottom, rgba(225, 109, 44, 0.5) 50px, rgba(225, 109, 44, 0.1) 200px);
  border-color: #E16D2C;
  color: #fff;
}
.fc-event.context.context-expertcom.fc-daygrid-block-event a, .fc-event.context.context-expertcom.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-expertcom.fc-daygrid-dot-event {
  background-color: rgba(225, 109, 44, 0.2);
  border: 1px solid rgba(225, 109, 44, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-expertcom.fc-daygrid-dot-event:hover {
  background-color: rgba(225, 109, 44, 0.4);
  color: #fff;
}
.fc-event.context.context-expertcom.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #E16D2C;
}
.fc-event.context.context-expertcom-gedimat.fc-daygrid-block-event, .fc-event.context.context-expertcom-gedimat.fc-timegrid-event {
  background-color: rgba(225, 109, 44, 0.4);
  background-image: linear-gradient(to bottom, rgba(225, 109, 44, 0.5) 50px, rgba(225, 109, 44, 0.1) 200px);
  border-color: #E16D2C;
  color: #fff;
}
.fc-event.context.context-expertcom-gedimat.fc-daygrid-block-event a, .fc-event.context.context-expertcom-gedimat.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-expertcom-gedimat.fc-daygrid-dot-event {
  background-color: rgba(225, 109, 44, 0.2);
  border: 1px solid rgba(225, 109, 44, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-expertcom-gedimat.fc-daygrid-dot-event:hover {
  background-color: rgba(225, 109, 44, 0.4);
  color: #fff;
}
.fc-event.context.context-expertcom-gedimat.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #E16D2C;
}
.fc-event.context.context-mvue.fc-daygrid-block-event, .fc-event.context.context-mvue.fc-timegrid-event {
  background-color: rgba(63, 163, 251, 0.4);
  background-image: linear-gradient(to bottom, rgba(63, 163, 251, 0.5) 50px, rgba(63, 163, 251, 0.1) 200px);
  border-color: #3FA3FB;
  color: #fff;
}
.fc-event.context.context-mvue.fc-daygrid-block-event a, .fc-event.context.context-mvue.fc-timegrid-event a {
  color: #fff;
}
.fc-event.context.context-mvue.fc-daygrid-dot-event {
  background-color: rgba(63, 163, 251, 0.2);
  border: 1px solid rgba(63, 163, 251, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-mvue.fc-daygrid-dot-event:hover {
  background-color: rgba(63, 163, 251, 0.4);
  color: #fff;
}
.fc-event.context.context-mvue.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #3FA3FB;
}
.fc-event.context.context-numy.fc-daygrid-block-event, .fc-event.context.context-numy.fc-timegrid-event {
  background-color: rgba(78, 205, 196, 0.4);
  background-image: linear-gradient(to bottom, rgba(78, 205, 196, 0.5) 50px, rgba(78, 205, 196, 0.1) 200px);
  border-color: #4ECDC4;
  color: #212529;
}
.fc-event.context.context-numy.fc-daygrid-block-event a, .fc-event.context.context-numy.fc-timegrid-event a {
  color: #212529;
}
.fc-event.context.context-numy.fc-daygrid-dot-event {
  background-color: rgba(78, 205, 196, 0.2);
  border: 1px solid rgba(78, 205, 196, 0.5);
  transition: 0.2s all ease-in-out;
}
.fc-event.context.context-numy.fc-daygrid-dot-event:hover {
  background-color: rgba(78, 205, 196, 0.4);
  color: #212529;
}
.fc-event.context.context-numy.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #4ECDC4;
}
.fc-event.context.planified.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #ffc107;
}
.fc-event.context.validated.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #007bff;
}
.fc-event.context.passed.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #28a745;
}
.fc-event.context.no-status.fc-daygrid-dot-event .fc-daygrid-event-dot {
  border-color: #dc3545;
}

.fc .fc-toolbar {
  flex-wrap: wrap;
}

.header-buttons {
  flex-wrap: wrap;
}

table.datagrid.master tbody > tr > td {
  max-width: initial !important;
}

:root {
  --animate-duration: 0.3s;
}

* {
  font-family: Lato, Arial, Helvetica, sans-serif;
}

#wrapper #content-wrapper {
  overflow-x: initial;
}

html body {
  min-width: 320px;
}
html body hr.middle {
  background-color: rgba(0, 0, 0, 0.05);
  width: 30%;
  margin: 0 auto 10px;
}
html body #helper-responsive {
  height: 25px;
  transition: all 0.2s ease-in;
}
html body #helper-responsive:after {
  position: absolute;
  left: 48%;
  top: 3px;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0 5px;
  border-radius: 3px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  html body #helper-responsive {
    background-color: orangered;
  }
  html body #helper-responsive:after {
    content: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html body #helper-responsive {
    background-color: #80bdff;
  }
  html body #helper-responsive:after {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #helper-responsive {
    background-color: green;
  }
  html body #helper-responsive:after {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body #helper-responsive {
    background-color: blue;
  }
  html body #helper-responsive:after {
    content: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html body #helper-responsive {
    background-color: deeppink;
  }
  html body #helper-responsive:after {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  html body #helper-responsive {
    background-color: yellow;
    position: relative;
  }
  html body #helper-responsive:after {
    content: "xxl";
  }
}
html body #ajax_loader {
  position: fixed;
  left: 47.5%;
  top: 50%;
  padding: 5px;
  transform: translateX(-50%) translateY(-50%);
  font-size: 85px;
  color: rgba(0, 0, 0, 0.3);
  animation: fa-spin 1s infinite linear;
  z-index: 3500;
}
html body #content {
  min-height: 750px;
}
html body .ws-nw {
  white-space: nowrap;
}
html .list-group.list-group-sm li {
  padding: 0.3rem 1rem;
}
html table tbody tr.cliquable {
  cursor: pointer;
}
html table tbody tr.cliquable.active {
  background-color: rgba(206, 32, 21, 0.1);
  border-left: 5px solid #CE2015;
}
html table tbody tr.detail-abonnement, html table tbody tr.comment, html table tbody tr.extra-content {
  border-left: 5px solid #CE2015;
}
html form *::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
  opacity: 1; /* Firefox */
}
html form *:focus::placeholder {
  opacity: 0.4 !important; /* Firefox */
}
html .custom-btn {
  padding: 1px 8px;
  border: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
html .custom-btn:hover {
  background-color: rgba(153, 153, 153, 0.1);
}
html div#wrapper div.navbar-container ul#accordionSidebar.navbar-nav li a svg {
  width: 15px;
  height: auto;
  margin-right: 0.2em;
}

/*# sourceMappingURL=style.css.map */
