/* Bootstrap UI.X Version 5.1
Created by Jerred Shepherd (RiotShielder)
Design by Audentio Design /*

/* Fonts */
body, p, a {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  margin: 0; }

/* General Fixes */
a {
  color: #aaa; }

a:hover {
  text-decoration: none;
  color: #4993c5; }

::selection {
  color: #fff;
  background-color: #4E2E9E; }

/* Background and main content area */
body {
  /*background: url("<?=plink("bg.jpg");?>") no-repeat fixed center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh; }

.jumbotron {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #fff; }

.jumbotron p {
  font-size: 14px !important;
  font-weight: inherit; }

.jumbotron h2 {
  margin-top: 10px !important; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
/* Global Navbar Fixes */
.navbar-default {
  font-weight: bold;
  border: none; }

.dropdown-menu {
  border-top-color: #4993c5 !important;
  border-top-style: solid !important;
  border-top-width: 2px !important;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 0 0 !important;
  border-radius: 0 !important;
  position: absolute !important; }

.icon {
  position: absolute !important;
  left: -125px !important; }

.dropdown-menu > li > a {
  padding: 5px 10px;
  color: #333;
  font-size: 12px; }

.dropdown-menu .dropdown-title {
  font-size: 15pt;
  padding: 0 8px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-weight: 400; }

/* User (Teal) Navbar */
.navbar-user {
  background-color: #333;
  margin-top: 16px;
  height: 40px;
  min-height: 0; }

.navbar-user .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.98) !important;
  position: absolute; }

.navbar-nav > li, .navbar-nav {
  float: left !important;
  font-weight: 600; }

.navbar-right {
  float: right !important; }

@media (max-width: 768px) {
  .navbar-user .navbar-nav > li > a {
    margin-top: -8px; }

  .navbar-user .navbar-nav {
    margin-right: -15px; } }
.navbar-user .dropdown-menu .dropdown-title {
  font-size: 15pt;
  padding: 0 8px;
  margin-bottom: 3px;
  margin-top: 3px; }

/* Fix navbar border radius on smaller viewports */
@media (max-width: 1199px) {
  .navbar-user {
    border-radius: 4px; } }
.navbar-right {
  margin-right: 13px; }

.navbar-user i {
  font-size: 16px;
  padding-bottom: 4px; }

.navbar-user .navbar-nav > li > a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px; }

/* Not sure what this does */
@media (max-width: 768px) {
  .navbar-user .navbar-nav > li > a {
    border-radius: 0; } }
/* Regular Tabs */
.navbar-user .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #3EA39C; }

.navbar-user .navbar-nav > li > a:active, .navbar-user .navbar-nav > li > a:focus {
  color: #fff; }

/* Active Tabs */
.navbar-user .navbar-nav > .active > a {
  color: #fff;
  background-color: #4993c5;
  border: none; }

.navbar-user .navbar-nav > .active > a:active, .navbar-user .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fafafa; }

.navbar-user .navbar-nav > .active > a:hover {
  color: #fff; }

/* Logo and Search*/
.header-logosearch {
  margin-bottom: 20px; }

.header-logo {
  width: auto;
  max-width: 326px; }

.header-logo-mobile {
  width: auto;
  max-width: 326px;
  margin-left: auto;
  margin-right: auto; }

/* Search */
.header-searchbar-container {
  margin-right: 0;
  padding-right: 8px;
  box-shadow: none; }

.header-searchbar {
  margin-top: 20px;
  font-weight: 600;
  width: 100%; }

.header-searchbar-mobile {
  font-weight: 600;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px; }

.search-group {
  border-radius: 2px; }

.search-area {
  height: 34px;
  border-radius: 2px;
  font-size: 11px;
  min-width: 223px; }

.btn-search, .btn-search:hover, .btn-search:active, .btn-search:focus {
  color: #ffffff;
  background-color: #4993c5;
  height: 34px;
  width: 40px;
  border-radius: 2px;
  border-color: #4993c5;
  font-size: 14px; }

.form-control {
  border: none;
  color: #404040; }

/* Primary (Dark Gray) Navbar */
.navbar-primary {
  background-color: #4a4e51;
  font-weight: 600;
  font-size: 13px;
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  text-transform: uppercase; }

.nav .navbar-nav {
  margin: 0 !important; }

.navbar-primary .dropdown-menu {
  background-color: #fff !important;
  text-transform: capitalize;
  font-weight: normal; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #4993c5 !important;
  color: #fff; }

@media (min-width: 768px) {
  .navbar-primary .container {
    padding: 0 !important;
    position: relative; } }
.navbar-primary .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.75);
  padding-left: 12px;
  padding-right: 12px; }

@media (max-width: 768px) {
  .navbar-primary .navbar-nav > li > a {
    border-radius: 0; } }
.navbar-primary .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #3A3E40; }

.navbar-primary .navbar-nav > .active > a {
  color: #4993c5;
  background-color: #fafafa;
  border: none; }

.navbar-primary .navbar-nav > .active a:hover, .navbar-primary .navbar-nav > .active a:active, .navbar-primary .navbar-nav > .active a:focus {
  color: #4993c5;
  background-color: #fafafa; }

.navbar-primary .navbar-nav > li a:active, .navbar-primary .navbar-nav > li a:focus {
  color: rgba(255, 255, 255, 0.75); }

/* Secondary (Light Gray) Navbar */
.navbar-secondary {
  background-color: #fafafa;
  height: 39px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px; }

.navbar-secondary-text-container {
  margin-left: 4px;
  margin-top: 10px; }

.navbar-secondary-text {
  margin-left: 8px;
  margin-right: 8px; }

/* Footer */
.footer-bg {
  background-color: #2b2b2b;
  color: #bbbbbb;
  border-radius: 6px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 23.4px; }
  .footer-bg span {
    margin-right: 10px; }
  .footer-bg h3 {
    margin-top: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px; }
  .footer-bg a {
    color: #fff;
    margin-right: 15px; }

pre {
  background-color: #2b2b2b;
  color: #fff; }

.mheader td { font-weight: bold; font-color: #999; }

.icons {
  float: right;
  font-size: 24px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .icons span {
    margin-left: 4px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2); }
  .icons a {
    color: #fff; }
    .icons a:hover, .icons a:active, .icons a:focus {
      color: #fff; }

input, textarea {
    border: 1px solid #aaa;
    background: #444;
    margin: 3px;
    font-size: 12px; }

textarea {
    line-height: 1.5em; }

.login {
    font-size: 10px; }
    .login input {
        font-size: 10px;
        background: #fff;
        border: 1px solid #ccc; }

.copyright-bg {
  font-size: 12px;
  margin-bottom: 15px;
  color: #ddd; }
  .copyright-bg a {
    color: #aaa;
    text-decoration: none; }
    .copyright-bg a:hover, .copyright-bg a:focus, .copyright-bg a:active {
      text-decoration: underline; }

/*# sourceMappingURL=custom.css.map */
