/*
    Amarelo: #fab418;
    Verde: #2a9e7b;
    Azul: #174074;
*/

/** Extras Winmed **/

.back-login {
	background: url(../img/lock-screen.jpg) 0px 0px / cover no-repeat fixed rgb(31, 179, 163) !important;
}

.back-box-login {
	background: transparent !important;
	color: #fff !important;
	font-size: 1.1em;
}

.fc-left h2 {
	margin-right: 10px !important;
	font-size: 28px !important;
}

/* Adicional Plugin Full Calendar */

.fc-event {
	cursor: pointer !important;
}

.back-box-login a {
	color: #fff !important;
}

.back-box-login a:hover {
	color: #f2f2f2 !important;
}

#saudacaoLogin {
	text-transform: uppercase;
	font-weight: bold;
}

/* login - Esqueceu a senha */

.login-logo img {
	max-width: 60%;
	margin: 0 0 0 -40px;
}

.input-login,
.input-login:focus,
.input-login:visited,
.input-login:active {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	font-weight: 600;
}

.input-login::placeholder {
	color: #fff;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
	color: #fff !important;
}

.btn-login-wd {
	background-color: #2a9c78 !important;
	border-color: #2b8a6a !important;
	font-size: 1.3em;
}

.btn-login-wd:hover {
	opacity: 0.9;
	cursor: pointer;
}

.logo-system img {
	max-width: 100%;
}

.input-login::placeholder,
.input-login::-webkit-input-placeholder,
.input-login:-ms-input-placeholder,
.input-login::placeholder {
	color: #fff !important;
}

span.select2-container {
	width: 100% !important;
}

[class^="select2"] {
	border-radius: 5px !important;
}

/** Btns Winmed**/

.btn-wd {
	padding: 7px 30px;
	font-size: 1.1em;
	border-radius: 0 !important;
}

.btn-success-wd {
	background-color: #2a9c78 !important;
	border-color: #2b8a6a !important;
	color: #fff !important;
	padding: 7px 30px;
	border-radius: 0 !important;
	font-size: 1.1em;
}

.btn-danger-wd {
	color: #fff !important;
	padding: 7px 30px;
	border-radius: 0 !important;
	font-size: 1.1em;
}

.btn-info-wd {
	background-color: #309ed9 !important;
	border-color: #3772a1 !important;
	color: #fff !important;
	padding: 7px 30px;
	border-radius: 0 !important;
	font-size: 1.1em;
}

.btn-danger-wd i,
.btn-success-wd i,
.btn-info-wd i,
.btn-wd i {
	margin-right: 5px;
}

.user-panel > .image > img {
	border-radius: 30% !important;
}

.borderNone {
	border: none !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-r {
	padding-right: 0 !important;
}

.no-padding-l {
	padding-left: 0 !important;
}

.backWhite {
	background: #fff !important;
}

.icon-wd {
	font-size: 1.2em;
	margin-right: 10px;
}

.icon-wd-contato {
	font-size: 1em;
	margin-left: 10px;
}

.pointer:hover {
	cursor: pointer !important;
}

/*table tr td img{width:35px !important; height:35px !important;}*/

.min-w-60 {
	min-width: 60px;
}

#imgModal {
	max-width: 300px;
}

#imgModal,
.imgModal {
	margin: 0 auto;
}

#imgModal:hover,
.imgModal:hover {
	cursor: pointer;
}

.iconTable {
	font-size: 1.5em;
	margin-right: 20px;
}

.iconTable:hover,
.icon-wd:hover {
	opacity: 0.9;
	cursor: pointer;
}

.glyphicon-pencil.iconTable:hover,
.glyphicon-ban-circle.iconTable:hover,
.glyphicon-ok-circle.iconTable:hover,
.glyphicon-trash.iconTable:hover {
	cursor: pointer;
	opacity: 0.9;
}

.glyphicon-pencil.iconTable {
	color: #174074 !important;
}

.glyphicon-ban-circle.iconTable {
	color: #ac2925 !important;
}

.glyphicon-trash.iconTable {
	color: #000 !important;
}

.glyphicon-ok-circle.iconTable {
	color: #398439 !important;
}

.loading,
.loadingRelat {
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 99999;
	top: 0px;
}

