/* ----  MENU ----- */
#indico-data-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 0 10px;*/
  padding: 0;
  flex-wrap: wrap;
  display: none;
}

#indico-data-menu hr {
  flex-basis: 100%;
  margin: 15px 0;
}

#indico-data-menu .buttons {
  display: flex;
  flex-grow: 2;
  justify-content: center;
}

#indico-data-menu .buttons ul {
  padding: 0;
}

#indico-data-menu .buttons .item {
  line-height: initial;
  margin: 3px 3px;
}

#indico-data-menu .buttons .item.active {
  background-color: #093365 !important;
  border-color: #093365 !important;
}

#indico-data-menu .search {
  height: 33px;
}

#indico-data-menu.stick {
  background-color: #f2f2f5;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0px -13px 10px 10px #093365;
  padding: 10px;
}

@media only screen and (max-width: 980px) {
  #indico-data-menu.stick {
    top: 0px;
  }

  #wpadminbar {
    /*display: none;*/
  }
}

@media only screen and (min-width: 981px) and (max-width: 1203px) {
  #indico-data-menu.stick {
    top: 176px;
  }
}

@media only screen and (min-width: 1204px) {
  #indico-data-menu.stick {
    top: 131px;
  }
}

#indico-data-menu.stick hr {
  display: none;
}

/* FIX */

#main-header:after {
  height: 0;
}

/* ---- ITEMS ----- */
#indico-data-items {
  min-height: 400px;
  margin-bottom: 40px;
  /*display: none;*/
}

#indico-data-items .items-separator {
  margin: 35px 0;
  font-size: 21px;
  color: #337ab7;
  font-weight: bold;
}

#indico-data-items .items-separator hr {
  margin-top: 0;
  border-color: #337ab7;
  border-width: 2px;
}

#indico-data-items .item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 10px;
  background-color: #f4f4f5;
  transition: background-color 0.4s, border-color 1s;
  border-bottom: 1px solid #e3e3e6;
  color: gray;
}

#indico-data-items .item:hover {
  background-color: #eeeeef;
  transition: background-color 0.4s, border-color 1s;
  border-bottom: 1px solid #337ab7;
}

/* ---- ITEM ----- */
#indico-data-items .item .header {
  /*width: 90%;*/
  cursor: pointer;
  flex-grow: 2;
  flex-basis: 200px;
}

#indico-data-items .item .arrow {
  content: '\25BC';
  font-size: 25px;
  color: #dcdce0;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

#indico-data-items .item .arrow.open {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

#indico-data-items .item .header h1 {
  font-size: 20px;
  color: #337ab7;
  line-height: 1.3 !important;

}

#indico-data-items .item .header h2 {
  font-size: 16px !important;
  color: #66a9c9;
}

#indico-data-items .item .body {
  padding: 0px 5%;
  margin-top: 8px;
  border-top: 2px solid rgb(227, 227, 230);
  width: 100%;
  display: none;
  text-align: justify;
}

#indico-data-items .item .body h3 {
  font-size: 18px !important;
  color: #337ab7;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e6;
  margin: 10px 0 15px 0;
}

#indico-data-items .item .body h4 {
  font-size: 19px !important;
  color: gray;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.3;
}

#indico-data-items .item .body h4 a {
  color: #397ab8;
}

#indico-data-items .item .body h5 {
  font-size: 16px !important;
  color: gray;
  font-weight: normal;
  /*display: inline;*/
}

#indico-data-items .item .body ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

#indico-data-items .item .body ul li {
  margin-left: 0px;
  display: inline;
}

#indico-data-items .item .body hr {
  margin: 0 0 20px 0;
  border: 0.5px solid #e3e3e6;
}

#indico-data-items .item .body hr:last-of-type {
  display: none;
}

#indico-data-items .item .body p {
  padding-bottom: 20px;
}

/*:target {*/
/*outline: 2px solid red;*/
/*}*/

#indico-data-items .item .body .icon-file,
#indico-data-items .item .body .icon-participant {
  width: 22px;
  height: 22px;
  vertical-align: sub;
}
