/* Converted from areaprivada.less */

.login-bg {
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%);
    height: 100vh;
}

.login-bg.white {
    background: url('img/bgs/ap-bg.jpg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

.login-bg .secondary-nav {
    padding: 0 0 15px;
}

.login-bg .secondary-nav .nav .open > a {
    background-color: transparent !important;
}

.login-bg .secondary-nav .nav .open > a:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #e0040b;
    width: 100%;
    left: 0;
    bottom: 8px;
}

.login-bg .secondary-nav .ap-dropdown {
    left: 0 !important;
    width: 100% !important;
    background-color: #f1f1f1;
    padding: 1em 0 1.5em;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.login-bg .secondary-nav .ap-dropdown .row {
    margin-bottom: 1em;
}

.login-bg .secondary-nav .ap-dropdown .row:last-child {
    margin-bottom: 0;
}

.login-bg .secondary-nav .ap-dropdown .ap-link {
    color: #212121 !important;
    padding: 0 !important;
    font-size: 1em !important;
    font-weight: 700;
}

.login-bg .secondary-nav .ap-dropdown .ap-link:after {
    content: none;
}

.login-bg .menu-wrap {
    padding: 1.1em 0 0;
}

.login-bg .text-inverse {
    color: #fff;
}

.login-bg .left-content {
    text-align: center;
}

.login-bg .left-content img {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .login-bg .left-content {
        text-align: left;
    }
    
    .login-bg .left-content img {
        margin: 0;
    }
}

.login-bg .right-content {
    text-align: center;
    padding: .6em 0 0;
}

@media (min-width: 576px) {
    .login-bg .right-content {
        text-align: right;
    }
    
    .login-bg .right-content a:first-child {
        margin-right: 2em;
    }
}

@media (min-width: 992px) {
    .login-bg .right-content {
        padding: 1.2em 0 0;
    }
}

.login-bg .news {
    margin: 3em 0 0;
}

.login-bg .news .col-sm-6:nth-child(odd) {
    margin-bottom: 1.5em;
}

@media (min-width: 576px) {
    .login-bg .news .col-sm-6:nth-child(odd) {
        margin-bottom: 0;
    }
}

.login-bg .news .img-container {
    overflow: hidden;
    max-height: 300px !important;
}

.login-bg .news .news-container {
    position: relative;
}

.login-bg .news .news-container .text {
    position: absolute;
    top: 1em;
    left: 1.5em;
    right: 1.5em;
    bottom: 1em;
}

.login-bg .news .news-container .date {
    position: absolute;
    bottom: 1em;
    left: 1.5em;
    padding: 0.5em 1em;
    background-color: #fff;
}

.login-bg .news .news-container .date p {
    color: #999;
    font-style: normal;
    margin: 0;
}

.login-bg .news .news-container h4 {
    color: #fff;
    text-transform: none;
}

.login-bg .news .news-container p {
    color: #fff;
    font-style: italic;
}

.login-bg .main-links img {
    margin: 0 auto;
}

.login-bg .main-links .svg {
    fill: #ffffff;
    max-height: 128px;
    margin: 0 auto;
}

.login-bg a {
    text-decoration: none;
}

.login-bg section {
    padding: 4em 0;
    color: #fff;
}

.login-bg section h1 {
    font-weight: 700;
}

.login-bg section h1 span {
    display: block;
    font-weight: 500;
}

.login-bg section h4 {
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 576px) {
    .login-bg section h4 {
        margin: 10px 0;
    }
}

.login-bg .main-footer {
    text-align: center;
    color: #fff !important;
    position: relative;
    padding: 1em 0;
    border-top: 1px solid rgba(255, 255, 255, .25);
}

@media (min-width: 576px) {
    .login-bg .main-footer::before {
        content: '';
        width: 150px;
        height: 10px;
        background-color: #e0040b; /* Assuming @brand-primary is red */
        position: absolute;
        top: -5px;
        left: 45%;
    }
}

.login-bg .main-footer h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.login-bg .leads-heading {
    padding: 1em 0 !important;
    background: #333;
}

@media (max-width: 767px) {
    .login-bg .leads-heading .item-1,
    .login-bg .leads-heading .item-2 {
        text-align: center;
    }
}

.login-bg .leads-heading .item-1 {
    margin-bottom: .5em;
}

@media (max-width: 767px) {
    .login-bg .leads-heading .item-1 .svg {
        display: none;
    }
}

.login-bg .leads-heading .svg {
    fill: #ffffff;
    max-width: 48px !important;
    max-height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.login-bg .leads-heading h2 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.login-bg .leads-heading .nav-icons {
    list-style: none;
    padding-left: 0;
    margin-left: -5px;
    text-align: center;
    margin: 8px 0 0;
}

.login-bg .leads-heading .nav-icons li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 576px) {
    .login-bg .leads-heading .nav-icons {
        text-align: right;
    }
}

.login-bg .leads-heading .nav-icons li a .svg {
    transition: all 0.3s ease;
    width: 32px;
    fill: #fff;
    max-height: 32px;
}

.login-bg .leads-heading .nav-icons li a:hover .svg {
    fill: #e0040b; /* Assuming @brand-primary is red */
}

.login-bg .leads-heading .nav-icons li a .active .svg {
    fill: #e0040b; /* Assuming @brand-primary is red */
}

.login-bg .leads-content {
    background: white;
    color: #333;
}

.login-bg .leads-content.gray-bg {
    padding: 1.5em 0 5em !important;
    background: #ebebeb;
}

.login-bg .leads-content h2 {
    font-weight: 700;
}

.login-bg .leads-content .table > thead > tr > th,
.login-bg .leads-content .table > tbody > tr > td,
.login-bg .leads-content .table > tbody > tr > th {
    border-top: none !important;
    border-bottom: none !important;
    vertical-align: middle;
}

.login-bg .leads-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F5F9FA;
}

.login-bg .leads-content .table-striped {
    text-align: center;
}

.login-bg .leads-content .table-striped thead {
    text-transform: uppercase;
}

.login-bg .leads-content .table-striped thead th {
    text-align: center;
}

.login-bg .leads-content .controls {
    margin: 1em 0 1.5em;
}

/* ESTRELLITAS */
.login-bg .leads-content .rating {
    color: #e0040b; /* Assuming @brand-primary is red */
}

.login-bg .leads-content .rating.star-0 svg {
    color: #d3d3d3;
}

.login-bg .leads-content .rating.star-1 svg:nth-child(n+2) {
    color: #d3d3d3;
}

.login-bg .leads-content .rating.star-2 svg:nth-child(n+3) {
    color: #d3d3d3;
}

.login-bg .leads-content .rating.star-3 svg:nth-child(n+4) {
    color: #d3d3d3;
}

.login-bg .leads-content .rating.star-4 svg:nth-child(n+5) {
    color: #d3d3d3;
}

.login-bg .leads-content .rating.star-5 svg:nth-child(n+6) {
    color: #d3d3d3;
}

.login-bg .botoncito {
    text-align: right;
}

.login-bg .btn-salon-moto {
    background-color: rgba(0, 0, 0, .35);
    border: .2rem solid white;
    font-weight: 900;
    margin-top: 2.5rem;
    color: rgba(255, 255, 255, 1);
}

.login-bg .btn-salon-moto img {
    margin-right: 2rem;
}

.login-bg .btn-salon-moto:hover {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
    .login-bg .botoncito {
        text-align: center;
    }
    
    .login-bg .btn-salon-moto {
        color: rgba(255, 255, 255, 1);
    }
}

input[type="date"]:hover::-webkit-calendar-picker-indicator {
    color: #e0040b; /* Assuming @brand-primary is red */
}

input[type="date"]:hover:after {
    content: '';
    color: #212121;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contenido-form {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 2em;
    /* margin-top: 25vh; */
}

.contenido-form h2 {
    margin: 10px 0;
}

.area-privada-gral-wrap {
    background: #fff;
}

.area-privada-gral-wrap .popover {
    min-width: 236px;
}

.area-privada-gral-wrap .title {
    margin-top: 0;
    padding-top: 20px;
}

.area-privada-gral-wrap .form-control {
    height: 34px;
}

.area-privada-gral-wrap .ficha .img-wrapper,
.area-privada-gral-wrap .el-wrapper .img-wrapper {
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
}

.area-privada-gral-wrap .ficha p,
.area-privada-gral-wrap .el-wrapper p {
    font-size: 16px;
}

.area-privada-gral-wrap .ap-icon {
    max-width: 100%;
    height: auto;
    max-height: 180px;
}

.area-privada-gral-wrap .link_descarga {
    margin-top: 3px;
}

.area-privada-gral-wrap .separador {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.area-privada-gral-wrap .separador:last-child {
    border-bottom: none;
}

.area-privada-gral-wrap .secondary-nav {
    height: auto;
    max-height: none;
    padding: 0;
}

.area-privada-gral-wrap .menu-wrap {
    padding: 0;
}

.filtros-wrap {
    margin-bottom: 30px;
}

.filtros-wrap h4 {
    margin-top: 30px;
    font-size: 30px;
}

.main-links .btn-gral {
    margin-bottom: 50px;
}

.filtros-ap-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fancybox-content.search-contacto {
    max-width: 540px;
}

.dl-horizontal-ap dd {
    zoom: 1;
}

.dl-horizontal-ap dd:before,
.dl-horizontal-ap dd:after {
    content: " ";
    display: table;
}

.dl-horizontal-ap dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal-ap dt {
        float: left;
        width: 90px; /* Assuming @dl-horizontal-offset - 70 = 160 - 70 = 90 */
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .dl-horizontal-ap dd {
        margin-left: 90px; /* Assuming @dl-horizontal-offset - 70 = 90 */
    }
}

.contactos-filtrar {
    margin: .5em;
}

.contactos-filtrar .btn-group {
    margin-top: .25em;
}

.stock {
    display: none;
}

.fontawesome-i2svg-active .stock {
    transition: all 0.3s ease;
    display: block;
}

.stock a.disabled,
.stock a[disabled] {
    cursor: not-allowed;
}

.stock-icon.default {
    color: #212121;
}

.stock-icon.default .fa-layers-text {
    font-weight: 700;
    color: #212121;
}

.stock-icon.active {
    color: #e0040b; /* Assuming @brand-primary is red */
}

.stock-icon.active .fa-layers-text {
    font-weight: 700;
    color: #e0040b; /* Assuming @brand-primary is red */
}

.stock-icon.disabled {
    color: #212121;
    opacity: .5;
}

.stock-icon.disabled .fa-layers-text {
    font-weight: 700;
    color: #212121;
}

/* SETUPS POPOVER FOR AP */
.popover-title {
    text-align: center;
    font-weight: 700;
}

@media only screen and (min-width: 576px) {
    .ver-content tbody td:nth-child(1) {
        width: 12%;
    }
    
    .ver-content tbody td:nth-child(2) {
        width: 4%;
    }
    
    .ver-content tbody td:nth-child(3) {
        width: 4%;
    }
    
    .ver-content tbody td:nth-child(4) {
        width: 4%;
    }
    
    .ver-content tbody td:nth-child(5) {
        width: 4%;
    }
    
    .ver-content tbody td:nth-child(6) {
        width: 5%;
        vertical-align: top !important;
    }
}

@media only screen and (max-width: 767px) {
    .ver-content {
        margin-bottom: 15px;
    }
    
    .ver-content:after {
        content: " ";
        display: table;
        clear: both;
    }
    
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    
    #no-more-tables tfoot tr {
        border: none !important;
    }
    
    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    
    /* Label the data */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/* Modal ingrese comentario */
.form-comentario {
    margin-bottom: 0px !important;
}

.input-comentario {
    height: 86px !important;
}

/* Tooltip */
.tooltip {
    white-space: nowrap;
}

.stockini-producto {
    font-weight: 400 !important;
    display: inline-block;
    font-size: 11.5px;
}

.stockini-wrap-prod {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: right;
}

.stockini-actions {
    float: right;
    width: 128px;
    margin-left: 10px;
}

.stockini-actions .btn {
    vertical-align: top;
}

.btn-editar {
    background-color: #0285f5;
    border-color: #0285f5;
}

.btn-editar:hover,
.btn-editar:active,
.btn-editar:focus {
    background-color: #0377da !important;
    border-color: #0377da !important;
}