.toggle_input {
	left: -9999px;
	position: absolute;
}

.toggle_input_label {
	margin-right: 3rem;
	padding: 0.3rem 1em 0.3rem 0;
	position: relative;
}
.minimum_amount_symbol {
	position: relative;
}
.minimum_amount_symbol input {
	padding-left:18px;
}
.minimum_amount_symbol:before {
	position: absolute;
	padding-left: 10px;
	padding-top: 7px;
	content:"€";
}

.toggle_input_label::before {
	background: #EEEEEE -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	background: #EEEEEE linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	border-radius: 13px;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.15);
	content: '';
	display: block;
	height: 26px;
	left: 100%;
	position: absolute;
	top: calc(50% - 13px);
	-webkit-transition: background-color 0.1s cubic-bezier(0.74, 0, 0.9, 0.96);
	transition: background-color 0.1s cubic-bezier(0.74, 0, 0.9, 0.96);
	width: 48px;
}

html[data-focus-source="keyboard"] .toggle_input:focus + .toggle_input_label::before {
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 100, 255, 0.2);
}

.toggle_input:focus + .toggle_input_label::before, .toggle_input_label:hover::before {
	background-color: #F7F7F7;
}

.toggle_input:disabled + .toggle_input_label::before {
	background-color: #DDDDDD;
}

.toggle_input_label::after {
	background: #FFFFFF url('https://static-app01.briox.services/images/cross.svg') no-repeat center center;
	background-size: 10px;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	content: '';
	display: block;
	height: 22px;
	left: calc(100% + 2px);
	position: absolute;
	top: calc(50% - 11px);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
	transition: transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
	width: 22px;
}

.toggle_input:checked + .toggle_input_label::before {
	background-color: #00a887;
}

.toggle_input:checked + .toggle_input_label::after {
	background-image: url('https://static-app01.briox.services/images/checkmark.svg');
	-webkit-transform: translateX(22px);
	transform: translateX(22px);
}

.toggle_input:disabled + .toggle_input_label::after {
	opacity: 0.5;
}

.toggle_input_label + .icon_information {
	display: inline-block;
	margin: 0.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~ NEW TOGGLE ~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* === ALTERNATIVE APPROACH TO CUSTOM TOGGLE ===*/
/* this is an alternative to the new custom toggle that still
 needs some adjustments, thus is not recommended for use atm */
.switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 100%;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	background: #BDC1C3 -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	background: #BDC1C3 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	border-radius: 28px;
	position: absolute;
	cursor: pointer;
	vertical-align: middle;
	display: block;
	height: 16px;
	width: 34px;
	bottom: calc(50% - 8px);
	left: calc(50% - 5px);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	background: #FFFFFF;
	background-size: 10px;
	border-radius: 50%;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	height: 18px;
	width: 18px;
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
	transition: transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
	content: "";
}

input:checked + .slider {
	background-color:rgba(0,157,121,0.25);
}
input:checked + .slider.sininen{
	background-color: rgba(0,129,199, 0.4);
}

input:hover + .slider {
	background-color: #F7F7F7;
}

