﻿.notyf__toast--error {
    background-color: #ed3e3e !important;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
}

.select2-results__option {
    font-size: .8rem;
}

.select2-selection__choice {
    font-size: .8rem;
}

.btn-form-func {
    background: #ff7b79;
    border-radius: 0;
    border: 2px solid #ff7b79;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px 12px 16px;
    position: relative;
    text-decoration: none;
    line-height: 1;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}

    .btn-form-func:hover {
        color: #fff;
    }

    .btn-form-func .btn-form-func-content {
        font-size: 1em;
        line-height: 1.2;
        padding: 0 15px;
        position: relative;
        right: 0;
        transition: right 300ms ease;
        display: block;
        text-align: left;
    }

    .btn-form-func .icon {
        border-left: 1px solid #fff;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transition: all 300ms ease;
        transform: translateY(-50%);
        width: 58px;
        height: 70%;
    }

        .btn-form-func .icon i {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

    .btn-form-func:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: transparent;
        opacity: 0;
        transition: opacity 300ms ease;
    }

    .btn-form-func:hover .btn-form-func-content {
        right: 100%;
    }

    .btn-form-func:hover .icon {
        border-left: 0;
        font-size: 1.4em;
        width: 100%;
    }

    .btn-form-func:hover:after {
        opacity: .2;
    }

    .btn-form-func.btn-form-func-alt-color {
        background: #fff;
        border-color: #ff7b79;
        color: #ff7b79 !important;
    }

        .btn-form-func.btn-form-func-alt-color .icon {
            border-left-color: #ff7b79;
        }

        .btn-form-func.btn-form-func-alt-color:after {
            background-color: transparent;
        }

:root {
    --main-color: #30AED5;
}

.flags a:hover {
    text-decoration: none;
}

.flags img {
    filter: grayscale(100%);
}

    .flags img.active {
        filter: grayscale(0%);
    }

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: 9999;
    font-size: 60px;
    text-align: center;
    padding-top: 200px;
    color: #fff;
}

@media (max-width: 1200px) {
    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
        display: none;
    }
}

.bs-searchbox {
    display: none;
}

.m-scroll-top {
    display: none !important;
}

body {
    background-color: var(--main-color);
}

.m-form__help {
    color: var(--main-color) !important;
    font-size: 10px;
    float: right;
}

.field-validation-error {
    color: #f73b3b;
}

.input-validation-error {
    border-bottom: 3px solid #f66e84 !important;
}

.form-control.focus, .form-control:focus {
    border-color: var(--main-color);
}

.m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
    border: 2px solid;
    border-radius: 50%;
    padding: 1em;
    line-height: 0;
    font-size: 26px;
    height: 63px;
    width: 63px;
    vertical-align: middle;
}

.m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

.m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid var(--main-color);
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid > input:checked ~ span {
    background: var(--main-color);
}

.m-login__container {
    background-color: #ffffff;
    border-radius: 7px;
}

.m-portlet__body {
    padding: 20px;
}