.spinner {
	margin: 20% auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.p-l-30 {
	padding-left: 30px !important;
}

.p-10 {
	padding: 10px !important;
}

.min-w-100 {
	min-width: 100px !important;
}

.min-h-290 {
	min-height: 290px !important;
}

.w100 {
	width: 100% !important;
}

.overflowHidden {
	overflow: hidden !important;
}

.backCinza {
	background-color: #ecf0f5 !important;
}

.bd-verde {
	border-top: 3px solid #2a9e7b !important;
}

.bd-azul {
	border-top: 3px solid #174074 !important;
}

.iconMenu {
	font-size: 10px !important;
	margin-left: 15px !important;
	width: 15px !important;
}

.displayNone {
	display: none;
}

.box-body h4 {
	margin: 10px 0 0 0 !important;
	font-weight: bold;
}

.box-body hr {
	margin: 10px 0 !important;
	width: 100%;
}

/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
	visibility: hidden;
	/* Hidden by default. Visible on click */
	min-width: 250px;
	/* Set a default minimum width */
	max-width: 400px;
	margin-left: -125px;
	/* Divide value of min-width by 2 */
	background-color: #333;
	/* Black background color */
	color: #fff;
	/* White text color */
	text-align: center;
	/* Centered text */
	border-radius: 5px !important;
	/* Rounded borders */
	padding: 16px;
	/* Padding */
	position: fixed;
	/* Sit on top of the screen */
	z-index: 1060;
	/* Add a z-index if needed */
	left: 50%;
	/* Center the snackbar */
	bottom: 30px;
	/* 30px from the bottom */
	font-size: 1.2em;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
	visibility: visible;
	/* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
    However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
	animation: fadein 0.5s, fadeout 0.5s 4s;
}

/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}

.alertSuccess {
	background: #00a65a !important;
	border-radius: 0 !important;
	border: 1px solid #048248 !important;
	color: #fff !important;
}

.alertWarning {
	background: #ecaf02 !important;
	border-radius: 0 !important;
	border: 1px solid #d29e0a !important;
	color: #fff !important;
}

.alertError {
	background: #dd4b39 !important;
	border-radius: 0 !important;
	border: 1px solid #b91d1a !important;
	color: #fff !important;
}

.alertInfo {
	background: #3c8dbc !important;
	border-radius: 0 !important;
	border: 1px solid #337ab7 !important;
	color: #fff !important;
}

.alertDefault {
	background: #666 !important;
	border-radius: 0 !important;
	border: 1px solid #444 !important;
	color: #fff !important;
}

.icon-alert {
	margin-right: 10px;
}

.imgAASI {
	max-width: 100%;
	height: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
	font-size: 1em !important;
}

#user-header-p #nameUser {
	font-size: 1.1em !important;
}

.disabled {
	pointer-events: none !important;
	opacity: 0.3 !important;
}

.disabled:before {
	cursor: no-drop !important;
}

.disabled7 {
	pointer-events: none !important;
	opacity: 0.7 !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: 0 !important;
}

.checkbox label,
.radio label {
	padding-left: 15px;
}

.iframes {
	border: none !important;
	overflow: hidden !important;
	height: 1235px;
}

.no-pointer-events {
	pointer-events: none !important;
}

.modal-title {
	max-width: 80%;
	float: left;
}

.disabledFrameTonal.on {
	width: 100%;
	height: 460px;
	position: absolute;
	z-index: 99999;
	cursor: no-drop;
}

.background-white {
	background-color: white !important;
}

.no-border-overflow {
	border: none !important;
	overflow: hidden !important;
}

#htmlAcoes .selection > span {
	min-height: 38px !important;
}

/* container-radio */

fieldset.radioSetSelector {
	margin-bottom: 10px;
}

.container-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */

.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 23px;
	border-radius: 12px;
	background-color: #dcdbdb;
}

/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-radio input:checked ~ .checkmark {
	background-color: #2196f3;
}

/* When the checkbox is checked, add a blue background */

.container-radio-delete input:checked ~ .checkmark {
	background-color: #ef4d41 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.container-radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.container-radio .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pad-t-2 {
	padding-top: 1%;
}

.containerLogo {
	margin-top: 10px;
	margin-left: 15px;
	height: 65px;
	width: 130px;
}

.logoRelatorio {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.hrRelatorio {
	border-top: 1px solid #000 !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.cabecalhoRelatorio {
	font-size: 13px !important;
}

.page-header-relatorio {
	padding-bottom: 9px;
	margin: 3px 0 5px;
	border: 1px solid #dedede;
	padding: 5px 10px;
	border-radius: 16px;
}

.iframeTonalDisabled {
	height: 422px;
}

#mdTbodyPacientes tr:hover {
	background-color: #d8d7d7 !important;
}

