﻿html, body {
    height: 100%;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.bg-info {
    color: white;
}

.table th {
    border-top: none !important;
}

.flex-grow {
    flex: 1 0 auto;
}

.navbar-sat {
    /*background-color: #151515 !important;*/
    flex: 0 0 auto;
}

.logo-text {
    font-family: 'Merriweather Sans', sans-serif;
    /*line-height: 0.2;*/
}

    .logo-text img {
        /*max-height: 18px;*/
    }

.fill {
    flex: 1;
}

.footer {
    /*position: fixed;
    bottom: 0;*/
    /*width: 100%;*/
}

    .footer .container {
        background-color: white;
        padding-bottom: 0px;
        padding-top: 15px;
    }

.divisao-footer {
    background-color: white;
    margin: 0px;
    padding-bottom: 10px;
}


[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

.main-body {
    /*min-height: 100%;*/
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none;
}


@media (min-width: 768px) {
    .d-md-table-row-group {
        display: table-row-group !important;
    }
}


.blink_me {
    animation: blinker 1s linear;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.clickable-row {
    cursor: pointer;
}
