﻿@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url(https://fonts.googleapis.com/css?family=Abel|Cairo|Exo+2|Fresca|Monda|PT+Sans+Narrow|Raleway|Titillium+Web|Ubuntu);

/* GOOGLE FONTS */
.repositorioFonts {
    font-family: 'Fresca', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Exo 2', sans-serif;
    font-family: 'Abel', sans-serif;
    font-family: 'Monda', sans-serif;
    font-family: 'Cairo', sans-serif;
}
/* GOOGLE FONTS */

/*body {
    background-color: #F6F7F7;
}*/
#bg-principais-botoes{
    background-color:#fff;
    padding-bottom:10px;
}

.fontControlPanelAdmin {
    font-family: 'Titillium Web', sans-serif;
}

#indexAdminMenu {
    background-color: #1A7EC0;
    color:#fff;
    border-radius: 0 0 25px 25px;
}

.redirectFontSize{
    font-size:20px;
}

#invaliduser{
    display:none;
}
/* MENU LATERAL */
/*.sidenav {
    height: 100%;
    width: 0; 
    position: fixed; 
    z-index: 1; 
    top: 0;
    left: 0;
    background-color: #273557; 
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

.sidenav a:hover, .offcanvas a:focus {
            color: #000;
        }

.sidenavClick a:hover {
    background-color: #F6F7F7;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    margin-left: 50px;
}

.setCadastro {
    position: relative;
    right: 25px;
    margin-left: 54px;
}
.setUpdate{
    position:relative;
    right:25px;
    margin-left:34px;
}
.setLog{
    position:relative;
    right:25px;
    margin-left:99px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}*/
/* BUTTON CIRCLE */
.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    line-height: 2.00;
    border-radius: 30px;
}

.btn-circle-micro {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 1px 0;
    font-size: 13px;
    line-height: 0.1;
    border-radius: 30px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 2px 0;
    font-size: 20px;
    line-height: 1.65;
    border-radius: 30px;
}

.btn-circle-lg {
    width: 79px;
    height: 79px;
    text-align: center;
    padding: 13px 0;
    font-size: 30px;
    line-height: 2.00;
    border-radius: 70px;
}


/* STYLE SITE ADMIN */
#FormMenu {
    display: flex;
    margin-left: 20px;
}

.left-openedButton {
    margin-left: 27px;
}

.saveButton:hover {
        background-color: #fff;
        color: #20c693;
        border: 1px solid #20c693;
    }

/* LOGIN */
#img-admin{
    text-align:center;
}

.login-box-admin {
    background: none repeat scroll 0% 0% transparent;
    margin: 0 auto;
    width: 320px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-box-admin-modal {
    background: none repeat scroll 0% 0% transparent;
    width: 300px;
    padding: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.font-tituloFuncionalidade {
    font-family: 'Source Code Pro', monospace;
}

#acaoInserir{
    text-align:center;
}

.new-size-buttons{
    width:34px;
    height:30px;
    text-align:left;
}

/* ======================== FORMULARIO DE CADASTRO DE MENU ========================*/
.groupOneMenu {
    font-family: 'Titillium Web', sans-serif;
}
.groupTwoMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupThreeMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupForMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.buttonsFormMenus {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content:space-between;
    font-family: 'Titillium Web', sans-serif;
}
textarea#descricaoMenu{
    resize:none;
}
#dvActionMenu {
    width: 60%;
}
#dvControllerMenu {
    margin-left: 10px;
    width: 40%;
}
#dvLinkMenu{
    width:60%;
}
#dvTargetMenu {
    margin-left: 10px;
    width: 40%;
}
#dvImageMenu {
    margin-left: 30px;
}
/* ======================== FIM ========================*/



/* ======================== FORMULARIO DE CADASTRO DE SUB MENU ========================*/
.groupOneSubMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupTwoSubMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupThreeSubMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupForSubMenu {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.buttonsFormSubMenus {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content: space-between;
    font-family: 'Titillium Web', sans-serif;
}
#dvDescriptionSubMenu {
    font-family: 'Titillium Web', sans-serif;
}
textarea#descriptionSubMenu {
    resize: none;
}
#dvListSubMenu{
    width:40%;
}
#dvNameSubMenu{
    margin-left: 10px;
    width:60%;
}
#dvActionSubMenu {
    width: 60%;
}
#dvControllerSubMenu {
    margin-left: 10px;
    width: 40%;
}
#dvLinkSubMenu {
    width: 60%;
}
#dvTargetSubMenu {
    margin-left: 10px;
    width: 40%;
}
#dvImageSubMenu {
    margin-left: 30px;
}
/* ======================== FIM ========================*/



/* ======================== FORMULARIO DE CADASTRO DE SUB MENU FILHO ========================*/
.groupOneSubMenuFilho {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupTwoSubMenuFilho {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupThreeSubMenuFilho {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.groupForSubMenuFilho {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    flex-wrap: nowrap;
    align-content: flex-start;
    font-family: 'Titillium Web', sans-serif;
}
.buttonsFormSubMenusFilho {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content: space-between;
    font-family: 'Titillium Web', sans-serif;
}
#dvDescriptionSubMenuFilho {
    font-family: 'Titillium Web', sans-serif;
}
textarea#descriptionSubMenuFilho {
    resize: none;
}
#dvListSubMenuFilho {
    width: 40%;
}
#dvNameSubMenuFilho {
    margin-left: 10px;
    width: 60%;
}
#dvActionSubMenuFilho {
    width: 60%;
}
#dvControllerSubMenuFilho {
    margin-left: 10px;
    width: 40%;
}
#dvLinkSubMenuFilho {
    width: 60%;
}
#dvTargetSubMenuFilho {
    margin-left: 10px;
    width: 40%;
}
#dvImageSubMenuFilho {
    margin-left: 30px;
}
/* ======================== FIM ========================*/




