@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700|Source+Sans+Pro:400,700");
/*
 * apply a natural box layout model to all elements, but allowing components to change
 * www.paulirish.com/2012/box-sizing-border-box-ftw/
 */

html {
	box-sizing: border-box;
	overflow: auto;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*html,
body {
	font-size: 100% !important;
}*/

.w1600 {
	max-width: 1900px !important;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.nine,
.ten,
.eleven,
.twelve {
	padding: 20px;
}

span.badge.badge-due {
	background: #0003;
}

html,
body,
section {
	height: 100%;
	min-height: 100%;
}

h2 {
	font-family: "Secular One";
	font-weight: normal;
	font-size: 3em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-appearance: none;
	word-break: break-all;
}

/*
* {
	transition: all .02s linear;
}
*/

/*form
{
	max-width: 980px;
} */

td.action {
	width: 112px !important;
	padding: 0 !important;
	display: inline-block;
	border: 0 !important;
}

td.action .btn-group {
}

td.action a {
	margin-left: -1px !important;
	margin-bottom: -1px !important;
}

td.action a:hover {
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	background-color: #222;
	color: #666 !important;
	padding: 0 !important;
	/* padding-top: 37px !important; */
}

html.modal-window body {
	background-image: none;
}

html.modal-window body footer,
html.modal-window body .jack-panel {
	display: none;
}

html.modal-window body,
html.modal-window body main {
	margin-top: 0 !important;
	padding-top: 0px !important;
}

html.modal-window {
	overflow-y: auto;
}

.venoframe {
	background: #f8f8f8;
}

a {
	color: #d05649;
}

/**
 * Fancy links
 */

.contents table:not(#invoices) td:not(.action) a:not(.btn):not(.no-fancy),
td {
	color: #999 !important;
	text-decoration: none;
}

.contents table:not(#invoices) td:not(.action) a:not(.btn):not(.no-fancy):hover {
	color: #f14f51 !important;
	text-decoration: none;
}

.contents table:not(#invoices) td.alt a:not(.btn):not(.no-fancy) {
	color: #999 !important;
	text-decoration: none;
}

.contents table:not(#invoices) td.alt a:not(.btn):not(.no-fancy):hover {
	color: #f14f51 !important;
	text-decoration: none;
}

/**
 * Home
 */

fieldset li a,
section.card a:not(.btn):not(.no-fancy) {
	color: #666 !important;
	text-decoration: none;
}

fieldset li a:hover,
section.card a:not(.btn):not(.no-fancy):hover {
	color: #f14f51 !important;
	text-decoration: none;
}

span.inner .edit-icons {
	position: absolute;
	right: 8px;
	top: 8px;
}

span.inner .edit-icons a {
	opacity: 0;
	text-decoration: none;
	background: none;
}

span.inner:hover .edit-icons a {
	opacity: 1;
	padding: 0 0 5px 5px;
}

input[type="search"] {
	border: 1px solid #e3e0db;
}

.grid {
	max-width: initial;
}

.page-home td[class^="field-icon-"],
.page-home td[class*=" field-icon--"] {
	background-image: url(../contents/images/icons/16/bon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px !important;
}

.width-narrow {
	max-width: 1200px;
	margin: 0 auto;
}

td.field-icon-bon {
	background-image: url(../contents/images/icons/16/bon.png);
}

td.field-icon-pagina {
	background-image: url(../contents/images/icons/16/pagina.png);
}

td.field-icon-bedrijf {
	background-image: url(../contents/images/icons/16/bedrijf.png);
}

td.field-icon-factuur {
	background-image: url(../contents/images/icons/16/factuur.png);
}

td.field-icon-project {
	background-image: url(../contents/images/icons/16/project.png);
}

td.field-icon-contactpersoon {
	background-image: url(../contents/images/icons/16/contactpersoon.png);
}

div.meta,
section.card {
	box-shadow: 2px 0 10px rgba(48, 48, 48, 0.1);
}

div.meta {
	border: 1px solid #444;
	border-width: 1px 1px 3px 1px;
	padding: 20px;
	background: #444;
	color: #fff;
}

div.meta h1 {
	font-family: "Secular One";
	font-weight: normal;
	font-size: 2em;
	line-height: 1;
	text-transform: uppercase;
	-webkit-appearance: none;
	word-break: break-all;
}

div.meta h1 span.type {
	color: #ccc;
}

div.meta .float.right p {
	padding: 0;
	margin: 0;
	text-align: right;
}

div.meta .float.right p.btn-group {
	padding-bottom: 5px;
}

div.meta p.date {
	opacity: 0.5;
	display: -webkit-box;
	/*fix for maak factuur button*/
}

div.meta p.btn-group {
	margin-bottom: 5px;
}

div.meta a.btn {
	/*font-size: 12px;*/
	padding: 5px 8px;
}

div.meta a.btn span {
	display: none;
}

.btn {
	font-size: 13px;
}

.btn-default {
	color: #ddd;
	background-color: #333;
	border-color: #444;
	border-radius: 0;
}

.brok .btn-default {
	background-color: rgba(240, 240, 240, 0.5);
}

.current,
.btn-default:hover {
	color: #fff;
	background-color: #d05649;
	border-color: #d05649;
}

a.filter-sub {
	padding: 6px;
	color: #ccc;
	border-left-style: dotted;
}

a.filter-sub.current {
	color: #fff;
}

a.filter-date-q1,
a.filter-date-q2,
a.filter-date-q3,
a.filter-date-q4 {
	display: none;
}

.date-year-current a.filter-date-q1,
.date-year-current a.filter-date-q2,
.date-year-current a.filter-date-q3,
.date-year-current a.filter-date-q4 {
	display: inline-block;
}

.date-year {
	display: inline-block;
	float: left;
	margin-left: -1px;
}

.date-year:hover a.filter-date-q1,
.date-year:hover a.filter-date-q2,
.date-year:hover a.filter-date-q3,
.date-year:hover a.filter-date-q4 {
	display: inline-block !important;
}

/*
 * Detail grid
	.lg-25.md-50
 */

section.card {
	border: 1px solid #444;
	border-width: 0 1px 1px 0;
	padding: 20px;
	/* background: rgba(255, 255, 255, 0.5); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	/* Bootstrap 4.5.0 fix */
	background-color: transparent;
	flex-direction: inherit;
	border-radius: 0;
}

.brok {
	vertical-align: top;
	width: 50%;
	padding: 20px;
	border: 1px solid #444;
	border-width: 1px 0 0 1px;
}

.page-nl-home fieldset .brok {
	padding: 8px;
}

.page-nl-home fieldset section.card,
.page-nl-home fieldset .brok {
	border-color: #333;
}

.meta .float.right {
	padding-left: 10px;
}

.brok {
	position: relative;
}

.brok label.control-label {
	display: inline-block;
	margin-bottom: 0;
	overflow: inherit;
	text-overflow: ellipsis;
	color: #ccc;
}

.brok label.control-label small {
	color: #ccc;
}

.brok .edit.val {
	overflow: hidden;
	text-overflow: ellipsis;
}

.brok fieldset.related {
	border: none;
	padding: 0;
}

.brok fieldset.related legend {
	display: none;
}

.brok p.button-bar {
	/*	position: absolute;
	top: 0;
	right: 0;
	margin: -1px -1px 0 0; */
	margin-bottom: 0;
	padding-bottom: 0;
}

.brok .control-label span {
	/*border-bottom: 1px solid #eee;*/
	color: #ccc;
}

.brok.lg-100 {
	width: 100%;
}

.brok.lg-75 {
	width: 75%;
}

.brok.lg-66 {
	width: 33%;
}

.brok.lg-50 {
	width: 50%;
}

.brok.lg-33 {
	width: 33.333%;
}

.brok.lg-25 {
	width: 25%;
}

.err {
	color: #f00;
}

/**
 * Table filter
 */

p.filter-table {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	padding: 0;
	margin: 0;
}

.filter-table .quick {
	margin-left: 0.5em;
	font-size: 0.8em;
	text-decoration: none;
}

.filter-table .quick:hover {
	text-decoration: underline;
}

.filter-table input[type="search"] {
	padding: 5px 10px;
	margin: 5px;
	border-radius: 0 !important;
	border: 1px solid;
	background: #111;
	transition: 0.1s linear all;
	z-index: 99999999;
	opacity: 0;
}

.filter-table input[type="search"]:focus {
	outline: none;
	border: 0;
	background: #d05649;
	color: #fff;
	margin: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 32px;
	opacity: 1;
}

.filter-table ::-webkit-input-placeholder {
	color: #999;
}

.filter-table :-moz-placeholder {
	/* Firefox 18- */
	color: #999;
}

.filter-table ::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
}

.filter-table :-ms-input-placeholder {
	color: #999;
}

td.alt {
	background: #f4433629 !important;
	border-color: #f4433629 !important;
}

/**
 * Datatables filter/search
 */

div.dataTables_filter input {
	background-image: url(../contents/images/icons/16/search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	height: 34px;
}

header {
	background-color: #799abd;
	background-color: #86ae94;
	background-color: #79b0bd;
	background-color: #f46353;
	background-color: #126c8d;
	background-color: #fff;
	/*	background-image: url(../contents/images/miami.png);
	background-position: calc(50% - 50px) bottom;
	background-repeat: no-repeat;*/
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

main {
	margin-top: 30px;
}

#toggle-edit-container {
	visibility: hidden;
}

.mascotte {
	background: rgba(72, 72, 72, 0.1);
	background-color: rgb(173, 216, 230);
	color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	text-shadow: 2px 2px 0px rgba(72, 72, 72, 0.1);
	text-shadow: 3px 3px 0 rgba(107, 147, 160, 0.5);
	/*font-size: 16px;*/
	line-height: 16px;
	vertical-align: super;
	display: none;
	/*
	background: -webkit-gradient(
	  radial, 500 50%, 10, 500 50%, 80, from(orange), color-stop(0.8, #fff), to(lightblue)
	);

	background: -moz-radial-gradient(
	  500px 50%, circle, orange 10px, #fff 66px, lightblue 80px
	);
*/
}

/*.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	background: #ADD8E6 !important;
	border-color: #6B93A0 !important;
	color: #fff !important;
}*/

a.punch-logo {
	background: none !important;
	max-height: 37px;
	vertical-align: bottom;
	position: fixed;
	top: 0;
	left: 42px;
	padding: 0;
	z-index: 1978;
}

h1.punch {
	font-family: "Secular One";
	font-weight: normal;
	font-size: 9em;
	line-height: 1;
	letter-spacing: 0.1em;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-appearance: none;
	word-break: break-all;
	display: none;
}

h1.punch a,
h1.punch a:hover {
	color: #d05649;
	text-decoration: none;
}

html.login h1.punch,
html.login h1.punch a {
	color: #fff;
}

html.login h1.punch {
	text-align: center;
	padding: 0 0 80px 0;
	margin: 0;
	display: block;
}

html.login h1.punch a {
	line-height: 0;
}

html.login .alert {
	border-radius: 0 0 4px 4px;
}

.alert {
	max-width: 1120px !important;
	border-radius: 0;
	border: none;
	background-color: #000;
}

table {
	border-style: solid;
	border-width: 1px 0;
	border-color: #d3d1c1;
	/*table-layout: fixed; */
}

table td,
table tr {
	font-family: "Lato", "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: auto !important;
	max-width: 12em;
}

table td {
	position: relative;
	padding: 6px 8px !important;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #2b2b2b;
}

.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #222;
}

/**
 * Hide filtered table columns to save space
 */

html.hide-field-bedrijf .field-bedrijf,
html.hide-field-bedrijf .field-bedrijf,
html.hide-field-begroot .field-begroot,
html.hide-field-contactpersoon .field-contactpersoon,
html.hide-field-factuur .field-factuur,
html.hide-field-omschrijving .field-omschrijving,
html.hide-field-project .field-project,
html.hide-field-type .field-type {
	display: none;
}

/*table td:hover
{
	-webkit-font-smoothing: antialiased;
	overflow: visible;
	white-space: initial;
	width: 100% !important;
	position: absolute;
} */

thead th {
	background-color: #232323 !important;
	border: 1px solid #232323 !important;
	vertical-align: bottom;
	white-space: nowrap;
	border-bottom: 4px solid #d3d1c1;
	margin-bottom: 4px;
	padding: 4px;
	color: #ccc;
	/*font-size: 16px;*/
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
}

/*http://davidwalsh.name/css-tables-css3-alternate-row-colors*/

/*
tr:nth-child(odd)		{ background-color:#EFEEE6; }
tr:nth-child(even)		{ background-color:#fff; }
*/

word-break: .button:hover,
.form-submit:hover {
	background: #eee;
	cursor: pointer;
}

.button:hover {
	background-color: #dfded8 !important;
}

.button,
.views-exposed-widget .form-submit {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: rgba(0, 0, 0, 0.1);
	/* background-image: url(images/button.png); */
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	color: #333333;
	padding: 0.5em;
	margin: 0.25em;
	/*font-size: 11px;*/
	text-decoration: none;
}

.form-submitted form {
	/*    opacity: 0.7; */
}

body.form-submitted:before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #171717a6;
	background-image: url(../contents/images/loading.svg);
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	z-index: 3;
}

td.type-int {
	text-align: right;
}

html.login body {
	background-image: url(//i.imgur.com/g9sF3Ba.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-size: cover;
	background-position: center;
	text-align: center;
}

html.login {
	width: 100%;
	height: 100%;
}

html.login body {
	min-width: 100%;
	min-height: 100%;
}

html.login form {
	position: absolute;
	top: -25%;
	/*0*/
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 476px;
	max-height: 200px;
}

html.login input,
html.login button {
	padding: 10px;
	width: auto;
	border: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.submit {
	cursor: pointer;
}

html.login .password {
	width: 240px;
}

html.login .dim {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	z-index: -1;
	height: 100%;
	max-width: 100%;
}

header {
	clear: both;
}

div.stats {
	text-align: center;
	padding: 0 8px;
}

.page-punch form#add {
	padding: 0;
	text-align: right;
}

.page-punch input.add {
	cursor: pointer;
	color: #7c7b78;
	width: auto;
}

.page-punch input.block,
.page-punch input.desc {
	/*font-size: 12px;*/
	text-align: left;
	border: none;
	font-family: "Oxygen Mono", sans-serif;
}

.page-punch input.block {
	font-family: "Oxygen Mono", sans-serif;
	background: transparent;
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	color: #7c7b78;
}

.page-punch input.desc {
	font-family: "Oxygen Mono", sans-serif;
	padding: 4px 10px;
	margin-bottom: 0;
	width: 100%;
	height: 32px;
	background: #fff;
	border-color: #d9d6d1;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #ccc #ccc #fff #ccc;
	border-style: solid;
	border-width: 1px;
}

.page-punch input.start,
.page-punch input.diff {
	/*	margin-right:5px; */
}

.page-punch input.active {
	color: #7c7b78;
}

.page-punch form {
	padding: 0 8px 8px 8px;
	text-align: center;
}

.page-punch form input {
	width: 118px;
	padding: 6px 10px;
	margin: 0;
}

.btn {
	/*font-size: 13px;*/
}

.big {
	/*font-size: 46px;*/
	width: 100%;
	padding: 0 6px 10px 6px;
	background-color: #5d8d1b;
	color: white;
	border: none;
	display: block;
	white-space: nowrap;
	-webkit-appearance: none;
	font-family: "Rochester";
}

.big.hot {
	background-color: #d14836;
	-webkit-animation: hot 1s ease-out;
	-webkit-animation-iteration-count: 3;
}

@-webkit-keyframes hot {
	0% {
		background-color: #d14836;
	}

	50% {
		background-color: #900;
	}

	100% {
		background-color: #d14836;
	}
}

.b {
	width: 50%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.page-punch input:focus {
	color: #000;
	outline: none;
}

.page-punch label {
	display: block;
	padding: 0;
	text-align: left;
	color: #7c7b78;
	/*font-size: 11px;*/
	font-family: "segoe ui", sans-serif;
	text-shadow: none;
	text-transform: lowercase;
}

.page-punch label span {
	opacity: 0.7;
}

/**
 * Controls
 */

.controls {
	position: static;
	display: block;
	padding: 5px;
	text-align: right;
}

/* #transistor_radio:hover .controls {
	background: rgba(255, 255, 255, 0.3);
} */

.controls a:hover {
	opacity: 1;
}

.controls a.logout {
	color: #f36252;
}

.controls a:hover {
	transform: rotate(90deg);
}

.controls a {
	color: #444;
	background: #fff;
	vertical-align: middle;
	display: inline-block;
	width: 28px;
	height: 28px;
	z-index: 87911978;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	padding: 0;
	border-radius: 50%;
	margin: 0;
	transition: all 0.1s linear;
	font-size: 18px;
	text-align: center;
}

.controls a span {
	display: none;
}

span.error {
	color: #f00;
}

.form-group {
	margin-bottom: 20px;
	padding-right: 6px;
	white-space: nowrap;
	display: inline-block;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/*	margin-left: -1px;*/
}

label.control-label {
	margin-bottom: 0;
	font-weight: 300;
	/* color: #f46353; */
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.7;
}

textarea.form-control {
	min-height: 84px;
}

hr {
	border-bottom: 1px solid #444;
}

/*temp fix*/

/* .form-group {
	filter: invert(100%);
} */

.form-control,
.input-group-addon,
.input-group-text,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #909090;
	background-color: #1b1b1b;
	border: 1px solid #1b1b1b;
	border-radius: 0;
}

.form-control:focus {
	border-color: #222222;
	color: inherit;
	/* box-shadow: none; */
	background-color: #1b1b1b;
}

select.form-control,
select.form-control:focus {
	padding: 2px !important;
	min-height: auto !important;
	color: #fff !important;
	/* background: #d05649; */
}

select.form-control option {
	color: #fff !important;
}

span.edit.editable {
	display: block;
}

form.editableform {
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Likely future */
}

/* .editable-input {
	white-space: nowrap;
} */

.combodate {
	color: #ccc !important;
}

input.input-small {
	color: #444;
}

i.glyphicon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i.glyphicon.glyphicon-ok:before {
	content: "\f00c";
}

i.glyphicon.glyphicon-remove:before {
	content: "\f00d";
}

/* temp fix for bootstrap*/
.input-group-addon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	background-color: #444;
	border: 1px solid #444;
	border-radius: 0;
}

.input-group-text,
.input-group-addon {
	background-color: #2d2d2d;
	border-color: #2d2d2d;
}

/* .form-type-set .form-control-label,
.form-type-enum .form-control-label {
	margin-bottom: 0;
} */

label.radio-custom {
	margin-bottom: 0;
	font-size: 13px;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-top;
}

fieldset.attachments li {
	width: 50%;
	float: left;
}

input.form-control-file {
	border: 1px solid #444;
	padding: 5px;
	width: auto;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	color: #fff;
	background: #6b6b6b;
	border: 1px solid #6b6b6b;
}

.empty {
	border-color: transparent transparent #5c3e1a transparent;
	border-bottom-width: 2px;
}

.empty:required {
	border-color: transparent transparent #f00 transparent;
}

/* .input-group-addon {
	border-right-color: #555;
} */

/* .input-group-addon {
	color: #fff;
	background-color: #444;
	border: 1px solid #444;
} */

.input-group-addon,
.form-control,
.select2-container--bootstrap .select2-selection {
	border-radius: 0;
}

.select2-container--bootstrap .select2-selection--single {
	padding: 6px 24px 6px 8px;
}

.form-control {
	min-height: 34px;
	padding: 5px 8px;
	line-height: inherit;
	font-size: 14px;
}

.form-group small {
	float: right;
}

label.form-control-label {
	font-weight: bold;
}

select#invoicestemplate {
	text-transform: lowercase;
}

.form-invoices .form-group.form-name-currency,
.form-invoices .form-group.form-name-btw_percentage {
	width: 15%;
	float: left;
}

.form-invoices .form-group.form-name-datum,
.form-invoices .form-group.form-name-datum_betaald,
.form-invoices .form-group.form-name-factuurno,
.form-invoices .form-group.form-name-factuurstatus,
.form-invoices .form-group.form-name-referentie,
.form-invoices .form-group.form-name-template {
	width: 25%;
	float: left;
}

.form-projects .form-name-status,
.form-projects .form-name-start,
.form-projects .form-name-deadline,
.form-projects .form-name-currency,
.form-projects .form-name-begroot,
.form-projects .form-name-uren,
.form-projects .form-name-uurtarief,
.form-receipts .form-name-currency,
.form-receipts .form-name-bedrag,
.form-receipts .form-name-btw_percentage {
	width: 33%;
	float: left;
}

.form-invoices .form-group.form-name-project,
.form-invoices .form-group.form-name-adres,
.form-invoices .form-group.form-name-bedrijf,
.form-invoices .form-group.form-name-betreft,
.form-invoices .form-group.form-name-contactpersoon,
.form-receipts .form-name-datum,
.form-receipts .form-name-bedrijf,
.form-receipts .form-name-factuurnummer,
.form-receipts .form-name-betaald,
.form-projects .form-name-bedrijf,
.form-projects .form-name-contactpersoon,
.form-projects .form-name-naam,
.form-projects .form-name-projectnummer,
.form-projects .form-name-referentie,
.form-projects .form-name-url,
.form-worksheets .form-name-datum,
.form-worksheets .form-name-declarabel,
.form-worksheets .form-name-project,
.form-worksheets .form-name-status,
.form-worksheets .form-name-tijd,
.form-worksheets .form-name-uurtarief,
.form-people .form-name-bedrijf,
.form-people .form-name-email,
.form-people .form-name-naam,
.form-people .form-name-telefoon,
.form-companies .form-name-naam,
.form-companies .form-name-type,
.form-companies .form-name-email,
.form-companies .form-name-telefoon,
.form-companies .form-name-adres,
.form-companies .form-name-url {
	width: 50%;
	float: left;
}

.form-invoices .form-name-project,
.form-invoices .form-name-worksheets,
.form-invoices .form-name-bedrijf,
.form-invoices .form-name-adres,
.form-invoices .form-name-currency,
.form-invoices .form-name-notitie {
	clear: left;
}

fieldset {
	float: none;
	clear: both;
}

.form-invoices .form-group.form-name-bedrag {
	width: 70%;
	float: left;
}

small.mute {
	opacity: 0.5;
}

/*
.controls a
{
	padding: 3px 7px;
color: #fff;
text-decoration: none;
display: inline-block;
cursor: pointer;
float: left;
}

.logout {
	background-color: #EB4C07;
}
*/

/**
 * Punch
 */

ul.clock-selector {
	display: inline-block;
	min-width: 100px;
	width: 25%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 2px;
	list-style: none;
	white-space: nowrap;
	word-wrap: break-word;
	vertical-align: top;
	float: left;
}

ul.clock-selector:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

ul.clock-selector li {
	list-style: none;
	position: relative;
}

.example {
	color: #ccc;
}

ul.clock-selector a {
	color: #7c7b78;
	/*font-size: 12px;*/
	padding: 8px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.clock-selector a:hover {
	overflow: visible;
}

header ul.clock-selector:last-child li,
ul.clock-selector li:last-child a {
	margin-right: 0;
}

.clock:hover {
	border-color: #5d8d1b;
}

ul.clock-selector .clock-type {
	text-transform: uppercase;
	/*font-size: 24px;*/
	text-align: center;
	color: #473c3c;
	padding: 6px 6px 0 6px;
	margin: 0;
	text-decoration: none;
	border: 0;
	min-height: 36px;
}

a.handle {
}

small {
	padding: 2px 4px;
	font-family: "segoe ui", sans-serif;
	font-size: 11px;
	text-shadow: none;
	text-transform: lowercase;
	/*background: #d0d0d0;
	color: #fff;*/
}

small i.fa {
	/*color: #aaa;*/
}

small.t1 {
	padding: 2px 4px;
	background-color: #7c7b78;
	color: white;
}

a small.end {
	/*font-size: 9px;*/
	padding: 2px 0;
	color: #aaa;
	float: right;
}

a:hover small.end {
	/*display: inline-block;*/
}

.clock-type.disabled {
	min-height: 30px;
}

ul.clock-selector .inactive,
ul.clock-selector .sortable-placeholder {
	color: #333;
}

ul.clock-selector li.inuse:hover {
	background-color: #fff;
	transform: rotate(2deg);
	z-index: 1978;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

ul.clock-selector li.current.inuse:hover {
	transform: rotate(0deg);
}

ul.clock-selector .inuse {
	background-color: rgba(255, 255, 255, 0.9);
}

ul.clock-selector a {
	display: block;
}

ul.clock-selector span {
	font-family: "Open Sans", sans-serif;
}

ul.clock-selector .inactive a {
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(124, 123, 120, 0.5);
}

ul.clock-selector .inactive a:hover {
	color: #666;
}

ul.clock-selector .current {
	color: #fff;
	border-color: #5d8d1b;
	border-width: 5px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

ul.clock-selector .current:hover {
	background-color: #efeee6;
}

ul.clock-selector .current a {
	color: #7c7b78;
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #7c7b78;
	padding-bottom: 10px;
}

ul.clock-selector .current a:hover {
	color: #7c7b78;
}

ul.clock-selector .hot {
	border-color: #eb4c07;
	color: #fff;
}

ul.clock-selector .hot.current {
	border-color: #bc4130 !important;
}

/*ul.clock-selector .hot.current a {background-color:#bc4130 !important;} */

/* animation */

.gps_ring {
	border: 3px solid #7c7b78;
	-webkit-border-radius: 40px;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

header,
section {
	display: block;
}

.connected,
.sortable,
.exclude,
.handles {
	margin: auto;
	padding: 0;
	width: 310px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.connected li,
.sortable li,
.exclude li,
.handles li {
	list-style: none;
	border: 1px solid transparent;
	margin: 4px 0 0 0;
	min-height: 33px;
}

.handles span {
	cursor: move;
}

.sortable.grid li {
	line-height: 80px;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
}

li.highlight {
	background: #fee25f;
}

li.sortable-placeholder {
	min-height: 34px;
	background-color: rgba(0, 0, 0, 0.1);
	/*			border: 1px dashed #fff;
			border-radius: 4px;
			background-color: rgba(255,255,255,1);
			  transform: rotate(1deg); */
}

/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

::-webkit-input-placeholder {
	color: #ccc !important;
	font-style: italic;
	opacity: 0.3 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc !important;
	font-style: italic;
	opacity: 0.3 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc !important;
	font-style: italic;
	opacity: 0.3 !important;
}

:-ms-input-placeholder {
	color: #ccc !important;
	font-style: italic;
	opacity: 0.3 !important;
}

::placeholder {
	color: #ccc !important;
	font-style: italic;
	opacity: 0.3 !important;
}

/**
 * Scrollbar
 */

/*
*::-webkit-scrollbar-track {
  background: rgba(255,255,255,.75);
}

*::-webkit-scrollbar {
  width: 8px !important;
}

*::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
	border-radius: 8px;
	opacity: 1;
	display: block;
}
*/

/**
 * Material style Box shadows
 * @link https://medium.com/@Florian/freebie-google-material-design-shadow-helper-2a0501295a2d
 */

.box-shadow-1 {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-2 {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-3 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-4 {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-shadow-5 {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.select2-container {
	min-width: 100px;
	/* min-width: 100%; */
	display: block;
}

.page-invoices tbody {
	border-bottom: 2px solid #506975;
}

/* tr.totals td {
	padding: 4px 8px !important;
	background: #607d8b !important;
	border-color: #6e8e9d !important;
	color: #fff;
} */

tr.totals td {
	padding: 4px 8px !important;
	background: #ffc107a3;
	color: #ffffff9e !important;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
	margin-bottom: 5px;
}

.editable-container,
.editable-inline,
.control-group,
.form-group,
.editable-input,
.editable-input input.form-control {
	width: 100%;
}

.editable-input input.form-control {
	display: block;
	width: 100% !important;
	font-size: 14px !important;
	font-family: "Droid Sans" !important;
	height: auto;
	min-height: auto;
	padding: 8px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 0 solid #ccc;
	border-radius: 0;
	box-shadow: inset 0 0 3px rgba(72, 72, 72, 0.15);
}

.brok .editable-input input.form-control {
	padding: 0;
	border: 0;
	box-shadow: none;
	background-color: rgba(255, 204, 0, 0.1);
	margin-top: -1px;
}

.brok .editable-container.editable-inline {
	margin-top: -1px;
}

.editable-container.editable-inline {
	/* background: #2b2b2b;
	z-index: 99999; */
}

.editableform .control-group {
	padding-right: 0;
}

/**
 * Stopwatch
 */

span.tm {
	background-color: #6a9637;
	color: #fff;
	margin: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	vertical-align: bottom;
	margin-right: 0;
	padding: 0 4px;
}

.sw.sw-running:before,
.sw.sw-running:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-radius: 999px;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 3px 1px #a68ed2, inset 0 0 3px 1px #a68ed2;
	z-index: 1;
}

.sw {
	background-color: #444;
	border: 0;
	color: #fff;
	margin: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	vertical-align: bottom;
	margin-right: 0;
	padding: 0 4px;
}

.page-nl-home .sw {
	background-color: #333;
	border-right: 1px solid rgba(72, 72, 72, 0.1);
	border-bottom: 1px solid rgba(72, 72, 72, 0.1);
	margin-bottom: -1px;
	color: #999;
	padding: 5px;
}

.page-nl-home .sw[data-starttime="0"] {
	color: #ccc;
}

.sw:hover {
	background-color: #d05649;
	border-color: #d05649;
}

.sw-readonly:hover {
	background-color: #484848;
	cursor: default;
}

.sw.sw-running {
	background-color: #eb4c07;
	color: #fff;
	text-decoration: none;
}

/*https://css-tricks.com/almanac/selectors/a/attribute/*/

.badge[data-value^="-"] {
	background: #f46353;
}

.badge[data-value^="+"] {
	background: #1a1;
}

@-webkit-keyframes expand {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		box-shadow: 0 0 3px 1px #fff, inset 0 0 3px 1px #fff;
	}

	100% {
		width: 160px;
		height: 160px;
		margin-left: -80px;
		margin-top: -80px;
		box-shadow: 0 0 25px 3px #fff, inset 0 0 25px 3px #fff;
	}
}

@keyframes expand {
	0% {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-top: 0;
		box-shadow: 0 0 3px 1px #fff, inset 0 0 3px 1px #fff;
	}

	100% {
		width: 160px;
		height: 160px;
		margin-left: -80px;
		margin-top: -80px;
		box-shadow: 0 0 25px 3px #fff, inset 0 0 25px 3px #fff;
	}
}

.sw.sw-running:before {
	-webkit-animation: expand 2000ms infinite ease-in;
	animation: expand 2000ms infinite ease-in;
}

.page-nl-home .emb {
	height: 2px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #111;
	margin: 20px 0;
}

/*.sw.sw-running:after {
	-webkit-animation: expand 2000ms infinite 1000ms ease-in;
	animation: expand 2000ms infinite 1000ms ease-in;
}*/

.sw:focus,
.sw:hover {
	color: #fff;
	text-decoration: none;
}

.page-nl-home .sw,
.page-nl-home .tm {
	text-align: right;
	display: block;
}

.page-nl-home span.tm {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 12px;
}

.page-nl-home .float.left:hover span.tm {
	display: block;
}

.page-nl-home .float.left {
	padding: 0 10px 0 0;
}

.page-nl-home fieldset {
	padding: 0;
	/* border: 1px solid rgba(72, 72, 72, 0.1); */
	position: relative;
	/* box-shadow: 1px 1px 10px rgba(48, 48, 48, 0.03); */
}

.page-nl-home legend {
	padding: 0 5px;
	margin: 0;
	border-bottom: 0;
	font-family: Secular one;
	text-transform: uppercase;
	color: #727272;
	width: 100%;
	/* border-bottom: 2px solid rgba(72, 72, 72, 0.1); */
	display: inline-block;
}

.page-nl-home fieldset ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

.page-nl-home fieldset li {
	/*border-bottom: 1px solid #eee;*/
	border-top: 1px solid #333;
	position: relative;
}

span.inner {
	padding: 5px;
	display: block;
}

/* .top-list-worksheets ul li {
	overflow: overlay;
} */

.top-list-worksheets ul a {
	word-break: break-all;
}

.page-nl-home ul {
	margin-bottom: 0;
}

/* .page-nl-home .top-list ul li i.fa {
	color: #999;
} */

td:not(.action) i.fa,
.page-nl-home .top-list ul li i.fa {
	padding-right: 5px;
}

fieldset {
	padding: 20px;
	border: 1px dotted rgba(72, 72, 72, 0.2);
}

fieldset.related li {
	font-size: 14px;
	margin-bottom: 1px;
}

legend {
	width: auto;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

abbr.help {
	/*font-size: 12px;*/
	background: #fff;
	border-radius: 50%;
	float: right;
	display: inline-block;
	padding: 4px;
	min-height: 26px;
	min-width: 26px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}

/**
 * Quick fade on target to attract user attention
 */

:target {
	-webkit-animation: target-fade 3s 1;
	-moz-animation: target-fade 3s 1;
}

@-webkit-keyframes target-fade {
	0% {
		background-color: rgba(255, 255, 0, 0.5);
	}

	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

@-moz-keyframes target-fade {
	0% {
		background-color: rgba(255, 255, 0, 0.5);
	}

	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

/**
 * Player
 */

audio::-webkit-media-controls-enclosure {
	border-radius: 0;
}

audio#player {
	width: 100%;
	display: block !important;
	filter: invert(1);
	opacity: 0.5;
	position: absolute;
	bottom: 0;
}

#transistor_radio {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: -190px;
	z-index: 999;
	height: 100%;
	transition: all 0.1s linear;
	opacity: 0.3;
	background: #151515;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
}

#transistor_radio:hover {
	opacity: 1;
	background: #222;
	right: 0;
}

.cc-controls {
	font-size: 20px;
}

.cc-controls i {
	padding: 2px;
}

.cc-controls i:hover {
	cursor: pointer;
	color: #fff;
}

.session {
	color: #33b5e5;
}

#audio_list {
	padding: 0;
	margin: 0;
}

/* #audio_list li {
	border-left: 1px solid rgb(72, 72, 72, 0.3);
	border-right: 1px solid rgb(255, 255, 255, 0.3);
} */

#audio_list a.btn-sm {
	padding: 6px 10px;
	width: 100%;
	text-align: left;
	border-radius: 0;
	/*font-size: 11px;*/
}

#audio_list a.btn-sm.focus,
#audio_list a.btn-sm:focus {
	outline: 0;
	box-shadow: 0 0 13px 0.2rem #f463534a;
}

.player a.track {
	color: rgba(243, 241, 238, 0.6);
}

.player a.track:hover {
	color: rgba(243, 241, 238, 1);
	background-color: rgba(72, 72, 72, 0.3);
	color: #fff;
}

/* .player a.playing,
.player a.playing:hover {
	color: #fff;

	background-position: 5px;
	background-image: url(../contents/images/playing.gif);
	background-size: 16px;
	background-repeat: no-repeat;
	padding-left: 25px !important;
} */

#audio_list a span {
	opacity: 0.5;
}

.player a.playing {
	box-shadow: 0 0 13px 0.2rem #f463534a;
}

#transistor_radio:hover .player a.playing,
#transistor_radio:hover .player a.playing:hover {
	background-position: 3px;
}

.player a.track.playing,
a.playing .fa {
	color: #f36253;
}

.strike,
.strike * {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.7;
	text-decoration: line-through;
}

img.favicon {
	max-width: 16px;
	max-height: 16px;
	margin-right: 6px;
	vertical-align: text-top;
}

span.seperator {
	opacity: 0.3;
}

/**
 * Notepad
 */

fieldset.notepad {
	padding: 0;
}

#notepad {
	height: 100%;
	width: 100%;
	border: 0;
	min-height: 100px;
	padding: 20px;
	display: block;
}

#notepad:focus {
	outline: none;
	background: rgba(255, 204, 0, 0.5);
}

::selection,
::-moz-selection {
	background: #337ab7;
}

/**
 * Footer
 */

footer {
	padding-top: 40px !important;
}

footer p {
	color: rgba(255, 255, 255, 0.3);
}

.btn-group label.group-header {
	display: block;
	position: absolute;
	top: -17px;
	left: 0;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}

.btn-group:hover label.group-header {
	color: #fff;
}
