﻿/*Estilos comunes a todas las páginas defs i-bica:
- Spinner
- Cartel mensaje
- Cartel token*/

/* SPINNER */

body.spinnerActive {
    overflow: hidden !important;
}

.panelSpinner {
    background: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spinner-section, .spinner-section-in, .spinner-double-section-in, .spinner-double-section {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3.125px solid #00af9d;
    animation: spinner 1.2s linear infinite;
}



.spinner-section, .spinner-section-in, .spinner-double-section-in, .spinner-double-section {
    position: relative;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

    .spinner-section:before, .spinner-section-in:before, .spinner-double-section-in:before, .spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-double-section:before, .spinner-double-section:after {
        content: '';
        position: absolute;
        top: -3.125px;
        left: -3.125px;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 3.125px solid transparent;
        border-top-color: #8fd400;
    }

    .spinner-section:after, .spinner-section-in:after, .spinner-double-section-in:after, .spinner-double-section:after {
        border-top-color: transparent;
        border-bottom-color: #8fd400;
    }

    .spinner-section:after {
        display: none;
    }

    .spinner-section-in:before, .spinner-section-in:after, .spinner-double-section-in:before, .spinner-double-section-in:after {
        top: 0;
        left: 0;
        width: 43.75px;
        height: 43.75px;
    }

    .spinner-section-in:after {
        display: none;
    }


.no-border {
    border-width: 0 !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*WUC CARTEL - MENSAJE*/

.modal-content.alert-danger {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #ff0000;
    border-width: 2px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

    .modal-content.alert-danger #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #ff0000;
        border-radius: 20px;
    }

.modal-content #imagen-resultado i {
    margin: auto;
    color: #fff;
    font-weight: 700;
}

.modal-content.alert-success {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #8DD316;
    border-width: 2px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

    .modal-content.alert-success #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #8DD316;
        border-radius: 20px;
    }


.modal-content.alert-warning {
    color: #3c3c3c;
    background-color: #ffffff;
    border-color: #DDDD1E;
    border-width: 2px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

    .modal-content.alert-warning #imagen-resultado {
        display: inline-block;
        height: 40px;
        width: 40px;
        padding: 8px;
        background: #DDDD1E;
        border-radius: 20px;
    }

.border-bottom-none {
    border-bottom-color: transparent;
}




/*WUC - Token*/
.modalLock {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    left: 0;
    background: rgba(0,0,0,0.5);
}


.hardTokenLabel label {
    Font-Size: 15px !important;
    font-weight: 300 !important;
    color: gray !important;
}

a.linkSubrayado {
    font-size: 12px;
    color: #1069b5;
    text-decoration: underline;
}


.cv-alert {
    font-weight: 600;
    font-size: 9px;
    position: absolute;
    margin-bottom: 0 !important;
    padding: 0 !important;
    top: 2px;
    left: 15px;
    color: #ff0000;
    text-transform: none;
}

    .cv-alert::before {
        content: "!";
        min-width: 10px;
        min-height: 10px;
        -moz-border-radius: 25px;
        border-radius: 100%;
        border: 1px solid #ff0000;
        padding: 0 5px;
        color: #ff0000;
        margin-right: 5px;
        font-weight: 600;
    }

.btn > .material-icons {
    font-size: 15px;
    vertical-align: middle;
}

.btn-success {
    background-color: #00AF9D;
    border-color: #00AF9D;
    border-width: 2px;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 300;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background-color: transparent;
        border-color: #00AF9D;
        color: #00AF9D !important;
    }

.btn-success-inverse {
    background-color: #ffffff;
    border-color: #00AF9D;
    color: #00AF9D !important;
    border-width: 2px;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 500;
}

    .btn-success-inverse:hover, .btn-success-inverse:focus, .btn-success-inverse:active {
        background-color: #00AF9D !important;
        border-color: #00AF9D !important;
        color: #fff !important;
    }


.btn-success-inverse-mobile {
    background-color: #ffffff !important;
    border-color: #00AF9D;
    color: #00AF9D !important;
}

    .btn-success-inverse-mobile:hover, .btn-success-inverse-mobile:focus, .btn-success-inverse:active {
        background-color: #00AF9D !important;
        border-color: #00AF9D !important;
        color: #fff !important;
    }

.btn-success-basic {
    background-color: #00AF9D !important;
    border-color: #00AF9D !important;
    border-width: 2px;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 300;
    color: #fff !important;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    border-width: 2px;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 300;
}



.password-textbox-input {
    border-right: 0px solid white !important;
    border-left-color: #aaa !important;
    border-top-color: #aaa !important;
    border-bottom-color: #aaa !important;
    border-radius: 3px 0px 0px 3px;
}

.password-textbox-control {
    border-radius: 0px 3px 3px 0px;
    height: 30px;
    background-color: white;
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 0px solid white;
    line-height: 26px;
}

.btn-cuadrado {
    height: 100%;
    min-height: 150px !important;
    /*color: white;*/
    font-size: 25px !important;
    font-weight: 500;
    width: 180px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* background-color: #00AE42; */
    border: 3px solid black;
    border-radius: 10px;
    background-color: white;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn-cuadradoAD {
    height: 100%;
    min-height: 80px !important;
    /*color: white;*/
    font-size: 18px !important;
    font-weight: 400;
    width: 150px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    /* background-color: #00AE42; */
    border: 3px solid black;
    border-radius: 10px;
    background-color: white;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.btn-cuadrado-esperanza {
    border-color: #00AE42;
    color: #00AE42;
}

.btn-cuadrado-esperanza:hover, .btn-cuadrado-esperanza:focus, .btn-cuadrado-esperanza:active {
        border-color: #00AE42;
        color: white;
        background: #00AE42;
        text-decoration: none;
}

.btn-cuadrado-turquesa {
    border-color: #008998;
    color: #008998;
}

.btn-cuadrado-turquesa:hover, .btn-cuadrado-turquesa:focus, .btn-cuadrado-turquesa:active {
        border-color: #008998;
        color: white;
        background: #008998;
        text-decoration: none;
}



.btn-cuadrado-mar {
    border-color: #00AF9D;
    color: #00AF9D;
}

.btn-cuadrado-mar:hover, .btn-cuadrado-mar:focus, .btn-cuadrado-mar:active {
        border-color: #00AF9D;
        color: white;
        background: #00AF9D;
        text-decoration: none;
}

.btn-link-plano {
    border: none;
    background: transparent;
    padding: 0;
    text-decoration: underline;
    font-weight: 300;
}


.password-textbox-input:focus {
    border-right: 0px solid white !important;
    border-radius: 3px 0px 0px 3px;
}

.capitalize {
    text-transform: capitalize;
}

.upperCaseItemGrilla {
    text-transform: uppercase;
}


.maxwidth200px {
    max-width: 200px;
}

@media (max-width: 370px) {
    .modalLock .modal-content {
        background-size: contain;
    }
}



@media (max-width: 767px) {
    .btn-cuadrado {
        width: 100%;
    }

    .btn-cuadradoAD {
        width: 100%;
    }

    .modalLock {
        width: 100% !important;
    }

        .modalLock .modal-body {
            margin-left: 0 !important;
            /*margin-top: 250px !important;*/
            margin-top: 0 !important;
        }

            .modalLock .modal-body h4 {
                font-size: 16px;
            }

            .modalLock .modal-body .input-sm {
                margin-top: 10px !important;
            }
}

.btn[disabled] {
    background-color: #ededed;
    color: #808080;
    border-color: #808080;
}
