html, body {
  height: 100%;
}

body {
  margin-bottom: -60px;
}

h2 {
  font-weight: 500 !important;
}

code {
  color: #45109B;
  margin-left: 0px !important;
  padding-left: 0px;
}

tt {
  font-size: 11px;
  color: #aaa;
}

.column-name code {
  margin-left: 4px !important;
}

.nav {
  min-height: 60px;
}

/* Remove padding, image. */
.navbar-brand {
  /*padding: 0px !important;*/
}

.navbar-brand img {
  display: inline !important;
}

.icon, .icon a, .icon > a {
  padding: 2px 5px 0px !important;
}

.navbar-nav > li > a span {
  font-size: 32px;
}

button a {
  text-decoration: none;
  color: #fff;
}

button a:active, button a:hover, button a:visited {
  text-decoration: none;
  color: #fff;
}

.input-group {
  margin-bottom: 10px;
}

.input-group-addon {
  min-width: 51px;
}

.error input {
  border-color: #c60f13 !important;
  background-color: rgba(198, 15, 19, 0.1) !important;
}

.valid input, input.valid {
  border-color: rgb(204, 204, 204) !important;
  background-color: rgb(255, 255, 255) !important;
}

.tag a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none;
}

.column-icon {
  height: 5px;
  margin-top: 0px !important;
}

.subdownload {
  padding-top: 5px;
}

.table-link {
  color: #45109B;
  font-weight: bold;
  font-size: 1.2em;
}

.well {
  padding: 9.5px !important;
  border: 1px solid #ccc;
}

.well h4, .well .h4, .well h5, .well .h5, h6, .well .h6 {
  display: inline;
  font-size: 16px;
}

.well div {
  margin-top: 5px;
  margin-bottom: 5px;
}

.well a {
  font-family:monospace;
}

.modal-header {
  background-color: #A91D24;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-title {
  color: white;
}

.landing-notice {
  margin-top: 30px;
  margin-bottom: 30px;
}

.landing-notice i {
  font-size: 26px;
}

.txt-justify {
  text-align: justify;
}

.txt-left {
  text-align: left;
}

.landing-thumbnail img {
  min-height: 157px;
  max-height: 157px;
}

.landing-image {
  float:right;
  width: 300px;
}

.landing {
  padding-bottom: 10px !important;
}

.code-highlight {
    color: #333333;
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f9f2f4;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.tables {
  position: relative;
}

.tables-header {
  color: #A39DC3;
}

.tables-table td, .tables-table th {
  padding: 3px !important;
}

.tables-table th {
  font-weight: normal;
  border-bottom-width: 0px !important;
}

.tables-table .description th {
  border-top: 0px;
  padding-left: 6px !important;
}

.tables-title {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  float: left;
}

.tables-details {
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}

.tables-tag:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 5em;
  margin-top: -5em
}

.darker {
  color: #31708f !important;
}

.entry-content {
  padding-top: 10px;
}

.entry span {
  font-size: 56px !important;
}

.entry .fa {
  font-size: 56px;
}
.entry small .fa {
  font-size: 14px;
}

/* Application/OS icons on landing page. */
#content .app-icons {
  font-size: 72px;
}

#content .user-icons {
  font-size: 56px;
}

.icon_wrapper {
  height: 72px !important;
}

.icon_wrapper i {
  font-size: 72px !important;
}

/* Footer sizing */
#wrapper {
  min-height:100%; 
  height: auto !important; 
  height: 100%; 
  margin: 0 auto -171px; 
}

#wrapper .page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.push {
  height: 130px;
}

#footer { 
  /* background: #040915; */
  min-height: 130px; 
}

/* sidebar */
#tables-sidebar {
  display: none;
  overflow: auto;
  height: 100%;
  padding-bottom: 60px;
}

#tables-sidebar > ul{
  width: 180px;
  overflow-y: auto;
  /* height: 100%; */
}

/* all links */
#tables-sidebar .nav>li>a {
  color: #999;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 400;
}

/* nested links */
#tables-sidebar .nav .nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
}

/* active & hover links */
#tables-sidebar .nav>.active>a, 
#tables-sidebar .nav>li>a:hover, 
#tables-sidebar .nav>li>a:focus {
  color: #563d7c;                 
  text-decoration: none;          
  background-color: transparent;  
  border-left-color: #563d7c; 
}
/* all active links */
#tables-sidebar .nav>.active>a, 
#tables-sidebar .nav>.active:hover>a,
#tables-sidebar .nav>.active:focus>a {
  font-weight: 700;
}
/* nested active links */
#tables-sidebar .nav .nav>.active>a, 
#tables-sidebar .nav .nav>.active:hover>a,
#tables-sidebar .nav .nav>.active:focus>a {
  font-weight: 500;
}

/* hide inactive nested list */
#tables-sidebar .nav ul.nav {
  display: none;           
}
/* show active nested list */
#tables-sidebar .nav>.active>ul.nav {
  display: block;           
}

#tables-sidebar.affix {
  position: fixed;
  top: 60px;
}

.app-icons span {
  padding-right: 5px;
  padding-left: 5px;
}

.bouncy:hover {
  -webkit-animation-name: rise;
  -moz-animation-name: rise;
  -o-animation-name: rise;
  animation-name: rise; 
}

.bouncy:hover {
  color: #A596FF;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 540px;
}

.subnav {
  margin-bottom: 0px;
  min-height: 40px;
  background-color: #292540;
}

.subnav-nav > li {
  float: left;
  margin-left: 0px !important;
}

.subnav-nav {
  min-height: 40px;
}

.subnav-nav > li > a {
  padding-bottom: 2px;
}

@media (max-width: 1200px) and (min-width: 991px) {
  tt {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  /*.navbar-brand {
    margin-left: 5px !important;
  }*/
  #wrapper .page-content {
    /*padding-top: 0px;*/
  }

  .landing-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-collapse .nav > li.active > a,
  .navbar .navbar-collapse .nav > li.active:hover > a,  
  .navbar .navbar-collapse .nav .active > a,
  .navbar .navbar-collapse .nav .active > a:hover,
  .navbar .navbar-collapse .nav .active > a:focus {
    background-color: #7B6ECA;  
  }

  .navbar .navbar-collapse .nav > li > a:hover {
    background-color: #7B6ECA;
  }

  #content .app-icons {
    font-size: 58px;
  }

  .nav li {
    margin-left: 20px;
  }

  .navbar-nav {
    background-color: #413D52;
  }
}
