HTML {
    height: 100%;    
}

.new-page { page-break-before: always; }

BODY {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #666666;
    height: 100%;
}

A {
    color: #577bba;
    text-decoration: none;
    font-weight: 300;
}

TABLE {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
}

th {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    background-color: #DDDDDD;
}

tr  {
    margin: 0px;
    padding: 0px;
}

td  {
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-size: 14px;
}

.overlay_full {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 50px;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none;
}

.overlay_full_box {
    position: relative;
    border: 5px solid #333333;
    background-color: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.overlay_sluiten_knop {
    border: 5px solid #333333;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
    top: 1%;    
}

.overlay_full_box_max {
    position: relative;
    border: 5px solid #333333;
    background-color: #FFFFFF;
    width: 95%;
    height: 88%;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    top: 15%;
    overflow: scroll;
    transform: translateY(-15%);
}

.flex_top_bottom_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 99%;
}

.flex_top {
    flex: 0 1 auto;
    position: relative; 
    width: 100%;
}

.flex_bottom {
    flex: 1 1 auto;
    position: relative;    
    width: 100%;
}

.table_list_flat_small tr:nth-child(even) {
	background-color: #EEEEEE;
}

.table_list_flat_small tr:hover {
	background-color: #809fd6;
    color: #FFFFFF;
	cursor: pointer;
}

.table_list_flat_small th {
    color: #666666;
	overflow:hidden;
}

.table_list_flat_small td {
	font-weight: 100;
}

.table_list_flat tr:nth-child(even) {
	background-color: #EEEEEE;
}

.table_list_flat tr:hover {
	background-color: #809fd6;
    color: #FFFFFF;
	cursor: pointer;
}

.table_list_flat th {
    color: #666666;
	overflow:hidden;
}

.table_list_flat td {
	font-weight: 300;
}

.table_list tr:nth-child(even) {
	background-color: #EEEEEE;
}

.table_list tr:hover {
	background-color: #809fd6;
    color: #FFFFFF;
	cursor: pointer;
}

.table_list tr {
	display: table;
	overflow: auto;
	width: 100%;
}

.table_list th {
    height: 20px;
    white-space: nowrap;
    color: #666666;
	overflow:hidden;
}

.table_list th:hover {
    cursor: default;
}

.table_list td {
	font-weight: 300;
	font-size: 13px;
}

