/*-------------------------------- Couleurs ---------------------------------------*/
.LoginBackground {
  background: url("Images/bg-buildings.jpg") no-repeat center center fixed;
  background-size: cover;
}
.LoginForm {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
/*------------------ Desactiver arrow input type number--------------------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/*---------------------------------Font-------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(materialize/fonts/material-design-icons/Material-Design-Icons.woff2) format('woff2'), url(materialize/fonts/material-design-icons/Material-Design-Icons.woff) format('woff'), url(materialize/fonts/material-design-icons/Material-Design-Icons.ttf) format('truetype'), url(materialize/fonts/material-design-icons/Material-Design-Icons.eot);
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  cursor: pointer;
}
/*---------------------------------NavBar-----------------------------------------*/
.nav-wrapper {
  background-color: #ffffff !important;
  color: black;
}
.nav-wrapper img {
  padding-top: 3px;
  height: 50px;
}
.nav-wrapper ul li a {
  color: #003478 !important;
  font-size: 1em;
}
/*---------------------------- Footer  --------------------------------------------*/
footer {
  position: fixed;
  bottom: 0px;
  right: 0;
}
/*-----------------------------Administration-------------------------------------*/
/*---------------------------Aside ------------------------------------------------*/
aside.side-nav {
  margin-top: 66px;
  margin-bottom: 50px;
  border-top: none;
  width: 25%;
}
aside.side-nav h1 {
  font-weight: 300;
  padding-left: 20px;
  font-size: 3em;
}
aside.side-nav h2 {
  font-weight: 300;
  padding-left: 25px;
  font-size: 2em;
}
aside.side-nav li a.active {
  background-color: #e20040;
  color: white;
}
aside.side-nav li:first-child {
  background-color: #ffffff;
  border: none;
}
aside.side-nav button {
  text-align: center!important;
  background-color: #003478 !important;
}
.buttonPink {
  background-color: #e20040 !important;
}
.buttonPink:hover {
  background-color: #c90068 !important;
}
/*---------------------- Section --------------------------------*/
body {
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 25%;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
/* Button */
.btn,
.btn-large {
  background-color: #003478;
}
.btn:hover,
.btn-large:hover {
  background-color: #003e90;
}
/*---------------------- Modals --------------------------------*/
.errorLabel {
  color: red;
  font-size: 14px;
}
/****** Files *******/
#filesTable_wrapper thead {
  display: none;
}
#filesTable_wrapper {
  border-top: 1px solid silver;
}
#filesTable_filter {
  display: none;
}
/*---------------------- BtnTable --------------------------------*/
/*table {*/
.statut {
  cursor: default;
}
.delete {
  color: #e20040;
}
.edit {
  color: #003478;
}
.action {
  cursor: pointer;
}
/*}*/
/*---------------------- DropDown --------------------------------*/
.dropdown-content {
  min-width: 250px;
}
/*---------------------- Tableaux --------------------------------*/
#tableUsers_wrapper td {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*---------------------- Buttons --------------------------------*/
@media only screen and (max-width: 992px) {
  .btn-small {
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}
.paginate_button {
  border-radius: 20px!important;
}
.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #1d5298;
}
button:focus {
  background-color: #1d5298;
}
/*---------------------- Label --------------------------------*/
.inputLabelConnexion {
  font-size: 0.9em !important;
}
label[for=dateField]:after {
  content: attr(data-error);
  color: #F44336;
  top: 65px;
  right: 67px;
  position: relative;
  opacity: 1;
}
label[for=selection]:after {
  content: attr(data-error);
  color: #F44336;
  top: 85px;
  right: 85px;
  position: relative;
  opacity: 1;
}
label {
  width: 100%;
}
.input-field label {
  font-size: 0.8rem;
  transform: translateY(-140%);
  text-align: left!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/*********SideNav*********/
.sidenavIcon {
  opacity: 0;
}
a.active + i.sidenavDeleteIcon {
  opacity: 1;
  cursor: pointer;
  color: #e20040;
  margin-left: 2px;
}
a.active + i.sidenavDeleteIcon + i.sidenavEditIcon {
  opacity: 1;
  cursor: pointer;
}
/********* Chip *********/
.chips {
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  cursor: default!important;
}
.chip {
  margin: 10px 5px;
}
.btn-chip {
  float: left;
  color: #003478;
}
.btn-chip:hover {
  float: left;
  color: #003e90;
  cursor: pointer;
}
.documentsTable td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/*********** HOURS INPUT **********/
.monthDiv {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  font-size: 1.0em;
}
.monthDivActive {
  font-size: 1.2em;
}
.hoursInput {
  border: 1px solid silver !important;
  border-radius: 5px !important;
  width: 60px !important;
  text-align: center;
  border-bottom: 1px solid silver !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  height: 36px !important;
}
.hoursBtn {
  cursor: pointer;
  font-size: 1em;
  background: #e20040;
}
.hoursBtn:hover {
  background: #c90068;
}
@media screen and (max-width: 1250px) {
  .hoursBtn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) {
  .hoursBtn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.8em;
  }
}
.month-collapsible-header {
  background: #003478;
  color: white;
}
.collapsible-disabled {
  background: silver;
}
.active .documents-header {
  border-top: none;
  background: #003478;
  color: white;
}
.documents-header {
  border-top: 8px solid #003478;
}
.hoursTitle {
  color: #ee6e73;
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
  font-weight: 400;
}
/******************* INPUT ERREUR (SITE.JS) *******************/
.file-path.invalid {
  margin-bottom: 0;
}
.selectErrorSpan,
.fileErrorSpan,
.txtError {
  content: attr(data-error);
  color: #F44336;
  font-size: 12px;
}
.selectErrorSpan ul,
.fileErrorSpan ul,
.txtError ul {
  font-size: 16px;
}
.selectInvalid {
  border-bottom: 1px solid #F44336!important;
  box-shadow: 0 1px 0 0 #F44336!important;
  margin: 0!important;
}
.navbarLabel {
  color: #ee6e73;
  font-size: 1em;
  vertical-align: super;
  border-left: 2px solid;
  padding-left: 10px;
}
/******************** FOOTER *****************/
footer.page-footer {
  background-color: transparent;
}
.accordion .accordion-content{
    height: 0px;
    transition: ease-out 0.5s;
    overflow: hidden;
}
.accordion{
    margin-bottom: 5px;
}
.accordion.open .accordion-content{
    height: auto;
}
.blue-button{
    cursor: pointer;
    color: #003478;
}
.blue-button:hover{
    color: #003e90;
}
.accordion .accordion-plus{
    display: block;
}
.accordion .accordion-minus{
    display: none;
}
.accordion.open .accordion-plus{
    display: none;
}
.accordion.open .accordion-minus{
    display: block;
}
#NotifUserList-ui{
    position: relative;
    overflow: auto;
    max-height: 300px;
    background-color: #ffdf93;
    color: #580000;
    border: 1px solid #580000;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}
