/* CSS Document */

body {
    background-color: #f6f6f6;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    /*background-image: url('az_subtle.png'); /*  Padrão para o fundo */
}

a:link{
    color: #333333;
    font-family: Arial;
    text-decoration: none;  
}

a:active{
    color: #333333;
    font-family: Arial;
    text-decoration: none;
}

a:visited{
    color: #222222;
    font-family: Arial;
    text-decoration: none;
}

a:hover{
    color: #2991ca;
    font-family: Arial;
}

.hr {
    background-color: #525252;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
a.hr:link {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
a.hr:active {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}
a.hr:visited {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

h1 {
    font-family: Arial;
    font-size:11px;
    line-height:1em;
    border-bottom: medium solid #999999;
    color: #5e515b;
    padding-bottom:4px;
    margin-bottom: 10px;
}

.tabela {
    border-collapse:1px;
    border-spacing:0;
    font-size:13px;
    color: #333333;
    /*width:508px;*/
    width:100%;
    border-radius: 5px;
    box-shadow: 0.3px 0.3px 2px 0px;
}

.tabela_tarefas {
    border-collapse:1px;
    border-spacing:0;
    font-size:11px;
    /*width:508px;*/
    width:100%;

}

.tabela_tarefas th {
    background-color: #f6f6f6;
    padding: 4px;
    text-align:left;
    border-radius: 5px;
}

.tabela_tarefas td {
    padding:4px;
}

.tabela_tarefas a {
    white-space:nowrap;
}

.tabela th {
    background-color: rgba(122, 212, 255, 0.6);
    padding:7px;
    text-align:left;
    border-top: 0;
    border-bottom: 2px #2991ca;
    border-style: solid;
    border-left: 0;
    border-right: 0;
}

.botao img{
    margin-top: -3px;
}

.tabela td {
    padding:7px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1.9px gray;
    border-style: solid;
}

.tabela a {
    white-space:nowrap;
}

img {
    border: none;
}

.tr_atualizacoes {
    height: 35px;
}

.tr_atualizacoes:hover{
    background-color: rgba(180, 180, 180, 0.5) !important;
}

.destaque_a { 
    /*background-color: #FFFF7B;*/
    background-color: #CAFBCD;
}

.destaque_b {
    /*background-color: #FFCB00;*/
    background-color: #aefab3;
}

/*
.cor0 {
        background-color: red !important;
}
.cor1 {
        background-color: orangered !important;
}
.cor2 {
        background-color: tomato !important;
}
.cor3 {
        background-color: coral !important;
}
.cor4 {
        background-color: DarkSalmon !important;
}

.cor_vencido .data_estimada {
        font-weight: bold;
}

.cor_vencido {
        border: 1px solid red;
}
*/
.numero_chamado {
    /*text-align:right;*/
}


.rotulo {
    background-color:red;
}

.admin th {
    background-color:#FFD700;
}

.admina {
    background-color:#F0E68C;
}
.adminb {
    background-color:#FFE4B5;
}

.web th {
    background-color:#0099CC;
}

.weba {
    background-color:#33FFFF;
}
.webb {
    background-color:#66FFFF;
}

.encerramento_chamado_a {
    background-color: #95FF95;
}

.encerramento_chamado_b {
    background-color:#CAFBCD;
}

.apontamento {
    font-size: 13px;
}

#painel_de_ordem {
    display:none;
}

#frmusuario {
    margin:0;
}



.campo {
    white-space:nowrap;
    text-align: right;
    display: inline-block;
}

.campo label {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.campo select {
    width: 150px;
    border-radius: 9px;
    border-width: 0;
    height: 24px;
}

.campo_textarea {
    width: 535px;
    height: 100px;
    border: 1px solid #AAAAAA;
}

.campo_texto, .campo_select {
    width: 150px;
    border: 1px solid #AAAAAA;
}

.campo_numero {
    width: 75px;
    border: 1px solid #AAAAAA;
}

.campo input{
    width: 150px;
    border-radius: 9px;
    border-width: 0;
    height: 24px;
}

.duplo {
    width: 445px;
}

/* Classe usada em ítens da tabela que contenham um label */
.l {
    font-weight: bold;
    text-align:right;
}

/* .botao {
    color: #2991ca;
    font-size: 13px;
    padding:0px 5px;
    border-radius: 9px;
    background-color: #f6f6f6;
    box-shadow: #dddddd 4px 4px 4px 0px;
    font-weight: bold;
    border: none !important;
    /*behavior: url(border-radius.htc); 
}

.botao:hover {
    box-shadow: #dddddd 1px 1px 1px 0px;
    color: #f6f6f6;
    background-color: #2991ca;
} */

.botao {
    color: #2991ca !important;
    font-size: 13px;
    padding: 3px 5px;
    border-radius: 8px;
    background-color: #f6f6f6;
    font-weight: bold;
    border: 1px solid #2991ca;
}

.botao:hover {
    color: #f6f6f6 !important;
    background-color: #2991ca;
}

.botao_excluir_relacionamento {
    color: #333333;
    font-size: 10px;
    padding:1px 2px;
    text-decoration:none;

    border: 1px solid #A4A4A4;

    border-radius: 3px;
    /*behavior: url(border-radius.htc);*/
}

.botao_excluir_relacionamento:hover {
    text-decoration:none;
    border: 1px solid #757575;
}

.botao_filtros_basicos, .botao_filtros_avancados, .botao_filtros_ordenacao, .botao_filtros_data, .botao_filtros_buscar, .botao_filtros_campos {
    background-color: RGBA(122,212,255,0.6);
    color: #333333;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    padding: 2px 8px;
    width: 105px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.filtros_basicos, .filtros_avancados, .filtros_ordenacao, .filtros_data, .filtros_buscar, .filtros_campos {
    padding: 10px;
    background-color: RGBA(122,212,255,0.6) ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.botao_filtros_basicos:hover, .botao_filtros_avancados:hover, .botao_filtros_ordenacao:hover, .botao_filtros_data:hover, .botao_filtros_buscar:hover, .botao_filtros_campos:hover {
    background-color: #51B9F0 ;
}

.tabela tr:first-child th:last-child{
    border-top-right-radius: 5px;
}

.tabela tr:first-child th:first-child{
    border-top-left-radius: 5px;
}

.tabela tr:last-child td:last-child{
    border-bottom-right-radius: 5px;
}

.tabela tr:last-child td:first-child{
    border-bottom-left-radius: 5px;
} 

.abas div{
    display: inline-block;
}

.botao_cta {
    color: #cf3834 !important;
    font-size: 13px;
    padding:3px 5px;
    text-decoration:none;
    border:1px solid #cf3834;
    border-radius: 8px;
    /*behavior: url(border-radius.htc);*/
    background-color:#f6f6f6;
    font-weight: bold;
}

.botao_cta:hover {
    color: #f6f6f6 !important;
    background-color: #cf3834;
}

.tabela_form {
    width: 600px;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.cField {
    margin-bottom:5px;
    vertical-align:top;
}

.cField td {
    vertical-align:top;
}

.cField label {
    font-weight:bold;
    /*display:block;
    width:200px;
    text-align:right;
    vertical-align:top;*/
}

.cField input[type=file], .cField input[type=text], .cField input[type=password], .cField textarea, .cField select {
    width:400px;
    border-radius: 9px;
    /*height: 24px;*/
}

.cField textarea {
    height:200px;
    font-family:"Courier New", Courier, monospace;
}

#cNotas {
    /*display:none;*/
}
.cField p {
    margin:0 0 5px 0;
}

/*
.tabela  label {
        width:auto;
        text-align:left;
}
*/

.cDicas {
    width:400px;
    float:right;
    padding:10px;
    background-color:#efefef;
}

.cDicas ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

.cDicas li {
    margin-bottom:9px;
    font-size:15px;
}

.cDicas tt {
    font-weight:bold;
}

.cClear {
    clear:both
}

input[type=text].error, select.error, textarea.error {
    background-color: #FA8072;
}


big {
    font-size:14px !important;
}

.apontamento_banco_de_dados {
    background-image:url(../../includes/icons/db.svg);
    background-position: right bottom;
    background-repeat: no-repeat
}


/* CSS PARA ABAS  */
/*
#abas {
    border-bottom: 1px solid Gray;
}
*/
.aba_ativa {
    display:inline-block;
    padding: 2px;
    background-color: rgba(122, 212, 255, 0.6) ;
    cursor: pointer;
    /*margin-bottom: -1px;*/
    /*border: 1px solid Gray;*/
    border-bottom-color: rgba(122, 212, 255, 0.6) ;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.aba_desativa {
    display:inline-block;
    padding: 2px;
    background-color: #51b9f0;
    cursor: pointer;
    /*margin-bottom: -1px;*/
    font-weight: normal;
    /*border: 1px solid Gray;*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.cor_aguardando {
    /*font-weight: bold;*/
    color:#CC33CC !important;
}

.cor_vencido {
    /*font-weight: bold;*/
    color:red !important;
}

.cor_vencendo {
    font-weight: bold;
    color:blue;
}

.linkC{
    background-color: #51b9f0;
    padding: 3px 9px 3px 3px;
    text-decoration: none;
    border-radius: 5px;
    margin: 2px;
}

.linkC:hover{
    text-decoration: bold;
    color:#ffffff !important;
}

.tag {
    border: 1px solid green;
    background-color: lightgreen;
    padding: 3px;
    border-radius: 3px;
}

.tag2 {
    border: 1px solid red;
    background-color: lightpink;
    padding: 3px;
    border-radius: 3px;
}

.arredondado {
    border-radius: 35px !important;
    width: 15px !important;
    height: 15px !important;
}

.notas_teste{
    background-color: #00ccff;
}

code {
    background-color: #FFFFFF;
    border: 1px solid #A4A4A4;
    display: block;
    font-family: monospace;
    margin: 10px auto;
    max-width: 1000px;
    overflow: auto;
    padding: 5px;
    white-space: pre;
    box-shadow: 2px 2px 2px #CCCCCC;
}

code br {
    display: none;
}

td .editarapontamento {
    float: right;
    display: none;
}

tr td tr td:hover .editarapontamento {
    display: block;
}
#atencao {
    /*background-image: url('../../includes/imgs/barra.png');*/
    width: 570px;
    padding: 30px;
    padding-right: 0px;
    background-color: #FF4040;
    display: none;
}
.chamadoUrgente{
    background-color: #FFBFB4;
}
.urgenteTh{
    background-color: #FF837E !important;
    border-bottom: 2px #cc504b !important;
}
.urgenteA{
    background-color: #FFBFB4 !important;
}
.urgenteB{
    background-color: #FFE1D0 !important;
}

.naovisualizado{
    color: #000000;
    font-weight: bold;
}

#tarefas_corpo{
    padding: 5px 5px 0px 5px;
    background-color: rgba(122, 212, 255, 0.6) !important;
    border-radius: 5px;
    border-top-left-radius: 0px;
    /*box-shadow: grey 0.3px 0.3px 3px;*/
}

#primeira_pag, #volta_pag, #prox_pag, #ultima_pag{
    border: none !important;
    box-shadow: none;
    margin-right: 4px;
    padding: 0;
}

#primeira_pag img, #volta_pag img, #prox_pag img, #ultima_pag img{
    height: 25px;
}

.botao_nav_pag:hover{
    background-color: rgb(81, 185, 240);
    border-radius: 15px;
}

input{
    border-radius: 6px;
    height: 20px;
    border: #bbbbbb 1px;
}

select{
    border-radius: 6px !important;
    height: 24px;
}

textarea{
    border-radius: 10px;
    resize: vertical;
}

#nome_tabela_home:hover{
    cursor: pointer;
}

#relatorios_horas_interna{
    background-color: #f6f6f6 !important;
}