/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:visited, a:active {
	text-decoration: none;
}

/* Geral */

body {
	font-family: 'Open Sans', sans-serif;
	color:#242729;
	/* background: url(../img/bg.jpg) no-repeat center center fixed; */
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-color: #F5F6F8;
	font-size:14px;
	border-top: 3px solid #0088D7;
	position:relative;
}
.btn-primary {
	background-color: #0085DB;
	border-color: #0085DB;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #1292E5;
	border-color: #1292E5;
	color:#FFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
	background-color: #1292E5;
	border-color: #1292E5;
	color:#FFF;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
	background-color: rgba(255,255,255,0.5);
	border-color: #0085DB;
	border-radius: 100px;
	color:#242729;
	padding: 7px 10px;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-secondary:hover {
	background-color: #1292E5;
	border-color: #1292E5;
	color:#FFF;
}
.btn-novo {
	color:#FFF !important;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 13px;
}
.btn-voltar {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 3px 15px;
}
.btn-sair {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	background-color: transparent;
	border: 1px solid #0085DB;
	border-radius: 100px;
	color:#242729;
	text-transform: uppercase;
}
.btn-sair:hover, .btn-sair:active, .btn-sair:visited {
	background-color: #1292E5;
	color: #FFF;
}
a, a:hover, a:visited, a:active {
	color:#0085DB;
}
h1 {
	font-size: 18px;
	color: #242729;
	letter-spacing: 3.8px;
	font-weight: 300;
	text-transform: uppercase;
	margin:30px 0 25px;
}
.form-control {
	font-size: 14px;
}
.form-control-plaintext {
  font-weight: 600;
}
.form-control-input-foto {
	float: inherit;
	margin-left: 350px;
}
.button-control-input-foto {
	float: inherit;
	margin-left: 260px;
}
.painelFoto{
    border-radius: 100px;
    width: 200px;
    height: 200px;
}

.atendimento {
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  float: inherit;
}

label {
	margin-bottom: 3px;
	font-size: 14px;
}
.alert {
	margin:20px 0 0px;
	display:none;
}
.alert button {
	margin-top: -5px;
}
.alert-danger button, .alert-danger button.close {
	color:#000;
	opacity:.5;
}
.alert-danger button:hover, .alert-danger button.close:hover {
	color:#000;
	opacity:.8;
}
.form-check-input {
    position: absolute;
    margin-top: 1px;
    margin-left: -1.25rem;
}
.modal-content {
   position: relative;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid rgba(0,0,0,.2);
   border-radius: .5rem;
   outline: 0;
}
.modal {
    z-index: 9999999;
}
.custom-control-label::before, .custom-control-label::after {
	position: absolute;
    top: 0;
}

/* MDL */

.mdl-textfield {
	margin: 7px 0 3px;
	padding: 20px 0 7px;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
	color: #0C345F;
	font-size: 12px;
	top: 4px;
}
.mdl-textfield__label:after {
	background-color: #0C345F;
}
.mdl-textfield__label {
  color: #242729;
  font-size: 14px;
  top: 24px;
}
.mdl-textfield__input {
  border-bottom: 1px solid #DFDFDF;
	font-size: 14px;
}
.mdl-list__item {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 6px;
  cursor: default;
  color: rgba(0,0,0, 0.87);
}
.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  font-size: 40px;
  color: white;
	border: 2px solid #f2f2f2;
}
/* .mdl-list__item-primary-content span:nth-child(2) {
	font-size: 14px;
	font-weight: bold;
} */
.mdl-switch {
	margin:7px 0;
}
.mdl-switch__ripple-container .mdl-ripple {
  background: #0085DB;
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #0085DB;
  left: 16px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(0,135,213, 0.5);
}
.mdl-textfield__label:after {
  background-color: rgb(63,81,181);
  bottom: 3px;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}

/* Login */

