﻿html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

    body::after {
        content: '';
        display: block;
        height: 20px;
    }

.field-validation-error {
    text-transform: lowercase;
}

.lowercase {
    text-transform: lowercase;
}

.pro-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    margin-top: 20px !important;
    background-image: linear-gradient(#267D99, #006687);
    color: #eee;
    padding-top: 20px;
}

.nav-theme {
    background-image: linear-gradient(#008cba, #008cba);
}

.pro-header {
    padding-top: 20px;
}

.nopad-sides {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.f1em {
    font-size: 1em;
}

.f12em {
    font-size: 1.2em;
}

.f15em {
    font-size: 1.5em;
}

.bloco-esq, .bloco-dir, .bloco-centro {
    color: #444;
    font-size: 1em;
}

color-red {
    color: #ff0000;
}

size-bigger {
    font-size: 1.2em;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #f5f5f5;
}

.navbar-fixed-top {
    position: absolute;
}

.hdiv {
    border-top: 3px solid #f5f5f5;
    padding-top: 20px;
}

.circular-landscape {
    overflow: hidden;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: #eee 0 0 2px 2px;
    text-align: center;
    display: inline-block;
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
}

.form-control, .round {
    border-radius: 4px;
}

.form-control {
    height: 40px;
}


.z9 {
    z-index: 9999;
}

.logo-left {
    max-width: 100%;
    max-height: 200px;
}

.navbar {
    height: 140px !important;
}

.table-contact td {
    padding-left: 3px !important;
    padding-right: 0px !important;
    font-size: 10pt;
    vertical-align: middle !important;
    word-break: break-all;
}

.cardsize {
    min-height: 400px;
    padding: 12px;
    text-align: center;
}

label, .control-label, .help-block, .checkbox, .radio {
    font-size: 1em;
    font-weight: normal;
}

.pad-ul-20 {
    padding-inline-start: 20px;
}


.border-radius {
    border-radius: 4px;
}

.bcard {
    background-color: #f5f5f5 !important;
    border-radius: 10px;
    color: #555;
}

    .bcard h3 {
        font-size: 1.5em;
    }

.mh300 {
    min-height: 300px;
}



.h60 {
    height: 60px;
}


.bgcolor {
    border: inherit;
    background-image: unset;
}

    .bgcolor:active, .bgcolor:hover, .bgcolor:active {
        border: inherit;
    }

.tablitso {
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.justify {
    text-align: justify;
}

.light-text {
    color: #aaa;
}

.mtop20 {
    margin-top: 20px;
}


.top20 {
    padding-top: 20px;
}

.top50 {
    padding-top: 50px;
}

.top150 {
    padding-top: 150px;
}

.list-item-client {
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 4px;
    padding-right: 4px;
}


.bg-client-only {
    /*background-color: #f5f5f5;*/
}


.bg-lightgray {
    background-color: #f5f5f5;
    border: 1px #ddd solid !important;
    border-radius: 4px !important;
}

.form-control {
    padding-left: 4px;
    padding-right: 4px;
}


@media screen and (max-width: 768px) {

    .center-mobile {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .tablitso {
        height: 400px;
    }

    .form-control {
        padding: 10px;
    }
}

.g-recaptcha > div {
    width: 100% !important;
}

    .g-recaptcha > div > div {
        margin: 4px auto !important;
        /*text-align: center;*/
        width: auto !important;
        height: auto !important;
    }

.g-recaptcha iframe {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media(min-width: 480px) {
    #rc-imageselect {
        transform: none;
        -webkit-transform: none;
    }

    .g-recaptcha iframe {
        max-width: none;
        transform: none;
        -webkit-transform: none;
    }
}

.label-checkbox {
    font-size: unset;
    cursor: pointer;
}

pre {
    white-space: pre-wrap; /* CSS 3 */
    word-break: unset !important;
    font-family: sans-serif;
}


input[type=checkbox], input[type=radio] {
    transform: scale(2);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    mix-blend-mode: luminosity;
}

.mleft18 {
    margin-left: 18px !important;
}

.img-logo-rsvp {
    margin-top: 10px;
    max-width: 280px;
    max-height: 140px;
    opacity: 0.75;
}
