/* -- THEME COLOURS -- */
/* -- CONTENT -- */
/* -- HEADER -- */
/* -- SECTION MENU -- */
/* -- FOOTER -- */
/* -- NAVIGATORS -- */
/* --JUMBOTRON (header)-------------------------------------------------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
body, input, button, select, textarea {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #292929;
}

h1, h2, h3, h4, h5, h6 {
  color: #292929;
}

/* --JUMBOTRON (header)-------------------------------------------------------------------- */
.jumbotron {
  color: #fff;
  padding: 0px;
  background-image: url("ripple_bg.jpg");
  background-position: 70% 50%;
  background-size: 200% !important;
}

.jumbotron h1 {
  color: #fff;
  font-size: 3em;
  margin-top: 0;
  padding-top: 0;
}

.jumbotron p {
  margin-bottom: 0;
}

#overview div.titles {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* these widths are the same as those used in the default bootstrap css for sidebar etc. */
/* Left Logo (25.53191489361609%) || Gap (2.127659574468085%) || Title (48.93617021276594%) || Gap (2.127659574468085%) || Right Logo (25.53191489361609%) */
/* title should always leave left logo & gap even if no logo is there */
#overview.logoL div.titles, #overview:not(.logoL):not(.logoR) div.titles {
  width: 74.4680851064%;
}

#overview.logoR div.titles {
  width: 48.9361702128%;
}

#overview:not(.logoL) div.titles {
  margin-left: 25.5319148936%;
}

#overview div.titles {
  margin-left: 2.1276595745%;
}

#overview.logoR div.titles {
  margin-right: 2.1276595745%;
}

#overview .container div:not(.titles) {
  width: 23.4042553191%;
}

/* logos */
#overview.logoL .logoL, #overview.logoR .logoR {
  margin-top: 0;
}

#overview.logoL.logoR .titles, #overview.logoR .titles, #overview.logoL .titles, #overview:not(.logoL):not(.logoR) .titles {
  padding: 20px 5px 15px 15px;
  float: left;
  text-align: left;
}

#pageTitle {
  margin-bottom: 7px;
}

#overview img.logoL, #overview img.logoR {
  padding-top: 10px;
}

#overview.logoL div.logoL img.logoL {
  float: none;
}

/* --NAVBAR (page menu)-------------------------------------------------------------- */
.navbar-inner {
  border: 0;
}

.navbar-inverse .navbar-inner {
  font-size: 1.2em;
  font-weight: 500;
  background: #000;
  box-shadow: none;
}

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a, .navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #fff;
  text-shadow: none;
  padding: 2px 0 0 0;
  border-radius: 0;
}

.navbar .nav > li > a {
  margin: 10px 15px 10px;
  border: solid transparent;
  border-width: 0 0 2px 0;
}

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.navbar .btn-navbar {
  background-image: none;
  border-radius: 2px;
  background-color: #fff;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  background-image: none;
  background-color: #eee;
}

.navbar .btn-navbar .icon-bar {
  background-color: #000;
}

.navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar:focus .icon-bar, .navbar .btn-navbar:active .icon-bar {
  background-color: #000;
}

#navBtnHolder {
  display: none;
}

.navbar #contentsBtn {
  color: #fff;
  float: right;
  margin-top: 9px;
  cursor: pointer;
}

.navbar #contentsBtn:hover, .navbar #contentsBtn:active {
  color: #eee;
}

/* --TABLE OF CONTENTS (left)-------------------------------------------------------------- */
.bs-docs-sidenav {
  border-radius: 0;
  box-shadow: 0;
  font-weight: 500;
  font-size: 1.2em;
}

.bs-docs-sidenav > li:first-child > a, .nav-list > li > a, .nav-list .nav-header, .bs-docs-sidenav > li:last-child > a {
  border-radius: 0;
  box-shadow: 0;
  text-shadow: 0;
}

.bs-docs-sidenav > li > a {
  background-color: #eee;
  border-color: transparent;
  border-top-color: #ccc;
  border-radius: 0;
  color: #292929;
}

.bs-docs-sidenav > li:first-child > a {
  border-top: transparent;
}

.bs-docs-sidenav > li > a:hover {
  background-color: #f2f2f2;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #292929;
}

/* --PANELS (page contents)-------------------------------------------------------------- */
.page-header {
  border-color: #eee;
  border-width: 2px;
  padding-bottom: 0;
}

#mainContent section:first-child .page-header {
  margin-top: 24px;
}

#mainContent a.btn-mini, #mainContent a.btn-mini:active, #mainContent a.btn-mini:hover {
  color: #292929;
  background-color: #eee;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}

#mainContent a.btn-mini:active, #mainContent a.btn-mini:hover {
  background-color: #f2f2f2;
  color: #292929;
}

/* --NAVIGATORS -------------------------------------------------------------- */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, a.accordion-toggle:hover, a.accordion-toggle:focus {
  background-color: #f2f2f2;
  text-decoration: none;
}

.nav-tabs > li {
  margin-bottom: -2px;
}

.nav-tabs > li:not(:first-of-type) {
  margin-left: 0.2em;
}

.nav-tabs > li > a, a.accordion-toggle {
  color: #292929;
  font-weight: 500;
  font-size: 1.2em;
}

.nav-tabs > li > a {
  border: 2px solid transparent;
  border-width: 2px !important;
}

.nav-tabs {
  border-bottom: 2px solid #FECB43;
}

.nav-tabs > .active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 2px solid #FECB43;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  /*border-color: transparent;*/
  background-color: #f2f2f2;
  border-color: transparent transparent #FECB43;
}

a.accordion-toggle {
  background-color: #eee;
}

.accordion-group {
  border-color: #ccc;
  margin: 0;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0px;
}

