html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333;
}

.align-right {
	text-align: right;
}


.page_has_sidemenu {
	background: url("sidemenu_bg.png") repeat-y 0px 0px;
}
.wrapper {
	height: 100%;
}
.content {
	height: 100%;
}
p a, .default_link {
	color: #1D6B9F;
	text-decoration: none;
}
.content a {
	color: #1D6B9F;
	text-decoration: none;
}
p a:hover, .default_link:hover {
	text-decoration: underline;
}
.content .img_block {
	display: block;
}
.content .img_border_shadow {
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 4px;
	margin: 0px;
	-moz-box-shadow: 0px 1px 3px #777;
	-webkit-box-shadow: 0px 1px 3px #777;
	box-shadow: 0px 1px 3px #777;
}
.content div.hr {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	height: 0px;
}




/* Header */
.wrapper > .header {
	background: url("banner.png") repeat-x #78ad33;
	height: 98px;
	position: relative;
}
.wrapper > .header .user_info {
	display: block;
	position: absolute;
	top: 12px;
	right: 32px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.wrapper > .header .user_info .user_image {
	display: block;
	float: left;
	border: 1px solid #cae3aa;
	border-radius: 3px;
}
.wrapper > .header .user_info .user_image img {
	display: block;
}
.wrapper > .header .user_info .username {
	margin-left: 46px;
	font-weight: bold;
	padding-top: 3px;
}
.wrapper > .header .user_info .user_info_menu {
	margin-left: 46px;
	font-size: 11px;
}
.wrapper > .header .user_info .user_info_menu a {
	text-decoration: none;
	color: #fff;
}
.wrapper > .header .user_info .user_info_menu a:hover {
	text-decoration: underline;
}
.wrapper > .header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("logo_osdorp.png") no-repeat 0px 0px;
	width: 499px;
	height: 43px;
}



/* Mainmenu */
.mainmenu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 31px;
	z-index: 5;
	overflow: hidden;
}
.mainmenu a {
	display: block;
	float: left;
	padding: 5px 12px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	margin-left: 10px;
	border: 1px solid transparent;
	border-bottom: none;
	text-decoration: none;
	border-radius: 3px;
}
.mainmenu a.selected, .mainmenu a:hover {
	background: #66922c;
	border-color: #bcd997;
	color: #fff;
}



/* Mainmenu sub */
.mainmenu_sub_top_sep {
	display: block;
	height: 1px;
	background: #b8cdda;
	border-bottom: 1px solid #fff;
	border-top: 3px solid #fff;
}
.mainmenu_sub_bottom_sep {
	display: block;
	height: 1px;
	background: #b8cdda;
	border-bottom: 1px solid #fff;
}
.mainmenu_sub {
	height: 34px;
	background: url("mainmenu_sub_bg.png") repeat-x 0px 0px;
}
.mainmenu_sub .right {
	float: right;
}
.mainmenu_sub a {
	float: left;
	color: #1d6b9f;
	padding: 7px 16px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font-size: 12px;
	background: url("mainmenu_sub_bg.png") repeat-x 0px 0px;
}
.mainmenu_sub a:hover, .mainmenu_sub a.selected {
	background-position: 0px -34px;
}
.mainmenu_sub .print_option {
	display: block;
	width: 16px;
	height: 20px;
	background: url("icon/print.png") no-repeat 0% 50%;
	float: left;
	padding-right: 10px;
}
.mainmenu_sub .print_pdf_option {
	display: block;
	width: 16px;
	height: 20px;
	background: url("icon/pdf.png") no-repeat 0% 50%;
	float: left;
	padding-right: 10px;
}
.mainmenu_sub .print_excel_option {
	display: block;
	width: 16px;
	height: 20px;
	background: url("icon/excel.png") no-repeat 0% 50%;
	float: left;
	padding-right: 10px;
}
.mainmenu_sub .sep {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
	background: url("mainmenu_sub_bg.png") repeat-x 0px -68px;
}



/* Sidemenu */
.sidemenu {
	display: block;
	float: left;
	width: 278px;
	padding: 0px 2px 0px 0px;
}
.sidemenu_block {
	background: url("sidemenu_gradient.gif") repeat-x 0px 0px;
	margin-top: 30px;
	border-top: 1px solid #b9cedb;
}
.sidemenu_block:first-child {
	margin-top: 0;
	border-top: none;
}
.sidemenu h2 {
	color: #1d6b9f;
	font-size: 19px;
	line-height: 22px;
	padding: 8px 12px;
	font-weight: normal;
	font-family: arial;
	text-shadow: 0px 0px 1px #fff;
	margin: 0px;
}
.sidemenu_block > h2 {
	border-top: 1px solid #fff;
}
.sidemenu .sidemenu_block > h2:first-child {
	font-size: 24px;
	line-height: 30px;
}
.sidemenu_block:first-child > h2 {
	border-top: none;
}
.sidemenu .sep {
	height: 1px;
	background: #fff;
	border-top: 1px solid #d6e2eb;
	opacity: 0.75;
}
.sidemenu a.optie {
	display: block;
	padding: 6px 12px;
	font-size: 12px;
	color: #555;
	line-height: 16px;
	height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.sidemenu a.optie.selected, .sidemenu a.optie:hover {
	background-color: #fff;
}
.sidemenu .extra_option {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 6px;
}
.sidemenu .extra_option_contract {
	background-image: url("icon/contract.png");
}
.sidemenu h2 + .optie {
	border-top: 1px solid #ddd;
}
.sidemenu .optie.level_1 {
	padding-left: 24px;
	background-image: url("sidemenu_level.gif");
	background-repeat: no-repeat;
	background-position: 13px 50%;
}
.sidemenu .sidemenu_text {
	padding: 0px 12px;
	font-size: 13px;
}
.sidemenu .csv_vrije_uren p:first-child {
	margin-top: 0px;
}

.sidemenu .foto_album_block .image_link img {
	display: block;
	margin: 12px;
}
.sidemenu .foto_album_block p {
	margin: 8px 12px;
	font-size: 12px;
	color: #555;
}
.sidemenu .user_select {
	margin-top: 30px;
}
.sidemenu .user_select .filter_block label {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 12px;
	line-height: 22px;
}
.sidemenu .user_select .user_select_input {
	width: 160px;
}

.berichten_block_left {
	display: block;
}
.berichten_block_left .bericht {
	display: block;
	text-decoration: none;
	padding: 2px;
}
.berichten_block_left .bericht:hover {
	background: #fff;
}
.berichten_block_left .bericht_selected {
	background: #fff;
}
.berichten_block_left .bericht h3 {
	color: #73786e;
	font-size: 12px;
	margin: 8px 12px 2px 12px;
}
.berichten_block_left .bericht p {
	color: #73786e;
	margin: 0px 12px 8px 12px;
	font-size: 12px;
}



/* Messages */
p.message {
	display: block;
	padding: 8px 12px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	line-height: 16px;
}
p.message_error {
	background: #fdeded;
	border-color: red;
}
p.message_succes {
	background: #e5fbe0;
	border-color: green;
}
p.message .icon_delete {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url("icon/remove.png") no-repeat 50% 50%;
}



/* Login content box */
.login_content_box {
	margin: 100px auto;
	width: 460px;
	border: 1px solid #b8cdda;
}
.login_content_box_inside {
	border: 1px solid #fff;
	background: #eff6fb url("sidemenu_gradient.gif") repeat-x 0px 0px;
}
.login_content_box h1 {
	color: #1d6b9f;
	font-size: 24px;
	line-height: 30px;
	padding: 8px 16px;
	font-weight: normal;
	font-family: arial;
	text-shadow: 0px 0px 1px #fff;
	margin: 0px;
}
.login_content_box .title_sep {
	display: block;
	height: 1px;
	background: #fff;
	border-top: 1px solid #d6e2eb;
}



/* Form table */
.form_table {
	border-collapse: collapse;
	margin: 20px 0px;
}
.form_table td {
	padding: 4px 16px 4px 4px;
	vertical-align: top;
	line-height: 20px;
}
.form_table td.label {
	padding: 4px 16px 4px 0px;
	text-align: left;
	line-height: 20px;
	white-space: nowrap;
}
.form_table.labels_right td.label {
	text-align: right;
	padding-right: 6px;
}
.input_text, .input_select {
	border: 1px solid #ccc;
	padding: 2px 4px;
	height: 16px;
	line-height: 16px;
	width: 160px;
	color: #555;
}
.input_text {
	border-radius: 3px;
}
.input_file {
	border: 1px solid #ccc;
	padding: 3px;
	width: 480px;
}
.input_textarea {
	border: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
	line-height: 16px;
	width: 480px;
	height: 160px;
	font: 13px "trebuchet ms";
	color: #555;
	border-radius: 3px;
}
.input_textarea_s {
	width: 320px;
	height: 80px;
}
.input_select {
	padding: 2px 2px 2px 4px;
	height: 24px;
	width: 160px;
	border-radius: 3px;
}
.input_select_m {
	width: 130px;
}
.input_select_l {
	width: 200px;
}
.input_select_xl {
	width: 320px;
}
.input_text_m {
	width: 120px;
}
.input_text_date {
	width: 100px;
}
.input_text_uren_range {
	width: 80px;
}
.input_text_s {
	width: 60px;
}
.input_text_l {
	width: 200px;
}
.input_text_xl {
	width: 320px;
}
.input_submit, .input_button {
	border: 1px solid #555;
	padding: 2px 8px;
	line-height: 16px;
	background: #1D6B9F;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
	text-decoration: none;
}
a.input_submit, a.input_button {
	height: 17px;
	display: inline-block;
	line-height: 17px;
	color: white;
}
.input_button_small {
	font-size: 10px;
	line-height: 13px;
}
.form_table td span {
	padding: 2px 12px;
	font-style: italic;
	color: #999;
	font-size: 12px;
}
.form_table td span span {
	padding: 0;
}
.form_table .input_checkbox {
	vertical-align: middle;
	margin-top: 1px;
}
.form_table td label {
	padding: 2px 12px;
	font-style: italic;
	color: #555;
	font-size: 12px;
}
.form_table tr.hr td {
	padding-left: 0px;
}
.form_table tr.hr td div {
	border-top: 1px dashed #ccc;
	height: 8px;
	margin-top: 8px;
}
.form_table td:first-child {
	padding-left: 0px;
}
.sidemenu .form_container {
	margin: 6px 12px 6px 12px;
}
.sidemenu .form_table {
	width: 100%;
	margin: 0px;
}
.sidemenu .form_table td:last-child {
	text-align: right;
}
.sidemenu .form_table td:first-child {
	text-align: left;
}

/* Std table */
.std_table {
	border-collapse: collapse;
}
.std_table thead th {
	border: 1px solid #ccc;
	border-left: none;
	border-bottom: 2px solid #ccc;
	background: #f4f4f4;
	padding: 6px 8px;
	text-align: center;
}
.std_table thead th:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
	color: #555;
	font-size: 13px;
}
.std_table tbody td:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table tfoot td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
	font-size: 13px;
	background: #f4f4f4;
}
.std_table tfoot tr:first-child td {
	border-top: 2px solid #ccc;
}
.std_table tfoot td:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table a {
	color: #1D6B9F;
	text-decoration: none;
}
.std_table a:hover {
	text-decoration: underline;
}




