/***** BOF RESET BROWSER DEFAULTS *****/

html {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

body {
	border: 0;
	margin: 0;
	padding: 0;
	color: #7D716D;
	font-family: sans-serif;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

a {
	cursor: pointer;
}

a:hover {
	color: #ee3a29;
}

a {
	text-decoration: none;
	outline: none;
	color: #000000;
}

a.whiteLink, a.whiteLink:visited {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	line-height: 125%;
}

label {
	margin: 0;
}

/***** EOF RESET BROWSER DEFAULTS *****/

/***** BOF SCROLLING MODULES *****/

.scroller {
	width: 100%;
	position: relative;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.scrolled {
	position: relative;
	height: auto;
}

/* ::-webkit-scrollbar {
	width: 4px;
} */

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background: transparent;
}

/***** EOF SCROLLING MODULES *****/

/***** BOF CSS COOKIE_BANNER *****/

/* #cookiebanner {
	position: fixed;
}

#backgroundCB {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.eupopup-container {
	background: #FFFFFF;
	color: #000000;
	border-top: 5px solid #EE3A29;
	position: fixed !important;
}

.eupopup-body {
	line-height: 22px;
	font-size: 15px;
	color: #000000;
}

.eupopup-body a {
	color: #EE3A29 !important;
}

.eupopup-buttons {
	margin: 15px auto;
}

.eupopup-button_1 {
	font-size: 15px;
	background: #EE3A29;
	color: #FFFFFF !important;
	padding: 7px;
	border-radius: 5px;
}

.eupopup-button_1:hover {
	text-decoration: unset;
	color: #FFFFFF !important;
}

@media screen and (min-width: 992px) {
	.eupopup-body, .eupopup-button_1 {
		font-size: 20px;
	}

	.eupopup-body {
		line-height: 30px;
	}

	.eupopup-buttons {
		margin: 20px auto;
	}
} */

/***** EOF CSS COOKIE_BANNER *****/

/***** BOF CSS BOOTSTRAP_STUDIO *****/

#content {
	height: calc(100vh - 130px);
}

.topbar {
	height: 90px;
}

.sidebar .sidebar-brand {
	height: 4.375rem;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 800;
	padding: 1.5rem 1rem;
	text-align: center;
	text-transform: none;
	letter-spacing: .05rem;
	z-index: 1;
}

body {
	background-color: #EE3A29;
	background-image: linear-gradient(180deg, #EE3A29 10%, #EE3A29 100%);
	background-size: cover;
}

footer.sticky-footer {
	height: 5rem;
}

.boxTable {
	height: calc(100% - 90px);
	padding: 10px 15px;
}

#boxTablePatientOrders {
	max-height: 250px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 15px 0;
}

.boxTable>.card, .boxTable>.card>.card-body {
	height: 100%;
}

.boxTable>.card>.card-body>.row {
	/* height: 8%; */
}

.boxTable>.card>.card-body>.table {
	overflow: auto;
	/* height: 92%; */
	height: calc(100% - 110px);
}

.table-responsive#ordersTable[data-typeuser="64"] {
	height: calc(100% - 60px);
}

.table-responsive#centersTable, .table-responsive#patientsTable, .table-responsive#pharmacistsTable, .table-responsive#hcpTable, .table-responsive#usersTable {
	height: calc(100% - 60px);
}

.boxTable>.card>.card-body>.table::-webkit-scrollbar-thumb {
	background: #ddd;
}

#boxTablePatientOrders>.table {
	overflow: auto;
	height: 100%;
}

.boxTable thead th, #boxTablePatientOrders thead th {
	position: sticky;
	top: 0;
	z-index: 1;
}

.boxTable table, #boxTablePatientOrders table {
	border-collapse: collapse;
	width: 100%;
}

.boxTable th, #boxTablePatientOrders th {
	background: #eee;
}

.boxTable tr.active {
	display: table-row;
}

.usersTable_filter select {
	padding: 5px;
	font-size: 14px;
}

.infoAnomalyOrder {
	cursor: unset;
}

.anomalyOrder.opacity {
	opacity: 0.7;
}

