﻿:root {
    --primary-color: #32508d;
    --border-radius: 0.375rem;
    --border-width-1: 1px;
}

.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 lightgray;
}

    .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;
    }

.logged-out-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

body {
    background-color: #eee;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    color: #495057;
    line-height: 1.5;
}

.btn-call-to-action {
    background-color: orange;
}

.banner {
    background-color: orange;
    background-image: url(/img/registro-guru-imagen-animate.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

p {
    margin-bottom: 10px;
}

.h5,
h5 {
    font-size: 1.2rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.profile-user-wid {
    margin-top: -26px;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.avatar-title {
    align-items: center;
    background-color: #556ee6;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-light {
    background-color: #eff2f7 !important;
}

.text-primary {
    color: #fff !important;
}

    .text-primary p {
        font-size: 1rem;
    }

.bg-soft-primary {
    background-color: #134173 !important;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.card {
    border-radius: 0.75rem;
}

label {
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .94rem + 2px);
    padding: .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
}

.btn {
    padding: .47rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ee9c2d;
        border-color: #ee9c2d;
    }

.btn-success {
    color: #fff;
    background-color: #34c38f;
    border-color: #34c38f;
}

    .btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #2ca67a;
        border-color: #2a9c72;
    }

    .btn-success:disabled {
        color: #fff;
        background-color: #34c38f;
        border-color: #34c38f;
        opacity: .65;
    }


.custom-control {
    position: relative;
    display: block;
    min-height: 1.21875rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.109375rem;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #556ee6;
        background-color: #556ee6;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .109375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
    border-top-color: rgb(173, 181, 189);
    border-right-color: rgb(173, 181, 189);
    border-bottom-color: rgb(173, 181, 189);
    border-left-color: rgb(173, 181, 189);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    background: no-repeat 50%/50% 50%;
    background-image: none;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .109375rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.error-page, .redirect-page {
    background-color: white;
    padding: 30px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}

.card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.07);
}

.brand {
    font-weight: bold;
    font-family: 'Exo', sans-serif;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #32508e;
    border-color: #0068ec;
    cursor: not-allowed;
}

.login-header {
    background-image: url(/img/profile-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}


.main-content {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.badge-danger {
    background-color: #cc210e;
    font-weight: normal;
}

.validation-summary-errors li, .validation-summary-errors ul {
    padding-left: 0;
}

.validation-summary-errors li {
    list-style: none;
}

    .validation-summary-errors li:not(:last-child) {
        padding-bottom: 5px;
    }

.font110 {
    font-size: 110%;
}

.font115 {
    font-size: 115%;
}

.font120 {
    font-size: 120%;
}

.passRequires .list-group-item {
    padding: .4rem 0.5rem;
}

    .passRequires .list-group-item .icon {
        font-size: 0.9rem;
        float: right;
        display: none;
        margin-top: 2px;
    }

.passRequires .list-group-item-success .icon {
    display: inline-block;
    color: #155724;
}

@media (max-height: 620px) {
    .main-content {
        -ms-flex-item-align: start !important;
        align-self: self-start !important;
        margin-top: 20px;
    }

    .h-100.no-100 {
        height: auto !important;
    }
}


.callout {
    padding: 1.20rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    border: 1px solid #eee;
    border-left-width: 0.5rem;
    border-radius: var(--border-radius);
    background-color: #f8f8f8;
    border-left-color: var(--primary-color);
}

.callout .callout-primary{
    border-left-color:var(--primary-color);
}

p.msg {
    font-size: 110%;
    font-weight: 400;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .94rem + 2px);
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
    line-height: calc(1.5em + .94rem);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .94rem);
}

