﻿/*************************************** ESTILOS POR ELEMENTO ************************************************/

body {
    /*background-image: url('Imagens/fundo.jpg');*/
    background-color: #f4f1e8;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: Calibri, Tahoma, Verdana, Arial, "Times New Roman";
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
}

html {
    /*background-image: url('Imagens/fundo.jpg');*/
    background-color: #f4f1e8;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: Calibri, Tahoma, Verdana, Arial, "Times New Roman";
    overflow: auto;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
}


/*************************************** ESTILOS POR ID ************************************************/

#divBase {
    /*width: 100%;*/
    min-width: 1000px;
    text-align: left;
}

#divBotoes {
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 5px;
    border-top: solid 1px #CDCDCD;
    background-color: Transparent;
}

#divCarregando {
    z-index: 100;
}

#divConteudo {
    width: auto;
    min-width: 500px;
    /*max-width: 1280px;*/
    height: auto;
    margin: 5px;
    /*float: left;*/
    border: solid 1px #CDCDCD;
    /*background-image: url('../imagens/diversos/comum/bg-div-emob.png');
	background-repeat: repeat;*/
    background-color: #fff;
    z-index: 0;
    /*overflow: auto;*/
}

#divAtalhos {
    position: fixed;
    bottom: 0px;
    width: 850px;
    height: 55px;
    margin: 0;
    left: 50%;
    margin-left: -425px;
    border: solid 1px #CDCDCD;
    background-color: #fff;
    font-size: 0.6em;
    text-align: center;
    color: #f4f1e8;
    /*background-image: url('../imagens/diversos/comum/bg-div-emob.png');
	background-repeat: repeat;
	z-index: 0;*/
}

#divGadgets {
    position: relative;
    width: auto;
    height: 30px;
    margin: 0 auto 10px auto;
    top: 0;
    padding: 10px;
    border: solid 0px #CDCDCD;
    background-color: #fff;
    font-size: 2em;
    color: #BCBABA;
    text-align: center;
    /*background-image: url('../imagens/diversos/comum/bg-div-emob.png');
	background-repeat: repeat;
	z-index: 0;*/
}

#divElipse {
    position: relative;
    width: 807px;
    height: 290px;
    left: 50%;
    /*top: 50%;*/
    margin-left: -403.5px;
    /*margin-top: -145px;*/
    margin-top: 100px;
    background-image: url('../imagens/diversos/comum/img_elipse_central.png');
    z-index: 0;
}

    #divElipse input {
        position: absolute;
    }

#divErroGenerico {
    width: 500px;
    margin: auto;
    margin-top: 20px;
    border: solid 1px #DEDEDE;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #FFFFFF;
}

#divExportaGrid {
    width: auto;
    height: 100%;
    float: left;
    /*border-right: solid 1px #555555;	*/
    margin-right: 5px;
}

#divFiltros {
    position: relative;
    width: auto;
    border: solid 1px #CDCDCD;
    /*background: #FFFFFF;*/
    background-image: url('../imagens/diversos/comum/bg-div-emob.png');
    background-repeat: repeat;
    overflow: auto;
}

#divLateral {
    width: auto;
    float: left;
    position: relative;
    margin-right: 0px;
    font-size: x-small;
    z-index: 1;
    height: 100%;
}

#divPagina {
    /*position: relative;
	overflow: auto;*/
    padding: 15px;
    font-size: x-small;
    z-index: 0;
}

#divPassoaPasso {
    width: auto;
    border: solid 1px #d4cec0;
}

#divRodapeBotoes {
    height: 0px;
    clear: both;
}

#divRodape {
    background-color: Transparent;
    height: 10px;
    clear: both;
}

#divTexto {
    position: absolute;
    width: 800px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -25px;
    text-align: center;
    font-size: 36pt;
    color: #FFFFFF;
}

#divTitulo {
    width: auto;
    font-size: small;
    background-color: #60605e;
    color: #f4f1e8;
    text-align: left;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 10px;
    border-bottom: solid 1px #CDCDCD;
}

#divTituloRelatorio {
    width: auto;
    font-size: small;
    font-weight: bold;
    margin-bottom: 5px;
}

