/* Nu nog alleen bij mobiel */
/* Style both app and desktop version */
select {
	color: black !important;
}

.float_none {
	float: none !important;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}
.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.margin_top_0 {
	margin-top: 0 !important;
}
.margin_top_5 {
	margin-top: 5px !important;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_30 {
	margin-top: 30px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_top_none {
	margin-top: none;
}

.table_default {
	width: 100%;
}

.table_default th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #60a250;
	color: #60a250;
	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;	
}
.table_cell_hover:hover {
	background-color: rgb(233, 233, 233) !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: #60a250;
}

.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: #60a250;
}

.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, .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;
}

.grey_span {
	color: grey;
	font-size: 11px;
	font-style: italic;
}

.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;
}

.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;
}

.second_label #file, .formulier .inputs .second_label input[type="file"], .formulier .inputs .form_image input[type="file"], .inputfile {
	padding: 5px;
	background-color: #60a250 !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: #60a250 !important;
}

.formulier .inputs label.second_label_upload {
	width: 100% !important;
	margin-top: 40px;
	margin-bottom: 40px;
}
.formulier .inputs label.second_label.second_label_upload input[type="file"].inputfile {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #60a250;
	background-color: white !important;
	color: black !important;
	text-align: center !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 21px;
}
.second_label_upload input::file-selector-button, .formulier .inputs .second_label_upload input[type=file]::file-selector-button {
	color: black !important;
}

.fixed_tabs .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
}
.fixed_tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: rgba(96, 162, 80, 0.3) !important;
	
}

.fixed_tabs .ui-corner-all {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0;
}

.fixed_tabs .ui-tabs-nav {
	border-bottom: 1px solid #ccc !important;
}

.fixed_tabs .ui-state-default {
	width: 50%;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.fixed_tabs_3 .ui-state-default {
	width: 33.33%;
}

.fixed_tabs .ui-state-default:last-child {
	border-right: none !important;
}

.fixed_tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgb(58, 58, 60);
	font-weight: bold;
	text-transform: uppercase;
}

.fixed_tabs .ui-state-default a {
	float: left;
	width: 100%;
	padding-left: 12px !important;
	padding-right: 0 !important;
	text-align: left;
	font-family: 'Heebo', "Helvetica Neue", Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.fixed_tabs .ui-state-default a:focus {
	outline: none;
}

.fixed_tabs .ui-tabs-active {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.fixed_tabs .ui-widget-header {
	border: none;
	background: none;
}

.fixed_tabs .ui-widget-content {
	border: none;
}

.fixed_tabs .ui-tabs .ui-tabs-panel {
	padding: 0;
	padding-top: 30px;
	text-align: left;
}

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

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

.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;
}

.input_off input, .input_off select, .input_off .select2-selection__rendered, .input_off input, .input_off select {
	background-color: rgba(223, 223, 223, 1) !important;
}

.mobile {
	display: none !important;
}
/* Horizontale mobiel */
@media only screen and (max-width: 767px) {		
	.mobile {
		display: inline !important;
	}
	
	.detail_gegevens label {
		width: 50%;
		margin-right: 0;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.fixed_tabs_3 .ui-state-default {
		font-size: 12px;
	}
}