/* Estilo do Layout */
#box{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    font-family: "Liberation sans", Freesans, Arial, Helvetica, Ubuntu, "Droid Sans", "DejaVu Sans", sans-serif;
    font-size: 1em;
    padding: 0;
    position: relative;
}

#boxTopo{
    width: 999px;
    height: 170px;
    background:url(../img/topo_site_predial.png);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#boxCorpo{
    width: 1000px;
    min-height: 550px;
    height: auto;
    border: 1px solid #ccc;
    background: #fff;
}

#boxMenu{
    width: 1000px;
    height: 44px;
}

#boxCentro{
    width: 1000px;
    min-height: 490px;
    height: auto;
}

/* Estilo Rodapé */
#boxRodape{
    width: 1000px;
    height: 55px;
    border-top: 1px solid #ccc;
    background: #d1dde3;
}

#rodape{
    font-size: 0.85em;
    width: 730px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color:#3E3E3E;
    margin-top: 4px;
    padding-top: 6.5px;
    line-height: 17px;
}
/* Fim Estilo Rodapé */

/* Contéudo das Páginas*/
#conteudo{
    width: 980px;
    margin-left: 10px;
    height: auto;
    margin-top: 5px;
    color:#555555;
}
#conteudo_gerenciar{
    width: 800px;
    margin-left: 10px;
    height: auto;
    margin-top: 5px;
    float: left;
    color:#555555;
    font-size: 1em;
}
#menu_gerenciar{
    width: 180px;
    height: auto;
    margin-top: 5px;
    float: left;
}
#titulo{
    width: 96%;
    margin-top: 10px;
    margin-left: 3px;
    font-size: 1.60em;
    text-shadow: 0.06em 0.06em 0.04em #ABAAAA;
    color:#4C6879;
    border: 1px dotted #BABABA;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: #EFEFEF;
}
#titulo #registro{
    color: red;
}

#conteudo_registro{
    font-weight: bold;
    font-size: 20px;
    margin-left: 3px;
    margin-top: 20px;
}
/* Fim Contéudo das Páginas */

/* Home */
#conteudo_home{
    width: 933px;
    text-align:  justify;
    margin-top: 10px;
    border: 1px solid #ccc;
    margin-left: 4px;
    border-radius: 5px;
    padding-right: 15px;
    background: #FDFCFC;
}
#conteudo_home p{
    
}
#conteudo ul li{
    margin-bottom: 15px;
    line-height: 25px;
    list-style-image: url(../img/lista.gif);
}
#inf_home{
    margin-left: 8px;
    margin-top: 20px;
    width: 320px;
    float: left;    
}
#inf_home ul li a{
    /*color: #2376A9;*/
    color: #30759F;
    font-size: 15px;
    font-weight: bold;
}
#inf_home ul li a:hover{
    color: #03609A;
}
#inf_home_img{
    margin-top: 20px;
    float: left;
    width: 605px;
    height: 110px;
    padding-top: 20px;
    padding-left: 20px;
}
#inf_home_img img{
    margin-right: 40px;
    opacity:0.60;
    -moz-opacity: 0.60;
    filter: alpha(opacity=60);
}

/* Acessibilidade */
#boxTopo #acessibilidade{
    width: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #fff;
    background: #5B7ABB;
    font-size: 0.65em;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
} 
#boxTopo #acessibilidade a{
    text-decoration: none;
    color:#fff;
}
#boxTopo #acessibilidade a:hover{
    text-decoration: underline;
}
/* Fim Acessibilidade*/


/* Aviso */
#aviso_esq{
    width: 145px;
    float: left;
    margin-top: 50px;
    margin-left: 80px;
}
#aviso_dir{
    width: 700px;
    float: left;
    margin-top:100px;
    font-size: 22px;
}
#aviso_equi{
    width: 500px;
    float: left;
    margin-top:50px;
    font-size: 22px;
}
/* Fim Aviso */

