html{
    scroll-padding-top: 5em; 

}
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.breadcrumb{
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.site-index{
    margin-left: -15px;
    margin-right: -10px;
    overflow-x:hidden;
}

@media only screen and (min-width: 992px) {
   .form-card{width:50rem !important;} 
}

.btn-toolbar > .btn-group > .btn{
    margin: 0 5px 0 0;
} 

ul.pagination > li > a, .pagination > li > span{
    padding: 6px 12px;
    margin-left: -1px;
    border: 1px solid #ddd;
}

.pagination > .active > a{
    color: #fff;
    font-weight: bold;
    /*background-color: #337ab7;
    border-color: #337ab7;*/
    background-color: #0d6efd;
    border-color:  #0d6efd;
}

.carousel {
    background-color: #e2e2e2;
  }

  .bg-custodio{
    background-color: #44171c;
  }

  .btn-custodio{
    background-color: #44171c;
    border-color: #44171c;
    color: #ffffff !important;
  }
  
  .btn-custodio:hover{
    background-color: #290e11;
    border-color: #44171c;
    color: #ffffff !important;
  }

  .bg-gold{
    background-color: #ffe206;
  }

  .btn-gold{
    background-color: #ffe206;
    border-color: #ffe206;
    color: #000000;
  }

.btn-gold:hover{
    background-color: #e1c806;
    border-color: #ffe206;
    color: #000000;
  }

.text-gold{
    color: #ffe206;
}

/*Floating action button*/ 
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:20px;
    font-size: 22px;
}

#vehicles::before { 
    display: block; 
    content: " "; 
    margin-top: -285px; 
    height: 285px; 
    visibility: hidden; 
    pointer-events: none;
}

.MainNav{
    top: 60px;
}

.pos0{
    position: fixed;
    margin-top: 0;
    top: -50px;

}

.form-text-area {
    height: 150px !important;
}

