﻿body {
  background: none;
  line-height: 1.42857143; 
  font-family: 'Lato', Helvetica, sans-serif;
}

.btn-group .active {
  border: 1px solid #c5c5c5;
}

div#container {
  background: #67779b url(/ui/grd_blu_html.jpg) repeat-x;
  height: auto;
}

footer {
  margin-top: 0px;
}

.login {
  height: 20px;
  box-shadow: none;
  border-radius: 0px;
}

#main {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*LOGIN BOX styles altered to divs*/
@media (min-width: 768px) {
  .login-box {
    top: -2.55rem; 
  }
}
ul.login-box {
    margin: 0px;
  }


/*Header with no pictures, no big menu, small submenu*/
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none!important;
        visibility: hidden !important;
        height: 0px!important;
      }
    .navbar-collapse.in {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }
}

input[type="search"]
{
    box-sizing: border-box;
}

.navbar-toggle {
  background: #5ed45e;
  padding: 9px 7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.header-search-btn {
    width: 2rem;
    padding: .13rem 0rem .13rem .6rem;
}
/*End no pictures, no big menu, small submenu */