.form-group div.error-message{
    background-color: #ff0000a8;
    color: white;
    padding: 5px;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
}

.form-group{
    padding-bottom: 20px;
}

.form-auto-filter{
	padding-left: 10px;
	cursor: pointer;
}

.form-auto-filter:hover{
	font-weight: bold;
}

.review-in-progress{
    background-color: #ffeb3b;
}

.review-complete{
    background-color: #8bc34a;
    color: white;
}

.alert-questionarie{
    width: 300px;
    background-color: #edfafd;
    padding: 10px;
    border-radius: 10px;
    float: right;
}


.alert.alert-success.message.success {
    margin-top: 20px;
}

.text-muted a{
	text-decoration: none;
	color:silver;
}

.modal-sm.modal-right{
    max-width: 80%;
    width: 80%;
}

.logo-navbar{
    line-height: 60px;
}

.status-col{
    border-left: 20px solid white;
}

.status-col.aberto{
    border-left-color: #ffc107;
}

.status-col.enviado{
    border-left-color: #cddc39;
}

.status-col.encaminhado{
    border-left-color: #ffeb3b
}

.status-col.respondido{
    border-left-color: #cddc39;
}

.status-col.finalizado{
    border-left-color: #8bc34a;
}
.status-col.analise{
    border-left-color: #d1e4ed;
}
.status-col.cancelado{
    border-left-color: silver;
}

.semaforo.semaforo-green{
    background-color: #8bc34a;
}

.semaforo.semaforo-yellow{
    background-color: #ffeb3b;
    color: #977b7b;
}

.semaforo.semaforo-red{
    background-color: #d70f00;
}



.list-files.right{
    width: 100%;
    float: right;
}
.list-files.left{
    width: 100%;

}
.conversation-list .chat-avatar{
    width: 150px;
}


.modal-right .mdi-dots-vertical{
    font-size: 36px;
    line-height: 40px;
}

.dropdown-item.encaminhar{
    border-left: 10px solid #ffeb3b;
    font-weight: bold; 
}


.dropdown-item.encaminhar:hover{
    background-color:#ffeb3b;
}

.dropdown-item.finalizar{
    border-left: 10px solid #8bc34a;
    font-weight: bold; 
}
.dropdown-item.finalizar:hover{
    background-color:#8bc34a;
    color:white;
}


.dropdown-item.cancelar{
    border-left: 10px solid silver;
    font-weight: bold; 
}
.dropdown-item.cancelar:hover{
    background-color: silver;
    color:white;
}


.dropdown-item.adicionar-informacao{
    border-left: 10px solid #d1e4ed;
    font-weight: bold; 
}

.dropdown-item.adicionar-informacao:hover{
    background-color:#d1e4ed;
    color:white; 
}

.file-chat{
   width: 60%;
}

.file-chat.right{
   float: right; 
}

.file-chat.left{
   float: left;  
}


.btn-color-encaminhar{
    background-color: #ffeb3b;
    border-color:#bbb8af;
    color:black;
    box-shadow: 0 2px 6px 0 #ffeb3b;
}

.btn-color-encaminhar:hover{
    background-color: #ffeb3b;
}



#info-alert-modal .modal-dialog{
    max-width: 50%;
    width: 50%;
}

#new-ticket-modal .modal-dialog{
    max-width: 50%;
    width: 50%;   
}

.btn-delete-modal-confirm{
    cursor: pointer;
}


.btn-view-ticket{
    border: 1px solid silver;
    background-color: #f7f7f7;
}

.download_chamado{
    cursor: pointer;
}

#error-modal.modal{
    z-index: 2061;
}


.box-indicadores-chamado{
    float: left;
    width: 20%;
    margin:20px;
    padding: 10px;
    background-color: white;
    
}

.box-indicadores-chamado .status{
    font-weight: bold;


}

.box-indicadores-chamado .destaque{
    font-size: 55px;
    font-weight: bold;
    float: left;

}

.box-indicadores-chamado .detalhes{
    float:left;
    margin-left: 40px;
}



.img-logo-bar{
    max-height: 50px;
}


@media only screen and (min-width: 501px) {


    .only-mobile{
        display: none;
    }
}



@media only screen and (max-width: 500px) {


    #info-alert-modal .modal-dialog{
        width: 100%;
        max-width: 100%;
    }

    .btn-mobile{
        width: 100%;
        font-size: 30px;
    }

    .img-logo-bar{
        max-height: 30px;
    }


    .only-pc{
        display: none;
    }
}