.table_list tbody {
	display: block;
	height: inherit;
	overflow: auto;
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.table_list_omschrijving_small {
    font-size: 10px;
}

.hr_white {
    border: none;
    height: 1px;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

.okemelding {
    border: 1px solid #00FF00;
    background-color: #a5ffaa;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}

.foutmelding {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}

.td_title {
    font-weight: 400;
    background-color: #DDDDDD;
}

.td_value {
    font-weight: 100;
    background-color: #FFFFFF;
}

.td_padding {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: 1px solid #EEEEEE;
}

.td_padding_noline {
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: 1px solid #FFFFFF;
}

.td_rood {
    background-color: #FFCCCC;
}
.td_groen {
    background-color: #b7ffbc;
}

input {
    margin: 0px;
    padding: 5px;
    border: 1px solid #999999;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 12px;    
    height: 25px;
}

input[type='checkbox'] {
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

.input_readonly, .input_disabled {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #000000;
}

.input_readonly:hover, .input_disabled:hover {
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #000000;
}

textarea {
    margin: 0px;
    padding: 5px;
    border: 1px solid #999999;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 12px;
    resize: none;
}

select {
    margin: 0px;
    padding: 4px;
    border: 1px solid #999999;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 12px;    
    height: 25px;
}

button {
    background-color: #809fd6;
    border: 1px solid #809fd6;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    height: 25px;
    margin: 0px;
}

button:hover {
    background-color: #577bba;
}

.button_disabled {
    background-color: #999999;
    border: 1px solid #999999;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 100;
    color: #FFFFFF;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    height: 25px;
    margin: 0px;
}

.button_disabled:hover {
    background-color: #999999;
    cursor: default;
}

.h1_big {
    font-weight: 300;
    font-size: 48px;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
    margin-bottom: 5px;
    padding-left: 0px;
}

.h3_big_noline {
    font-weight: 100;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-top: 22px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-bottom: 5px;
}

.h3_big {
    border-bottom: 1px solid #999999;
    font-weight: 100;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-bottom: 5px;
}

.h1_navigatie_wrapper {
    text-align: right;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    overflow: auto;
}

.h1_nativatie_item {
    width: 150px;
    border: 1px solid #999999;
    height: 30px;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
    float: right;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
	margin-top: 5px;
}

.h1_nativatie_item:hover {
    border: 1px solid #809fd6;
    background-color: #809fd6;
    color: #FFFFFF;
}

.h1_nativatie_item_selected {
    border: 1px solid #809fd6;
    background-color: #809fd6;
    color: #FFFFFF;
    font-weight: 300;
}

.titel_wrapper {
    height: 75px;
    width:100%;
    clear: both;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}

.flex_wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.icon_navigatie {
    width: 50px;
    display: block;
    background-color: #3f3f3f;
    text-align: center;
    position: relative;
    color: #FFFFFF;
    padding-top: 5px;
}

.iconen_links {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text_navigatie {
    width: 180px;
    display: none;
    background-color: #606060;
    position: relative;
    color: #FFFFFF;
}

.main_content_wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}

.main_content {
    background-color: #FFFFFF;
    position: absolute;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    overflow-y:auto;
    box-sizing: border-box;
}

.widthmax { width: 100%; }
.heightmax { height: 100%; }
.midden { text-align: center; }

.dialog_login {
    margin: auto;
    text-align: left;
    width:600px;
    position:relative;
    top:35%; 
}

.dialog_full_wrapper {
    width:100%;
    border: 1px solid #EEEEEE;
    background-color: #F8F8F8;   
    box-sizing: border-box;
    margin-bottom: 10px;
}

.dialog_full_content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dialog_full_content_nomargin {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.dialog_full_content_collapse {
    padding-top: 0px;    
}

.h2_dialog_full {
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #BBBBBB;
    background-color: #BBBBBB;
    color: #333333;
    margin-bottom: 1px;
}

.h3_dialog_full {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: 300;
}

.h3_dialog_full_nomargin {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: 300;
}

.bekijk_factuur_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}

.bekijk_factuur {
    flex: 1;
    position: relative;
}

.bekijk_factuur_opties {
    flex: none;
    width: 450px;
    padding-left: 10px;
    position: relative;
}

.bekijk_inkoop_wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}

.bekijk_inkoop {
    flex: 1;
    position: relative;
}

.bekijk_inkoop_regels {
    flex: none;
    width: 50%;
    padding-left: 10px;
    position: relative;
}

.bekijk_inkoop_60 {
    flex: 1;
    position: relative;
}

.bekijk_inkoop_regels_40 {
    flex: none;
    width: 40%;
    padding-left: 10px;
    position: relative;
}

.dashboard60 {
    width: 59%;
    box-sizing: border-box;
}

.dashboard40 {
    width: 39%;
    box-sizing: border-box;
}

.dashboard_left {
    float: left;
}

.dashboard_right {
    float: right;
}

.dashboard40 h1, .dashboard60 h1 {
    background-color: #666666;
    color: #FFFFFF;
    padding: 3px;
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    box-sizing: border-box;
}

.plusmin {
    width: 15px;
    text-align: center;
    display: inline-block;
}

.tabel_achter_grijs_alter1 {
    background-color: #FCFCFC;
}

.tabel_achter_grijs_alter2 {
    background-color: #F7F7F7;
}

.table_highlight {
	background-color: #809fd6;
    color: #FFFFFF;
}

.table_highlight a {
    color: #FFFFFF;
}