﻿#DVConfigEstilos, #DVConfigObjetos
{
    position: relative;
    height: 350px;
    white-space: nowrap;
}
.DVConfigObjItem
{
    position: relative;
    float: left;
    padding: 10px;
    margin: 6px;
    cursor: pointer;
    width: 130px;
    font-size: 8pt;
    border: 1px solid #CCE6FF;
    background-color: #FDFEFF;
    
    
}
.metaremover, .metaeditar, .metafilhos
{
    background-position: center center;
    position: relative;
    float: right;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px 2px 0px 10px;
    cursor: pointer;
}
.metanome
{
    position: relative;
    float: left;   
}
.metaremover
{
    background-image: url('../Imagens/IcoRemover.png');
}
.metaeditar
{
    background-image: url('../Imagens/IcoCadEditar.png');
}
.metafilhos
{
    background-image: url('../Imagens/IcoCadFilhos.png');
}
.metaremover:hover, .metaeditar:hover, .metafilhos:hover
{
    background-color: #c0c0c0;
}
.DVInstrucaoModulos
{
    position: relative;
    font-weight: bold;
    color: #999999;
    padding: 10px;
    float: left;
}
.DVEstilosCategoriasNome
{
    font-size: 10pt;
    font-weight: bold;
    width: 120px;
    padding: 4px;
    overflow: hidden;
    text-transform: uppercase;
}
.DVConfigObjItem img
{
    margin-left: 15px;   
}
.DVConfigEstItem
{
    position: relative;
    float: left;
    padding: 20px;
    margin: 6px;
    cursor: pointer;
    width: 120px;
    font-size: 8pt;
}
#DVOperacoesEstilo
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15px;
    font-size: 9pt;
    padding: 6px;
    background-color: #C8E3EA;
    border: 1px solid #C8E3EA;
    width: 100%;
}
#DVOperacoesEstilo div
{
    position: relative;
    float: right;
    margin: 3px;
    background-color: #F0F7F9;
    border: 1px solid #F0F7F9;
    color: #808080;
    cursor: pointer;
}
#DVOperacoesEstilo div:hover
{
      background-color: #afc9e8;
      border: 1px solid #afc9e8;
}