#lblAviso {
    font-size: x-small;
}

/*************************************** ESTILOS POR CLASSE ************************************************/

.Botao {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.BotaoConclusao {
    float: right;
    margin-right: 10px;
}

.Celula {
    width: auto;
    float: left;
    margin-right: 10px;
    font-size: small;
    /*font-weight: bold;*/
}

.BotoesRelatorio {
    float: left;
    margin: 5px 5px 0 0;
}

.MenuItemHover img {
    margin-right: -2px;
}


.LimpezaFloat {
    background-color: Transparent;
    height: 0px;
    clear: both;
}

.FundoModal {
    background-color: #C7C0AE;
    filter: alpha(opacity=80);
    opacity: 0.4;
    moz-background-clip: -moz-initial;
    moz-background-origin: -moz-initial;
    moz-background-inline-policy: -moz-initial;
    z-index: 100;
}

.Linha {
    width: 100%;
    clear: both;
}

.Maiusculas,
.Maiusculas input {
    text-transform: uppercase;
}

.Minusculas,
.Minusculas input {
    text-transform: lowercase;
}

.Tabela {
    padding: 10px;
    margin: 5px 0 5px 0;
}

#divBemVindo {
    width: auto;
    height: 15px;
    background-color: #9c969d;
    color: #fff;
    padding-left: 1%;
    padding-right: 1%;
    border-bottom: solid 1px #DEDEDE;
}

#divIdiomas {
    width: auto;
    font-size: x-small;
}

#divLogoCliente {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 15px;
    height: 45px;
}

#divLogoEmobi {
    width: 120px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.QuadroAviso {
    position: absolute;
    border: ridge 2px #FFFFFF;
    background-color: #777;
    width: 60%;
    min-width: 600px;
    height: 15px;
    margin: 0;
    margin-left: 220px;
    color: #000;
    font-size: x-small;
    padding: 5px;
    /*max-width: 500px;*/
    /*max-height: 40px;*/
    overflow: auto;
    text-align: center;
    /*scrollbar-arrow-color:#FFFFFF;
	scrollbar-3dlight-color:#676767;
	scrollbar-highlight-color:#676767;
	scrollbar-face-color:#676767;
	scrollbar-shadow-color:#676767;
	scrollbar-darkshadow-color:#676767;
	scrollbar-track-color:#676767;*/
}

    .QuadroAviso ul {
        list-style-image: url('../imagens/diversos/icones/img_icone_seta_mobile.png');
        color: #fff;
        margin: 5px;
    }

.blink {
    width: auto;
    color: #fff;
    text-align: center;
    font-size: small;
}

#divQuadroInformacoesUsuario {
    width: 150px;
    height: 15px;
    background-color: #FFFFFF;
    float: right;
}

#divTopo {
    height: 56px;
    vertical-align: middle;
    /*background-image: url('../imagens/topo/img_fundo_topo.jpg');
	background-repeat: repeat;*/
    background-color: #f4f1e8;
}


.lblTitulo {
    font-size: x-small;
    float: left;
}

.lgsDadosUsuario {
    font-size: x-small;
    font-weight: bold;
    float: right;
}

.Info {
    padding-right: 20px;
    float: right;
    font-size: x-small;
    color: #FFF;
}

.TextoInfo {
    text-align: left;
    font-style: italic;
    padding-left: 2.5px;
}


#divMenuLateral A:LINK {
    text-decoration: none;
    color: #000000;
}

#divMenuLateral A:VISITED {
    /*text-decoration: underline;*/
    color: #000000;
}

#divMenuLateral A:HOVER {
    text-decoration: underline;
    color: #000000;
}

#divMenuLateral A:ACTIVE {
    /*text-decoration: none;*/
    color: #FF6600;
}

#divBotoesQuadroEmpreendimento, #divBotoesQuadroUnidade {
    width: auto;
    text-align: right;
    margin-top: 10px;
}

#divDadosEmpreendimento, #divDadosUnidade, #divDadosProposta {
    width: 190px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #CDCDCD;
    /*background-color: #FFFFFF;*/
    background-image: url('../imagens/diversos/comum/bg-div-emob.png');
    background-repeat: repeat;
    z-index: 0;
}

