@CHARSET "UTF-8";

.modal.fade.in {
	max-height: 85%;
}

body {
	padding-top: 100px;
	padding-bottom: 150px;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 0.3px;
}

.tab-content
{
	display: table;
}
.clear {
	clear: both;
}

.navbar .brand {
	padding-top: 8px;
}

.navbar-inner {
	background-color: #003A40;
	background-image: none;
}

.navbar .nav>li>a {
	color: #d5f3ff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav>li>a:hover,.navbar .nav>li>a:focus {
	color: #0FEA96;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	/*background-color: #00000022;*/
	color: #0FEA96;
	text-decoration: none;
}
.navbar .nav > li > a:focus .caret, .navbar .nav > li > a:hover .caret {
	border-bottom-color: #0FEA96 !important;
	border-top-color: #0FEA96 !important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #0FEA96;
	text-decoration: none;
	background-color: #072B31;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.navbar .nav li.dropdown>.dropdown-toggle .caret {
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.navbar .divider-vertical {
	background-color: #072B31;
	border-right-color: #072B31;
	border-left-color: #072B31;
  	margin: 0;	
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle
{
	background-color: #072B31;
	color: #0FEA96;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu .active a {
	background-color: #E5EDED;
	color: #333333;
	background-image: none;
}

.navbar-search input[type="text"]:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(7, 43, 49, 0.1);
	border-color: rgba(7, 43, 49, 0.4);
}

.navbar-search .search-icon {
	position: absolute;
	top: 5px;
	left: 295px;
	font-size: 18px;
	color: #DCDCDC;
}

.navbar-search .search-query {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	width: 300px;
}

.navbar-search .search-query::-webkit-input-placeholder {
	color: #ADADAD;
}

.navbar-search .search-query:-moz-placeholder {
	color: #ADADAD;
}

.navbar .nav .usericon {
	font-size: 20px;
}

.loginlogo {
	text-align: center;
	margin-bottom: 30px;
	height: 50px;
}

.subnav .usermenu {
	margin-top: 5px;
}

/* subnavigation */
.subnav {
	width: 100%;
	height: 38px;
	background-color: #f6f6f6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f6f6f6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f6f6f6) );
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f6f6f6 100%);
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f6f6f6 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f6f6f6', GradientType=0 );
	background-image: linear-gradient(top, #f5f5f5 0%, #f6f6f6 100%);
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-color: #E5EDED;
	color: #333333;
	background-image: none;
}

.subnav a:hover, .subnav a:focus {
	color: #072B31;
}

.subnav .nav {
	margin-bottom: 0;
}

.subnav .nav>li>a {
	margin: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subnav .nav>.active>a,.subnav .nav>.active>a:hover {
	padding-left: 13px;
	color: #777777;
	background-color: #e9e9e9;
	border-right-color: #dddddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}

.subnav .nav>.active>a .caret,.subnav .nav>.active>a:hover .caret {
	border-top-color: #777777;
}

.subnav .nav>li:first-child>a,.subnav .nav>li:first-child>a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.subnav .nav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	right: 0;
	left: auto;
}

.subnav-fixed {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 1020;
	border-color: #d5d5d5;
	border-width: 0 0 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
}

.subnav-fixed .nav {
	margin: 0 auto;
	padding: 0 1px;
}

.subnav .nav>li:first-child>a,.subnav .nav>li:first-child>a:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.subsubnav {
	width: 100%;
	height: 34px;
	background-color: #f9f9f9;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9) );
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 );
	background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subsubnav-fixed {
	position: fixed;
	top: 78px;
	padding-top: 8px;
	left: 0;
	right: 0;
	z-index: 1010;
	border-width: 0 0 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 #ffffff, 0 1px 5px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false );
}

/* end subnavigation */
.table-nohover tbody tr:hover td,.table-nohover tbody tr:hover th {
	background-color: transparent;
}

.progress .bar {
	border-right: 1px solid #fff;
}

.progress div:last-child .bar {
	border-right: 0px solid #fff;
}

tr .hoverbtn {
	visibility: hidden;
}

tr:hover .hoverbtn {
	visibility: visible;
}

.gebruiker_recht_row {
	width: 200px;
}

/* autocomplete */
.ui-autocomplete {
	border-color: gainsboro;
}

.ui-autocomplete-category {
	background-color: #EDEDED;
	color: #666666;
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.ac_link {
	margin: 6px;
}

.search_ac_link {
	height: 44px;
}

.search_ac_image {
	width: 40px;
	height: 40px;
	background-color: #CDCDCD;
	float: left;
	margin-top: 2px;
}

.search_ac_label {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}

.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {
	background-color: #E5EDED !important;
	color: #404040 !important;
}

span.underline{
	text-decoration:underline;
}

.text-gray {
	color: #999;
}

.text-light-gray {
	color: #CCC;
}

.text-red {
	color: #BD362F;
}

.text-blue {
	color: #00ADEE !important;
}
.text-green {
	color: #BFF2AC !important;
}
.text-dark-blue {
	color: #1A537F;
}

.text-yellow {
	color: #FAA732;
}

.text-green {
	color: #5EB95E;
}

.red,.error {
	color: #BD362F;
}

.text-right {
	text-align: right !important;
}

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

.text-center {
	text-align: center !important;
}

.text-nowrap {
	white-space: nowrap;
}

.text-small {
	font-size: 11px;
}

.text-medium {
	font-size: 18px;
}

.text-large {
	font-size: 24px;
}

.text-bold {
	font-weight: bold;
}
.text-normal {
	font-weight: normal;
}

dd.dd-left
{
	margin-left: 0px;
}
dt.dt-gray
{
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}

.search-highlight
{
	background-color: #0FEA96 !important;
	color: #404040 !important;
}
.ui-state-hover .search-highlight
{
	background-color: #0FEA96 !important;
	color: #404040 !important;
}

.highlight,.highlight td { /*background-color: #F7D4CF !important;*/
	background-color: #EAF9FF !important;
}

.gray_row {
	background-color: #f6f6f6;
}

.img-inline
{
	vertical-align: middle;
}

.well.well-condensed {
	padding: 9px;
}

a.report {
	color: #BD362F;
	text-decoration: none;
}

a.report:hover {
	color: #953B39;
}

hr.hr-condensed {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr.hr-condensed-small {
	margin-top: 4px;
	margin-bottom: 0px;
}

hr.hr-dark {
	border-color: #CCC -moz-use-text-color #FFFFFF;
}

input.error,select.error,textarea.error {
	border-color: #B94A48;
}

input.error:focus,select.error:focus,textarea.error:focus {
	border-color: #953B39;
	box-shadow: 0 0 6px #D59392;
}

.lists ul {
	margin-left: 20px;
	list-style-type: disc;
}

.overlay {
	position: absolute;
	background-color: #fff;
	opacity: .8;
	z-index: 998;
}

.loading {
	position: absolute;
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 999;
}

.modal.selector {
	width: 70%;
	margin-left: -35%;
	margin-top: -350px;
}
.modal.selector#mdl_calculations {
	max-width: 800px;
	width: 100%;
	margin-left: calc(50% - 400px);
	left: 0;
	margin-top: -350px;
}
@media screen and (max-width: 800px) {
	.modal.selector#mdl_calculations {
		width: 100%;
		margin-left: 0;
		left: 0;
	}
}
.modal.selector .modal-body {
	max-height: 700px;

}

#thumbnail_modal .modal-body{
	text-align:center;
}
#dymo_modal .label_contact {
    cursor:pointer;
    padding:2px 0 2px 5px;
    display: inline-block;
}
#dymo_modal .label_contact_radio {
    margin-bottom: 5px;
}
#dymo_po_modal .label_contact {
    cursor:pointer;
    padding:2px 0 2px 5px;
    display: inline-block;
}
#dymo_po_modal .label_contact_radio {
    margin-bottom: 5px;
}
.spinner-small {
	height: 42px;
	margin: 10px;
}

