@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
  font-family: "Roboto", sans-serif;
  color: #636363;
}

form {
  margin: 10px 0px;
}

label {
  margin-top: 5px;
  margin-left: 10px;
}

.label {
  font-weight: 100;
}

caption .results-found {
  font-weight: 100;
  background-color: #005b7f;
}

.modal-backdrop {
  z-index: 0;
}

.inputs input {
  height: 35px;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}
.inputs input:focus, .inputs input:active {
  border: 1px solid #16a085;
  -moz-box-shadow: 0px 0px 0px #107360;
  -webkit-box-shadow: 0px 0px 0px #107360;
  box-shadow: 0px 0px 0px #107360;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.inputs textarea {
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}
.inputs textarea:focus, .inputs textarea:active {
  border: 1px solid #16a085;
  -moz-box-shadow: 0px 0px 0px #107360;
  -webkit-box-shadow: 0px 0px 0px #107360;
  box-shadow: 0px 0px 0px #107360;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.inputs select {
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
  color: #16a085;
  font-weight: 900;
  height: 35px;
}
.inputs select:focus, .inputs select:active {
  border: 1px solid #16a085;
  -moz-box-shadow: 0px 0px 0px #107360;
  -webkit-box-shadow: 0px 0px 0px #107360;
  box-shadow: 0px 0px 0px #107360;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.inputs .checkbox input[type=checkbox] {
  height: 13px;
}
.inputs .section-filter {
  margin-right: 0px;
}

h1 {
  font-weight: 900;
  font-size: 28px;
  padding: 8px 15px;
  border-left: 4px solid #16a085;
}

h2 {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.nav-navigation {
  min-height: 70px;
  padding: 5px;
  background: rgba(235, 237, 238, 0.5);
}
.nav-navigation .glyphicon {
  top: 3px;
}
.nav-navigation .breadcrumb {
  margin-bottom: 0px;
  padding: 10px 15px;
}
.nav-navigation .breadcrumb span {
  color: rgba(0, 0, 0, 0.4);
  top: 2px;
}
.nav-navigation ol {
  margin-top: inherit;
}

.btn-default, .btn-validation, .btn-visualisation, .btn-remove, .btn-edit, .btn-blc, .btn-consult-1, .btn-consult-2 {
  height: 35px;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}

.btn-100 {
  width: 100%;
}

.btn-validation, .btn-visualisation {
  background-color: #16a085;
  color: #ffffff;
  font-weight: 900;
}
.btn-validation:hover, .btn-visualisation:hover, .btn-validation:focus, .btn-visualisation:focus, .btn-validation:active, .btn-visualisation:active {
  color: #16a085;
  background-color: #ffffff;
  border: 1px solid #16a085;
}

.btn-visualisation {
  bottom: 25px;
  width: 100%;
}

.btn-small {
  height: 22px;
  padding: 2px 5px;
  font-size: 13px;
  border: 1px solid #ffffff;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}

.btn-remove {
  background-color: #ed1c24;
  color: #ffffff;
  font-weight: 900;
}
.btn-remove:hover, .btn-remove:focus, .btn-remove:active {
  color: #ed1c24;
  background-color: #ffffff;
  border: 1px solid #ed1c24;
}

.btn-edit {
  background-color: #16a085;
  color: #ffffff;
  font-weight: 900;
}
.btn-edit:hover, .btn-edit:focus, .btn-edit:active {
  color: #16a085;
  background-color: #ffffff;
  border: 1px solid #16a085;
}

.btn-blc {
  background-color: #636363;
  color: #ffffff;
  font-weight: 900;
}
.btn-blc:hover, .btn-blc:focus, .btn-blc:active {
  color: #636363;
  background-color: #ffffff;
  border: 1px solid #636363;
}

.btn-consult-1 {
  background-color: #363636;
  color: #ffffff;
  font-weight: 900;
  font-weight: 100;
}
.btn-consult-1:hover, .btn-consult-1:focus, .btn-consult-1:active {
  color: #363636;
  background-color: #ffffff;
  border: 1px solid #363636;
}

.btn-consult-2 {
  background-color: #005b7f;
  color: #ffffff;
  font-weight: 900;
  font-weight: 100;
}
.btn-consult-2:hover, .btn-consult-2:focus, .btn-consult-2:active {
  color: #005b7f;
  background-color: #ffffff;
  border: 1px solid #005b7f;
}

.section-stacked {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
.section-stacked .caret {
  margin-top: 8px;
}
.section-stacked .nav-container {
  color: #16a085;
  border-bottom: 2px solid #16a085;
  -moz-border-radius: 0px / 0px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px / 0px;
}
.section-stacked .nav-container:hover, .section-stacked .nav-container:focus, .section-stacked .nav-container:active {
  color: #ffffff;
  background-color: #16a085;
}

.contents h4 {
  margin-top: 3px;
  color: #363636;
  font-weight: 900;
}
.contents img {
  margin: 5px;
  height: 100px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.contents .author {
  font-size: 12px;
  font-weight: 100;
  background-color: #16a085;
}
.contents .author a {
  color: #ffffff;
  text-decoration: none;
}
.contents .author a:hover {
  color: #ffffff;
  background-color: #16a085;
}

.proposals {
  margin: 10px;
  min-height: 250px;
}
.proposals .carousel-inner {
  /*z-index: 15;*/
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 10px;
}
.proposals .carousel-inner .item {
  margin-top: 15px;
}
.proposals .carousel-inner .item .thumbnail {
  height: 375px;
  padding-bottom: 4px;
}
.proposals .carousel-inner .item .thumbnail img {
  height: 280px;
  width: 100%;
}
.proposals .carousel-inner .item .thumbnail h3 {
  font-size: 16px;
  font-weight: 900;
  margin-top: 5px;
  max-width: 75ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.proposals .carousel-inner .item .col-padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.proposals .carousel-control {
  width: 5%;
  background-image: inherit;
  color: #16a085;
}
.proposals .carousel-indicators {
  bottom: 0px;
}
.proposals .carousel-indicators li {
  background-color: #16a085;
}

.progress .bar-green {
  background-color: #16a085;
}
