﻿/*body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: transparent url(~/Imagens/body_bg.png) repeat-x top left;
}*/

/* ESTRUTURA: Master, início */
/*#wrapper
{
	margin: 0 auto;
	width: 768px;
	height:1024px;
	border: none;
}*/

/*#cabecalho
{
	background: url('~/Imagens/logo_pcrj.png') no-repeat left 50%;
	height: 73px;
	padding: 20px 2px 2px 160px;
	color: #FFF;
}*/  
.lblInterno
{
	color: #000000 !important;
}
#cabecalho table, #cabecalho tr, #cabecalho td
{
    border: none;
    margin: 0;
    padding: 0;
}

.PopupBackGround
{
        
 background-color:#333; 
 filter:alpha(opacity=70); 
 opacity:0.7;  
 position: absolute;
 width:100%;
 height:100%;
 top:0;
 left:0;
}

.PontoInterrogacao
{
  padding-left:25px;  
}

.textoPopUp
{
    font-family:Arial;
    font-size: 12px;   
}

.textoPopUp2
{
    font-family:Arial;
    font-size: 12px;   
    text-align:justify;
}

.BotaoPopUp
{
    
}


.PopUpBackGround2
{ 
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
 z-index:1000 !important;
}

.panelObrigatorio span.labelAtendimento
{
    color: Red;
}

.fixArvore
{
    max-height: 200px;
    height: auto !important;
}

.labelAtendimento
{
    font-weight: bold;
    font-size: 12px;
}

#cabecalho table tr td.primeira_coluna
{
    width: 500px;
}
#cabecalho table tr td.segunda_coluna
{
    width: 70px;
}
#cabecalho h1, #cabecalho h2
{
    padding: 0;
    margin: 0; /*display: inline-block; 	width: 500px;*/
}
/*#cabecalho h1
{
font-size: 24px;
}
#cabecalho h2
{
font-size: 18px;
}*/


/*#navegacao
{
    margin-left:12px;
	width: 150px;
	float: left;
}*/

#conteudo
{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

#rodape
{
    clear: both; /*background-color: #666;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
}

#fundoLoading, #js_desabilitado
{
    width: 100%;
    height: 100%;
    background-color: #000;
    position:fixed;
    top:0;
    left:0;
    opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
    /*filter: alpha(opacity=60);*/
    z-index: 1000;
}

#loading
{
    position: fixed !important;
    position: absolute; /*ie6 and above*/
    background-color: #FFF; /*float: left;	*/
    top: 20px;
    right: 40px;
    font-weight: bold;
    color: #000066;
    padding: 2px;
    border: solid 1px #00529B;
    z-index: 1001;
}

#js_desabilitado h1
{
    color:Red;
    z-index: 1002;
    text-align:center;
    margin-top:300px;
}

/* ESTRUTURA: Master, fim */

/* ESTRUTURA: Menu, início */
.menu
{
    list-style-type: none;
    margin: 0 0 12px 0;
    padding: 0;
    border: solid 1px #7ebdfc;
}
.menu li a
{
    font: bold 12px Arial, Helvetica, sans-serif;
    display: block;
    background: transparent url(../Imagens/bg_menu.gif) 100% 0;
    height: 24px;
    padding: 4px 0 4px 10px;
    line-height: 24px;
    text-decoration: none;
}

.menu li a:link, .menu li a:visited
{
    color: #004980;
}

.menu li a:hover
{
    color: #26370A;
    background-position: 100% -32px;
}


.menu li a.atual
{
    color: #26370A;
    background-position: 100% -64px;
}

.menu li.divisao
{
    background-color: transparent;
    margin: 6px 6px 6px 0;
    padding: 1px 0;
}

span.versao
{
    font-weight: bold;
    display: block;
    color: #ccc;
}

/* ESTRUTURA: Menu, fim */

/* COMPONENTES: GuiaNavegacao746, início */
.guia_navegacao
{
    margin: 2%;
}
.etapa
{
    border: 1px solid #000;
    height: 100px;
    float: left;
    vertical-align: middle;
    width: 32%;
    text-align: center;
}
.etapa p
{
    padding: 40px 0 0 0;
    margin: 0;
}
.meia.etapa
{
    height: 50px;
    width: 100%;
}
.meia.etapa p
{
    padding: 18px 0 0 0;
    margin: 0;
}
.novo
{
    border: none;
    border-bottom: 1px solid #000;
    float: none;
}
.acompanhamento
{
    /*padding: 15px 20px;*/
    border: none;
    float: none;
}
.primeira_etapa
{
    padding: 0;
}
.atual
{
    font-weight: bold;
    text-decoration: underline;
}
/* COMPONENTES: GuiaNavegacao746, fim */

/* COMPONENTES: MessageBox, início */
.informacao, .sucesso, .alerta, .erro
{
    border: 1px solid;
    margin: 10px 10px;
    padding: 5px 5px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.informacao
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../Imagens/informacao.gif);
}
.sucesso
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../Imagens/sucesso.gif);
}
.alerta
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../Imagens/alerta.gif);
}
.erro
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../Imagens/erro.gif);
}