#mdDivPacientes,
#mdProntuarioDivPacientes,
#listar-paciente-recorrencia,
#listar-paciente-historico {
	max-height: 300px;
	overflow: auto;
}

#hrTablePaciente hr {
	margin: 10px 0 !important;
}

.h-240 {
	height: 240px !important;
}

.h-195 {
	height: 195px !important;
}

.h-410 {
	height: 410px !important;
}

.h-778 {
	height: 778px !important;
}

.h-100-p {
	height: 100% !important;
}

.iframeGanhoFuncional {
	height: 1535px !important;
}

.resize-none {
	resize: none !important;
}

.supraliminar-arrow-left,
.supraliminar-arrow-right,
.supralinar-arrow-leftright {
	font-size: 40px;
}

.supraliminar-arrow-left {
	color: #dd4b39 !important;
}

.supraliminar-arrow-right {
	color: #3c8dbc !important;
}

.supraliminar-arrow-leftright {
	color: black !important;
}

.float-left {
	float: left;
}

.center {
	text-align: center;
}

.center img {
	width: 100px;
	height: 100px;
	margin-left: 40% !important;
}

.pad-l-5 {
	padding-left: 5px;
}

.pad-l-30 {
	padding-left: 30px !important;
}

.pad-10 {
	padding: 10px;
}

.top-10 {
	top: 10px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.img-center {
	margin: 0 auto;
}

.img-cropped .img {
	max-width: 100%;
}

.btn-cropped {
	width: 100%;
	border: none;
	margin: 0;
	font-size: 1.5em;
	padding: 10px;
	border-radius: 0;
}

.btn-cropped:hover {
	opacity: 0.9;
	cursor: pointer;
}

.maxHeight-400 {
	max-height: 400px !important;
}

.hide {
	display: none;
}

.colorRed {
	color: red;
}

.colorBlue {
	color: blue;
}

.divTableAgendaProfissionalSaude,
.divAgendaAgendadosDiaAtual,
.divAgendaEncaixesDiaAtual,
.divTableConversas {
	max-height: 300px !important;
	height: auto !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.divTableAgendaProfissionalSaude {
	max-height: 150px !important;
}

.disabledDay {
	cursor: not-allowed !important;
	pointer-events: none !important;
	background-color: #e6e6e6 !important;
}

.legendaCorAgendaConfirmado,
.legendaCorAgendaEmEspera,
.legendaCorAgendaAndamento,
.legendaCorAgendaAgendado,
.legendaCorAgendaNaoCompareceu,
.legendaCorAgendaCancelado,
.legendaCorAgendaFinalizado,
.legendaCorAgendaBloqueio {
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	margin-right: 5px !important;
}

.legendaCorAgendaAgendado {
	background-color: #f39c12 !important;
}

.legendaCorAgendaConfirmado {
	background-color: #3c8dbc !important;
}

.legendaCorAgendaEmEspera {
	background-color: #777 !important;
}

.legendaCorAgendaAndamento {
	background-color: #96059e !important;
}

.legendaCorAgendaNaoCompareceu {
	background-color: #ff3d00 !important;
}

.legendaCorAgendaCancelado {
	background-color: #00a65a !important;
}

.legendaCorAgendaFinalizado {
	background-color: #dbdbdb !important;
}

.legendaCorAgendaBloqueio {
	background-color: #dbdbdb !important;
}

.nComparaceu {
	padding: 3px;
	color: #721c24 !important;
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
	text-align: center;
}

.datepicker table tr td.today:hover {
	border-bottom: solid !important;
	border-bottom-color: #0786d0 !important;
	background-color: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-repeat: none !important;
	filter: none !important;
	border-color: none !important;
	border-color: none !important;
	filter: none !important;
	color: #000 !important;
}

.controlehora {
	display: block !important;
}

.controlehora.horaencaixe {
	color: #8700ff;
}

.controlehora.horaagendamento.normal {
	color: #2e9fd6;
}

.controlehora.horaagendamento.espera {
	color: #2e7d32;
}

.controlehora.horaagendamento.espera15 {
	color: #f9a825;
}

.controlehora.horaagendamento.espera30 {
	color: #c62828;
}

#tbodyAgendados tr:hover,
#tbodyEncaixes tr:hover {
	background-color: #e2e2e2;
}

.buscaPacienteNovoAgendamento {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/* Ajuste Tamanho Input */

#finalizaCadastro input {
	padding: 3px;
}

.nowrap-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.fc-time:after {
	content: " - ";
}

.direct-chat-success .right > .direct-chat-text {
	background: #00a65a;
	border-color: #00a65a;
}

.direct-chat-messages {
	height: 500px;
}

.divTableConversas {
	max-height: 480px !important;
}

.hoverTr:hover {
	background-color: #dddddd36;
}

.direct-chat-text {
	width: fit-content;
}

.nomeEllipsis {
	max-width: 150px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.nomeEllipsisPerfil {
	max-width: 260px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.spanNomeConversa {
	padding: 8px 10px;
	border-radius: 25px;
	background-color: #174074;
	color: #fff;
	border: 1px solid #cccccc61;
	margin-right: 5px;
}

.smallLink {
	text-align: right;
	margin-left: 7px;
	width: 100%;
	font-weight: bold;
	color: #001a35;
	text-decoration: underline;
}

.smallLink:hover {
	cursor: pointer;
	opacity: 0.8;
}

.tooltip {
	position: fixed;
}

.w-box-consulta {
	width: 60% !important;
}

#resultadoFiltroRelatorioConsulta_wrapper .dt-buttons,
#resultadoFiltroRelatorioAgenda_wrapper .dt-buttons {
	display: inline-block;
	width: 100%;
}

#resultadoFiltroRelatorioConsulta_wrapper .dataTables_filter,
#resultadoFiltroRelatorioConsulta_wrapper .dataTables_length,
#resultadoFiltroRelatorioAgenda_wrapper .dataTables_filter,
#resultadoFiltroRelatorioAgenda_wrapper .dataTables_length {
	display: inline-block;
	width: 50%;
	margin-top: 5px;
}

.btn-pdf-relatorio:before {
	font-family: FontAwesome;
	content: "\f1c1";
	margin-right: 5px;
}

.btn-excel-relatorio:before {
	font-family: FontAwesome;
	content: "\f1c3";
	margin-right: 5px;
}

.badge-qtd-mensagem-nao-lida {
	position: relative;
	top: -10px;
	text-align: center;
	font-size: 15px;
	padding: 2px 3px;
	line-height: 0.9;
	margin-right: 2px;
}

#tbodyaasis .imgModal {
	max-width: 60px;
}

