@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

 body {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: 'Lato', Arial !important;
}

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
          box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.sidebar-nav {
  padding: 9px 0;
}

@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#alert
{
    z-index: 999;
    width: 100%;
    text-align: center;
    position:fixed;
    left: 0;
    background-color: #fff;
    height: 0;
    color: #000;
    font: 20px/40px arial, sans-serif;
    opacity: .9;
}


/*CUSTOM CSS*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Lato, Arial !important;
}

h1, .h1 {
    font-size: 22px;
    font-family: Lato, Arial;
}

h1.text-center.tituloBellota {
    font-family: Lato, Arial;
    font-weight: 300;
}

h1.tituloPage {
    font-size: 22px;
    color: #3C6E3D;
}

.navbar{
  background: #3c6e3d !important;
  border-color: #3c6e3d !important;
}
.navbar-nav{
  margin-left: 200px !important;
}
.navbar-inverse .navbar-nav > li > a{
  color: white !important;
  padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.navbar-inverse .navbar-nav > .active > a{
  background-color: #3c6e3d !important;
}
.navbar-nav > li{
  border-right: 1px solid white;
  margin-top: 10px;
}
.navbar-nav > li:last-child{
  border: none !important;
}

.breadcrumb{background: #3c6e3d !important;}
.breadcrumb a{color: white !important;}
.breadcrumb li{color: white !important;}

.well{background: #3c6e3d !important;color: white !important;}
.well a{color: white !important;}
.well a:hover{background: #3c6e3d !important; color: #FFCC00 !important;}

.btn-primary{background: white !important;color: #333 !important;border-color: #333 !important;}
.btn-primary:hover{background: #999 !important;color: white !important;}
.table .glyphicon{color: #3c6e3d !important;}

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
                            