input:checked + .slider:before {
	-webkit-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
	background-color: #009D79;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}
input:checked + .slider.sininen:before {
	background-color: #0081C9;
}

.switch input:focus +.slider, .switch input:active + .slider {
	box-shadow: 0 0 10px 1px #0081C9;
}

/* ============ END ALTERNATIVE APPROACH TO CUSTOM TOGGLE ======================*/
.novus_toggle_input {
	left: -9999px;
	position: absolute;
}

.switch_input_label {
	left: 25%;
	position: relative;
	padding: 0.3rem 1em 0.3rem 0;
}

.novus_toggle_input_label {
	right: 55%;
	position: relative;
	padding: 0.3rem 1em 0.3rem 0;
}

.novus_toggle_input:disabled + .novus_toggle_input_label::after {
	opacity: 0.5;
}

.novus_toggle_input_label + .icon_information {
	display: inline-block;
	margin: 0.5rem;
}

.novus_toggle_input_label::before {
background: #BDC1C3 -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
background: #BDC1C3 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
border-radius: 28px;
content: '';
vertical-align: middle;
display: block;
height: 16px;
width: 34px;
left: 100%;
position: absolute;
top: calc(50% - 8px);
-webkit-transition: background-color 0.1s cubic-bezier(0.74, 0, 0.9, 0.96);
transition: background-color 0.1s cubic-bezier(0.74, 0, 0.9, 0.96);
}

.novus_toggle_input_label::after {
	background: #FFFFFF url('/images/icons.2025-07-01_08-07-49.svg#close') no-repeat center center;
	background-size: 10px;
	border-radius: 50%;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
	content: '';
	height: 18px;
	width: 18px;
	display: block;
	left: calc(100%);
	position: absolute;
	top: calc(50% - 9px);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
	transition: transform 0.1s cubic-bezier(0.75, 0, 0.9, 0.95);
}

.novus_toggle_input:focus + .novus_toggle_input_label::before, .novus_toggle_input_label:hover::before {
background-color: #F7F7F7;
}

.novus_toggle_input:checked + .novus_toggle_input_label::before {
	background-color: rgba(0,157,121,0.25);
}

.novus_toggle_input:checked + .novus_toggle_input_label::after {
	background-image: url('/images/icons.2025-07-01_08-07-49.svg#close');
	background-color: #009D79 ;
	-webkit-transform: translateX(18px);
	transform: translateX(18px);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}html, body, div, span, h1, h2, h3, p, a, address, img, ul, li, fieldset, form, label, legend, footer, header, main {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	touch-action: manipulation;
}

html {
	height: 100%;
}
body {
	display: block;
	height: 100vh;
	margin: 0;
}

body * {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #FE5000;
	font-weight: 500;
}
.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row-reverse nowrap;
	-ms-flex-align: start;
	-ms-flex-pack: distribute;
	height: 100%;
}

.stacked_in_column_item {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

#green_pasture {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	flex: 1 1 70%;
	background: url('https://static-app01.briox.services/images/backgrounds/login_bg_1.webp') no-repeat center;
	background-size: cover;
	overflow: hidden;
}

#promotion_video {
	flex: 1 1 30%;
	height: 100%;
	display: none;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#promotion_video span {
	display: flex;
	align-items: center;
	justify-content: center;
}

#promotion_video span img {
	width: 15vw;;
}


#promotion_content {
	flex: 1 1 50%;
	display: none;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: center;
	height: 100%;
	gap: 20px;
	padding: 30px;
}

#promotion_text {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	color: white;
}

#promotion_text h1 {
	font-size: 4vw;
	font-weight: 700;
}

#promotion_text p {
	font-size: 1.5vw;
	text-align: left;
}

#promotion_qr svg {
	width:100px;
	height:100px;
}

#promotion_button {
	width: 205px;
}

#promotion_button a {
	background-color: rgb(255, 80, 0);
	color: white;
	border: none;
}

#form_section {
	display: flex;
	width: 393px;
	height: 100%;
	padding: 32px 40px 92px 40px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
	background: #FFEBE6;
	flex-basis: 100%;
	overflow-y: auto;
	scrollbar-color:#FFD4C8 #fff;
	scrollbar-width: thin;
}

.landing_page_form {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: stretch;
	gap: inherit;
}

#briox_logo {
	display: flex;
	padding: 10px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: 10px;*/
	align-self: stretch;
}

#briox_logo img {
	width: 160px;
}

#page_title {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	color: #1D2326;
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	width: 100%;
}
.landing_page_form {
	width: 100%;
}
.landing_page_extra_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #253746;
	text-align: left;
}
.landing_page_label {
	color: #1D2326;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.landing_page_input {
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #C4BDB5;
	color: #1D2326;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	letter-spacing: 0.5px;
	padding: 4px 16px;
	background-color: #FFEBE6;
}
.landing_page_input:focus {
	border: 1px solid #FF5000;
}

