body {
    background-color: #fff;
}
.content {
    padding: 70px 0px;
}
.aside-left {
    width: 100%;
}
.page-content {
    background-color: #ced4da;
    width: 100%;
    min-height: 500px;
    margin-top: 4px;
}

/******Menú Tab navs *****/
.nav-tabs {
    margin-bottom: 20px;
    border: none;
}
.nav-tabs .nav-item {
    width: auto;
    border: 1px solid #d3d3d3;
    width: auto;
    padding: 10px;
    margin-right: 10px;
    border-radius: .25rem;
    background-color:#9a9a9a;
}
.nav-tabs .nav-item:hover, .nav-tabs .active {
    border: 1px solid #9c9696;
    background-color: #616161;
}

.nav-tabs .nav-item a {
    color: #fff;
    text-decoration:  none;
}
/******************************/
.bn-list {
    list-style: none;
    padding: 0;
}
.bn-list li {
    background-color: #d8d8d8;
    cursor: pointer;
    margin: 5px auto;
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #c1c1c1;
}

.bn-list li:hover {
    background-color: #FFF;
}

/***Generals****/
label {
    text-align: right;
    width: 25%;
    float: left;
}
.hidden{
    display: none;
}
.text-left {
    text-align: left !important;
}
.header {
    padding: 20px 0px;
    text-align: center;
    background-color: #f8f8f8;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0px 10px 5px #dddddd;
}
.mrg-top60 {
    margin-top: 60px;
}
.mrg-rigth250 {
    margin-left: 250px;
}
.header span {
    text-align: right;
}
.firstletter::first-letter {
    text-transform: uppercase;
}
.inlineblck {
    display: inline-block;
}
.active {
    display: inline-block;
}
.inactive {
    display: none;
}
label.help-inline {
    display: none !important;
}
input.help-inline {
    border-color: #FF0000;
}
.ui-datepicker-trigger {
    clear: both;
}
#highformsubmit {
    margin-bottom: 20px;
}
/***Login Page***/
.header.login-header{
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
    
}
.footer.login-footer{
    background-color: transparent;
}
.form-login-content {
    padding: 1% 0 0;
}
.form-login {
    width: 320px;
    margin-top: 80px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin: 0 auto;
}
.form-login >.form-control {
    width: 100%;
}
.footer{
    padding: 10px 0px 1px 0px;
    background-color: #000;
    color: #fff;
    text-align: right;
    bottom: 0;
    width: 100%;
}
/***Index Page****/
#form-view {
    background-color: #c0c0c0;
    border: 1px solid #616161;
    border-radius: 2%;
}
#form-view h1 {
    text-align: center;
}
#form-view label {
    clear: left;
}
.form-view {
    display: none;
}
.display-title-n {
    display: none;
}
.display-title-s {
    display: block;
}
.error {
    color: #ff0000;
}
.yellow {
    background-color: yellow;
}
.form-control {
    display: inline-block;
    width: 50%;
    margin-right: 20px;
}
.form-btn {
    display: inline-block;
    vertical-align: top;
}
.resultsearch {
    padding: 10px;
}
#title-h2{
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}
.modal-show:hover, .modal-show:focus{
    cursor: pointer;
}
.col-6 {
    display: inline-block;
    vertical-align: top;
}
.content-cars {
    display: inline-block;
}
.data-services {
    display: inline-block;
    float: left;
    width: 50%;
}
.spacer {
    clear: both;
    height: 60px;
}
.spacer:first-child {
    margin: 0 !important;
    border: none;
    height: 0;
}
.mat-modal {
    max-width: 800px;
}