body.login {
  /* background: url("../img/bglogin.jpg") no-repeat center center;
  background-size: cover; */
  width: 100%;
  height: 100vh;
	display: flex;
	align-items: center;
	padding-bottom:0;
}
.box-login {
	width: 300px;
	margin: 0 auto;
	display: inline-block;
  vertical-align: middle;
  z-index:99999;
}
.box-multilogin {
	width: 350px;
}
.login-topo {
  background-color: #17355D;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 15px 0;
}
.login-conteudo {
  background-color: rgba(255,255,255,0.8);
  padding: 15px 30px 30px;
	border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.scroll-login {
 	height: 500px;
  	overflow-y: scroll;
}
.esqueceu-senha-link {
	font-size: 11px;
	color: #647485;
	margin:0 0 30px;
}
.cadastro-link {
	text-align: center;
	display: block;
	font-size: 13px;
	color: #242729;
	margin: 10px 0;
}
.multilogin-list {
	width:295px;
	margin-bottom: 15px;
}
.selec-perfil {
	text-transform: uppercase;
	text-align: center;
	color: #07355C;
	font-size: 14px;
	display: block;
	margin: 10px 0;
}
.login-conteudo .alert {
	margin:3px 0 5px;
	display:none;
}
.multilogin-list .btn-primary, .multilogin-list .btn-primary:hover, .multilogin-list .btn-primary:active, .multilogin-list .btn-primary:visited, .multilogin-list .btn-primary:focus {
	background-color:transparent !important;
	border:0 !important;
	box-shadow: none !important;
}

/* Menu */

.nav-topo {
	background-color: rgba(255,255,255,0.8);
	/* padding: 0; */
	min-height: 48px;
	border-bottom: 1px solid #D4D9DD;
}
.nav-topo .nav-link {
	display: inline-flex;
	align-items: center;
}
.nav-topo .nav-item a {
	font-weight: 600;
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
}
img.conexa-icon {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #D4D9DD;
	height: 19px;
}
/* .nav-topo .nav-item.active a {
	border-bottom:3px solid #DA4357;
} */
.user-menu {
	display: inline-flex;
	align-items: center;
}
.foto-menu {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	margin-left: 10px;
}
.btn-user {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	/* line-height: 23px; */
	color: rgba(0,0,0,.9);
}
.nav-topo .dropdown-menu {
	font-size: 13px;
}
.user-menu .dropdown-item {
	padding:7px 15px;
}

/* Filtros */

.filtros {
	margin:10px 0 20px;
}
.filtros label {
	font-size: 13px;
}
.btn-filtrar {
	margin-top: 17px;
}
/* .filtro-icon {
	margin:22px 10px 0 16px;
	width: 22px;
	height: 25px;
	display: inline-block;
} */

/* Dashboard */

.box-dash {
	background-color: #FFF;
	/* background-color: rgba(255,255,255,0.8); */
	border: 1px solid #D4D9DD;
	padding: 20px 30px;
	margin-bottom:30px;
}
.box-dash h2 {
	font-weight: 600;
	font-size: 15px;
	color: #242729;
	display: block;
	border-bottom:1px solid #D4D9DD;
	padding: 13px 0;
	margin-bottom: 20px;
	line-height: 18px;
}
.box-graf-status {
	display: inline-flex;
	align-items: center;
}
.total-dash {
	font-weight: 600;
	font-size: 65px;
	color: rgba(16,45,88,0.61);
	display: block;
}
.label-dash {
	font-weight: 600;
	font-size: 13px;
	color: #242729;
	display: block;
	margin-bottom: 6px;
}
.label-dash-p {
	font-weight: 600;
	font-size: 11px;
	color: #242729;
	display: block;
	margin-bottom: 15px;
}
.box-graf-status img {
	margin-right: 10px;
}
.total-dash-p {
	font-weight: 600;
	font-size: 35px;
	color: rgba(16,45,88,0.61);
}
.total-dash-p span {
	font-size: 20px;
}

/* Lista */

.table {
	font-size: 14px;
	background-color: #FFF;
}
th {
	background-color: #707e94;
	color:#FFF;
}
.table td, .table th {
  padding: 16px 16px;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}
td.acoes {
	white-space:nowrap;
}
td.acoes a {
	margin-right: 13px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}
.paginacao {
	margin: 15px 0 40px;
}
.paginacao .page-link {
  position: relative;
  display: block;
  padding: 7px 12px;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: transparent;
  border: 0px solid #dee2e6;
}
.paginacao .page-link:hover {
  z-index: 2;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.paginacao .page-item.active .page-link {
  z-index: 1;
  color: #242729;
  background-color: transparent;
  border:1px solid #007bff;
  border-radius: 104px;
}

/* Modal */

.modal .alert {
	margin: 3px 0 20px;
}
.modal .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.modal-header {
	background-color: #0C345F;
	color:#FFF;
	font-size: 18px;
	padding: 15px 25px;
}
.modal-body {
	padding: 15px 25px;
}
.modal-footer {
	padding: 15px 25px;
}
.modal .btn-cancelar {
	font-size: 13px;
	text-transform: uppercase;
}
.modal .form-check-inline {
	margin-top: 10px;
}
.modal .form-group {
	margin-bottom: 25px;
}
.modal-mensagem {
	padding: 30px 25px 40px;
    text-align: center;
}
.modal-mensagem .btn-secondary {
	margin-top:20px;
}

/* Modal Atender */

.modal-atender .foto-modal {
	width: 130px;
	height: 130px;
	border-radius: 100px;
	margin: 10px auto 20px;
	display: block;
	-webkit-box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
	-moz-box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
	box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
}
.modal-atender .modal-body {
	padding: 15px 40px;
}
.modal-atender p {
	font-size:17px;
	text-align: center;
}
.modal-atender hr {
	margin: 20px 0;
}
.como-atender {
	margin-bottom: 20px;
}
.como-atender p {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
}
.modal-atender p span {
	font-weight: bold;
	color:#DA4357;
}
.btn-atender {
	border-radius: 20px;
	border: 2px solid #0085DB;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 4px;
}
.btn-atender:hover {
	background-color: #ccebfc;
}
.btn-atender img {
	height:30px;
	display: block;
	margin: 0 auto 10px;
}

/* Modal Detalhe Especialista */

.modal-det-esp .foto-modal {
	width: 130px;
	height: 130px;
	border-radius: 100px;
	margin: 10px auto 20px;
	display: block;
	-webkit-box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
	-moz-box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
	box-shadow: 0px 2px 11px 2px rgba(143,143,143,0.4);
}
.modal-det-esp .modal-dialog {
  max-width: 800px;
}
.modal-det-esp h3 {
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 14px;
}
.modal-det-esp .modal-body {
	background-color: #ECF2F6;
}


/* Atendimento */

.topo-atendimento .box-dash{
	min-height:196px;
}
.box-status img {
	display: block;
	height:40px;
	margin: 0 auto;
}
.box-status span {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 8px;
}
.box-paciente img {
	height: 80px;
	width: 80px;
}
.box-paciente input {
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.table-exames a {
	margin: 0 5px;
}
.table-exames td:last-child {
	white-space:nowrap;
}
.anexo-dropzone .list-group label {
	font-size:12px;
}
.custom-file-label::after {
  content: "Procurar";
}
.chamar-especialista {
	margin-bottom: 30px;
}
.chamar-esp-btn {
	background-color: #0C345F;
	color: #FFF;
	text-align: center;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.5s;
	font-size: 15px;
	text-transform: uppercase;
	border: 0 !important;
}
.chamar-esp-btn:hover {
	background-color: #1292E5;
	color:#FFF;
}
.atendimento a.btn-expandir {
	float: right;
	padding: 1px 5px;
	margin-top: -3px;
	text-transform: none;
}
.atendimento .btn-expandir img {
	height:14px;
	width:14px;
	margin: 2px 2px 2px;
}
.comorbidades .form-group.row {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}
.comorbidades .collapse {
	padding: 0 15px;
}
.input-group-text {
  font-size: 11px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.sinais-vitais .row > div {
	margin-bottom: 15px;
}
.plusminus {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
	margin-top: -2px;
}
.plusminus.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #0085DB;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 3px;
}
.plusminus:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.plusminus-sinais {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
	margin-top: -2px;
}
.plusminus-sinais.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus-sinais.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.plusminus-sinais:before, .plusminus-sinais:after {
  content: "";
  display: block;
  background-color: #0085DB;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 3px;
}
.plusminus-sinais:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus-sinais:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.modal img.loading {
	width:100px;
	height:100px;
	margin: 30px auto 0;
}
#meet {
	/* margin-top:30px; */
}
#meet iframe {
	width:100% !important;
}

.btns-meet  {
	margin:0 0 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btns-meet a {
	text-align: center;
	padding: 5px 20px;
	cursor: pointer;
	transition: background 0.5s;
	font-size: 15px;
	text-transform: uppercase;
	border-radius:100px;
	margin:0 15px;
}
.btns-meet a span {
	vertical-align: top;
    line-height: 26px;
}
.btn-encerrar-chamada-meet {
   background-color: #FF4361;
   border:1px solid #FF4361;
   color:#FFF;
   display:none;
}
.btn-encerrar-chamada-meet:hover {
	background-color: #ea2341;
	color: #fff;
}
.btn-atualizar-atendimento {
   background-color: #0085DB;
   border:1px solid #0085DB;
   color:#FFF;
}
.btn-atualizar-atendimento:hover {
	background-color: #1292E5;
	color: #fff;
}

/* Especialistas */

.box-especialistas {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #D4D9DD;
	padding: 20px 30px;
}
.card-medico {
	padding: 12px 16px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	margin: 15px 0;
}
.topo-card {
	display: flex;
}
.topo-card span:first-child {
	background-color: #47D496;
	border-radius: 100px;
	padding: 3px 10px;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.topo-card span:last-child {
	padding: 3px 0;
	font-size: 12px;
	color: #647485;
}
.foto-dr-card {
	width:100px;
	height:100px;
	margin: 20px auto;
	border-radius: 100px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	display:block;
}
.nome-card {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #242729;
	font-weight: 600;
	margin-bottom: 4px;
	height: 35px;
}
.esp-card {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #647485;
	line-height: 20px;
}
.esp-card.grp-selecao-convenio {
	margin-bottom:15px;
}
.status-medico-card {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.status-medico-card img {
	margin: 0 15px;
}
.card-medico button {
	display: block;
	margin: 0 auto;
	font-size: 12px;
}
a.btn-detalhe-card {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #647485;
	font-weight: 600;
	display: block;
	border-top: 1px solid #E6E9EE;
	margin: 0px 25px 0;
	padding: 14px 0;
}

/* Pacientes */

.card-paciente {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	margin: 15px 0;
}
.card-paciente .data-hora {
	font-size: 12px;
	color: #647485;
}
.conteudo-card {
	padding: 10px 16px 12px;
}
.card-paciente .status-card {
	display: block;
	width:100%;
	text-align: center;
	padding: 8px 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.card-paciente .nome-card {
	margin-bottom: 15px;
}
.card-paciente .esp-card strong {
	font-weight: bold;
}
.card-paciente.pendente .status-card {
	background-color: #FB7A6F;
	color:#FFF;
}
.card-paciente.aguardando .status-card {
	background-color: #FB9F52;
	color:#FFF;
}
.card-paciente.concluido .status-card {
	background-color: #6FC188;
	color:#FFF;
}
.avatar-paciente {
	width:100px;
	height:100px;
	margin: 20px auto 10px;
	display:block;
}

/* Home Especialista */

.box-tipo {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #afd1ed;
	margin-bottom:30px;
}
.box-tipo > div:first-child {
	padding: 10px;
	border-right: 1px solid #afd1ed;
	background-color: #e0e0e0;
	white-space:no-wrap;
}
.box-tipo > div:nth-child(2) {
	padding: 10px 5px 10px 15px;
	border-right: 1px solid #afd1ed;
	font-size: 13px;
	text-align: left;
	line-height:16px;
	/* width:80px; */
}
.box-tipo .custom-checkbox {
	margin:5px 0 0 4px;
}
.box-tipo .box-check.checked {
	background-color: rgba(111,193,136,0.3);
}
.box-tipo img {
	height: 23px;
	margin-right:12px;
	display: block;
}
.box-tipo .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    border: 1px solid #afd1ed;
}
.box-tipo .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.box-tipo > div:last-child {
	padding: 0 20px;
}
.box-tipo > div:last-child label {
	font-size: 11px;
	margin-top: 15px;
}
.box-tipo input[type=text] {
	/* width:80px; */
}
.box-tipo .mdl-switch__label {
	font-size: 14px;
}
.card-atendimento {
	background-color: #FFF;
	outline: 1px solid #D4D9DD;
	padding: 15px;
	margin-bottom:30px;
	border-left:6px solid #D4D9DD;
}
.card-atendimento > div:first-child {
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
}
.card-atendimento > div:not(:first-child) {
	padding-left: 15px;
	margin-bottom: 20px;
}
.card-atendimento > div > span:first-child {
	display: block;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.card-atendimento > div:first-child > span:first-child {
	float:left;
	margin-top: 0px;
	font-weight: normal;
	border-radius: 100px;
	color:#242729;
	font-weight: 600;
	font-size: 10px;
	padding: 5px 0;
}
.card-atendimento > div:first-child > span:last-child {
	float:right;
	/* padding: 5px 0; */
	text-align: right;
}
.card-atendimento > div:first-child > span:last-child > span {
	display: block;
}
.card-atendimento .btn-secondary {
	display: block;
	font-size: 12px;
	margin: 25px 0 0;
}
.btn-all {
	display: block;
	border-top:1px solid #D4D9DD;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 13px;
}
.card-atendimento.pendente {
	border-color: #FB7A6F;
}
.card-atendimento.pendente > div:first-child > span:first-child {
	background-color: #FB7A6F;
	color:#FFF;
	padding: 5px;
}
.card-atendimento.aguardando {
	border-color: #FB9F52;
}
.card-atendimento.aguardando > div:first-child > span:first-child {
	background-color: #FB9F52;
	color:#FFF;
	padding: 5px;
}
.card-atendimento.concluido {
	border-color: #6FC188;
}
.card-atendimento.concluido > div:first-child > span:first-child {
	background-color: #6FC188;
	color:#FFF;
	padding: 5px;
}

.card-atendimento .foto-card-at {
	border-radius: 100px;
	width:50px;
	height:50px;
	border:1px solid #D4D9DD;
}
.card-atendimento div.arrow-call {
	margin: 15px 0;
	background: url('../img/arrow-call.svg') no-repeat center center;
	background-size: contain;
	min-height:50px;
	width: 100%;
	position: relative;
	padding: 0;
}
.card-atendimento .arrow-call img {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	margin:auto;
}
.card-atendimento div.clinico-chamada {
	padding-left:0;
	margin:10px 0 0;
}
.card-atendimento div.clinico-chamada div {
	padding-left: 10px;
}
.card-atendimento div.clinico-chamada div span:first-child {
	display: block;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom:3px;
	font-weight: bold;
}
.card-atendimento div.espec-chamada div {
	text-align: right;
	padding-right: 10px;
}
.card-atendimento div.espec-chamada div span:first-child {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	font-weight: bold;
}
.card-atendimento div.paciente-chamada {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.card-atendimento hr {
  border-top: 1px solid #D4D9DD;
}

/* Agenda Especialista */

.agenda h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #D4D9DD;
	padding-bottom: 10px;
	margin:20px 0 10px;
	display: inline-block;
	line-height: 20px;
}
.agenda .txtintervalo {
	width:70px;
}
.agenda .form-control:disabled, .agenda .form-control[readonly] {
	padding: 6px;
}
.agenda-espec .box-dash {
	height:100%;
	padding: 20px 30px;
}
.agenda-espec > div {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 10px;
	padding-bottom:10px;
}
.hora-atendimento {
	margin-top:8px;
	margin-bottom:12px;
}
.hora-atendimento input {
	font-size: 13px;
}
.hora-atendimento .btn-secondary {
	padding: 5px;
	font-size: 11px;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.hora-atendimento .int-atend {
	padding: 20px 0;
	border-bottom: 1px solid #D4D9DD;
}
/* .hora-atendimento .int-atend:nth-child(even) {
	border-top: 1px solid #D4D9DD;

} */
.hora-atendimento .int-atend .form-group {
	margin-bottom: 0;
	padding:0 5px;
}
.hora-atendimento .int-atend .form-group a {
	margin-top: 3px;
    display: block;
}

/* Cadastro */

.cadastro .box-dash > div.row > div {
	margin-top: 15px;
}
.cadastro .ic-close {
	margin-top: 18px;
	width: 30px;
	height: 30px;
}
.cadastro h3 {
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 14px;
}
.foto-cadastro img {
	margin:0 auto;
	width:140px;
	height:140px;
	display: block;
	border: 1px solid #D4D9DD;
	border-radius: 500px;
}
.foto-cadastro a {
	width: 140px;
	margin:0 auto;
}
@media (min-width:1140px) {
	.foto-cadastro {
		position: fixed;
	}
}
.btn-add-qualif {
	margin:15px 0;
}
@media (max-width:767px) {
	.div-qualificacoes .ic-close {
		margin:10px 0;
	}
}


/* Chat */

.chat {
	width: 300px;
    color: #434651;
	position: fixed;
	bottom:0;
	right:20px;
	z-index:999;
}
.chat .chat-header {
  padding: 20px;
  background-color: #707e94;
  border-top-right-radius: 10px;
   border-top-left-radius: 10px;
}
.chat .chat-header img {
  float: left;
}
.chat .foto-chat {
	width:55px;
	height:55px;
	border: 3px solid #FFF;
	border-radius: 100px;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
	color:rgba(255,255,255,1);
}
.chat .chat-header .chat-num-messages {
	color:rgba(255,255,255,0.7);
	margin-top: 5px;
}
.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  /* border-bottom: 2px solid white; */
	border-left: 3px solid #707e94;
	border-right: 3px solid #707e94;
	background-color: #FFF;
  overflow-y: scroll;
  height: 250px;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #86BB71;
}
.chat .chat-history .other-message {
  background: #94C2ED;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.chat .chat-message {
  padding: 20px;
	background: #707e94;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  float: right;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
	background: none;
	transition: color 0.5s;
}
.chat .chat-message button:hover {
  color: rgba(255,255,255,1);
}
.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #86BB71;
}
.offline {
  color: #E38968;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.plusminus-chat {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
	margin-top: 13px;
}
.plusminus-chat.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus-chat.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.plusminus-chat:before, .plusminus-chat:after {
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 3px;
}
.plusminus-chat:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus-chat:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
@media (max-width:767px) {
	.chat {
		width: 100%;
		bottom:0;
		right:0;
	}
	.chat .chat-header {
	  padding: 20px;
	  border-bottom: 2px solid white;
		background-color: #707e94;
		border-top-right-radius: 0;
	  border-top-left-radius: 0;
	}
}

/* Footer */

footer {
	background-color: #0088D7;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    min-height: 40px;
    line-height: 20px;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
    margin-top:50px;
}
footer a, footer span {
	margin: 0 10px;
	transition: 0.5s color;
}
footer a, footer a:visited, footer a:hover, footer a:active, footer a:visited {
	color:#FFF;
}
footer a:hover {
	text-decoration:underline;
}
footer a:hover {
	color:#FFF;
}

/* Paginação */

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
}

/* Video */

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: fixed;
  width:100%;
}

.no-video .video-container video,
.touch .video-container video {
  display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(2, 137, 215, 0.4);
  width: 100%;
  height:100vh;
}

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.video-container video.fillWidth {
  width: 100%;
}
@media (max-width:767px) {
	.homepage-hero-module {
		display:none;
	}
}

/* FAQ */

.faq .box-dash > div > div > p {
	margin: 10px 0 15px;
	font-size: 13px;
	line-height: 19px;
}
.faq .box-dash > div > div > p:first-child {
	margin: 10px 0 15px;
	font-size: 15px;
	font-weight: 600;
}

/* Riscos */

.plusminus-riscos {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
	margin-top: -2px;
}
.plusminus-riscos.active:before {
  -webkit-transform: translatey(-50%) rotate(-90deg);
          transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.plusminus-riscos.active:after {
  -webkit-transform: translatey(-50%) rotate(0);
          transform: translatey(-50%) rotate(0);
}
.plusminus-riscos:before, .plusminus-riscos:after {
  content: "";
  display: block;
  background-color: #0085DB;
  position: absolute;
  top: 50%;
  left: 0;
  transition: .35s;
  width: 100%;
  height: 3px;
}
.plusminus-riscos:before {
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.plusminus-riscos:after {
  -webkit-transform: translatey(-50%) rotate(90deg);
          transform: translatey(-50%) rotate(90deg);
}
.box-dash.riscos {
	transition: background .5s;
}
.box-dash.riscos:hover {
	background-color: #FFF;
}
.box-dash.riscos h2:hover {
	cursor: pointer;
}
.box-dash.riscos table .d-flex img {
	margin-right: 7px;
}
.box-dash.riscos table img {
	height: 30px;
	width: 30px;
}
.box-dash.riscos table td {
	vertical-align: middle;
}
.box-dash.riscos table td:first-child {
	background-color: rgba(184,197,216,0.3);
	text-align: center;
}
.hist-paciente .box-dash.riscos table td {
	font-size: 12px;
}
.hist-paciente .box-dash.riscos table td a img {
	height: 17px;
	width: 17px;
}
.hist-paciente .card {
	margin-bottom: 15px;
}
.hist-paciente .card .card-text {
	line-height: 17px;
}
.table-riscos img {
	height:28px;
	width:28px;
	margin-right: 5px;
}
.table-riscos a > img {
	height:17px;
	width:17px;
}
.table-riscos td {
	vertical-align: middle;
}
.modal-atendimento .modal-dialog {
	max-width: 800px;
}
.modal-atendimento h6 {
  font-weight: 600;
  font-size: 15px;
  color: #242729;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 13px 0;
  margin-bottom: 10px;
  line-height: 18px;
}
.modal-atendimento p {
	margin-bottom: 20px;
	line-height: 19px;
}
.modal-atendimento .list-group {
	margin-bottom: 30px;
}

/* timeline */

.cd-timeline {
  overflow: hidden;
  margin: 0 auto;
}
.cd-timeline__container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 22px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 0;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 2em 4px;
}
.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: 4em 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline__img.cd-timeline__img--picture {
  background: #EF3E56;
}
.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}
.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 40px;
    height: 40px;
    left: 50%;
		top: 10px;
    margin-left: -20px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
          box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.cd-timeline__content h2 {
  color: #303e49;
}
.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 13px;
}
.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}
.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 17px;
  }
  .cd-timeline__content p {
    font-size: 15px;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 20px;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cd-timeline__content a.btn-primary {
	color:#FFF;
}

/* Rating */

.br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid #14355E;
  color: #14355E;
}
.br-theme-bars-square .br-widget a {
  display: block;
  width: 48px;
  height: 48px;
  float: left;
  border: 2px solid #38B4E7;
  background-color: white;
  margin: 4px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  color: #38B4E7;
  font-weight: 600;
	border-radius: 100px;
}
.br-theme-bars-square {
	margin: 10px 0 0px 0;
}
.atendimento-concluido label {
	margin:20px 0 10px;
}
strong {
	font-weight: bold !important;
}
.atendimento-concluido hr {
	margin: 40px 0 20px;
}