.landing_page_button {
	height: 56px;
	min-height: 56px;
	width: 100%;
	border-radius: 8px;
	background: #253746;
	color: #FF8B62;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1px;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	border: 1px solid #253746;
	text-decoration: none;
	align-items: center;
	display: flex;
	justify-content: center;
}

.landing_page_button:hover, .landing_page_button:focus {
	background: #1D2326;
}

.landing_page_button.secondary {
	background: #FFD4C8;
	border: unset;
	color: #253746;
}
.landing_page_button.secondary:hover {
	border:  1px solid #253746;
}

.landing_page_button:disabled {
	opacity: 0.5;
	pointer-events: none;
}

@media only screen and (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
	.container {
		background-position: center;
		background-size: cover;
		justify-content: stretch;
	}

}
@media only screen and (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
	.container {
		background-position: center;
		background-size: cover;
		justify-content: stretch;
	}
}
@media only screen and (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	.container {
		background-position: 10% 100%;
		background-size: 260%;
		justify-content: stretch;
	}

}
@media only screen and (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
	.container {
		background-position: 0 100%;
		background-size: 200%;
		justify-content: stretch;
	}
	#form_section {
		flex: 1 0 50%;
	}

	#promotion_content {
		display: flex;
	}
}
@media only screen and (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */
	.container {
		background-position: 0 100%;
		background-size: 160%;
		justify-content: stretch;
	}
	#form_section {
		flex: 1 0 40%;
	}

}

@media only screen and (min-width:1281px) {
	.container {
		/* hi-res laptops and desktops */
		background-position: center;
		background-size: cover;
		justify-content: stretch;
	}
	#form_section {
		flex: 1 0 25%;
	}

	#promotion_video {
		display: flex;
	}



}

@media only screen and (max-width: 340px) {

	#form_section {
		border-radius: 0;
		min-width: 0;
		width: 100%;
	}
}

@media only screen and (min-height: 982px) {

	#promotion_qr svg {
		width:200px;
		height:200px;
	}

	#promotion_content {
		gap: 50px;
	}
}
#home_link {
	display: block;
	text-align: center;
}

#logo {
	max-width: 100%;
	padding: 1em 0 2em;
}

#steps {
	text-align: center;
}

.step {
	border-radius: 100%;
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	height: 1em;
	line-height: 1em;
	margin: 0 0.1em;
	padding: 0.16em 0.2em 0.24em 0.2em;
	position: relative;
	text-align: center;
	width: 1em;
}

.step_completed {
	background-color: rgba(255, 80, 0, 0.5);
}

.step_current {
	background: rgb(255, 80, 0);
	color: white;
}

.step_not_completed {
	background: #DDD;
	color: #444;
}
/*

a, a:active, a:visited {
	color: #00E;
	text-decoration: none;
}
*/

p {
	/*margin-top: 1em;*/
}

div.column {
	box-sizing: border-box;
	width: 33%;
	float: left;
}

div.column.one {
	width: 100%;
	border-right: none;
	padding-left: 4px;
}

div.column.two {
	width: 49%;
	padding-left: 4px;
}

div.column.three {
	width: 33%;
	padding-left: 4px;
}