.iconFormulario {
    font-size: 3rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #divMoto .m-checkbox {
        padding-left: 15px;
    }

    .m-checkbox > span, .m-radio > span {
        top: 5px;
        left: -15px;
    }
        .m-alert__icon {
        display: none !important;
    }

    .iconFormulario{
        margin-top: 25px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .m-alert__icon {
        display: none !important;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .m-alert__icon {
        display: none !important;
    }

    .m-login.m-login--2 .m-login__wrapper .m-login__container {
        width: 100% !important;
    }

    .m-login.m-login--2 .m-login__wrapper {
        margin: 10px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .m-login.m-login--2 .m-login__wrapper .m-login__container {
        width: 100% !important;
    }

    .m-login.m-login--2 .m-login__wrapper {
        margin: 10px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .m-login.m-login--2 .m-login__wrapper .m-login__container {
        width: 100% !important;
    }

    .m-login.m-login--2 .m-login__wrapper {
        margin: 10px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1201px) {
    .m-login.m-login--2 .m-login__wrapper .m-login__container {
        width: 85% !important;
    }

    .m-login.m-login--2 .m-login__wrapper {
        margin: 10px !important;
    }
}

@media (max-width: 767px) {

    .m-login.m-login--2 .m-login__wrapper {
        padding-top: 0px;
        padding: 0px;
    }

    .m-portlet__body {
        overflow: hidden;
        padding: 10px;
    }

    .m-wizard__head {
        display: none;
    }

    .m-login.m-login--2 .m-login__wrapper {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ebedf2 1px;
}

.select2-container--default .select2-selection--multiple {
    border: solid #ebedf2 1px;
    /*height: 70px;*/
}

.dropify-wrapper.touch-fallback .dropify-message {
    padding: 10px 0;
}

.dropify-infos-message {
    display: none;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
    padding: 0px;
    /*display: none;*/
}

.dropify-wrapper.touch-fallback .dropify-clear {
    /*color: #21afd8;
            background-color: #ffe586;*/
    font-weight: 500;
    right: 0px;
    bottom: 0px;
}

.switch.switchNuevo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 15px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
        ========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

/* Switch Flat
                ==========================*/
.switch-flat {
    padding: 0 !important;
    background: #FFF !important;
    background-image: none !important;
}

    .switch-flat .switch-label {
        background: #FFF;
        border: solid 2px #eceeef;
        box-shadow: none;
    }

        .switch-flat .switch-label:after {
            color: #2e266e;
        }

    .switch-flat .switch-handle {
        top: 6px;
        left: 6px;
        background: #dadada;
        width: 22px;
        height: 22px;
        box-shadow: none;
    }

        .switch-flat .switch-handle:before {
            background: #eceeef;
        }

    .switch-flat .switch-input:checked ~ .switch-label {
        background: #FFF;
        border-color: #2e266e;
    }

    .switch-flat .switch-input:checked ~ .switch-handle {
        left: 72px;
        background: #2e266e;
        box-shadow: none;
    }

    .switch-flat .switch-label {
        border: solid 2px #ef4d4d;
    }

.switch-label:before {
    color: #ef4d4d;
}

.switch-flat .switch-handle {
    background: #ef4d4d;
}

.dropify-render img {
    height: 100px;
}

.imagen-vehiculo {
    height: 120px;
    object-fit: contain;
}

.m-checkbox.m-checkbox--focus > span:after {
    border: solid #36a3f7;
}

.m-checkbox.m-checkbox--focus > input:checked ~ span {
    border: 1px solid #36a3f7;
}

.m-login .m-login__wrapper {
    padding-top: 1% !important;
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
    margin-top: 3rem;
}

.m-form .m-form__actions.m-form__actions--solid {
    border-radius: 7px;
}
/*
.bootstrap-select + .input-validation-error {
    border: 3px solid #f66e84 !important;
}


*/

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../../../img/loading.png) 50% 50% no-repeat white;
    background-size: 200px;
}

.my-element {
}

.m-form__actions {
    /*height: 10vh;*/
    padding: 25px 50px !important;
    height: 10vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 10);
}

.m-form__actions2 {
    /*height: 10vh;*/
    padding: 25px 30px !important;
    height: 10vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 10);
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
    padding-bottom: 1rem;
}

.color-main {
    color: var(--main-color) !important;
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid > span {
    border: 1.5px solid white !important;
}

.dropify-wrapper {
    height: 100px;
}

.form-group {
    margin-bottom: .5rem;
}

.m-portlet__body {
    /*height: 90vh;*/ /* Fallback for browsers that do not support Custom Properties */
    /*height: calc(var(--vh, 1vh) * 80);*/
    /*height: 90vh;*/
    overflow-y: auto;
    /*padding-bottom: 20px;*/
}

.m-portlet__foot {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

#m_form {
    height: 100% !important;
}

.m-wizard.m-wizard--5 .m-wizard__head {
    margin: 15px;
}

.m-form .m-form__actions.m-form__actions--solid {
    border-radius: 0px;
}

#divFondo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
    margin-top: 1rem;
}

label {
    padding-top: 5px;
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
    margin-top: 0px;
}

.m-wizard__head {
    display: none;
}

.m-wizard__form .m-portlet__body {
    /*padding-bottom: 40px;*/
}

@media only screen and (max-width: 990px) {

    .m-form__actions {
        padding: 25px 30px !important;
    }

    .m-form__heading-title {
        height: unset !important;
    }

    .m-form__actions {
        padding: 15px 38px !important;
    }

        .m-form__actions .btn {
            padding: .50rem 1rem;
        }

    .m-form__actions2 {
        padding: 15px 30px !important;
    }

        .m-form__actions2 .btn {
            padding: .50rem 1rem;
        }
}

@media only screen and (max-width: 600px) {

    #divFondo {
        display: none !important;
    }
}


/*scroll bar*/

/* width */
.scroll-div::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroll-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-div::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 10px;
}

    /* Handle on hover */
    .scroll-div::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.content-partial {
    background-color: transparent;
    margin-top: 20px
}

.form-body {
    background-color: white;
    border-radius: 20px;
}

@media (min-width: 768px) {

    .content-partial {
        padding: 35px
    }
}

.background-layout {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.head-wizard {
    color: #2e266e !important;
    font-family: 'Din' !important;
    font-size: 1.6rem !important;
}

@font-face {
    font-family: 'Din';
    src: url('font/DINNEXTROUNDEDLTPRO-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    font-weight: bold;
    src: url('font/DINNEXTROUNDEDLTPRO-BOLD.OTF');
}



@font-face {
    font-family: 'SansPro';
    src: url('font/SOURCESANSPRO-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansPro';
    font-weight: bold;
    src: url('font/SOURCESANSPRO-BOLD.TTF');
}

/*@font-face {
    font-family: 'SansPro';
    src: url('font/SOURCESANSPRO-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansPro';
    font-weight: bold;
    src: url('font/SOURCESANSPRO-BOLD.OTF');
}*/

.required {
    border-bottom: 1px solid red;
}