.splash-container {
  padding: 10px;
  background-color: rgba(0, 75, 255, 0.34);
  text-align: center;
  color: black; }

.navbar {
  border-radius: 0; }

.panel-nopad {
  padding: 0 0 !important; }

.lgismall {
  height: auto !important; }

.nav > li > a.menubar:hover {
  text-decoration: none;
  background-color: rgba(123, 123, 123, 0); }

#llnl-menu-tab-inverse {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  margin-left: -15px;
  margin-right: 0;
  display: block;
  width: 240px;
  height: 39px; }

#llnl-menu-tab {
  margin-right: 0 !important; }

header .dept-logo img {
  height: inherit;
  background-color: inherit;
  padding: inherit;
  width: 150%;
  margin-top: 4%; }

.form-control-label {
  margin-top: 5px; }

.hover, .hover-mini {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  border: solid 1px black;
  margin-right: 1px; }

.hover, .no-hover {
  display: inline-block;
  text-align: left;
  min-height: 275px; }

.no-hover {
  max-height: 275px;
  width: 220px;
  overflow: hidden; }

.hover img, .hover-mini img, .no-hover img {
  margin: 0 auto;
  vertical-align: top;
  overflow: hidden;
  max-height: 100%; }

.no-hover img {
  max-height: 275px; }

.hover:after, .hover:before, .hover-mini:after, .hover-mini:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.hover:after, .hover-mini:after {
  content: '\A';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.hover:before, .hover-mini:before {
  content: attr(data-content);
  width: 100%;
  color: #fff;
  z-index: 1;
  bottom: 0;
  padding: 4px 10px;
  text-align: center;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.hover:hover:after, .hover:hover:before, .hover-mini:hover:after, .hover-mini:hover:before {
  opacity: 1; }

.hover span, .hover-mini span {
  display: none; }

.hover-mini {
  display: none; }

.removeimage, .imageinput {
  display: none; }

.hover:hover span, .hover-mini:hover span {
  text-align: center;
  cursor: pointer;
  color: white;
  z-index: 1;
  display: block;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%); }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.list-group {
  margin-bottom: 6px;
  padding-right: 9px; }

@media screen and (max-width: 400px) {
  .list-group {
    padding-right: 6px; } }
.list-group-item {
  height: 134px;
  font-size: 12px;
  overflow: auto;
  padding: 7px 9px; }

.list-group-item:hover {
  border: 1px solid #969393; }

.bold-large {
  font-size: 14px; }

.search-img {
  height: 100%;
  vertical-align: top;
  float: left;
  padding-right: 10px;
  max-width: 104px !important; }

@media screen and (max-width: 400px) {
  .search-container {
    padding-right: 6px;
    padding-left: 8px; } }
.hide {
  display: none; }

.container-large {
  padding: 0 0 0 0; }

#cke_bio-view > .cke_inner > #cke_1_top {
  display: none; }

.approve {
  float: right;
  margin-bottom: 10%; }

.review-edit {
  margin-bottom: 2%; }

.filtering {
  border: 1px solid;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
  border-radius: 5px; }

#hidden-options {
  display: none; }

#profileimage, .hover, #imgupload {
  max-height: 275px;
  width: 220px; }

.hover-mini {
  height: 90px;
  width: 72px; }

a.on-org {
  color: black; }

@media screen and (max-width: 776px) {
  .admingrant {
    margin-top: 4%; } }
.profile .col-sm-3 {
  padding-left: 3%;
  padding-top: 5%;
  margin-right: 1%; }

.profile .col-sm-6 {
  padding-left: 3%;
  padding-top: 4%;
  margin-left: 6%; }

.profile-name {
  margin-top: 10px; }

.tipc {
  text-decoration: none; }

@media screen and (max-width: 500px) {
  .profile {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.close, .close-mini {
  top: 4px !important;
  left: 94% !important;
  opacity: 1 !important;
  background-color: dimgrey !important; }

.close-mini {
  left: 90% !important;
  visibility: hidden; }

.dropdowns {
  margin-top: 5%;
  margin-left: 8%; }

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
  background-color: #ddd; }

/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  background-color: white;
  display: none; }

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block !important; }

button.accordion:after {
  content: '\02795';
  font-size: 44px;
  color: #777;
  float: right;
  margin-top: -56px;
  padding-bottom: 10px;
  margin-right: 40px; }

button.accordion.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */ }

.margin-bottom button {
  margin-bottom: 10px; }

@media screen and (max-width: 500px) {
  .margin-bottom button {
    margin-left: -12px !important; } }
@media screen and (max-width: 500px) {
  .no-shrink {
    margin-left: 0 !important; } }
