/* Minification failed. Returning unminified contents.
(303,17): run-time error CSS1030: Expected identifier, found '6'
(303,17): run-time error CSS1031: Expected selector, found '6'
(303,17): run-time error CSS1025: Expected comma or open brace, found '6'
 */
.CheckBoxStyle {
    opacity: 1 !important;
    width: 2% !important;    
    text-align: center !important;      
}

.checkInfo {
    opacity: 1 !important;
    width: 2% !important;
    left: 910px !important;
    margin-top: 0px !important;
}

.listainput {
    margin-top: 8px !important;
} 
.etiquetaerror {
    font-size: 100% !important;
}

.espaciobotones {
    margin: 10px;
}

.cajaSeleccion {
    min-height: 449px !important;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 15px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }


/*Slider*/
input:checked + .slider {
    background-color: #78b92f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -ms-transform: translateX(26px);
    -o-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }







.escondido {
    display: none;
}

#processing {
    position: fixed;
    background: rgb(0,0,0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

    #processing > div {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: 50%;
        margin-top: -30px;
    }

        #processing > div > div {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #78b92f;
            top: 10px;
            left: 10px;
            transform-origin: 20px 20px;
            border-radius: 8px;
            animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
        }

        #processing > div > .c2 {
            top: 10px;
            left: auto;
            right: 10px;
            transform-origin: -4px 20px;
            animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
        }

        #processing > div > .c3 {
            top: auto;
            left: auto;
            right: 10px;
            bottom: 10px;
            transform-origin: -4px -4px;
            animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
        }

        #processing > div > .c4 {
            top: auto;
            bottom: 10px;
            transform-origin: 20px -4px;
            animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
        }

@keyframes spin-a {
    0% {
        transform: rotate(90deg);
    }

    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-b {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-c {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-d {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#processing > span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}



.boton, input[type="submit"], input[type="button"], .moreButton, .texto a.boton {
    font-size: 1.125rem;
    letter-spacing: 0.0125rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    color: white;
    transition: background ease-in-out 300ms;
    cursor: pointer;
    border: none;
    background-color: #78b92f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}

_bootstrap.scss:6 * {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Lato,sans-serif;
}

input[type='date'] {
    height: 45px;
}

input[type=email], input[type=password], input[type=search], input[type=text], textarea {
    margin: 0;
}

a:hover, a:hover {
    text-decoration: none;
}

.menu-principal a:hover, .menu-principal a:focus {
    color: #78b92f;
}

.menu-superior .menu-item ul li + a:hover, .menu-superior .menu-item ul li + a:focus {
    color: #ffffff !important;
}

/*.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #FF0000;
}*/
.input-validation-error {
    border: 1px solid red !important;
    background-color: #E9C8C8 !important
}
    .input-validation-error ~ .select2 .select2-selection {
        border: 1px solid red !important;
        background-color: #E9C8C8 !important
    }

    .input-validation-error ~ .select2 .select2-selection {
        border: 1px solid red !important;
        background-color: #E9C8C8 !important
    }

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

#SelectPaginate {
    text-align: center;
    width: 100%;
}

#buscador {
    width: 50%;
}

#tabla-datos {
    text-align: center;
    overflow-x: auto;
}

.textarea-noresizable {
    resize: none;
}

label.dropdown {
    margin: 0;
    z-index: 0 !important;
}

.modal-backdrop{
    z-index: 0 !important;
}

input[type=number] {
    background-color: #f5f5f5;
    border: thin solid #cacaca;
    width: 100%;
    color: #3c3c3c;
    font-size: 1.1875rem;
    padding-left: 10px;
    border-radius: 4px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hide {
    display:none;
}

.show {
    display:block;
}
