/* Style both app and desktop version */
select {
	color: black !important;
}

.float_none {
	float: none !important;
}

.remove_image {
	position: absolute;
	margin-top: -10px;
	margin-left: -5px;
	font-size: 17px;
}

.searching_active {
	outline: none;
	box-shadow: 0 0 5px rgb(255, 50, 50);
	animation: glowing_search 3000ms infinite;
}

@keyframes glowing_search {
	0% {
		box-shadow: 0 0 5px rgb(255, 50, 50);
	}
	50% {
		box-shadow: 0 0 15px rgb(255, 97, 97);
	}
	100% {
		box-shadow: 0 0 5px rgb(227, 40, 40);
	}
}

.margin_top_5 {
	margin-top: 5px !important;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_30 {
	margin-top: 30px;
}
.margin_bottom_5 {
	margin-bottom: 5px !important;
}
.margin_bottom_10 {
	margin-bottom: 10px !important;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.padding_bottom_10 {
	padding-bottom: 10px !important;
}

.no_padding {
	padding: 0 !important;
}

.table_plain {
	width: 100%;
	line-height: 25px;
}
.table_plain th, .table_plain td {
	padding-right: 5px;
}
.table_plain th {
	font-weight: bold;
}
.table_plain.table_plain_planningsheet {
	width: 80%;
}

.show_totals {
	opacity: 0.5;
}

.table_default {
	width: 100%;
}

.table_default th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.table_default td {
	vertical-align: middle;
	border-bottom: 1px solid #bdbdbd;
	line-height: 18px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.table_default tr:hover {
	//background-color: rgb(233, 233, 233) !important;	
	background-color: rgb(233, 233, 233);	
	filter: saturate(0.5) !important;
}
.table_cell_hover:hover {
	//background-color: rgb(233, 233, 233) !important;
	background-color: rgb(233, 233, 233);	
	filter: saturate(0.5) !important;
	cursor: pointer;
}

.table_default tr:first-child:hover {
	background-color: transparent !important;	
}

.table_default td a {
	color: black;
}

.table_default input {
	width: 40px;
	padding: 2px;
}

.table_default .buttons a {
	color: var(--main-color);
}

.subtable_scroll {
	max-height: 250px;
	overflow-y: auto;
}

.fixed_message {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
}
.fixed_message_content {
	padding: 20px 35px;
	border-radius: 30px;
	line-height: 25px;
	font-size: 21px;
	color: white;
	background-color: color(srgb 0.629 0.629 0.629 / 0.8);
}

.border_box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_disable_form {
	pointer-events: none;
	background-color: #ccc !important;
}

.icon_menu i {
	margin-left: 5px;
	font-size: 27px;
	line-height: 27px;
}

.icon_color_default, i.default_icon, .buttons i.default_icon, .default_span {
	color: var(--main-color);
}

.icon_color_dark_green, i.dark_green_icon, .buttons i.dark_green_icon, .timesheet_menu i.dark_green_icon {
	color: #00592D;
}

.icon_color_green, i.green_icon, .buttons i.green_icon, .green_span, .timesheet_menu i.green_icon {
	color: #29b06c;
}

.icon_color_blue, i.blue_icon, .buttons i.blue_icon, .blue_span, .timesheet_menu i.blue_icon {
	color: #3a8da0;
}

.icon_color_orange, i.orange_icon, .buttons i.orange_icon, .timesheet_menu i.orange_icon {
	color: #c47016;
}

.icon_color_purple, i.purple_icon, .buttons i.purple_icon, .purple_span, .timesheet_menu i.purple_icon {
	color: #8e0080;
}

.icon_color_red, i.red_icon, .buttons i.red_icon, .red_span, .timesheet_menu i.red_icon {
	color: #dd2020;
}

.icon_color_dark_red, i.dark_red_icon, .buttons i.dark_red_icon, .timesheet_menu i.dark_red_icon {
	color: #9f081f;
}

.icon_color_yellow, i.yellow_icon, .buttons i.yellow_icon, .yellow_span, .timesheet_menu i.yellow_icon {
	color: #b39812;
}

.icon_color_grey, i.grey_icon, .buttons i.grey_icon, .timesheet_menu i.grey_icon {
	color: #4e4e4e; 
}
.icon_color_grey, i.light_grey_icon, .buttons i.light_grey_icon, .timesheet_menu i.light_grey_icon {
	color: #ccc; 
}
.buttons .disabled_icon i, .lines_table .disabled_icon i, .inputs p .disabled_icon i, .index_content_worksheet .disabled_icon i {
	color: grey; 
}

.drag-image {
	float: left;
	border: 1px dashed black;
	height: 200px;
	width: 100%;
	border-radius: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 10px;
}
.drag-image.active_drag {
	border: 2px solid black;
}
.drag-image .drag-image-title {
	font-size: 20px;
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
}
.drag-image .drag-image-subtext {
	font-weight: 300;
	color: black;
	margin-bottom: 10px;
}
.drag-image .upload_button {
	margin-top: 10px;
}
.drag-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.timesheet_menu a:hover {
	cursor: pointer;
}

.maps_buttons {
	float: left;
	width: 100% !important;
	text-align: center !important;
	margin-top: 10px;
	padding-right: 0 !important;
}

.maps_buttons i {
	width: 24px;
	font-size: 19px;
	margin-left: 2px;
	margin-right: 2px;
}

.color_dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 5px;
	background-color: black;
	border-radius: 100%;
}

.alert_input {
	border-color: red;
}

.glow_animation_in {
	color: #dd2020 !important;
	transition: color 1s;
	-webkit-transition: color 1s;
}
.glow_animation_out {
	color: inherit !important;
	transition: color 1s;
	-webkit-transition: color 1s;
}

.place_val:hover {
	cursor: pointer;
}
#tooltip_input {
	/*display: none;*/
	position: absolute;
	z-index: 99;
	background-image: url('/images/beheer/tooltip_input_arrow_left.png');
	background-size: 6%;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.tooltip_input_title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	font-size: 10px;
	padding: 5px 11px 3px 11px;
	color: #7d7d7d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.tooltip_input_content {
	float: right;
	width: 95%;
	background-color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-box-shadow: 7px 7px 2px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 2px -6px rgba(0,0,0,0.75);
	box-shadow: 7px 7px 2px -6px rgba(0,0,0,0.75);
}
.tooltip_input_content li {
	float: left;
	width: 100%;
	min-width: 170px;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	font-weight: bold;
	padding: 8px 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.tooltip_input_content li:last-child {
	border-bottom: none;
}

.form_span_icon {
	float: left;
	padding-top: 3px;
}

.form_span_icon i {
	font-size: 20px;
	margin-right: 8px;
}

.unlink_attachment i {
	padding-left: 5px;
	font-size: 12px;
}

.unlink_attachment:hover {
	cursor: pointer;
}

.alert_icon {
	cursor: pointer; 
	display: inline-block; 
	width: 12px; 
	text-align: center; 
	padding: 0 !important;
}

.detail_gegevens {
	float: left;
	width: 100%;
}
.detail_gegevens p {
	float: left;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}
.detail_gegevens label {
	float: left;
	width: 135px;
	margin-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
}
.detail_gegevens span {
	float: left;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
}
.detail_gegevens .red_span {
	color: red;
}

.bottom_alert_messages {
	position: fixed;
	width: 370px;
	max-height: 100%;
	overflow-y: scroll;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom_alert {
	position: relative;
	float: left;
	width: 100%;
	background: rgb(84, 84, 84);
	box-shadow: 0 0 2px #636363;
	-moz-box-shadow: 0 0 5px #636363;
	-webkit-box-shadow: 0 0 5px #636363;
	color: white;
	padding: 12px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom_alert_icon {
	float: left;
	font-size: 20px;
	margin-right: 20px;
}
.bottom_alert_text {
	float: left;
}
.bottom_alert_text h2 {
	color: white;
	margin-top: 0;
}
.remove_icon {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	margin-top: -10px;
	margin-right: -5px;
}
.remove_icon i {
	color: #dd2020;
	font-size: 20px;
}

.stop_icon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
	margin-right: 10px;
	color: #e40000;
	font-size: 40px;
}
.switch_scan {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #4141c0;
	color: white;
	padding: 12px;
	border-bottom-right-radius: 5px;
	font-size: 30px;
}
.switch_scan i {
	width: 30px;
	text-align: center;
}

.plain_page em {
	font-style: italic;
}

.plain_page ul {
	padding-left: 40px;
	list-style-type: disc;
	line-height: 12px;
}

.plain_page li {
	line-height: 10px;
}

.plain_page ol {
	padding-left: 40px;
	list-style-type: decimal;
	line-height: 12px;
}

.plain_page .article_img, .plain_page .article_img_100 {
	float: left;
	width: 48%;
	margin-left: 0;
	margin-right: 2%;
}
.plain_page .article_img_100 {
	width: 100%;
	margin-right: 0;
}
.plain_page .article_img:nth-child(even) {
	margin-left: 2%;
	margin-right: 0;
}
.plain_page .article_img img, .plain_page .article_img_100 img {
	width: 100%;
}
.plain_page strong {
	font-weight: bold;
}

.plain_page h1 {
	text-align: left;
	font-weight: bold;
	color: black;
}
.plain_page h2 {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
}

.small_menu {
	float: left;
	width: 100%;
}
.small_menu li {
	float: left;
	border-top: 2px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
	padding: 5px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	cursor: pointer;
	text-align: center;
}
.small_menu.two_small_menu li {
	width: 50%;
}
.small_menu.three_small_menu li {
	width: 33.33%;
}
.small_menu.four_small_menu li {
	width: 25%;
}
.small_menu.five_small_menu li {
	width: 20%;
}
.small_menu li:first-child {
	border-left: 2px solid var(--main-color);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.small_menu li:last-child {
	border-right: 2px solid var(--main-color);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.small_menu li.active_small_menu, .small_menu li:hover {
	background-color: var(--main-color);
	color: white;
}
.small_menu .alert {
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 5px;
}

.formulier .inputs .info, .default_form .info {
	float: left;
	width: 100%;
	color: #666;
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	line-height: 15px;
}

.grey_line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c3c3c3;
}
.light_grey_line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

.second_label #file, .formulier .inputs .second_label input[type="file"], .formulier .inputs .form_image input[type="file"], .inputfile {
	padding: 5px;
	background-color: var(--main-color) !important;
	color: white !important;
	font-family: 'Lato', sans-serif !important;
	margin-top: 0px;
	margin-bottom: 0px;
}
.second_label #file, .formulier .inputs .second_label input[type="file"], .formulier .inputs .form_image input[type="file"] {
	width: 100% !important;
}
.second_label #file::file-selector-button, .formulier .inputs .second_label input[type=file]::file-selector-button, .formulier .inputs .form_image input[type=file]::file-selector-button, .inputfile::file-selector-button {
	border: 2px solid white;
	color: white;
	background-color: var(--main-color) !important;
}

.disable_div {
	opacity: 0.5; 
	pointer-events:none;
}

.search_filter_fb {
	text-align: left !important; 
	margin: 10px 0;
}

.relative_div {
	position: relative;
}
.pending_layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 999999999999;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.pending_layer img {
	margin-top: 100px;
	width: 256px;
}

.loading_filter {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 999999999999;
	text-align: center;
	display: none;
}

.loading_filter img {
	margin-top: 250px;
	width: 256px;
}

.span_select_prefill {
	font-size: 12px;
	line-height: 13px;
}
.span_select_prefill i {
	font-size: 13px;
}
.hide_select {
	display: none;
}
.hide_select + .select2 {
	display: none;
}

.fixed_btn_container {
	position: fixed;
	bottom: 0;
	z-index: 999;	
}
.fixed_right {
	right: 0;
	margin-right: 20px;
}
.fixed_btn a {
	float: left;
	width: 52px;
	height: 36px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 16px;
	background-color: #60a250;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}
.fixed_btn.red_fixed_btn a {
	background-color: #dd2020;
}
.fixed_btn a:hover {
	background-color: white;
	color: #60a250;
}
.fixed_btn.red_fixed_btn a:hover {
	color: #dd2020;
}

.click_time_placeholder {
	cursor: pointer;
	display: none;
}

.mobile {
	display: none !important;
}

.image-preview {
	position: absolute; 
	top: 0; 
	right: 0;
	margin-top: -25px;
	margin-right: 70px; 
}
.image-preview img {
	margin-right: -20px;
	width: 40px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: white;
	-webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	-o-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	transform: rotate(11deg);
}

/* Laptop */
@media only screen and (max-width: 1440px) {
	.table_plain.table_plain_planningsheet {
		width: 100%;
	}
}

/* Kleine laptop */
@media only screen and (max-width: 1300px) {
	
}

/* Grote tablet */
@media only screen and (max-width: 1100px) {
	
}
/* Tablet */
@media only screen and (max-width: 959px) {
	
}
/* Horizontale mobiel */
@media only screen and (max-width: 767px) {		
	.mobile {
		display: inline !important;
	}
	
	.hide_show_column {
		display: none;
	}
	
	.detail_gegevens label {
		width: 50%;
		margin-right: 0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	.loading_filter img {
		margin-top: 200px;
		width: 50%;
	}
	
	.hide_show_column {
		display: table-cell;
	}
}