/* Modal Pendências no Cadastro */

.modal-pendencias-cadastro .modal-body {
	padding: 15px 40px;
}
.modal-pendencias-cadastro p {
	font-size:17px;
	text-align: center;
	line-height: 25px;
}
.modal-pendencias-cadastro p span {
	font-weight: bold;
	color:#DA4357;
}
.modal-pendencias-cadastro table {
	margin-top: 20px;
}
.modal-pendencias-cadastro table td {
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.modal-pendencias-cadastro table img {
	height:27px;
}
.modal-pendencias-cadastro table .btn-primary {
	font-size: 11px;
}

/* Popover */

.popover {
	z-index: 9999999;
}

/* Modal Solicitar Parecer  */

.info-pop {
	font-size: 22px;
	cursor: pointer;
}


/* diagnostico */

.box-dash .btn-outline-secondary {
	font-size:13px;
	background-color: #0085DB;
	color:#FFF;
	border-color:#0085DB;
}
.box-dash .btn-outline-secondary:hover {
	background-color: #1292E5;
}
.box-dash .diagnostico-tags > div {
	background-color: #707e94;
	color:#FFF;
	display:inline-flex;
	align-items: center;
	border-radius:100px;
	padding:5px 5px 5px 10px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.box-dash .diagnostico-tags > div a i {
	color:#FFF;
	font-size: 18px;
	margin-left: 8px;
	opacity: 0.8;
}
.box-dash .diagnostico-tags > div a i:hover {
	opacity: 1;
}
.box-dash .diagnostico-tags > div span:nth-child(2) {
	color:#FFF;
	padding-left: 4px;
	border-left: 1px solid #FFF;
	margin-left: 4px;
	font-size:11px;
}
.box-dash .diagnostico-tags > div span:first-child {
	color:#FFF;
	opacity: 0.7;
	font-size:11px;
}

/* QR Code exame */

.anexo-dropzone h2 a {
	font-size:12px;
	margin-top:2px;
}

@keyframes piscar {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
.piscar {
    -webkit-animation: piscar .75s linear infinite;
    -moz-animation: piscar .75s linear infinite;
    -ms-animation: piscar .75s linear infinite;
    -o-animation: piscar .75s linear infinite;
    animation: piscar .75s linear infinite;
}

.main-validation {
	height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content-validation {
  overflow: hidden;
  padding: 8px;
  display: flex;
  flex-direction: column;
	
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	  margin-top: auto;
}