.botao_fechar_mensagem
{
    float: right;
}

.container
{
}
.info p, .success p, .warning p, .error p
{
    padding: 0px 50px;
}
.info a, .success a, .warning a, .error a
{
    float: right;
    padding: 10px;
    cursor: pointer;
}
.MessageBoxContainer img
{
    border: none;
}
/* COMPONENTES: MessageBox, fim */

/* CONTROLES: início */

.textbox, .dropdownlist, .listbox
{
    border: 1px solid #335C78;
    font-size: 14px;
    margin: 1;
    padding: 1;
}

.curto
{
    width: 60px;
}
.medio
{
    width: 120px;
}
.mediolbx
{
    width: 200px;
}
.extenso
{
    width: 240px;
}
.dobroextenso
{
    width: 97%;
}
.dobroextensofixo
{
    width: 480px;
}
.extensoFixo
{
    width: 375px;
}

.fullwidth
{
    width: 100%;
}

.cep
{
    width: 150px;
}

.numero
{
    width: 80px;
}

.complemento
{
    width: 420px;
}

.complemento
{
    width: 430px;
}

.datahora
{
    width: 160px;
}

.triploextenso
{
    width: 422px;
}

.desabilitado
{
    background-color: #e6e6e6;
    color: #000;
}

.label
{
    font-weight: bold;
    font-size: 12px;
}

.Required
{
    color: Black !important;
    text-decoration: none !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
}

.botao
{
    /*border: solid 1px #b8ceff; 	background: #b8ceff url('~/Imagens/bg_botao.gif') repeat-x left top; 	color: #333; 	font-weight: bold; 	height: 30px;*/
}

.botaoPesquisaChamado
{
    width: 100px;
}


.botao:hover
{
    /* background: #CCC url(~/Imagens/bg_botao_on.gif) repeat-x top left; */
}

.obrigatorio
{
    color: Red;
}

.redAndSmall
{
    color: Red;
    font-size: 11px;
}

.maiusculo {TEXT-TRANSFORM: uppercase;}

.minusculo {TEXT-TRANSFORM: lowercase;}

.espera
{
    background: url('../Imagens/AjaxAni.gif')no-repeat center top;
    left: auto;
    z-index: 100;
    width: 100%;
    height: 1500px;
    position: absolute;
    background-color: #FFF;
    top: auto; 
}

.tooltip
{
    display: none;
    position: absolute;
    padding: 1px;
    border: 1px solid #333333;
    background-color: #fffedf;
    font-size: smaller;
    z-index: 1;
    width: 20px;
}

.collapsePanelHeader
{
    border: 1px solid #333333;
    height: 20px;
    background-color: #8DB6CD;
    font-weight: bold;
}
.popupMenu
{
    width: 220px;
    height: 40px;
    background-color: #E6E6FA;
}
.campoProtocolo
{
    font-size: x-small;
    color: Gray;
}
.treeview
{
    background-color: White;
}

.paginacaoAdm
{
    color: white;
    width: 98%;
    margin: 0 -20px;
}

