﻿body {
}

#Contenedor {
    margin: 20px auto;
}

.tituloSeccion {
    font-size: 2em !important;
    color: #4a2c77 !important;
    font-weight: bold;
}

.subtituloSeccion {
    font-size: 1.7em !important;
    color: #4a2c77 !important;
}

.botonesc {
    text-align: center;
}

#ContenidoLogin {
    width: 300px;
    margin: 200px auto;
}

span.radio > input[type="radio"] {
    margin: 4px 4px 4px -6px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 20px 8px 10px;
}

.form-solicitud {
    box-shadow: none !important;
    background: transparent !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-solicitud .separator {
    margin-bottom: 16px;
    border-bottom: 2px solid white;
}

.falso-form {
    background-color: #ffffff !important;
    box-shadow: 0px 2px 6px #B6B6B6;
    border-width: 0px;
    border-radius: 2px;
    width: 100%;
    height: auto;
    margin: 32px 8px 8px 0px;
    padding: 16px 16px 8px 16px !important;
}

.label-info {
    padding: 8px;
    margin-bottom: 16px;
}

.divider {
    border-bottom: 1px solid #e5e5e5;
    margin: 8px 0px 16px 0;
}

@-webkit-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes uil-spin-css {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.uil-spin-css {
    background: none;
    position: relative;
    width: 200px;
    height: 150px;
}

    .uil-spin-css > div {
        width: 24px;
        height: 24px;
        margin-left: 4px;
        margin-top: 4px;
        position: absolute;
    }

        .uil-spin-css > div > div {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            background: #4a2c77;
        }

        .uil-spin-css > div:nth-of-type(1) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -webkit-animation-delay: 0s;
            -o-animation-delay: 0s;
            animation-delay: 0s;
        }

        .uil-spin-css > div:nth-of-type(1) {
            -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(2) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.12s;
            -moz-animation-delay: 0.12s;
            -webkit-animation-delay: 0.12s;
            -o-animation-delay: 0.12s;
            animation-delay: 0.12s;
        }

        .uil-spin-css > div:nth-of-type(2) {
            -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(3) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.25s;
            -moz-animation-delay: 0.25s;
            -webkit-animation-delay: 0.25s;
            -o-animation-delay: 0.25s;
            animation-delay: 0.25s;
        }

        .uil-spin-css > div:nth-of-type(3) {
            -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(4) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.37s;
            -moz-animation-delay: 0.37s;
            -webkit-animation-delay: 0.37s;
            -o-animation-delay: 0.37s;
            animation-delay: 0.37s;
        }

        .uil-spin-css > div:nth-of-type(4) {
            -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(5) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.5s;
            -moz-animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
            -o-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .uil-spin-css > div:nth-of-type(5) {
            -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(6) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.62s;
            -moz-animation-delay: 0.62s;
            -webkit-animation-delay: 0.62s;
            -o-animation-delay: 0.62s;
            animation-delay: 0.62s;
        }

        .uil-spin-css > div:nth-of-type(6) {
            -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(7) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.75s;
            -moz-animation-delay: 0.75s;
            -webkit-animation-delay: 0.75s;
            -o-animation-delay: 0.75s;
            animation-delay: 0.75s;
        }

        .uil-spin-css > div:nth-of-type(7) {
            -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
        }

        .uil-spin-css > div:nth-of-type(8) > div {
            -ms-animation: uil-spin-css 1s linear infinite;
            -moz-animation: uil-spin-css 1s linear infinite;
            -webkit-animation: uil-spin-css 1s linear infinite;
            -o-animation: uil-spin-css 1s linear infinite;
            animation: uil-spin-css 1s linear infinite;
            -ms-animation-delay: 0.87s;
            -moz-animation-delay: 0.87s;
            -webkit-animation-delay: 0.87s;
            -o-animation-delay: 0.87s;
            animation-delay: 0.87s;
        }

        .uil-spin-css > div:nth-of-type(8) {
            -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
            -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
            -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
            -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
            transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
        }

@media print {
    /* All your print styles go here */
    h1, h2, h3 {
        margin: 0px;
        font-size: 14px;
    }

    .tituloSeccion {
        font-size: 12px !important;
    }

    .subtituloSeccion {
        font-size: 11px !important;
    }

    body {
        font-size: 10px;
    }

    .form-group {
        margin-bottom: 4px;
    }

    .form-control {
        border: 0 !important;
        padding: 0;
        overflow: visible;
        height: 20px !important;
        font-size: 10px !important;
        font-weight: normal !important;
    }

        .form-control.nobug {
            transition: none; /*-- THIS IS IMPORTANT -- */
        }

    .form-solicitud .col-xs-5, .form-solicitud .col-xs-4 {
        width: 25% !important;
    }

    .radio-primary input[type="radio"]:checked + label::before {
        border: 10px solid #337ab7 !important;
    }

}
