.modal-header{
  background-color: #777575 !important;
  color: white;
}

.showMenu{
  margin-top: -20px;  
  margin-left: 25px;
}

select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.cardChamado {
  padding: 15px 15px 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #b5b7bb;
}

.cardChamado-title {
  margin: 0;
  color: #044ead;
  font-weight: 300;
}

.cardChamado-category {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5e5c5c;
  margin-bottom: 0px;
}
ul.messages {
  padding: 0;
  list-style: none;
}

ul.messages li .message_date {
  float: right;
  text-align: right;
}

ul.messages li img.avatar, img.avatar {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
}

li.message {  
  border-bottom: 1px solid #b5b7bb;
  margin-bottom: 10px;
}

.view-mail{
  overflow-y: scroll;
  max-height: 650px;
}

ul.messages li .message_wrapper {
  margin-left: 50px;
  margin-right: 40px;
}

ul.messages li .message_wrapper h4.heading {
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 100%;
}

ul.messages li .message_wrapper blockquote {
  padding: 0px 10px;
  margin: 0;
  border-left: 5px solid #eee;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.h7{
  font-size: 13px;
}

.h7b{
  font-size: 13px;
  font-weight: 600;
}

.h8{
  font-size: 12px;
}
.h8b{
  font-size: 12px;
  font-weight: 600;
}
.h9{
  font-size: 12px;
}
.h9b{
  font-size: 10px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .modal-xxl {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .modal-xxl {
    max-width: 1440px;
  }
}

.avatLogo{
  margin: 5px 20px;
  width: 152px;
}