/* style_adminbar.css */

.adminbar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.9);

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);


	padding: 15px;
	z-index: 1000;
	width: 200px;
	height: 50px;
}

.adminbar a {
	display: inline-block;	
	padding-right: 10px;
}

.adminbar_selected {
	padding-left: 2px;
	border: 2px solid #8bd485;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adminbar .bug {
	background-image: url("../img/layout/svg_icons/bug.svg");
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background-size: contain;
	display: inline-block;
	text-decoration: none;
}


/* style_allg.css */
html, body {
	color: #000000;
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

html, body {
	/*background: rgba(255,255,255,1);*/
}

body {
	margin: 0px;
}

html:after, body:after {
	clear: both;
	content: " ";
}

* {
	box-sizing: border-box;
}

.max_width {
	max-width: 1150px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	
	position: relative;
}


.max_width_user_list,
.max_width_user_overview {
	max-width: 1800px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	
	position: relative;
}

.message_success {
	color: #0c4594;
}
.widescreen .max_width {
	width: 98%;
	max-width: none;
	
}

.header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	max-width: 100px;
	display: block;
}

.center {
	margin-left: auto;
	margin-right: auto;	
}



.nav_logo {
	width: 100%;	
	margin-left: 5px;
}

#footer {
   bottom: 0;
}

#footer_img {
	margin-left: -4px;
	width: 100%;
	min-height: 60px;
	min-width: 1047px;
}

header img {
	width: 100%;
}

.content {
	/*overflow: hidden;*/
	padding-top: 15px;
	min-height: 200px;
	padding-bottom: 50px;
}

fieldset {
	clear: both;
	margin-bottom: 10px;
	border: 0px;
	padding: 0px;
}

label {
	clear: both;
	/*display: inline-block;*/
	font-weight: 400;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 15px;
	
}
.settings_mode .box_100 {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	float: none;
}

.text_note {
	font-size: 12px;	
}

a {
	text-decoration: underline;	
	color: #0c4594;
}

a,a:visited {
	color: #000000;	
}

a:hover {
	color: #055ed2;
}

.submit_button_container {
	text-decoration: none;	
}

textarea {
	min-height: 200px;
}

.warning {
	/*color: #f30000;
	font-weight: bold;	*/
}

.title_container {
	/*position: relative;*/
	/*border-bottom: 1px solid #000000;*/
	height: 50px;	
}

.title_container_left {
	display: inline-block;
	float: left;
}

.title_container_right {
	display: inline-block;
	/*float: right;*/
	margin-top: 22px;
	position: absolute;
	right: 25px;
}

.query_link {
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
}

.new_query_counter {
	font-size: 80%;
	padding: 0.25em;
	font-weight: 800;
	color: #ffffff;
	background: rgb(255,5,46);
	float: right;
	position: relative;
	z-index: 100;
	border-radius: 50%;
	margin-top: -3em;
	right: -0.5em;
	min-width: 1.6em;
	text-align: center;
	background: -moz-linear-gradient(-45deg, rgba(255,5,46,1) 0%, rgba(196,0,42,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,5,46,1)), color-stop(100%,rgba(196,0,42,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	background: linear-gradient(135deg, rgba(255,5,46,1) 0%,rgba(196,0,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff052e', endColorstr='#c4002a',GradientType=1 );
}


.logged_in_as {
	font-size: 75%;
	margin-right: 10px;
}

.div_col3_container {
	min-width: 320px;
	min-height: 30px;	
}

.div_col3 {
	float: left;
	width: 33%;
	height: 30px;
}


strong, bold, b {
	font-weight: 500;
}

.all {
	min-height: 90vh;
	padding-top: 100px;
}

.msg_warning {
	color: rgba(230,0,0,1);
	font-weight: 400;
}
hr {
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border: none;
	clear: both;
}

.grey_text {
	color: rgba(0,0,0,0.3);
}

.button_print_form_violet {
	display: none;
}

.field_confirmed_disable{
	pointer-events: none;
	opacity: 0.5;
}
#questiondivleft {
	width:50%;
	float:left;
}

.force_show {
	display: block !important;
}

.buildinfo {
	color: rgba(150,150,150,1);
	font-style: italic;
}   

/* style_boxes.css */
.box_10, .box_20, .box_30, .box_40, .box_50, .box_60, .box_70, .box_80, .box_90, .box_100 {
	display: block;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 5px;
	line-height: 33px;
}

.box_100 {
	width: 100%;
}

.box_90 {
	width: 90%;
}
.box_80 {
	width: 80%;
}
.box_70 {
	width: 70%;
}
.box_60 {
	width: 60%;
}
.box_50 {
	width: 50%;
}
.box_40 {
	width: 40%;
}
.box_30 {
	width: 30%;
}
.box_20 {
	width: 20%;
}
.box_10 {
	width: 10%;
}

.box_text_center {
	text-align: center;
}
.box_text_left {
	text-align: left;
}
.box_text_right {
	text-align: right;
}


/* style_dark_mode.css */
.darkmode, .darkmode .popup_content {
	background-color: rgba(47, 54, 64,1.0);
	color: rgba(255,255,255,1);
}
.darkmode .form_button_container {
	background-color: rgba(47, 54, 64,0.9);
}

.darkmode .dashboard_overview .box {
	background-color: rgba(23, 27, 32,0.6)
}
.darkmode .dashboard_overview .circle {
	opacity: 0.8;
}
.darkmode h1,.darkmode h2, .darkmode h3, .darkmode .userbox .sub_userbox li a {
	color: rgba(255,255,255,1);
}

.darkmode .footer {
	background-color: rgba(23, 27, 32,0.6)
}

.darkmode table {
	background-color: rgba(255,255,255,0.0);
	}

.darkmode table tr {
	background-color: rgba(23, 27, 32,0.6)
}
.darkmode table tr:hover {
	background-color: rgba(255,255,255,0.1);
}
.darkmode table tr:hover td {
	background-color: rgba(255,255,255,0.1);
}

.darkmode table th {
	background-color: rgba(255,255,255,0.3);
	color: rgba(255,255,255,1);
}
.darkmode a {
	color: rgba(255,255,255,0.9);
}
.darkmode a:hover {
	color: rgba(255,255,255,0.7);
}
.darkmode table th a {
	color: rgba(255,255,255,0.9);
}
.darkmode .documents_table tr:nth-child(2n) {
	background-color: rgba(255,255,255,0.1);
}
.darkmode button, .darkmode a.button {
	background-color: rgba(255,255,255,0.1);
}
.darkmode button:hover, .darkmode a.button:hover {
	color: rgba(47, 54, 64,1.0) !important;
	background-color: rgba(255,255,255,1) !important;
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1) !important;
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1) !important;
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,0.1) !important;
}

.darkmode .userbox {
	background-color: rgba(23, 27, 32,0.6)
}
.darkmode .userbox .sub_userbox ul li img, .darkmode .userbox .user a img {
	filter: none;
}
.darkmode .action_icon_sign_violet::after {
    color: rgba(255,255,255,1);
}
.darkmode .button_print_form_violet {
	display: none;
}

.darkmode input[type="text"],.darkmode input[type="password"],.darkmode textarea {
	background-color: rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
}
.darkmode input[type="text"]:focus,.darkmode input[type="password"]:focus,.darkmode textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1);
}

.darkmode .nav_container {
	/*border-bottom: 1px rgba(255,255,255,0.2) solid;*/
}

.darkmode .query_link img, .darkmode .query_managment_dashboard_img img {
	filter: invert(100%);
}


/* style_dashboard.css */
.dashboard_overview {
	width: 102%;
	clear: both;
	display: block;
	margin-top: 20px;
}

.dashboard_overview .box {
	background-color: rgba(240,240,240,1);
	padding: 20px;
	margin-bottom: 10px;
	/* word-break: break-all; */
}
.dashboard_overview .box.no_color {
	background-color: transparent !important;
}
.dashboard_overview .third {
	width: 32%;
	margin-right: 1%;
	min-height: 170px;
}
.dashboard_overview .sixth {
	width: 15.5%;
	margin-right: 1%;
}

.dashboard_overview h2 {
	line-height: auto;
	padding: 0px;
	margin: 0px;
}

.dashboard_overview .circle .rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 75px;

}
.dashboard_overview .circle {
	float: left;
	padding-right: 20px;
}
.dashboard_overview .right {
	float: right;
	padding-right: 0px;
}
.dashboard_overview .country {
	margin-bottom: 10px;
	
}
.query_managment_dashboard h2 {
	padding-bottom: 10px;
}
.query_managment_dashboard .color_badge_text {
	color: rgba(255,255,255,1);
	width: auto;
	font-weight: 500;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.query_managment_dashboard_img img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 12px;
	position: absolute;
}
.query_managment_dashboard_img {
	background-color: rgba(200,200,200,1);
	 border-radius: 75px;
	 width: 50px;
	 height: 50px;
}
.query_managment_dashboard_img .new_query_counter {
	margin-top: 0.5em;
	right: 0.25em;
	position: relative;
	z-index: 1000;
}
.darkmode .query_managment_dashboard_img {
	background-color: rgba(240,240,240,0.2);
}



/* style_datepicker.css */
.datepicker table {
	
	border: 0px solid rgba(0,0,0,0.25);
	background-color: rgba(220,220,220,0);
	padding: 3px;
	padding-top: 0px;

}