.text-inline {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
}

.text-overflow
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.activity_row {
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #aaa;
}

.activity_row .alert-info{
	margin-bottom:0px;
}

.activity_expand_button
{
	background-color: #eee;
	text-align: center;
	padding: 3px 0px;
	margin-top: 10px;
	border-radius: 10px 10px 0px 0px;
	text-decoration: none;
}
.activity_expand_button:hover
{
	background-color: #EAF8FF;
	text-decoration: none;
}

.task_container{
	margin-top:10px;
}
.activity_tasks input[type=text]{
	margin-bottom:0px;
}
.activity_tasks input[type=checkbox]{
	margin-top: 6px;
}
.activity_tasks .task_remove{
	margin-left:10px;
}
#receive_users .btn-group+.btn-group {
	margin-top: 5px;
	margin-left: 0px;
}
.activity_tasks .well{
	min-height:auto;
	margin-bottom:0;
}

.groups h6 {
	padding-bottom: 10px;
	padding-left: 10px;
}

.article_list {
	min-height: 50px;
	border-left: 1px solid #efefef;
	padding-left: 10px;
}
.qtip.uren_reg_popup {
	min-width: 700px;
}
.qtip.uren_reg_popup .ui-tooltip-content{
	max-height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}
textarea.comment {
	height:10px;
	max-height:100px;
}
.comment-container{
	max-height:100px;
	overflow-y:auto;
}

