@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&family=Roboto:wght@400;700&display=swap');

.roboto {
	font-family: 'Roboto', sans-serif;
}

:root {
	--bs-primary-rgb: 95,140,175;
	--bs-btn-bg: #5f8caf;
	--bs-body-font-size: 0.9rem;
}
.btn-primary {
	--bs-btn-bg: #5f8caf;
	--bs-btn-border-color: #5f8caf;
}
.card {
	--bs-card-cap-bg: #E0E0E0;
}
.modal {
	--bs-modal-width: 600px;
}
/*.nav-pills {
	--bs-nav-pills-link-active-bg: #5f8caf;
}
.nav {
	--bs-nav-link-color: #5f8caf;
}*/

header {
	height: 64px;
}
body {
	height: 100vh;
	font-family: 'Be Vietnam Pro', sans-serif;
	letter-spacing: -0.5px;
	background: #f8f8f8;
}
.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	z-index: 999;
	min-height: 60px;
}
.valign-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
}
.valign-wrapper .valign {
	display: block;
}
.pointer {
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase;
}

#mobileNavBar {
	width: 224px;
}
.profileOption {
	min-width: 200px;
	margin-right: 1px;
}
.profileOption .avatar-autor {
	width: 30px;
	height: 30px;
	border: 0px;
	color: #fff;
	line-height: 29px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("../img/bg-avatar-header.jpg");
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.profileOption a,
.profileOption p {
	color: black;
	font-size: 12px;
	line-height: 1;
}
.offcanvas-body .profileOption {
	position: absolute;
	left: 0;
	bottom: var(--bs-offcanvas-padding-y);
	width: calc(100% - var(--bs-offcanvas-padding-x));
}
.offcanvas-body a,
.offcanvas-body .profileOption p {
	color: white !important;
}
#headerNav .nav-item {
	position: relative;
}
#headerNav .nav-link:before {
	content: '';
	width: 0%;
	height: 5px;
	top: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	background-color: var(--bs-btn-bg);
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
#headerNav .nav-link:hover:before, 
#headerNav .nav-link:focus:before, 
#headerNav .nav-link:visited:before, 
#headerNav .nav-link.active:before {
	width: calc(100% - 1rem);
}
.mainPage {
	width: 100%;
	min-height: 81vh;
	overflow: auto;
}
footer {
	height: 90px;
	overflow: hidden;
	background: white;
	font-size: 0.8rem;
}
footer div:nth-child(2) a {
	margin: 0 6px;
	text-decoration: none;
	color: black;
}
footer p {
	margin: 0;
}

/*.card-header,
.card-footer {
	background-color: transparent;
}
.circleInfo {
	position: absolute;
	top: 10px;
	right: 24px;
	font-size: 1.2rem;
}
.modal-header .alert {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.modal-header .alert h5 {
	display: inline-block;
	margin: 0 0 0 6px;
}
.modal-header .alert i {
	font-size: 18px;
}
table .form-check .form-check-input {
	float: none;
}
.input-group > .form-floating:not(:first-child) > .form-control {
	border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0 !important;
}
.input-group > .form-floating:not(:last-child) > .form-control {
	border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius) !important;
}*/

/* HOME */
.page-home {
	width: 100%;
	background: linear-gradient(
		to right,
		#F8F8F9 0%,
		#F8F8F9 50%,
		#FFFFFF 50%,
		#FFFFFF 100%
	);
}
.page-home > .container > .row .col-12:first-child {
	background-color: #F8F8F9;
}
.page-home > .container > .row .col-12:last-child {
	background-color: #FFFFFF;
}
#recaptcha-container > div > div {
	margin: 0 auto;
}
.select2-container .select2-selection--single {
	height: -moz-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: -webkit-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	padding: 1.625rem 2.25rem .625rem 0.75rem;
	font-size: 1rem;
	background-color: var(--bs-body-bg);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-selection__rendered {
	padding: 0 !important;
}
.select2-container~label,
.iti~label {
	color: rgba(var(--bs-body-color-rgb),.65);
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--bs-body-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: -moz-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: -webkit-calc(3.5rem + calc(var(--bs-border-width) * 2));
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}
.select2-hidden-accessible.is-invalid + .select2-container--default .select2-selection--single,
.select2-hidden-accessible.is-invalid + .select2-container--default .select2-selection--multiple {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	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);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	outline: none;
}
.select2-container~label,
.iti~label {
	color: rgba(var(--bs-body-color-rgb),.65);
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.iti {
	width: 100%;
}
.iti--allow-dropdown input, 
.iti--allow-dropdown input[type=text] {
	padding: 1.625rem 0.75rem 0.625rem 50px;
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.iti__selected-flag {
	padding-top: 15px;
}

table.dataTable.no-footer {
	border: none;
}
table.dataTable thead th, 
table.dataTable thead td,
.table > :not(caption) > * > *,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	border-color: var(--bs-border-color);
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
	outline: none;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: var(--bs-border-color);
}

@media (min-width: 992px) {
	.mainPage {
		height: -moz-calc(100% - 112px);
		height: -webkit-calc(100% - 112px);
		height: calc(100% - 112px);
	}
	footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
	/*.circleInfo {
		top: 8px;
		right: -16px;
	}*/
}

@media only screen and (max-width: 1500px) {
	#homeCtn {
		width: 94% !important;
		max-width: 94% !important;
	}
}