.datepicker table td {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

.datepicker td:hover {
	background-color: inherit;	
}
.datepicker_content a {
	cursor: pointer;
	transition: 0.25s ease-in-out;
}
.datepicker_content {
	margin-left: 240px !important;
	z-index: 100;
	position: absolute;
	
	background-color: rgba(0,0,0,0.75); 
	
	/*border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid rgba(0,0,0,0.25);*/
}

.datepicker th {
	height: inherit;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	
	background-color: rgba(0,165,242,1); /* Old browsers */
	background-color: var(--main_color);
	color: #ffffff;
	font-size: 90%;
}

.datepicker td {
	width: auto !important;
	padding: 0px;
	margin: 0px;
	transition: 0.25s ease-in-out;
}

.datepicker td.datepicker_this_month {
	background: rgba(255,255,255,1); /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.datepicker td.datepicker_this_month:hover,.datepicker td.datepicker_other_month:hover, .datepicker td.datepicker_today:hover {
	background-color: rgba(220,220,220,1);
	background-color: var(--main_color);
}
.datepicker td.datepicker_other_month {
	background-color: rgba(200,200,200,1);
}

.datepicker td.datepicker_today {
	background-color: rgba(186, 220, 88,1.0) /* Old browsers */
}

.datepicker {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);	
}

.datepicker a,.datepicker a:visited {
	text-decoration: none;	
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.datepicker a:hover {
	color: #ffffff;
}

.datepicker .month_title {
	padding-top: 10px;
	
	font-size: 1.25em;
}
.datepicker .month_change_button {
	
	height: 40px;
	
	font-size: 1.75em;
	transition: 0.25s ease-in-out;
}
.datepicker .month_change_button a {
	transition: 0.25s ease-in-out;
}
.datepicker .month_change_button a:hover {
	padding-left: 10px;
	padding-right: 10px;
}

.icon_date_deleter {
	color: rgba(0, 0, 0, 1.0);
	text-decoration: none;
	font-size: 150%;
	font-weight: 500;
	width: 1em;
	height: 1em;
	vertical-align: top;
	display: inline-block;
	margin-left: 0.5em;
	margin-top: -0.75em;
	cursor: pointer;
}

/* Special Käses */

#informed_consent_signed_container_yes .datepicker_content {

    margin-left: 205px !important;
    margin-top: 30px;

}

/* style_documents.css */
.documents_table {
	margin-top: 30px;
	
}

.documents_table td {
	text-align: left;
}

.documents_table tr:nth-child(even) {
	background-color: #ffffff;
}

.documents_col_name {
	width: 400px;
}

.documents_col_desc {
}


.documents_mode .inline_left {
	max-width: 50%;
	float: left;
}
.documents_mode .inline_right {
	max-width: 50%;
	float: right;
}



/* style_evaluation.css */
#files_header_checkbox_wrapper {
	float: right;
	max-width: 230px;
	
}
.multiple_choice_single_wrapper.hidden {
	display: none;
}
.form_exclusivechoice.hidden, .filters.hidden {
	display: none;
}
.range_checkbox_wrapper, #files_header_checkbox_wrapper .grey_text {
	display: inline-block;
	padding-left: 20px;
	margin-top: -20px;
}

.evaluation_mode .hidden {
	display: none;
}


/* style_float_helper.css */
.rel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

.clear_middle {
	clear: both;
	font-size: 50%;
	line-height: 50%;
}

.clear_small {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.left {
	float: left;
}

.right {
	float: right !important;
}

.first_third {
	float: left;
}
.second_third {
	float: left;
}
.third_third {
	float: right !important;
}


.thirdteenth{
	float: left;
	width: 7%;
}

.tenth {
	float: left;
	width: 10%;
}

.eight {
	float: left;
	width: 12%;
}

.seventh {
	float: left;
	width: 14%;
}

.sixth {
	float: left;
	width: 16%;
}

.quad, .fourth {
	float: left; 
	width: 25%;
}
.eighth {
	float: left; 
	width: 12.5%;
}

.third {
	float: left;
	width: 33%;
}

.half {
	float: left; 
	width: 49.5%;
}

.half_slim {
	float: left; 
	width: 48%;
}

.twothird {
	float: left;
	width: 66%;
}

.threequad, .threefourth {
	float: left; 
	width: 74%;
}

.eighttenth {
	float: left;
	width: 79%;
}

.fivesixth {
	float: left;
	width: 83%;
}

.ninetenth {
	float: left;
	width: 89%;
}

.float_left_space_large {
	float: left; 
	width: 4%;
}

.float_left_space_medium {
	float: left; 
	width: 2%;
}

.float_left_space_small {
	float: left; 
	width: 1%;
}

.float_left_space_radio {
	float: left;
	width: 15px;
}




/* style_footer.css */
.footer {
	background-color: rgba(240,240,240,1);
	min-height: 150px;
	min-height: 10vh;
	width: 100%;
	padding-top: 30px;
}
.footer .one_third {
	width: 33.33%;
	float: left;
}
.footer .one_third img {
	max-width: 150px;
	margin: 0 auto;
}

.footer .system_version {
	font-size: 75%;
	padding-bottom: 10px;
}

.footer .footer_nav ul, .footer .footer_nav ul li {
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
}
.footer .footer_nav ul li a {
	text-decoration: none;
	color: rgba(192,57,43,1);
	color: var(--main_color);
}
.footer .footer_nav ul li a:hover {
	color: rgba(0,0,0,1);
}

.footer .footer_nav ul li {
	padding-bottom: 5px;
}


/* style_form.css */
input[type="text"]:disabled, input[type="text"].disabled_field, .discrepancy.textbox_disable, .discrepancy.dropdown_disable {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(225,225,225,1) 5px, rgba(225,225,225,1) 10px);	
}
input[type="text"].disabled_field {
	background-color: rgba(0,0,0,0.05);
}

.form_table_generic {
	width: 800px;	
}

.form_table_generic, .form_table_generic tr {
	background-color: inherit;	
}

.form_table_register, .form_table_register tr, .form_table_register td,
.form_table_generic, .form_table_generic tr, .form_table_generic td {
	/*border: none;
	border-spacing: none;
	border-collapse: collapse;*/
}

.form_table_register tr td:first-child,
.form_table_generic tr td:first-child {
	width: 40%;
}

.form_table_register tr td:last-child,
.form_table_generic tr td:last-child {
	width: 60%;
}

.form_table_register_highlight {
	border: 1px solid #000000;
	padding: 2px;
	display: inline;
	background-color: #ffff00;	
}

.form_create_container {
	/*border: 1px solid #000000;
	border-style: dashed;
	border-radius: 3px;*/
	/*padding: 20px;*/
	/*background-color: #ffffff;
	width: 650px;*/
	
	/*box-shadow: 5px 5px 5px #888888;*/
}

.form_exclusivechoice, .form_multiplechoice {
	display: inline-block;	
	width: clamp(100%, 33px, 800px);
}

.form_multiplechoice.form_multiplechoice_with_na {
	width: auto;
}

.form_create_container form>input[type="text"], .form_create_container select {
	background-color: rgba(247,247,247,1);
}

.form_create_container form>input[type="text"], .form_create_container select {
	width: 100%;
	float: right;
}

.form_create_container .form_exclusivechoice, .form_create_container .form_multiplechoice {
	float: right;
	width: 100%;
}

.form_table td {
	/*padding-left: 15px;
	text-align: left;*/
	text-align: left;
	vertical-align: top;
}

.cell_vertical_top {
	vertical-align: top;
}

.form_table td:first-child {
	width: 30%;
}
.form_table td.small-column {
	width: 5%;
}
.form_table tr *:nth-child(2) {
	/*display: none;*/
}

.form_table tr:nth-child(even) {
	/*background-color: #fafafa;*/
}

.form_table th {
	font-size: 100%;	
}

.form_table_row_header {
	text-align: left !important;
}

.form_table_row_readingcenter {
	background-color: #f2dcdb !important;
}

.general_comment_table th, .general_comment_table td{ 
	background-color: rgba(220,220,220,0.5) !important;
}

.form_discrepancy {
	color: rgba(235, 77, 75,1.0);
	display: inline;
}

.form_block_segmented {
	float: left;
	width: 33%;
}

.form_block_segmented_50 {
	float: left;
	width: 50%;
}

.form_block_segmented_container_66 {
	display: inline-block;
	float: left;
	width: 66%;
}

.form_block {
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 20px;
}

@media print {
	.form_block_segmented, .form_block_segmented_50, .form_block_segmented_container_66 {
		display: block;	
		clear: both;
	}
}

.info_block,.info_block_noprint {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
}

.info_block_noprint {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 300px;	
}

@media print {
	.info_block_noprint
	{
		display: none !important;
	}
}

.discrepancy {
	background-color: rgba(255, 120, 120,1.0) !important;
	cursor: help;
}

.discrepancy:disabled, .discrepancy.textbox_disable, .discrepancy.dropdown_disable{
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(254,139,139,1) 5px, rgba(254,139,139,1) 10px) !important;	
}

.radiobutton_wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.form_edit_comment {
	min-height: 80px;
	position: absolute;
	width: 300px;
	display: none;
	z-index: 100;
}

.text_success {
	color: #3f8600;
}

.text_error {
		
}

.radiobutton_wrapper_content {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0px 1px 2px 3px #FF0000;
	margin-left: 5px;
}

.radiobutton_wrapper input {
	margin-left: -1px;
	margin-top: -1px;
	display: block;
}

