/* header */

#search-trigger {
  display: none !important;
}

#nav-left {
  display: flex;

  justify-content: normal !important;

  flex: 1 auto;
}

.logo-container {
  min-width: 200px;

  margin-right: 30px;
}

#nav-logo {
  background-color: #fbfafa;

  min-width: 210px !important;

  position: relative !important;
}

#nav-logo a svg {
  max-width: 100%;

  max-height: 100%;
}

#nav-logo > a:hover {
  background-color: #fbfafa !important;
}

#nav-left > div.header-icons > img {
  cursor: pointer;
}

#nav-left > div.header-icons > a {
  width: 20px !important;

  display: inline-block;

  margin-left: 20px;
}

#main-header.sidebar-hidden #nav-logo {
  left: 40px;

  /* padding-left:70px!important; */
}

#navbar.has_fixed_navbar {
  height: 80px;
}

#main-header.sidebar-hidden #nav-logo {
  left: 40px;
}

body.menu-is-vertical #main-header:not(.navigation-hidden) #nav-left {
  padding-left: 0px !important;
}

.schuco-header-search-form {
  padding-left: 10px;

  margin-left: -30px;
}

#nav-left > div.schuco-header-search-form > form {
  margin: 0px !important;

  position: relative;

  left: 5px;
}

#s {
  height: 50px;

  width: 30vw;

  background-color: rgba(248, 245, 245, 0.507);

  border: 1px solid rgba(248, 245, 245, 0.507) !important;

  box-shadow: none !important;
}

#s[type='text']:focus {
  border: 2px solid rgba(83, 228, 10, 0.507) !important;
}

#nav-left > div.schuco-header-search-form > form > button {
  position: relative;

  right: 45px;

  top: 0px;

  background-color: transparent !important;

  border: none !important;
}

#nav-left > div.schuco-header-search-form > form > button > i {
  font-size: 25px;

  border: none !important;
}

#nav-left {
  height: 80px;

  border: none !important;
}

#clockbox {
  margin-top: 0px;

  margin-right: 8%;

  margin-left: 40px;

  width: 200px;

  color: rgba(43, 48, 52, 0.4);
}

.notification-icon-fav {
  margin-right: 40px;

  position: relative;

  right: 1px;
}

.notification-icon-poll {
  margin-right: 40px;
}

.notification-icon-poll.active {
  margin-right: 40px;

  background-color: blue;
}

#nav-notification-trigger.active::after {
  content: '';

  width: 8px;

  height: 8px;

  border-radius: 100%;

  right: 30px !important;
}

#clockboxMaroc,
#clockboxReunion {
  margin-top: 0px;

  width: 100%;
}

#notification-count {
  display: none;
}

#notification-count.active {
  display: inline-block;

  position: relative;

  top: -10px;

  right: 15px;

  border-radius: 100%;

  background-color: #78b928;

  width: 20px;

  height: 20px;

  padding: 5px;

  color: white;

  font-family: 'UniversForSchueco-530Med' !important;

  line-height: 10px !important;

  font-size: 11px;
}

.notification-poll-count {
  display: none;
}

.notification-poll-count.active {
  display: inline-block;

  position: relative;

  top: -10px;

  right: 15px;

  border-radius: 100%;

  background-color: red;

  width: 20px;

  height: 20px;

  padding: 5px;

  color: white;

  font-family: 'UniversForSchueco-530Med' !important;

  line-height: 10px !important;

  font-size: 11px;
}

.fa.fa-bell {
  margin-top: 30px;
}

.fa-bell:before {
  font-size: 20px;
}

#woffice-notifications-menu {
  right: 10vw !important;
}

#nav-buttons {
  display: none !important;
}

#nav-user {
  margin-top: 0px;

  margin-left: 10%;
}

.notification-icon-arrow {
  font-size: 10px;

  width: 10px !important;

  height: 10px !important;
}

.header-icons {
  width: 200px;
}

#nav-trigger {
  display: none;
}

.menu-is-vertical #navigation.navigation-hidden {
  left: 0px !important;
}

#nav-burger {
  display: none;

  color: pink;
}

#nav-close {
  display: none;

  color: pink;
}

.logo-schuco-small {
  display: none;
}

