body {
	font-family: 'Ubuntu';
	color: #002664;
}

body p, .footer p, footer a, i, label, body a {
	color: #002664;
}
.btn-link *{
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-link:hover, .btn-link:hover *, a:not(.btn):hover, footer a:hover, #header-icons a:hover > p, #header-icons a:hover > i, .logout:hover * {
	color: #92D400 !important;
	
}
footer a:hover, #header-icons li.active a > p, #header-icons li.active a > i
footer a:hover, #header-icons li.active a > p, #header-icons li.active a > i {
	color: #58A618;
}

select:after {
	content: 'a';
}
.main-page-wrapper {
	margin-top: 134px;
}


.privacy-notice-block.main-page-wrapper {
	padding-top: 145px;
}
.privacy-notice-block.main-page-wrapper .bi-exclamation-circle {
	margin-top: 30px;
}

.scrolled .logo img {
	width: 200px;
}
.scrolled .header-icons,
.scrolled .header-select,
.scrolled header {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
header {
	top: 0;
	z-index: 10000;
}

.scrolled .header-icons li p, .scrolled .header-select label {
	display: none !important;
}
.scrolled .header-select {
	align-items: center !important;
}

#header-icons li {
	list-style: none;
}
#header-icons button {
	text-transform: none;
}

#social-icons i:hover {
	color: #58A618;
}

#social-icons i:hover, .green-text {
	color: var(--green);
}
.red-text {
	color: var(--red);
}
.login_form .btn {
	background: #002664;
}
#lostPassContainer label,
.login_form label {
	margin-bottom: 0.5rem;
}

#login-form .control-label:after, 
#form-profil .required .control-label:after, 
#form-my-users .required .control-label:after, 
#form-my-users .new-user h5.required:after,
#lostPassContainer .required .control-label:after, .new-user p.required:after
{
    content:" *";
    color:#DC3545;
}
#lostPassContainer .position-absolute.bi,
.login_form .position-absolute.bi {
	display: none;
}
#lostPassContainer .has-error .position-absolute.bi,
.login_form .has-error .position-absolute.bi {
	display: block;
	color: #DC3545;
}

#login-form ::placeholder {
	color: var(--color1_50, rgba(0, 38, 100, 0.50));
}
.lost-pass:hover {
	color: #58A618;
}
h2 {
	padding: 16px 0px 32px 0px;
}
#form-profil label, .new-user .field-user-send_system_sms label, .new-user .control-label,.field-user-elearning_email label {
	font-weight: 500;
}
.field-user-pharmacyids {
	padding: 0px !important;
}

.basicForm.gdprcookie {
	background-color: #58A618;
}
.basicForm.gdprcookie label {
	color: white;
}
.basicForm.gdprcookie button.bg-white {
	border-color: #58A618;
	color: #58A618;
}
.gdprcookie  {
	font-size: 14px;
}
.gdprcookie  .gdprcookie-intro {
font-weight: 500;
}
.cookie-type-text.text-white {
	font-weight: 300;
}
.gdprcookie-footer-text a{
	color: white;
	text-decoration: underline !important;
	cursor: pointer;
}
/* breadcrumb */

.breadcrumb li:not(:last-child):after {
    content: url(/images/divider.svg);
    align-self: middle;
}

.breadcrumb li:not(:last-child),
.breadcrumb li:not(:last-child) a {
	color: rgba(0, 38, 100, 0.5);
}
.breadcrumb li:last-child,
.breadcrumb li:last-child a {
	font-weight: 500 !important;
}
.breadcrumb li a {
	text-decoration: none;
	margin: 0.5rem;
}
.breadcrumb {
	max-width: calc(100% - 50px);
	overflow: hidden;
	white-space: nowrap;
	padding: 8px 0 16px 0;
	font-size: 14px;
	flex-wrap: unset;
	margin-bottom: 0;
}
.breadcrumb a {
	pointer-events: none;
	cursor: default;
  }

.breadcrumb li.active {
	margin-left: 1rem;
}

.btn {
	border-radius: 50vh;
	text-transform: uppercase;
}

.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue);
	text-transform: uppercase;
}
.btn-primary:hover {
	background-color: #92D400;
	border-color: #92D400;
}
.text-shadow {
	text-shadow: 0 5px 5px rgba(0,0,0,0.25);
}

.btn-shadow {
	box-shadow: 0 5px 5px rgba(0,0,0,0.25);
}

#user-pharmacyids {
	display: flex;
	flex-direction: column;
}
#user-pharmacyids label {
	padding: 5px 0 5px 12px;
}
.form-group.field-user-pharmacyids .control-label {
	display: none;
}

select.form-control {
	color: #58A618;
	border-color: var(--blue);
}
.profil-divider {
	background-color: var(--blue);;
	height: 1px;
}
.field-user-pharmacyids .help-block {
	padding-left: 0.75rem;
}

input.form-control {
	color: #58A618;
	border-color: var(--blue);
}

.green-divider {
	background-color: #58A618;
	height: 1px;
}

