/*
 *  Do not change bootstrap.min.css. If you need to override some rules 
 *  do it here.
 *
 *  ML
 */

body {
    margin-top: 60px;
}

legend {
    line-height: inherit;
}

input[type="submit"].btn {
    margin-left: 175px;
}

/** Colapse control group --------------------------------------------------- */
.form-horizontal .control-group {
    margin-bottom: 10px;
}

.checkbox {
    margin-left: 180px;
}

.btn-small {
    padding: 4px 8px;
}
.navbar-inner {
    padding-right: 5px;
    padding-left: 5px;
}

.input-append, .input-prepend {
    margin-bottom: 0px;
}

.navbar-inverse .brand {
    color: #fff;
    font-family: 'Lobster', cursive;  
}

.nav-collapse .nav li a {
    color: #fff;    
}

.well {
    padding-bottom: 0px;
}


/** account level table ----------------------------------------------------- */
#accountLevel th {
    text-align: center;    
} 

#accountLevel td:nth-child(2), 
#accountLevel td:nth-child(3), 
#accountLevel td:nth-child(4) {
    text-align: center;
    width: 105px;
}

#accountLevel td:nth-child(1) {
    text-align: left;    
}

/** account level table ----------------------------------------------------- */
.table th, .table td {
    padding: 5px;
}

/** Sidenav ----------------------------------------------------------------- */
.bs-docs-sidenav {
  /*width: 228px;*/
  /*margin: 30px 0 0;*/
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}