body {
    font-family: lato;
}

:root {
    --brand-color: #ffffff;
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #3f6aad;
    font-weight: bold;
    text-transform: uppercase;
}

.iris-home-title {
    background-color: #3f6aad;
    color: #fff;
}

.iris-home-title h3 {
    color: #fff;
}

a {
    color: #bd2130;
}

h2 {
    color: #4d4d4d;
    font-weight: bold;
}

h3 {
    color: #4d4d4d;
    font-weight: bold;
}

h5 {
    color: #d20220;
    font-weight: bold;
    font-size: 23px;
}

h5 a {
    color: #d20220;
}

hr {
    border-top: 1px solid;
    color: #4d4d4d;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

a:hover {
  text-decoration: none;
}

label {
    font-weight: bold;
}

.input-group label {
    font-weight: normal;
}

/* Preregistrations */

.required {
    color: red;
}

.preregistration-view span.preregistration-field-label {
    font-weight: bold;
}

thead {
    text-align: center;
}

th {
    min-width: 100px;
}

#topContainer {
    background: url(/img/escudo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    padding: 15px 0px;
    max-width: 100% !important; 
}

#email_body {
    height: 150px;
}

/* version 2 */
@media only screen and (min-width : 1200px) {

    .container{ 
        max-width: 70% !important;
    }

    .navbar-brand{
        margin-left: 12em;
    }

    #topContainer {
        background: url(/img/escudo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 50%;
        padding: 15px 0px;
        max-width: 100% !important; 
    }
}


.img_pie {
    float:left;
}

.texto_pie {
    overflow: hidden; 
}


.display-azul {
    color:#3f72bf;
    margin-left: 4em;
    font-weight: bold; 
}

.registro{
    padding: 10px;
    background: #d8d7d7;
}

#topContainer h2, h6 {
  color:white;
  margin-left: 2em;
}


/*Proof PDF*/
body .proof-pdf{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.proof-pdf #header img#usal_logo{
    width:50%;
}

.proof-pdf .row{
    margin-bottom: 5px;
}
.proof-pdf .title h2{
    margin-bottom: 15px;
    font-size: 20px;
}

.proof-pdf .title h3{
    margin-top: 15px;
    font-size: 16px;
}

.proof-pdf .title span{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.proof-pdf span.proof-field-label{
    font-weight: bold;
}

.proof-pdf th {
    min-width: 20px;
    padding-left: 30px;
}

.proof-pdf td {
    padding-left: 30px;
}
/* ------------------------------------------------------------------------ */
@media (max-width:1199px) {
    #logo { 
        display:none;
    }
    
    #topContainer h2, h6 { 
        font-size:1.4em;
        margin-left:0px; 
    } 
}
