﻿
/***********************************************************************************************************************************/
/*CONFIGURAÇÃO GLOBAL DA PÁGINA                                                                                                    */
/***********************************************************************************************************************************/


.invisivel {
    visibility: hidden;
}
/*Definições dos botões do sistema*/

.principal {
    width: 99%;
    display: table;
    height: auto;
    margin: 0 auto;
    margin-top: 5px;
    padding: 5px 0;
    background: #fff;
}

.corpo {
    width: 99%;
    margin: 0;
    padding: 0;
    margin-left: .5%;
    margin-top: 5px;
    display: table;
    float: left;
    background: #fff;
}

.corpo_modulo {
    width: 99%;
    margin: 0;
    padding: 0;
    margin-left: .5%;
    margin-top: 5px;
    margin-bottom: 5px;
    display: table;
}

.cabecalho {
    width: 99%;
    margin: 0;
    padding: 0;
    margin-left: .5%;
    margin-top: 5px;
}

    .cabecalho img {
        border: none;
        float: left;
    }

    .cabecalho #menuConteiner {
        float: left;
    }

    .cabecalho #ConteinerUsuario {
        float: right;
        margin-right: 2%;
        margin-top: 3px;
    }

.menu {
    width: 17%;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-left: .4%;
    background: #fff;
}

.EditorCardapio {
    width: 98% !important;
    margin-left: 1%;
    padding: 3px;
}

fieldset, fieldset > fieldset {
    width: 98%;
    float: left;
    margin-bottom: 10px !important;
    margin-top: 5px;
    margin-left: .5%;
}

    fieldset legend {
        background: #1C523E;
        width: 100%;
        float: left;
        margin-left: -1px;
        padding: 2px 0;
        color: #fff;
    }



.formulario table {
    padding: 4px;
    margin-top: 50px;
}

    .formulario table tr th {
        text-align: left;
        margin: 0;
        padding: 0;
    }

.formulario tr th label {
    min-width: 100px;
    padding: 5px 0;
    margin-right: 10px;
}




/*************************************************************************************
Descrição: Definir aparencia para os avisos de orçamento que foram ou não confirmados
Classes: aviso-exclamacao , aviso-ok
*************************************************************************************/
.aviso-exclamacao, .aviso-ok {
    width: 98%;
    margin-left: 1%;
    padding: 5px 0;
    margin-top: 35px;
}

.aviso-exclamacao {
    border: 3px solid #E6C182;
    background: #F7EB99;
}

.aviso-ok {
    border: 3px solid green;
    background: #42E0A5;
}


/*################################################################################*/
/*Configuração Modulo
/*################################################################################*/
.modulo {
    background: #fff;
    margin-bottom: 10px;
    margin-top: 5px;
}

.titulo {
    color: #fff;
    display: block;
    width: 100%; /*padding: 8px 6px;*/
    line-height: 1.4;
    padding: 10px 0;
    margin: 5px 0;
    text-indent: 10px;
    background: url('img/bgFaixaBoteco.png') repeat-x;
}

.corpo_modulo > .corpo_modulo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modulo a {
    text-decoration: none;
    margin: 3px 0;
}

    .modulo a:visited, .modulo a:link {
        color: inherit;
    }

/*################################################################################*/
/*Aviso Sistema
/*################################################################################*/
.aviso_sistema, .aviso_sistema_erro, .aviso_sistema_atencao, .aviso_sistema_sucesso, .aviso_sistema_top {
    width: 99%;
    margin-left: .5%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 8px;
    display: none;
}

    .aviso_sistema > *, .aviso_sistema_erro > *, .aviso_sistema_atencao > *, .aviso_sistema_sucesso > * {
        display: block;
        height: 100%;
        padding: 10px 0;
        text-align: center;
    }

.aviso_sistema_sucesso {
    background: #B8EDA4;
    color: #317716;
    border: 1px solid #46AB20;
    font-weight: bold;
    display: block;
}

.aviso_sistema_sucesso {
    background: #B8EDA4;
    color: #317716;
    border: 1px solid #46AB20;
    font-weight: bold;
}

.aviso_sistema_erro {
    background: #FF6666;
    color: #AF0000;
    font-weight: bold;
    border: 1px solid #AF0000;
    display: block;
    color: #fff;
}

.aviso_sistema_atencao {
    display: block;
    background: #FAFBAD;
    color: #000;
    border: 1px solid #C6C809;
    font-weight: bold;
}


/*################################################################################*/
/*Aviso Sistema V2
/*################################################################################*/
.aviso_sistema_V2, .aviso_sistema_erro_V2, .aviso_sistema_atencao_V2, .aviso_sistema_sucesso_V2, .aviso_sistema_top_V2 {
    position: fixed;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    top: 30%;
    z-index: 5000;
    display: none;
}

    .aviso_sistema_V2 > *, .aviso_sistema_erro_V2 > *, .aviso_sistema_atencao_V2 > *, .aviso_sistema_sucesso_V2 > * {
        display: block;
        height: 100%;
        padding: 10px 0;
        text-align: center;
        margin: 0 auto;
    }

.aviso_sistema_sucesso_V2 {
    background: #B8EDA4;
    color: #317716;
    border: 1px solid #46AB20;
    font-weight: bold;
}

.aviso_sistema_sucesso_V2 {
    background: #B8EDA4;
    color: #317716;
    border: 1px solid #46AB20;
    font-weight: bold;
}

.aviso_sistema_erro_V2 {
    background: #FF6666;
    color: #AF0000;
    font-weight: bold;
    border: 1px solid #AF0000;
    color: #fff;
}

.aviso_sistema_atencao_V2 {
    background: #FAFBAD;
    color: #000;
    border: 1px solid #C6C809;
    font-weight: bold;
}

/*mensagem de erro ajustes*/
.mensagem_erro {
    display: block;
    margin: 0 auto;
    width: 98%;
    font-size: 12pt;
}

.titulo_erro {
    color: White;
    margin: 0 auto;
    font-size: 11pt;
}

div.lista_erro {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #fff;
}

    div.lista_erro ul {
        padding: 8px 0;
        display: block;
        width: 80%;
        margin: 0 auto;
    }

        div.lista_erro ul li {
            margin-bottom: 3px;
        }