/* Login page */
.login_form {
	padding: 0px 16px;
}



/* The main content */
.main_content {
	padding: 10px 26px;
}
.page_has_sidemenu .main_content {
	margin-left: 280px;
}
.main_content h1 {
	color: #1d6b9f;
	font-size: 24px;
	line-height: 30px;
	padding: 8px 0px;
	font-weight: normal;
	font-family: arial;
	margin: 12px 0px 12px 0px;
}
.main_content h1:first-child, .main_content h1.first_title {
	margin-top: 0px;
}
.main_content h1 a {
	text-decoration: none;
	color: #1d6b9f;
}
.main_content h1 a:hover {
	text-decoration: underline;
}
.main_content h1 .small_text {
	font-size: 14px;
	font-style: italic;
	padding-left: 16px;
}
.main_content h2 {
	color: #1d6b9f;
	font-size: 20px;
	line-height: 24px;
	padding: 8px 0px;
	font-weight: normal;
	font-family: arial;
	margin: 32px 0px 4px 0px;
}
.main_content h2.block_title {
	border-top: 1px solid #b8cdda;
}
.main_content h2 small {
	font-size: 14px;
	padding-left: 10px;
}
.main_content h2 a {
	color: #555;
	font-style: italic;
	text-decoration: none;
}
.main_content h2 a:hover {
	text-decoration: underline;
}
.main_content h3 {
	color: #1d6b9f;
	margin: 32px 0px 16px 0px;
}



/* Dashboard */
.dashboard_options {
	overflow: hidden;
}
.dashboard_options > a {
	display: block;
	float: left;
	height: 100px;
    margin: 20px 40px 20px 0;
    text-decoration: none;
    width: 130px;
	font-size: 12px;
	color: #1d6b9f;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.dashboard_options > a p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.dashboard .imageframe {
	display: block;
	height: 66px;
	width: 88px;
	position: relative;
	margin: 0px auto;
	padding: 1px;
}
.dashboard .imageframe img {
	display: block;
	margin: 15px 0 0 11px;
	width: 61px;
	height: 40px;
}
.dashboard .imageframe .album_overlay {
	display: block;
	position: absolute;
	height: 66px;
	width: 88px;
	z-index: 9;
	background: url("album_frame.png") no-repeat;
	left: 0px;
	top: 0px;
}
.voorstellen_block {
	max-width: 600px;
}
.voorstellen_block .image_right {
	float: right;
	padding: 0px 0px 10px 10px;
}
.voorstellen_block .voorstellen_vraag {
	display: block;
	margin: 7px 0px;
}
.voorstellen_block .voorstellen_tekst {
	display: block;
	margin: 16px 0px;
	color: #0E7035;
	font-family: "Trebuchet MS","Helvetica";
	font-size: 12px;
}
.voorstellen_block .voorstellen_vraag .vraag {
	color: #555;
	font-weight: normal;
}
.voorstellen_block .voorstellen_vraag .antwoord {
	color: #111;
	font-weight: normal;
	font-size: 14px;
}