.checkbox_wrapper {
	background-color: #FF0000;
	display: inline-block;
	max-width: 20px;
	max-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.discrepancy_radiobutton {
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	/*box-shadow: 0px 0px 1pt 3pt #FF0000;*/
	margin-left: 5px;
	margin-top: 3px;
	pointer-events: none;
}

.discrepancy_checkbox {
	background-color: #FF0000;
}

.discrepancy input {

}
.txt_info, .text_success, .info_box {
	color: rgba(68, 189, 50,1.0);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,1.0);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,1.0);
	box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,1.0);
	padding: 10px;
	padding-left: 95px;
	padding-right: 15px;
	margin-bottom: 20px;
	
	background-image: url("../img/layout/information.svg");
	background-repeat: no-repeat;
	background-size: 55px 55px;
	background-position: 17px center;
	min-height: 80px;
	
	/*background-image: url("../img/layout/caution-sign.svg");
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 15px center;*/
	/*min-height: 80px;*/
}
#discrepancies_warning, .warning_box, .msg_warning {
	color: rgba(235, 77, 75,1.0);
	/*display: block !important; */
	-webkit-box-shadow: inset 0px 0px 0px 3px  rgba(235, 77, 75,1.0);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1.0);
	box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1.0);
	padding: 10px;
	padding-left: 95px;
	padding-right: 15px;
	margin-bottom: 20px;
	background-image: url("../img/layout/caution-sign.svg");
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 15px center;
	min-height: 80px;
}
.red_box {
	/* color: rgba(235, 77, 75,1.0); */
	/*display: block !important; */
	-webkit-box-shadow: inset 0px 0px 0px 3px  rgba(235, 77, 75,1.0);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1.0);
	box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1.0);
	padding: 10px;
	margin-bottom: 10px;
}
.no_new_line {
	display: inline-block;	
}
#discrepancies_warning {
	display: none;
}
#discrepancies_warning p {
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	font-weight: 600;
}
.form_button_container {
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	padding-right: 5px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	
	padding-left: 22%;
}

.exclusive_choice_label, .multiple_choice_label {
	padding-right: 10px;
	font-weight: 400;
	cursor: pointer;
	/*margin-left: -7px;
	padding-left: 8px;*/
	margin-left: -29px;
	padding-left: 29px;
}
.multiple_choice_label {
	padding-right: 2px;
}

.multiple_choice_label_extended {
	padding-left: 0em;
	padding-right: 1em;
}

.exclusive_choice_single_wrapper input, 
.multiple_choice_single_wrapper input, 
.multiple_choice_single_wrapper_for_subs input,
.multiple_choice_label_extended.cursor_info {
	cursor: help;
}

.exclusive_choice_single_wrapper input, 
.multiple_choice_single_wrapper input, 
.multiple_choice_single_wrapper_for_subs input{
	cursor: pointer;
}
.exclusive_choice_single_disabled .exclusive_choice_label, .exclusive_choice_single_wrapper.exclusive_choice_single_disabled input,
.multiple_choice_single_disabled .multiple_choice_label, .multiple_choice_single_wrapper.multiple_choice_single_disabled input, .multiple_choice_single_wrapper_for_subs.multiple_choice_single_disabled input {
	cursor: default;
}
.exclusive_choice_single_disabled.exclusive_choice_single_wrapper,
.multiple_choice_single_disabled.multiple_choice_single_wrapper,
.multiple_choice_single_disabled.multiple_choice_single_wrapper_for_subs,
.textbox_disable, .dropdown_disable {
	opacity: 0.7;
}
.exclusive_choice_single_disabled.exclusive_choice_single_wrapper:hover,
.multiple_choice_single_disabled.multiple_choice_single_wrapper:hover,
.multiple_choice_single_disabled.multiple_choice_single_wrapper_for_subs:hover {
	background-color: rgba(0,0,0,0.1);
}
.exclusive_choice_single_disabled.exclusive_choice_single_wrapper:hover.exclusive_choice_single_discrepancy {
	background-color: rgba(255,0,0,0.1);
}
.exclusive_choice_single_wrapper, .multiple_choice_single_wrapper, .multiple_choice_single_wrapper_for_subs{
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	padding: 3px;
	margin: 5px;
	padding-right: 0px;
	
}
.multiple_choice_single_wrapper {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	padding-right: 0px;
}
.multiple_choice_single_wrapper_for_subs {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	padding-right: 0px;
	margin-left: 20px;
}

.exclusive_choice_single_wrapper{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
.exclusive_choice_single_wrapper:hover, 
.multiple_choice_single_wrapper:hover, 
.multiple_choice_single_wrapper_for_subs:hover{
	background-color: rgba(0,0,0,0.25);

}
.exclusive_choice_single_wrapper.exclusive_choice_single_discrepancy, 
.multiple_choice_single_wrapper.multiple_choice_single_discrepancy, 
.multiple_choice_single_wrapper_for_subs.multiple_choice_single_discrepancy {
	background-color: rgba(255,0,0,0.1);
}
.exclusive_choice_single_wrapper:hover.exclusive_choice_single_discrepancy, 
.multiple_choice_single_wrapper.multiple_choice_single_discrepancy:hover, 
.multiple_choice_single_wrapper_for_subs.multiple_choice_single_discrepancy:hover {
	background-color: rgba(255,0,0,0.25);
}

input[type="text"].axis_is_zero_discrepancy{
	background-color: rgba(255,0,0,0.01);
}

.radio_button_disable, .checkbox_disable, .textbox_disable, .dropdown_disable {
	pointer-events: none;
}

.textbox_disable, .dropdown_disable {
	background-color: rgba(0,0,0,0.1);

}

.td_overlay_not_changeable {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.0001);
	z-index: 1000;
}

.td_overlay_not_changeable+div input,
.td_overlay_not_changeable+div select,
.td_overlay_not_changeable+div textarea {
	background-color: rgba(0, 0, 0, 0.1);
	pointer-events: none;
}

/* 200213 MP New Inline-Dropdown Style*/
.inline_dropdown {
	font-size: 100%;
	display: inline-block;
	max-width: 170px;
	margin-right: 3px;
	padding: 3px;
	font-weight: 500;
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}
.offset_block {
	padding-left: 20px;
}

@media (max-width: 1232px) {
	.form_button_container {
		padding-left: 20px;	
	}
}

.ffm_label {
	cursor: pointer;
}

/* style_form_confirmation.css */
.form_confirmation, 
.history_popup, 
.infobox_popup {
	z-index: 50;
	position: absolute;
	width: 250px;
	background-color: rgba(0,0,0,0.75);
	
	margin-left: 25px;
	color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);	
}
.infobox_popup {
	text-align: left;
	display: block;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: 300;
}
.infobox_popup_container.infobox_hidden .infobox_popup {
	display: none;
}
.infobox_popup_container {
	position: relative;
	display: inline-block;
}
.infobox_wide .infobox_popup {
	width: 400px;
}
.form_button_container {
	z-index: 50;
}
.form_confirmation .confirmation_box_title, 
.history_popup .history_box_title, 
.infobox_popup .infobox_popup_title {
	padding-top: 10px;
	text-align: center;
	font-size: 1.25em;
}
.infobox_popup .infobox_popup_title {
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
	display: block;
}

.form_confirmation .confirmation_box_textarea {
	padding: 10px;
	
}
.form_confirmation .confirmation_box_textarea .textarea_output {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	padding: 10px;
	/*text-align: left;*/
	
}
.form_confirmation .confirmation_box_textarea textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1);
	box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,1);
}

.form_confirmation .confirmation_close_button, 
.history_popup .history_container_close_button, 
.infobox_popup .infobox_popup_close_button {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
	font-size: 1.75em;
	transition: 0.25s ease-in-out;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 10px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1.0);
}
.form_confirmation .confirmation_close_button svg, 
.history_popup .history_container_close_button svg, 
.infobox_popup .infobox_popup_close_button svg {
	fill: currentColor;
}
.monitoring_checkbox_label .monitoring_checkbox_confirm, .monitoring_checkbox_label .monitoring_checkbox_remove, .monitoring_checkbox_label .monitoring_checkbox_confirmed, .monitoring_checkbox_label .monitoring_checkbox_not_confirmed {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.25em;
	display: block;
	
	background-color: rgba(68, 189, 50,0.75);
	padding: 10px;
	transition: all 0.25s ease-in-out;
	font-weight: 400;
}
.monitoring_checkbox_label .monitoring_checkbox_remove {
	display: none;
	background-color: rgba(235, 77, 75,0.75);
}
.monitoring_checkbox_label .monitoring_checkbox_not_confirmed {
	background-color: rgba(235, 77, 75,0.75);
}

.monitoring_checkbox:checked + .monitoring_checkbox_label .monitoring_checkbox_confirm {
	display: none;
}
.monitoring_checkbox:checked + .monitoring_checkbox_label .monitoring_checkbox_remove {
	display: block;
}

.monitoring_checkbox_label .monitoring_checkbox_confirm:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,0.75);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,0.75);
	box-shadow: inset 0px 0px 0px 3px rgba(68, 189, 50,0.75);
	background-color: rgba(255,255,255,1);
	color: rgba(68, 189, 50,0.75);
	cursor: pointer;
}
.monitoring_checkbox_label .monitoring_checkbox_remove:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,0.75);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,0.75);
	box-shadow: inset 0px 0px 0px 3px rgba(235, 77, 75,0.75);
	background-color: rgba(255,255,255,1);
	color: rgba(235, 77, 75,0.75);
	cursor: pointer;
}
.monitoring_checkbox {
	display: none;
}
.confirmation_comment_history_piece {
	text-align: left;
	margin-left: 1em;
	margin-bottom: 0.5em;
	/*width: 100% - 1em;*/
}

.confirmation_comment_history_piece.investigator_answer{
	text-align: right;
	margin-right: 1em;
}

.confirmation_box_investigator_answer {
	text-align: left;
}
.history_container {
	display: inline-block;
}
.history_popup .history_entry {
	margin: 10px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px rgba(255,255,255,0.5);

}

.history_popup, .history_entry {
	text-align: left;
	font-weight: 300;
}
.history_popup .history_time {
	text-align: center;
	width: 100%;
	font-weight: 500;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
}

.history_container .action_icon_chrono_black {
	cursor: pointer;
}


