@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:#303032;
}

.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;
	border-radius: 6px 0 0 0;
	box-shadow:0px 0px 4px rgba(0,0,0,1);
}

h1, h2, h3 {
	margin:0; padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
}
h2 {
	margin-bottom:0px;
}
span.small {
	color:#999;
	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: 'Open Sans', sans-serif;
}
.right .links a {
	font-size:13px;
	font-weight:100;
	font-family: 'Open Sans', sans-serif;
	color:#008cd9;
	text-decoration:none;
}
.right .links {
	font-size:13px;
	font-weight:100;
	font-family: 'Open Sans', 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;
	border-left:solid 5px #303032;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	font-size:17px;
	margin:15px 0;
}
.menu_item.active {
	border-left:solid 5px #d30068;
}
.menu_item:active{
	
 }
.menu_item > div {
	display:inline-block;
	white-space:normal;
	vertical-align:middle;
	color:#eaeaea;
}
.menu_item .name {
	
}
.menu_item .icon {
	margin-right:10px;
	margin-left:10px;
	width:30px;
}
.menu_item .icon img {
	width:100%;
	height:auto;
}

/*CONTENT*/
.header {
	background-color:#efefef;
	border-radius: 6px 0 0 0;
	border-bottom:1px solid #e2e3e5;
	padding:10px 20px;
	position:relative;
}
.content {
	padding:20px;
	height:100%;
	overflow:scroll;
}
.header .tabs {
	position:absolute;
	right:10px;bottom:-1px;
}
.tab {
	display:inline-block;
	padding:18px;
	cursor:pointer;
	border-left:1px solid #e2e3e5;
	border-right:1px solid #e2e3e5;
	border-top:1px solid #e2e3e5;

}
.tab.active {
	background-color:#FFF;
	box-shadow:inset 0px 3px 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;
}
span.orange {
	font-weight:bold;
	color:#E8853A;
}
a.go_back {
	font-size:18px;
	color:#0098df;
	text-decoration:none;
}
span.smaller {
	font-size:18px;
	color:#666;
}

.third {
	display:inline-block;
	width:31%;
	margin-left:2%;
	vertical-align:top;
	border:1px solid #e2e3e5;
	border-radius:4px;
	white-space:normal;
}
.third:first-child {
	margin-left:0;
}
.third > div {
	padding:0 10px;
}
.third > div:first-child {
	padding-top:10px;
}
.third > div:last-child {
	padding-bottom:10px;
}
.half {
	display:inline-block;
	width:48%;
	margin-left:4%;
	vertical-align:top;
	white-space:normal;
}
.half:first-child {
	margin-left:0;
}





/*KLANT*/
.klant-logo {
	width:160px;
	position:absolute;
	left:15px; top:15px;
}
.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;
}
.actionbar .action {
	display:inline-block;
	background-color:#303032;
	padding:10px 20px;
	text-transform:uppercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
}
.actionbar .action:hover {
	background-color:#0098df;
	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;
}
th[data-sort] {
	cursor:pointer;
}
.rowactie {
	display:inline-block;
	background-color:#303032;
	padding:2px 4px;
	text-transform:lowercase;
	color:#CCC;
	border:0;
	border-radius:3px;
	font-weight:bold;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	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:inline-block;
}
.search_table input{
	border:0;padding:0;margin:0;
	width:130px;
	background-color:#EFEFEF;
	padding:10px;	
	border-radius:3px;
	-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:7px;
	background-color:#008cd9;
	border-radius: 0 3px 3px 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;
}
input.ess {
	background-image:url(../img/ess.png);
	background-position:right top;
	background-size:15px 15px;
	background-repeat:no-repeat;
}
.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 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: 'Open Sans', 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;
}
.scroll {
	max-height:110px;
	overflow:auto;
}

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

/*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: 'Open Sans', 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: 'Open Sans', 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;
}


.foto {
	cursor:pointer;
}



/*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.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;
}
.stat_row a {
	color:#49BCF0;
}


/*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;
}

.foto {
	position:relative;
}
.fotooverlay {
	position:absolute;
	left:50%; top:50%;
	width:86px; height:52px;
	margin-top:-26px; margin-left:-43px;
	z-index:20;
	text-align:center;
}
.fotooverlay > div {
	margin-top:2px;
}


.viewmail a {
	display:inline-block;
	position:relative;
}
.viewmail a div.clicks_popup {
	display:block;
	padding:10px;
	border-radius:5px;
	position:absolute;
	bottom:28px;
	left:-120px;
	width:125px;
	background-color:rgba(0,0,0,0.8);
	color:#f4f4f4;
	font-size:11px;
}
.viewmail a div.clicks_popup 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;
}
.perc_bar {
	position:relative;
	height:15px;
	border:1px solid #FFF;
	border-radius:2px;
	text-align:center;
}
.perc_bar .filled {
	position:absolute; left:0; top:0;
	background-color:#AED75B;
	border-radius:1px;
	height:15px;
}


.declarations input[type=text] {
	width: 100% !important;
    padding: 5px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;    
}


.bigaction {
	padding:20px;
	background-color:#EFEFEF;
	border-radius:4px;
	margin:10px 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;
}



.stats_head, .stats_info {
	background-color:#efefef;
	padding:10px;
	margin-right:10px;
	font-family:'Open Sans';
	position:relative;
}

.stats_head {
	font-family:'Open Sans';
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #eaeaea;
	border-top:3px solid #eaeaea;
}
.stats_info .count {
	font-size:24px;
	font-weight:200;
	color:#97CF45;
}
.stats_info .caption {
	color:#666;
}
.stats_info .rb {
	position:absolute;
	right:10px; bottom:10px;
}


.w20 {
	display:inline-block;
	width:20%;
	vertical-align:top;
}
.w33 {
	display:inline-block;
	width:33%;
	vertical-align:top;
}