.tutoriel-schuco-button {
  color: #696969!important;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #78b928;
  font-family: 'UniversForSchueco-530Med' !important;
  text-decoration: none;
  margin-right: 20px;
}

.tutoriel-schuco-button:hover {
    color: black!important;
}

.tutoriel-schuco-button-mobile {
  display: none;
}

@media only screen and (max-width: 1770px) {
  #nav-user {
    margin-top: 0px;

    margin-left: 0%;
  }
}

@media only screen and (max-width: 1385px) {
  #s {
    width: 25vw;

    font-size: 12px;
  }

  #nav-left > div.schuco-header-search-form > form > button {
    right: 5px;
  }
}

@media only screen and (max-width: 1265px) {
  #clockbox {
    margin-right: 1%;
  }
}

@media only screen and (max-width: 1420px) {
  #content-dashboard {
    padding-top: 20px;

    display: grid;

    grid-template-columns: 66% 34% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .logo-schuco g {
    stroke: #000000;

    fill: #000000;
  }

  #nav-burger {
    display: block;
    background-color: #78b928;
    width: 70px;
    font-size: 1.6em;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  #nav-close.show {
    display: block;
  }

  #nav-close {
    display: none;

    background-color: #78b928;

    width: 70px;

    font-size: 1.6em;

    padding: 0 20px;

    overflow: hidden;

    position: relative;
    cursor: pointer;
  }

  #nav-burger.hidden {
    display: none;
  }

  #nav-close.hidden {
    display: none;
  }

  #nav-burger:hover {
    background-color: #78b928 !important;
  }

  #navigation.show {
    left: 0px !important;
  }

  #navigation {
    left: -200px !important;
  }

  /* #dashboard {

        width:98%!important;

    } */

  #content-container {
    padding-left: 0px !important;
  }

  #content-container.show {
    padding-left: 200px !important;
  }

  #main-content:not(.navigation-hidden),
  #main-header:not(.navigation-hidden),
  #main-footer:not(.navigation-hidden) {
    padding-left: 0px !important;
  }

  #clockbox {
    margin-right: 0.5%;

    margin-left: 10px;
  }

  #s {
    width: 20vw;

    font-size: 8px;
  }

  .schuco-header-search-form {
    display: none;
  }

  .icon-search-container {
    width: 100px;

    height: 50px;

    display: block;
  }

  #main-search .container {
    margin-left: 0%;
  }

  #search-trigger {
    display: block !important;

    color: black !important;

    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1100px) {
  #main-search {
    width: 100% !important;
  }

  #content-container {
    width: 100%;

    min-height: 700px;

    position: relative;

    z-index: 17;

    padding-left: 200px !important;
  }

  #main-search > div.container > form > button > i {
    position: relative;

    top: -10px;

    font-size: 15px;
  }

  #navigation #main-menu.is-touchable li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';

    font-weight: 600 !important;

    content: '\f054' !important;

    padding-left: 0px !important;

    font-size: 1em !important;

    position: absolute !important;

    bottom: -0px !important;

    top: 30px;

    right: 10px;

    cursor: pointer;
  }

  #navigation #main-menu.is-touchable ul.sub-menu li a {
    padding: 15px 10px 14px 15px !important;

    text-align: unset;

    width: 100% !important;

    z-index: 9 !important;
  }
}

@media only screen and (max-width: 1100px) {
  .logo-schuco g {
    stroke: #000000;

    fill: #000000;
  }

  #nav-burger {
    display: block;

    background-color: #78b928;

    width: 70px;

    font-size: 1.6em;

    padding: 0 20px;

    overflow: hidden;

    position: relative;
  }

  #nav-close.show {
    display: block;
  }

  #nav-close {
    display: none;

    background-color: #78b928;

    width: 70px;

    font-size: 1.6em;

    padding: 0 20px;

    overflow: hidden;

    position: relative;
  }

  #nav-burger.hidden {
    display: none;
  }

  #nav-close.hidden {
    display: none;
  }

  #nav-burger:hover {
    background-color: #78b928 !important;
  }

  body.menu-is-vertical #navigation.navigation-hidden.show {
    left: 0px !important;
  }

  body.menu-is-vertical #navigation.navigation-hidden {
    left: -200px !important;
  }

  #content-container {
    padding-left: 0px !important;
  }

  #content-container.show {
    padding-left: 200px !important;

    filter: blur(5px);
  }

  #content-container.search {
    filter: blur(5px);
  }
}

