    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .jumbotron {
     background:#bb9959;
     color:#fff;
     padding: 0px 0;
    }
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      background-color: #bb9959;
    }
    hr {
    width: 96%;
    color: black;
    height: 1px;
}
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
      height: 450px
    }
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 50px;
      background-color: #ffffff;
      height: 100%;

    }
    .sidebar {
      background-color: #f2f2f2;
    }
    .list-group-item {    
      margin-bottom: none;
      background-color: #f2f2f2;
      border: none;
	}	
	
    /* Set black background color, white text and some padding */
    footer {
      background-color: #f2f2f2;
      position: absolute;
      color: black;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 15px;
    }
    .pago {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
    .rojo {
    color: #e60000;
    }
     .amarillo {
    color: #e6e600;
    }
    
         .verde {
    color: #80ff80;
    }
    .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2482B5;
  border-bottom: 16px solid #2482B5;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#map {
  height: 98vh;
}

.custom-marker .fa-home {
  color: blue !important;
}

.custom-marker.credit .fa-home {
  color: indigo !important;
}
