/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  padding-top: 70px;
  font-family: 'Ubuntu', sans-serif;
}
footer {
  padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.footer{
  color: #e6e6e6;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-image: linear-gradient(to bottom, #107c10, #316c3c);
  border-color: #316c3c;
}
.footer a{
	color: #bcbcbc;
}

.parrafo-footer{	
	padding: 5px 0 5px 0;
	margin: 0px;
}

.dl-jfdl {
	margin-bottom: 00px;
}

.navbar-inverse {
	background-image: linear-gradient(to bottom, #107c10, #316c3c);
	border-color: #316c3c;

}

.navbar-inverse .navbar-brand {
	color: #e6e6e6;
}

.navbar-inverse .navbar-nav > li > a {
color: #e6e6e6;
}

.color-success{
	color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #316c3c;
}

.navbar-inverse .navbar-toggle {
	border-color: #285932;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #107c10 0%, #316c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #316c3c;
}

a{
	color: #285932;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #316c3c;
	border-color: #316c3c;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #316c3c;
}

.pagination > li > a, .pagination > li > span {	
	color: #316c3c;	
}

.table-striped > tbody > tr:nth-child(odd) {	
	/*background-image: linear-gradient(to bottom, #e8f0e4 0%, #dff0d8 100%);*/
	background-image: linear-gradient(to bottom, #e8f0e4, #e8f0e4);
}

.breadcrumb {
	/* background-image: linear-gradient(to bottom, #e8f0e4 0%, #dff0d8 100%);*/
	background-image: linear-gradient(to bottom, #e8f0e4, #e8f0e4);
}

.required{
	color: #c12e2a;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #285932;
	background-image: linear-gradient(to bottom, #107c10 0%, #316c3c 100%);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #149a14;
	background-image: linear-gradient(to bottom, #149a14 0%, #0f0f0f 100%);
}

.boton {
padding: 15px 15px 15px 15px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
margin: 15px 5px;
}

a:hover, a:focus {
	color: #108410;
}

.list-group-item-success {
	color: white;
	
}

.form-group-mio {
  margin-bottom: 40px;
}