@media only screen and (max-width: 1000px) {
  #dashboard .widget {
    width: 98% !important;
  }

  .shuco-clanedar-container {
    grid-row: 3;

    margin-right: 10px;
  }

  #main-footer {
    grid-row: 5;
  }

  #clockbox {
    display: none;
  }

  #clockbox-dashboard {
    text-align: center;

    padding-top: 10px;

    display: block !important;

    color: rgba(43, 48, 52, 0.4) !important;
  }

  .articles {
    margin-right: 10px;

    grid-row: 2;
  }

  .main-article {
    display: none !important;
  }

  /* #dashboard {

        width:98%!important;

    } */

  #content-dashboard {
    display: grid;

    grid-template-columns: 100% !important;

    grid-template-rows: 1fr 1700px 1fr !important;
  }

  body #dashboard {
    grid-row: 1;

    grid-column: 1;
  }
}

@media only screen and (max-width: 800px) {
  #nav-logo {
    width: 120px !important;

    min-width: 120px !important;
  }

  .logo-container {
    min-width: 80px;

    margin-right: 0px;
  }

  .tutoriel-schuco-button-mobile {
    display:block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }

   .tutoriel-schuco-button {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  #nav-logo {
    width: 120px !important;

    min-width: 120px !important;
  }

  .logo-container {
    min-width: 80px;

    margin-right: 0px;
  }

  #user-thumb > b {
    display: none;
  }

  .tutoriel-schuco-button-mobile {
    margin-right: 0px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 550px) {
  #nav-left > div.header-icons > a {
    width: 20px !important;

    display: inline-block;

    margin-left: 5px;
  }

  .notification-icon-fav {
    margin-right: 40px;

    position: relative;

    right: 10px;
  }

  .notification-icon-fav {
    margin-right: 20px;
  }

  .icon-search-container {
    width: 50px;

    height: 50px;

    display: block;

    margin-left: 10px;
  }

  #search-trigger {
    width: 50px;
  }

  .header-icons {
    width: 130px;
  }

  .icon-search-container {
    width: 40px;

    height: 50px;

    display: block;

    margin-left: 30px;

    margin-right: 30px;
  }

  .tutoriel-schuco-button {
    margin-right: 0px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 570px) {
  .top-article-container {
    display: grid;

    grid-template-columns: 60% 40% !important;
  }
}

@media only screen and (max-width: 520px) {
  #content-dashboard {
    display: grid;

    grid-template-columns: 100% !important;

    grid-template-rows: 1fr !important;
  }
}

@media only screen and (max-width: 476px) {
  .icon-search-container {
    width: 40px;

    height: 50px;

    display: block;

    margin-left: 15px;

    margin-right: 20px;
  }
}

@media only screen and (max-width: 450px) {
  #nav-logo a svg {
    margin-left: 10px;
  }

  body .main-menu .mega-menu {
    margin-top: 20px !important;

    height: auto;

    position: absolute !important;
  }

  .notification-icon {
    margin-right: 10px;
  }

  #nav-left {
    text-align: center !important;
  }

  #navigation,
  .main-menu,
  .main-menu ul.sub-menu,
  .main-menu ul.sub-menu li a {
    width: 200px !important;

    max-width: 200px !important;
  }

  #nav-burger,
  #nav-close {
    min-width: 90px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 30px;
  }

  .icon-search-container {
    width: 40px;

    height: 50px;

    display: block;

    margin-right: 0px;
  }

  #nav-logo {
    width: 100px !important;

    min-width: 100px !important;
  }

  .logo-container {
    min-width: 50px;

    margin-right: 0px;
  }

  .header-icons {
    width: 125px;

    margin-left: 10px;
  }

  .main-menu ul.sub-menu li a {
    display: inline-block;

    text-align: unset !important;
  }

  .top-article-container {
    display: grid;

    grid-template-columns: 50% 50% !important;
  }
}

@media only screen and (max-width: 380px) {
  .logo-container {
    display: none;
  }

  .logo-schuco-small {
    display: block;

    width: 40px;

    height: 40px;

    position: absolute;

    top: 0px;

    left: 0px;
  }
}