#DVEstiloPersonalizar
{
    background-image: url('../Imagens/IcoConfiguracoes.png');
    background-repeat: no-repeat;
    background-position: 10px center;
        padding: 5px 10px 5px 32px;
}
#DVEstiloDefinirPadrao
{
    background-image: url('../Imagens/IcoDefinirItemPadrao.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 10px 5px 32px;
}
#DVEstiloAplicarTodos
{
    background-image: url('../Imagens/IcoCadFilhos.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    padding: 5px 10px 5px 32px;
}
#DVEstiloAplicar, .btaplicar
{
    background-image: url('../Imagens/IcoAplica.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 10px 5px 32px;
}


#BTConfObjVoltar
{
    background-image: url('../Imagens/IcoVoltar.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 8px 3px 30px;
    font-size: 9pt;
    cursor: pointer;
    height: 30px;
}


.DVConfigObjItem:hover, .DVConfigEstItem:hover
{
    background-color: #E6EDF7;
}
.DVBTObjetoItem
{
    position: relative;
    float: left;
    padding: 6px;
    margin: 6px;
    cursor: pointer;
}
.DVBTObjetoItem img
{
    border: 1px solid #bfc4c5;
}
.DVBTObjetoItem:hover
{
    background-color: #f0f7f9;
}
.DVLisIteFilhos
{
    cursor: pointer;
    width: 35px;
    background-position: center center;
    background-repeat: no-repeat;
}
.DVListaItem
{
    position: relative;
    float: left;
    font-size: 9pt;
}
.DVListaItem Div, .campoinput, #DVConfigObjetos input, #GridView1 th, .GridViewCss th, .formatogeral, .CmpTexto, #GridView1 td, .GridViewCss td
{

    font-family: Trebuchet MS, 'Trebuchet MS', Tahoma, Verdana;
}
.DVListaItem Div, .campoinput, #DVConfigObjetos input, #GridView1 th, .GridViewCss th, .formatogeral, .CmpTexto
{
    padding: 4px;
    margin: 4px;
    height: 28px;
    line-height: 26px;
    color: #FFFFFF;
    font-size: 9pt;
    margin: 4px;
    outline: none;
}
.CmpTextoPes
{
    
margin: 0;
padding: 0;
border: 0;
display: block;
height: 36px;
position: relative;
float: left;
outline: none
}
#GridView1 tr th, .GridViewCss tr th
{
    background-color: #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
    color: #333333;
    font-size: 10pt;
    border: 0;
}
#DVFrmConfObj #DVFrmConfObjConteudoListagem #GridView1 tr td, #DVFrmConfObj #DVFrmConfObjConteudoListagem .GridViewCss tr td
{
    height: 28px;
}
#GridView1 tr td img, .GridViewCss tr td img
{
    cursor: pointer;
}
#GridView1 tr td img:hover, .GridViewCss tr td img:hover
{
    background-color: #f0f7f9;
}

.campoinput:hover, #DVConfigObjetos input:hover
{
    background-color: #afc9e8;
}
#DVFrmConObjCabecalho
{
    height: 65px;
    position: relative;
    width: 100%;
    clear: both;
    overflow: auto;
    overflow: visible;
}
#GridView1, .GridViewCss
{
    width: 100%;   
}
#BTFrmConObjBuscar
{
    background-position: center center;
    position: relative;
    float: left;
    width: 20px;
    background-image: url('../Imagens/IcoBusca.png');
    clear: none;
    cursor: pointer;
    background-repeat: no-repeat;
}
.ObjFiltroTexto
{
    width: 450px;
}
#DVFrmConObjFiltroTexto
{
    font-size: 9pt;
}
#TxtBusca
{
    position: relative;
    float: left;
}
#DVPaginacao
{
    position: relative;
}
#DVPaginacao #BTProxima, #DVPaginacao #BTAnterior
{
    position: relative;
    float: right;
    font-size: 9pt;
    height: 35px;
    width: 90px;
    cursor: pointer;
}
#BTProxima
{
    background-image: url('../Imagens/ImgAvancar.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding: 3px 30px 3px 8px;
}
#BTAnterior
{
    background-image: url('../Imagens/ImgVoltar.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 8px 3px 30px;
}

#PNCabecalho #BTFrmConObjBuscar
{
    width: 34px;
height: 30px;
margin-right: 8px;
}
#PNCabecalho #BTFrmConObjAdicionar
{
    background-position: right center;
    position: relative;
    float: left;
    width: 102px;
    background-image: url('../Imagens/IcoAdicionar2.png');
    clear: none;
    cursor: pointer;
    height: 30px;
    padding-right: 22px;
    background-repeat: no-repeat;
}
#alertaform
{
    position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    font-size: 9pt;
    padding: 12px;
}
#alertaform .titulojanela
{
    padding: 5px;
    background-color: #F0F7F9;
    position: relative;
    clear: both;
    overflow: hidden;
}
#alertaform .conteudomensagem
{
    position: relative;
    clear: both;
    padding: 5px;
    height: 40px;
    line-height: 40px;
}
#BTConfObjSalvar
{
    background-image: url('../Imagens/ImgConcluir.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 8px 3px 30px;
    height: 30px;
    font-size: 9pt;
    cursor: pointer;
    height: 30px;
}
#DVFrmConfObjCancelar
{
    background-image: url('../Imagens/IcoCancelar.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 8px 3px 30px;
    font-size: 9pt;
    cursor: pointer;
    height: 30px;
}
#BTConfObjGerenciar
{
    background-image: url('../Imagens/IcoCadFilhos.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 8px 3px 30px;
    font-size: 9pt;
    cursor: pointer;
    height: 30px;
}
#DVBotoesAcao
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    clear: both;
}
.DVListaItemSelecionado
{
    background-color: #006699;
    border: 1px solid #006699;
    font-size: 12pt;
}
#GridView1 td, .GridViewCss td
{
    padding: 4px;
    margin: 4px;
    height: 28px;
    line-height: 26px;
    color: #4c4c4c;
    font-size: 9pt;
    margin: 4px;
    outline: none;
    background-color: #f5f5f5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    vertical-align: top;
border-top: 1px solid #ddd;
}
.OpcaoObjetoSelecionado
{
    background-image: url('../Imagens/IcoSelecionado.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
#DVForm
{
    position: relative;
    clear: both;
}
#DVForm table
{
    position: relative;
    clear: both;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-right: 0px;
}
#DVRedesSociaisItem
{
 position: relative;
 float: left;
 clear: both;   
}
#DVRedSocTitulo
{
    font-weight: bold;
    font-size: 12pt;   
}
.CmpTextoRedesSociais
{
    width: 620px;
}
#DVRedSocItens
{
  font-size: 10pt;   
}

textarea
{
    font-family: Trebuchet MS, 'Trebuchet MS', Tahoma, Verdana;
}
.DVIteOrdenavelPosicao
{
    padding: 8px;
    font-size: 22pt;
    font-weight: bold; 
    margin: 4px;  
    position: relative;
    float: left;
}

.DVModCadItem
{
font-size: 9pt;
position: relative;
clear: both;
line-height: 18px;
margin-top: 8px;
}
.DVModCadPesItem
{
    font-size: 9pt;
    position: relative;
    float: left;
    line-height: 18px;
    margin-top: 8px;
    min-width: 165px;
    min-height: 70px;
    overflow: hidden;
}
.colunacadastro
{
    position: relative;
    float: left;  
    min-width: 160px; 
}
.DVMetaItem
{
    border: 1px solid #E5E5E5;
    padding: 4px;
    background-color: #F7F7F7;
    position: relative;
    float: left;
    margin: 3px;
    font-size: 8pt;
    line-height: 22px;
}
.DVMetaAdicionar
{
    text-align: right;
    float: left;
    
    
}

#DVBTAdicionar
{
    background-image: url('../Imagens/IcoAdicionarObjeto.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    cursor: pointer;
    position: relative;
    float: left;
}
#DVBTAdicionar:hover
{
    background-color: #808080;   
    border: 1px solid #808080;
}
#DVMetasAdicionadas
{
    position: relative;
    clear: both;
    padding: 6px;   
}
.DVMetaAdiNome
{
    position: relative;
    float: left;   
}
.largura100
{
    width: 100%;
}
.largura95
{
    width: 95%;
}
.largura90
{
    width: 90%;
}
.largura85
{
    width: 85%;
}
.largura80
{
    width: 80%;
}
.largura75
{
    width: 75%;
}
.largura70
{
    width: 70%;
}
.largura65
{
    width: 65%;
}
.largura60
{
    width: 60%;
}
.largura55
{
    width: 55%;
}
.largura50
{
    width: 50%;
}
.largura45
{
    width: 45%;
}
.largura40
{
    width: 40%;
}
.largura35
{
    width: 35%;
}
.largura30
{
    width: 30%;
}
.largura25
{
    width: 25%;
}
.largura20
{
    width: 20%;
}
.largura15
{
    width: 15%;
}
.largura10
{
    width: 10%;
}
.largura5
{
    width: 5%;
}