html,
body {
   margin:0;
   padding:0;
   height:100%;
}
.navbar-default {
  background-color:#549348;
    border-color: #549348;
}
html {
    overflow-y: scroll; 
}
.footer{background-color:#666;margin-top:20px;position:relative;}
.footer p{margin:4px 15px;text-align:right;color:#eee;}
.navbar {
    border-radius: 0px;
    border:0px;
}
.pointer{cursor:pointer;}
.bread-left{font-size:10px;padding-bottom:10px;}
.tab-content > .active {
    display: block;
    padding-top: 20px;
    visibility: visible;
}
.batch-valid{border-bottom:3px solid #5c5;padding:3px;background-color:#d6f2d6; }
.form-control{border-radius: 0px;height:30px;padding: 3px 6px;}
.form-group {
margin-bottom: 5px;
}
.btn {
    border-radius: 0px;
    padding: 4px 7px;
}
.bg-info{padding:15px;}

textarea.form-control {
height: 130px;
}
.status{
  margin-left:15px;float:left;min-height:1px;
  line-height:33px;
  cursor:pointer;
}
.status-ontvangen{
  color:#DF0101;
}
.status-bezig{
  color:#FF8000;
}
.status-afgewezen{
  color:#000;
}
.status-doorgestuurd{
  color:#298A08;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.jscroll .pagination{display:none;}

/*validate */
.pull-right ul.pagination{float:right;}
.border-normal{border:1px; border:1px solid #999;padding:12px;width:100%;cursor:pointer;}
.border-red{border:3px solid #f00;padding:10px;}
.border-orange{border:3px solid #550;padding:10px;}
.metadata-file{border:1px; border:1px solid #999;padding:12px;width:100%;}
.metadata-file-h{border:1px; border:1px solid #999;padding:12px;}
.document{font-size:12px;}
/*
.fileinput-button {
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen {
  .fileinput-button input {
      font-size: 100%;
      height: 100%;
  }
}
*/