#NotifUserList-ui.show{
    display: block;
}
.notifuser-item{
    margin-left: 20px;
}
.typologieInput {
  border: 1px solid silver !important;
  border-radius: 5px !important;
  width: 120px !important;
  text-align: center;
  border-bottom: 1px solid silver !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  height: 36px !important;
}
#showUserNotifList {
    cursor: pointer;
    color: #003478;
    font-weight: bold;
}
#showUserNotifList:hover{
    color: #003e90;
}
.waiticon {
    display: none;
    height: 20px;
}
.wait span {
    display: none;
}
.wait img {
    display: inline;
}
.btn.greenBtn {
    background-color: #039c16;
}
.clear{
    clear: both;
}
.picto-example {
    float: left;
    padding: 5px;
}

#typo-newmodel{
    display: none;
}

.typo-details {
    width: 100%;
    border: 1px solid black;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 5px 0;
}

.typo-details i{
    float: right;
}

.typo-details.delete {
    border-color: #580000;
    background-color: #ff7d7d;
}

.typo-details.delete label {
    color: #000000;
}

.typo-details .typo-delete {
    display: block;
}

.typo-details .typo-recycle {
    display: none;
}

.typo-details.delete .typo-delete {
    display: none;
}

.typo-details.delete .typo-recycle {
    display: block;
}