/* Bestanden en nieuwsbrief */
/* BESTANDEN */
.bestand_menu_left {
	margin-bottom: 20px;
}
.bestand_menu_left .optie {
	color: #555;
	border-bottom: 1px dashed #cecdcd;
	font-size: 14px;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
}
.bestand_menu_left .optie:first-child {
	border-top: 1px dashed #cecdcd;
}
.bestand_menu_left .optie:hover {
	background: #f4f4f4;
}
.bestand_menu_left .selected {
	font-weight: bold;
	background: #f4f4f4;
}
.content_bestanden .bestand {
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin: 10px 0px;
	text-decoration: none;
}
.content_bestanden .is_opened {
	background: #F5FFEE;
	border: 1px solid #ccc;
}
.content_bestanden .bestand img {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
}
.content_bestanden .bestand a {
	text-decoration: none;
}
.content_bestanden .bestand h3 {
	margin: 0 0 0 48px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.content_bestanden .bestand p {
	font-size: 10px;
	color: #777;
	margin: 2px 0 0 48px;
}
.content_bestanden .bestand:hover {
	background: #f4f4f4;
	border-color: #ccc;
}



/* Roosters */
.content_rooster .select_week {
	float: right;
	padding: 16px 0px;
	text-align: right;
}
.content_rooster .select_week form {
	padding-bottom: 8px;
}
.content_rooster .select_week .input_select {
	width: 120px;
	vertical-align: top;
}
.content_rooster .select_week .input_submit {
	width: 120px;
}
.content_rooster .first_title {
	margin-bottom: 8px;
}
.content_rooster .rooster_date {
	margin-top: 0px;
}
.rooster_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #b8cdda;
	background: #eff6fb;
	font-family: arial;
	font-size: 12px;
}
.rooster_table .top_corner {
	border-bottom: 2px solid #b8cdda;
	border-right: 2px solid #b8cdda;
}
.rooster_table .top_date {
	border-right: 1px solid #b8cdda;
	border-bottom: 2px solid #b8cdda;
	vertical-align: top;
	text-align: center;
	width: 11%;
	padding: 4px 0px;
}
.rooster_table .top_date .dayname {
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.rooster_table .top_date .date {
	font-size: 11px;
}
.rooster_table .top_totaal {
	border-bottom: 2px solid #b8cdda;
	text-align: center;
	padding: 4px 0px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.rooster_table .left_user, .rooster_table .left_afdeling {
	border-bottom: 1px solid #b8cdda;
	border-right: 2px solid #b8cdda;
	padding: 4px 8px;
	font-size: 11px;
}
.rooster_table .left_user .user_name {
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.rooster_table .left_user img {
	border: 1px solid #555;
	margin: 4px 0 0 0;
}
.rooster_table .dayblock {
	border-bottom: 1px solid #b8cdda;
	border-right: 1px solid #b8cdda;
	text-align: center;
	background: #fff;
	padding: 4px 0px;
	font-size: 12px;
}
.rooster_table .dayblock .vrij_vragen {
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #555;
	margin-top: 4px;
	border: 1px solid #b8cdda;
	background: #eee;
	width: 84%;
	margin: 4px auto 0px auto;
	position: relative;
	cursor: pointer;
	padding: 2px 0px;
}
.rooster_table .dayblock .vrij_vragen_status_goedgekeurd {
	background: #e5fbe0;
	border: 1px solid green;
}
.rooster_table .dayblock .vrij_vragen_status_afgekeurd {
	background: #fdeded;
	border: 1px solid red;
}
.rooster_table .dayblock .vrij_vragen .info {
	display: none;
	text-transform: none;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #fff;
	border: 1px solid #b8cdda;
	padding: 8px 12px;
	font-size: 12px;
	opacity: 1;
	text-align: left;
	z-index: 99;
	line-height: 18px;
}
.rooster_table .dayblock .vrij_vragen:hover .info {
	display: block;
}
.rooster_table .dayblock .vrij_vragen .info div {
	white-space: nowrap;
}
.rooster_table .dayblock .vrij_vragen_status_goedgekeurd .info {
	background: #e5fbe0;
	border: 1px solid green;
}
.rooster_table .dayblock .vrij_vragen_status_afgekeurd .info {
	background: #fdeded;
	border: 1px solid red;
}
.rooster_table .color_weekend {
	background: #ffffee;
}
.rooster_table .color_vrij {
	background: #f4f4f4;
	background: #eff6fb;
}
.rooster_table .color_special {
	background: #ffeeff;
}
.rooster_table .color_op_andere_afdeling {
	background: #ffdddd !important;
	/*opacity: 0.5;*/
}
.rooster_table .color_gesloten {
	background: #ffdddd;
}
.rooster_table .user_totaal {
	border-bottom: 1px solid #b8cdda;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}
.rooster_table tfoot tr td {
	border-top: 1px solid #b8cdda;
	padding: 4px;
	white-space: nowrap;
}
.rooster_table tfoot tr:first-child td {
	border-top: 2px solid #b8cdda;
}
.rooster_table .bottom_left {
	border-right: 2px solid #b8cdda;
	font-family: "Trebuchet MS";
	padding: 4px 8px;
}
.rooster_table .bottom_center {
	border-right: 1px solid #b8cdda;
	text-align: center;
	font-weight: bold;
}
.rooster_table .bottom_right {
	text-align: center;
	font-weight: bold;
}
.rooster_table .bezetting_green, .afdeling_block .bezetting_green {
	background: #ccffcc;
}
.rooster_table .bezetting_orange, .afdeling_block .bezetting_orange {
	background: #ffddbb;
}
.rooster_table .bezetting_red, .afdeling_block .bezetting_red {
	background: #ffcccc;
}

/**
* Edit rooster table
*/
.rooster_table .editable_td {
	vertical-align: top;
}
.rooster_table .editable_td.no_checked_checkbox {
	background: none;
}
.rooster_table .editable_td.no_checked_checkbox .input_uren_block {
	opacity: 0.3;
}
.rooster_table .input_uren_block {
	margin-bottom: 8px;
	margin-top: 4px;
}
.rooster_table .input_uren_block .input_uren_range {
	width: 80%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	text-align: center;
	margin-top: 4px;
	padding: 2px 2px;
	display: inline;
	float: none;
}
.rooster_table .input_uren_block .input_speciaal {
	width: 86%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	margin-top: 4px;
	display: inline;
	float: none;
}
.rooster_table .input_uren_block .input_uren {
	width: 50%;
	text-align: center;
	padding: 2px 4px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	display: inline;
	float: none;
}
.content_rooster textarea.input_opmerkingen {
	margin: 0 0 20px 0;
	width: 100%;
	height: 72px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


p.rooster_date {
	color: #555;
	font-weight: bold;
}
.uren_andere_afdeling .afdeling {
	display: block;
}

.rooster_table .extra_row_name {
	text-align: left;
	border-bottom: 1px solid #b8cdda;
	border-right: 2px solid #b8cdda;
}
.rooster_table .extra_row_day {
	text-align: center;
	border-bottom: 1px solid #b8cdda;
	border-right: 1px solid #b8cdda;
}
.rooster_table .extra_row_name input, .rooster_table .extra_row_day input {
	width: 80%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
	text-align: left;
	margin: 2px;
	padding: 2px 2px;
	display: inline;
	float: none;
}
.rooster_table .extra_row_day input {
	text-align: center;
}
.vakantie_rooster .top_date {
	min-width: 94px;
}


/* PRINT ROOSTERS */
.print_roosters .rooster_table .left_user img, .print_roosters .rooster_table .left_user .functie {
	display: none;
}
.print_roosters h2 {
	margin: 20px 0px 4px 0px;
}
.print_roosters p.rooster_date {
	margin: 4px 0px;
}
.print_roosters p.rooster_opmerkingen {
	margin: 4px 0px 8px 0px;
}



.rooster_plattegrond {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: #fff;
}
.rooster_plattegrond .align_table {
	width: 100%;
	height: 100%;
}
.rooster_plattegrond > tbody > tr > td {
	border: 2px solid #639540;
	padding: 10px;
}
.rooster_plattegrond .top_date {
	min-width: 94px;
}
.rooster_plattegrond .afdeling_block {
	border-collapse: collapse;
	border: 1px solid #b8cdda;
	margin: 10px;
	font-family: arial;
	font-size: 12px;
}
.rooster_plattegrond .afdeling_block th {
	border-bottom: 1px solid #b8cdda;
	text-align: center;
	background: #eff6fb;
	padding: 4px 10px;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.rooster_plattegrond .afdeling_block td {
	border-top: 1px solid #b8cdda;
	text-align: center;
	padding: 4px 10px;
	font-weight: normal;
	color: #333;
	min-width: 40px;
}
.rooster_plattegrond .afdeling_block td:first-child {
	border-right: 1px solid #b8cdda;
	text-align: right;
}
.rooster_plattegrond .rooster_info, .rooster_plattegrond .drukte, .rooster_plattegrond .feestdagen {
	background: #FFCCCC;
	font-size: 18px;
	padding: 4px 10px;
	border: 1px solid #b8cdda;
	text-align: center;
	font-family: arial;
	line-height: 24px;
}
.rooster_plattegrond .feestdagen {
	font-size: 12px;
	margin-top: 10px;
}


.plattegrond_date_select {
	text-align: center;
	margin-bottom: 20px;
}
.plattegrond_date_select a {
	text-decoration: none;
	color: #639540;
}

.urenrange_suggestions {
	display: block;
	position: absolute;
	left: -1000px;
	min-width: 120px;
	border: 1px solid #555;
	background: #fff;
	z-index: 100;
}
.urenrange_suggestions .option {
	display: block;
	border-top: 1px solid #ddd;
	padding: 4px 8px;
	color: #555;
	font-size: 12px;
	cursor: pointer;
}
.urenrange_suggestions .option:hover {
	background: #E5FBE0;
}
.urenrange_suggestions .option:first-child {
	border-top: none;
}



/* Gewerkte uren */
.gewerkte_uren_bewerk {
	width: 100%;
}
.gewerkte_uren_bewerk tbody tr.full_row td {
	border-top: 1px solid #ddd;
}
.gewerkte_uren_bewerk tbody tr.row_even td {
	background: #f9f9f9;
}
.gewerkte_uren_bewerk .input_text {
	border: 1px solid #ddd;
	padding: 2px 4px;
	background: #fff;
}
.gewerkte_uren_bewerk .col_input_gewerkte_uren {
	width: 60px;
	padding: 4px;
}
.gewerkte_uren_bewerk .input_gewerkte_uren {
	width: 60px;
}
.gewerkte_uren_bewerk .col_input_opmerkingen {
	width: 320px;
	padding: 4px;
}
.gewerkte_uren_bewerk .input_opmerkingen {
	width: 320px;
}
.gewerkte_uren_bewerk .col_select_afdeling {
	width: 100px;
	padding: 4px;
}
.gewerkte_uren_bewerk .select_afdeling {
	border: 1px solid #ddd;
	padding: 2px 2px 2px 2px;
	background: #fff;
	width: 100px;
	color: #555;
}
.gewerkte_uren_bewerk .row_future td {
	background: #FDEDED;
}
.gewerkte_uren_bewerk .row_future .select_afdeling, .gewerkte_uren_bewerk .row_future .input_text {
	display: none;
}


.overzicht_gewerkte_uren  {
	width: 100%;
}
.overzicht_gewerkte_uren .row_modified td, .overzicht_gewerkte_uren .row_modified {
	background: #E5FBE0;
}
.overzicht_gewerkte_uren .row_uren_diff td, .overzicht_gewerkte_uren .row_uren_diff {
	background: #FDEDED;
}
.overzicht_gewerkte_uren .row_modified_diff td, .overzicht_gewerkte_uren .row_modified_diff {
	background: #ffeecc;
}
.overzicht_gewerkte_uren .row_empty td, .overzicht_gewerkte_uren .row_empty {
	background: #fff;
}
.overzicht_gewerkte_uren .row_this_week td, .overzicht_gewerkte_uren .row_this_week {
	background: #FFFFEE;
}
.overzicht_gewerkte_uren a {
	text-decoration: none;
	color: #555;
}



/* AGENDA */
.agenda_frame {
	width: 100%;
	border-collapse: collapse;
}
.agenda_frame td {
	padding: 0px 0px 0px 20px;
	width: 33%;
	vertical-align: top;
}
.agenda_frame td:first-child {
	padding-left: 0px;
}
.agenda_col {
	padding: 0px 10px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.agenda_col .agenda_week {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #aaa;
}
.agenda_col:first-child {
	margin-left: 0px;
}
.agenda_col .agenda_day {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 10px;
}
.agenda_col .agenda_day:first-child {
	border-top: none;
}
.agenda_col .agenda_day .daytitle {
	color: #1D6B9F;
	font-size: 12px;
	padding: 4px 0px;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	width: 40px;
	float: left;
	margin-bottom: 10px;
}
.agenda_col .agenda_day .daytitle b {
	font-size: 20px;
}
.agenda_col .agenda_day .dayname {
	margin: 2px 0px 2px 50px;
	color: #1D6B9F;
	font-size: 10px;
	font-style: italic;
}
.agenda_col .notities {
	margin: 0px 0px 0px 60px;
}
.agenda_col .notities .notitie {
	color: #333;
	margin: 10px 0px;
}
.agenda_col .notities .notitie p {
	color: #777;
	font-size: 11px;
	margin: 0px 0px;
}
.agenda_col .notities .birthday {
	color: #ff6600;
}
.agenda_col .notities .birthday a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
.agenda_col .notities .birthday a:hover {
	text-decoration: underline;
}
.agenda_col .agenda_item h3 {
	margin: 4px 0 0 0px;
	font-size: 14px;
	color: red;
}
.agenda_col .agenda_item p {
	font-size: 12px;
	margin: 0px;
}
.agenda_col .agenda_item p.time {
	font-style: italic;
	font-size: 10px;
	color: #777;
}



/* Vrij vragen */
.vrij_vragen_item {
	border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    margin: 16px 0;
    padding: 10px 14px;
    text-decoration: none;
}
.status_goedgekeurd {
	border: 1px solid #12BC05;
	background: #E5FBE0;
}
.status_afgekeurd {
	background: #FDEDED;
    border: 1px solid #EC5555;
}
.vrij_vragen_item .status {
	float: right;
	font-size: 11px;
	color: #777;
}
.vrij_vragen_item .intro {
	color: #777;
	font-size: 10px;
}
.vrij_vragen_item .intro a {
	color: #639540;
	text-decoration: none;
}
.vrij_vragen_item .intro b {
	color: #333;
}
.vrij_vragen_item .intro a:hover {
	text-decoration: underline;
}
.vrij_vragen_item .omschrijving {
	margin-top: 6px;
	color: #333;
}
.vrij_vragen_item .status_feedback {
	border-top: 1px solid #ccc;
	margin-top: 6px;
	padding-top: 6px;
}
.vrij_vragen_item .status_feedback .bewerken {
	cursor: pointer;
}
.vrij_vragen_item .status_feedback .bewerken:hover {
	text-decoration: underline;
}
.vrij_vragen_item .status_feedback_form {
	border-top: 1px solid #ccc;
	margin-top: 6px;
	padding-top: 6px;
	overflow: hidden;
}
.vrij_vragen_item .status_feedback_form label {
	display: block;
	float: left;
	width: 80px;
}
.vrij_vragen_item .status_feedback_form textarea {
	width: 270px;
	height: 120px;
}
.vrij_vragen_item .status_feedback_form .buttonrow {
	float: right;
	width: 100px;
}
.vrij_vragen_item .status_feedback_form .buttonrow .input_button {
	margin-bottom: 10px;
}
.aanvraag_user {
	margin: 0 0 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}
.aanvraag_user p {
	margin: 4px 0px;
}
.vrij_vragen_item {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 13px;
	padding: 0px;
	background: #f9f9f9;
}
.vrij_vragen_item .header {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 14px;
	background: #eee;
}
.vrij_vragen_item_status_goedgekeurd .header {
	background: #e5fbe0;
	border-top: 1px solid green;
}
.vrij_vragen_item_status_afgekeurd .header {
	background: #fdeded;
	border-top: 1px solid red;
}
.vrij_vragen_item .header .vrij_vraag_status {
	float: right;
	font-weight: bold;
}
.vrij_vragen_item .header .vrij_vraag_datetime_range {
	display: block;
	font-weight: bold;
}
.vrij_vragen_item .omschrijving {
	margin: 6px 10px;
	color: #333;
}
.vrij_vragen_item .feedback {
	margin: 6px 10px;
	color: #333;
}
.vrij_vragen_item .feedback_input {
	margin: 6px 0px 6px 10px;
}
.vrij_vragen_item .feedback_input textarea {
	width: 494px;
	height: 40px;
}
.vrij_vragen_item_status_pending .feedback {
	display: none;
}
.vrij_vragen_item .setstatus {
	display: none;
}
.vrij_vragen_item_status_pending .setstatus {
	display: block;
}
.vrij_vragen_item .aanvraag_opties {
	height: 18px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 10px;
	font-size: 10px;
	color: #333;
}
.vrij_vragen_item .aanvraag_opties .input_button {
	float: right;
	margin-left: 10px;
}
.vrij_vragen_item .aanvraag_opties .date_created {
	font-size: 10px;
	color: #333;
	line-height: 18px;
}
.vrij_vragen_item .aanvraag_opties .user {
	color: #639540;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.vrij_vragen_item .aanvraag_opties .user:hover {
	color: #000;
	text-decoration: underline;
}



/* Ziek melden */
.ziek_melding {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 13px;
	padding: 0px;
	background: #f9f9f9;
	margin: 16px 0px;
}
.ziek_melding .header {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 14px;
	background: #eee;
}
.ziek_melding .header .verwijder {
	float: right;
	text-transform: uppercase;
}
.ziek_melding .header .info {
	display: block;
}
.ziek_melding .header .info a {
	color: #333;
	text-decoration: none;
}
.ziek_melding .omschrijving {
	margin: 6px 10px;
	color: #333;
}
.ziek_melding .opties {
	height: 18px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 10px;
	font-size: 10px;
	color: #333;
}
.ziek_melding .opties .date_created {
	font-size: 10px;
	color: #333;
	line-height: 18px;
}
.ziek_melding .opties .user {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}


/* Rijkosten */
.rijkosten_block {
	margin: 10px 0px;
	color: #555;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}


/* Openstaande uren */
.overzicht_openstaande_uren {
	font-size: 12px;
}



/* Boom personeel */
.boom_personeel {
	padding: 40px 0px 40px 40px;
}
.boom_personeel .column {
	display: block;
	float: left;
	width: 122px;
	margin-right: 40px;
}
.boom_personeel .column h2 {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "Myriad Pro", "Myriad", "Arial", "Helvetica", "Trebuchet MS";
	color: #639540;
}
.boom_personeel .column a.user {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-decoration: none;
}
.boom_personeel .column a.user img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 10px 10px 4px 10px;
}
.boom_personeel .column a.user .name {
	color: #333;
	text-align: center;
	font-weight: bold;
}
.boom_personeel .column a.user .functie {
	color: #333;
	text-align: center;
	margin-bottom: 4px;
}
.boom_personeel .afdeling_owners .user {
	background: #f4f4f4;
}



/* Profiel */
.profiel_form_table_block {
	position: relative;
}
.input_image_right {
	position: absolute;
	top: 0px;
	left: 480px;
	text-align: center;
	padding-top: 4px;
}
.input_image_right img {
	display: block;
	width: 120px;
	height: 90px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}
.input_image_right iframe {
	display: block;
	margin-bottom: 8px;
}
.user_select .user_select_input {
	display: block;
	margin: 6px 12px;
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px 4px;
}



/* BERICHTEN */
.content_berichten_inbox .bericht {
	border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    margin: 10px 0;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
	cursor: pointer;
	color: #333;
	background: #fff;
	font-weight: normal;
}
.content_berichten_inbox .bericht:hover {
	background: #f4f4f4;
}
.content_berichten_inbox .bericht_read {
	color: #555;
	background: #fff;
	font-weight: normal;
	background: #f4f4f4;
	background: #f5ffee;
}
.content_berichten_inbox .bericht .right {
	display: block;
	float: right;
	color: inherit;
	text-align: right;
}
.content_berichten_inbox .bericht .right .datum {
	
}
.content_berichten_inbox .bericht .right .user {

}
.content_berichten_inbox .bericht .right .user a {
	text-decoration: none;
	color: #1D6B9F;
}
.content_berichten_inbox .bericht .bottom {
	display: block;
	color: inherit;
	font-size: 80%;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.content_berichten_inbox .bericht .bottom_right {
	display: block;
	float: right;
}
.content_berichten_inbox .bericht .bottom_right a {
	color: #1D6B9F;
	text-decoration: none;
}
.content_berichten_inbox .bericht .bottom_right a:hover {
	color: #000;
	text-decoration: underline;
}
.content_berichten_inbox .bericht .title {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.content_berichten_inbox .bericht .message {
	color: inherit;
	margin-bottom: 4px;
}
.content_form_berichten .recipients_container {
}
.content_form_berichten .recipients_container select {
	float: left;
	margin-right: 4px;
}



/* PAGER */
.content .pager {
	display: block;
	margin: 16px 0px;
}
.content .pager span {
	padding: 4px 8px;
	margin-right: 8px;
}
.content .pager .previous, .content .pager .page, .content .pager .next {
	font: 12px "Trebuchet MS";
	color: #555;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 8px;
	padding: 4px 8px;
	background: #eee;
	text-decoration: none;
}
.content .pager .previous:hover, .content .pager .page:hover, .content .pager .next:hover {
	background: #fff;
}
.content .pager .selected {
	background: #fff;
	font-weight: bold;
}



/* Sidemenu fotos */
.sidemenu_foto_albums {
	margin: 20px 0px;
}
.sidemenu_foto_albums .album {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color: #555;
	overflow: hidden;
}
.sidemenu_foto_albums .album:hover, .sidemenu_foto_albums .album.selected {
	background-color: #fff;
}
.sidemenu_foto_albums .album img {
	display: block;
	float: left;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
}
.sidemenu_foto_albums .album h3 {
	color: #1D6B9F;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 60px;
}
.sidemenu_foto_albums .album p {
	color: #555;
	font-size: 12px;
	margin: 0px 0px 0px 60px;
}



/* FOTO PAGINA */
.content_foto_left {
	display: block;
	float: left;
	width: 520px;
}
.content_foto_left p {
	font-size: 14px;
}
.column_foto_right {
	display: block;
	float: right;
	width: 320px;
	padding: 0px 12px 6px 0px;
}
.column_foto_right .foto_list {
	display: block;
	overflow: hidden;
	overflow: auto;
	height: 420px;
}
.column_foto_right .foto_list img {
	display: block;
	height: 64px;
	width: 64px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
	float: left;
	margin: 2px;
	cursor: pointer;
}
.column_foto_right .foto_list img:hover, .column_foto_right .foto_list img.active {
	border-color: #1D6B9F;
}
#foto_view_link {
	display: block;
	position: relative;
	width: 510px;
}
#foto_view_link .next_foto, #foto_view_link .previous_foto {
	height: 100%;
	width: 70px;
	background: url("dia_button_next.png") no-repeat 50% 50%;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.1;
}
#foto_view_link .previous_foto {
	right: auto;
	left: 0px;
	background: url("dia_button_previous.png") no-repeat 50% 50%;
}
#foto_view_link .previous_foto:hover, #foto_view_link .next_foto:hover {
	opacity: 1;
}
iframe.foto_iframe {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -999px;
}
.foto_view {
	padding: 20px 0px;
}
.foto_view .imageblock {
	width: 100px;
	padding: 10px;
	border: 1px solid #ddd;
	float: left;
	margin: 0px 20px 20px 0px;
}
.foto_view .imageblock .delete_image {
	float: left;
	font-size: 10px;
	cursor: pointer;
}
.foto_view .imageblock .set_image_first {
	float: right;
	font-size: 10px;
	cursor: pointer;
}




/* Reacties */
.reactie_block {
	margin: 20px 0 0 0;
}
.reactie_block  .reactie {
	border-top: 1px dashed #aaa; 
	margin: 8px 0px;
	font-size: 13px;
}
.reactie_block  .reactie a {
	color: #1D6B9F;
	text-decoration: none;
}
.reactie_block  .reactie a:hover {
	text-decoration: underline;
}
.reactie_block  .reactie p {
	color: #333;
}
.reactie_block  .reactie .reactie_info {
	color: #999;
	font-size: 11px;
}



/* Overview table */
.overview_table_container {
	margin: 0px -10px;
	margin: 0;
}
.overview_table {
	width: 100%;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #b8cdda;
	border-spacing: 1px;
	box-sizing: border-box;
}
.overview_table thead th {
	font-weight: bold;
	padding: 8px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	color: #1D6B9F;
	border-right: 1px solid #b8cdda;
	border-bottom: 1px solid #b8cdda;
}
.overview_table.compact_rows thead th {
	padding: 6px 12px;
}
.overview_table thead th:last-child {
	border-right: none;
}
.overview_table tbody td {
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dce7ef;
	border-right: 1px solid #e8ecef;
}
.overview_table.compact_rows tbody td {
	padding: 6px 12px;
}
.overview_table tbody tr:first-child td {
	
}
.overview_table tbody td:last-child {
	border-right: none;
}
.overview_table tbody tr.even td, .overview_table tfoot tr.even td {
	background: #f6f9fb;
}
.overview_table tbody tr.odd td, .overview_table tfoot tr.odd td {
	background: #eff6fb;
	background: #fff;
}
.overview_table tbody tr.bezorgdate_is_vol td {
	background: #e1fae1;
}
.overview_table tfoot tr.total_row td {
	background: url("sidemenu_gradient.gif") repeat-x;
	border-bottom: 1px solid #B8CDDA;
	border-right: 1px solid #B8CDDA;
	padding: 4px;
}
.overview_table tbody td.crop_text {
	white-space: normal;
}
.overview_table tbody td p {
	margin: 4px 0 4px 0;
}
.overview_table tbody td b {
	color: #444;
}
.overview_table tbody td a {
	color: #1D6B9F;
	text-decoration: none;
}
.overview_table tbody td a:hover {
	text-decoration: underline;
	color: #000;
}
.overview_table tbody td a.neutral {
	color: inherit;
}
.overview_table tbody td a.neutral:hover {
	text-decoration: none;
}
.overview_table tbody td.string {
	white-space: nowrap;
}
.overview_table td.align_center {
	text-align: center;
}
.overview_table td.title_cell {
	padding-right: 30px;
}
.overview_table td.image_cell {
	width: 32px;
	padding: 0px;
}
.overview_table td.image_cell img {
	display: block;
}
.overview_table td.print_checkbox {
	width: 30px;
}
.overview_table td.icon, .overview_table td.actions {
	vertical-align: middle;
	white-space: nowrap;
	width: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.overview_table.compact_rows td.icon {
	padding-left: 6px;
	padding-right: 6px;
}
.overview_table td.icon .icon_wrapper {
	overflow: hidden;
	margin: 0px auto;
}
span.icon {
	display: block;
	float: left;
	margin: 0px 6px 0 0;
	width: 16px;
	height: 16px;
	padding: 0px;
}
span.icon.icon_pending {
	background: url("icon/pending.png");
}
span.icon.icon_goedgekeurd {
	background: url("icon/approved.png");
}
span.icon.icon_afgekeurd {
	background: url("icon/rejected.png");
}
span.icon.icon_removed {
	background: url("icon/removed.png");
}
span.icon.icon_removed_pending {
	background: url("icon/removed_pending.png");
}

.overview_table td.icon .icon, .inline_icon {
	display: block;
	float: left;
	margin: 0px auto;
	width: 16px;
	height: 16px;
	padding: 0px 3px;
}
.overview_table td.icon .icon_pending {
	background: url("icon/pending.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_goedgekeurd, .inline_icon_goedgekeurd {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_afgekeurd, .inline_icon_afgekeurd {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_removed {
	background: url("icon/removed.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_removed_pending {
	background: url("icon/removed_pending.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message {
	background: url("icon/message_gold.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_open {
	background: url("icon/message_open.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_system {
	background: url("icon/message_gold_system.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_open_system {
	background: url("icon/message_open_system.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_edit {
	background: url("icon/details.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_project {
	background: url("icon/project.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_rooster {
	background: url("icon/rooster.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_uren {
	background: url("icon/uren.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_rijkosten_auto {
	background: url("icon/auto.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user {
	background: url("icon/user.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_blocked {
	background: url("icon/user_blocked.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_chef {
	background: url("icon/user_chef.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_checked_in {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_checked_out {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_contract {
	background: url("icon/contract.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_contract_active {
	background: url("icon/contract_active.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_note {
	background: url("icon/note.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_invoice_payed {
	background: url("icon/invoice_payed.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_invoice_open {
	background: url("icon/invoice_open.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_afdeling {
	background: url("icon/afdeling.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_agenda_item {
	background: url("icon/agenda_item.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_bezorginfo {
	background: url("icon/bezorginfo.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_bezorginfo_bezorgd {
	background: url("icon/bezorginfo_bezorgd.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_vrij_vragen_unconfirmed {
	background: url("icon/vrij_vragen_unconfirmed.png") no-repeat 3px 0px;
}
.overview_table td.actions {
	white-space: nowrap;
	vertical-align: middle;
}
.overview_table td.actions .actions_wrapper {
	overflow: hidden;
	margin: 0px auto;
}
.overview_table td.actions .action {
	display: block;
	float: left;
	padding: 0px 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.overview_table td.actions .action_approve {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_reject {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_details {
	background: url("icon/details.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_edit {
	background: url("icon/edit.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_remove {
	background: url("icon/remove.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_download_pdf {
	background: url("icon/pdf.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_move_down {
	background: url("icon/move_down.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_move_up {
	background: url("icon/move_up.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_confirm {
	background: url("icon/confirm.png") no-repeat 3px 0px;
}

.overview_table .footer_row td {
	padding: 4px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #b8cdda;
	white-space: nowrap;
	color: #1D6B9F;
	font-weight: bold;
}

.overview_table tfoot td.pager_row {
	padding: 4px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #b8cdda;
}
.overview_table tfoot td.pager_row .page_link {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #F6F9FB;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	font-family: arial;
	border: 1px solid #B8CDDA;
	border-radius: 5px;
	margin: 0px 4px;
	text-decoration: none;
	color: #333;
}
.overview_table tfoot td.pager_row .page_link:hover {
	background: #fff;
	border-color: #999;
}
.overview_table tfoot td.pager_row .is_string {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}
.overview_table tfoot td.pager_row .is_active {
	font-weight: bold;
	background: #fff;
}
.overview_table tbody tr.row_has_checked td {
	background: #e5fbe0;
}
.overview_table td.align_right, .overview_table th.align_right {
	text-align: right;
}
.overview_table td.align_center, .overview_table th.align_center, .overview_table td.align_center .input_text {
	text-align: center;
}

.overview_table .between_title td {
	font-size: 16px;
	color: #1D6B9F;
	padding-top: 24px;
	padding-left: 10px;
}
.overview_table .total_row td {
	font-weight: bold;
}
.overview_table .total_row td:first-child {
	text-align: right;
}
.overview_table td.border_right {
	border-right: 1px solid #b8cdda;
}
.overview_table tbody tr.highlight_row td {
	background: #e5fbe0;
}
.overview_table .input_radio {
	vertical-align: bottom;
}
.edit_settings_table .default_selected td  {
	background: #eee;
	color: #999;
}
.overview_table td.border_right, .list_table td.border_right {
	border-right: 1px solid #999;
}
.overview_table tbody tr td.col_totals, .list_table tbody tr td.col_totals, .overview_table tbody tr td.td_highlight_yellow {
	background: #faf4e1;
}
.overview_table tbody tr.odd td.col_totals, .list_table tbody tr.odd td.col_totals, .overview_table tbody tr.odd td.td_highlight_yellow {
	background: #fcf9f0;
}
.overview_table tbody tr td.user_garden_center_col, .list_table tbody tr td.user_garden_center_col, .overview_table tbody tr td.td_highlight {
	background: #e1fae1;
}
.overview_table tbody tr.odd td.user_garden_center_col, .list_table tbody tr.odd td.user_garden_center_col, .overview_table tbody tr.odd td.td_highlight {
	background: #f0fcf0;
}


.overview_table .info_row .overview_table {
	color: #777;
}
.overview_table .info_row .overview_table thead th {
	background: #fff;
}
.overview_table .info_row .overview_table tbody tr.even td {
	background: #fff;
}



/* Expand text */
.expand_text .expanded {
	display: none;
}
.expand_text .more {
	color: #1D6B9F;
	cursor: pointer;
}



/* Popup */
.bzg_popup_bg {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.33;
}
.bzg_popup {
	border: 2px solid #777;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 101;
	font-size: 12px;
	border-radius: 5px;
}
.bzg_popup .header {
	height: 40px;
	margin: 7px 10px 0px 10px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.bzg_popup .header .popup_close {
	display: block;
	float: right;
	width: 34px;
	height: 34px;
	background: url("popup_close.png") no-repeat 50% 50%;
	cursor: pointer;
}
.bzg_popup .header .popup_title {
	color: #1d6b9f;
	font-size: 24px;
	line-height: 30px;
	padding: 1px 4px;
	font-weight: normal;
	font-family: arial;
	text-shadow: 0px 0px 1px #fff;
	margin: 0px;
}
.bzg_popup .header .popup_title_link_right {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #1D6B9F;
	color: #888;
	position: absolute;
	top: 5px;
	right: 33px;
	cursor: pointer;
}
.bzg_popup .header .popup_title_link_right:hover {
	text-decoration: underline;
}
.bzg_popup .footer {
	margin: 0px 10px 10px 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
	overflow: hidden;
}
.bzg_popup .footer .input_button {
	font-family: "MS Shell Dlg", Arial;
	float: right;
	margin-left: 10px;
	padding: 3px 10px;
}
.bzg_popup .footer .popup_button_gray {
	background: #aaa;
	border-color: #999;
}
.bzg_popup .popup_content {
	padding: 0px 16px;
}
.bzg_popup .input_text {
	border: 1px solid #eaeaea;
}
.bzg_popup .input_text_full {
	width: 300px;
}



/* List table */
.list_table_container {
	margin: 20px 0px;
}
.list_table {
	font-family: arial;
	font-size: 12px;
	border: 1px solid #b8cdda;
	border-spacing: 1px;
	box-sizing: border-box;
}
.list_table thead th {
	font-weight: bold;
	padding: 6px 8px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	color: #1D6B9F;
	border-right: 1px solid #b8cdda;
	border-bottom: 1px solid #b8cdda;
}
.list_table thead th:last-child {
	border-right: none;
}
.list_table tbody td {
	padding: 6px 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dce7ef;
	border-right: 1px solid #e8ecef;
}
.list_table tbody td.label {
	padding-left: 8px;
	white-space: nowrap;
	width: 60px;
}
.list_table tbody td.value {
	padding-right: 32px;
}
.list_table tbody tr:last-child td {
	border-bottom: none;
}
.list_table tbody td:last-child {
	border-right: none;
}
.list_table tbody tr.even td {
	background: #f6f9fb;
}
.list_table tbody tr.odd td {
	background: #eff6fb;
	background: #fff;
}
.list_table tbody td.crop_text {
	white-space: normal;
}
.list_table tbody td p {
	margin: 4px 0 4px 0;
}
.list_table tbody td b {
	color: #444;
}
.list_table tbody td a {
	color: #1D6B9F;
	text-decoration: none;
}
.list_table tbody td a:hover {
	text-decoration: underline;
	color: #000;
}
.list_table tbody td a.neutral {
	color: inherit;
}
.list_table tbody td a.neutral:hover {
	text-decoration: none;
}



.klokkaart_tabel .week_total td {
	background: url("sidemenu_gradient.gif") repeat-x;
	border-bottom: 1px solid #B8CDDA;
	border-right: 1px solid #B8CDDA;
}
.klokkaart_tabel .uren_total td {
	padding: 6px 12px;
	font-weight: bold;
	color: #444;
	background: url("sidemenu_gradient.gif") repeat-x;
	border-bottom: 1px solid #B8CDDA;
	border-right: 1px solid #B8CDDA;
}
.klokkaart_tabel td.klokuren {
	padding: 0px;
	width: 152px;
}
.klokkaart_tabel.with_projects td.klokuren {
	width: 192px;
}
.klokkaart_tabel tbody tr.edit_row td {
	background: #E5FBE0;
}
.klokkaart_tabel .klokuren_block {
	width: 120px;
	text-align: right;
	padding: 8px 6px;
	min-height: 15px;
}
.klokkaart_tabel.with_projects .klokuren_block {
	width: 200px;
}
.klokkaart_tabel div.clear {
	clear: both;
}
.klokkaart_tabel .can_edit {
	cursor: pointer;
}
.klokkaart_tabel .klokuren_block .manual {
	color: red;
}
.klokkaart_tabel .is_manual {
	color: red;
}
.klokkaart_tabel .klokuren_block .from {
	float: left;
	width: 52px;
	height: 15px;
	padding: 0px 8px 0px 0px;
}
.klokkaart_tabel .klokuren_block .to {
	float: left;
	width: 52px;
	height: 15px;
	padding: 0px 8px 0px 0px;
}
.klokkaart_tabel .klokuren_block .project {
	float: left;
	width: 72px;
	height: 15px;
	padding: 0px 4px 0px 4px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.klokkaart_tabel .klokuren_edit {
	padding: 4px 6px 8px 6px;
	width: 120px;
}
.klokkaart_tabel.with_projects .klokuren_edit {
	width: 200px;
}
.klokkaart_tabel .klokuren_edit input {
	
	padding: 0px;
	width: 56px;
	display: block;
	text-align: center;
	color: #333;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #B8CDDA;
	height: 19px;
	line-height: 19px;
}
.klokkaart_tabel .klokuren_edit select {
	display: block;
	float: left;
	width: 76px;
	border: 1px solid #B8CDDA;
	height: 21px;
	line-height: 21px;
	color: #333;
	font-family: arial;
	font-size: 12px;
	margin-left: 4px;
	padding: 1px;
}
.klokkaart_tabel .klokuren_edit .edit_row {
	padding-top: 4px;
}
.klokkaart_tabel .klokuren_edit input.edit_from {
	float: left;
}
.klokkaart_tabel .klokuren_edit input.edit_to {
	float: left;
	margin-left: 4px;
}
.klokkaart_tabel .uren_rooster, .klokkaart_tabel .uren_klok, .klokkaart_tabel .uren_verschil, .klokkaart_tabel .uren_contract {
	text-align: right;
}
.klokkaart_tabel tbody tr td.uren_balans {
	font-weight: bold;
}
.klokkaart_tabel tbody tr td.uren_block {
	text-align: right;
	width: 52px;
}
.klokkaart_tabel tbody tr td.uren_block .view {
	width: 52px;
}
.klokkaart_tabel tbody tr td.uren_block input, .klokkaart_tabel tbody tr td.percentage input {
	padding: 0px;
	width: 58px;
	display: block;
	text-align: center;
	color: #333;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #B8CDDA;
	height: 19px;
	line-height: 19px;
	margin-left: -4px;
}
.klokkaart_tabel tbody tr td.percentage input  {
	width: 48px;
}
.klokkaart_tabel tbody tr td.percentage {
	color: #777;
	width: 40px;
}
.klokkaart_tabel tbody tr td.percentage .view {
	width: 40px;
}
.klokkaart_tabel .repeat_header_blank td {
	height: 15px;
	background: #fff;
}
.klokkaart_tabel .repeat_header td {
	color: #1D6B9F;
	font-weight: bold;
	background: url("sidemenu_gradient.gif") repeat-x;
	border-bottom: 1px solid #B8CDDA;
	border-right: 1px solid #B8CDDA;
}
.klokkaart_tabel td.info_verlof {
	padding: 5px 8px;
}



/* Vrij vragen label */
.vrij_vragen_label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #555;
	margin-top: 4px;
	border: 1px solid #b8cdda;
	background: #eee;
	margin: 0px;
	position: relative;
	cursor: pointer;
	padding: 2px 0px;
	text-align: center;
	white-space: nowrap;
	margin-top: 4px;
}
.vrij_vragen_label:first-child {
	margin-top: 0px;
}
.vrij_vragen_label.vrij_vragen_status_goedgekeurd {
	background: #e5fbe0;
	border: 1px solid green;
}
.vrij_vragen_label.vrij_vragen_status_afgekeurd {
	background: #fdeded;
	border: 1px solid red;
}
.vrij_vragen_label .info {
	display: none;
	text-transform: none;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #fff;
	border: 1px solid #b8cdda;
	padding: 8px 12px;
	font-size: 12px;
	opacity: 1;
	text-align: left;
	z-index: 99;
	line-height: 18px;
}
.vrij_vragen_label:hover .info {
	display: block;
}
.vrij_vragen_label .info div {
	white-space: nowrap;
}
.vrij_vragen_labelvrij_vragen_status_goedgekeurd .info {
	background: #e5fbe0;
	border: 1px solid green;
}
.vrij_vragen_labelvrij_vragen_status_afgekeurd .info {
	background: #fdeded;
	border: 1px solid red;
}

/* Ziek melden label */
.ziek_melden_label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #555;
	margin-top: 4px;
	background: #fdeded;
	border: 1px solid red;
	margin: 0px;
	position: relative;
	cursor: pointer;
	padding: 2px 0px;
	text-align: center;
	white-space: nowrap;
	margin-top: 4px;
}
.ziek_melden_label:first-child {
	margin-top: 0px;
}



/**
* Project uren list
*/
.project_uren_list {
	min-width: 760px;
}
.notes_day_table .select_project, .notes_day_table .select_user {
	width: 120px;
}
.notes_day_table td.project, .notes_day_table td.user {
	padding: 8px;
	width: 120px;
}
.notes_day_table td.note {
	padding: 8px;
}
.notes_day_table td.icon, .notes_day_table td.actions {
	vertical-align: top;
	padding-top: 12px;
}
.notes_day_table .input_textarea {
	height: 22px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.project_uren_list .uren_block .notes_block {
	margin-right: 240px;
}
.project_uren_list .uren_block .uren_block_right {
	width: 220px;
	float: right;
	font-size: 12px;
}
.project_uren_list .uren_block .klokuren_block {
	min-height: 15px;
    padding: 8px 6px;
    text-align: right;
    width: 200px;
}
.project_uren_list .klokuren_block {
	width: 200px;
}
.project_uren_list div.clear {
	clear: both;
}
.project_uren_list .can_edit {
	cursor: pointer;
}
.project_uren_list .klokuren_block .manual {
	color: red;
}
.project_uren_list .is_manual {
	color: red;
}
.project_uren_list .klokuren_block .from {
	float: left;
	width: 52px;
	height: 15px;
	padding: 0px 8px 0px 0px;
}
.project_uren_list .klokuren_block .to {
	float: left;
	width: 52px;
	height: 15px;
	padding: 0px 8px 0px 0px;
}
.project_uren_list .klokuren_block .project {
	float: left;
	width: 72px;
	height: 15px;
	padding: 0px 4px 0px 4px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.project_uren_list .klokuren_edit {
	padding: 4px 6px 8px 6px;
	width: 200px;
}
.project_uren_list .klokuren_edit input {
	
	padding: 0px;
	width: 56px;
	display: block;
	text-align: center;
	color: #333;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #B8CDDA;
	height: 19px;
	line-height: 19px;
}
.project_uren_list .klokuren_edit select {
	display: block;
	float: left;
	width: 76px;
	border: 1px solid #B8CDDA;
	height: 21px;
	line-height: 21px;
	color: #333;
	font-family: arial;
	font-size: 12px;
	margin-left: 4px;
	padding: 1px;
}
.project_uren_list .klokuren_edit .edit_row {
	padding-top: 4px;
}
.project_uren_list .klokuren_edit input.edit_from {
	float: left;
}
.project_uren_list .klokuren_edit input.edit_to {
	float: left;
	margin-left: 4px;
}



.task_align_table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}
.task_align_table td.half_column {
	width: 50%;
	vertical-align: top;
	padding: 0px;
}
.task_list {
	min-height: 24px;
	border: 2px solid transparent;
}
.task_list.is_drag_over {
	border: 2px dashed #ccc;
}
.task_list .task {
	display: block;
	min-height: 24px;
	border-bottom: 1px solid #DCE7EF;
	padding: 2px 0px;
}
.task_list .task:first-child {
	margin-top: 0px;
	border-top: 1px solid #DCE7EF;
}
.task_list .task .dragfield {
	float: left;
	height: 24px;
	width: 16px;
	cursor: pointer;
}
.task_list .task .checkbox {
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	background: url("icon/task.png") no-repeat 4px 4px;
	cursor: pointer;
}
.task_list .task .checkbox.is_done {
	background: url("icon/task_done.png") no-repeat 4px 4px;
}
.task_list .task .checkbox.is_done_other_day {
	background: url("icon/task_done_other_day.png") no-repeat 4px 4px;
}
.task_list .task .checkbox .input_checkbox {
	display: block;
	margin: 6px auto;
}
.task_list .task .project {
	height: 24px;
	width: 80px;
	float: left;
}
.task_list .task .project .label {
	padding: 4px 8px;
	line-height: 16px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	font-family: verdana;
}
.task_list .task .project select {
	display: block;
	width: 72px;
	border: 1px solid #B8CDDA;
	height: 21px;
	line-height: 21px;
	color: #333;
	font-family: arial;
	font-size: 12px;
	margin-left: 4px;
	padding: 1px;
	margin-top: 2px;
}
.task_list .task .description {
	margin-left: 104px;
	margin-right: 24px;
}
.task_list .task.with_done_info .description {
	margin-right: 160px;
}
.task_list .task .done_info {
	display: none;
}
.task_list .task.with_done_info .done_info {
	display: block;
	float: right;
	width: 120px;
	padding: 4px 8px;
	line-height: 16px;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	font-family: verdana;
}
.task_list .task .description .label {
	padding: 3px 4px;
	cursor: pointer;
	font-size: 13px;
	line-height: 18px;
}
.task_list .task .description textarea {
	width: 100%;
	height: 64px;
	border: 1px solid #B8CDDA;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px 0px;
	padding: 2px 2px 2px 4px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
}
.task_list .task .remove {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: url("icon/remove.png") no-repeat 0px 100px;
	cursor: pointer;
}
.task_list .task:hover .remove {
	background-position: 50% 50%;
}
.create_new_task {
	padding-right: 10px;
}
.future_tasks {
	padding-left: 10px;
}
.task_list .task.task_light_view {
	border: none;
	padding: 0px;
}
.task_list .task.task_light_view .description {
	margin-left: 24px;
	margin-right: 0px;
}
.task_list .task.task_light_view .description .label {
	cursor: auto;
}
.task_list .task.task_light_view .checkbox {
	cursor: auto;
}
.overview_table .task_list {
	margin: -4px 0px 0px -4px;
}



.invoice_onderdeel_table {
	width: auto;
}
.invoice_onderdeel_table .input_text {
	font-size: 12px;
	font-family: arial;
	text-align: right;
}
.invoice_onderdeel_table .description .input_text {
	width: 240px;
	text-align: left;
}
.invoice_onderdeel_table .uren .input_text {
	width: 40px;
	text-align: center;
}
.invoice_onderdeel_table .uurtarief .input_text {
	width: 60px;
}
.invoice_onderdeel_table .amount .input_text {
	width: 70px;
}
.invoice_onderdeel_table .btw .input_text {
	width: 40px;
	text-align: center;
}
.invoice_onderdeel_table .btw_amount {
	width: 70px;
	line-height: 22px;
	text-align: right;
}
.invoice_onderdeel_table .total {
	width: 70px;
	line-height: 22px;
	text-align: right;
}



.attachment_upload_container {
	overflow: hidden;
	min-height: 24px;
	border: 2px solid transparent;
}
.attachment_upload_container.attachment_upload_hover {
	border: 2px dashed #ccc;
}
.attachment_upload_container .selected_files .file_upload_progress {
	float: left;
	font-size: 12px;
	color: #555;
	line-height: 24px;
	min-height: 24px;
}
.attachment_upload_container .selected_files .file_block, .file_block {
	display: block;
	float: left;
	padding: 4px 14px 4px 4px;
	background: #fff; 
	border: 1px solid #DCE7EF;
	border-radius: 3px;
	margin: 0px 4px 4px 0px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	font-family: arial;
	position: relative;
	text-decoration: none;
}
.attachment_upload_container .selected_files .file_block:hover, .file_block:hover {
	background: #F6F9FB;
	border-color: #B8CDDA;
}
.attachment_upload_container .selected_files .file_block .icon {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
}
.attachment_upload_container .selected_files .file_block .icon img {
	display: inline-block;
	border: none;
	vertical-align: middle;
	margin: 0px;
}
.attachment_upload_container .selected_files .file_block .info {
	display: block;
	margin-left: 54px;
}
.attachment_upload_container .selected_files .file_block .info .title {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
.attachment_upload_container .selected_files .file_block .info .type {
	color: #aaa;
	font-size: 11px;
	font-family: arial;
	white-space: nowrap;
}
.attachment_upload_container .selected_files .file_block .info .type b {
	font-weight: normal;
	color: #888;
}
.attachment_upload_container .selected_files .file_block .delete {
	display: none;
	height: 20px;
	width: 20px;
	background: white url("icon/remove.png") no-repeat -100px -100px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
.attachment_upload_container .selected_files .file_block:hover .delete {
	display: block;
	background-position: 50% 50%;
}
.attachment_upload_container .upload_button {
	display: block;
	width: 24px;
	float: left;
	height: 38px;
	padding: 4px 14px 4px 4px;
	background: #fff url("upload.png") no-repeat 50% 50%; 
	border: 1px solid #DCE7EF;
	border-radius: 3px;
	margin: 0px 4px 0px 0px;
	overflow: hidden;
	position: relative;
}
.attachment_upload_container.table_list .upload_button {
	width: 100%;
}
.attachment_upload_container .upload_button:hover {
	background-color: #F6F9FB;
	border-color: #B8CDDA;
	cursor: pointer;
}
.attachment_upload_container.has_files .upload_button {
	height: 48px;
	margin-bottom: 4px;
}
.attachment_upload_container .upload_button input {
	height: 100px;
	position: absolute;
	top: -20px;
	left: -20px;
	opacity: 0;
}
.attachment_upload_container.mode_image .file_block {
	padding: 4px;
}
.attachment_upload_container.mode_image .file_block .info {
	display: none;
}
.attachment_upload_container.mode_image .initial_message {
	display: none;
}
.attachment_upload_container.mode_image .selected_files .file_block .icon {
	width: auto;
	height: auto;
}
.attachment_upload_container .initial_message {
	height: 24px;
	line-height: 24px;
	padding: 12px 60px;
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.attachment_upload_container.has_files .initial_message {
	display: none;
}



.rooster_table_new thead th {
	text-align: center;
	line-height: 16px;
	text-transform: capitalize;
}
.rooster_table_new thead th .date {
	font-size: 10px;
	line-height: 14px;
	font-family: arial;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}
.rooster_table_new thead .specialday {
	color: #894C0F;
	font-family: verdana;
	font-size: 8px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #B8CDDA;
    margin-top: 4px;
}
.rooster_table_new tbody td {
	vertical-align: middle;
}
.rooster_table_new .left_user_image {
	padding: 8px;
	width: 30px;
}
.rooster_table_new .left_user_image img {
	border: 1px solid #999;
	width: 28px;
	height: 28px;
	display: block;
}
.rooster_table_new .left_user {
	padding: 8px 8px;
}
.rooster_table_new .left_user .user_name {
	line-height: 16px;
	white-space: nowrap;
}
.rooster_table_new .left_user .functie {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #777;
}
.rooster_table_new .dayblock {
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-family: arial;
}
.rooster_table_edit .dayblock {
	vertical-align: top;
}
.rooster_table_new .user_totaal {
	text-align: right;
	white-space: nowrap;
}
.rooster_table_new .user_totaal .uren_contract, .rooster_table_new .user_totaal .kosten_per_uur {
	font-size: 80%;
	font-size: 10px;
	line-height: 11px;
}
.totale_kosten_rooster {
	float: right;
	font-size: 12px;
	margin-top: 10px;
}
.rooster_table_new .footer_row td {
	border-top: none;
	padding: 8px;
	border-bottom: 1px solid #B8CDDA;
}
.rooster_table_new tfoot tr.normal_row td {
	padding: 8px;
	border-bottom: 1px solid #DCE7EF;
    border-right: 1px solid #E8ECEF;
}
.rooster_table_new tfoot tr.normal_row td:last-child {
	border-right: none;
}
.rooster_table_new tfoot tr.normal_row:last-child td {
	border-bottom: none;
}
.rooster_table_new .footer_row .bottom_totaal_uren {
	text-align: right;
	font-weight: normal;
}
.rooster_table_new .footer_row .bottom_totaal_uren_totaal {
	text-align: right;
	font-weight: normal;
}
.rooster_table_new .bottom_totaal_personen {
	text-align: center;
	font-weight: bold;
}
.rooster_table_new tfoot tr td.bezetting_green {
	background: #e1fae1;
}
.rooster_table_new tfoot tr td.bezetting_orange {
	background: #faf4e1;
}
.rooster_table_new tfoot tr td.bezetting_red {
	background: #fae1e1;
}
.rooster_table_new tfoot tr td.bezetting_verdeling {
	padding: 4px 0px 4px 8px;
}
div.bezetting_verdeling {
	
}
div.bezetting_verdeling div.text {
	font-size: 10px;
	font-family: arial;
	color: #333;
	line-height: 16px;
}
div.bezetting_verdeling div.bezetting_ok {
	background: #ccffcc;
	border-right: 1px solid green;
}
div.bezetting_verdeling div.bezetting_over {
	background: #ffddbb;
	border-right: 1px solid orange;
}
div.bezetting_verdeling div.bezetting_onder {
	background: #ffcccc;
	border-right: 1px solid red;
}
.rooster_table_new .input_uren_block {
	position: relative;
}
.rooster_table_new .input_uren_block .empty_rooster_block {
	display: none;
	position: absolute;
	top: -4px;
	right: -4px;
	width: 12px;
	height: 12px;
	background: url("small_delete_gray.png") no-repeat 50% 50%;
	cursor: pointer;
}
.rooster_table_new .filled_dayblock .input_uren_block .empty_rooster_block {
	display: block;
}
.rooster_table_new .input_uren_block .empty_rooster_block:hover {
	background: url("small_delete.png") no-repeat 50% 50%;
}
.rooster_table_new .active_dayblock .input_uren_block .empty_rooster_block {
	display: none;
}
.rooster_table_new .input_uren_block .input_uren {
	width: 60px;
	border-top: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	color: #777;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
}
.rooster_table_new .input_uren_block .input_uren_range {
	width: 76px;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	color: #333;
}
.rooster_table_new .input_uren_block .input_text {
	border-color: transparent;
	background-color: transparent;
}
.rooster_table_new .active_dayblock .input_uren_block .input_text {
	background-color: #fff;
	border-color: #ccc;
}
.rooster_table_new .extra_row_name {
	padding: 8px;
}
.rooster_table_new .extra_row_name .input_text {
	width: 160px;
}
.rooster_table_new .extra_row_day {
	padding: 8px 4px;
}
.rooster_table_new .extra_row_day .input_text {
	width: 76px;
}
.rooster_table_new .suggestion_box {
	display: none;
	position: absolute;
	z-index: 9;
	background: #fff;
	border: 1px solid #B8CDDA;
	margin-top: 4px;
	margin-left: -6px;
	text-align: left;
}
.rooster_table_new .dayblock.active_dayblock .suggestion_box {
	display: block;
}
.rooster_table_new .suggestion_box h3 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px;
}
.rooster_table_new .suggestion_box .option {
	display: block;
	white-space: nowrap;
	padding: 6px 24px 6px 6px;
	border-top: 1px solid #DCE7EF;
	font-size: 11px;
}
.rooster_table_new .suggestion_box .option .gray {
	color: #999;
}
.rooster_table_new .suggestion_box .option:hover {
	background: #F6F9FB;
	cursor: pointer;
}
.rooster_table_new .uren_andere_afdeling .afdeling {
	font-size: 8px;
	line-height: 16px;
	color: #1D6B9F;
	color: #890F0F;
	font-family: verdana;
	text-transform: uppercase;
	font-weight: bold;
}
.rooster_table_new .input_uren_block + .uren_andere_afdeling {
	border-top: 1px solid #B8CDDA;
	margin-top: 4px;
}
.rooster_table_new .uren + .uren_andere_afdeling {
	border-top: 1px solid #B8CDDA;
	margin-top: 4px;
}

.rooster_table_new tr.odd .color_special, .rooster_table_new tr .color_special {
	background: #FAF4E1;
}
.rooster_table_new tr.even .color_special {
	background: #FAF4E1;
}
.rooster_table_new tr.odd .color_gesloten, .rooster_table_new tr .color_gesloten {
	background: #FAE1E1;
}
.rooster_table_new tr.even .color_gesloten {
	background: #FAE1E1;
}
.rooster_table_new tr.even .color_gebruiker_vrij {
	background: #999;
}
.rooster_table_new tr.odd .color_gebruiker_vrij {
	background: #999;
}



.bank_rek_beheer .input_text, .bank_rek_beheer .input_select {
	font-size: 12px;
	font-family: arial;
	border-color: #ddd;
}
.bank_rek_beheer .input_date_td {
	padding: 4px 4px;
}
.bank_rek_beheer .input_date_td .input_text {
	width: 70px;
	text-align: center;
}
.bank_rek_beheer .input_amount_td {
	padding: 4px;
}
.bank_rek_beheer .input_amount_td .input_text {
	width: 70px;
	text-align: right;
}
.bank_rek_beheer .input_description_td {
	padding: 4px;
}
.bank_rek_beheer .input_category_td {
	padding: 4px;
}



.page_break_title {
	page-break-before: always;
}


.breadcrum {
	margin: -10px 0 0 0;
	font-size: 12px;
	color: #555;
}
.breadcrum .item {
	color: #1D6B9F;
	text-decoration: none;
}
.breadcrum .item:hover {
	color: #000;
}
.breadcrum .selected_item {
	color: #555;
	font-weight: bold;
}



.spreadsheet_table tbody td {
	padding: 0px;
}
.spreadsheet_table tbody td .input_select {
	width: 100%;
	border: none;
	font: 12px arial;
	padding: 3px;
}
.spreadsheet_table tbody td .input_select:focus {
	background: #E1FAE1;
}
.spreadsheet_table tbody td .input_select option {
	font: 12px arial;
}
.spreadsheet_table tbody td .input_text {
	width: 100%;
	height: 24px;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font: 12px arial;
}
.spreadsheet_table tbody td .input_text:focus {
	background: #E1FAE1;
}
.spreadsheet_table tbody td.actions {
	padding-left: 2px;
	padding-right: 2px;
}
.spreadsheet_table tbody td.align_right .input_text {
	text-align: right;
}


.sidemenu_js_tree {
	padding: 8px;
}
.sidemenu_js_tree .row_selected {
	font-weight: bold;
	background: #fff;
}
.sidemenu_js_tree .row .expand_icon {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	background: url("icon_expand.png") no-repeat 0px -34px;
	opacity: 0.5;
	cursor: pointer;
	margin-top: 2px;
}
.sidemenu_js_tree .row .expand_icon.has_sub {
	background-position: 0px 0px;
}
.sidemenu_js_tree .row .expand_icon.has_sub.expanded_icon {
	background-position: 0px -17px;
}
.sidemenu_js_tree .row .expand_icon:hover {
	opacity: 1;
}
.sidemenu_js_tree .row .title {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 17px;
	padding: 2px 0px 2px 0px;
	margin-left: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	height: 17px;
}
.sidemenu_js_tree .expand_all_button {
	float: right;
	font-size: 10px;
	color: #555;
	cursor: pointer;
}

.project_kosten_table {
	font-family: arial;
}
.project_kosten_table tbody tr.kosten_title td {
	font-weight: bold;
	font-size: 13px;
	padding-top: 12px;
}
.project_kosten_table .kosten_totaal {
	font-size: 12px;
}
.project_kosten_table td.euro {
	text-align: right;
}


.project_kosten_block {
	display: block;
	border: 1px solid #B8CDDA;
	padding: 10px;
}
.project_kosten_block .kosten_block_sub {
	padding: 8px 16px;
	border: 1px solid #DCE7EF;
	margin-top: 10px;
	background: #fff;
}
.project_kosten_block .kosten_block_sub.even {
	background: #F6F9FB;
}
.project_kosten_block .kosten_block_sub .head {
	
}
.project_kosten_block .kosten_block_sub .head .title {
	margin-right: 100px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
.project_kosten_block .kosten_block_sub .head .kosten {
	display: block;
	float: right;
	width: 100px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.project_kosten_block .kosten_block_sub .onderdeel_kosten {
	margin-top: 10px;
}
.project_kosten_block .kosten_block_sub .kosten_row > div {
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	white-space: nowrap;
}
.project_kosten_block .kosten_block_sub .kosten_row .kosten {
	float: right;
	width: 80px;
	text-align: right;
}
.project_kosten_block .kosten_block_sub .kosten_row .eenheid {
	float: right;
	text-align: left;
	width: 40px;
}
.project_kosten_block .kosten_block_sub .kosten_row .aantal {
	float: right;
	text-align: right;
	width: 36px;
	padding-right: 4px;
}
.project_kosten_block .kosten_block_sub .kosten_row .name {
	text-align: left;
	margin-right: 160px;
}




.bar_chart {
	display: block;
	position: relative;
	height: 100%;
}
.bar_chart .block {
	position: absolute;
}
.bar_chart .block .label {
	position: absolute;
	bottom: -20px;
	font-size: 10px;
	color: #555;
	text-align: center;
}
.bar_chart .block .bar {
	position: absolute;
	bottom: 0px;
	background: red;
}
.bar_chart .block .bar_0 {
	background: hsl(190, 80%, 50%);
}
.bar_chart .block .bar_1 {
	background: hsl(36, 80%, 50%);
}
.bar_chart .block .bar:hover {
	background: #000;
}
.bar_chart .y_line {
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 16px;
	margin-top: -16px;
	position: absolute;
	left: 0px;
}
.bar_chart .y_line_0 {
	border-color: #ccc;
}
.bar_chart .y_line .label {
	font-size: 10px;
	color: #555;
	height: 16px;
	line-height: 16px;
	text-align: left;
	padding-left: 10px;
}



.tab_bar {
	display: block;
	border-bottom: 2px solid #b8cdda;
	height: 29px;
	margin-top: 12px;
}
.tab_bar .tab {
	display: block;
	float: left;
	margin: 0px 0px -1px 4px;
	border: 1px solid #b8cdda;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	background: #fff;
	cursor: pointer;
	padding: 1px;
}
.tab_bar .tab b {
	display: block;
	height: 18px;
	line-height: 20px;
	padding: 4px 12px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	color: #1d6b9f;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tab_bar .tab.selected {
	height: 28px;
}
.tab_bar .tab.selected b {
	background: #fff;
	color: #555;
	line-height: 22px;
}



.subtitle_select a.selected {
	color: #000;
}



.menu_edit_container {
	border: 1px solid #b8cdda;
	background: #fff;
}
.menu_edit_container .main_wrapper {
	
}
.menu_edit_container .menu_row {
	padding: 4px 8px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	margin: 2px;
}
.menu_edit_container .submenu {
	padding: 0 0 0 24px;
}
.menu_edit_container .submenu .menu_row  {
	background: #f6f9fb;
}
.menu_edit_container .add_subitem {
	padding: 4px 8px 4px 24px;
	background: #f6f9fb url("icon/add.png") no-repeat 5px 5px;
	margin: 2px 2px 2px 26px;
	cursor: pointer;
}
.menu_edit_container .add_item {
	padding: 4px 8px 4px 24px;
	background: #f6f9fb url("icon/add.png") no-repeat 5px 5px;
	margin: 2px;
	cursor: pointer;
}
.menu_edit_container .option {
	display: block;
	float: right;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
.menu_edit_container .option_remove {
	background: url("icon/remove.png") no-repeat 50% 50%;
}
.menu_edit_container .option_move_up {
	background: url("icon/move_up.png") no-repeat 50% 50%;
}
.menu_edit_container .option_move_down {
	background: url("icon/move_down.png") no-repeat 50% 50%;
}




.products_table {
	width: auto;
}
.products_table .edit_image {
	padding: 2px;
	/*width: 32px;*/
}
/*.products_table .edit_image .attachment_upload_container.mode_image .file_block, .products_table .edit_image .attachment_upload_container .upload_button {
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 0;
}*/
.products_table .edit_image .attachment_upload_container {
	margin: 0;
	/*width: 48px;*/
	height: 48px;
	height: 58px;
}
.products_table .edit_title {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_title .input_text {
	width: 160px;
}
.products_table .edit_num {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_num .input_text {
	width: 100px;
}
.products_table .edit_description {
	padding: 4px;
}
.products_table .edit_description .input_textarea {
	width: 160px;
	height: 41px;
	height: 51px;
	margin: 0;
}
.products_table .edit_cbm {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_cbm .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_dimensions {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_dimensions .input_text {
	width: 120px;
	text-align: center;
}
.products_table .edit_per_package {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_per_package .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_min_quantity {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_min_quantity .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_price {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_price .input_text {
	width: 70px;
	text-align: center;
}
.products_table .edit_barcode, .products_table .edit_artikelgroep, .products_table .edit_subgroep, .products_table .edit_type, .products_table .edit_promotie, .products_table .edit_aanbiedingsprijs, .products_table .edit_fill {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_barcode input {
	width: 100px;
}
.products_table .edit_fill input {
	width: 60px;
	text-align: center;
}
.products_table .new_row {
	display: none;
}
.products_table .current_edit_row .actions_wrapper {
	display: none;
}



.calendar_table {
	position: relative;
	margin: 20px 0px;
}
.calendar_table * {
	box-sizing: border-box;
}
.calendar_table .header_row {
	height: 34px;
}
.calendar_table .header_row .label {
	background: #eee;
	border: 1px solid #f4f4f4;
	border-bottom: 2px solid #ccc;
	color: #1d6b9f;
	font-size: 14px;
	font-weight: bold;
	background: none;
	text-align: center;
	position: absolute;
	height: 34px;
	padding: 8px 4px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.calendar_table .header_row_year .label, .calendar_table .header_row_month .label {
	border-bottom: 1px solid #f4f4f4;
}
.calendar_table .header_container {
	position: relative;
}
.calendar_table .header_container .labels_top {
	position: absolute;
	border: 1px solid #f4f4f4;
	border-bottom: 2px solid #ccc;
	height: 100%;
}
.calendar_table .row {
	position: relative;
}
.calendar_table .row .column_line {
	position: absolute;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	top: 0px;
	border-bottom: 1px solid #eee;
}
.calendar_table .row .label_left {
	position: absolute;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	top: 0px;
	border-bottom: 1px solid #eee;
	padding: 8px 8px;
	height: 24px;
	line-height: 24px;
}
.calendar_table .row .column_line_outside {
	background: #f4f4f4;
}
.calendar_table .item_block {
	position: absolute;
}
.calendar_table .date_num {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 20px;
	font-size: 12px;
	color: #555;
	padding: 4px;
	line-height: 12px;
	text-align: center;
}
.calendar_table .date_block {
	display: block;
	text-decoration: none;
	color: #555;
	border: 1px solid #ccc;
	background: #f4f4f4;
	line-height: 16px;
	padding: 3px 6px 3px 24px;
	background: #f4f4f4 url("icon/agenda_item.png") no-repeat 3px 50%;
	cursor: pointer;
	border-radius: 3px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.calendar_table .date_block_green {
	background-color: #e5fbe0;
	border-color: green;
}
.calendar_table .date_block_red {
	background-color: #fdeded;
	border-color: red;
}
.calendar_table .vrij_aanvraag {
	border: 1px solid #ccc;
	background: #f4f4f4;
	line-height: 16px;
	padding: 3px 6px 3px 24px;
	background: #f4f4f4 url("icon/vrij.png") no-repeat 1px 50%;
	cursor: pointer;
	border-radius: 3px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.calendar_table .vrij_aanvraag.status_goedgekeurd {
	background-color: #e5fbe0;
	border-color: green;
}
.calendar_table .vrij_aanvraag.status_afgekeurd {
	background-color: #fdeded;
	border-color: red;
}

.button-block  {
	border: 1px solid #f4f4f4;
	border-radius: 3px;
	color: #1d6b9f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
}
.button-block:hover {
	background: #eff6fb;
	border: 1px solid #1d6b9f;
}
.button-block .fa-caret-down {
	margin-left: 12px;
}
.button-block .input_text {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	color: #1d6b9f;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	cursor: pointer;
}
.button-block .input_date {
	text-align: center;
	width: 100px;
}

.date-select {
	font-size: 14px;
	line-height: 18px;
}
.date-select .selected-block {
	display: inline-block;
	position: relative;
}
.date-select .previous, .date-select .next {
	width: 12px;
	text-align: center;
}
.date-select .selected-block .title {
	min-width: 120px;
	text-align: center;
}
.date-select .options {
	display: none;
	position: absolute;
	min-width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.date-select .options .option {
	display: block;
	border-top: 1px solid #eee;
	padding: 6px 8px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
}
.date-select .options .option:hover {
	background: #f4f4f4;
}
.date-select .options .selected {
	font-weight: bold;
	background: #f4f4f4;
}
.date-select .selected-block:hover .options {
	display: block;
}


.js-select {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	position: relative;
}
.js-select .selected-block {
	display: inline-block;
	position: relative;
}
.js-select .title {
	min-width: 120px;
	text-align: left;
}
.js-select .title .fa {
	float: right;
	line-height: 18px;
}
.js-select .options {
	display: none;
	position: absolute;
	min-width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 10;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	max-height: 400px;
	overflow: auto;
}
.js-select .options .option {
	display: block;
	border-top: 1px solid #eee;
	padding: 6px 8px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
}
.js-select .options .option:hover {
	background: #f4f4f4;
}
.js-select .options .selected {
	font-weight: bold;
	background: #f4f4f4;
}
.js-select .selected-block:hover .options {
	display: block;
}

.widget_container .filter_options {
	margin: 10px 0px;
}
.widget_container .option_block {
	display: inline-block;
	margin: 0 24px 0 0;
}
.widget_container .content {
	position: relative;
	min-height: 200px;
}
.widget_container .widget_loading {
	background: rgba(255, 255, 255, 0.5) url("loading.gif") no-repeat 50% 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-height: 400px;
	z-index: 5;
}


.autocomplete_dropdown {
	display: none;
	position: absolute;
	background: #fff;
	padding: 1px;
	top: 10px;
	left: 10px;
	z-index: 1000;
	border: 1px solid #c3c2c1;
	box-shadow: 1px 1px 3px 0 rgba(128, 128, 128, 0.2);
}
.autocomplete_dropdown .item {
	padding: 4px 8px;
	cursor: pointer;
}
.autocomplete_dropdown .item:hover, .autocomplete_dropdown .item.selected {
	background: #f5f8fc;
	color: #116aaa;
}
.autocomplete_item {
	padding: 4px 8px;
}
.form_table .autocomplete_item {
	padding: 0px;
}
.autocomplete_item .fa-close {
	cursor: pointer;
	float: right;
}
.autocomplete_dropdown.is_loading {
	background: #fff url("loading.gif") no-repeat 50% 50%;
	height: 80px;
}



.calendar_table .bezorginfo_item {
	
}



.quote_block {
	display: block;
	margin: 10px 0px;
	background: #f6f9fb;
	border: 1px solid #b8cdda;
	border-radius: 5px;
	padding: 10px;
	min-height: 72px;
	font-size: 12px;
	line-height: 16px;
}
.quote_block .image {
	float: left;
	height: 70px;
	width: 70px;
	border: 1px solid #b8cdda;
	border-radius: 3px;
}
.quote_block .image img {
	display: block;
	height: 70px;
	width: 70px;
	border-radius: 3px;
}
.quote_block .content {
	margin-left: 82px;
	color: #333;
}
.quote_block h3 {
	font-size: 16px;
	margin: 0 0 8px 0;
}



.sticky_thead {
	position: fixed; 
	top: 0px; 
	background: #fff;
	z-index:10;
	display: none;
	width:auto;
}
