﻿.container {
    max-width: 100%;
}

.oculto {
    display: none !important;
}

body {
    padding-top: 33px;
}

.npag {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    margin-top: 4px;
}

    .npag select {
        height: 26px;
        color: rgba(0, 0, 0, 0.7);
        max-width: 50px;
        padding: 0;
        font-size: .8em;
    }

.app-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .app-container > * {
        flex: 0 0 auto;
    }

.body-content {
    position: relative;
    width: 100%;
    height: calc(100% - 78px);
    overflow-y: auto;
}

footer {
    font-size: .7em;
    width: 100%;
    background-color: #eee;
    height: 35px;
}

    footer img {
        margin-right: 5px;
        margin-left: 8px;
        padding-top: 2px;
        width: 50px;
        height: 28px;
    }

    footer label {
        vertical-align: middle;
        margin-bottom: 0;
    }

    footer div {
        padding: 3px 0;
    }

.LogoApp {
    width: 90px;
    margin-left: -6px;
    margin-top: 1px;
    margin-right: 6px;
}

.foscuro {
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding: 0 !important;
}

    .foscuro:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.contespera {
    position: relative;
    margin: auto;
    padding: 0;
    max-width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 2.5em;
    font-family: 'Gill Sans MT';
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.dropdown .dropdown-menu {
    background-color: #2e2e2e;
    border-color: #484848;
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: .25;
        transform: scale(.75);
    }
}

.brinsaContainer {
    padding: 3rem;
    border-radius: 5px;
    background-color: #fff;
    flex: 0 0 80%;
}

.brinsaPulse-container {
    width: 83px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brinsaPulse-bubble-1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse .6s ease 0s infinite alternate;
    background-color: #bdc9d7;
}

.brinsaPulse-bubble-2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: pulse .6s ease .3s infinite alternate;
    background-color: #8aa0b6;
}

.brinsaPulse-bubble-3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: pulse .6s ease .6s infinite alternate;
    background-color: #5e7d9a;
}

.brinsaPulse-bubble-4 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    animation: pulse .6s ease .9s infinite alternate;
    background-color: #2e597d;
}

.brinsaPulse-bubble-5 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: pulse .6s ease 1.2s infinite alternate;
    background-color: #231f20;
}