textarea.hide, input.hide, .uneditable-input.hide
{
	display: none;
}

.text-edit:hover
{
	cursor: pointer;
	color: #00ADEE;
}
.text-edit:hover:after
{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-smooth: never;
	content: "\f040";
	color: #00ADEE;
}
.invoice-edit:hover
{
	cursor: pointer;
	color: #00ADEE;
}
.invoice-edit:hover:after
{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-smooth: never;
	content: "\f040";
	color: #00ADEE;
}
.dataTables_filter label
{
	position: relative;
}
.dataTables_filter input
{
	padding-right: 20px;
}
.remove_search_term
{
	float: right;
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 16px;
}
.remove_search_term a
{
	color: #999;
	text-decoration: none;
}
.remove_search_term a:hover
{
	color: #CCC;
}
.tooltip
{
	z-index: 99999 !important;
}
.popup_overflow
{
	max-height: 450px;
	overflow: auto;
	-webkit-box-shadow: 	inset 0 8px 10px -8px rgba(0, 0, 0, 0.1),inset 0 -8px 10px -8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 		inset 0 8px 10px -8px rgba(0, 0, 0, 0.1),inset 0 -8px 10px -8px rgba(0, 0, 0, 0.1);
	box-shadow: 			inset 0 8px 10px -8px rgba(0, 0, 0, 0.1),inset 0 -8px 10px -8px rgba(0, 0, 0, 0.1);
}
.popup_fixed_bottom
{
	padding: 10px 0px 0px 0px;
}

.huiststijl_sent
{

}
.modal form
{
	margin: 0px;
}
.drag
{
	background-color: #EEEEEE;
}
.dragover
{
	background-color: #eaf8ff;
}
.activity_needs_project {
	color: #F23736;
}

.activity_planning .alert{
	margin-bottom:0;
	padding: 4px 0px 4px 14px;
}

div.activity_body .confirmed,
div.activity_comment .confirmed{
	color:#2DB802;
}

div.activity_body .feedback_required,
div.activity_comment .feedback_required{
	color:#F23736;
}

div.activity_body .tech_ready,
div.activity_comment .tech_ready{
	color:#FFBA00;
}

