﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

/* style the container */
.container {
    max-width: 1120px;
    position: relative;
    border-radius: 5px;
    background-color: gainsboro;
    /*margin-bottom: 10px;*/
    padding: 20px 10px 20px 10px;
    margin: auto auto 10px auto;
}

.containerCenter {
    max-width: 1120px;
    position: relative;
    border-radius: 5px;
    background-color: gainsboro;
    text-align: center;
    padding: 20px 10px 20px 10px;
    margin: auto auto 10px auto;
    display: inline-block;
}

/* style inputs and link buttons */
input,
select,
.btn {
    /*max-width: 335px;*/
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    margin: 2px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}

    input:hover,
    .btn:hover {
        opacity: 1;
    }

/* add appropriate colors to fb, twitter and google buttons */
.google {
    background-color: #dd4b39;
    color: white;
}

.certificado {
    background-color: steelblue;
    text-align: center;
}

.clave {
    /*background-color: rgba(255, 102, 50, 1);*/
    background-color: #ff6632;
    text-align: center;
}

.eidas {
    /*background-color: rgba(0, 51, 153, 1);*/
    background-color: #003399;
    text-align: center;
}

.mfa {
    /*background-color: rgba(0, 51, 153, 1);*/
    background-color: white;
    text-align: center;
}

.usuario {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    text-align: center;
}


/* style the submit button */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #45a049;
    }


/*Custom Check*/
.custom-fa input[type="checkbox"] {
    position: absolute;
    left: -999px;
    opacity: 0;
}

    .custom-fa input[type="checkbox"]:focus + span {
        /*color: #ff6632;*/
        color: #e53a00;
        border: 2px solid black;
        border-radius: 3px 3px;
    }

.custom-fa label {
    cursor: pointer;
    color: rgb(190,0,0);
}

    .custom-fa label input[type="checkbox"] + span:before {
        font-family: FontAwesome;
        content: "\f096";
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        font-size: 1.4em;
        text-align: center;
        letter-spacing: 6px;
    }

    .custom-fa label input[type="checkbox"]:checked + span:before {
        content: "\f046";
        letter-spacing: 3px;
    }
    /* checked icon */
    .custom-fa label input[type="checkbox"]:indeterminate + span:before {
        content: "\f147";
        letter-spacing: 6px;
    }


/*
 * Sólo para IE 8, 9 y 10 (no soportado)
 */
@media screen\0 {
    .custom-fa input[type="checkbox"] {
        /*clip: auto;*/
        position: static;
        width: auto;
    }

    .custom-fa label input[type="checkbox"] + span:before {
        display: none;
    }
}
/*End custom check*/




/* Two-column layout */
.col {
    float: left;
    width: 50%;
    margin: auto;
    padding: 0 100px 0 100px;
    margin-top: 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* vertical line */
.vl {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 2px solid grey;
    height: 140px;
}

/* vertical line for frmexecapp*/
.vlfrmexec {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 2px solid grey;
    height: 80px;
}

/* text inside the vertical line */
.vl-innertext {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f1f1f1;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
    display: none;
}

/* bottom container */
.bottom-container {
    text-align: center;
    background-color: #666;
    border-radius: 0px 0px 4px 4px;
}

/* Responsive layout - when the screen is less than 695px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 695px) {
    .col {
        float: left;
        width: 100%;
        padding: 0 10px 0 10px;
        margin: auto;
        margin-top: 0px;
    }

    /*.col {
        width: 100%;
        margin-top: 0px;
    }*/

    /* hide the vertical line */
    .vl {
        display: none;
    }

    .vlfrmexec {
        display: none;
    }
    /* show the hidden text on small screens */
    .hide-md-lg {
        display: block;
        text-align: center;
    }

    .certificado .fa {
        display: none;
    }

    .clave .fa {
        display: none;
    }

    .usuario .fa {
        display: none;
    }

    /*201902*/
    .tooltip .tooltiptext {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 400px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 1195px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 2s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
