*{
border:0;
padding:0;
margin:0;
}

body {
width:100%;
background: url('../images/bg.png') fixed;
font-family: "arial";
font-size: 12px; 
line-height: 1; 
color: #4d4d4d; 
-webkit-font-smoothing: antialiased;
}

#loginbox{
margin: 100px auto;
width:350px;
height:200px;
background: #FFF; 
box-shadow: 0 5px 20px #999999;
margin-bottom: 15px;
border-radius: 3px;
}

#loginbox img{
margin: 20px;
text-align:center;
}

#loginbox input.submit-button {
width: 100px;
float: right;
cursor:pointer;
margin-right: 48px;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
}

#loginbox input.submit-button:hover {
color: #349ed0;
border: 1px solid #349ed0;
}

#loginbox label{
float: left;
margin-left:40px;
width: 100px;
padding-top: 8px;
}

#loginbox input{
padding: 5px;
width: 150px;
color: #484848; 
margin: 0px 0px 10px 0px;
border: 1px solid #484848;
border-radius: 2px;
}

.red{
background: #FFD7D7; 
border: 1px solid #484848;
}

#redtext{
text-color: RED; 
color: RED; 
}

.red:hover, .red:focus{
background: #fff; 
}

#loginbox input:focus, #loginbox input:hover {
border: 1px solid #349ed0;
color: #349ed0; 
}

#content{
margin: 15px auto;
width:1020px;
background: #FFF; 
box-shadow: 0 5px 20px #999999;
border-radius: 6px;
padding-bottom: 15px;
}

h1{
padding: 20px 10px 30px 23px;
margin: 0 auto;
font-size: 24px; 
color: #349ed0;
}

h1 a{
margin: 0 auto;
font-size: 24px; 
color: #349ed0;
text-decoration: none;
}

h1 a:hover{
text-decoration: underline;
}

p{
padding: 0px 10px 0px 23px;
margin: 0 auto;
font-size: 14px; 
}

.nav-bar { 
height: 40px; 
background: #4d4d4d url('../images/beheerdefactuur-logo.png') right 50% no-repeat;
padding: 0 10px;
text-decoration: none;
}


.nav-bar > li { cursor: pointer; float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
.nav-bar > li.active > a { color: white; cursor: pointer; }
.nav-bar > li.active:hover { background: #2ba6cb; cursor: pointer; }
.nav-bar > li:hover { background: #333333; }
.nav-bar > li > a { color: #e6e6e6; cursor: pointer; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 36px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }

.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }
.flyout p { line-height: 1.2; font-size: 12px; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.66667px; }
.flyout.large { width: 437.5px; }
.flyout.right { left: auto; right: -2px; }
.flyout.up { top: auto; bottom: 39px; }

ul.flyout, .nav-bar li ul { padding: 0; list-style: none; }
ul.flyout li, .nav-bar li ul li { border-left: solid 3px #CCC; }
ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; text-decoration: none;}
ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #ebebeb; color: #349ed0; }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }


#zoekfunctie {
text-align:right;
margin-right: 20px;
height:30px;
}

#zoekfunctie select{
border:1px solid #4d4d4d;
padding:2px;
}

#zoekfunctie input{
padding:3px;
border:1px solid #4d4d4d;
}

#zoekfunctie input:hover, #zoekfunctie input:focus{
border:1px solid #349ed0;
color: #349ed0;
}

#zoekfunctie #button{
background: #349ed0; 
border:1px solid #349ed0;
color:#fff;
}

*[data-href] {
cursor: pointer;
}

a {
font-size: 12px; 
color: #349ed0;
}

table {
font-size: 12px; 
margin: 5px auto 10px;
box-shadow: 0 5px 10px #999999;
border:1px solid #4d4d4d;
border-radius: 6px;
padding:0;
border-spacing:0;
}

table tr:nth-child(even) {
background: #dae8f6;
}
table tr:nth-child(odd) {
background: #fff;
}

table tr:first-child td{
border-bottom:1px solid #4d4d4d;
padding-top: 7px;
padding-bottom: 7px;
}

table tr:first-child td:first-child{
border-top-left-radius: 6px;
}

table tr:first-child td:last-child{
border-top-right-radius: 6px;
}

table td{
border-bottom:1px dotted #4d4d4d;
padding: 4px 0px 4px 5px;
}

table td:last-child{
border-bottom:1px dotted #4d4d4d;
padding: 4px 10px 4px 10px;
}


table tr:last-child td{
border-bottom:0px solid #4d4d4d;
}

table tr:first-child, table tr:first-child:hover{
background: #349ed0; 
color: #fff; 
}

table tr td.right{
text-align:right;
}

table tr td.center{
text-align:center;
}

table tr td.edit{
text-align:center;
background: url('../images/view.png') 50% 50% no-repeat;
width:20px;
}

table tr:last-child td:first-child{
border-bottom-left-radius: 6px;
}
table tr:last-child td:last-child{
border-bottom-right-radius: 6px;
}

table tr a{
text-decoration: none;
color: #4d4d4d; 
margin:0;
padding: 3px 0;
}

table tr:hover{
background: #FFD7D7; 
}

.blue, .blue a, .blue a:hover{
background: #349ed0; 
text-align:center;
color: #fff; 
}


