﻿
/* ------------------------------------------------------------------------------------------------------------------------------------------

    ###### Guardian Portal - Estilo Acessos ######


    LBeB Consultores Associados
    http://www.lbeb.com.br/

 ------------------------------------------------------------------------------------------------------------------------------------------ */

/* -------------------- Mobile -------------------- */

@media only screen and (max-device-width : 1024px) {
    #logoPortalG {
        margin-left: 80px;
    }

    /* Logo Cliente Guardian Cabeçalho */
    #logoClienteGuardian {
        width: 350px !important;
        margin-top: 4% !important;
        margin-bottom: 4% !important;
    }
}

/* -------------------------------- Cabealho -------------------------------- */

/* Cor Identidade do Cliente */
:root {
    --corPrincipal: #003865 !important;
}

/* Estilo de Cabeçalho de Acessos */
.navbar-header {
    background-color: white;
    padding-bottom: 10px;
}

/* Logo Cliente Guardian Cabeçalho */
#logoClienteGuardian {
    width: 350px;
    margin-top: 4%;
    margin-bottom: 8%;
}

#logoClienteGuardianLogin {
    width: 350px;
    margin-top: 4%;
    margin-bottom: 5%;
}

.iconeAcesso {
    text-align: center;
}

/* Div Logo Cliente Guardian Cabeçalho */
.logo {
    margin-top: 5px;
}

/* -------------------------------- Conteudo -------------------------------- */

/* Conteudo da Página */
.conteudoMain {
    margin-bottom: 100px;
}

/* Formulário de Login/Cadastro */
.form-login {
    width: 380px;
    margin: auto auto 0 auto;
}

/* Label de informações - Renovação de Senha */
.lblInfo {
    font-size: 20px;
}

/* Remove padding do elemento */
.remover-padding {
    padding: 0 !important;
}

/* Label do nome do Tipo de Acesso */
.tipoAcesso {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: var(--corPrincipal);
}

/* -------------------- Rodape -------------------- */

/* Label do nome do Tipo de Acesso */
#rodape {
    background-color: black;
    padding-top: 10px;
}

/* Botão duvidas */
.btnDuvidas {
    margin-top: 5px;
    color: var(--corPrincipal);
}

/* Logo Guardian Portal Rodape */
#logoGuardianPortal {
    margin-top: 5px;
    margin-left: 175px;
}

/* Logo Guardian Portal */
.logoPortal {
    margin-left: 0;
}

/* -------------------- Login -------------------- */

/* Botao de Login e Menu Principal */
#btnAcessar {
    margin-top: 10px;
}

/* -------------------- Icones FontAwesome -------------------- */



.icone-acessos {
    margin-bottom: 35px;
    
}

    .icone-acessos h3 {
        color: #178b8e;
    }

    .icone-acessos i {
        font-size: 65px;
        height: 130px;
        width: 130px;
        margin: 3px;
        border-radius: 100%;
        line-height: 125px;
        text-align: center;
        background: #ffffff;
        color: #178b8e;
        border: 3px solid #ffffff;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        float: left;
        margin-right: 10px;
    }

        .icone-acessos i:hover {
            background: #178b8e;
            color: #fff;
            box-shadow: inset 0 0 0 5px var(#376991);
            -webkit-box-shadow: inset 0 0 0 5px var(#376991);
            border: 3px solid #178b8e;
        }

:focus, a:hover {
    color: #376991 !important;
    text-decoration: none !important;
}

.icone-acessos a {
    cursor: pointer;
    text-decoration: none;
    color: var(--corPrincipal);
    display: inline-grid;
}

.icone-acessos-sm {
    margin-bottom: 10px;
    overflow: hidden;
}

    .icone-acessos-sm i {
        font-size: 47px;
        height: 90px;
        width: 90px;
        margin: 0px;
        margin-right: 0px;
        border-radius: 100%;
        line-height: 84px;
        text-align: center;
        background: #ffffff;
        color: var(--corPrincipal);
        border: 3px solid #ffffff;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        float: left;
        margin-right: 0px;
    }

.icone-acessos-restrito {
    background: #FFC107 !important;
    border: 3px solid #FFC107 !important;
    box-shadow: inset 0 0 0 5px #FFC107 !important;
    -webkit-box-shadow: inset 0 0 0 5px #FFC107 !important;
}



