#histChamado th {
    font-size: 11px;
}

#histChamado td {
    font-size: 11px !important;
    word-wrap: break-word;
}


#histProjeto th {
    font-size: 11px;
}

#histProjeto td {
    font-size: 11px !important;
    word-wrap: break-word;
}

#relatorioChamado th {
    font-size: 15px;
}

#relatorioChamado td {
    font-size: 15px !important;
    word-wrap: break-word;
    font-weight: 500;
    
}


#tabelaPadrao th {

    font-size: 15px !important;

}

#tabelaPadrao td {
    font-size: 15px !important;
    word-wrap: break-word;
    font-weight: 500;
}


.au-card-title h5 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
}


.bg-overlay--cinza {
    background: #6c757d;
}

.titulo-chamado {
    position: relative;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 30px;
    height: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}


.titulo-chamado h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;

}

.ativo {
    background: #00FFFF !important;
}

.inativo {
   background: #FFC1C1 !important;
}

.botoesChamado {
    float: right;
}

.descricaoChamado {
    margin-left: 15px;
    margin-right: 15px;

}

.role.pendente {
    background: #ffc107;
}

.role.excluido {
    background: #bd2130;
}

.btnDeletarResp {
    color: white !important;
}

.mostraAnexosProjetos {
    display:inline-block;
    padding:10px;
    font-size: 17px;
    cursor: pointer;
    color: #17a2b8;
    font-weight: 400;
}

.mostraAnexosChamados {
    display:inline-block;
    padding:10px;
    font-size: 17px;
    cursor: pointer;
    color: #17a2b8;
    font-weight: 400;
}

.bg-overlay--verdeClaro {
    background: #20c997;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}


#toggleHeader{
    cursor:pointer;
}

#headLog {
    cursor:pointer !important;
    color: #15276b !important;
}

#headLogCham {
    cursor:pointer !important;
    color: #15276b !important;
}


.tb--verdeClaro {
    background: rgba(1,83,118,1) !important;
    background: -moz-linear-gradient(left, rgba(1,83,118,1) 0%, rgba(30,161,128,1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,83,118,1)), color-stop(100%, rgba(30,161,128,1))) !important;
    background: -webkit-linear-gradient(left, rgba(1,83,118,1) 0%, rgba(30,161,128,1) 100%) !important;
    background: -o-linear-gradient(left, rgba(1,83,118,1) 0%, rgba(30,161,128,1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(1,83,118,1) 0%, rgba(30,161,128,1) 100%) !important;
    background: linear-gradient(to right, rgba(1,83,118,1) 0%, rgba(30,161,128,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015376', endColorstr='#1ea180', GradientType=1 ) !important;
}

.td--verdeClaro {

    font-weight: 800;
    color: #15276b !important;
}

.resp-usuario {
    background: #15276b;
}

.resp-minha {
    background: #1ea181;
}

.input-login {

    border: 1px solid #15276b !important;

}

.input-login:focus{

    border: 1px solid #1ea181 !important;

}


.btExcel {
    width: 32px;
    height: 32px;
    background-image:url('../images/xls.png') !important;
    float: right;
  }

  

.btExcel2 {
    width: 32px;
    height: 32px;
    background-image:url('../images/xls.png') !important;
    float: left;
  }


.tableLog th {
    font-size: 11px;
}

.tableLog td {
    font-size: 11px !important;
    word-wrap: break-word;
}



#relatorioChamadoDet td {
    font-size: 10px !important;
    word-wrap: break-word;

}


#relatorioChamadoDet th {
    font-size: 10px;
}


.td-member {

    color: #1e7e34 !important;
    font-weight: 700;

}


.td-user {

    color: #00b5e9 !important;
    font-weight: 700;

}

.td-pendente {

    color: #ffc107 !important;
    font-weight: 700;

}

.td-excluido {

    color: #5a6268 !important;
    font-weight: 700;

}

.tableLogHead {
    cursor: pointer !important;
}