/* CUSTOM */
html, body, section {
        height: 100%;
        background-image: url("../img/texturas/text2.png");
        background-attachment: fixed;
}
.bloco {
        min-height: 100%;
        padding-top: 50px;
}

h3 {
        font-family: 'Kanit', sans-serif;

}

/*COLORS*/
.degrade_login {
        background-image: linear-gradient(to right, #000099, #0099ff, green);
}
.azul_botoes_login {
        background-color: #000099;
}
.azul_botoes_login:hover {
        background-color: #0099ff;
}
.azul_escuro_texto {
        color: #000099;
}
.fundo_opaco {
        background-color: rgb(255, 255, 255, 0.5);
        border-radius: 10px;
}
.btn_ticket{
        background-color: #A9A9A9;       
}
.btn_ticket:hover {
        background-color: #DCDCDC;
}
/*CASCATA*/
.fundo_text2 {
        background-image: url("../img/texturas/text2.png");
        background-attachment: fixed;
}
.fundo_opaco2 {
        background-color: rgb(255, 255, 255, 0.7);
        padding:5px;
        padding-left: 11px;
        padding-right: 11px;
        border-radius: 25px;
        box-shadow: 5px 5px 5px black;
        border-style: solid;
        border-width: 1px;
}


/* NAV */
.navbar {
        background-image: linear-gradient(to right, #000099, #0099ff, green);
}
/*LOGIN*/
.titulo_login {
        font-family: 'Open Sans', sans-serif;
}
.div_form_login {
        background-color: rgb(255, 255, 255, 0.3);
        border-radius: 10px;
}
.div_form_login form {
        
        padding-top: 10px;
}
/*TICKETS*/
.tabs .tab a {
  color: rgba(0, 0, 153, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease;
  transition: color .28s ease;
}
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #000099;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #000099;
  will-change: left, right;
}
.table_tickets {
        background-color: rgb(255, 255, 255, 0.7);
        border-radius: 10px;
}
/*CHAMADO*/
.form_ticket {
        background-color: #FFFACD;
        padding:5px;
        padding-left: 11px;
        padding-right: 11px;
        border-radius: 25px;
        box-shadow: 5px 5px 5px black;
        border-style: solid;
        border-width: 1px;
}
.dados_form_ticket {
        background-color: white;
}
.ta_form_ticket {
  border-width: medium;
  border-style: inset;
  border-color: white;
  background-color: GhostWhite;
  padding:  10px;
}
.ta_form_ticket p {
        margin: 5px;
        text-indent: 3ch;
}
.aval_ticket {
        padding-left: 20px;
}
.botoes_ticket a {
        margin-right: 7px;
}
/*EDIT USR*/
.botao_edit_usr {
        margin-right: 10px;
}
.cb_local {
        margin-left: 10px;
}
/*EDIT LOCAL*/
.botao_edit_usr {
        margin-right: 10px;
}
.cb_local {
        margin-left: 10px;
}
/*DASHBOARD*/