﻿@media (max-width: 954px) {
  header {
    height: 60px;
  }
}
.module-list-mobile {
  margin-top: 20px;
}
@media print {
  .module-list-mobile {
    display: none;
  }
}
.module-list-mobile ol li {
  cursor: pointer;
  color: #444;
}
.module-list-mobile ol li .delete-module {
  display: none;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #9D2121;
  float: right;
  margin-left: 1rem;
}
.module-list-mobile ol li .hide-module {
  display: none;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #9D2121;
  float: right;
}
.module-list-mobile ol li .show-module {
  display: none;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #00c598;
  float: right;
}
.module-list-mobile ol li.open {
  font-weight: bold;
}
.module-list-mobile ol li:hover {
  color: #000;
}
.module-list-mobile ol li:hover .delete-module {
  display: block;
}
.module-list-mobile ol li.hidden {
  color: #44444473;
  font-weight: normal;
}
.module-list-mobile ol li.hidden:hover {
  color: #44444493 !important;
}
.module-list-mobile ol li.visible:hover .hide-module {
  display: block;
}
.module-list-mobile ol li.hidden:hover {
  color: #000;
}
.module-list-mobile ol li.hidden:hover .show-module {
  display: block;
}
.page-header {
  padding-top: 4em;
  padding-bottom: 2em;
  background-color: #fdf497;
}
@media (max-width: 952px) {
  .page-header {
    display: none;
  }
}
.page-header .select2-container .select2-search--inline .select2-search__field {
  font-family: unset;
  padding-top: 0;
}
.page-header .title {
  margin-top: 2.5em;
  grid-column: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .page-header .title {
    margin-left: 23.5%;
    margin-right: 15%;
  }
}
@media (max-width: 500px) {
  .page-header .title {
    margin-left: 10%;
  }
}
@media (max-width: 650px) {
  .page-header .title .project-role-text {
    display: none;
  }
}
.page-header .title .search-options-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 74.6%;
  position: absolute;
  display: none;
  font-size: 0.9rem;
  top: 94px;
  z-index: 1;
}
.page-header .title .search-options-container .search-options {
  display: grid;
  padding: 0.5em;
  color: black;
}
.page-header .title .search-options-container .search-options .search-label {
  padding: 0.25em;
  grid-column: 1;
}
.page-header .title .search-options-container .search-options .search-input {
  padding: 0.2em;
  grid-column: 2;
}
.page-header .title .search-options-container .button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0.5em;
  padding-top: 1rem;
}
@media (max-width: 690px) {
  .page-header .title .search-options-container .button-container {
    flex-direction: column;
  }
}
.page-header .title .search-options-container .mybtn-sm {
  border-radius: 3px;
  margin-right: 0.5em;
  padding: 4px;
}
.page-header .title .inheader-search {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.75em;
  width: 100%;
}
.page-header .title .inheader-search form {
  width: 65%;
}
.page-header .title .inheader-search .search-icon,
.page-header .title .inheader-search #projectsSearch,
.page-header .title .inheader-search #userSearch,
.page-header .title .inheader-search .inheader-search-filter-icon,
.page-header .title .inheader-search #lccSearch,
.page-header .title .inheader-search #myMediaSearch {
  /* background-color: lighten(@light-yellow, 15%);*/
  background-color: #FFF;
  border-bottom: 1px solid #DCDCDC;
}
.page-header .title .inheader-search .search-icon {
  padding-top: 0.4em;
  padding-left: 1em;
}
.page-header .title .inheader-search #projectsSearch,
.page-header .title .inheader-search #userSearch,
.page-header .title .inheader-search #lccSearch {
  width: 100%;
  padding-left: 0.35em;
}
.page-header .title .inheader-search .inheader-search-filter-icon {
  padding-top: 0.4em;
  padding-right: 0.25em;
}
.page-header .title h1 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0em;
}
.page-header .header-actions {
  margin-top: 0.5em;
  display: flex;
}
@media (min-width: 500px) {
  .page-header .header-actions {
    margin-left: 23.5%;
  }
}
@media (max-width: 650px) {
  .page-header .header-actions {
    display: none;
  }
}
.page-header .header-actions .dropdown-menu {
  min-width: 10rem;
  width: unset;
  font-size: 0.9rem;
}
.page-header .header-actions .dropdown-menu .dropdown-item {
  padding: 0.5rem;
}
.page-header .header-actions .dropdown-menu .dropdown-item i {
  padding-right: 1rem;
}
.page-header .header-actions .dropdown-menu .dropdown-item:hover {
  cursor: pointer;
  text-decoration: none;
}
.page-header .header-actions .left-button-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-header .header-actions .left-button-container .inheader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.25em;
  background-color: #ffffff;
  /*background-color: lighten(@light-yellow, 15%) !important;*/
  color: #303030;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  margin-right: 1rem;
  width: 2.6rem;
  height: 2.6rem !important;
  border-radius: 50%;
  min-width: unset;
  /*                                margin-top: 0.25em;
                background-color: transparent !important;
                color: #303030;
                width: 1rem;
                height: 1rem;
                border: 1px solid darken(@light-yellow, 25%);
                padding: 0;
                text-transform: uppercase;
                text-align: center;
                border-radius: 50%;*/
}
.page-header .header-actions .left-button-container .inheader i {
  margin-left: 0.25rem;
  font-size: 1.25rem;
}
.page-header .header-actions .left-button-container .inheader:hover {
  font-weight: 700;
}
.page-header .header-actions .right-button-container {
  display: flex;
  align-items: center;
}
.page-header .header-actions .right-button-container .dropdown-menu {
  width: 12rem;
}
.page-header .header-actions .right-button-container .dropdown-menu .global-inactive.active {
  background-color: red;
}
.page-header .header-actions .right-button-container .dropdown-menu .global-inactive.active i {
  color: black;
}
.page-header .header-actions .right-button-container .dropdown-menu .global-active.active {
  background-color: green;
}
.page-header .header-actions .right-button-container .dropdown-menu .global-active.active i {
  color: black;
}
.page-header .header-actions .right-button-container .mybtn-sm {
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0.35em;
  margin-left: 0px;
}
/*@media (min-width: 568px) {
    .page-header {
        padding-left: 3em;
        .flex-start();

        .title {
            width: 90%;
        }
    }
}*/
/*@media (min-width: 992px) {
    .page-header {
        .title {
            .header-actions {
                padding-left: 0.25em;
            }
        }
    }
}*/
@media (min-width: 1200px) {
  .page-header {
    /*        padding: 2em 1em;
        padding-top: 4em;
        display: grid;
        grid-template-columns: 20% 60% 20%;
        grid-template-rows: 1fr auto;*/
  }
  .page-header .header-actions {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0.5em;
    display: flex;
  }
  .page-header .header-actions .left-button-container {
    display: flex;
    justify-content: flex-start;
    margin-left: 0.25rem;
  }
  .page-header .header-actions .left-button-container .inheader {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    /*background-color: lighten(@light-yellow, 15%) !important;*/
    color: #303030;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem !important;
  }
  .page-header .header-actions .left-button-container .inheader i {
    margin-left: 0.25rem;
    font-size: 1.25rem;
  }
  .page-header .header-actions .left-button-container .inheader i:hover {
    font-weight: 700;
  }
  .page-header .header-actions .left-button-container .inheader:hover {
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1);
  }
  .page-header .header-actions .left-button-container .inheader:hover i {
    font-weight: 700;
  }
  .page-header .header-actions .left-button-container .mybtn-sm.inheader {
    min-width: unset;
  }
  .page-header .header-actions .right-button-container {
    display: flex;
  }
  .page-header .header-actions .right-button-container .mybtn-sm {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0.35em 0.75em;
    width: 7.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .page-header .header-actions .right-button-container .mybtn-sm i {
    min-width: 10%;
  }
  .page-header .header-actions .right-button-container .owner-actions .dropdown-menu .status {
    padding: 0.75em;
  }
  .page-header .header-actions .right-button-container .owner-actions .dropdown-menu .status:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #f8f8f8;
  }
  .page-header .header-actions .right-button-container .owner-actions .dropdown-menu .status i {
    margin-right: 0.5em;
  }
  .page-header .header-actions .right-button-container .owner-actions .dropdown-menu .status:first-child {
    padding-top: 1em;
  }
  .page-header .title {
    grid-row: 1;
    margin-top: 2.5em;
    position: relative;
    grid-column: 2;
    display: flex;
    flex-direction: column;
  }
  .page-header .title .search-options-container {
    background-color: white;
    display: flex;
    justify-content: flex-start;
    width: 74.6%;
    position: absolute;
    display: none;
    font-size: 0.9rem;
    top: 94px;
    min-height: 10em;
    z-index: 1;
    padding-bottom: 1em;
  }
  .page-header .title .search-options-container .search-options {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 1em;
    padding-bottom: 0;
  }
  .page-header .title .search-options-container .search-options .search-label {
    padding: 0.5em;
    grid-column: 1;
    margin: 0;
  }
  .page-header .title .search-options-container .search-options .search-input {
    padding: 0.2em;
    grid-column: 2;
  }
  .page-header .title h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0em;
  }
  .page-header .title .inheader-search {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.75em;
  }
  .page-header .title .inheader-search .search-icon {
    z-index: 1;
    color: black;
    border-bottom: 1px solid #DCDCDC;
  }
  .page-header .title .inheader-search .inheader-search-filter-icon {
    padding-right: 1em;
  }
  .page-header .title .inheader-search .inheader-search-filter-icon:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .page-header .title .inheader-search .search-field {
    width: 100%;
    padding-left: 0.2em;
    background-color: #fefce2;
    border-bottom: 1px solid #DCDCDC;
  }
  .page-header .title .inheader-search .search-field:focus {
    border-bottom: 1px solid #d87c17;
  }
}
@media (min-width: 1369px) {
  .page-header .select2-container {
    height: 2rem !important;
  }
  .page-header .select2-container .select2-search--inline .select2-search__field {
    font-family: unset;
    margin-top: 0 !important;
  }
  .page-header .select2-container .select2-selection--single {
    height: 2rem;
    padding-top: 0.15rem;
  }
  .page-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
  }
  .page-header .select2-container select2-container--default select2-container--open {
    top: 350px !important;
  }
  .page-header .select2-dropdown--below {
    top: 350px !important;
  }
  .page-header .title {
    /*            padding-left: 4.5rem;*/
  }
  .page-header .title .search-options-container {
    top: 94px;
    width: calc(65% + 62px);
  }
  .page-header .title .inheader-search {
    padding-left: unset;
  }
  .page-header .title .inheader-search .search-field {
    width: 75%;
  }
}