﻿body {
    background: #EDEDED;    
}

.main {
    display: flex;
    max-width: 1280px;
    margin-top: 30px;
}

.main {
    width: 100%;
    min-width: 300px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.body {
    width: 100%;
}

.subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #777777;
}

/* NAVBAR */
.sticky-offset-navbar {
    top: 80px;
}

.navbar {
    z-index: 999;
}

.bg-europcar {
    background: #087D44;
    padding: 20px;
}

/* MENU LATERAL */
.burger-menu {
    color: #fff;
}

.navigation {
    min-width: 350px;
    max-width: 350px;
    height: 100%;
    transition: all 0.3s ease;
    background: #EDEDED;
    z-index: 1;
}

.close span {
    padding: 15px;
    font-size: 40px;
    line-height: 0px;
}

@media (max-width: 768px) {
    .navigation {
        margin-left: -250px;
    }

        .navigation.active {
            transform: translateX(100vw);
        }

    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 768px) {
    .navigation {
        z-index: 9;
        min-width: 100vw;
        margin-left: -100vw;
        top: 0;
        bottom: 0;
        height: auto;
    }
}

.sidemenu {
    padding: 40px 15px;
    min-width: 300px;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    min-height: 100vh;
}

    .sidemenu .components a {
        display: block;
        font-size: 16px;
        color: #404040;
        padding: 15px 30px;
        transition: .1s;
    }

        .sidemenu .components a svg {
            font-size: 20px;
        }

        .sidemenu .components a:hover {
            color: #333;
            background: #E5E5E5;
            text-decoration: none;
            border-left: 5px solid green;
        }

.a-selected {
    display: block;
    font-size: 20px;
    color: #333;
    background: #E5E5E5;
    text-decoration: none;
    border-left: 5px solid green;
}


/* CONTENIDO */
.content {
    margin-top: 25px;
    max-width: 1200px;
    width: 100%;
}

@media (min-width : 796px){
    .content {
        padding-left: 25px;
    }
}

.content-title {
    font-size: 32px;
    font-weight: 700;
    color: #999;
    margin-bottom: 25px;
}

.content-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #AAA;
}

.a-unstyled {
    color: #333;
    font-weight: 500;
}

    .a-unstyled:hover {
        text-decoration: none;
    }

.breadcrumb a {
    color: #333;
    font-weight: 700 !important;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

.databox {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    border: none;
}

.databox-title {
    padding: 15px 20px;
    font-weight: 700;
    border-bottom: 1px solid #D6D6D6;
}

.databox .databutton {
    color: #404040;
    padding: 15px 25px;
    border-bottom: 1px solid #f0f0f0;
}

    .databox .databutton svg {
        font-size: 24px;
    }

    .databox .databutton:hover {
        text-decoration: none;
        background: #f9f9f9;
    }

.databutton:last-child {
    border-bottom: none;
}

.databox .fleetbutton {
    padding: 40px 25px;
    background-image: url("../Images/fleet-background.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    transition: .3s;
}

    .databox .fleetbutton:hover {
        background-color: #f9f9f9;
        text-decoration: none;
    }

.chartbox {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    border: none;
    padding: 30px;
}

.assistancebox {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.1);
    border: none;
    background-image: url("../Images/assistance-background.png");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding: 30px;
}

.fleet-title {
    color: #00833E;
    font-size: 24px;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
    border-right: 5px solid #00833E;
    line-height: 20px;
}

.fleet-ammount {
    font-size: 42px;
    color: #404040;
    margin-right: 15px;
    font-weight: 700;
    text-align: right;
}

.fleet-link {
    font-size: 12px;
    color: #00833E;
    text-decoration: underline;
}

/* CARD */
.card {
    position:unset !important;
}
.card.overview {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: solid 1px #e0e0e0;
}

/* FORM CONTROL */
.form-editable {
    border: none;
    border-radius: 2px;
    background: #f6f6f6;
    font-weight: 700;
}

    .form-editable:disabled {
        background: #fff;
    }

/*---------------------------------------------*/
.input-patente, .input-agenda, .input-vehiculo, .input-conductor, .input-siniestro, .form-tercero input, .input-parte, .input-tercero {
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
}

.focus-input-patente, .focus-input-agenda, .focus-input-vehiculo, .focus-input-conductor, .focus-input-siniestro, .focus-form-tercero input, .focus-input-parte, .focus-input-tercero {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input-patente::before, focus-input-agenda::before, focus-input-vehiculo::before, focus-input-conductor::before, focus-input-siniestro::before, focus-form-tercero input::before, focus-input-parte::before, focus-input-tercero::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        background: #57b846;
    }

/* Alert Validate */
.validate-input {
    position: relative;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 4px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 105px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

.alert-agenda::before, alert-vehiculo::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 1;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 4px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-agenda::after, alert-vehiculo::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 55px;
}

.alert-agenda:hover:before, alert-vehiculo:hover:before {
    visibility: visible;
    opacity: 1;
}

/* Comentarios */
.comentarios li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
}