div.activity_body .style_ready,
div.activity_comment .style_ready{
    color:#FF9A02;
}

div.activity_body .testing_needed,
div.activity_comment .testing_needed{
    color:#F81EB5;
}

div.activity_body .discuss,
div.activity_comment .discuss{
    color:#08B4D0;
}

.medium-editor-hidden{
	display:none !important;
}

.medium-editor
{
	min-height: 100px;
	border: 2px solid #eee;
	padding: 10px;
}

.medium-editor:focus
{
	outline: none;
	background-color: #fff;
	border: 2px solid #337ab7;
}
.planning-comment-row td
{
	background-color: #f3f3f3 !important;
}
.planning-comment-row td p:last-child
{
	margin: 0px;
}
.groups .articles .article
{
	padding-left: 20px;
}
.text-wrap
{
	max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.grade{
	font-size: 18px;
	font-weight: bold;
}

.grade_A th,
.grade_A td{
	background-color: #01A7E5 !important;
	color:#fff !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}

.grade_B th,
.grade_B td{
	background-color: #00AA5C !important;
	color:#fff !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}
.grade_C th,
.grade_C td{
	background-color: #EA8E00 !important;
	color:#fff !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}

.grade_D th,
.grade_D td{
	background-color: #EC1000 !important;
	color:#fff !important;
	padding-top:8px !important;
	padding-bottom:8px !important;
}


input.filtering{
	width:100% !important;
}

.table .col-1 {
	width:5%;
}
.table .col-2 {
	width:5%;
}
.table .col-3 {
	width:15%;
}
.table .col-4 {
	width:40%;
}
.table .col-5 {
	width:5%;
}
.table .col-6 {
	width:15%;
}
.table .col-7 {
	width:15%;
}

.table tr td select{
	width:auto;
}

/* tableaux person SELECTOR */
.catblock__title{
    font-weight: bold;
    background: #E8E9E8;
    padding: 6px 12px;
    border-radius: 6px;
}
.catblock__persons{
    margin-top: 15px;
}
.catblock__persons h6 {
    margin: 0px;
}

.showoverflowedarea{
	width: 80%;
	float: left;
	/* background-color: #f5f5f5;;
	color: white;
	border: none; */
}

/* .showoverflowedarea:hover{
	background-color:#00AA5C;
} */
.overflowed-area{
	max-height: 250px;
	overflow: hidden;
}
.showall{
	max-height: none !important;
	overflow: visible;
}

.notification_bell{
	float: right;
	margin-top: -4px;
}


.btn:focus, button:focus, select:focus, input[type=checkbox]:focus, input[type=radio]:focus{
	outline: none !important;
}

#edit_activity .modal_content
{
	min-width: 880px;
	max-width: none;
}

/* ==============================
	ACTIVITY MODAL
============================== */

#activity_modal .thumbnails .thumbnail:hover {
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #a1c490;
}

#activity_modal .thumbnails .thumbnail.selected {
	border: 1px solid #a1c490;
}

#activity_modal .thumbnails .selected_icon {
	right: 23px;
	top: 5px;
	color: #478848;
}

#activity_modal .thumbnails .selected_icon i:before {
	background-color: white;
	padding: 1px;
	border-radius: 50%;
}

#activity_modal .users {
	padding: 0;
	margin: 0;
}

#activity_modal .users .user {
	margin: 0 10px 10px 0;
}

#activity_modal .users img {
	width: 80px;
	height: 80px;
	border-radius: 3px;
}

#activity_modal .statuses,.planning-comment-row .statuses {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

#activity_modal .statuses .status,.planning-comment-row .statuses .status {
	padding: 6px 10px;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid transparent;
	display: block;
}

#activity_modal .statuses .selected .status, .planning-comment-row .statuses .selected .status {
	padding: 6px 10px;
	border-radius: 4px;
}

#activity_modal .statuses .status.text-yellow {
	color: #c09853;
}

