.far:hover {
    color: #ff9e80 !important;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.fas:hover {
    color: #ff9e80 !important;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.fab:hover {
    color: #ff9e80 !important;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.fal:hover {
    color: #ff9e80 !important;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.fad:hover {
    color: #ff9e80 !important;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

table.table a:hover {
    color: #ff9e80 !important;
}

a:hover {
    color: #ff9e80;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.far {
    color: #2196f3 !important;
}

.fas {
    color: #2196f3 !important;
}

.fab {
    color: #2196f3 !important;
}*/

/*.fal {
    color: #2196f3 !important;
}*/

/*.fad{
    color: #2196f3 !important;
}*/

.webui-popover-title {
    background: #3c8dbc !important;
    color: white !important;
}

.webui-popover-inner .close {
    color: white !important;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

@keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.webui-popover-content {
    font-size: 14px !important;
    /*text-align: center;*/
}

.fv-form-bootstrap .help-block {
    width: 100%;
    margin-top: -0.95rem !important;
    /*margin-top: 1.2rem;*/
    font-size: 80%;
    margin-bottom: 0px;
    color: #f44336;
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.your-image {
    background-image: url('https://mdbootstrap.com/img/Photos/Others/images/57.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    top: 2px;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.md-v-line {
    position: absolute;
    border-left: 1px solid rgba(0,0,0,.125);
    height: 50px;
    top: 0px;
    left: 54px;
}

/*Navbar _Dashboard*/
/*.navbar {
    z-index: 1040;
}

.side-nav {
    margin-top: 57px !important;
}

.double-nav .breadcrumb-dn p {
    color: #424242;
}

@media (min-width: 1200px) {
    .fixed-sn main {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
}*/

/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ccc !important;
    opacity: 1 !important;
}*/

.md-form input[type=text]:disabled,
.md-form input[type=password]:disabled,
.md-form input[type=email]:disabled,
.md-form input[type=url]:disabled,
.md-form input[type=time]:disabled,
.md-form input[type=datetime-local]:disabled,
.md-form input[type=tel]:disabled,
.md-form input[type=number]:disabled,
.md-form input[type=search-md]:disabled,
.md-form input[type=search]:disabled {
    background-color: transparent !important;
    cursor: not-allowed;
    pointer-events: all !important
}

.md-form input[type=text]:disabled.form-control
.md-form label.disabled,
.md-form input[type=password]:disabled.form-control
.md-form label.disabled,
.md-form input[type=email]:disabled.form-control
.md-form label.disabled,
.md-form input[type=url]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=time]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=datetime]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=tel]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=number]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=search-md]:disabled.form-control,
.md-form label.disabled,
.md-form input[type=search]:disabled.form-control,
.md-form label.disabled {
    color: #ccc;
}

/*body {
    font-family: 'Noto Sans', sans-serif;
}*/

body {
    font-family: 'Open Sans', sans-serif !important;

}

.side-nav, .side-nav .logo-wrapper a {
    width: 200px;
}

.side-nav {
    width: 250px !important;
}

/*.md-form input::placeholder {
    color: red;
}*/

/*.select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #26a69a;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

    .select2-container .select2-search--inline .select2-search__field:focus {
        border-bottom: none !important;
        box-shadow: none !important;
    }

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.95rem + 2px) !important;
}*/

.modal-fluid {
    max-width: 80% !important;
}

.modal-fluid-trabajadores {
    max-width: 95% !important;
}

.modal-fluid-finiquito {
    max-width: 90% !important;
}

.frame {
    width: 450px;
    height: 350px;
    border: 3px solid #ccc;
    background: #eee;
    margin: auto;
    padding: 15px 25px;
}

img {
    width: 30%;
    height: 60%;
}

/*.nav-link {
    display: block;
    padding: .5rem 4rem;
}*/

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #4285f4;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

/*FORMATO NAVS*/
#nav-cliente > * {
    display: block;
    padding: .5rem 11rem;
}

#nav-sociedad > * {
    display: block;
    padding: .5rem 9.1rem;
}

#nav-trabajador > * {
    display: block;
    padding: .5rem 10.5rem;
}

#nav-finiquito > * {
    display: block;
    padding: .5rem 16.6rem;
}

#nav-empresa > * {
    display: block;
    padding: .5rem 5rem;
}

#nav-esquema > * {
    display: block;
    padding: .5rem 13rem;
}

#nav-facturar > * {
    display: block;
    padding: .5rem 23.5rem;
}

#nav-solicitudes > * {
    display: block;
    padding: .5rem 26rem;
}

#nav-generar > * {
    display: block;
    padding: .5rem 16.6rem;
}

/*----------------THEME SELECT2----------------------*/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .select2-container .select2-selection--single .select2-selection__clear {
        position: absolute !important;
        right: 20px !important
    }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    height: auto !important;
    -webkit-user-select: none
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.select2-container .select2-search--inline {
    float: left;
    color: white
}

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #9e9e9e
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: no-drop
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #3c8dbc transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 0px;
        width: 100%
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        position: absolute !important;
        right: 20px !important
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #3c8dbc
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e0e0e0
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #3c8dbc
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: red;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 40px;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0
}

.select2 + label {
    pointer-events: none;
}

    .select2 + label.focus {
        color: #26a69a;
    }

.select2-selection.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 45.8px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 33px
}

.select2-container--default .select2-selection--multiple input {
    margin: 0
}

