﻿
* {
    font-family: 'Varela Round', sans-serif;
    padding: 0;
    margin: 0;
}

.g4-btn {
    min-width: 64px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
    margin: 0 5px 20px 0;
    padding: 7px 16px 7px 16px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .g4-btn:hover, .g4-btn:focus, .g4-btn:active {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12);
        text-decoration: none;
    }



.g4-btn-primary {
    color: #fff;
    background-color: #004f97;
    border-color: #004f97;
}

    .g4-btn-primary:hover {
        background-color: rgba(0, 79, 151, 0.9);
        border-color: rgba(0, 79, 151, 0.9);
        color: #fff;
    }

    .g4-btn-primary:focus {
        background-color: rgba(0, 79, 151, 0.8);
        border-color: rgba(0, 79, 151, 0.8);
        color: #fff;
    }

    .g4-btn-primary:active {
        background-color: rgba(0, 79, 151, 0.7);
        border-color: rgba(0, 79, 151, 0.7);
        color: #fff;
    }



.g4-btn-secondary {
    color: #fff;
    background-color: #5a6268;
    border-color: #5a6268;
}

    .g4-btn-secondary:hover {
        background-color: rgba(90, 98, 104, 0.9);
        border-color: rgba(90, 98, 104, 0.9);
    }

    .g4-btn-secondary:focus {
        background-color: rgba(90, 98, 104, 0.8);
        border-color: rgba(90, 98, 104, 0.8);
    }

    .g4-btn-secondary:active {
        background-color: rgba(90, 98, 104, 0.7);
        border-color: rgba(90, 98, 104, 0.7);
    }

.g4-login-link, .g4-login-link:visited {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

    .g4-login-link:active, .g4-login-link:hover {
        text-decoration: none;
        color: rgb(226, 7, 0);
    }

.input:focus {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0,0,0,.12) !important;
}

.g4-extra-top-mr {
    margin-top: 10px;
}

/*
.alert {
    padding: 15px 15px 15px 40px;
}
*/

.mdc-top-app-bar--fixed {
    transition: box-shadow 200ms linear;
}

.mdc-top-app-bar {
    background-color: #E20700;
    color: #fff;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
}


.mdc-top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
}

.mdc-top-app-bar__section {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1;
}

.mdc-top-app-bar__section {
    z-index: 10 !important;
}

.mdc-top-app-bar__title {
    padding-left: 20px;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.mdc-top-app-bar__sub-title {
    padding-top: 8px !important;
    padding-left: 100px !important;
    font-size: 18px !important;
}

h2 {
    padding-top: 30px;
    font-size: 2rem;
    font-weight: 500;
    color: #004F97;
}

/* Login */
.welcome {
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.welcome .vw-50 {
    width: 50vw;
    display: flex;
    flex-direction: column;
}

.welcome .c-login {
    width: 60%;
    height: auto;
    display: flex;
    justify-self: center;
    flex-direction: column;
    margin: auto;
    padding: 0 0 0 0;
}

.welcome .c-login .v-login-links {
    margin: 40px 0 0 0;
}

.welcome .c-login .v-login-links a {
    color: #000D1C;
    text-decoration: none;
    padding: 0 20px 0 0;
}

.welcome .c-login .v-login-links a:hover, .welcome .c-login .v-login-links a:last-child:hover {
    color: #E20700;
}

.welcome .c-login .v-login-links a:last-child {
    color: #999EA4;
}

.welcome .ad {
    width: 50vw;
    background-color: #bebebe;
    background-image: url('../assets/iconnect-by-gcon4.jpg');
    background-position: center;
    background-size: cover;
}

@media (max-width: 1100px) {
    .welcome {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }

    .welcome .ad {
        width: 100%;
        height: 320px;
    }

    .welcome .c-login {
        width: 80%;
        padding: 40px 0 20px;
    }

    .welcome .vw-50 {
        width: 100%;
    }
}

.g4-button-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}



.ids-content {
    width: 60%;
    height: auto;
    display: flex;
    justify-self: center;
    flex-direction: column;
    margin: auto;
    padding: 120px 0 0 0;
}


























/* *********************************************** */
/* TODO DV DEFINICIONES VIEJAS, DE LA PAGINA INDEX DE IDS, PARA REEMPLAZAR Y RETIRAR EN ALGUN PUNTO */


.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}