#activity_modal .statuses .selected .status.text-info,.planning-comment-row .statuses .selected .status.text-info {
	background-color: #d9edf7;
	border: #bce8f1 1px solid;
}

#activity_modal .statuses .selected .status.text-error, .planning-comment-row .statuses .selected .status.text-error {
 background-color: #f2dede;
 border: #eed3d7 1px solid;
}

#activity_modal .statuses .selected .status.text-yellow,.planning-comment-row .statuses .selected .status.text-yellow {
 background-color: #fcf8e3;
 border: #fbeed5 1px solid;
}

#activity_modal .statuses .selected .status.text-success, .planning-comment-row .statuses .selected .status.text-success {
	background-color: #dff0d8;
	border: #d6e9c6 1px solid;
}

/* ==============================
	NEW ACTIVITY MODAL
============================== */

#new_activity .company, #new_activity .contacts, #new_activity .project, #new_activity .article, #new_activity .indirect {
	display: inline-block;
	vertical-align: middle;
}

#new_activity .thumbnails .thumbnail:hover {
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #a1c490;
}

#new_activity .thumbnails .thumbnail.selected {
	border: 1px solid #a1c490;
}

#new_activity .thumbnails .selected_icon {
	right: 23px;
	top: 5px;
	color: #478848;
}

#new_activity .thumbnails .selected_icon i:before {
	background-color: white;
	padding: 1px;
	border-radius: 50%;
}

#new_activity .users {
	padding: 0;
	margin: 0;
}

#new_activity .users .user {
	margin: 0 10px 10px 0;
}

#new_activity .users img {
	width: 80px;
	height: 80px;
	border-radius: 3px;
}
#new_activity .article_selected_items {
	display: inline-block;
	width: min-content;
}

#new_activity .btn {
	vertical-align: top;
}

#new_activity #inp_project_article {
	vertical-align: top;
	margin-bottom: 5px;
}

#new_activity .project {
	margin-bottom: 5px;
}

#new_activity .items-dropdown-container, #offerte_files .items-dropdown-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.items-dropdown-container .items-dropdown ul {
	margin: 0;
	max-height: 255px;
	overflow-y: scroll;
}

#new_activity .items-dropdown, #offerte_files .items-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: 175%;
}
#offerte_files .items-dropdown ul {
	margin: 0;
}
#offerte_files .items-dropdown li {
	padding: 5px 10px;
	cursor:pointer;
}
#offerte_files .items-dropdown li:hover {
	background-color: #003A40 !important;
	color: #fff !important;
}

#new_activity .items-dropdown hr, #offerte_files .items-dropdown hr {
	margin: 5px;
}

#new_activity .items-dropdown.active, #offerte_files .items-dropdown.active {
	display: block;
}
#offerte_files ul {
	list-style: none;
}
#new_activity .items-dropdown ul, #offerte_files .items-dropdownul {
	margin: 0;
}

#new_activity .items-dropdown ul li {
	padding: 2px 5px;
	cursor: pointer;
}

#new_activity .items-dropdown ul li:nth-child(2n), #offerte_files .items-dropdown ul li:nth-child(2n) {
	background-color: #f6f6f6;
}

#new_activity .control-group-container {
	/* min-width: max-content; */
}

#new_activity .control-group-container .control-group {
	display: inline-block;
}

#new_activity .control-group-container .control-group.small {
	vertical-align: bottom;
}
#new_activity .control-group-container .control-group.small .control-label {
	width: unset;
	margin: 0 20px 0 30px;
}
#new_activity .control-group-container .control-group.small .controls {
	margin-left: 0;
	float: left;
}
#new_activity .control-group-container .control-group.small .controls .date_input {
	width: 100px;
}

#planning-content a#week_terug,
#planning-content a#week_verder{
	cursor:pointer;
	display: block;
	width: 100%;
}

#planning-content a *{
	pointer-events: none;
}