@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0; padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}
.wrapper {
	width:100%;
	height:100%;
	background-color:#eaeaea;
}

.top_header {
	height:60px;
	position:relative;
}
.top_header .right {
	position:absolute; right:0; top:0;
	padding:10px; color:#FFF;
	text-align:right;	
	line-height:19px;
}
.menu_holder {
	width:200px;
	height:100%;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;
}
.right_holder {
	margin-left:200px;
	height:100%;	
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;
}
.content_wrapper {
	position:relative;
	width:100%;
	height:100%;
	background-color:#FFF;
	
}

h1, h2, h3 {
	margin:0; padding:0;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
h2 {
	margin-bottom:0px;
}
span.small {
	color:#666;
	font-size:11px;
	font-style:italic;
}
.relholder {
	position:relative;
}
hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/*TOP HEADER*/
.right .current_date {
	font-size:15px;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}
.right .links a {
	font-size:13px;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
	color:#008cd9;
	text-decoration:none;
}
.right .links {
	font-size:13px;
	font-weight:100;
	font-family: 'Roboto', sans-serif;
}

/*Loading / DONE*/
.loading_holder {
	opacity:0;
	position:absolute;
	left:50%;top:15px;
	margin-left:-100px;
	width:32px; height:32px;
	transition:0.2s all;
}
.loading_holder.show {
	opacity:1;
}
.loading_holder img {
	width:100%; height:auto;
}

/*MENU*/
.menu {
	position:relative;
	top:100px;
}
.menu_item {
	width:200px;
	white-space:nowrap;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:17px;
	margin:15px 15px;
	color:#333;
	position:relative;
}
.menu_item > div {
	display:inline-block;
	white-space:normal;
	vertical-align:middle;
}
.menu_item.active {
	color:#46166b !important;
}
.menu_item:active{
	
 }

.menu_item .name {
	
}
.menu_item .icon {
	margin-right:10px;
	margin-left:10px;
	width:30px;
}
.menu_item .icon img {
	width:100%;
	height:auto;
}
.counter_holder {
	position:absolute;
	right:25px;
	top:2px;
	margin-left:5px;
	font-size:12px;
	color:#FFF;
	padding:1px 7px;
	border-radius:20px;
	background-color:#f64f5f;
	opacity:0;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;
}
.counter_holder.show {
	opacity:1;
}



.bottom_menu {
	position:absolute;
	left:15px;bottom:15px;
}
.bottom_menu a {
	display:block;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#666;
	text-decoration:none;
}
.bottom_menu a:hover {
	color:#333;
}

/*CONTENT*/
.header {
	background-color:#eaeaea;
	border-bottom:1px solid #d5d9e5;
	padding-top:10px;
	position:relative;
}
.header > h1 {
	padding-left:20px;
	margin-bottom:10px;
	display:inline-block;
	vertical-align:top;
}
.content {
	padding:20px;
	height:100%;
	overflow-y:scroll;
	box-shadow:0px 0px 2px rgba(0,0,0,0.5);
}
.header .tabs {
	display:inline-block;
	vertical-align:top;
	padding:5px 0 10px 12px;
	/*border-top:1px solid #d5d9e5;*/
}
.tab {
	display:inline-block;
	padding:3px 10px;
	cursor:pointer;
	border-radius:20px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	background-color:#FFF;
	color:#666;
}
.tab.active {
	background-color:#70acee;
	color:#FFF;
	box-shadow:inset 0px 1px 0px 0px #008cd9;
	border-top:1px solid #008cd9;

}
.contenttab {
	
}
.contenttab.hide {
	display:none;
}

.layout_specific {
	display:none;
}
.layout_specific.visible {
	display:block;
}

span.red {
	font-weight:bold;
	color:#c91415;
}
span.green {
	font-weight:bold;
	color:#7ddd37;
}
a.go_back {
	font-size:18px;
	color:#0098df;
	text-decoration:none;
}
span.smaller {
	font-size:18px;
	color:#666;
}







/*KLANT*/
.klant-logo {
	width:160px;
	position:absolute;
	left:15px; top:25px;
}
.klant-logo img {
	width:100%;
	height:auto;
}
/*DESIGNS*/
.d-logo {
	width:114px; height:27px;
	background-image:url(../img/logo.png);
	position:absolute;
	left:15px;
	bottom:15px;
	cursor:pointer;
}
.d-logo:hover {
	background-image:url(../img/logo-rollover.png);
}

/*Kies taal*/
.lang_choose {
	position:absolute;
	left:0;
	top:15px;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;
}
.lang_choose .lang_popup {
	position:absolute;
	top:37px;
	background-color:#181819;
	border-radius:3px;
	z-index:10;
	min-width:190px;
	display:none;
}
.lang_choose .lang_popup.show {
	display:block;
}
.current {
	background-color:#181819;
	border-radius:3px;
}
.current > div {
	display:inline-block;
	color:#CCC;
	vertical-align:middle;
	padding:10px;
}
.current .flag {
}
.current .flag img {
	width:20px;
	height:auto;
}
.current .chooser {
	cursor:pointer;
}
.current .chooser img {
	width:10px;
	height:auto;
}
.lang_choose .lang_popup > div {
	cursor:pointer;
}
.lang_choose .lang_popup > div:hover .name {
	text-decoration:underline;
}



/*OVERZICHTEN*/
.actionbar {
	margin-bottom:10px;;
	text-align:right;
	float:right;
	z-index:100;
	position:relative;
}
.actionbar .action {
	display:inline-block;
	background-color:#8e96b1;
	padding:10px 20px;
	text-transform:uppercase;
	color:#FFF;
	border:0;
	border-radius:30px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}
.actionbar .action:hover {
	background-color:#8261bf;
	color:#FFF;
}
table.overview th, table.edits th {
	background-color: #F5F6F6;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 9px 0 9px 3px;
    text-align: left;
}
table.overview td, table.edits td {
    border-bottom: 1px solid #CCCCCC;
    padding: 6px 0 6px 3px;
    text-align: left;
}
table.overview tr.executed td {
	background-color:#eaeaea;
}
table.overview tr.executed td:first-child {
	background-image:url(../img/list_back.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:10%;
	padding-left:24px;
}
table.overview tr.executed.last td:first-child {
	background-image:url(../img/list_back_last.png);
}
.rowactie {
	display:inline-block;
	background-color:#52446e;
	padding:2px 4px;
	text-transform:lowercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:11;
}
.rowactie:hover {
	background-color:#0098df;
	color:#FFF;
}
.rowactie.red:hover {
	background-color:#ba0000;
	color:#FFF;
}
span.dot {
	display:inline-block;
	vertical-align:middle;
	width:12px; height:12px;
	border-radius:8px;
	background-color:#333;
	margin-right:3px;
}
span.dot.red {
	background-color:#ba0000;
}
span.dot.green {
	background-color:#7ddd37;
}
.dragger {
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
	width:20px;
	height:13px;
	margin-right:3px;
	background-image:url(../img/drag.png);
	background-size:100% 100%;
}
.dragger:hover, .dragger:active {
	background-image:url(../img/drag_active.png);
}




/*Searchtable*/
.search_table {
	display:block;
	margin-bottom:10px;
	position:fixed;
	width:100%;
	background-color:rgba(255,255,255,0.9);
}
.search_table input{
	border:0;padding:0;margin:0;
	width:130px;
	background-color:#EFEFEF;
	padding:10px;	
	border-radius:30px;
	-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;
}
.search_table input:hover, .search_table input:active, .search_table input:focus{
	width:200px;
}
.search_table .search_btn {
	position:absolute;
	cursor:pointer;
	top:0;
	right:0;
	padding:6px 7px;
	background-color:#8e96b1;
	border-radius: 0 30px 30px 0;
}
.search_table .search_btn img {
	width:20px;
	height:auto;
}

/*adminform*/
.adminform {
	position:relative;
}
.adminform label {
	display:inline-block;
	width:200px;
	padding:7px 0;
	margin:2px 0;
	vertical-align:top;
}
.adminform input[type=text], .adminform input[type=password], .adminform select, .adminform textarea {
	vertical-align:top;
	display:inline-block;
	width:350px;
	font-size:13px;
	padding:7px;
	margin:2px 0;
	resize:none;
	border:1px solid #eaeaea;
}
.adminform input[type=text]:focus, .adminform input[type=password]:focus, .adminform select:focus, .adminform textarea:focus {
	border:1px solid #008cd9;
}
.adminform .bigtextarea {
	width:90%;
	padding:10px;
	height:470px;
}
.adminform .bigger {
	width:500px;
	padding:10px;
	height:150px;
}
.adminform input[type=submit] {
	background-color:#303032;
	padding:10px;
	text-transform:uppercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}
.adminform input[type=submit]:hover {
	background-color:#0098df;
	color:#FFF;
}
.adminform input[type=text].error, .adminform input[type=password].error, .adminform select.error, .adminform textarea.error {
	background-color:#f9b5b5;	
	border:1px solid #d15166;
}

.inline-block {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:7px 0;
}
.scroll {
	max-height:110px;
	overflow:auto;
}

.adminform.justtext label, .adminform.justtext .inline-block {
	padding:2px 0;
}

/*Adminform popup*/
.adminform.smaller {
	width:360px;
}
.adminform.smaller label {
	width:135px;
}
.adminform.smaller input[type=text], .adminform.smaller input[type=password], .adminform.smaller select, .adminform.smaller textarea {
	width:200px;
}


/*propertiesform*/
.propertiesform {
	min-width:200px;
}
.propertiesform label {
	display:block;
	width:200px;
	padding:7px 0 0 0;
	font-weight:bold;
}
.propertiesform input[type=text], .propertiesform input[type=password], .propertiesform select {
	display:block;
	width:200px;
	font-size:13px;
	padding:5px;
	margin:2px 0;
	border:1px solid #eaeaea;
}
.propertiesform input[type=text]:focus, .propertiesform input[type=password]:focus, .propertiesform select:focus, .propertiesform textarea:focus {
	border:1px solid #008cd9;
}
.propertiesform input[type=submit] {
	background-color:#303032;
	padding:10px;
	text-transform:uppercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}
.propertiesform input[type=submit]:hover {
	background-color:#0098df;
	color:#FFF;
}
.propertiesform input[type=text].error, .propertiesform input[type=password].error, .propertiesform select.error, .propertiesform textarea.error {
	background-color:#f9b5b5;	
	border:1px solid #d15166;
}
.small_edit {
	margin-bottom:5px;
	font-size:11px;
}
.small_edit .date {
	font-style:italic;
	color:#666;
}













input[type=button], .button {
	background-color:#303032;
	padding:10px;
	text-transform:uppercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
	width:200px;
	text-align:center;
	margin:2px 0;
	text-decoration:none;
}
input[type=button]:hover, .button:hover {
	background-color:#0098df;
	color:#FFF;
}
input[type=button].red:hover {
	background-color:#ba0000;
	color:#FFF;
}
.button.small {
	display:inline-block;
	padding:4px 7px;
	font-size:11px;
	width:auto;
}



/*Slides*/
.slide .img_holder img {
	width:50%;
	height:auto;
}
.slide {
	margin-bottom:30px;
}


/*Gallerij*/
.galimg {
	display:inline-block;
	padding:10px; margin-right:10px;
	background-color:#EFEFEF;
	cursor:pointer;
}
.galimg img {
	margin-bottom:5px;
}



/*TEMPLATE VOOR MODULE FORMS*/
.template_holder {
	border:2px solid #eaeaea;	
	position:relative;
}
.properties_holder {
	position:absolute;
	right:0;
	top:0;
	padding:10px;
	background-color: #eaeaea;	
}
.properties_holder .intro {
	width:220px;
}
.options_holder input[type=text] {
	display:inline-block;
	width:50px;
	padding:2px;
}
.options_holder input[type=text] + input[type=text] {
	display:inline-block;
	width:130px;
	padding:2px;
}
.delete_option_row {
	background-color:#303032;
	width:13px; height:13px;
	padding:6px;
	cursor:pointer;
	display:inline-block;
	border-radius:2px;
}
.delete_option_row:hover {
	background-color:#ba0000;
}
.delete_option_row img{
	width:100%; height:auto;
}

.form_field:hover {
	background-color:#f2f0d0;
	cursor:pointer;
}


/*HELP*/
.help {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
}
.help img {
	width:20px; height:auto;
}
.help .popup {
	display:none;
	padding:10px;
	border-radius:5px;
	position:absolute;
	bottom:28px;
	left:-125px;
	width:250px;
	background-color:rgba(0,0,0,0.8);
	color:#f4f4f4;
	font-size:11px;
}
.help:hover .popup {
	display:block;
}
.help span:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-top:8px solid rgba(0,0,0,0.8);
	transform:rotate(-135deg);
    left:134px;
    bottom:-5px;
}



/*DELETE OVERLAY*/
.delete_overlay {
	position:absolute;
	width:100%; height:100%;
	background-color:rgba(0,0,0,0.5);
	top:0; left:0;
}
.delete_overlay > div {
	position:absolute;
	left:50%; top:50%;
	margin-left:-13px; margin-top:-10px;
}


/*Big actions eg import export*/
.bigaction {
	padding:20px;
	background-color:#EFEFEF;
	border-radius:4px;
	margin:10px 0;
}


.attachment {
	position:relative;
	padding:5px;
	background-color:#EFEFEF;
	border-radius:4px;
	margin-bottom:5px;
}
.attachment .button {
	position:absolute;
	bottom:5px; right:5px;
}
.attachment span {
	display:inline-block;
	padding:9px 0;
}


/*SORTEREN PER DIENST*/
.third {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-left:2%;
	white-space:normal;
}
.third:first-child {
	margin-left:0;
}
.twothird {
	width:60%;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	white-space:normal;
}
.sorting_div {
	border:1px solid #eaeaea;
	padding:10px;
	border-radius:3px;
}
.sorting_div > div {
	cursor:pointer;
	padding:10px 0;
}
.half {
	display:inline-block;
	width:49%;
	margin-left:1%;
	vertical-align:top;
}
.half:first-child {
	margin-left:0;
}


/*IMPORT*/
.overview.new_debtors, .overview.existing_debtors, .overview.new_invoices, .overview.existing_invoices {
	display:none;
}

/*status*/
.status_bar {
	height:10px;
	border-radius:5px;
	position:relative;
	margin-top:10px;
	background-color:#eaeaea;
	margin-right:10px;
}
.completed {
	position:absolute;
	left:0; top:0;
	border-radius:5px;
	width:0px; height:10px;
	background-color:#82cb6b;
}


/*Kleuren*/
.fase1 {
	color:#5fc254;
	background-color:#5fc254;
}
.fase2 {
	color:#9cc254;
	background-color:#9cc254;
}
.fase3 {
	color:#c1c254;
	background-color:#c1c254;
}
.fase4 {
	color:#beb03e;
	background-color:#beb03e;
}
.fase5 {
	color:#aa9543;
	background-color:#aa9543;
}
.fase6 {
	color:#c28819;
	background-color:#c28819;
}
.fase7 {
	color:#d05600;
	background-color:#d05600;
}
.fase8 {
	color:#d00000;
	background-color:#d00000;
}


/*STATS*/
.clear {
	clear:both;
}
.half_scroll {
	max-height:250px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.stats_holder {
	height:250px;
	padding:20px;
	border-radius:4px;
	background-color:#efefef;
	margin-bottom:20px;
}
.stat_row {
	border-top:1px solid #efefef;
	padding:2px 0; margin:2px 0;
}
.stat_row:first-child {
	border-top:0px;
}
.stat_row .key {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:13px;
	float:left;
	padding-top:4px;
}
.stat_row .value {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:17px;
	color:#00aeef;
	float:right;
}
.stat_row .value span {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:13px;
	padding-top:4px;
}
.stat_row.small .key {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:12px;
	float:left;
}
.stat_row.small .value {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:12px;
	padding-right:10px;
	float:right;
}
/*HOME*/
.home_stat .title {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:17px;
}
.home_stat .subject {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:17px;
}
.home_stat .date {
	font-family: 'Open Sans', sans-serif;
	font-weight:200;
	font-size:17px;
}
.home_stat .date span, .home_stat .subject span, .home_stat .title span {
	font-size:12px;
	line-height:10px;
}
.home_stat .date, .home_stat .subject, .home_stat .title {
	margin-bottom:10px;
}

.pr_action {
	
}
.pr_action span {
	display:inline-block;
	padding:9px 6px 0 6px;
}
.pr_action .rowactie {
	margin-top:3px;
}


a.likelink {
	cursor: pointer;
}
a.likelink:hover {
	text-decoration: underline;
	color:#208EEB;
}


.dz-drag-hover {
	font-weight:bold;
}
.dz-preview {
	display:block;

	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	padding:3px;
}
.dz-preview .dz-success-mark {
	display:none;
}
.dz-preview .dz-error-mark {
	display:none;
}
.dz-preview .dz-progress {
	display:block;
	height:5px;
	background-color:#efefef;
	position:relative;
}
.dz-preview .dz-progress span {
	display:block; position:absolute;
	height:5px; left:0; top:0; background-color:#7EC15E;
}