#divTutorial .bd-l {
	border-right: 1px solid #eee;
}

#divTutorial .boxTutorial {
	margin-bottom: 20px;
}

.homolog {
	background-color: #ffc107 !important;
}

.relatUnificado .hrRelatorio {
	border-top: 1px solid #000 !important;
	margin-bottom: 1px !important;
	margin-top: 1px !important;
}

.relatUnificado .iframeTonalDisabled {
	height: 425px !important;
}

.periodoM {
	background-color: #2a9e7b30;
	border-bottom: 2px solid #2a9e7b;
}

.periodoM h4,
.periodoM p {
	color: #2a9e7b;
}

.periodoS {
	background-color: #fab21832;
	border-bottom: 2px solid #fab418;
}

.periodoS h4,
.periodoS p {
	color: #fab418;
}

.periodoA {
	background-color: #173f7449;
	border-bottom: 2px solid #174074;
}

.periodoA h4,
.periodoA p {
	color: #174074;
}

.periodoM p,
.periodoS p,
.periodoA p {
	font-size: 2.1em;
	font-weight: 600;
}

#NomePlano,
#modalThreeDay .modal-title {
	margin-top: 5px;
	font-weight: 600;
	color: #009688;
	max-width: 70%;
	float: left;
}

#modalComprar .modal-header,
#modalThreeDay .modal-header {
	padding: 5px 10px !important;
}

#modalComprar .close,
#modalThreeDay .close {
	outline: none;
	font-size: 2em;
	padding: 5px 2px;
	color: #6f6f6f;
	opacity: initial;
}

.btnSolicitacao {
	border-radius: 0;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	background-color: #2a9e7b;
}

.btnSolicitacao:hover,
.btnSolicitacao:active {
	outline: none;
	cursor: pointer;
	opacity: 0.9;
	color: #2a9e7b;
	background-color: #fff;
	border-color: #2a9e7b;
}

.enviando {
	outline: none;
	pointer-events: none;
	opacity: 0.9;
	color: #2a9e7b;
	background-color: #fff;
	border-color: #2a9e7b;
}

.hr {
	margin: 0 0 10px 0;
}

.displayNoneAbsolut {
	display: none !important;
}

#audiogram-tabela5 {
	width: 85%;
	margin-left: 45px;
}

#divProntuario .bg-aqua-active {
	background-color: #174074 !important;
}