.accordion-group:first-child {
  border-top-color: transparent;
}

.accordion-inner {
  border-color: #ccc;
}

.nav-pills > li > a {
  color: #292929;
  background-color: white;
  font-weight: 500;
  font-size: 1.2em;
  border-radius: 2px;
  border: 2px solid transparent;
  line-height: 20px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #FECB43;
  border-color: #FECB43;
  color: #292929;
}

.nav-pills > li:not(.active):hover > a, .nav-pills > li:not(.active):focus > a {
  background-color: #f2f2f2;
}

.nav-pills > li:not(:first-child) {
  margin-left: 0.2em;
}

/* --FOOTER-------------------------------------------------------------- */
.footer {
  color: #292929;
  background-color: #eee;
  border-top: 3px solid #292929;
  padding-left: 15px;
}

.footer p {
  color: #292929;
}

.footer .addthis_sharing_toolbox .at-icon-wrapper {
  background-color: #292929;
}

/* --GLOSSARY-------------------------------------------------------------- */
.glossaryTip {
  background-color: #292929;
}

/* --GLOSSARY-------------------------------------------------------------- */
#searchHolder .searchBtn {
  background-color: #FECB43;
  color: #292929;
}

.catContents {
  background-color: #eee;
}

.searchTitle {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #FECB43;
}

/* --TABLES-------------------------------------------------------------- */
table th {
  color: #fff;
  background-color: #292929;
  border-color: #fff;
}

/* --LARGE DESKTOP-------------------------------------------------------------- */
@media (min-width: 1200px) {
  #overview.logoL div.titles, #overview:not(.logoL):not(.logoR) div.titles {
    width: 74.358974359%;
  }

  #overview.logoR div.titles {
    width: 48.7179487179%;
  }

  #overview:not(.logoL) div.titles {
    margin-left: 25.641025641%;
  }

  #overview div.titles {
    margin-left: 2.5641025641%;
  }

  #overview.logoR div.titles {
    margin-right: 2.5641025641%;
  }

  #overview .container div:not(.titles) {
    width: 23.0769230769%;
  }

  #overview.logoL .titles {
    padding-top: 30px;
  }

  #pageTitle {
    margin-bottom: 15px;
  }

  #mainContent section:first-child .page-header {
    margin-top: 24px;
  }

  #overview.logoL.logoR .titles, #overview.logoR .titles, #overview.logoL .titles, #overview:not(.logoL):not(.logoR) .titles {
    padding-bottom: 20px;
  }
}
/* --DESKTOP-------------------------------------------------------------- */
@media (max-width: 980px) {
  .jumbotron {
    margin-top: 0;
  }

  .navbar .nav > li > a {
    display: inline;
  }

  .navbar .nav > li {
    margin-top: 15px;
  }

  #overview.logoL div.logoL {
    float: left;
  }

  #overview.logoL img.logoL {
    margin-left: auto;
    margin-right: auto;
  }

  #overview.logoR .logoR {
    float: right;
    text-align: right;
  }

  #navBtnHolder {
    display: inline;
  }

  #mainContent section:first-child .page-header {
    margin-top: 14px;
  }

  .navbar-fixed-top {
    margin-bottom: 10px;
  }
}
/* --TABLETS TO DESKTOPS-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  #overview.logoL div.titles, #overview:not(.logoL):not(.logoR) div.titles {
    width: 74.3093922652%;
  }

  #overview.logoR div.titles {
    width: 48.6187845304%;
  }

  #overview:not(.logoL) div.titles {
    margin-left: 25.6906077348%;
  }

  #overview div.titles {
    margin-left: 2.7624309392%;
  }

  #overview.logoR div.titles {
    margin-right: 2.7624309392%;
  }

  #overview .container div:not(.titles) {
    width: 22.9281767956%;
  }

  #overview.logoL img.logoL.themeLogo {
    content: url("logo_square.png");
    padding-bottom: 10px;
  }

  #overview.logoL .titles {
    padding-top: 35px;
  }

  #pageTitle {
    margin-bottom: 3px;
  }
}
/* --TABLETS-------------------------------------------------------------- */
@media (max-width: 767px) {
  #overview.logoL img.logoL, #overview.logoR img.logoR {
    width: auto;
    float: none;
    padding-bottom: 8px;
  }

  #overview .container div:not(.titles) {
    float: none;
    text-align: center;
    width: 100%;
  }

  #overview.logoR div.titles, #overview.logoL div.titles, #overview:not(.logoL):not(.logoR) div.titles, #overview.logoR.logoL .titles {
    float: none;
    text-align: center;
    padding-top: 0;
    margin: 0;
    width: 100%;
  }

  #overview:not(.logoL):not(.logoR) div.titles {
    padding-top: 20px;
  }

  #overview .titles h1, #overview .titles p {
    padding: 0px 10px;
  }

  .navbar-fixed-top {
    margin-bottom: -8px;
  }

  footer.footer {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print {
  header .container .logoL {
    float: left !important;
    margin-left: 10px !important;
  }

  header .container .titles {
    position: absolute !important;
    left: 110px !important;
    margin-top: 40px !important;
    width: 80% !important;
  }

  header .container .titles {
    padding-bottom: 0 !important;
    float: none !important;
    text-align: left !important;
    margin-left: 1em !important;
  }

  .page-header {
    margin-bottom: 0;
  }

  header {
    padding-bottom: 0 !important;
  }

  h1 {
    font-size: 1.2em !important;
  }

  h2 {
    font-size: 1.2em !important;
  }

  #pageTitle {
    font-size: 1.3em !important;
  }

  #pageSubTitle {
    font-size: 1.2em !important;
    margin-bottom: 0 !important;
  }
}

/*# sourceMappingURL=uon_pharm.css.map */