.history_container .action_icon_chrono_black {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: -3px;
	margin-right: 3px;
}

.infobox_popup_open_button {
	display: inline;
	cursor: pointer;
	padding: 5px;
	color: rgba(0,0,0,0.2);
	transition: all 0.5s ease;
}
.infobox_popup_open_button svg{
	margin-top: 5px;
	margin-bottom: -4px;
	fill: currentColor;
	
	
}
.infobox_popup_open_button:hover {
	color: rgba(0,0,0,1);
}

.infobox_popup .range_left {
	float: left;
	width: 50%;
	font-weight: 500;
}
.infobox_popup .range_right {
	float: left;
	width: 50%;
}
.infobox_wide .infobox_popup .range_right {
	width: 20%;
}
.infobox_wide .infobox_popup .range_left {
	width: 29%;
}

.infobox_popup_container li {
	list-style-type: circle;
	margin-left: 10px;
}

/* style_general_query_manager.css */
.general_query_container {
	display: block;

	.icon_general_query {
		width: auto;
		float: right;
		background-size: cover;
		text-decoration: none;
		margin-bottom: 0.5em;
		vertical-align: middle;
		align-content: middle;
		align-items: center;
		display: flex;
		gap: 0.5em;
		background-color: var(--main_color);
		padding: 0.5em;
		font-weight: 400;
		color: rgba(255, 255, 255, 1.0);
	}

	.icon_general_query.unanswered_query {
		background-color: rgba(225, 0, 0, 1.0);
		color: rgba(255, 255, 255, 1.0);
	}

	.icon_general_query.waiting_for_other_party {
		background-color: rgba(225, 150, 5, 1.0);
	}

	.icon_general_query svg path,
	.icon_general_query.unanswered_query svg path,
	.icon_general_query.waiting_for_other_party svg path,
	.icon_general_query.answered_query svg path {
		fill: rgba(255, 255, 255, 1.0);
	}

	h2 {
		color: rgba(255, 255, 255, 1.0) !important;
		margin: 0px;
		padding-bottom: 0em;
		width: 100%;
		display: block;
	}

	label {
		width: 100%;
		display: block;
		float: left;
	}

	.gqc_entries {
		clear: both;
		width: 100%;
		display: block;
	}

	.gqc_close_button {
		position: absolute;
		top: 0em;
		right: 0.333em;
		font-size: 200%;
		color: rgba(255, 255, 255, 1.0);
		text-decoration: none;
		cursor: pointer;
	}

	.gqc_query_container,
	.gqc_answer_container,
	.gqc_solved_container,
	.gqc_waiting_container,
	.gqc_unsolveable_container {
		display: block;
		margin-top: 0.5em;
		padding-top: 0.5em;
		/* border-top: 1px solid rgba(255, 255, 255, 1.0); */

	}

	.gqc_entry_container {
		position: relative;
		padding-bottom: 1em;
		border-top: 3px solid rgba(255, 255, 255, 1.0);
	}

	.gpc_query_container:after,
	.gpc_answer_container:after,
	.gqc_solved_container:after,
	.gqc_waiting_container:after,
	.gqc_unsolveable_container:after,
	.gpc_entry_container:after {
		clear: both;
		width: 100%;
		content: " ";
		display: block;
	}

	.gqc_solved_container {
		text-align: center;
		color: rgba(100, 255, 100, 1.0);
	}

	.gqc_unsolveable_container {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
	}

	.gqc_answer_container {
		text-align: right;
		background-color: rgba(255, 255, 255, 0.1);
		padding: 1em;
		padding-bottom: 1em;
	}

	.gqc_waiting_container {
		text-align: center;
		color: rgba(255, 255, 255, 1.0);
		animation: 2s gqc_blinking;
		animation-iteration-count: infinite;
	}

	.gqc_entry_author {
		font-style: italic;
		font-size: 85%;
	}

	.gqc_entry_solved {
		position: absolute;
		right: 0px;
		margin-top: -0.5rem;
	}

	.gqc_form {
		display: block;
		margin-top: 0.5em;
		padding-top: 0.5em;
		border-top: 1px solid rgba(255, 255, 255, 1.0);

		input[type="submit"],
		input[type="button"],
		button {
			margin-top: 0.5em;
			width: 100%;
			border: 1px solid rgba(255, 255, 255, 1.0);
		}
	}

	.gqc_query_not_answered {
		color: rgba(225, 0, 0, 1.0);
	}

	.gqc_query_not_solved_or_unsolveable {
		color: rgba(225, 0, 0, 1.0);
	}

	input[type="checkbox"] {
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
	}
}

@keyframes gqc_blinking {
	0% {
		color: rgba(255, 250, 5, 1.0);
	}

	50% {
		color: rgba(255, 250, 5, 0.333);
	}

	100% {
		color: rgba(255, 250, 5, 1.0);
	}
}