/* Botão */
.btn {
  background: #627eb5;
  background-image: -webkit-linear-gradient(top, #627eb5, #5474b3);
  background-image: -moz-linear-gradient(top, #627eb5, #5474b3);
  background-image: -ms-linear-gradient(top, #627eb5, #5474b3);
  background-image: -o-linear-gradient(top, #627eb5, #5474b3);
  background-image: linear-gradient(to bottom, #627eb5, #5474b3);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 06px 13px 06px 13px;
  border: solid #3b5998 1px;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background: #7fa3eb;
  background-image: -webkit-linear-gradient(top, #7fa3eb, #6891e3);
  background-image: -moz-linear-gradient(top, #7fa3eb, #6891e3);
  background-image: -ms-linear-gradient(top, #7fa3eb, #6891e3);
  background-image: -o-linear-gradient(top, #7fa3eb, #6891e3);
  background-image: linear-gradient(to bottom, #7fa3eb, #6891e3);
  text-decoration: none;
}
.btn:disabled{
    background: #616F8C;
}
/* Fim Botão */

/* Estilos Formulário */
#formulario_cadastre{
    width: 82%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    background: #FAFBFE;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
}

#formulario{
    margin-left: 20px;
    margin-bottom: 50px;
}

#tabela_form{
    border-collapse: collapse;
}
#tabela_form tr{
    height: 40px;
    border-bottom: 1px solid #D9E4F7;
}
#tabela_form tr td{
    padding-left: 10px;
}

#tabela_form tr td select{
    height: 22px;
}    
#tabela_form tr td input{
    height: 17px;
}
#tabela_form tr td.descricao{
    padding-top: 10px;
    padding-bottom: 10px;
}

#resultado{
    margin-top: 30px;
}

#form_pesquisa #grupo,#form_pesquisa #perfil,#form_pesquisa #situacao{
    width: 230px;
    height: 23px;
}

#form_pesquisa #pesquisa{
    width: 240px;
    height: 17px;
    margin-bottom: 15px;
}
#form_pesquisa #nome,form_pesquisa #data{
    width: 236px;
    height: 17px;
    margin-bottom: 15px;
}
#form_pesquisa #fe{width: 200px;}

#form_inserir_grupo #foto{
    height: 25px;
}
#form_inserir_grupo #descricao{
    width: 447px;
}

#form_inserir_local #descricao,#form_editar_local #descricao{
    width: 447px;
}

#form_inserir_equipamento #descricao{
    width: 447px;
}
#form_inserir_equipamento #grupo{
    width: 453px;
}
#form_inserir_equipamento #local{
    width: 390px;
}

#form_inserir_estado #estado{
    width: 500px;
    height: 30px;
    margin-bottom: 10px;
}
#form_inserir_estado #descricao{
    width: 493px;
}

#resultado_estado{
    margin-top: 20px;
}

#link_add{
    color: #627eb5;
}
#form_concluir_agenda #observacao{width: 95%;}
#nota_data{
    color:#0C3388;
}
#resultado_concluir_agenda{
    margin-top: 30px;
}
#linkCaptcha{
    position: relative;
    top: 3px;
}

#captcha{
    position: relative;
    bottom: 9px;
}

#imagem_contato{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
#telefone_contato{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96.3%;
    border-top: 1px solid #E8E7E7;
    border-bottom: 1px solid #E8E7E7;
    padding-left: 30px;
    margin-bottom: 10px;
    color:#30759F;
}
#formulario_contato{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 15px;
}
#form_contato #mensagem{
    width: 446px;
}

/* Estilo Formulário */

/* Dialogs */
#dialog_curso, #dialog_usuario, #dialog_local{
    display: none;
}
#dialog_grupo{
    display: none;
}
#dialog_inserir_estado{
    display: none;
    padding-top: 25px;
    padding-left: 10px;
}
#dialog_detalhe_estado{
    display: none;
    padding-top: 25px;
    padding-left: 10px;
}
#dialog_equipamento{
    display: none;
    padding: 10px;
}
#dialog_cor{
    display: none;
    padding: 10px;
}
#dialog_concluir_agenda{
    padding: 20px;
    display: none;
}
#cor_box{
    width: 35px;
    height: 35px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 20px;
}
#cor_box_link{
    float: left;
    height: 28px;
    padding-top: 7px;
}
#dialog_add_horas,#dialog_editar_horas{
    display: none;
    padding: 10px;
}
#dialog_add_recesso,#dialog_editar_recesso,#dialog_recesso_anterior{
    display: none;
    padding: 10px;
}
#dialog_observacao{display: none;padding: 20px;}
/*Detalhes Cadastrados*/