.paginacaoAdm table
{
    background-color: gray; /*width: 610px;*/
}

.divPaginador
{
    margin: 0 -20px;
    width: 478px;
}

.GridAdm
{
    margin: 0 -20px;
}

.gridMonitorDetalhamentoNegrito
{
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

.gridMonitorDetalhamentoNegrito13
{
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
}

.gridMonitorDetalhamentoNegrito13Azul
{
    font-size: 13px;
    font-weight: bold;
    color: Blue;
}

.txtData
{
    width: 80px !important;
}

.txtHora
{
    width: 40px;
}
.CheckBoxList
{
    border: 1px solid;
}
.primeira_coluna_td_atendimento_atributo_especifico
{
    text-align: right !important;
    width: 135px !important;
    padding-right: 2px !important;
}

.segunda_coluna_td_atendimento_atributo_especifico
{
    text-align: left !important;
    width: 450px !important;
}

.primeira_coluna_td_atendimentomonitor_atributo_especifico
{
    text-align: right !important;
    width: 119px !important;
    padding-right: 2px !important;
}

.primeira_coluna_td_acompanhamento_atributo_especifico
{
    text-align: right !important;
    width: 150px !important;
    padding-right: 2px !important;
}

.segunda_coluna_td_acompanhamento_atributo_especifico
{
    text-align: left !important;
    width: 450px !important;
}

.primeira_coluna_td_atendimento
{
    width: 135px !important;
    text-align: right;
}


.segunda_coluna_td_atendimento
{
    width: 449px !important;
}
.segunda_coluna_td_atendimento_plogica
{
    width: 650px !important;
}

.primeira_coluna_td_acompanhamento
{
    width: 150px !important;
    text-align: right;
}


.segunda_coluna_td_acompanhamento
{
    width: 800px !important;
}

.segunda_coluna_td_acompanhamento_plogica
{
    width: 650px !important;
}


.primeira_coluna_td_administracao
{
    width: 141px;
}

.primeira_coluna_td_administracao_dentro_fieldset
{
    width: 130px;
}

.primeira_coluna_td_administracao_dentro_fieldset_atributo_comum
{
    width: 123px;
}

.primeira_coluna_adm_sla
{
    width: 138px;
}

.segunda_coluna_adm_sla
{
    width: 460px;
}

.primeira_coluna_adm_sla_dentro_fieldset
{
    width: 135px;
}

.segunda_coluna_adm_sla_dentro_fieldset
{
	width: 450px;
}

.primeira_coluna_adm_sla_atributos_dentro_fieldset_atributo_comum
{
    width: 133px;
}

.segunda_coluna_adm_sla_atributos_dentro_fieldset_atributo_comum
{
    width: 438px;
}


.primeira_coluna_adm_sla_atributos
{
    width: 139px;
}

.segunda_coluna_adm_sla_atributos
{
    width: 440px;
}

.segunda_coluna_td_administracao
{
    width: 449px;
}

.larguraCampoEndereco
{
    width: 434px;
}

.larguraCampoTipoSubtipo
{
    width: 436px;
}
.modal-title
{
    background:#034383;
    width:100%;
    height:23px;   
    margin-bottom:20px; 
}
.modal-title h1
{
    font-size: 14px;    
    float:left;
    line-height:24px;
    color:#fff;
    margin-left:10px;
}
.modal-title span
{
    float:right;
    font-size:14px;    
    line-height:24px;
    margin-right:10px;
}
.modal-title span a
{
    color:#fff;
    text-decoration:none;   
    padding:0 3px;     
}
.modal-title span a:hover
{
      font-weight:bold;
}
.modal-container
{
    margin:0 10px 10px;
}
.modal-image, .modal-text, .modal-buttons
{
    float:left;   
}
.modal-image
{
    width: 50px;  
    height: 50px;
}
.modal-text
{
    width:380px;
    height: 50px;
    margin-left:20px;
}
.modal-buttons
{
    margin-top:25px;
    width:100%;    
}
.modal-buttons input
{
    
}