.gqc_container {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	color: rgba(255, 255, 255, 1.0);
	padding: 1em;
	padding-bottom: 2em;
	display: none;
	z-index: 1000;
	width: 100%;
	width: calc(100% - 50px);
	max-width: 600px;
	max-height: 50vh;
	z-index: 1000;
	right: 0px;
	overflow-y: auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.gqc_container.active {
	display: block;
}

/*
	2025-09-02 FH: change for Mantis 1360
	added padding do that this container doesnt overlap with gqc_entry_solved container
*/
.gqc_entry_text {
	margin-top: 1.2em;
}

/* style_headings.css */
h1, h2, h3 {
	color: rgba(192,57,43,1);
	color: var(--main_color);
}

h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}
h2.bottom {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 3px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

/* style_input.css */
button, a.button, .div_button, a.button_logout {
	background: none;
	border: none;
	min-height: 30px;
	font-family: 'Rubik', sans-serif;
	
	
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 125%;
	
	transition: 0.25s ease-in-out;
	margin-right: 10px;
	text-decoration: none;
	color:  rgba(255,255,255,1);
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
}
.filter_button {
	background: none;
	border: none;
	min-height: 30px;
	width: 200px;
	font-family: 'Rubik', sans-serif;
	
	
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 125%;
	
	transition: 0.25s ease-in-out;
	margin-right: 10px;
	text-decoration: none;
	color:  rgba(255,255,255,1);
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
}
.div_button_little {
	background: none;
	border: none;
	min-height: 20px;
	font-family: 'Rubik', sans-serif;
	
	
	padding: 5px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 100%;
	
	transition: 0.25s ease-in-out;
	margin-right: 10px;
	text-decoration: none;
	color:  rgba(255,255,255,1);
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
}
a.buttonpdf , .buttonpdf {
	text-decoration: none!important;
	background: none;
	border: none;
	min-height: 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	
	padding: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 80%;
	
	transition: 0.25s ease-in-out;
	margin-right: 10px;
	text-decoration: none;
	color:  rgba(255,255,255,1);
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
}

button.invisible {
	text-decoration: none!important;
	background: none;
	border: none;
	min-height: 30px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	
	padding: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 80%;
	
	transition: 0.25s ease-in-out;
	margin-right: 10px;
	text-decoration: none;
	color:  rgba(255,255,255,1);
	background-color: rgb(255, 255, 255);
	background-color: var(--main_color);
}

a.button_logout {
	border: 1px solid white;
} 

button:hover, 
a.button:hover, 
.div_button:hover, 
.div_button_little:hover, 
a.button_logout:hover, 
a.buttonpdf:hover,
.buttonpdf:hover {
	-webkit-box-shadow: inset 0px 0px 0px 3px  rgba(192,57,43,1);
	-moz-box-shadow: inset 0px 0px 0px 3px  rgba(192,57,43,1);
	box-shadow: inset 0px 0px 0px 3px  rgba(192,57,43,1);
	-webkit-box-shadow: inset 0px 0px 0px 3px  var(--main_color);
	-moz-box-shadow: inset 0px 0px 0px 3px  var(--main_color);
	box-shadow: inset 0px 0px 0px 3px  var(--main_color);
	background-color: rgba(255,255,255,1) !important;
	color: rgba(192,57,43,1);
	color: var(--main_color);
	cursor: pointer;
}
.div_button, 
.div_button_little {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

button:before {
	content: "";
	float: left;
	display: block;
}

button svg {
	margin-left: -3px;
	margin-top: -3px;
	margin-bottom: -3px;
	 fill: currentColor;
	 margin-right: 3px;
}
button svg.svg_back {
	margin-left: -5px;
}
button:hover svg {
	 fill: currentColor;
}

.button_confirm_all {
	margin-top: -2.75em;
	margin-right: -0.6em;
}


input[type="submit"], input[type="button"] {
	min-width: 200px;
	font-size: 110%;
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	color: rgba(255,255,255,1) !important;
}

input[type="submit"]:hover, input[type="button"]:hover {
	text-decoration: none;
	color: #0c4594;
	background: none;
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
	clear: both;
	width: 100%;
	min-height: 40px;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	border: 0px solid #cccccc;
	-webkit-box-shadow: inset 0px 0px 0px 1px  rgba(190,190,190,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(190,190,190,1);
	box-shadow: inset 0px 0px 0px 1px rgba(190,190,190,1);
	padding: 5px;
	padding-left: 10px;
	font-size: 125%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*background: linear-gradient(to bottom, #CCCCCC 0%, #FEFEFE 10%);*/
	color: rgba(55,55,55,1);
	transition: 0.25s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	-moz-box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	-webkit-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	-moz-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	box-shadow: inset 0px 0px 0px 3px var(--main_color);
	
}

select.discrepancy, input[type="text"].discrepancy, input[type="password"].discrepancy, textarea.discrepancy {
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(192,57,43,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(192,57,43,1);
	box-shadow: inset 0px 0px 0px 1px rgba(192,57,43,1);
		/*-webkit-box-shadow: inset 0px 0px 0px 1px var(--main_color);
	-moz-box-shadow: inset 0px 0px 0px 1px var(--main_color);
	box-shadow: inset 0px 0px 0px 1px var(--main_color);*/

}

select.discrepancy:focus,[type="text"].discrepancy:focus, input[type="password"].discrepancy:focus, textarea.discrepancy:focus {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(192,57,43,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(192,57,43,1);
	box-shadow: inset 0px 0px 0px 3px rgba(192,57,43,1);
	/*-webkit-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	-moz-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	box-shadow: inset 0px 0px 0px 3px var(--main_color);*/
	
}


select {
	border: 0px solid #cccccc;
	-webkit-box-shadow: inset 0px 0px 0px 1px  rgba(190,190,190,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(190,190,190,1);
	box-shadow: inset 0px 0px 0px 1px rgba(190,190,190,1);
	padding: 5px;
	padding-left: 10px;
  	font-size: 125%;
  	font-family: 'Rubik', sans-serif;
  	font-weight: 300;
  	color: rgba(55,55,55,1);
  	transition: 0.25s ease-in-out;
	background-color: rgba(255, 255, 255, 1.0);
}
select:focus {
	-webkit-box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	-moz-box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	box-shadow: inset 0px 0px 0px 3px  rgba(190,190,190,1);
	-webkit-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	-moz-box-shadow: inset 0px 0px 0px 3px var(--main_color);
	box-shadow: inset 0px 0px 0px 3px var(--main_color);
}

/*multiselect*/
select[multiple] {
	height: 15em !important;
} 

input[type="text"].discrepancy_values{
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(254,139,139,1) 5px, rgba(254,139,139,1) 10px) !important;	
}


/* style_js_warning.css */
.js_error {
	color: #F30000;
	border: 1px solid #F30000;
	padding: 15px;
	font-size: 120%;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(240,240,240,1) 5px, rgba(240,240,240,1) 10px);
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    0% { opacity: 0; }
    99%   { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 0; }
    99%   { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    99%   { opacity: 0; }
    100%   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 0; }
    99%   { opacity: 0; }
    100%   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% { opacity: 0; }
    99%   { opacity: 0; }
    100%   { opacity: 1; }
}

/* style_lan_selection.css */
.lan_selection {
	float: right;
	display: block;
	padding-top: 25px;
	transition: 0.25s ease-in-out;
}
.smaller .lan_selection {
	padding-top: 5px;
}
.lan_selection a {
	display: block;
	text-decoration: none;
	background-image: url("../img/layout/languages/de.svg");
	background-size:contain;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 24px;
	height: 24px;
	opacity: 0.7;
	margin-left: 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	clear: both;
	margin-bottom: 0px;
	transition: 0.25s ease-in-out;
}

.lan_selection a:hover, nav.lan_selection a.active {
	opacity: 1;
}

.lan_selection a.de, .lan_selection a.de_active {
	background-image: url("../img/layout/languages/de.svg");

}

.lan_selection a.de_active {
	opacity: 1;
}

.lan_selection a.en, .lan_selection a.en_active {
	background-image: url("../img/layout/languages/uk.svg");
}


.lan_selection a.en_active {
	opacity: 1;
}

.lan_selection a.fr, .lan_selection a.fr_active {
	background-image: url("../img/layout/languages/fr.svg");
}


.lan_selection a.fr_active {
	opacity: 1;
}

/* style_loading.css */
.loading img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.loading {
	margin-bottom: 50px;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}



/* style_login.css */
body.login_mode, body.logout_mode, body.start_mode, body.notfound_mode  {
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	color: rgba(255,255,255,1);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88bfe8+0,70b0e0+100;Blue+3D+%2317 */
background: -moz-linear-gradient(45deg, var(--gradient_color_one) 0%, var(--gradient_color_two) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, var(--gradient_color_one) 0%, var(--gradient_color_two) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, var(--gradient_color_one) 0%, var(--gradient_color_two) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}
body.start_mode .footer, body.start_mode .nav_container  {
	display: none;
}

body.login_mode .content {
	
}
body.login_mode .all, body.start_mode .all,  body.login_mode .all, body.logout_mode .all, body.notfound_mode .all {
	min-height: 100vh;
}

#javascript_box {
	background-color: rgba(255,255,255,1);
	color: rgba(255,30,30,1);
	padding: 15px;
	font-weight: 500;
}

#login_button:disabled {
/* Will be displayed with javascript*/
	opacity: 0.2;
}

.loginbox {
	margin: 0 auto;
	margin-top: 15vh;
	text-align: center;
	max-width: 300px;
	
	
}
.loginbox .logo {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.loginbox .main_logo {
	font-size: 250%;
	font-weight: 300;
	margin: 0 auto;
	padding-bottom: 50px;
}

.browser_info_box {
	text-align: left;
	font-size: 85%;
	padding-top: 0.5em;
}

.loginname {
	width: 300px !important;
}

.loginpass {
	width: 300px !important;
}

.loginbox button, .login_mode a.button, .login_mode button {
	-webkit-box-shadow: inset 0px 0px 0px 2px  rgba(255,255,255,1) !important;
	-moz-box-shadow: inset 0px 0px 0px 2px  rgba(255,255,255,1) !important;
	box-shadow: inset 0px 0px 0px 2px  rgba(255,255,255,1) !important;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0) !important;
	margin: 0px;
	margin-top: 10px;
	
	float: right;
}
.login_mode a.button {
	float: left;
}
.login_mode h1, .login_mode h2,.login_mode h3 {
	color: rgba(255,255,255,1) !important;
}
.login_mode h3 {
	font-weight: 500;
}

.loginbox button:hover, .login_mode a.button:hover, .login_mode button:hover {
	background-color: rgba(255,255,255,1)!important;
	color: rgba(192,57,43,1);
	color: var(--main_color);
	
}

.loginbox .warningbox {
	/*padding-right: 90px;*/
	padding-top: 12px;
	text-align: left;
	font-weight: 800;
}

.login_mode .footer_nav ul li, .login_mode .footer_nav ul  {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.login_mode .footer_nav ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;

}
.login_mode .footer_nav ul {
	margin: 0 auto;
	display: inline-block;
}
.login_mode .footer_nav {
	position: fixed;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	
}
.login_mode .footer_nav ul li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.login_mode .footer_nav ul li a:hover {
	color: rgba(255,255,255,0.75);
}

.shake {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.fadein {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.fadein_slow {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.login_mode input[type="text"],.login_mode  input[type="password"],.login_mode  textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* ANIMATION */
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

body.notfound_mode .loginbox {
	margin-top: 20vh;	
}
.notfound_top {
	font-size: 9em;
	font-weight: 100;
}
.notfound_bottom {
	font-size: 3em;
	font-weight: 300;
}


/* style_navi.css */
.nav_container {
	min-height: 100px;
	width: 100%;
	font-weight: 300;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	font-size: 150%;
	z-index:99999;
	transition: 0.25s ease-in-out;
}

.nav_container .main_logo {
	color: rgba(255,255,255,1);
	max-width: 25%;
	float: left;
	line-height: 100px;
	transition: 0.25s ease-in-out;
	
}
.nav_container .main_logo * {
	transition: 0.25s ease-in-out;
}
.nav_container .main_logo img {
	max-height: 70px;
	max-width: 100px;
}

.page_navi {
		
}

.page_navi a {
	
}

.main_navi, header {
	
}

.main_navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

.main_navi ul li {
	float: left;
	padding: 0px;
	transition: 0.25s ease-in-out;
}

.main_navi ul li a {
	color: rgba(255,255,255,1);
	line-height: 100px;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	height: 100px;
	display: block;
		transition: 0.25s ease-in-out;
}

.main_navi ul li a:hover, .main_navi ul li a.active  {
	background-color: rgba(255,255,255,0.15);
}
.main_navi ul li a:hover, .main_navi ul li a.active {
	
}
input[type="submit"], input[type="button"] {
	text-decoration: none;
	display: block;
	clear: both;
	padding: 5px;
	/*border: 1px solid #006ab3;
	border-radius: 4px;*/
	
	transition: background 0.2s,color 0.2s;
	/*background: linear-gradient(to top, #006ab3 0%, #34b4e4 100%);*/
	
	min-width: 100px;
}

.main_navi ul li a img {
	margin-bottom: -1px;
	max-width: 18px;
	max-height: 18px;
	margin-right: 10px;
}


/* Smaller Version on Scroll*/
.nav_container.smaller {
	min-height: 60px;
}
.nav_container.smaller .main_navi ul li a {
	line-height: 60px;
	height: 60px;	
}
.nav_container.smaller .main_logo {
	line-height: 60px;
}
.nav_container.smaller .header {
	margin-top: 11px;
}
.nav_container.smaller .main_logo img {
	max-height: 37px;
}

.ios_fullscreen li {
	margin-top: 20px;
}


/* style_navigation_button_container.css */
.navigation_button_container {
	width: 100%;
	clear: both;
	padding-top: 1.5em;
	padding-bottom: 2em;
	color: rgba(255, 255, 255, 1.0);
}

.navigation_button_container a svg {
	margin-top: -3px;
	margin-bottom: -3px;
	fill: currentColor;
	margin-right: 3px;
}

/* style_overview.css */
.action_icon_delete {
	width: 13px;
	height: 13px;
	background: url(../img/layout/icons/orange/buttons.svg) -2px -602px;
	text-decoration: none !important;
}

.action_icon_edit {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -580px;
	text-decoration: none !important;
}

.action_icon_print {
	width: 17px;
	height: 17px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -100px;
	text-decoration: none !important;
}

.action_icon_edit_form {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -240px;
	text-decoration: none !important;
}

.action_icon_start {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -140px;
	text-decoration: none !important;
}

.action_icon_create {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -480px;
	text-decoration: none !important;
}

.action_icon_confirm {
	width: 16px;
	height: 16px;
	color: #e96b00;
	font-size: 120%;
	text-decoration: none !important;
}

.action_icon_unconfirm {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -600px;
	text-decoration: none !important;
}

.action_icon_view {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -800px;
	text-decoration: none !important;
}

.action_icon_view_hidden {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -780px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_image {
	width: 18px;
	height: 18px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -760px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_download {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -680px;
	text-decoration: none !important;
	cursor: help;
}

.action_icon_history {
	width: 16px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -382px;
	text-decoration: none !important;
}

.action_icon_arrow_br {
	width: 18px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -44px;
	text-decoration: none !important;
}

.action_icon_arrow_tl {
	width: 18px;
	height: 16px;
	background: url(../img/layout/icons/orange/buttons.svg) 0 -60px;
	text-decoration: none !important;
}

.overview_status_container {
	float: right;
	line-height: 20px;
}

.overview_status_container.crf_export {
	float: left !important;
	margin-bottom: 20px;
}

.overview_status_white,
.overview_status_red,
.overview_status_blue,
.overview_status_orange,
.overview_status_yellow,
.overview_status_green,
.overview_status_grey,
.overview_status_purple,
.overview_status_turquoise,
.overview_status_black {
	width: 18px;
	height: 18px;
	border-radius: 25px;
	margin-left: auto;
	margin-right: auto;
	cursor: help;
	border: 1px solid rgba(0, 0, 0, 0.15);

}

.overview_status_white {
	background: rgb(254, 252, 234);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(254, 252, 234, 1)), color-stop(0%, rgba(241, 218, 54, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(239, 239, 239, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(254, 252, 234, 1) 0%, rgba(241, 218, 54, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#efefef', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

}

.overview_status_red {
	background: rgb(255, 5, 46);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 5, 46, 1)), color-stop(100%, rgba(196, 0, 42, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 5, 46, 1) 0%, rgba(196, 0, 42, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff052e', endColorstr='#c4002a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_blue {
	background: rgb(5, 59, 255);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(5, 59, 255, 1)), color-stop(100%, rgba(0, 122, 221, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(5, 59, 255, 1) 0%, rgba(0, 122, 221, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#053bff', endColorstr='#007add', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_orange {
	background: rgb(255, 178, 0);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 178, 0, 1)), color-stop(100%, rgba(232, 115, 25, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 178, 0, 1) 0%, rgba(232, 115, 25, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb200', endColorstr='#e87319', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_yellow {
	background: rgb(255, 242, 0);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 242, 0, 1)), color-stop(100%, rgba(229, 213, 71, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(255, 242, 0, 1) 0%, rgba(229, 213, 71, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#e5d547', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_green {
	background: rgb(121, 255, 5);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(121, 255, 5, 1)), color-stop(100%, rgba(152, 234, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* IE10+ */
	background: linear-gradient(135deg, rgba(121, 255, 5, 1) 0%, rgba(152, 234, 0, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79ff05', endColorstr='#98ea00', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.overview_status_purple {
	background: rgb(180, 0, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(180, 0, 255, 1)), color-stop(100%, rgba(138, 0, 195, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(180, 0, 255, 1) 0%, rgba(138, 0, 195, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b400ff', endColorstr='#8a00c3', GradientType=0);
	/* IE6-9 */
}

.overview_status_turquoise {
	background: rgb(73, 187, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(73, 187, 255, 1)), color-stop(100%, rgba(73, 187, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(73, 187, 255, 1) 0%, rgba(73, 187, 255, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49BBFF', endColorstr='#49BBFF', GradientType=0);
	/* IE6-9 */
}

.overview_status_black {
	background: rgb(0, 0, 0);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#161616', endColorstr='#161616', GradientType=0);
	/* IE6-9 */
}

.overview_status_grey {
	width: 18px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	cursor: help;
}

.overview {}

.overview a {
	text-decoration: underline;
	font-weight: 500;
	display: inline-block;
	margin-top: 2px;
}

.overview_title a {
	font-weight: 500;
}

.overview_title,
th {
	font-weight: 500;
	font-size: 0.8em;
}

.manual_query td:nth-child(3),
.system_query td:nth-child(3),
.unsolvable_query td:nth-child(3) {
	font-size: 90%;
}

.new_query_line td {
	background-color: #f9e1b3;

}

.user_button_spacer {
	margin-right: 8px;
	margin-bottom: 2px;
}

.query_management_table table td {
	font-size: 90%;
}

tr.deactivate_info td,
tr.deactivate_info td a:not(.user_button_spacer) {
	color: #e96b00 !important;
	text-decoration: line-through !important;
}

.tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* style_overview_icons_shared.css */
.action_icon_delete_orange, .action_icon_edit_orange, .action_icon_print_orange, 
.action_icon_edit_form_orange, .action_icon_start_orange, .action_icon_create_orange, 
.action_icon_unconfirm_orange, .action_icon_view_orange, .action_icon_view_hidden_orange, 
.action_icon_image_orange, .action_icon_download_orange, .action_icon_password_orange, .action_icon_history_orange, 
.action_icon_arrow_br_orange, .action_icon_arrow_tl_orange, .action_icon_sign_orange, .action_icon_info_orange, 
.action_icon_deactivate_user_orange, 
.action_icon_chrono_orange, .action_icon_unlocked_orange {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/orange/buttons.svg);
}

.action_icon_delete_blue, .action_icon_edit_blue, .action_icon_print_blue, 
.action_icon_edit_form_blue, .action_icon_start_blue, .action_icon_create_blue, 
.action_icon_unconfirm_blue, .action_icon_view_blue, .action_icon_view_hidden_blue, 
.action_icon_image_blue, .action_icon_download_blue, .action_icon_password_blue, .action_icon_history_blue, 
.action_icon_arrow_br_blue, .action_icon_arrow_tl_blue, .action_icon_sign_blue, .action_icon_info_blue, 
.action_icon_chrono_blue, .action_icon_unlocked_blue {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/blue/buttons.svg);
}
.action_icon_delete_green, .action_icon_edit_green, .action_icon_print_green, 
.action_icon_edit_form_green, .action_icon_start_green, .action_icon_create_green, 
.action_icon_unconfirm_green, .action_icon_view_green, .action_icon_view_hidden_green, 
.action_icon_image_green, .action_icon_download_green, .action_icon_password_green, .action_icon_history_green, 
.action_icon_arrow_br_green, .action_icon_arrow_tl_green, .action_icon_sign_green, .action_icon_info_green, 
.action_icon_chrono_green, .action_icon_unlocked_green {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/green/buttons.svg);
}
.action_icon_delete_violet, .action_icon_edit_violet, .action_icon_print_violet, 
.action_icon_edit_form_violet, .action_icon_start_violet, .action_icon_create_violet, 
.action_icon_unconfirm_violet, .action_icon_view_violet, .action_icon_view_hidden_violet, 
.action_icon_image_violet, .action_icon_download_violet, .action_icon_password_violet, .action_icon_history_violet, 
.action_icon_arrow_br_violet, .action_icon_arrow_tl_violet, .action_icon_sign_violet, .action_icon_info_violet, 
.action_icon_chrono_violet, .action_icon_unlocked_violet {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/violett/buttons.svg);
}

.action_icon_delete_black, .action_icon_edit_black, .action_icon_print_black, 
.action_icon_edit_form_black, .action_icon_start_black, .action_icon_create_black, 
.action_icon_unconfirm_black, .action_icon_view_black, .action_icon_view_hidden_black, 
.action_icon_image_black, .action_icon_download_black, .action_icon_password_black, .action_icon_history_black, 
.action_icon_arrow_br_black, .action_icon_arrow_tl_black, .action_icon_sign_black, .action_icon_info_black, .action_icon_change_to_user_black, .action_icon_deactivate_user_black, 
.action_icon_chrono_black, .action_icon_unlocked_black, .action_icon_ct_black, .action_icon_comment_black,
.action_icon_company_black, .action_icon_clinicteams_black, 
.action_icon_clinic_black, .action_icon_lens_black, 
.action_icon_lens2_black, .action_icon_user_black, 
.action_icon_form_black, .action_icon_field_black, 
.action_icon_copy_black {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/black/buttons.svg);
}
.action_icon_delete_white, .action_icon_edit_white, .action_icon_print_white, 
.action_icon_edit_form_white, .action_icon_start_white, .action_icon_create_white, 
.action_icon_unconfirm_white, .action_icon_view_white, .action_icon_view_hidden_white, 
.action_icon_image_white, .action_icon_download_white, .action_icon_password_white, .action_icon_history_white, 
.action_icon_arrow_br_white, .action_icon_arrow_tl_white, .action_icon_sign_white, .action_icon_info_white, 
.action_icon_chrono_white, .action_icon_unlocked_white {
	text-decoration: none !important;
	background-image: url(../img/layout/icons/white/buttons.svg);
}

.action_icon_sign_red {
	text-decoration: none !important;
}

.action_icon_sign_orange, .action_icon_sign_blue, .action_icon_sign_green, .action_icon_sign_violet, .action_icon_sign_red, .action_icon_sign_black, .action_icon_sign_white
{
	background-image: none;
	width: 16px;
	height: 16px;
	background-position: left -581px;
	position: relative;
}

.action_icon_sign_orange:after {
	color: #eb6a27;
}

.action_icon_sign_blue:after {
	color: #00a7e5;
}

.action_icon_sign_green:after {
	color: #0aa459;
}

.action_icon_sign_violet:after {
	color: #5b1f78;
}

.action_icon_sign_red:after {
	color: #F30000;
}

.action_icon_sign_black:after {
	color: #000000;
}

.action_icon_sign_white:after {
	color: #FFFFFF;
}

.action_icon_sign_red svg {
	fill: currentColor;
	color: #F30000;
	float: right;
}
.action_icon_sign_red {
	width: 33px;
}

.action_icon_sign_orange:after, .action_icon_sign_blue:after, .action_icon_sign_green:after, .action_icon_sign_violet:after, .action_icon_sign_red:after, .action_icon_sign_white:after, .action_icon_sign_black:after
{
	content: "✓";
	font-weight: bold;
	font-size: 120%;
	position: absolute;
	top: -4px;
	left: 0px;
}

.action_icon_chrono_orange, .action_icon_chrono_blue, .action_icon_chrono_green, .action_icon_chrono_violet, .action_icon_chrono_red, .action_icon_chrono_black, .action_icon_chrono_white
{
	width: 18px;
	height: 18px;
	background-position: left -1060px;
}

.action_icon_info_orange, .action_icon_info_blue, .action_icon_info_green, .action_icon_info_violet, .action_icon_info_black, .action_icon_info_white
{
	width: 16px;
	height: 16px;
	background-position: left -842px;
}

.action_icon_delete_orange, .action_icon_delete_blue, .action_icon_delete_green, .action_icon_delete_violet, .action_icon_delete_white, .action_icon_delete_black
{
	width: 16px;
	height: 16px;
	background-position: left -600px;
}

.action_icon_edit_orange, .action_icon_edit_blue, .action_icon_edit_green, .action_icon_edit_violet, .action_icon_edit_white, .action_icon_edit_black
{
	width: 16px;
	height: 16px;
	background-position: 0 -580px;
}

.action_icon_copy_black
{
	width: 16px;
	height: 16px;
	background-position: 0 -540px;
}

.action_icon_print_orange, .action_icon_print_blue, .action_icon_print_green, .action_icon_print_violet, .action_icon_print_white, .action_icon_print_black
{
	width: 17px;
	height: 17px;
	background-position: left -100px;
}

.action_icon_ct_orange, .action_icon_ct_blue, .action_icon_ct_green, .action_icon_ct_violet, .action_icon_ct_white, .action_icon_ct_black
{
	width: 20px;
	height: 20px;
	background-position: 0 -20px;
}

.action_icon_edit_form_orange, .action_icon_edit_form_blue, .action_icon_edit_form_green, .action_icon_edit_form_violet, .action_icon_edit_form_white, .action_icon_edit_form_black
{
	width: 16px;
	height: 16px;
	background-position: left -240px;
}
.action_icon_change_to_user_orange, .action_icon_change_to_user_blue, .action_icon_change_to_user_green, .action_icon_change_to_user_violet, .action_icon_change_to_user_white, .action_icon_change_to_user_black
{
	width: 18px;
	height: 16px;
	background-position: left -261px;
}
.action_icon_deactivate_user_blue, .action_icon_deactivate_user_green, .action_icon_deactivate_user_violet, .action_icon_deactivate_user_white, .action_icon_deactivate_user_black
{
	width: 18px;
	height: 16px;
	background-position: left -161px;
}

.action_icon_deactivate_user_orange
{
	width: 18px;
	height: 16px;
	background-position: left -1341px;
}

.action_icon_start_orange, .action_icon_start_blue, .action_icon_start_green, .action_icon_start_violet, .action_icon_start_white, .action_icon_start_black
{
	width: 16px;
	height: 16px;
	background-position: left -140px;
}

.action_icon_create_orange, .action_icon_create_blue, .action_icon_create_green, .action_icon_create_violet, .action_icon_create_white, .action_icon_create_black
{
	width: 16px;
	height: 16px;
	background-position: left -480px;
}

.action_icon_unconfirm_orange, .action_icon_unconfirm_blue, .action_icon_unconfirm_green, .action_icon_unconfirm_violet, .action_icon_unconfirm_white, .action_icon_unconfirm_black
{
	width: 16px;
	height: 16px;
	background-position: left -600px;
}

.action_icon_view_orange, .action_icon_view_blue, .action_icon_view_green, .action_icon_view_violet, .action_icon_view_white, .action_icon_view_black
{
	width: 17px;
	height: 16px;
	background-position: left -800px;
}

.action_icon_view_hidden_orange, .action_icon_view_hidden_blue, .action_icon_view_hidden_green, .action_icon_view_hidden_violet, .action_icon_view_hidden_white, .action_icon_view_hidden_black
{
	width: 16px;
	height: 16px;
	background-position: left -780px;
	cursor: help;
}

.action_icon_image_orange, .action_icon_image_blue, .action_icon_image_green, .action_icon_image_violet, .action_icon_image_white, .action_icon_image_black
{
	width: 18px;
	height: 18px;
	background-position: left -760px;
	cursor: help;
}

.action_icon_download_orange, .action_icon_download_blue, .action_icon_download_green, .action_icon_download_violet, .action_icon_download_white, .action_icon_download_black
{
	width: 16px;
	height: 16px;
	background-position: left -680px;
	cursor: help;
}

.action_icon_password_orange, .action_icon_password_blue, .action_icon_password_green, .action_icon_password_violet, .action_icon_password_white, .action_icon_password_black
{
	width: 16px;
	height: 16px;
	background-position: left -1081px;
}

.action_icon_unlocked_orange, .action_icon_unlocked_blue, .action_icon_unlocked_green, .action_icon_unlocked_violet, .action_icon_unlocked_white, .action_icon_unlocked_black
{
	width: 16px;
	height: 16px;
	background-position: left -1101px;
}

.action_icon_history_orange, .action_icon_history_blue, .action_icon_history_green, .action_icon_history_violet, .action_icon_history_white, .action_icon_history_black
{
	width: 16px;
	height: 16px;
	background-position: left -382px;
}

.action_icon_arrow_br_orange, .action_icon_arrow_br_blue, .action_icon_arrow_br_green, .action_icon_arrow_br_violet, .action_icon_arrow_br_white, .action_icon_arrow_br_black
{
	width: 18px;
	height: 16px;
	background-position: left -44px;
}

.action_icon_arrow_tl_orange, .action_icon_arrow_tl_blue, .action_icon_arrow_tl_green, .action_icon_arrow_tl_violet, .action_icon_arrow_tl_white, .action_icon_arrow_tl_black
{
	width: 18px;
	height: 16px;
	background-position: left -60px;
}

.action_icon_comment_black {
	width: 16px;
	height: 12px;
	background-position: left 2px;
	scale: 145%;
}

.action_icon_form_black
{
	width: 20px;
	height: 20px;
	background-position: left -360px;

}

.action_icon_field_black
{
	width: 20px;
	height: 20px;
	background-position: left -340px;

}

.action_icon_clinicteams_black
{
	width: 20px;
	height: 20px;
	background-position: left -1400px;

}

.action_icon_clinic_black
{
	width: 20px;
	height: 20px;
	background-position: left -1420px;

}

.action_icon_company_black
{
	width: 20px;
	height: 20px;
	background-position: left -1440px;

}

.action_icon_lens_black
{
	width: 20px;
	height: 20px;
	background-position: left -1460px;

}

.action_icon_lens2_black
{
	width: 20px;
	height: 20px;
	background-position: left -1480px;

}

.action_icon_user_black
{
	width: 20px;
	height: 20px;
	background-position: left -1500px;

}



/* style_popup_style.css */
.popup_container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}

.popup_hidden {
	display: none;
}
.popup_dark_background {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	cursor: pointer;
}

.popup_content {
	background-color: rgba(255,255,255,1);
	max-width: 900px;
	margin: 0 auto;
	height: 65%;
	margin-top: 10%;
	padding: 2%;
	padding-top: 15px;
	overflow-y:  auto;
	
	z-index: 999999;
	position: relative;
}

.popup_content_pw_message {
	background-color: rgba(255,255,255,1);
	max-width: 900px;
	margin: 0 auto;
	height: 30%;
	margin-top: 10%;
	padding: 2%;
	padding-top: 15px;
	overflow-y:  auto;
	
	z-index: 999999;
	position: relative;
}

.popup_content .table_container {
	overflow-x: scroll;
	max-width: 103%;
}

.popup_content .sticky {
	position: -webkit-sticky;
  	position: sticky;
  	left: 0;
  	min-width: 60px;
  	text-align: center;
}
.popup_size_big {
	max-width: 1680px;
	height: 85%;
	margin-top: 4%;
}
.popup_size_most_big {
	max-width: 1680px;
	height: 85%;
	margin-top: 4%;
}
.popup_size_very_big {
	max-width: 1880px;
	height: 85%;
	margin-top: 4%;
}
.popup_size_normal_tall {
	max-width: 900px;
	height: 90%;
	margin-top: 4%;
}

.popup_size_little_tall {
	max-width: 400px;
	height: 40%;
	margin-top: 20%;
}
.popup_size_small_warning {
	max-width: 400px;
	height: 40%;
	margin-top: 20%;
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	color: rgba(255,255,255,1);
	text-align: center;
}
.popup_size_small_warning img {
	max-width: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.popup_size_small_warning .popup_close_button  {
	display: none;
}
.popup_close_button {
	position: absolute;
	right: 50px;
	top: 10px;
	width: 40px;
	height: 40px;
	padding: 10px;
}
.popup_close_button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.popup_content hr {
	background-color: rgba(99,99,99,1);
}



/* style_print.css */
@media print {
	.no-print, .no-print *
	{
		display: none !important;
	}
	input[type="button"] {
		display: none !important;	
	}
}

.print_text_block {
	border: 1px solid rgba(0,0,0,0.7);
	border-radius: 3px;
	padding: 5px;
	min-height: 30px;
	display: inline-block;
	min-width: 65px;
	margin: 3px;
}

.print_ta {
	min-height: 90px;
	min-width: 300px;
}

.print_container {
	float: right;
	text-decoration: none !important;
}

.button_print_form_orange,.button_print_form_green,.button_print_form_blue,.button_print_form_violet {
	float: right;
	width: 17px;
	height: 17px;
	background-position: left -100px;
	text-decoration: none;
	margin-bottom: 11px;
}

.button_print_form_orange {
	background-image: url(../img/layout/icons/orange/buttons.svg);
}

.button_print_form_green {
	background-image: url(../img/layout/icons/green/buttons.svg);
}

.button_print_form_blue {
	background-image: url(../img/layout/icons/blue/buttons.svg);
}

.button_print_form_violet {
	background-image: url(../img/layout/icons/violett/buttons.svg);
}

.button_print {
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	max-width: 20px !important;
	max-height: 20px !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
}

/* style_settings.css */
.settings_password {
	float: right;	
	width: 50%;
}

.settings_main {
	float: left;
	width: 50%;
}

.settings_gender {
	height: 60px;
}

.settings_right_gap {
	height: 60px;
	float: right;
	width: 100%;
}

.settings input[type="text"], .settings input[type="password"] {
	width: 80%;
}

/* style_table.css */
table {
	border: 0px; 
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #ededed;
	width: 100%;
}
table.preview {
	border: 0px; 
	border-collapse: separate;
	border-spacing: 2px;
	background-color: #000;
	width: 100%;
}

table tr {
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease;
}
table.no_bg tr {
	background-color: rgba(255, 255, 255, 0);
}
table tr td {
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

table th {
	color: #000000;
	height: 40px;
	background-color: rgba(230, 230, 230, 0.7);
}

table .td_center {
	text-align: center;	
}

table tr:hover td {
	background-color: rgba(230, 230, 230, 0.5);
}

.input_limited_width input[type="text"] {
	max-width: 80px;
}

table .td_info label {
	font-weight: 500;
}

/*table tr:hover td {
	background-color: rgba(240, 240, 240, 0.8); 
}*/

table tr {
	/*line-height: 30px;*/
}
table td {
	padding-top: 7px;
	padding-bottom: 7px;
}
table .yellow_cell {
	background-color: rgba(255, 245, 167, 1);
	white-space:nowrap;
}
table .yellow_cell_darker {
	background-color: rgba(255, 245, 119, 1);
}

table th, table th a {
	text-decoration: none !important;
	cursor: default;
}

table th a:hover {
	color: #000000;
	cursor: pointer;
}

table, td {
	text-align: left;
	/*border: 1px solid #ebebeb;*/
}

th {
	text-align: center;	
}

td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

tr.nth_4_child td:nth-child(4) {
	padding: 0px;
}

.admin_info a,.admin_info {
	color: rgba(150,150,150,1);
}
.admin_info td {
	white-space: nowrap;
}

.deactivate_info a, .deactivate_info {
	color: #eb6a27;
}
.deactivate_info td {
	white-space: nowrap;
}

/* style_tabs.css */

.dropbtn {
	background-color: #ccc;
	border-radius: 0.5em 0.5em 0 0;
	color: black;
	text-decoration: none;
	padding: 16px;
	width: 120px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn_corrected_va {
	background-color: #ccc;
	border-radius: 0.5em 0.5em 0 0;
	color: black;
	text-decoration: none;
	padding: 16px 26px 16px 26px;
	width: 120px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn_active {
	background-color: #ccc;
	border-radius: 0.5em 0.5em 0 0;
	color: black;
	text-decoration: none;
	padding: 16px;
	width: 120px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.content {
	width: 100%;
	/* height: 80%; */
	/* border: 1px solid red; */
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ddd;
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	top:34px;
}

.dropdown-content a {
	color: black;
	padding: 10px 10px;
	width: 200px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	top: 30px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn_corrected_va {
	background-color: #fff;
	border-radius: 0.5em 0.5em 0 0;
	border: 1px solid #ccc;
	padding: 15px 25px 15px 25px;
	width: 120px;
	font-size: 16px;
}

.dropdown:hover .dropbtn {
	background-color: #fff;
	border-radius: 0.5em 0.5em 0 0;
	border: 1px solid #ccc;
	padding: 15px;
	width: 120px;
	font-size: 16px;
}


.dropdown:hover .dropbtn_corrected_va {
	color: #000;
}
.dropdown:hover .dropbtn_active {
	color: #000;
}


/* Style the tab */
.tab {
	overflow: hidden;
	border: none;
	
	background-color: #fff;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	background-color: inherit;
	float: left;
	border-style: 1 1 0 1;
	border-color: red;
	border-radius: 0.5em 0.5em 0 0;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
  }
  
  .tab .demographics {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .biometry {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .iop {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .refraction {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .cylinder {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .uncorrected_va {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .uncorrected_va_cum {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .corrected_va {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .corrected_va_cum {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .cs {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .defocus {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .rotation {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }
  .tab .halo_glare {
	background-color: #eee;
	float: left;
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	margin: 0.2em 0.2em 0 0;
	transition: 0.3s;
	font-size: 17px;
	height: 74px;
  }


  /* Change background color of buttons on hover */
  .dropbtn:hover {
	color: #000;
	background-color: rgb(31, 61, 102);
  }
  
  /* Create an active/current tablink class */
  .tab .demographics:active {
	background-color: #ccc;
	border: 1px 1px 0 0;
  }
  .tab .demographics:visited {
	background-color: #ccc;
	border: 1px solid #ff0;
  }
  .tab .demographics:link {
	background-color: #ccc;
	border: 1px solid #0f0;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: block;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
  }
  #tabcontent {
	background-color: white;
	border: 1px solid #ddd; 
	margin-top: 15px;
	padding: 1em;
  }
 

/* style_txt_class.css */
/*.txt_info {
	color: #F30000;
	border: 1px solid #F30000;
	padding: 5px;
	margin: 20px;
}*/
.text_error {
	color: #F30000;
	border: 1px solid #F30000;
	padding: 5px;
	margin: 20px;
}

.txt_info_success {
	color: #076200;
	border: 1px solid #076200;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

/* style_userbox.css */
.userbox {
	background-color: rgba(240,240,240,1);
	/*position: absolute;*/
	right: 25px;
	margin-top: -10px;
	z-index: 9999;
	float:right;
	
}
.userbox .user a {
	padding: 12px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	transition: 0.25s ease-in-out;
	z-index: 9999;
	
}
.userbox .user a:hover img {
	filter: none;
}
.userbox .user a:hover {
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	color: rgba(255,255,255,1);
}
.userbox .sub_userbox {
	display: block;
	height: 0px;
	overflow: hidden;
	transition: 0.25s ease-in-out;
}
.userbox .sub_userbox ul li:hover {
	cursor: pointer;
}
.userbox:hover .sub_userbox {
	
	height: auto;
	
}
.userbox .sub_userbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.userbox .sub_userbox li a {
	text-decoration: none;
	color: rgba(0,0,0,1);
	padding: 0px;
	margin: 0px;
	display: block;
	padding: 12px;
	transition: 0.25s ease-in-out;
}
.userbox .sub_userbox li:hover a{
	color: rgba(255,255,255,1);
}
.userbox .sub_userbox ul li {
	transition: 0.25s ease-in-out;
}
.userbox .sub_userbox ul li img, .userbox .user a img {
	max-width: 20px;
	max-height: 20px;
	float: left;
	margin-right: 10px;
	filter: invert(100%);
		transition: 0.25s ease-in-out;
	

}
.userbox .sub_userbox ul li:hover {
	background-color: rgba(192,57,43,1);
	background-color: var(--main_color);
	color: rgba(255,255,255,1);
	
}
.userbox .sub_userbox ul li:hover img {
	filter: none;
}

.userbox img.rotate_left {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.userbox .user #logout_timer:before {
	background-image: url("../img/layout/svg_icons/time_until_logout.svg");
	background-size: 100% 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	content: " ";
}
.userbox .user #logout_timer {

	position: relative;
	right: 0px;
	top: 0px;
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	margin-top: -4px;
	margin-right: 0px;
	font-size: 0.8em;
	font-weight: 300;
	text-align: center;
	margin-left: 10px;
	padding-top: 7px;
}

.userbox .user:hover #logout_timer:before {
	filter: invert(100%);
}


/* style_z_media.css */
@media (max-width: 1150px) {
	.dashboard_overview .third {
		width: 49%;
	}
}

@media (max-width: 700px) {
	.dashboard_overview .third {
		width: 100%;
	}
}

/* style_z_mobile_menu.css */
.mobile_menu {
	display: none;
	margin-right: -25px;
}

.mobile_menu img {
	max-height: 40px;
	max-width: 40px;
	margin: 30px;
	float: right;
	transition: 0.25s ease-in-out;
}
.smaller .mobile_menu img {
	max-height: 30px;
	max-width: 30px;
	margin: 15px;
}

@media (min-width: 1150px) {
	.main_navi ul {
		display: block !important;
	}
}
@media (max-width: 1150px) {
	.mobile_menu {
		display: block;
	}
	.main_navi ul {
		display: none;
		width: 100%;
		margin: 0 auto;
	}
	
}

@media (max-width: 400px) {
	.nav_container {
		min-height: 60px;
	}
	.nav_container .main_logo {
		line-height: 60px;
	}
	.mobile_menu img {
	max-height: 30px;
	max-width: 30px;
		margin: 15px;
	}
	.main_navi ul li {
		float: none;
		width: 100%;
	}
	.main_navi ul li a {
		line-height: 60px;
		height: 60px;
	}
	
	.all {
		padding-top: 60px;
	}

}