﻿* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
    height: auto;
    -webkit-text-size-adjust: 100%; /* Para navegadores antigos WebKit */
    text-size-adjust: 100%; /* Para navegadores modernos */
}

body {
    background: linear-gradient(to bottom, #bfcada, #fff 100%);
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
/*page {    
    width: 100%;
    background-color: #f00;
    margin: 10px auto 0px auto;
    background: linear-gradient(to bottom, #f00, #fff 100%);
}*/
.clear {
    clear: both;
}

.footer {
    background-color: #cddef6;
    text-align: center;
    border-top: solid 1px Gray;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    width: 100%;
    color: Black;
    position: fixed;
    bottom: 0px;
    left: 0px;
}



a:link, a:visited {
    text-decoration: none;
    color: #1d60ff;
}

a:hover {
    color: #f00;
    text-decoration: underline
}

a:active {
    text-decoration: none;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: linear-gradient(to top, #c2c2c2, #444 90%);
    width: auto;
    height: auto;
    top: 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: #343a40;
}

.corMenuPers {
    background-color: #444;
}

div.menu {
    padding: 0px 0px 0px 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        width: auto;
        height: 43px;
        padding: 0 0 0 1em;
        position: relative;
        font-size: 11px;
    }

        div.menu ul li.level1 {
            float: left;
            height: 43px;
        }

        div.menu ul li a.level1, div.menu ul li a:visited.level1 {
            display: block;
            float: left;
            height: 40px;
            line-height: 35px;
            color: #888;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            padding: 0 60px 0px 10px;
            cursor: pointer;
        }

        div.menu ul li a.level2, div.menu ul li a:visited.level2 {
            border: 1px #999 solid;
            border-top: 0px;
            color: #888;
            display: block;
            height: 30px;
            line-height: 25px;
            font-weight: bold;
            padding: 0 30px 0px 10px;
            text-decoration: none;
            white-space: nowrap;
            float: left;
            margin: -7px 0px 0px -11px;
            padding-top: 7px;
        }

        div.menu ul li a.level3, div.menu ul li a:visited.level3, div.menu ul li a.level4, div.menu ul li a:visited.level4 {
            border: 1px #051446 solid;
            color: #888;
            display: block;
            position: relative;
            line-height: 1.35em;
            height: 40px;
            line-height: 35px;
            font-weight: bold;
            padding: 0px 0px 0px 15px;
            text-decoration: none;
            white-space: nowrap;
            background: #fff;
            float: left;
        }

        div.menu ul li a:hover.level1 {
            color: #000;
        }

        div.menu ul li a:hover.level2, div.menu ul li a:hover.level3 {
            color: #000;
            text-decoration: underline;
        }

        div.menu ul li a:active.level1 {
            background-color: #666;
            color: #14095c;
            text-decoration: none;
        }

        div.menu ul li a.highlighted {
            font-weight: bold;
            color: #88aadd;
        }

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

#cssmenu {
    height: 35px;
}

    #cssmenu:after,
    #cssmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        background: #88aadd;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        line-height: 29px;
        padding: 0 20px;
        text-decoration: none;
    }

    #cssmenu ul {
        list-style: none;
    }

    #cssmenu > ul {
        float: left;
    }

        #cssmenu > ul > li {
            float: left;
        }

            #cssmenu > ul > li:hover:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 5px solid #e00f16;
                margin-left: -10px;
            }

            #cssmenu > ul > li:hover > a {
                background: #14095c;
                font-weight: bold;
            }

    #cssmenu .has-sub {
        z-index: 1;
    }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            display: none;
            position: absolute;
            width: 200px;
            top: 100%;
            left: 0;
        }

            #cssmenu .has-sub ul li {
                margin-bottom: -1px;
            }

                #cssmenu .has-sub ul li a {
                    background: #88aadd;
                    border-bottom: 1px dotted #14095c;
                    filter: none;
                    font-size: 11px;
                    display: block;
                    line-height: 120%;
                    padding: 10px;
                }

                #cssmenu .has-sub ul li:hover a {
                    background: #010e5c;
                }

        #cssmenu .has-sub .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub .has-sub ul {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
        }

            #cssmenu .has-sub .has-sub ul li a {
                background: #88aadd;
                border-bottom: 1px dotted #1d60ff;
            }

                #cssmenu .has-sub .has-sub ul li a:hover {
                    background: #88aadd;
                }

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 872px;
    height: 41px;
}


    fieldset p {
        margin: 2px 12px 2px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

MISC
----------------------------------------------------------


.title {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}


.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 96px;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.upload-wrapper {
    cursor: pointer;
}

.upload-file {
    cursor: pointer;
    position: absolute;
}

.upload-button {
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.bordaPerson {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    box-shadow: 10px 10px 5px #888888;
}

.tituloPers {
    font-size: 2em;
    color: rgba(255,244,255,1);
    text-shadow: -1px 5px 9px #000;
    text-align: center;
}

.subtituloPers {
    font-size: 2em;
    color: rgba(255,244,255,1);
    text-shadow: -1px 5px 9px #000;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* Esconder as imagens */
    .header .col-md-2 {
        display: none;
    }

    /* Diminuir o tamanho do título */
    .header h2.tituloPers {
        font-size: 18px;
    }

    .header h3.subtituloPers {
        font-size: 14px;
    }

    /* Centralizar o título */
    .header .col-md-8 .col-sm-8 .col-xl-8 {
        text-align: center;
    }

    .small-text {
        font-size: 10px; /* ou qualquer tamanho que você desejar */
    }

    .subtituloPers {
        font-size: 16px; /* ou o tamanho que você preferir */
    }

    .igrejaTelaIncial {
        font-size: 18px; /* ou o tamanho que você preferir */
    }

    .igrejaTelaIncialEmail {
        font-size: 14px; /* ou o tamanho que você preferir */
    }

    .loginMensagem {
        font-size: 18px; /* ou o tamanho que você preferir */
    }
}

@media only screen and (min-width: 768px) {
    .igrejaTelaIncial {
        Font-Size: 20pt;
    }
    .igrejaTelaIncialEmail {
        font-size: 18px; /* ou o tamanho que você preferir */
    }
}