#divProntuario .description-block > .description-text {
	font-size: 12px !important;
}

#divProntuario .timeline-header {
	outline: none;
	user-select: none;
}

#divProntuario .timeline > li > .timeline-item > .time {
	font-size: 14px !important;
	color: #174074 !important;
}

#divProntuario .timeline-header:hover,
#divProntuario .time:hover {
	cursor: pointer;
}

#divProntuario .widget-user .box-footer {
	padding-top: 0 !important;
}

#divProntuario .fa-plus,
#divProntuario .fa-minus {
	margin-left: 25px;
}

#divProntuario .timeline-in {
	height: 40px !important;
	overflow: hidden;
}

#divProntuario .widget-user .widget-user-image {
	top: 18px !important;
	left: 78% !important;
	margin-left: 0 !important;
}

#divProntuario #timeline1 .bg-blue {
	background-color: #048248 !important;
}

#divProntuario .nav-tabs-custom > .nav-tabs > li {
	margin-right: 1px !important;
}

#divProntuario .nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
	background: #cccccc2e !important;
}

#divProntuario .nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #f1f1f100 !important;
}

#divProntuario .nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
	background-color: #174074 !important;
	color: #fff !important;
}

#divProntuarioFono .bg-aqua-active {
	background-color: #174074 !important;
}

#divProntuarioFono .description-block > .description-text {
	font-size: 12px !important;
}

#divProntuarioFono .timeline-header {
	outline: none;
	user-select: none;
}

#divProntuarioFono .timeline > li > .timeline-item > .time {
	font-size: 14px !important;
	color: #174074 !important;
}

#divProntuarioFono .timeline-header:hover,
#divProntuario .time:hover {
	cursor: pointer;
}

#divProntuarioFono .widget-user .box-footer {
	padding-top: 0 !important;
}

/* #divProntuarioFono .fa-plus, #divProntuario .fa-minus{
    margin-left: 25px;
} */

#divProntuarioFono .timeline-in {
	height: 40px !important;
	overflow: hidden;
}

#divProntuarioFono .widget-user .widget-user-image {
	top: 18px !important;
	left: 78% !important;
	margin-left: 0 !important;
}

#divProntuarioFono #timeline1 .bg-blue {
	background-color: #048248 !important;
}

#divProntuarioFono .nav-tabs-custom > .nav-tabs > li {
	margin-right: 1px !important;
}

#divProntuarioFono .nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
	background: #cccccc2e !important;
}

#divProntuarioFono .nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #f1f1f100 !important;
}

#divProntuarioFono .nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
	background-color: #174074 !important;
	color: #fff !important;
}

ul#obsLista li {
	list-style: inside;
	display: inline;
	padding: 1px;
	margin: 10px;
}

#conteudoRelatorio #divAudiogramRight,
#conteudoRelatorio #divAudiogramLeft {
	pointer-events: none;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 650px !important;
	}
	#modalComprar .modal-dialog {
		width: 800px !important;
	}
}

@media (min-width: 1024px) {
	.wrapper.overflowHidden.backCinza .content-wrapper {
		min-height: 655px;
	}
}

.modal-lg-fixed {
	width: 990px !important;
}

.fieldset-solicitacaoexame {
	min-height: 420px !important;
}

.fieldset-solicitacaoexame .div-button {
	bottom: 0;
}

.btn.btn-box-toll {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3;
}

.div-solicitacao-exames-agenda {
	max-height: 430px;
	overflow-y: auto;
}

.fa.fa-search.form-control-feedback {
	color: #97a0b3;
}

.tableRemedio .tdNome {
	line-height: 30px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tableRemedio th {
	text-align: center;
}

/*CSS para impressão*/

@media print {
	.rodapePrint {
		position: fixed;
		bottom: 0;
	}
}

.table > tbody .btn {
	margin-right: 15px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
	vertical-align: middle;
}

#table-responsive-profissionais,
#table-responsive-representantes {
	max-height: 300px;
	overflow-y: auto;
}

#table-profissionais > thead > tr th:nth-child(1),
#table-representantes > thead > tr th:nth-child(1) {
	width: 60px;
}

#table-profissionais > thead > tr th:nth-child(3),
#table-representantes > thead > tr th:nth-child(3),
#table-profissionais input[name="number-profissional-potencial"],
#table-representantes input[name="number-representante-meta"] {
	width: 70px;
}

#table-profissionais > thead > tr th:last-child,
#table-representantes > thead > tr th:last-child {
	width: 50px;
}

