@import url(https://fonts.googleapis.com/css?family=Oxygen);

* {
	margin: 0;
	padding:0;
}
body {
	font-family: arial;
	font-size: 12px;
	/*background: url("../img/bg-big.jpg") no-repeat fixed left top #3496bc;*/
	background: #3496bc;
}
h1 {
	font-size: 28px;
	color: #3496BC;
	font-weight: 500;
	font-family: 'Oxygen', sans-serif;
	line-height: 40px;
}

h2 {
	line-height: 18px;
	font-size: 12px;
	font-weight: 500;
	background:#808080;
	color: #FFF;
	font-weight: 500;
	font-family: 'Oxygen', sans-serif;
	padding: 5px;
	margin-bottom: 10px;
	color: #FFF;
}
table {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	
}
th {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	color: #808080;
	line-height: 24px;
	padding: 5px;
	font-size :11px;
	font-weight: 700;
	font-family: 'Oxygen', sans-serif;
	vertical-align: bottom;
}
tr {
	
	border-bottom: 1px dotted #c0c0c0;
}
td {
	padding: 5px;
	color: #404040;
	background: #FFF;
}
input[type=text],
select {
	line-height: 34px;
	min-height: 34px;
	border: 1px solid #dcdcdc;
	color: #808080;
	padding-left: 5px;
}
.hover_row:hover td{
	background: #EFEFEF;
	cursor: pointer;
}
.debiteur_details  {
	width: 31%;
	padding: 1%;
	float:left;
}
.text-right {
	text-align: right;
}
.error {
	border:1px solid red;
	background-color: #fad6d9;
	margin-top: 10px;
	padding: 10px;
}	
.login table{
	margin-top: 20px;	
}

.login input[type=text],
.login input[type=password]{
	border: 1px solid #BDBDBD;
	line-height:24px;
	width: 180px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 3px;
	font-size: 12px;
	color : #3A3120;
	font-weight: 700;
}
.login {
	margin: 0 auto;
	background: #FFF;
	width: 319px;
	padding: 30px 30px 30px 30px;
	margin-top: 10%;
	-webkit-box-shadow:  0px 0px 30px 0px #808080;
	box-shadow:  0px 0px 30px 0px #808080;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.float-right {
	floaT:right;
}
.edit_table tr:hover td{
	background: #EFEFEF;
	cursor:pointer;
}
.edit_button {
	background: url('../img/Bewerk_licht.gif') no-repeat center center;
	width: 20px;
	line-height: 20px;
	height: 20px;
	display:block;
	border:0;
}
.edit_button:hover {
	background: url('../img/Bewerk.gif') no-repeat center center;
	cursor: pointer;
}

.delete_button {
	background: url('../img/Verwijder_licht.gif') no-repeat center center;
	width: 20px;
	line-height: 20px;
	height: 20px;
	display:block;
	border:0;
}
.delete_button:hover {
	background: url('../img/Verwijder.gif') no-repeat center center;
	cursor: pointer;
}
.btn {
	margin: 8px;
	border:0;
}
.btn:hover {
	cursor: pointer;
}


.wrapper {
	width: 100%;
	margin: 40px auto;
	max-width: 1600px;
	background: #FFF;
	border: 3px solid #BBA585
}
.header{
	display:table;
	height: 34px;
	text-align: left;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #202020;
}
.header .header_title{

	color: #FFF;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	line-height: 54px;
	margin-left: 15px;
	margin-right: 15px;
	float:right;
}
.gebruiker {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 40px;
	padding-left: 40px;
	border-left: 1px solid #EDEDED;
	color: #000000;
	line-height: 24px;
	float:left;
	width: 400px;
}
.gebruiker  strong{

}
.gebruiker a{
	color: #3496BC;

}
.menu {
	width: 100%;
	line-height: 34px;
	display: block;
	height: 34px;
	background: #3496BC; 
	border-bottom: 1px solid #202020;
}
.menu ul {
	margin-left: 15px;
	margin-right: 15px;
}
.menu ul li{
	display: inline-block;
	float:left;
	
}
.menu ul li a {
	color: #FFF;
	font-size: 11px;
	line-height: 34px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #3496BC;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	font-family: 'Oxygen', sans-serif;
	text-decoration: none;
}
.menu ul li a:hover {
	background: #3496BC;
}
.menu ul ul {
	position: absolute;
	width: 200px;
	display: none;
	margin: 0;
	background: #777777;
	-webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
	z-index: 9999;
}
.menu ul li:hover > ul { display: block; }

.menu ul ul a{
	border: 0;
	padding:0;
	display: block;
	padding-left: 10px;
	width: 190px;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border-top :1px solid #3496BC;
}
.menu ul ul a:hover{
	color: #404040;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	padding-left: 10px;
	width: 190px;
}
.content{ 
	padding: 15px;
	
	min-height: 900px;
}
.content_left {
	float:left;
	width:47%;
	background: #FFF;
	padding: 1%;
	margin-right: 1%;
}
.content_right {
	background: #FFF;
	float:left;
	width:47%;
	min-height: 200px;
	padding: 1%;
	margin-left: 1%;
}
.content_full {
	min-height: 200px;
	width: 100%;
	display:table;
	clear:both;
}
.invoer_div {
	background: #EFEFEF;
	padding: 10px;
	margin-bottom :10px;
}
.text_input {
	line-height: 30px;
	height: 28px;
	border: 1px solid #c0c0c0;
	background: #EFEFEF;
	color: #404040;
	padding-left: 3px;
	min-width: 200px;
}
.text_input_short {
	line-height: 30px;
	height: 28px;
	border: 1px solid #c0c0c0;
	background: #EFEFEF;
	color: #404040;
	padding-left: 3px;
	min-width: 45px;
}
.text_input_medium {
	line-height: 30px;
	height: 28px;
	border: 1px solid #c0c0c0;
	background: #EFEFEF;
	color: #404040;
	padding-left: 3px;
	min-width: 100px;
}


.multiple {
	height: 75px;
}
.prijs {
	width: 50px;
	text-align: center;
}

.filter {
	/* float:right;*/
	background: #EFEFEF;
	/*padding: 10px;*/
	margin-bottom: 10px;
}
.filter input[type=text] {
	line-height: 34px;
	height: 36px;
	border: 1px solid #dcdcdc;
	color: #808080;
	padding-left: 5px;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor: pointer;
}
.button:active {
	position:relative;
	top:1px;
}
.button_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.melding{
	margin: 10px 0px;	
	border: 1px solid #3496BC;
	padding: 10px;
	background: #fff1c4;
}

.quart input[type=text]{
	width: 40px;
}
.quart {
	float:left;
	width: 24%;
	margin-right: 1%;
}
.clearer{ 
	clear:both;
	display:block;
}

.pagination {
	width: 100%;
	border-top: 1px solid #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagination a.active,
.pagination a.active:hover {
	font-weight: 700;
	color: #FFF;
	background: #3496BC;
}
.pagination a {
	line-height: 28px;
	height: 26px;
	color: #404040;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	text-decoration: none;
}
.pagination a:hover {
	background: #EFEFEF;
}











.container {
    /* this will give container dimension, because floated child nodes don't give any */
    /* if your child nodes are inline-blocked, then you don't have to set it */
    overflow: auto;
}
.container .head   {
		font-family: Arial;
		font-weight: normal;
        /* float your elements or inline-block them to display side by side */
        float: left;
        /* these are height and width dimensions of your header */
        height: 15em;
        width: 1.5em;
        /* set to hidden so when there's too much vertical text it will be clipped. */
        overflow: hidden;
        /* these are not relevant and are here to better see the elements */
        margin-right: 1px;
}
.container .head .vert {
		/* line height should be equal to header width so text will be middle aligned */
		line-height: 1.5em;
		/* setting background may yield better results in IE text clear type rendering */
		background: #eee;
		display: block;
		/* this will prevent it from wrapping too much text */
		white-space: nowrap;
		/* so it stays off the edge */
		padding-left: 3px;
		/* IE specific rotation code */
		writing-mode: tb-rl;
		filter: flipv fliph;

		/* CSS3 specific totation code */
		/* translate should have the same negative dimension as head height */
		transform: rotate(270deg) translate(-10em,0);
		transform-origin: 0 0;
		-moz-transform: rotate(270deg) translate(-15em,0);
		-moz-transform-origin: 0 0;
		-webkit-transform: rotate(270deg) translate(-15em,0);
		-webkit-transform-origin: 0 0;
}

span.big {
	font-size: 140%;
}
span.small {
	font-size: 80%;
}

span.status {
	margin: 3px;
	font-size: 80%;
}

span.negatief {
	color: #ff0000;
}
span.positief {
	color: #008000;
}
span.neutraal {
	color: #000000;
}
span.prijs {
	white-space: nowrap;
}

tr.hide {
	display: none;
}

span.nul {
	display: none;
	/* color: #c0c0c0;*/
}

tr.orange td {
	background-color: #3496BC !important;
}
tr.green td {
	background-color: #22B14C !important;
}
.bold {
	font-weight:bold;
}

	