table input, button{
padding: 3px 5px;
width: 290px;
color: #484848; 
margin: 0px 0px 0px 0px;
border: 1px solid #484848;
border-radius: 2px;
}

.doctype{
width: 100px;
}

table select{
padding: 3px 4px 3px 2px;
width: 302px;
color: #484848; 
margin: 0px 0px 0px 0px;
border: 1px solid #484848;
border-radius: 2px;
}

table textarea{
padding: 3px 5px;
width: 290px;
color: #484848; 
margin: 0px 0px 0px 0px;
border: 1px solid #484848;
border-radius: 2px;
}

table input:hover, table input:focus,table textarea:hover, table textarea:focus, table select:hover, input.submit-button:hover {
color: #349ed0;
border: 1px solid #349ed0;
}

#undertable{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
width:500px;
height:20px;
}

#undertable input.submit-button, #undertable button.submit-button{
margin-left:20px;
float:left;
width: 100px;
background: #dae8f6; 
color: #349ed0; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#undertable input.submit-button:hover, #undertable button.submit-button:hover {
background: #349ed0; 
color: #fff; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#undertableextra{
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
width:500px;
height:20px;
}

#undertableextra input.submit-button, #undertableextra button.submit-button {
margin-left:20px;
float:left;
width: 100px;
background: #FFD7D7; 
color: #349ed0; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#undertableextra input.submit-button:hover, #undertableextra button.submit-button:hover {
background: #349ed0; 
color: #fff; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#submit-button-small {
margin-left:20px;
float:left;
width: 40px;
background: #dae8f6; 
color: #349ed0; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#submit-button-small:hover {
background: #349ed0; 
color: #fff; 
padding:4px;
cursor:pointer;
border-radius: 2px;
box-shadow: 0 5px 10px #999999;
border: 1px solid #349ed0;
}

#autocomplete {
width: 550px;
height: 10px;
background: #ffffff; 
color: #000000; 
padding:4px;
list-style:none;
border: 1px solid #349ed0;
cursor:pointer;
border-radius: 2px;
font-size: 12px; 
}

#autocomplete:hover {
background: #FFD7D7; 
font-weight:bold;
}

.redback{
background: #FFD7D7; 
}

.redback:hover{
background: #fff; 
}

.small {
width:190px;
}

.titel {
font-weight: bold; 
text-align:right;
margin-right: 0px;
text-transform: capitalize;
}

.white {
color:#fff;
padding:10px;
}

.prodtitel td{
background: #349ed0;
color: #fff; 
border-bottom: 1px solid #484848;
}

.prodtitel td:last-child{
width:20px;
background: #349ed0 url('../images/view.png') no-repeat 50% 50%;
}

.niveau1 td:last-child, .niveau2 td:last-child, .niveau3 td:last-child, .niveau4 td:last-child, .niveau5 td:last-child, .niveau6 td:last-child, .niveau7 td:last-child{ 
width:20px;
background: url('../images/view.png') no-repeat 50% 50%;
} 

.niveau1 td:first-child, .niveau1{ 
padding-left:12px;
} 

.niveau2 td:first-child, .niveau2{  
padding-left:18px;
} 

.niveau3 td:first-child, .niveau3{  
padding-left:24px;
} 

.niveau4 td:first-child, .niveau4{  
padding-left:30px;
} 

.niveau5 td:first-child, .niveau5{  
padding-left:36px;
} 

.niveau6 td:first-child, .niveau6{  
padding-left:42px;
} 

.niveau7 td:first-child, .niveau7{  
padding-left:48px;
} 

#gadoor{
display:none;
}

#FACTUURREGELS{
display:hidden;
}

.clear{
clear:both;
}



.cloneline, .cloneline td{
background: #FFD7D7; 
color: #000000; 
font-style:italic;
text-align:center;
}

#spacer{
width:90%;
height:25px;
}

.factuurregelfullline{
padding: 3px 5px;
width: 866px;
color: #484848; 
margin: 0px 0px 0px 0px;
border: 1px solid #484848;
border-radius: 2px;
}

.factuurregelAANTAL {
padding: 3px;
width: 43px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
}

.factuurregelBTW {
padding: 3px;
width: 55px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
text-align:right;
}
 
.factuurregelEENHEID {
padding: 3px;
width: 80px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
}
 
.factuurregelOMSCHRIJVINGLANG {
padding: 3px;
width: 410px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
}

.factuurregelPRIJS {
padding: 3px;
width: 65px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
text-align:right;
}

.factuurregelKORTING {
padding: 3px;
width: 55px;
color: #484848; 
margin: 0px;
border: 1px solid #484848;
border-radius: 2px;
text-align:right;
}

.refresh, .refresh:hover {
background: transparent url('../images/refresh.png') left 50% no-repeat;
padding: 0px;
width: 16px;
height: 16px;
margin: 0px;
border: 0px solid #484848;
}

.checkboxfacturen {
padding: 2px;
width: 12px;
}

.success {
border: 1px solid;
margin: 40px auto;
padding:15px 10px 15px 10px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:18px;
color: #4F8A10;
background-color: #DFF2BF;
width: 90%;
text-align:center;
}

.hiddenline {
display: none;
}