/*Tabela*/
#detalhes{
    width: 97.3%;
    border-collapse: collapse;
    margin-left: 4px;
}
#detalhes tr{height: 40px;}
#detalhes tr:hover{
    border-bottom: 1px solid #C1C6D0;
    border-top: 1px solid #C1C6D0;
}

#detalhes tr td{
    padding-left: 15px;
    border-left: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
#detalhes tr td.primeiro{width: 200px;}
#detalhes tr td.primeiro_detalhes{width: 250px;}
#detalhes tr td.foto{
    padding-top: 10px;
    padding-bottom: 10px;
}
#detalhes tr td.cor{
    padding-top: 6px;
    padding-bottom: 6px;
}

#detalhes tr.cor1{background: #E4E9ED;}
#detalhes tr.cor1_ativo{background: #E4E9ED;border-top: 1px solid #AFEAB4;border-bottom: 1px solid #AFEAB4;}
#detalhes tr.cor1_inativo{background: #E4E9ED;border-top: 1px solid #F9D1D1;border-bottom: 1px solid #F9D1D1;}

#detalhes tr.cor2{background: #F1F4F7;}
#detalhes tr.cor2_ativo{background: #F1F4F7;border-top: 1px solid #AFEAB4;border-bottom: 1px solid #AFEAB4;}
#detalhes tr.cor2_inativo{background: #F1F4F7;border-top: 1px solid #F9D1D1;border-bottom: 1px solid #F9D1D1;}

#destaque_inativo{
    color: #F04343;
    font-weight: bold;
}
#destaque_ativo{
    color: #0C9318;
    font-weight: bold;
}

#link_detalhes{
    width: 97%;
    height: 50px;
    margin-left: 4px;
    border: 1px solid #E6E6E6;
}

#link_detalhes #acao{
    float: right;
    margin-right: 15px;
    margin-left: 15px;
}
#link_detalhes #acao a{
    text-decoration: none;
    color: #4C6879;
}
#link_detalhes #acao a:hover{
    text-decoration: underline;
    color: #213F52;
}
#link_detalhes #acao img{
    position: relative;
    top: 8px;
    left: 2px;
}

.lista {
    list-style-image: url(../img/seta.png);
    margin:20px 0px 0px;
    padding-left:16px;
}
.lista li{margin-bottom:10px;}


/* Estilo Tabelas */
#tabela {
    clear: both;
    color: #333;
    margin-bottom:5px;
    width: 99%;
    font-size:10pt;
    border-collapse: collapse;
}
#tabela tr th {
    background: #f2f2f2;
    border:1px solid #bbb;
    text-align: center;
    width:140px;
}

#tabela tr th.acao_minhas{width:9%;}
#tabela tr th.acao{width:12%;}
#tabela tr td a{text-decoration: none;}
#tabela tr td a img{border:none;}
#tabela tr td {
    border-collapse: collapse;
    border:1px solid #cccccc;
    text-align:center;
}
#tabela tr td.indice{
    text-align: center;
    font-weight: bold;
    height:20px;
    color:#3b5998;
    background: #E6E6FA;
}

#tabela tr:hover{ background: #f2f4fb; }

#tabela tr.inativo{ background: #FCECEC; }
#tabela tr.inativo:hover{ background: #f2f4fb; }

#tabela tr.estado_atual{ background:#EEF2F7; }
#tabela tr.estado_atual:hover{ background: #f2f4fb; }

#tabela tr td #linkConteudoTd{color: #333;}
#tabela tr td #linkConteudoTd:hover{text-decoration: underline;}

#tabela tr td #linkConteudoTd2{
        color: #333;
        text-decoration: underline;
}

#resul_tabela{
    margin-top: 20px;
    color: #5977B7;
}

#tabela tr td.situacao_esp{
    padding-top: 8px;
    padding-bottom: 8px;
}

#destaque_tabela_ativo{color: #0C9318;font-weight: bold;}
#destaque_tabela_inativo{color: #F04343;font-weight: bold;}