.infoAnomalyOrder {
	color: #ddd;
}

.infoAnomalyOrder.anomaly {
	color: #EE3A29;
	cursor: pointer;
}

#boxTextAnomalyOrder p {
	border: 1px solid #aaa;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0px;
}

#btSaveInfoAnomalyOrder:focus {
	box-shadow: unset;
}

.deleteOrder, .sendMailRAM {
	color: #858796 !important;
}

/***** EOF CSS BOOTSTRAP_STUDIO *****/

/***** BOF CSS LOADER *****/

#boxLoader {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

.loader {
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/***** EOF CSS LOADER *****/

/***** BOF CSS TABLE *****/

table td, table th {
	font-size: 14px;
}

.table>:not(caption)>*>* {
	vertical-align: middle !important;
}

.nosearch {
	display: none;
}

.barStatus.ok {
	background-color: #1cc88a;
}

.barStatus.attention {
	background-color: #f6c23e;
}

.barStatus.danger {
	background-color: #EE3A29;
}

.rowHcpTable.closeTherapy, .rowPatientsTable.closeTherapy {
	color: #ddd;
}

.okPCC {
	color: #1cc88a;
}

.attentionPCC, .anomalyDO {
	color: #f6c23e;
	font-weight: bold;
}

.dangerPCC {
	color: #EE3A29;
	font-weight: bold;
}

.rowOrdersTable.newElement, .rowPatientsTable.newElement, .rowUsersTable.newElement, .rowHcpTable.newElement {
	color: #1cc88a;
}

.rowOrdersTable.anomaly, tbody>tr.disabled {
	/* background: rgba(231, 74, 59, 0.2) !important; */
	color: #EE3A29 !important;
}

.checkVRZ {
	color: #f6c23e;
}

.disabledUser .fas.fa-check-square {
	color: #EE3A29;
}

/***** EOF CSS TABLE *****/

/***** BOF CSS MENU *****/

#boxNavBar {
	height: calc(100vh - 145px);
	overflow-y: scroll;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#supportNoe a, #supportNoe i {
	color: #FFFFFF;
}

#subNavBar li, .btMedication, #btUsersTable, #infoUser, [type="checkbox"], .anomalyOrder, .deleteOrder, .sendMailRAM {
	cursor: pointer;
}

#boxNavBar .nav-item .nav-link {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.btMedication.active, #subNavBar, #btUsersTable.active, #btPharmacistsTable.active {
	background-color: #f8f9fc !important;
}

.btMedication.active>i, .btMedication.active>span, #btUsersTable.active>i, #btUsersTable.active>span, #btPharmacistsTable.active>i, #btPharmacistsTable.active>span {
	color: #3a3b45 !important;
}

.btTable.active {
	color: #FFFFFF;
}

.btMedication, #subNavBar, #btUsersTable {
	background-color: #EE3A29 !important;
}

.btMedication>i, .btMedicatio>span, #btUsersTable>i, #btUsersTable>span {
	color: #f8f9fc !important;
}

#subNavBar li {
	border-top: 1px solid #FFFFFF;
	background: #eeeeee;
}

#subNavBar li .nav-link {
	color: #3a3b45 !important;
	border-top: unset;
	border-bottom: unset;
}

.sidebar .nav-item:last-child {
	margin-bottom: 0;
}

/***** EOF CSS MENU *****/

/***** BOF CSS FORM *****/

.form-group {
	margin: 10px 0;
}

.form-group .boxCheckBox {
	display: flex;
}

/* .form-group [type="checkbox"] {
	margin-top: 5px;
} */

.form-group .boxCheckBox label {
	padding-left: 10px;
}

.form-group.disable {
	display: none;
}

.form-label {
	font-weight: bold;
}

label[for="privacy"] {
	text-align: left;
	font-size: 12px;
}

#selectDosage.anomaly, #numberPacks.anomaly, #dateOrder.anomaly {
	border-color: #EE3A29;
	box-shadow: 0 0 0 0.25rem rgb(238 58 41 / 50%);
}

/***** EOF CSS FORM *****/

/***** BOF CSS INTERFACE-HCP *****/

