/*!
 * Customizações do Bootstrap para a instituição
 */

html {
	overflow-y: scroll;
	height: 100%;
}

h3 small {
  text-transform: uppercase;
}

.well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

hr {
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.navbar-inner {
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
}

.navbar .brand {
	padding:10px 20px 5px;
}

.credit {
  margin: 5px 0;
}

/* Configura um estilo diferente para a classe do chosen */
abbr.search-choice-close {
  cursor: auto;
  border-bottom: 0;
}

/* Cor neutra para dropdown:hover */
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
  text-decoration:none;
  color: #000000;
  background-color: #e5e3e9;
  background-image: none;
  background-repeat:none;
  filter: none;
}

/*Fix prepend append [ - number + ]*/
.numeric-prepend-append {
    box-sizing: border-box;
    width: 100%;
}

.numeric-prepend-append > button,
.numeric-prepend-append > input {
    box-sizing: inherit;
    height: auto;
}
.numeric-prepend-append > button {
    width: 20%;
    min-width: 35px;
}
.numeric-prepend-append > input {
    width: 60%;
}

/*Fix .right class conflict */
.popover.right {
    text-align: left !important;
}

@media (max-width: 979px) {

  .navbar-fixed-top {
    margin-bottom: 5px;
  }

  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
  }

  #footer {
    position: static;
  }

  #page {
    min-height: 340px;
  }  

  .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    padding: 9px 25px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .nav-collapse .nav .nav-header {
    color: #EEEEEE;
    text-shadow: none;
  }  


}