/* Legenda Tabela */
#legenda_tabela{
    margin-right: 6px;
    float: right;
    width: 400px;
}
#tabela_legenda {
    clear: both;
    color: #333;
    margin-bottom:5px;
    width: 99%;
    font-size:10pt;
    border-collapse: collapse;
}
#tabela_legenda tr td{padding-left: 5px;color: #1E2633;}
#tabela_legenda tr td.legenda_atual{
    background:#EEF2F7;
    width: 30px;
    height: 25px;
    font-weight: bold;
    border: 1px solid #87ABD7;
}
#tabela_legenda tr td.legenda_outros{
    background:#FCECEC;
    width: 30px;
    height: 25px;
    font-weight: bold;
    border: 1px solid #DD9E9E;
}
#tabela_legenda tr td.imagem{
    width: 40px;
    height: 30px;
}
#tabela_legenda tr td.texto_legenda{
    color:#30759F;
    font-weight: bold;
}
#tabela_legenda tr td.descricao_legenda{
    color: #375148;
    font-weight: bold;
}
/* Fim do estilo Tabela */

/* Autenticação */
#autenticacao{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 225px;
    height: auto;
    border:1px solid #ccc;
    border-radius: 4px;
    background:#FAFBFE;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 15px;
}
#tabela_autenticacao{
    text-align: left;
    margin: auto;
}
#bt_logar{
    margin-top: 10px;
}
#esqueci{
    text-align: center;
    margin-top: 10px;
}
#esqueci a{
    color:#3B5998;
}

#autenticacao_esqueci{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    min-height: 250px;
    height: auto;
    border:1px solid #ccc;
    border-radius: 3px;
    background:#f4f7fb;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}
/* Fim Autenticação */

/* Paginação e Voltar */

#voltar{margin-top:30px;margin-bottom: 30px;}
#voltar img{
    position: relative;
    top: 7px;
}
#voltar a{text-decoration:none;color: #333;font-weight:bold;}
#voltar a:hover{text-decoration: underline;}

#todos{text-decoration:none;color: #333;font-size: 14px; margin-left: 15px;font-weight: bold;}
#todos img{position: relative;top: 7px;}

#todos_equi{text-decoration:none;color: #333;font-size: 14px; margin-left: 25px;font-weight: bold;display: block;}
#todos_equi img{position: relative;top: 7px;}


#paginacao{width:98%;text-align:right;margin-bottom:30px;}
#paginacao a{text-decoration:none;color: #333;font-size: 14px; }
#paginacao a.atual{font-weight: bold;color:#2B6CAE;font-size: 15px;}
#paginacao #paginas{
    margin-right:70px;
    font-size: 12px;
    color:#767676;
}
/* FIM Paginação e Voltar */

/* Filtros */
#filtro{
    width: 770px;
    min-height: 38px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background:#F4F4FA;
    padding: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
}

#retorno{
    margin-left: 10px;
    color: #1B5B9C;
}

#msg_pesquisa{
    margin-top: 10px;
}

#icone_link{
    padding-top: 3px;
    padding-bottom: 3px;
    background-position:left;
    background-image: url(../img/add.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 23px;
    float: left;
}
#icone_link a{
    text-decoration: none;
    color: #3B5998;
}
#icone_link a:hover{
    text-decoration: underline;
}

#filtro_visualizar{
    width: 96.5%;
    min-height: 30px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*background:#E8EDF6;*/
    background: #EAEEF7;
    padding: 10px;
    margin-bottom: 5px;
    padding-top: 20px;
}

#msg_filtros{
    margin-top: 15px;
    color:#4B6CB2;
}

#imagem_pesquisar{
    position: relative;
    top: 3px;
}

#nota{
    width: 59%;
    min-height: 30px;
    height: auto;
    text-align: justify;
    color: #30759F;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 12px;
    padding-left: 48px;
    padding-right: 3px;
    background-image: url(../img/icone_informacao.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-position-x: 10px;
    border: 1px solid #DFDEDE;
    border-radius: 4px;
    background-color: #FCFDFF;
}