.valign-input {
	position: relative;
	top: 20px;
}

#modal-regiao {
	overflow-y: scroll !important;
}

#timeline-visita textarea {
	overflow-y: scroll;
	overflow-x: hidden;
	resize: none;
}

.panel-title-receituario-winmed a,
.panel-title-receituario-winmed a:hover,
.panel-title-receituario-winmed a:focus {
	color: #174074;
}

#icon-print {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 1px solid #222;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

/* Define tamonho fixo altura imagem prontuário */

.widget-user .widget-user-image > img {
	height: 90px !important;
}

.item-menu-disabled > a {
	color: #888 !important;
}

.skin-blue .sidebar-menu > .item-menu-disabled:hover > a {
	color: #888 !important;
	background: #222d32;
	font-weight: normal;
}

textarea {
	resize: none;
}

.fc-agendaWeek-view td.fc-today,
.fc-agendaDay-view td.fc-today {
	background: #fcf8e3 !important;
}

#dropdown-recorrente {
	padding: 15px;
	display: none;
	background-color: #f5f5f5;
	position: absolute;
	z-index: 99999;
	box-shadow: 0 0 0 3px rgba(165, 165, 165, 0.3);
}

#dropdown-recorrente > ul {
	padding: 0;
	margin: 0;
}

#dropdown-recorrente > ul > li {
	list-style-type: none;
}

#dropdown-recorrente > ul > li a {
	color: #888;
	text-decoration: none;
}

#dropdown-recorrente > ul > li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#iconDesbloquear {
	cursor: pointer;
}

#dashSquares .small-box,
#dashSquares .small-box-footer {
	background-color: white;
}

#dashSquares .icon {
	font-size: 80px !important;
}

#dashSquares p {
	font-size: 18px !important;
	color: #878787;
}

#dashSquares h3 {
	font-size: 50px;
}

#dashSquares .small-box-footer {
	border-top: 1px solid rgba(189, 189, 189, 0.5);
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#dashSquares .small-box {
	box-shadow: 0 6px 20px 0 rgba(189, 189, 189, 0.5);
	border-radius: 2%;
}

#dashboard-principal-esquerda {
	padding-left: 0;
	margin-top: 12px;
	margin-right: 2%;
	background-color: white;
	width: 39%;
	box-shadow: 0 6px 20px 0 rgba(189, 189, 189, 0.5);
}

#dashboard-principal-direita {
	padding-right: 0px;
	margin-top: 12px;
	width: 59%;
	background-color: white;
	box-shadow: 0 6px 20px 0 rgba(189, 189, 189, 0.5);
}

#dashboard-atendimento {
	padding-right: 0px;
	margin-top: 24px;
	width: 59%;
	background-color: white;
	box-shadow: 0 6px 20px 0 rgba(189, 189, 189, 0.5);
}

#tableAtendimentosTHead {
	font-size: 14px;
	overflow-y: hidden;
}

.box-title {
	font-size: 18px;
	color: #878787;
}

#tableAtendimentoPorProfissional td {
	padding-left: 10px;
}

#dashboard-exames-esquerda {
	padding-right: 0px;
	margin-left: 20px;
	margin-top: 24px;
	width: 39%;
	background-color: white;
	box-shadow: 0 6px 20px 0 rgba(189, 189, 189, 0.5);
}

.bootstrap-select .btn {
	background-color: white !important;
}

#examesComplementares button {
	background-color: #ffffff !important;
	width: 36px;
	border: 1px solid #d2d6de;
}

#titleTela {
	margin-left: 15px;
}

/* Definições Prontuário Fono */

.card {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 1rem;
	padding: 10px;
	border-radius: 5px;
	background-color: white;
}

.card-primary.card-outline {
	border-top: 3px solid #174074;
}

.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
	position: relative;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	margin-bottom: 15px;
}

.list-group-item {
	padding: 0px;
}

.cor-logo-verde {
	background-color: #2a9d7b;
	border-color: #2b9f7c;
	color: white;
}

.cor-logo-amarelo {
	background-color: #f8b218;
	border-color: #e7a221;
	color: white;
}

.cor-logo-azul {
	background-color: #1b7fab;
	border-color: #2e9fd6;
	color: white;
}

/* Ajuste icone - Prontuario Fono - consulta */

#prontuario-funcao {
	text-align: center;
}

/* Corta a palavra e add ... no final */

.nomeAjusteTamanho {
	white-space: nowrap;
	width: 3%;
	overflow: hidden;
	/* "overflow" value must be different from "visible" */
	text-overflow: ellipsis;
}

