/**
* ICONS
*/
@font-face {
  font-family: 'Font Awesome 5 Light';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome-pro-light-300.eot");
  src: url("../fonts/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-pro-light-300.woff2") format("woff2"), url("../fonts/fontawesome-pro-light-300.woff") format("woff"), url("../fonts/fontawesome-pro-light-300.ttf") format("truetype"), url("../fonts/fontawesome-pro-light-300.svg#fontawesome") format("svg");
}


.fa {
  font-family: 'Font Awesome 5 Light';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;

}

.fa-eye:before {
  content: "\f06e";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-user:before {
  content: "\f007";
}

/* CUSTOM CSS */

figure img {
  max-width: 100%;
  display: inline-block;
}

/* HEADER */

#main__header {
  padding: 20px 40px 10px;
  /* background: url("../images/planet.png") no-repeat center -300px #0074BD; */
  background-image: url("../images/orbits.svg");
  background-size: 270px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #0074BD;
  position: relative;
  /* margin-bottom: 15px; */
  overflow: visible;
}

.main__header__logo {
  margin-bottom: 15px;
}

/* .main__header__logo img{
  max-width: 130px;
} */

/* HEADER */

#main__menu {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main__menu .menu,
.main__nav .menu{
  padding: 0;
  margin: 0;
}

#main__menu .menu li,
.main__nav .menu li{
  list-style: none !important;
  margin: 0;
}

#main__menu .content > .menu,
.main__nav .content > .menu {
  display: flex;
  justify-content: space-between;
}

#main__menu .content > .menu > li:first-child {
  padding-left: 0;
}

#main__menu .content > .menu > li {
  position: relative;
}

#main__menu .content > .menu > li.active-trail a{
  text-decoration: underline;
}

#main__menu .content > .menu > li > a,
.main__nav .content > .menu > li > a {
  font-family: "notes__esa-bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  padding: 10px 15px;
  display: inline-block;
}

#main__menu .content > .menu > li:hover > a,
#main__menu .content > .menu > li:hover .menu {
  background-color: #0074BD;
  z-index: 3;
 
}

#main__menu .content > .menu .menu {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
}

#main__menu .content > .menu > li:hover .menu {
  max-height: 9999px;
  padding: 5px 17px 10px;
}

#main__menu .content > .menu .menu > li > a {
  font-family: "notes__esa-regular";
  color: #fff;
  font-size: .9rem;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
  
}

#main__menu .content > .menu .menu > li > a::before {
  content: '» ';
  font-size: 1rem;
}

#main__menu .content > .menu .menu > li > a:hover {
  text-decoration: underline;
}



/* #main__menu .menu li a{
}

#main__menu .active-trail > a,
#main__menu .menu li a:hover {
  border-bottom: 2px solid #fff;
  text-decoration: none;
  padding-bottom: 1px;
  background-color: #2E8BCF;
}

#main__menu .expanded {
  position: relative;
}

#main__menu .expanded > .menu {
  position: absolute;
  left: 15px;
  top: 25px;
  max-height: 0;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#main__menu .expanded:hover > .menu {
  max-height:999px;
}

#main__menu .content > .menu {
  display: flex;
}
#main__menu .content > .menu .menu {
  background-color: #2E8BCF;
}

#main__menu .content > .menu .menu li a {
  color: #fff;
  font-size: .8rem;
}


#main__menu .content > .menu > li {
  padding: 10px 15px;
}

 */

/* MAIN MENU */

#main__menu .region-main-menu {
  display: flex;
  justify-content: space-between;
}

/* LOGIN */

#block-user-login {
  width: 300px;
  margin: 0 auto;
}

#block-user-login h2 {
  font-family: "notes__esa-bold";
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

#block-user-login ul {
  margin: 10px 0;
}

#block-user-login ul li {
  list-style: none;
  margin-top: 10px;
}


#block-user-login #edit-name,
#block-user-login #edit-pass,
#block-user-login #edit-submit {
  width: 100%;
}


/* REVIEWERS */
.reviewers-actions {
  text-align: right;
  margin-bottom: 10px;
}


/*TABLE*/
.table__actions > a {
  margin-left: 5px;
}

table .views-empty {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  color: #b1b1b1;
  border-right: 1px solid #dfe3e9;
  border-bottom: 1px solid #dfe3e9;
  border-left: 1px solid #dfe3e9;
}