form + form {
	background: -webkit-radial-gradient(50% 0, 50% 5px, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
	background: radial-gradient(50% 0, 50% 5px, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
	border-top: 1px solid #eee;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

label, input[type="email"], input[type="password"], input[type="number"], .button_container, input.wizard, select.wizard {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

label.password.inline {
	display: inline;
}
/*

a.generate_password.inline {
	float: right;
	color: #FF5000;
}
*/

input[type="radio"].wizard , input[type="checkbox"].wizard  {
	box-sizing: border-box;
	display: inline;
	float: left;
	width: 20px;
	margin-top: 5px;
}

/*input[type='button'], input[type='submit'] {
	border-radius: unset;
}*/

input.wizard.inline, select.wizard.inline {
	display: inline;
}

label {
	font-size: 1em;
	line-height: 1.5em;
}

label.strong {
	font-weight: bold;
}

/*input[type="email"], input[type="password"], input[type="number"], input.wizard, select {*/
/*	border: 1px solid #ddd;*/
/*	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
/*	font-size: 1.3em;*/
/*	line-height: 1.3em;*/
/*	padding: .2em .2em;*/
/*}*/

select {
	box-sizing: border-box;
	width: 100%;
	background: white;
}

input.wizard.date {
	width: 42%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.button_container {
	text-align: right;
}

.small_button {
	background: #00a887;
	border: 0 none;
	color: white;
	cursor: pointer;
	font-size: 0.8em;
	padding: 0.5em 1em;
}

.button {
	background: #00a887;
	border: 0 none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 1em 2em;
}

.button:disabled {
	background-color: #bbbbbb;
	color: #ffffff;
}

.button.button_delete:not(:disabled) {
	background-color: #B72020;
}

#errors {
	/*margin: 0.5em 0;*/
	text-align: center;
}

.error {
	background: #F1B7B3;
	border-radius: 8px;
	color: #253746;
	display: inline-block;
	padding: 10px 16px;
}

.confirmation {
	background: #C2DBCB;
	border-radius: 8px;
	color: #253746;
	display: inline-block;
	padding: 10px 16px;
}

.password_changed {
	text-align: center;
}
.error + .error {
	margin-top: 0.5em;
}

input.wizard.icon, select.wizard.icon {
	width: 92%;
	display: inline;
}

input.wizard.required, select.wizard.required {
	width: 96%;
	display: inline;
}

img.required {
	position: relative;
	top: 0px;
	width: 15px;
	height: 15px;
}


img.icon {
	position: relative;
	top: 4px;
	width: 25px;
	height: 25px;
}

.button.in-progress {
	background-image: url('https://static-app01.briox.services/images/loading-spokes.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.button.in-progress {
	color: transparent;
}

.hidden {
	display: none;
	visibility: hidden;
}

footer {
	color: #000000;
	font-size: 0.7em;
	line-height: 1.3;
	/*margin-top: 2em;*/
	text-align: center;
}

footer p {
	margin-top: 0;
}

footer address > span + span:before, footer p > a + a:before {
	content: '\00B7\00A0';
}

/*******************************Error*handling********************************/
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid, input.invalid, textarea.invalid, select.invalid {
	box-shadow: 0px 0px 10px red;
}

/********************************Licence page*********************************************/

.application_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.licence_application {
	background: transparent none no-repeat 95% 0;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	float: left;
	margin: 0 0.6em 0.6em 0;
	max-width: calc(50% - 0.6em);
	padding: 0.6em;
	padding-left: calc(48px + 1.2em);
}

.licence_application-active {
	background-color: #00a887;
	color: white;
}

.licence_application:hover, .licence_application:focus {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	border-radius: 2px;
	outline: none;
}

.licence_application .application_image  {
	fill: currentColor;
	float: left;
	margin-left: calc(0px - 48px - 0.6em);
}

.licence_application h3 {
	padding: 0;
}

.licence_application_static {
	background: transparent none no-repeat 95% 0;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	float: left;
	margin: 0 0.6em 0.6em 0;
	max-width: calc(50% - 0.6em);
	padding: 0.6em;
	padding-left: calc(48px + 1.2em);
}

.licence_application_static-active {
	background-color: #00a887;
	color: white;
}

.licence_application_static .application_image  {
	fill: currentColor;
	float: left;
	margin-left: calc(0px - 48px - 0.6em);
}

.licence_application_static h3 {
	padding: 0;
}

.licence_application_static p {
	font-size: 0.8em;
	margin-top: 0.3em;
}

.application_checkbox {
	float: right;
	padding-top: 10px;
}

.licence_application p {
	font-size: 0.8em;
	margin-top: 0.3em;
}

/***************************************************************Specific widths ***********************************************************************************/
@media only screen and (max-width: 1280px) {
	.licence_application {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
	}

	input.wizard.date, input.wizard.icon, select.wizard.icon {
		width: 85%;
	}

	input.wizard.required, select.wizard.required {
		width: 93%;
	}
}

/*************************************************************************** tooltip **********************************************************************/

.tooltip {
	position: absolute !important;
	font-size: 1em;
	z-index: 10001 !important;
}

.tooltip, .info {
	text-align: left;
	padding: .5em;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	word-wrap:break-word;
	border: 1px solid #bbbbbb !important;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*************************************************************************** database list **********************************************************************/
.database_list {
	padding-top: 0.6em;
}

.database_list ul {
	padding: 0.4em 0;
}

.database_list li {
	list-style: none;
}

.database_list li a {
	color: black;
	display: flex;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 1px;
	padding: 0.3em 0.5em;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.database_list li a:hover, .database_list li a:focus {
	border-radius: 2px;
	outline: none;
}
.database_list li a:hover svg, .database_list li a:focus svg {
	fill: #FF8B62 !important;
}

.database_list li a .db_id {
	display: block;
	font-size: 0.7em;
	line-height: 1.4em;
	opacity: 0.2;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.database_list li a:hover .db_id {
	opacity: 0.6;
}

.javascript-link, .calendar_image {
	cursor: pointer;
}



/*************** calendar ***********************/
table.calendarhead {
	border: 1px solid #ccc;
	margin: 0 auto;
	background: #fff;
	font: 8pt Arial;
}

table.calendarhead td {
	padding: 5px;
}

a.calendarweeknumber {
	font-weight: bold;
}

a.calendarweeknumberselected {
	font-weight: bold;
	text-decoration: underline!important;
}

td.hidden_4ds {
	display: none;
}

th.hidden_4ds {
	display: none;
}

tr.calendarhead {
	font: 8pt Arial;
	font-weight: bold;
	background: #666666;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

tr.calendarhead td {
	background: #666666;
	padding: 2px;
}

tr.calendarhead a {
	color: #fff;
}

tr.calendarhead a:hover {
	color: #ccc;
}

tr.calendarweekdelivered {
	background-color: #FDEEA8;
}

tr.calendarweekattested {
	background-color: #C3DBA5;
}

tr.calendarweekundelivered {
	background-color: #FDE0E0;
}

td.calendarredborder {
	border: 1px solid #ff0000;
}

td.calendarredday {
	color: #ff0000;
}

td.calendarweeknumber {
	font-size: 8pt;
	color: #888888;
}
/* END Calendar */


/*************************************************************************** modalbox.css **********************************************************************/
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	text-align:left;
	z-index:10000;
	box-shadow: 0px 0px 5px #000000;
}

#MB_caption {
	cursor:move;
}

#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	height:100%;
	border-radius: 7px 7px 3px 3px;
}

#MB_header {
	margin:0;
	height: 25px;
	border-radius: 3px 3px 0 0;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
	border-radius: 0 0 3px 3px;
}

#MB_caption {
	font: bold 100% sans-serif, arial;
	padding: .5em 0 0 .75em;
	margin: 0 2em 0 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url('https://static-app01.briox.services/images/loading-spokes.svg') 50% 30px no-repeat;
}

/* Color scheme */
#MB_window {
	color: #000;
}
#MB_frame, #MB_content {
	background-color: #FFFFFF;
}
#MB_header {
	background-color: #4B4B4B;
}
#MB_caption { color:#F4F4F4; }
#MB_close { color:#fff; }
#MB_close:hover { color:#000; }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

.list_controls {
	height: 2.4rem;
	position: relative;
	padding: 0.6rem 0.2rem 0;
	z-index: 5;
}

.list_control {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.3rem;
	margin: 0;
	padding: 0.2rem 0.7rem;
	vertical-align: baseline;
}

.list_control_button {
	background-color: #0081c9;
	border: 0 none;
	color: white;
	letter-spacing: 0.7px;
	line-height: 1.6rem;
	padding-top: 0.25rem;
	white-space: nowrap;
}

.demo {
	text-align: center;
}

.application_toggle {
	float: right;
	padding: 0.5em 0;
}

.toggle_input_label {
	display: inline-block;
	width: auto;
}/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }


/* START - INBOX LIST (UNLINKED DOCUMENTS) */
.document_row:hover .linked_document.badge,
.document_row .unlinked_document.badge {
  background-color: #808080;
  color: white;
}

.document_row:hover .unlinked_document.badge,
.document_row .linked_document.badge {
  background-color: #0081c9;
  color: white;
}

.document_row:hover .document_filename {
  font-weight: bold;
}

.unlinked_document .svg_link {
  display: none;
}

/* UNLINKED ROWS */
.document_row:hover .unlinked_document .svg_unlink,
.document_row:active .unlinked_document .svg_unlink{
  display: none;
}

.document_row:hover .unlinked_document .svg_link,
.document_row:active .unlinked_document .svg_link{
  display: block;
}
/* LINKED ROWS */
.document_row:hover .linked_document .svg_unlink,
.document_row:active .linked_document .svg_unlink{
  display: block;
}

.document_row:hover .linked_document .svg_link,
.document_row:active .linked_document .svg_link{
  display: none;
}

/* END - INBOX LIST (UNLINKED DOCUMENTS) */


/* START - LINKED DOCUMENT */
.linked_document .svg_unlink {
  display: none;
}

.linked_document .badge {
  background-color: #0081c9;
  color: white;
}

.linked_document:hover .badge {
  background-color: #808080;
  color: white;
  cursor: pointer;
}

