﻿@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fonts/fontawesome-webfont.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.disabled .dd-select {
    background-color: #f0f0f0;
    color: #999;
    pointer-events: none; /* Evita que se interactúe con el select */
}
.swal-text {
    text-align: center;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow: auto;
}

.wpadding {
    margin: 0 !important;
}

.c-left {
    background-color: #2032b0;
    min-height: 100vh;
    padding: 0 !important;
    background: linear-gradient(0deg, rgba(6, 66, 255, 0.0), rgba(6, 66, 255, 0.5)), url('/assets/images/media/loginbg2.jpg') no-repeat;
    background-size: cover;
    background-position: top;
}

    .c-left.CitasServicio {
        background: url('/assets/images/servicio.jpg') no-repeat;
        background-size: cover;
    }

#jeep.c-left {
    background: url('/assets/images/brand/jeep.jpg') no-repeat;
    background-size: cover;
}

#fiat.c-left {
    background: url('/assets/images/brand/fiat.jpg') no-repeat;
    background-size: cover;
}

#dodge.c-left {
    background: url('/assets/images/brand/dodge.jpg') no-repeat;
    background-size: cover;
}

#peugeot.c-left {
    background: url('/assets/images/brand/peugeot.jpg') no-repeat;
    background-size: cover;
}

#ram.c-left {
    background: url('/assets/images/brand/ram.jpg') no-repeat;
    background-size: cover;
}

#peugeot_professional.c-left {
    background: url('/assets/images/brand/peugeot_professional.jpg') no-repeat;
    background-size: cover;
}

.c-mobile {
    background-color: #2032b0;
    height: 40vh;
    padding: 0 !important;
    background: linear-gradient(0deg, rgba(6, 66, 255, 0.0), rgba(6, 66, 255, 0.5)), url('/assets/images/media/loginbg2.jpg') no-repeat;
    background-size: cover;
    margin: 0 -12px !important;
}


    .c-mobile.CitasServicio {
        background: url('/assets/images/servicio_mobile.jpg') no-repeat;
        background-size: cover;
    }

#jeep .col .c-mobile {
    background: url('/assets/images/brand/jeep_mobile.jpg') no-repeat;
    background-size: cover;
}

#fiat .col .c-mobile {
    background: url('/assets/images/brand/fiat_mobile.jpg') no-repeat;
    background-size: cover;
}

#dodge .col .c-mobile {
    background: url('/assets/images/brand/dodge_mobile.jpg') no-repeat;
    background-size: cover;
}

#peugeot .col .c-mobile {
    background: url('/assets/images/brand/peugeot_mobile.jpg') no-repeat;
    background-size: cover;
}

#ram .col .c-mobile {
    background: url('/assets/images/brand/ram_mobile.jpg') no-repeat;
    background-size: cover;
}

#peugeot_professional .col .c-mobile {
    background: url('/assets/images/brand/peugeot_professional_mobile.jpg') no-repeat;
    background-size: cover;
}

.logo {
    width: 100%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -20%;
    position: absolute;
}

    .logo li, .logo-a li {
        float: left;
    }

.logo-a {
    width: 100%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -20%;
    position: absolute;
}

.logoSuperior {
    /*    background: url(/assets/images/brand/logo.png) right no-repeat;*/
    width: 20%;
    height: 10%;
    left: 80%;
    top: 10%;
    margin-left: -10%;
    margin-top: -5%;
    position: absolute;
}

.logo-subtitle {
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: 30% !important;
    position: absolute;
}

.logo-subtitle-a {
    width: 100%;
    height: 20%;
    left: 50%;
    top: 0%;
    margin-left: -50%;
    margin-top: 30% !important;
    position: absolute;
}

.c-left .form-control {
    width: 100%;
    height: 40px !important;
    border: 0;
    outline: 0;
    background-color: #d8dadc;
    margin-bottom: 10px;
    line-height: 1;
    color: #231f20;
}

    .c-left .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        line-height: 1;
        color: #231f20;
    }

    .c-left .form-control::-moz-placeholder {
        /* Firefox 19+ */
        line-height: 1;
        color: #231f20;
    }

    .c-left .form-control:-ms-input-placeholder {
        /* IE 10+ */
        line-height: 1;
        color: #231f20;
    }

    .c-left .form-control:-moz-placeholder {
        /* Firefox 18- */
        line-height: 1;
        color: #231f20;
    }

.col-login {
    max-width: 32rem !important;
    margin-right: 0 !important;
}

#boxLogin {
    background: white;
    padding: 25px;
    margin-top: 30px;
}

.col-loginBrand {
    max-width: 100% !important;
}

#rbMethod tbody tr td input {
    margin-right: 5px;
}

#rbMethod tbody tr td label {
    margin-right: 10px;
}

input, textarea {
    font-family: FontAwesome, sans-serif, Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#btnEntrar {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

.dataTables_filter {
    float: right;
}

    .dataTables_filter label div input[type=search] {
        width: 250px;
        margin-left: 0px;
    }

.strDate {
    font-size: 11px !important;
}

.table td {
    padding: 2px 5px !important;
    font-size: 13px;
}

.adfXML {
    font-size: 12px;
    font-style: italic;
}

.tag-teal a {
    color: #FFF;
    text-decoration: none;
}

.dd-option-text, .dd-selected-text {
    line-height: 2.5 !important;
    margin-bottom: 0px !important;
}

.caption-menu img {
    height: 34px;
}

.brandsUL {
    width: 95%;
}

    .brandsUL li {
        margin: 10px 10px;
        float: left;
    }

.boxLogosMobile {
    display: none;
}

.modal-content {
    border-radius: 5px !important;
    box-shadow: none;
}

#button.close {
    background: #FFF;
    opacity: 1;
    width: 300px;
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
    .boxLogosMobile {
        display: none;
    }

        .boxLogosMobile img {
            max-width: 100%;
        }

    .boxLogosLeft {
        display: block;
    }
}

#btnEnviar, #btnEnviarCS {
    margin-top: 20px;
    padding: 15px;
}

#jeep #btnEnviar {
    background-color: #424d07;
    border-color: #424d07;
}

#fiat #btnEnviar {
    background-color: #FF0000;
    border-color: #FF0000;
}

#dodge #btnEnviar {
    background-color: #FF0000;
    border-color: #FF0000;
}

#peugeot #btnEnviar {
    background-color: #00A3E0;
    border-color: #00A3E0;
}

#ram #btnEnviar {
    background-color: #848484;
    border-color: #848484;
}

#peugeot_professional #btnEnviar {
    background-color: #00A3E0;
    border-color: #00A3E0;
}

@media screen and (max-width: 576px) {
    .boxLogosMobile {
        display: block;
        margin: 20px 10px;
    }

        .boxLogosMobile div {
            margin: 15px 10px;
        }

        .boxLogosMobile img {
            max-width: 30%;
        }

    .boxLogosLeft {
        /*display: none;*/
    }
    .boxLogosLeft .page{
        display:block;
    }
    .c-left {
        background: transparent !important;
    }

    #boxLogin {
        background: transparent;
    }

    .c-left .form-control {
        background-color: white;
        color: #231f20;
    }

        .c-left .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            line-height: 1;
            color: #231f20;
        }

        .c-left .form-control::-moz-placeholder {
            /* Firefox 19+ */
            line-height: 1;
            color: #231f20;
        }

        .c-left .form-control:-ms-input-placeholder {
            /* IE 10+ */
            line-height: 1;
            color: #231f20;
        }

        .c-left .form-control:-moz-placeholder {
            /* Firefox 18- */
            line-height: 1;
            color: #231f20;
        }
}