#btNewPatient.btDisabled {
	color: #fff;
	background-color: #858796;
	border-color: #858796;
	opacity: .65;
}

#btNewPatient.btDisabled:focus {
	box-shadow: unset;
}

.dataEndStock.btDisabled {
	color: #fff;
	background-color: #ddd;
}

.alertHCP {
	display: none;
	font-size: 12px;
}

/* #alertLastPatients {
	height: 130px;
}

#alertEndContract {
	height: 180px;
} */

#btStatusTherapy a {
	color: #FFF;
}

#btStatusTherapy a:hover {
	text-decoration: unset;
}

#formNewPatient {
	color: rgba(0, 0, 0, 0.3);
}

#formNewPatient b
{
color:#888888;
}

#formNewPatient.active, #formNewPatient [data-select="selectProvince"], #formNewPatient [data-select="selectHospital"].active, #formNewPatient [for="checkMailRAM"], #formNewPatient [data-select="emailsRAMKAM"], #formNewPatient [data-textarea="textMail"] {
	color: #858796;
}

/***** EOF CSS INTERFACE-HCP *****/

/***** BOF CSS INTERFACE-FINANCE *****/

#boxBtFilters {
	height: 50px;
	justify-content: center;
	align-items: center;
}

#summaryPacksDosagesOrder {
	/* height: 12%; */
	font-size: 12px;
	height: 60px;
}

#boxBtFilters .form-label {
	margin-bottom: 0;
}

/***** EOF CSS INTERFACE-FINANCE *****/

/***** BOF CSS FOOTER *****/

.footer {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 100%;
	padding: 25px 0;
	border-top: 5px solid #ddd;
}

/* .footer.footlog {
	position: fixed;
	bottom: 0;
} */

.footer.footreg {
	position: unset;
	bottom: 0;
}

.footer .col-3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .col-3:first-child {
	display: block;
}

.footer a {
	color: #EE3A29;
}

.footer .row {
	padding-top: 25px;
}

.footer img {
	width: 70px;
	margin: 0 auto;
}

.footer.sticky-footer {
	height: 130px;
	padding: 10px 0;
}

.nmCookiePreferencesButton:hover {
	text-decoration: underline;
	cursor: pointer;
}

/***** EOF CSS FOOTER *****/

#circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eaecf4;
	color: #858796;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.has-search .form-control {
	padding-left: 30px;
}

.has-search .form-control-feedback {
	font-size: 15px;
	position: absolute;
	z-index: 2;
	display: block;
	width: 30px;
	/* height: 2.375rem; */
	line-height: 30px;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}

#boxBanner {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#bannerMobile {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
}

/***** BOF CSS LANDSCAPE/PORTRAIT *****/

@media (orientation: landscape) {}

@media (orientation: portrait) {
	.footer .col-md-3 {
		margin: 10px auto;
	}

	.footer .col-md-3:first-child {
		text-align: center !important;
	}

	.footer .col-md-3 img {
		margin: 0 auto;
	}
}

/***** EOF CSS LANDSCAPE/PORTRAIT *****/

/***** BOF CSS UPLOAD SCHEDA PAZIENTE *****/

#titleSP {
	color: #858796;
}

#boxUploadSchedaPaziente {
	margin: 5px 0 20px 0;
	background-color: #eaecf4;
	border-radius: 5px;
}

#boxUploadSchedaPaziente div[class^="col-"] {
	padding: 0;
}

#boxUploadSchedaPaziente .col-10 {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #d1d3e2;
}

#uploadSchedaPaziente {
	width: 100%;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#uploadSchedaPaziente:focus {
	box-shadow: unset
}

#infoFile-USP {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
	color: #666;
}

#btShowPatientCard {
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/***** EOF CSS UPLOAD SCHEDA PAZIENTE *****/

#alertEndCnn, #alertOtherInfo {
	font-size: 12px;
}

.alert {
	margin: 0;
}


/***** BOF NOTE PAZIENTE *****/

.patient_notes
{
color:#cccccc;
cursor:pointer;
}

#patientNotes label
{
display:none;
}

/***** EOF NOTE PAZIENTE *****/
