﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-default {
    background-color: #5a5a5a !important;
    border-color: #080808;
}

.imagenLogo {
    position: relative;
    top: 0;
    height: 60px;
    width: 140px;
    padding-top: 3px;
}

.jumbotron .btn{
    padding: 14px;
}

.gly-gr {
    font-size: 24px;
    vertical-align: bottom;
}

.centrar {
    margin: 0 auto;
}

.celda-oro {
    background-color: #dad4b5;
}

.errores {
    color: orangered;
}

.no-error {
    color: #228b22;
}

.btn-guinda {
    color: #ffffff;
    background-color: #861552; /*c34269*/
    border-color: #861552;
}

.btn-gold {
    color: #ffffff;
    background-color: #b8860b;
    border-color: #b8860b;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .text-center {
        text-align: center;
    }

    .text-bold {
        font-weight: bold;
    }

    .font-normal {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333333;
    }

    .margin-10 {
        padding: 10px;
    }

    #modalRegRfc .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1270px !important;
    }
}

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #9ead9c;
    filter: alpha(opacity=80);
    opacity: 0.9;
}

.overlayContent {
    z-index: 99;
    margin: 200px auto;
    width: auto;
    height: auto;
    text-align: center;
}

.overlayContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #041f09;
}

.overlayContent img {
    width: auto;
    height: auto;
}