/* Carousel - Nome Profissional */

.users-list img {
	width: 45px !important;
	padding: 5px;
}

/* Dots Slide */

#btnSlider {
	color: rgb(177, 177, 177);
	font-size: 16px;
	text-align: center;
}

#btnSlider i {
	cursor: pointer;
	margin-left: 20px;
}

/* botão mostrar mais conteudo - Profissionais Agenda */

.btn-Mostrar-Conteudo {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444;
	width: 100%;
}

.overList {
	z-index: 9999;
	position: absolute;
	background-color: white;
}

.carouselProfNome .avatarAgenda {
	margin-left: 17%;
	border-radius: 15px;
}

.avatarModoTv {
	padding: 10px !important;
}

/* Barra de Rolagem no modal */

.modal-dialog-scrollable {
	overflow-y: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 55px;
	margin-bottom: 80px;
}

/* Modal de boas vindas Welcome */

.mdBaseTest .modal-confirm {
	color: #434e65;
	width: 525px;
}

.mdBaseTest .modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}

.mdBaseTest .modal-confirm .modal-header {
	background: #006686;
	border-bottom: none;
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}

.mdBaseTest .modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}

.mdBaseTest .modal-confirm .form-control,
.modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}

.mdBaseTest .modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}

.mdBaseTest .modal-confirm .close:hover {
	opacity: 0.8;
}

.mdBaseTest .modal-confirm .icon-box {
	color: #fff;
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	text-align: center;
}

.mdBaseTest .modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}

.mdBaseTest .modal-confirm.modal-dialog {
	margin-top: 80px;
}

.mdBaseTest .modal-confirm .btn,
.modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}

.mdBaseTest .modal-confirm .btn:hover,
.modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}

.mdBaseTest .modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}

.mdBaseTest .modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}

.mdBaseTest .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

.mdBaseTest .social-welcome {
	font-size: 30px;
	text-align: center;
	/* padding-bottom: 25px; */
}

/* Mensagem Formulário Editar Prontuário */

@keyframes toast {
	0% {
		transform: translate(0, 50px);
	}
	10% {
		transform: translate(0, 0);
	}
	90% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(300px, 0);
	}
}

.toast {
	position: fixed;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #93c54b;
	text-shadow: 0 1px 0 #fefefe;
	color: #fff;
	bottom: 20px;
	right: 20px;
	font-size: 1em;
	text-align: center;
	transform: translate(0, 80px);
	animation: 4s toast ease-in-out;
}

.toast.error {
	background: #d9534f;
}

/*# sourceMappingURL=custom.css.map */

/* Modal Confirmação - Prontuario Layout */

#mdConfirmaProntuario .modal-confirm {
	color: #636363;
	width: 400px;
}

#mdConfirmaProntuario .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}

#mdConfirmaProntuario .modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}

#mdConfirmaProntuario .modal-confirm h4 {
	text-align: center;
	font-size: 26px;
}

#mdConfirmaProntuario .modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}

#mdConfirmaProntuario .modal-confirm .modal-body {
	color: #999;
}

#mdConfirmaProntuario .modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}

#mdConfirmaProntuario .modal-confirm .modal-footer a {
	color: #999;
}

#mdConfirmaProntuario .modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #fba004;
}

#mdConfirmaProntuario .modal-confirm .icon-box i {
	color: #fba004;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}

#mdConfirmaProntuario .modal-confirm .btn,
.modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #25c22f;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}

#mdConfirmaProntuario .modal-confirm .btn-secondary {
	background: #ed4a4a;
}

#mdConfirmaProntuario .modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}

#mdConfirmaProntuario .modal-confirm .btn-danger {
	background: #f15e5e;
}

#mdConfirmaProntuario .modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
	background: #ee3535;
}

#mdConfirmaProntuario .trigger-btn {
	display: inline-block;
	margin: 100px auto;
}

/* Div Alerta Prontuário */

.alertaPacienteBtn {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 10px;
	background-color: #f15451;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	z-index: 1000;
	box-shadow: 2px 2px 3px #999;
	transition: 0.3s;
}

.alertaPacienteBtn:hover {
	border-radius: 20px;
	color: #fff;
}

.floatAlerta {
	margin-top: 12px;
	font-size: 15px;
}

.divFloatAlerta {
	position: fixed;
	bottom: 49px;
	right: 45px;
	padding: 5px;
	background-color: #f15451;
	color: #fff;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	z-index: 1000;
	box-shadow: 2px 2px 3px #999;
}