.primary-color {
	color: var(--blue);
}
.autocomplete_search.btn {
	border-radius:0 5px 5px 0;
	color: var(--blue);
	border: 1px solid var(--blue);
	border-left: 0;
}
.autocomplete_search.btn i {
	color: var(--blue) !important;
}
.xls-search input {
	border-radius: 5px 0 0 5px !important;
	color: #58A618;
	border-color: var(--blue);
}
.white-button {
	border-color: var(--blue);
}
.white-button:hover {
	border-color: var(--green) !important;
	color: var(--green);
}


.cookie-button:hover {
	background-color: #58A618 !important;
	color: white !important;
	border-color: white !important;
}
.green-button {
	background-color: #58A618;
}
.green-button:hover {
	color: #58A618 !important;
	background-color: white !important;
}

footer .copyright-text {
	font-size: 10px;
}
.footer-divider {
	border-color: var(--color1_50, rgba(0, 38, 100, 0.50)) !important;
}

footer a.active {
	color: var(--green);
}

.add-to-favorites {
	font-size: 24px;
}

.privacy-header {
	box-shadow: 0px 1px 7px 0px rgba(48, 52, 62, 0.12);
}
.btn-white {
	background-color: #fff !important;
	color: var(--blue);
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-white * {
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.has-error input {
	border-color: #DC3545;
}
.help-block {
	margin-top: 4px;
	color: #DC3545;
	font-size: 14px;
}

.btn-white .bi {
	color: var(--blue) !important;
	font-size: 18px;
}
.btn-white:hover, 
.btn-white:hover *{
	color: #92D400 !important;
	
}

footer a {
	cursor: pointer;
}

.files .file {
	border-radius: 4px;
	background-color: var(--box-bg-1);
}
.files .file .download {
	font-size: 12px;
}
.files .file .download .bi {
	font-size: 18px;
}

.files .file a.name:hover {
	color: var(--hover-color2);
}

.privacy-notice-block a:hover {
	color: var(--hover-color2);
}

.highlighted-content {
	color: #002664;
	border-radius: 4px;
	border-left: 4px solid #002664;
	background-color: rgba(0, 38, 100, 0.05);
	font-size: 1rem;
	font-weight: normal;
}

.page-content img {
	border-radius: 4px;
	max-width: 100% !important;
}

.page-content.flex-fill.mx-3 {
    overflow: hidden;
}

.page-content table td {
    border-color: #58A618 !important;
}
.table-responsive table.table-rounded {
	--border: 1px solid #58A618;
	border-radius: 4px;
	border-spacing: 0;
	border-collapse: separate;
	border: var(--border);
	overflow: hidden;
}
.table-responsive table.table-rounded th:not(:last-child),
.table-responsive table.table-rounded td:not(:last-child) {
		border-right: var(--border);
}
.table-responsive table.table-rounded>thead>tr:not(:last-child)>th,
.table-responsive table.table-rounded>thead>tr:not(:last-child)>td,
.table-responsive table.table-rounded>tbody>tr:not(:last-child)>th,
.table-responsive table.table-rounded>tbody>tr:not(:last-child)>td,
.table-responsive table.table-rounded>tfoot>tr:not(:last-child)>th,
.table-responsive table.table-rounded>tfoot>tr:not(:last-child)>td,
.table-responsive table.table-rounded>tr:not(:last-child)>td,
.table-responsive table.table-rounded>tr:not(:last-child)>th,
.table-responsive table.table-rounded>thead:not(:last-child),
.table-responsive table.table-rounded>tbody:not(:last-child),
.table-responsive table.table-rounded>tfoot:not(:last-child) {
	border-bottom: var(--border);
 }
 .table-responsive table.table-rounded tr:last-of-type td {
	border-bottom-style: none;
}

h1:has(span:only-child):after {
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -100%;
    margin-left: 16px;
    border-top: 1px solid var(--header-color);
}

.header-select .form-control {
	border-radius: 4px;
	border: 1px solid var(--color1, #002664);
	padding: 6px 12px;
	font-size: 13px;
}
.pharmacy.form-control {
	min-width: 311px;
	white-space: pre-wrap;
}
.managers.form-control {
	min-width: 200px;
	white-space: pre-wrap;
}
.header-select .form-control:focus {
	box-shadow: none;
}
.input-icons i {
	right: 20px;
	top: 50%;
	pointer-events: none;
	font-size: 12px;
	transform: translate(-50%, -50%);
}
.xls2htmlContainer .tt-menu .tt-suggestion {
	white-space: pre-wrap;
}

.carousel {
	margin-bottom: 2rem;
}

/*.carousel-control-next,
.carousel-control-prev {
	_opacity: 1;
	border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	border: 1px solid #fff;
    box-shadow: 0 0 20px 10px #000;
	border-radius: 50%;
	padding: 5px;
	background-size: 50%;
}*/


@media (min-width: 991px) {
	.xls2htmlContainer .table-responsive {
		max-height: 600px;
	}
	.managers.form-control {
		width: 200px;
	}
	.pharmacy.form-control {
		width: 311px;
	}
}

@media (max-width: 991px){
	
	.gdprcookie .gdprcookie-buttons button {
		width: 100%;
	}

	.files .file .btn {
		width: 100%;
	}

	.files .downloadAll {
		width: 100%;
	}
}
@media (min-width: 700px){
	.profil-tooltip .tooltip-inner {
		min-width: 700px;
	}
}