#nota_restrito{
    width: 91.2%;
    min-height: 30px;
    height: auto;
    text-align: justify;
    color: #7A7777;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 12px;
    padding-left: 48px;
    padding-right: 3px;
    background-image: url(../img/icone_informacao.png);
    background-position:left;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-position-x: 10px;
    border: 1px solid #DFDEDE;
    border-radius: 4px;
    background-color: #FCFDFF;
}
#nota_restrito p{
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 17px;
}

/* Horário de Funcionamento*/
#box_horario{
    width: 90%;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: #E5EEF6;
    margin-left: 10px;
}
#box_horario #acoes{
    float: right;
    width: 15%;
    text-align: right;
    padding-right: 5px;
}
#box_horario #nome_dia{
    text-decoration: none;
    font-weight: bold;
    color:#555555;
}

#destaque_horario{
    color: #F88282;
}

#box_horario_recesso{
    width: 85%;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: #F8DFDF;
}
#box_horario_recesso #acoes{
    float: right;
    width: 15%;
    text-align: right;
    padding-right: 5px;
}

#box_detalhe_horario{
    width: 85%;
    border: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: #F6FEF0;
    margin-left: 22px;
}

#box_detalhe_horario #acoes{
    float: right;
    width: 15%;
    text-align: right;
    padding-right: 5px;
}

#add_horas_nome_dia, #alterar_horas_nome_dia{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #275B92;
}
#destaque_vermelho{
    color: #E95F5F;
}
#resultado_add_horas,#resultado_editar_horas,#resultado_add_recesso,#resultado_editar_recesso{
    margin-top: 15px;
}

/* Horário de Funcionamento - Recesso */
#form_add_recesso #nome,#form_add_recesso #descricao{
    width: 315px;
}
#form_editar_recesso #nome,#form_editar_recesso #descricao{
    width: 315px;
}

#outros_recesso{
    margin-left: 10px;
    margin-top: 40px;
}
#outros_recesso a{
    color:#5D8FBC;
    text-decoration: none;
}
#outros_recesso a:hover{
    color:#1B4B78;
    text-decoration: underline;
}
#outros_recesso a img{
    margin-right: 5px;
}

/*Usuário*/
#form_usuario #senha,#form_usuario #confirme,#form_usuario #palavra_chave{
    width: 144px;
}
#form_usuario #perfil_usuario_id{
    width: 455px;
}
#form_usuario #curso{
    width: 380px;
}

/* Página principal - Equipamentos */
#conteudo_equi{
    width: 980px;
    margin-left: 3px;
    margin-top: 15px;
}
#box_equipamento{
    width: 445px;
    border: 1px solid #ccc;
    background: #FCFCFC;
    padding: 5px;
    border-radius: 6px;
    overflow: auto;
    margin-right: 30px;
    float: left;
    margin-bottom: 20px;
}

#box_equipamento #foto{
    width: 90px;
    float: left;
    display: block;
    text-align: center;
}

#box_equipamento #nome{
    width: 205px;
    float: left;
    margin-top: 23px;
    font-weight: bold;
    display: block;
    font-size: 21px;
    text-align: center;
}

#box_equipamento #acao{
    width: 130px;
    float: left;
    text-align: right;
    padding-right: 15px;
    margin-top: 15px;
}

#conteudo_equi #legenda_equi{
    width: 500px;
    float: right;
    clear: both;
    margin-bottom: 15px;
    margin-right: 35px;
}

#detalhe_equi{
    margin-left: 3px;
    width: 730px;
    float: left;
}
#detalhe_equi_legenda{
    float: left;
    border: 1px solid #bbb;
    width: 230px;
    padding-left:10px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    background: #FCFDFF;
}
#detalhe_equi_legenda p{
    margin-bottom: 22px;
}
#detalhe_equi_legenda #destaque_ativo{
    margin-bottom: 10px;
}
.legenda_estado{
    margin-top: 5px;
    margin-bottom: 5px;
}
#destaque_azul{
    color: #2C416F;
}

#msg_recesso{
    font-size: 18px;
    margin-top: 20px;
    margin-left: 15px;
}

#conteudo_restrito{
    margin-top: 30px;
    margin-left: 5px;
}