/* VISTA ESTADO DE CUENTA CLIENTE */
.client-payment-view {
    padding: 25px;
    background: #fff;
    border-radius: 0.25rem;
}

.client-payment-title {
    background: #343A40;
    padding: 15px 0px 15px 30px;
}

td {
    font-size: 13px;
}

.payment-details .icon svg {
    font-size: 50px;
}


.card.payment-details {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 20px;
    border: solid 1px #e0e0e0;
    transition: .3s;
}

    .card.payment-details:hover {
        background: #fff;
    }

        .card.payment-details:hover .icon svg {
            color: #5189F9;
        }

.payment-details .subtitle {
    font-size: 16px;
    color: #888;
}

.payment-details .data {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.payment-details .title {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.payment-details .details {
    font-size: 14px;
}

input {
    overflow: hidden !important;
}

.form-control:disabled{
    background-color: #fff;
}

/* AGENDA MANTENCIONES */

.agenda-card {
    padding: 40px;
    transition: .3s;
}

    .agenda-card .paso {
        transition: .2s;
        opacity: 0;
    }

        .agenda-card .paso.active {
            opacity: 1;
        }

.services-list {
    max-height: 150px;
    overflow-y: auto;
    border-bottom: solid 1px #f0f0f0;
}
.breadcrumb{
    background: #fff;
}

.brand-title {
    color: #FFD000;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
}
.cd-breadcrumb {
    padding: 0.5em 1em;
    background-color: #edeff0;
    border-radius: .25em;
}

    .cd-breadcrumb:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-breadcrumb li {
        display: inline-block;
        float: left;
        margin: 0.5em 0;
    }

        .cd-breadcrumb li::after {
            /* this is the separator between items */
            display: inline-block;
            content: '\00bb';
            margin: 0 .6em;
            color: #959fa5;
        }

        .cd-breadcrumb li:last-of-type::after {
            /* hide separator after the last item */
            display: none;
        }

        .cd-breadcrumb li > * {
            /* single step */
            display: inline-block;
            font-size: 1.4rem;
            color: #2c3f4c;
        }

        .cd-breadcrumb li.current > * {
            /* selected step */
            color: #96c03d;
        }

.no-touch .cd-breadcrumb a:hover {
    /* steps already visited */
    color: #96c03d;
}

.cd-breadcrumb.custom-separator li::after {
    /* replace the default arrow separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(../img/cd-custom-separator.svg) no-repeat center center;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li > *::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb, .cd-multi-steps {
        padding: 0 1.2em;
    }

        .cd-breadcrumb li, .cd-multi-steps li {
            margin: 1.2em 0;
        }

            .cd-breadcrumb li::after, .cd-multi-steps li::after {
                margin: 0 1em;
            }

            .cd-breadcrumb li > *, .cd-multi-steps li > * {
                font-size: 17px;
            }

        .cd-breadcrumb i {
            font-size: 25px;
        }
}

/* --------------------------------

Triangle breadcrumb

-------------------------------- */

@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: transparent;
        padding: 0;
    }

        .cd-breadcrumb.triangle li {
            position: relative;
            padding: 0;
            margin: 4px 4px 4px 0;
        }

            .cd-breadcrumb.triangle li:last-of-type {
                margin-right: 0;
            }

            .cd-breadcrumb.triangle li > * {
                position: relative;
                padding: 1em .8em 1em 2.5em;
                color: #999;
                background-color: #dadada;
                /* the border color is used to style its ::after pseudo-element */
                border-color: #dadada;
            }

            .cd-breadcrumb.triangle li.current > * {
                /* selected step */
                color: #ffffff;
                font-weight: 700;
                background-color: #004b93;
                border-color: #004b93;
            }

            .cd-breadcrumb.triangle li:first-of-type > * {
                padding-left: 1.6em;
                border-radius: .25em 0 0 .25em;
            }

            .cd-breadcrumb.triangle li:last-of-type > * {
                padding-right: 1.6em;
                border-radius: 0 .25em .25em 0;
            }

    .no-touch .cd-breadcrumb.triangle a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

    .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
        /*
            li > *::after is the colored triangle after each item
            li::after is the white separator between two items
        */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 30px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }

    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }

    .cd-breadcrumb.triangle li > *::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }

    .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
        /* hide the triangle after the last step */
        display: none;
    }

    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }

    .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li > *::after {
            /* fix a bug on Firefix - tooth edge on css triangle */
            border-left-style: dashed;
        }
    }
}
/* --------------------------------

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
    .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
        /* change custom icon using image sprites - hover effect or current item */
        background-position: 0 -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
        background-position: -20px -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
        background-position: -40px -40px;
    }

    .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
        background-position: -60px -40px;
    }

    .nav-title {
        font-weight: 700;
        font-size: 20px;
        color: #57b166;
        padding: 10px 30px;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #57b846;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.check-conductor {
    font-size:medium;
    padding: 5px 8px 5px 12px !important;
}