/*COLOR DE CAMPO SELECCIONADO MULTISELECT*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    margin-top: 8px;
    padding: 1px 10px;
    background-color: #3c8dbc
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    margin-right: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: rgba(0, 0, 0, .3) transparent transparent
    }

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .26)
}

.select2-results__option {
    padding: 1rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: none;
    border-right: none;
    border-left: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected], div.tagsinput span.tag {
    background-color: #eeeeee
}

/*-----------------FIN THEME SELECT2---------------------------------------------------------------------*/

.select-wrapper:not(.md-outline) .select-dropdown:focus {
    border-bottom: 1px solid #3c8dbc;
    box-shadow: 0 1px 0 0 #3c8dbc;
}

label {
    display: inline-block ;
    margin-bottom: 0.05rem;
}

.select2-search, .select2-search--inline, .select2-search__field {
    float: inherit !important;
}

.select2-selection__clear {
    float: left !important;
}

/*INPUT ACTIVE MDB-FORM (TÍTULO DEL ENCABEZADO AL HACER CLIC EN EL INPUT)*/
.md-form label.active {
    color: #3c8dbc !important;
}

.md-form .prefix {
    color: #3c8dbc !important;
}

/*-----COLOR HOVER TABLES-----*/
/*tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

/*tr:nth-child(odd) {
   background-color: #ccc;
}*/

.table.table-hover tbody tr:hover {
    background-color: rgba(3, 169, 244, 0.1);
}

/*.dataTables_wrapper .dt-buttons {
    float: left;
}*/

.white-skin .btn-secondary.dropdown-toggle {
    background-color: #fff !important;
}

.white-skin .btn-secondary {
    color: #fff;
    background-color: #fff !important;
}

.white-skin .btn-secondary.dropdown-toggle:hover, .white-skin .btn-secondary.dropdown-toggle:focus {
    background-color: #fff !important;
}

.white-skin .btn-success.dropdown-toggle {
    background-color: #fff !important;
}

.white-skin .btn-success.dropdown-toggle:hover, .white-skin .btn-success.dropdown-toggle:focus {
    background-color: #fff !important;
}

.white-skin .btn-danger.dropdown-toggle {
    background-color: #fff !important;
}

.white-skin .btn-danger.dropdown-toggle:hover, .white-skin .btn-danger.dropdown-toggle:focus {
    background-color: #fff !important;
}

.btn .fa.fa-sm {
    font-size: 1rem;
    margin-top: -5px;
}

/* Each result */
/*.select2-results {
    color: #4285f4
}*/

.select2-results__options {
    color: #3c8dbc;
    font-size: 14px !important;
}

/*-----TEXTO RESALTADO EN DATATABLES----- */
table.table a {
    margin: 0;
    color: #3c8dbc;
}

/*-----TIPO DE COLOR EN FONTAWESOME-----*/
.blue-text {
    color: #3c8dbc !important;
}

/*-----COLOR DE TEXTO EN POPOVER*/
a {
    color: #3c8dbc;
}

/*-----COLOR DE LAS OPCIONES EN EL MENÚ DE OCULTAR COLUMNAS*/
.dropdown-item.active, .dropdown-item:active {
    background-color: #3c8dbc;
}

/*COLOR DE ENCABEZADO Y LETRA DATATABLE*/
thead th {
    background: #f5f5f5 !important;
    color: black;
    font-weight: bold;
}

.pills-mdb-color .nav-link.active {
    background-color: #3c8dbc !important;
}

.white-skin input[type="checkbox"]:checked + label:before {
    border-right: 2px solid #3c8dbc;
    border-bottom: 2px solid #3c8dbc;
}

input[type=text]:focus:not([readonly]) + label {
    color: #3c8dbc !important;
}

input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #3c8dbc !important;
    box-shadow: 0 1px 0 0 #3c8dbc !important;
}

.md-form label {
    color: #9e9e9e !important;
}

.modal-dialog.modal-notify.modal-primary .modal-header {
    background-color: #3c8dbc !important;
}

/*COLOR DE LETRA CHECKBOX*/
/*.modal-dialog.modal-notify .modal-body {
    color: #3c8dbc;
}*/

.modal-dialog.modal-dialog-scrollable .modal-header {
    background-color: #3c8dbc !important;
}

.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:after {
    background-color: #3c8dbc !important;
}

.form-check-input[type="radio"]:checked + label:after, .form-check-input[type="radio"].with-gap:checked + label:before, .form-check-input[type="radio"].with-gap:checked + label:after, label.btn input[type="radio"]:checked + label:after, label.btn input[type="radio"].with-gap:checked + label:before, label.btn input[type="radio"].with-gap:checked + label:after {
    border: 2px solid #3c8dbc !important;
}

.white-skin .btn-secondary:not([disabled]):not(.disabled):active, .white-skin .btn-secondary:not([disabled]):not(.disabled).active, .show > .white-skin .btn-secondary.dropdown-toggle {
    background-color: white !important;
}

.btn-lucca {
    color: #fff !important;
    background-color: #3c8dbc !important;
}

.btn:hover .btn-lucca {
    color: #fff !important;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #3c8dbc !important;
}

.md-form input[type="search"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #3c8dbc
}


input[type=text]:focus:not([readonly]) + label {
    color: green;
}

input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid green;
    box-shadow: 0 1px 0 0 green;
}

.switch label input[type="checkbox"]:checked + .lever:after {
    left: 1.5rem;
    background-color: #00a65a;
}

.switch label input[type="checkbox"]:checked + .lever {
    background-color: #81c784;
}

/*UL CLASS MENÚ*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    display: flex;
    justify-content: space-around;
}

.my-swal {
    z-index: 10000 !important;
}

.btn-swal {
    text-transform: unset !important;
}