html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.content {
    width: 95%;
}

.reel {
    width: 100%;
    height: auto;
}

.stepsHeader {
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #cccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}



.sidebar-option {
    font-size: 15pt;
    color: dimgrey;
}

.sidebar-option:hover {
    color: black;
}

.sidebar-option:hover .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#bdc3c7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar-option .icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#2c3e50), to(#bdc3c7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
    width: 25px;
    text-align: center;
}


.title-icon {
    color: #00b4db;
    padding-bottom: 30px !important;
}

.title-icon i {
    background: -webkit-gradient(linear, left top, left bottom, from(#00b4db), to(#0083b0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.validation-summary-errors ul{
    list-style:none;
}

.file-link{
    text-decoration: none;
    color: black;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.wrapper {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    background: #CCC
}

.nav-tabs .nav-link {
    color: black;
}
.nav-tabs .nav-link.active {
    color: #0d6efd !important;
}
.dt-buttons {
    margin-right: 15px;
}
#tabla-taller {
    text-align-last:center;
}
#tabla-circulando {
    text-align-last: center;
}
#tabla-todos {
    text-align-last: center;
}
.car-info-card {
    text-align: left;
    border: 0.5px solid lightgray;
    border-radius: 6px;
    padding: 1rem 0.75rem;
}
.button-icon-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.card-img {
    height: 20%;
    box-sizing: border-box;
}
.zoom {
    padding: 15px;
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}
.zoom:hover {
    transform: scale(1.1);
    text-shadow: 10px gray;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.display-6 {
    font-size: calc(1.375rem + 0.3vw);
}