
.mt-1{
  margin-top: 1rem;
}

.mt-2{
  margin-top: 2rem;
}

.mt--4 {
  margin-left: -4rem;
}

.required {
  color: red;
  margin: 0 2px;
}

.text-center {
  text-align: center;
}

.d-none{
  display: none;
}

.nowrap{
  white-space: nowrap;
}

.font-weight-normal {
  font-weight: normal;
}

i.acao {
  cursor: pointer;
}

.x_title.sub {
  margin-left: -5px;
  margin-right: -5px;
}

.x_content .opcoes {
  margin-bottom: 0px;
}

.ui-pnotify-icon {
  margin-top: 2px;
}

table .acao {
  cursor: pointer;
}

.table > tbody > tr.highlight > td, .table > tbody > tr.highlight > th, .table > tbody > tr > td.highlight, .table > tbody > tr > th.highlight, .table > tfoot > tr.highlight > td, .table > tfoot > tr.highlight > th, .table > tfoot > tr > td.highlight, .table > tfoot > tr > th.highlight, .table > thead > tr.highlight > td, .table > thead > tr.highlight > th, .table > thead > tr > td.highlight, .table > thead > tr > th.highlight {
  background-color: #eacdec;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}

.checkbox {
  margin-top: 0;
}

.checkbox label {
  padding-left: 0;
  font-weight: 600;
}

.flat_label {
  margin-bottom: 0;
  cursor: pointer;
}
.flat_label + .flat_label {
  margin-left: 15px;
}
.flat_label span {
  display: inline-block;
  vertical-align: bottom;
}

.text-danger{
  color: #ff1e19
}

#datatable_usuarios tr.danger td {
  background-color: red;
  color: white;
}
#datatable_usuarios tr.danger td i {
  color: white;
}
#datatable_usuarios tr.warning td {
  background-color: orange;
  color: black;
}
#datatable_usuarios tr.warning td i {
  color: black;
}
#datatable_usuarios tr.highlight td {
  background-color: #9b54ec;
  color: white;
}
#datatable_usuarios tr.highlight td i {
  color: white;
}
#datatable_usuarios tr.info td {
  background-color: #3000ff;
  color: white;
}
#datatable_usuarios tr.info i {
  color: white;
}

.legenda {
  float: left;
}
.legenda .indicador_legenda {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: text-top;
  background-color: #fcf8e3;
}

.andamento {
  float: right;
  margin-bottom: 12px;
}
.andamento h2 {
  float: right;
  width: auto;
  margin-left: 16px;
  font-size: 14px;
}

.banner_radiologistas h2, .banner_radiologistas h3 {
  text-align: center;
}
.banner_radiologistas .fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
}
.banner_radiologistas .fotos > div {
  width: 11%;
  border: 1px solid white;
}
.banner_radiologistas .fotos > div > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.banner_radiologistas .fotos > div > div:hover > div {
  left: 0;
}
.banner_radiologistas .fotos > div > div > div {
  position: absolute;
  top: 0;
  left: -120px;
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.banner_radiologistas .fotos > div > div > div > p {
  display: table-cell;
  color: white;
  text-align: center;
  vertical-align: middle;
}

#preview_laudo {
  text-align: justify;
}
#preview_laudo p {
  margin: 0 0 5pt 0;
}

#form_att_laudo p, #form_add_laudo p{
  margin-bottom: 0px !important;
  margin-top: 8px;
}

.mb-2{
  margin-bottom: 2rem;
}

span.destaque{
  color: #e20000;
  font-weight: 900;
}

.error_wrapper{
  right: 0px;
  margin: 0px auto;
  margin-top: 5%;
  max-width: 450px;
  position: relative;
}

.error_content{
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 280px;
}

.error_content h1{
  text-align: center;
}

.error_content .tipo-error{
  font-size: 115px;
  color: #000;
  margin-bottom: 30px;
}

.home_link{
  font-size: 15px;
  margin-top: 20px;
}

.home_link .link{
  margin-top: 10px;
}
.container-select-card-header {
  display: inline-block; 
  width: 300px; 
  margin-right: 24px;
}
.select-card-header {
  max-width: 300px;
}
.btn-voltar-exame {
  margin-top: 2px;
  margin-left: 4px;
  padding: 0;
}

.consentimento.container-complemento {
  margin-left: 15px;
}

.questionario.container-complemento {
  margin: 10px 0 15px 20px;
}

.questionario.complemento-simples {
  margin-left: 1rem;
}