.togglePassword {
	position: absolute;
	width: 5%;
	margin-left: 82.5%;
	top: 0px;
	background-color: transparent;
	border-color: transparent;
	outline: none;
}

.togglePassword:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

/* Bloqueio Horário Agenda - Profissional */

.bloqueioHorarioDias div {
	padding: 0px;
}

/* Novo Loading */

.boxLoading {
	margin: 15% auto;
	width: 300px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.containerLoading {
	position: relative;
}

/* Login V2 */

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3e4b7be0;
}

#loginV1 .main-content {
	width: 40%;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
	margin-top: 7%;
	margin-left: 30%;
	display: flex;
}

#loginV1 .company__info {
	background-color: #FFF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}

.fa-android {
	font-size: 3em;
}

@media screen and (max-width: 640px) {
	#loginV1 .main-content {
		width: 90%;
		margin-top: 30%;
		margin-left: 10%;
	}
	#loginV1 .company__info {
		display: none;
	}
	#loginV1 .login_form {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.text-success {
		font-size: 10px;
	}
	.dashboard-principal-direita {
		display: none;
	}
	.dashboard-atendimento {
		display: none;
	}
}

@media screen and (min-width: 642px) and (max-width: 800px) {
	#loginV1 .main-content {
		width: 70%;
	}
}

#loginV1 .row > h2 {
	color: #205469;
}

#loginV1 .login_form {
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#loginV1 form {
	padding: 0 2em;
}

#loginV1 .form__input {
	width: 100%;
	border: 0px solid transparent;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 1em 0.5em 0.5em;
	outline: none;
	margin: 0.5em auto;
	transition: all 0.5s ease;
}

#loginV1 .form__input:focus {
	border-bottom-color: #008080;
	box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
	border-radius: 4px;
}

#loginV1 .btn {
	transition: all 0.5s ease;
	width: 70%;
	border-radius: 10px;
	color: #008080;
	font-weight: 600;
	background-color: #fff;
	border: 1px solid #008080;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

#loginV1 .btn:hover,
#loginV1 .btn:focus {
	background-color: #008080;
	color: #fff;
}

/* bootstrap-show-password-toggle */

::-ms-reveal {
	display: none;
}

button#toggle-password {
	position: absolute;
	top: 3px;
	right: 4px;
	z-index: 9;
	width: 28px;
	height: 30px;
	background: 0;
	border: 0;
}

button#toggle-password:active,
button#toggle-password:focus,
button#toggle-password:hover {
	cursor: pointer;
}

button#toggle-password:focus {
	outline: 0 !important;
}

.input-password {
	padding-right: calc(1.5em + 0.75rem);
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type="password"]:valid {
	background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

.input-password[type="text"]:valid {
	background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

/* BT Table */

.ph-item,
.ph-picture {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.btn-remove-borda:focus {
	border: none;
	outline: none;
}

.file-upload {
	margin: 0 auto;
	padding: 20px;
}

.file-upload-content {
	display: none;
	text-align: center;
}

.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-dropping {
	background-color: #1fb264;
	border: 4px dashed #ffffff;
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.drag-text {
	text-align: center;
}

.drag-text h3 {
	color: #15824b;
	padding: 60px 0;
}

.file-upload-image {
	max-height: 200px;
	max-width: 200px;
	margin: auto;
	padding: 20px;
}

.remove-image {
	width: 200px;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #b02818;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.remove-image:hover {
	background: #c13b2a;
	color: #ffffff;
	transition: all 0.2s ease;
	cursor: pointer;
}

.remove-image:active {
	border: 0;
	transition: all 0.2s ease;
}

.bordaParecerExame {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
	border: 1px solid rgb(204, 204, 204);
	padding: 2px;
	border-radius: 7px;
	text-align: left;
}

.bordaParecerExame .form-group {
	margin-bottom: 3px !important;
}

.bordaIconeParecerExame {
	text-shadow: -1px 0 rgb(19, 226, 0), 0 1px rgb(19, 226, 0), 1px 0 rgb(19, 226, 0), 0 -1px rgb(19, 226, 0);
}

.lowThirdClass {
	margin-left: 5px;
	text-transform: capitalize;
}

#modal-visualizar-agendamento .widget-user-username,#modal-buscar-paciente-simples .widget-user-username, #modalEvento .widget-user-username{
	font-size:18px !important;
	font-weight: bold;
}

.text-truncate {

	white-space: nowrap;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;

}