.btn-multiselect {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    min-width: 0;
    margin-bottom: 0;
    text-align: left;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.multiselect-native-select {
    flex: 1 1 auto;
    width: 1%;
}

/* ASISTENCIA EN RUTA */

.asistencia-en-ruta {
    border-radius: 5px;
    background: #fff;
    padding: 20px
}

    .asistencia-en-ruta .asistencia-banner {
        width: 100%;
        padding: 25px;
        border-radius: 5px;
        background: #009900;
        margin-bottom: 50px;
    }

    .asistencia-en-ruta .parrafo svg {
        color: #009900;
        font-size: 28px;
        margin: 10px
    }

    .asistencia-en-ruta .parrafo p {
        color: #333;
        font-size: 20px;
    }

        .asistencia-en-ruta .parrafo p b {
            color: #009900;
            font-weight: 700;
        }

        .asistencia-en-ruta .parrafo p small {
            color: #009900;
        }

.whatsapp {
    padding: 15px 25px;
    border-radius: 5px;
    background: #FFD100;
    color: #FFF;
    font-size: 24px;
    margin: 25px;
}

.whatsapp a {
    color: #333;
    font-size: 24px;
    line-height: 26px;
}

    .whatsapp a:hover {
        color: #333;
        text-decoration: none;
    }

.whatsapp b {
    color: #057A35;
    font-weight: 700;
    font-size: 30px;
}

/* CONTROL TERCEROS*/

.tercero .titulo {
    font-size: 20px;
    font-weight: 700;
    color: #999;
}

.tercero .titulo:hover {
    text-decoration: none;
    color: #666;
}

@media only screen and (max-width: 600px){
    .alert-validate:hover:before, .alert-agenda:hover:before, alert-vehiculo:hover:before {
        visibility: hidden;
        opacity: 1;
    }
    .agenda-card {
        padding: 20px;
        transition: .3s;
    }
    .form-control-lg {
        font-size: 1.0rem;
        padding: .375rem .75rem;
    }
}

.btn.boton-siguiente,
.btn-success.boton-siguiente {
    background-color: #004b93 !important;
    border-color: #004b93 !important;
    color: #fff !important;
}

    .btn.boton-siguiente:hover,
    .btn-success.boton-siguiente:hover {
        background-color: #003c77 !important;
        border-color: #003c77 !important;
    }