/* ============================= CADASTRO CONFIGURACOES ==============================*/
#cadastroConfiguracoes {
    font-family: 'Titillium Web', sans-serif;
}

#formFlexConfig{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
}
#divChaveConfig{
}
#divExercicioConfig{
    margin-left:10px;
}
#divValorConfig {
    margin-left: 10px;
}
#divSalvarConfig{
    margin-top:25px;
    margin-left:10px;
}
.noteListaConfig {
    font-size: 12px;
    margin-top: 43px;
    margin-left: 10px;
}

/* ============================= FIM ==============================*/


/* ============================= CADASTRO USUÁRIO ==============================*/
#cadastroUsuario {
    font-family: 'Titillium Web', sans-serif;
}

#formFlexUsuario {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#divUsuario {
}

#divSenha {
    margin-left: 10px;
}

#divNome {
    margin-left: 10px;
}

#divDataCriacao {
    margin-left: 10px;
}

#divSalvarUsuario {
    margin-top: 25px;
    margin-left: 10px;
}

.noteListaUsuario {
    font-size: 12px;
    margin-top: 43px;
    margin-left: 10px;
}

#dataCriacaoUsuario{
    width:120px;
    text-align:center;
}

#userFlagRed{
    display:none;
    color:red;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
#userFlagGreen {
    display: none;
    color: #20c693;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#userFlagWhite {
    display: none;
    color: red;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* ============================= FIM ==============================*/



/* SNACKBAR ATIVAR */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbarAtivar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarAtivar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/* SNACKBAR DESATIVAR */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbarDesativar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarDesativar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}



/* SNACKBAR CADASTRAR = SUCESSO */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbarCadastrarSuccess, #snackbarCadastrarSubMenuSuccess, #snackbarCadastrarSubMenuFilhoSuccess {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarCadastrarSuccess.show, #snackbarCadastrarSubMenuSuccess.show, #snackbarCadastrarSubMenuFilhoSuccess.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/* SNACKBAR CADASTRAR = ERROR */
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbarCadastrarError, #snackbarCadastrarSubMenuError, #snackbarCadastrarSubMenuFIlhoError {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbarCadastrarError.show, #snackbarCadastrarSubMenuError.show, #snackbarCadastrarSubMenuFIlhoError.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
















/* NOVO MENU LATERAL */
#nav-lateral {
    /*float: left;*/
    border-bottom-right-radius: 2px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    /*width: 18.8%;*/
}

#body-central {
    height: 100vh;
    overflow: auto;
    /*width: 81%;*/
}

@media (min-width: 768px) {
    .affix-content .container {
        width: 700px;
    }

    html, body {
        position: relative;
    }

    .affix-content .container .page-header {
        margin-top: 0;
    }

    .sidebar-nav {
        position: relative;
        width: 220px;
    }

    .affix-sidebar {
        padding-right: 0;
        font-size: small;
        padding-left: 0;
    }

    .affix-row, .affix-container, .affix-content {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .affix-content {
        background-color: white;
    }

    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar {
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
    }

        .sidebar-nav .navbar ul {
            float: none;
            display: block;
        }

        .sidebar-nav .navbar li {
            float: none;
            display: block;
        }

            .sidebar-nav .navbar li a {
                padding-top: 12px;
                padding-bottom: 12px;
            }
}

@media (min-width: 769px) {
    .affix-content .container {
        width: 600px;
    }

        .affix-content .container .page-header {
            margin-top: 0;
        }
}

@media (min-width: 992px) {
    .affix-content .container {
        width: 900px;
    }

        .affix-content .container .page-header {
            margin-top: 0;
        }
}

@media (min-width: 1220px) {
    .affix-row {
        overflow: hidden;
    }

    .affix-content {
        overflow: auto;
    }

        .affix-content .container {
            width: 1000px;
        }

            .affix-content .container .page-header {
                margin-top: 0;
            }

    .affix-content {
        padding-right: 30px;
        padding-left: 30px;
    }

    .affix-title {
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .sidebar-nav .navbar li a:hover {
        background-color: #428bca;
        color: white;
    }

    .sidebar-nav .navbar li a > .caret {
        margin-top: 8px;
    }
}

/*===================================== CONFIGURAR RODAPÉ ====================================*/
.headerConfigCabecalho {
    background-color: #1A7EC0;
    color: #fff;
    border-radius: 0 0 25px 25px;
    padding: 20px 30px 30px 30px;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: -8px;
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
}
.headerConfigCabecalhoTitulo {
    font-size: 25px;
}

.headerConfigCabecalhoSubtitulo {
    font-size: 14px;
}

.btnParamRodape
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*========================================= ATUALIZACOES =======================================*/
/*.linhaCentralizada {
/*width: 100vw;*/
/*display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap;*/
/*}*/
.btn-executarAtualizacao {
    margin-left: 5px;
    margin-top: 25px;
}






/* AVISO NOVA VERSÃO DE ATUALIZAÇÃO */
#titulo-aviso-update {
    /*font-size:33px;*/
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
}

.font-aviso-up {
    font-family: 'Titillium Web', sans-serif;
    color: #000;
}

.pointerMouse:hover {
    cursor: pointer;
}

.alert-up-recomendado {
    color: #fff;
}

#loadingUpdate {
    display: none;
}

#pLoading {
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif;
}

#buttonSubmitUpdate {
}

#closeUpdate {
}

.paletaUpdate {
    color: #39BEB9;
}