#divInfosUnidades {
    width: 170px;
    margin-left: 20px;
    text-align: left;
}

#_divFiltros {
    width: auto;
    border: solid 1px #CDCDCD;
    /*background: #FFFFFF;*/
    background-image: url('../imagens/diversos/comum/bg-div-emob.png');
    background-repeat: repeat;
    overflow: auto;
}

#divMenuLateral {
    width: 200px;
    position: relative;
    /*	margin-bottom: 10px;
	margin-right:5px;
	padding:-5px;*/
    padding: 5px;
    /*border: solid 1px #CDCDCD;
	background-color: #FF3300;
	background-image: url('../imagens/diversos/comum/bg-div-emob.png');
	background-repeat: repeat;*/
    z-index: 0;
}

.Divisor {
    height: 48px;
    width: 1px;
    margin: 0 7px 0 7px;
    border-right: 3px solid #000000;
    float: left;
}

.DivisorHorizontal {
    height: 1px;
    width: 100%;
    margin: 7px 0px 7px 0px;
    border-bottom: 1px solid #000000;
    float: left;
}


/*.ImagemPNG 
{ 

	behavior: url('<%= ResolveClientURL("~/scripts/iepngfix.htc" %>');
	z-index: 0;
	
}*/

.PainelParametrizacoes .PainelParametrizacoes_PainelAcoes {
    margin: 5px 0;
    padding: 4px 0 0 0;
}

    .PainelParametrizacoes .PainelParametrizacoes_PainelAcoes fieldset {
        border: 1px solid #ccc;
    }

    .PainelParametrizacoes .PainelParametrizacoes_PainelAcoes .PainelParametrizacoes_PainelParametros {
        padding: 2px 0 0 0;
        border-top: 1px solid #CCC;
    }

        .PainelParametrizacoes .PainelParametrizacoes_PainelAcoes .PainelParametrizacoes_PainelParametros:first-of-type {
            border-top: none !important;
        }

        .PainelParametrizacoes .PainelParametrizacoes_PainelAcoes .PainelParametrizacoes_PainelParametros > .PainelParametrizacoes_TabelaParametros > tbody > tr > td:first-child {
            min-width: 200px;
        }

.legendaEspelhoVendas {
    border: solid 1px #CCC;
    font-size: x-small;
    margin: 5px 0;
}

    .legendaEspelhoVendas .Icone {
        width: 13px;
        height: 13px;
        border: 1px solid #333;
        text-align: center;
    }

    .legendaEspelhoVendas tr:first-child .Icone {
        border: none;
    }

    .legendaEspelhoVendas .Descricao {
        padding-left: 5px;
        padding-right: 15px;
    }

.btn-primary {
    color: #000;
    background-color: #eab92e;
    border-color: #eab92e;
}

    .btn-primary:hover {
        color: #000;
        background-color: #eab92e;
        border-color: #eab92e;
    }

.panel-primary {
    border-color: #eab92e;
}

    .panel-primary > .panel-heading {
        color: #000;
        background-color: #eab92e;
        border-color: #eab92e;
    }

.bg-primary {
    color: #000;
    background-color: #eab92e;
    border-color: #eab92e;
}

    .bg-primary:hover {
        color: #000;
        background-color: #eab92e;
        border-color: #eab92e;
    }

     .fonteGrande {
            font-size: large;
        }

        .fonteXGrande {
            font-size: x-large;
        }

        .espacamento5 {
            margin-top: 5px;
        }

        .espacamentoDireita15 {
            margin-right: 15px;
        }

        .espacamentoEsquerda15 {
            margin-left: 15px;
        }

        .espacamentoBaixo15 {
            margin-bottom: 15px;
        }

        .espacamento15 {
            margin-top: 15px;
        }

        .BordaDireita {
            border-right: solid 1px #ccc;
        }

        .BordaBaixo {
            border-bottom: solid 1px #ccc;
        }

        .BordaEsquerda {
            border-bottom: solid 1px #ccc;
        }