@media screen and (max-width: 350px) {
  .responsive-foot {
    width: 100% !important; } }
#mailing-people, #mailing-members, #mailing-buttons {
  display: none; }

.close-redone {
  float: right;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000C;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.comp-header {
  background-color: #2b6363; }

.comp-header .navbar-brand h3.title {
  color: #FFF; }

.comp-header .nav-item a {
  color: #fff; }

.comp-header .search-container .fa-stack-1x {
  color: #4e4e4e; }

.comp-header .search-container .fa-stack-2x {
  color: #fff; }

.eng-header .dept-logo img, .pls-header .dept-logo img {
  height: inherit;
  background-color: inherit;
  padding: inherit;
  width: 167px;
  margin-top: 4%; }

.eng-header.moving-container, .pls-header.moving-container {
  background-color: white;
  border-bottom: 1px black solid; }

.pls-header .dept-logo img {
  width: 160%; }

.comp-header .nav-item a:hover {
  color: #c2c1c1; }

.eng-header .nav-item a:hover, .pls-header .nav-item a:hover {
  color: #000; }

.list-group-item.search-page {
  align-items: flex-start; }

.review-label {
  width: 100%; }

.close-bootstrap {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  text-decoration: none !important;
  cursor: pointer; }

.btn-admin, .silent-link, .silent-link:hover {
  color: black; }

.btn-admin {
  width: 100%; }

#toggle {
  position: absolute; }

#base-container {
  min-height: 500px; }

.fa-spin2 {
  transform-origin: 50% calc(50% - .5px);
  animation: fa-spin 2s infinite linear; }

.x2 {
  transform: scale(2, 2) !important;
  overflow: visible !important;
  padding: 0 !important; }

@-moz-document url-prefix() {
  .x2 {
    padding: 0 20px 10px 0 !important; } }
.cke_contents.cke_reset {
  min-height: 500px; }

.profile.col.col-sm-3 {
  text-align: center; }

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;
    height: 60px;
    border-radius: 5px;
    padding-top: 0.6em; }
    #sortable li span {
      position: absolute;
      margin-left: -1.3em; }
    #sortable li span.approval-badge {
      position: inherit;
      margin-left: 0; }

#sortable li div {
  display: inline-block; }

#sortable .form-control {
  margin-left: 3%;
  display: inline-block;
  width: 80%; }

#sortable .form-group {
  margin-bottom: 0; }

.ui-state-default i {
  padding-right: 2%; }

.ui-state-default > div > .form-group {
  display: inline-block; }

.ui-state-default {
  background: white !important; }

.modal-delete {
  float: right;
  margin-right: 1%; }

.modal-image {
  display: inline-block;
  max-height: 40px;
  max-width: 72px; }

.hover-mini-block {
  width: 100%;
  text-align: left;
  margin-left: 0%; }

.a-focus-override:focus {
  color: white !important; }

.add_image_link, .add_rank_link {
  margin: 0 auto;
  display: block;
  width: 25%; }

.image-li-internal {
  width: 495px; }

#image_form #sortable li:first-child::before {
  content: "Primary Image";
  position: absolute;
  font-size: .7em;
  margin-top: -1%;
  margin-left: -2%; }

#image_form #sortable li:first-child {
  background: #06f6 !important; }

.unapproved-image {
  border: solid 3px yellow; }

.approved-image {
  border: solid 3px green; }

.unapproved-text {
  background-color: yellow; }

.approved-text {
  background-color: #008000b3;
  color: white; }

.rank-li-internal {
  width: 92%; }

#rank_form #sortable .form-control {
  min-width: 500px; }

#sortable .rank-li-internal .form-control {
  width: 96%; }

#org_suborgs {
  border-top: 1px solid black;
  padding-top: 10px; }

.orgchart table {
  margin: 0 auto; }

.content.zoomTarget, .second-menu {
  padding: 5px; }

del, .del, del > * {
  color: red;
  background: #fdd;
  text-decoration: none; }

ins, .ins, ins > * {
  color: #686868;
  background: #fffc00;
  text-decoration: none; }

.rep, .rep > * {
  color: #008;
  background: #eef; }

.mask-spinner {
  display: inline-block;
  vertical-align: middle; }

.mask {
  text-align: center; }

.fa-spin2.spinner {
  color: rgba(0, 26, 168, 0.79); }

.overflowHidden {
  overflow: hidden !important; }

.imageLabelClass{
  max-width: 238px;
}

.deny-button{
  margin-left: 50%;
}

@media (max-width: 600px) {
  .hide-mobile{
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    display:none;
  }
  .profile{
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    margin-left: 10px;
  }
}