/*
  Wellington Lima - 24/02/2021
  Utilizado na view source\public_html\html\template\view_orgao.php
*/

#modal-validation {
  margin-top: 150px;
}

.modal-content {
  width: 600px;
  margin-top: 50px;
  border-radius: 5px;
}

.modal-header {
  background-color: #e8e6e8;
  flex-direction: column;
}

.modal-header .fas {
  margin-right: 10px;
}

.modal-header small {
  margin-left: 30px;
}

.modal-body {
  height: 110px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.modal-body .far, .fas {
  margin-right: 10px;
  color: gray;
}

.modal-body .fas {
  color: rgb(255, 161, 21);
}

#span-title {
  font-weight: bold;
  font-size: 14px;
  
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-footer .btn{
  width: 100px;
}

.btn-new {
  height: 30px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}