﻿@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;
        }
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state, .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
            background-color: #303030;
            opacity: 8%;
        }

.fb_button_svg_logo {
    height: 1.33em;
    margin-left: .4em;
    margin-right: .4em;
    padding: .065em;
}

.login_fb_logo .f_logo_f {
    fill: transparent;
}