.linked_document:hover .svg_link,
.linked_document:active .svg_link{
  display: none;
}

.linked_document:hover .svg_unlink,
.linked_document:active .svg_unlink{
  display: block;
}.notification_area {
	bottom: 10%;
	left: 50%;
	max-width: 90%;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40rem;
	z-index: 15000;
}

.notification {
	background: white;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 1em;
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	will-change: opacity, transform;
}

.notification-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.notification_button {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.notification_actions {
	padding: 0.5rem 0.7rem;
}

.notification_action {
	font-size: 0.8rem;
	margin-right: 0.3rem;
}

.notification_message {
	background: transparent;
	border: 0 none;
	border-left: 3rem solid #DDD;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font: inherit;
	padding: 0.5rem 0.7rem;
	position: relative;
	text-align: left;
}

.notification_message:hover, .notification_message:focus {
	outline: none;
}

.notification_message:not(.sidebar_button) {
	white-space: pre-line;
}

.notification_close {
	background: url('https://static-app01.briox.services/images/cross.svg') no-repeat center center;
	border: 0 none;
	width: 2rem;
}

/** Styling for different types of notifications **/

/* Information (green) */
.notification-information > .notification_actions,
.notification-information > .notification_button { background-color: rgba(151, 210, 120, 0.1); }
.notification-information > .notification_button:focus { background-color: rgba(151, 210, 120, 0.2); }
.notification-information > .notification_button:hover { background-color: rgba(151, 210, 120, 0.4); }
.notification-information > .notification_message { border-color: rgb(151, 210, 120); }

/* Notification (blue) */
.notification-notification > .notification_actions,
.notification-notification > .notification_button { background-color: rgba(170, 196, 218, 0.1); }
.notification-notification > .notification_button:focus { background-color: rgba(170, 196, 218, 0.2); }
.notification-notification > .notification_button:hover { background-color: rgba(170, 196, 218, 0.4); }
.notification-notification > .notification_message { border-color: rgb(170, 196, 218); }

/* Warning (orange) */
.notification-warning > .notification_actions,
.notification-warning > .notification_button { background-color: rgba(226, 162, 85, 0.1); }
.notification-warning > .notification_button:focus { background-color: rgba(226, 162, 85, 0.2); }
.notification-warning > .notification_button:hover { background-color: rgba(226, 162, 85, 0.4); }
.notification-warning > .notification_message { border-color: rgb(226, 162, 85); }

/* Error (red) */
.notification-error > .notification_actions,
.notification-error > .notification_button { background-color: rgba(199, 67, 67, 0.1); }
.notification-error > .notification_button:focus { background-color: rgba(199, 67, 67, 0.2); }
.notification-error > .notification_button:hover { background-color: rgba(199, 67, 67, 0.3); }
.notification-error > .notification_message { border-color: rgb(199, 67, 67); }

/* Request (purple) */
.notification-request > .notification_actions,
.notification-request > .notification_button { background-color: rgba(191, 118, 170, 0.1); }
.notification-request > .notification_button:focus { background-color: rgba(191, 118, 170, 0.2); }
.notification-request > .notification_button:hover { background-color: rgba(191, 118, 170, 0.4); }
.notification-request > .notification_message { border-color: rgb(191, 118, 170); }

/* Reminder (blue) */
.notification-reminder > .notification_actions,
.notification-reminder > .notification_button { background-color: rgba(87, 135, 177, 0.1); }
.notification-reminder > .notification_button:focus { background-color: rgba(87, 135, 177, 0.2); }
.notification-reminder > .notification_button:hover { background-color: rgba(87, 135, 177, 0.4); }
.notification-reminder > .notification_message { border-color: rgb(87, 135, 177); }

/* Maintenance (orange) */
.notification-maintenance > .notification_actions,
.notification-maintenance > .notification_button { background-color: rgba(226, 162, 85, 0.1); }
.notification-maintenance > .notification_button:focus { background-color: rgba(226, 162, 85, 0.2); }
.notification-maintenance > .notification_button:hover { background-color: rgba(226, 162, 85, 0.4); }
.notification-maintenance > .notification_message { border-color: rgb(226, 162, 85); }

/* Progress (teal) */
.notification-progress > .notification_actions,
.notification-progress > .notification_button { background-color: rgba(54, 189, 169, 0.1); }
.notification-progress > .notification_button:focus { background-color: rgba(54, 189, 169, 0.2); }
.notification-progress > .notification_button:hover { background-color: rgba(54, 189, 169, 0.4); }
.notification-progress > .notification_message { border-color: rgb(54, 189, 169); }
.notification-progress::before {
	background: url('https://static-app01.briox.services/images/loading-spokes.svg') no-repeat center center;
	background-size: 18px;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 3rem;
	z-index: 1;
}

.notification_close:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.notification_close:focus {
	background-color: rgba(0, 0, 0, 0.1);
	outline: none;
}

/***********************************************************************************************
*
*									PAGE WIDE ANNOUNCEMENT
*
 ***********************************************************************************************/
.page_wide_announcement {
	margin: 20px 0;
	padding:10px;
	border-left: solid 1em;
}

.page_wide_announcement.announcement_information { border-color: rgb(151, 210, 120); }
.page_wide_announcement.announcement_notification { border-color: rgb(170, 196, 218); }
.page_wide_announcement.announcement_warning { border-color: rgb(226, 162, 85); }
.page_wide_announcement.announcement_error { border-color: rgb(199, 67, 67); }
.page_wide_announcement.announcement_request { border-color: rgb(191, 118, 170); }
.page_wide_announcement.announcement_reminder { border-color: rgb(87, 135, 177); }
.page_wide_announcement.announcement_maintenance { border-color: rgb(226, 162, 85); }
.page_wide_announcement.announcement_progress { border-color: rgb(54, 189, 169); }

.page_wide_announcement.announcement_notification ul { margin: 3px 0 5px 18px; }