/* ============================================================
   Custom styles for BPMS - Proposal Status page (static rebuild)
   These replicate the visual style of the original PHP/BPMS site
   ============================================================ */

/* --- Top navigation bar (navbar-default / navbar-pro) --- */
.navbar-default {
  background-color: rgb(0, 68, 109) !important;
  border-color: rgb(0, 68, 109) !important;
  height: auto;
}
.navbar-pro {
  background-color: rgb(0, 68, 109);
  border-color: rgb(0, 68, 109);
  border-top: 2px solid #25a3d7;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
.navbar-pro .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  text-transform: uppercase;
  transition: 1s;
}
.navbar-pro .navbar-nav > li > a:hover,
.navbar-pro .navbar-nav > .active > a,
.navbar-pro .navbar-nav > .active > a:focus,
.navbar-pro .navbar-nav > .active > a:hover,
.navbar-pro .navbar-nav > li > a:focus {
  background-color: #fff;
  color: #F39C12 !important;
}
.navbar-pro .navbar-nav > li > a .fa {
  color: #ffffff;
  background: #9A9A9A;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.navbar-pro .navbar-nav > .active > a .fa {
  color: #25A3D7;
  background: #ffffff;
}
.navbar-pro .navbar-toggle {
  border-color: #ffffff;
}
.navbar-pro .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-pro .dropdown-menu {
  background-color: #ffffff;
}
.navbar-pro .dropdown-menu > li > a {
  color: #333333;
  font-size: 12px;
  text-transform: none;
}
.navbar-pro .dropdown-menu > li > a:hover {
  background-color: #eef7fb;
  color: #25a3d7;
}
.navbar-pro .navbar-collapse {
  border-color: rgb(0, 68, 109);
}

/* --- Logo/header area --- */
.logo-cont {
  border-bottom: 2px solid #25a3d7;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

.header-text h1 {
  margin: 5px 0 2px 0;
  font-size: 24px;
  font-weight: bold;
  color: #343a40;
  font-family: 'Abril Fatface', cursive;
}
.header-text p {
  margin: 0;
  font-size: 14px;
  color: #555555;
}

/* --- Marquee/notice area (row containing marquees) --- */
.logo-cont .row {
  margin-top: 8px;
}
marquee {
  display: block;
}

/* --- Generic spacing helper used across the page --- */
.space {
  height: 15px;
}

/* --- Panel heading (blue) --- */
.heading-style {
  background-color: #28869e !important;
  border-color: #28869e;
  color: #ffffff !important;
}
.heading-style .panel-title a {
  color: #ffffff !important;
  text-decoration: none;
}
.more-less {
  float: right;
  color: #ffffff;
  font-weight: 900 !important;
}

/* --- Footer --- */
.footer {
  margin-top: 20px;
}
.gray-body-cont {
  padding: 6px 0 15px;
  position: relative;
  background: #30324d;
  color: #ffffff;
  margin-top: 20px;
}
.gray-body-cont h5,
.gray-body-cont .widget {
  color: #ffffff;
}
.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  line-height: 2;
}
.link-list a,
.link-list a:visited {
  color: #ffffff;
}
.link-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* --- Scroll to top button --- */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #28869e;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 15px;
}
#myBtn:hover {
  background-color: #1e6b80;
}

/* --- Ensure body has bottom padding for the fixed navbar --- */
body {
  padding-top: 45px;
  background-color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
}
