﻿
/* Modify the background color */


.jumbotron {
  background-image: url("/images/banner.png");
  margin-top: 20px;
  background-size: cover;
}
  

.navbar-custom {
  background-color: rgb( 67,176, 42);
  height:105px;
  vertical-align:central;
}
/* Modify brand and text color */

/*.navbar-custom .navbar-brand,
      .navbar-custom .navbar-text {
        color: #ffffff;
      }*/

.nav.navbar-nav li a {
  background-color: rgb( 67,176, 42);
  color: whitesmoke;
  font-size: 14px;
  padding-bottom: 8px;
}

h1 {
  color: green;
}

.WebgridRef {
  width: 50px;
}
.WebgridCidade{
  width:200px;

}
.WebgridFuncao{
  width:200px;
}
.WebgridCand {
  width: 110px;
}

