/* css file for Financial Reserve client update sheets web site */
/* revn: 2020.08.12 */

.h1_background {
    background: #466199;
}

.web2py_grid table {
    width: auto;
}

.edit input {
    border: 0;
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    background-color: #ffffce;
}

.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.background {
    /*   background: url(../images/bg_hood_lake.jpg) no-repeat center center;   */
    /*   background: url(../images/bg_hood_frog_lake.jpg) no-repeat center center;   */
    background: url(../images/bg_hood_sky.jpg) no-repeat center center;
    background-size: cover;
    margin-top: -17px;
}

.frlogo {
    padding-top: 4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    background-color: #ffefa6;
}

.nav-tabs > li > a {
    margin-right: 6px;
}

.small-tabs > li > a {
    padding: 6px;
}

.btn {
    text-transform: none;
    padding: 4px 8px;
}

.navbar {
  min-height: 32px;
  text-transform: capitalize;
}

.nav {
  font-size: 12px;
  text-transform: capitalize;
}

.navbar .nav>li>a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.dropdown-menu>li>a {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-brand {
    padding: 0 10px 0 0;
    height: 32px;
    line-height: 32px;
}

.navbar-toggle {
    margin-top: 6px;
    padding: 6px 6px 6px 6px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 10px;
  }
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d1d1d1;
  }
}

.navbar-collapse.collapse {
    transition: height 0.2s;
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.in {
    max-height: 90vh;
    /*height: 80vh;*/
}

.footer > .container-fluid {
    margin: 12px;
    font-size: 12px;
}

.footer {
    height: 42px;
}

h4, .h4 {
    margin-top: 18px;
    color: #3063ae;
}

h3, .h3 {
    color: #3063ae;
}

.hide_icon {
    visibility: hidden;
}

.readonly {
    padding-top: 0px !important;
}

.hoverhelp {
    color: rgb(2, 117, 216);
    text-decoration: none;
    border-bottom: 1px dotted rgb(2, 117, 216);
}
