/* =========================================================
   NAVBAR
   ========================================================= */

.navbar {
  height: 60px;
  background-color: #1B603C;
  border: none;
}

/* FLC-DB title */
.navbar-title {
  color: white;
  font-size: 150%;
}

/* Main navbar tab titles */
.main-tab-title {
  font-size: 140%;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  line-height: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #2ECC71;
  color: white;
  line-height: 60px;
  height: 60px;
}

.navbar-default .navbar-nav > .active > a {
  pointer-events: none;
  color: white;
  line-height: 60px;
  height: 60px;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: #2ECC71;
  color: white;
  line-height: 60px;
  height: 60px;
}

.navbar-default .navbar-brand {
  color: white;
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
}

/* Match navbar tab hover behavior */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: #2ECC71;
  color: white;
  text-decoration: none;
}

/* =========================================================
   INNER TABSETS
   ========================================================= */

.sub-tab-title {
  font-size: 120%;
}

.nav-tabs > li > a {
  color: #23A455 !important;
}

.nav-tabs > li > a:hover {
  color: #2ECC71 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: white !important;
  color: #1B603C !important;
}

/* =========================================================
   SIDEBARS
   ========================================================= */

.flc-sidebar {
  background-color: #F5F5F5;
  padding: 10px;
  margin-top: 25px;
}

.sidebar-link,
.sidebar-link:visited {
  color: #23A455;
}

.sidebar-link:hover {
  color: #2ECC71;
}

/* =========================================================
   TUTORIAL SIDEBAR BUTTONS
   ========================================================= */

.sidebar-button {
  color: #23A455 !important;
  background: none !important;
  border: none !important;
  text-align: left !important;
  cursor: pointer !important;
  font-weight: normal !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
}

.sidebar-button:hover {
  text-decoration: underline !important;
}

.sidebar-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* =========================================================
   TUTORIAL SIDEBAR SPACING
   ========================================================= */

/* Space between section headings and their first button */
.tutorial-sidebar h3 {
  margin-top: 25px !important;
  margin-bottom: 15px !important;
}

/* Less space above the first Tutorial heading */
.tutorial-sidebar h3:first-child {
  margin-top: 10px !important;
}

/* Extra space specifically between consecutive subtabs */
.tutorial-sidebar .sidebar-button + .sidebar-button {
  margin-top: 20px !important;
}

/* =========================================================
   TRANSCRIPTOMICS / GENOMICS RUN BUTTONS
   ========================================================= */

#Run\.1,
#Run\.2,
#Run\.3,
#Run\.4,
#Run\.upset {
  background-color: #ffffff;
  border: 2px solid #34B583;
  color: #1B603C;
  padding: 10px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#Run\.upset {
  padding: 10px 20px;
}

#Run\.1:hover,
#Run\.2:hover,
#Run\.3:hover,
#Run\.4:hover,
#Run\.upset:hover {
  background-color: #7ACBA6;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

#Run\.1:active,
#Run\.2:active,
#Run\.3:active,
#Run\.4:active,
#Run\.upset:active {
  transform: translateY(1px);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}


/* =========================================================
   SHINY NOTIFICATIONS
   ========================================================= */

#shiny-notification-panel {
  position: fixed !important;
  top: 30% !important;
  left: 40% !important;
  transform: translate(-30%, -30%) !important;
  width: auto !important;
  max-width: 100% !important;
  pointer-events: none;
}

#shiny-notification-flc-notification1,
#shiny-notification-flc-notification2,
#shiny-notification-flc-notification3,
#shiny-notification-flc-notification4 {
  width: 350px !important;
  font-size: 18px !important;
  padding: 15px !important;
  background-color: #34B583 !important;
  color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
  pointer-events: auto;
}

#shiny-notification-flc-notification1 .shiny-notification-close,
#shiny-notification-flc-notification2 .shiny-notification-close,
#shiny-notification-flc-notification3 .shiny-notification-close,
#shiny-notification-flc-notification4 .shiny-notification-close {
  color: white !important;
  opacity: 0.7;
}

#shiny-notification-flc-notification1 .shiny-notification-close:hover,
#shiny-notification-flc-notification2 .shiny-notification-close:hover,
#shiny-notification-flc-notification3 .shiny-notification-close:hover,
#shiny-notification-flc-notification4 .shiny-notification-close:hover {
  transform: scale(1.3);
  opacity: 1;
}