/*:root {
	--mdc-theme-primary: #337ab7;
}

.mainColor {
	color: #AC063C;
}

.m0 {margin: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mb12 {margin-bottom: 12px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding: 0 !important;}
.p12 {padding: 12px !important;}
.pt12 {padding-top: 12px !important;}
.pt30 {padding-top: 30px !important;}
.pb12 {padding-bottom: 12px !important;}

.menu-oppgo:not(.menu-home) .blanco {
	display: none;
}
.menu-oppgo.menu-home .gris {
	display: none;
}
.invalid {
	border: solid 1px #AC063C !important;
}
.relative {
	position: relative;
}
.fullWidth {
	width: 100%;
}
.fullHeight {
	position: relative;
	height: 100%;
}
.pointer {
	cursor: pointer;
}
.loadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 999;
}
.valign-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
}
.valign-wrapper .valign {
	display: block;
}
.responsive-img {
	max-width: 100%;
}
table.table-valign>tbody>tr>td {
	vertical-align: middle;
}
.overflow {
	overflow: hidden;
}
.scrollCtn {
	overflow-y: auto;
	overflow-x: hidden;
}
.adminCtn #loginCtn {
	float: none;
	margin: 0 auto;
}
.iconButton {
	margin: 0 6px;
	font-size: 12px;
	display: inline-block;
	color: #AC063C;
}
.form-control.datepicker[readonly] {
	background-color: #fff;
}
.truncate {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inlineBlock {
	display: inline-block !important;
}

.timerCount {
	text-align: center;
	color: var(--mdc-theme-primary);
	font-weight: bold;
}
.nav-pills>li>a {
	color: #3b3b3b;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: var(--mdc-theme-primary);
}
.nav-tabs>li>a {
	color: var(--mdc-theme-primary);
}
.mainWithHeader {
	height: -moz-calc(100% - 88px);
	height: -webkit-calc(100% - 88px);
	height: calc(100% - 88px);
}
.actionFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 15px;
	padding: 12px 0;
}
.progress-bar {
	background-color: var(--mdc-theme-primary);
}
.btn-primary {
	background-color: var(--mdc-theme-primary);
	border-color: var(--mdc-theme-primary);
}
.btn-skip {
	background-color: #6c757e;
	border-color: #6c757e;
	color: white;
}
.form-control:focus {
	border-color: var(--mdc-theme-primary);
}
#somatometry .form-control[disabled], 
#somatometry fieldset[disabled] .form-control {
	background-color: #e8ecef;
}
#mainCtn .tab-content {	
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
}
.nav-tabs.consultationTabs {
	overflow-x: auto;
	overflow-y: hidden;
	display: -webkit-box;
	display: -moz-box;
	border-bottom: none;
}
.nav-tabs.consultationTabs > li {
	float: none;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.nav-tabs.consultationTabs > li.active {
	border-bottom: none;
}
.btn-danger.btn-sm,
.btn-primary.btn-sm {
	line-height: 1;
}
.btn-danger.btn-sm i,
.btn-primary.btn-sm i {
	font-size: 18px;
}

.switch,
.switch * {
	user-select: none;
}
.switch label {
	cursor: pointer;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.switch label input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
	background-color: rgba(51, 122, 183, 0.4);
}
.switch label input[type="checkbox"]:checked + .lever:after,
.switch label input[type="checkbox"]:checked + .lever:before {
	left: 18px;
}
.switch label input[type="checkbox"]:checked + .lever:after {
	background-color: var(--mdc-theme-primary);
}
.switch label .lever {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 14px;
	margin: 0 10px 0 16px;
	content: "";
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	vertical-align: middle;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.38);
}
.switch label .lever:after,
.switch label .lever:before {
	position: absolute;
	top: -3px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	-webkit-transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
	border-radius: 50%;
}
.switch label .lever:before {
	background-color: rgba(255, 64, 129, 0.15);
}
.switch label .lever:after {
	background-color: #f1f1f1;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.select2-container.invalid {
	border: none !important;
}
.select2-container .select2-choice {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	height: 48px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	border: 1px solid #cfd1d2;
	background-image: url("../img/icono-select.svg");
	background-repeat: no-repeat;
	background-size: 11px 6px;
	background-position: 95% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
.select2-container.invalid .select2-choice {
	border: solid 1px #AC063C;
}
.select2-arrow {
	display: none !important;
}

.select2-container--bootstrap .select2-selection--single {
	height: 48px;
}
.select2-container--bootstrap .select2-selection {
	border-radius: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.select2-chosen {
	height: 36px;
	line-height: 36px;
}
.mm-slideout { z-index:auto !important;}
.sectionTitle {
	color: #333;
	background-color: #f5f5f5;
	border: solid 1px #ddd;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}
.modal-dialog.modal-lg {
	height: 90%;
	overflow: hidden;
}
.modal-dialog.modal-lg .modal-body {
	position: relative;
	overflow: auto;
	height: -moz-calc(100% - 65px);
	height: -webkit-calc(100% - 65px);
	height: calc(100% - 65px);
	padding-bottom: 0;
}

#pdfCtn.withTable {
	z-index: 1;
	background-color: #fafafa;
}

.sliderImgsCtn .removeImgBtn {
	background: rgba(0,0,0,0.6);
	color: white;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 3px;
	border: solid 1px white;
	position: absolute;
	top: 8px;
	right: 23px;
}
.sliderImgsCtn p {
	margin: 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 12px;
	left: 0;
	padding: 0 21px;
	word-break: break-all;
}
.error-login .form-control {
	box-shadow: none;
}
.checkbox label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
.savedRow {
	background: rgba(121, 198, 102, 0.4);
}
.homeIcons a {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: red;
}
.homeIcons p {
	margin-top: 0;
}
.homeIcons .col-xs-6:hover p {
	color: #AC063C;
}
.homeIcons a.quickConcultation {
	background: url("../img/ConsultaGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.quickConcultation {
	background: url("../img/ConsultaRojo.svg") no-repeat center center / cover;
}
.homeIcons a.quickPrescription {
	background: url("../img/RecetaGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.quickPrescription {
	background: url("../img/RecetaRojo.svg") no-repeat center center / cover;
}
.homeIcons a.addPatient {
	background: url("../img/RegistroGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.addPatient {
	background: url("../img/RegistroRojo.svg") no-repeat center center / cover;
}
.homeIcons a.support {
	background: url("../img/SoporteGris.svg") no-repeat center center / cover;
}
.homeIcons .col-xs-6:hover a.support {
	background: url("../img/SoporteRojo.svg") no-repeat center center / cover;
}

.sectionTitle .expand {
	display: none;
	line-height: 1.5;
}
.sectionTitle .compress {
	display: inline-block;
	line-height: 1.5;
}
.sectionTitle.collapsed .expand {
	display: inline-block;
}
.sectionTitle.collapsed .compress {
	display: none;
}
.bg-proyecto {
	filter: grayscale(100%);
}
.tarjeta-proyecto:hover .bg-proyecto {
	filter: grayscale(0%);
}
#blah {
	max-width: 100%;
	max-height: 200px;
}
.menu-oppgo .items-centro li:first-child {
	margin: 0;
}

.dropFilesBox {
	border-style: dashed;
	border-color: #E0E0E0;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	max-height: 400px;
	min-height: 100px;
	background: #f8fafb
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #ddd;
}
table.dataTable.no-footer {
	border: none;
	padding-bottom: 18px;
}

#phoneWrapper {
	position: relative;
}
#phoneWrapper label {
	position: absolute;
	left: 12px;
	top: 14px;
	font-weight: normal;
	margin: 0;
}
#phoneWrapper input {
	padding-left: 40px;
}

@-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;}
}

@media only screen and (max-width: 600px) {
	.valign-block.valign-wrapper {
		display: block;
	}
}
@media (min-width: 992px) {
	.col-md-50 {
		float: left;
	    width: 20%;
	}
}*/