/*
Custom Bootstrap opties
Alle functionaliteit die niet in Bootstrap.css zit, maar wel wenselijk is, kan hier in geplaatst worden.
*/

h1 {
  font-size: 22px;
  line-height: 26px;
}

h1 small {
  font-size: 16px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h2 small {
  font-size: 14px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}


.btn.btn-light {
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-repeat: repeat-x;
  border: 1px solid #eee;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #ddd;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: #666;
}
.btn.btn-light:focus {
    color: #333;
}
.btn.btn-rounded {
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
    
}
div.no-margin {
    margin:0;
}
 

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
}

ul.breadcrumb {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    color: #aaa;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    padding-left: 22px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: -17px;
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: 22px;
}
ul.breadcrumb a {
    color: #999;
}

.table-noborder, .table-noborder td {
    border: none;
}
.table-noborder {
    margin-bottom: 10px;
}
.table-noborder td {
    padding: 4px;
    background-color: #fff;
    
}
.nav-tabs a {
    outline: none;
    font-weight: bold;
}
.nav-tabs a span {
    background-color: #ccc;
    display: inline-block;
    margin-bottom: -3px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align:center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;    
}
.nav-tabs a span.warning {
    background-color: #c21919;
    color: #fff;
}

.nav-tabs a span.new {
    background-color: #0088CC;
    color: #fff;
}


.tab-content {
    overflow: hidden;
}

.row > .alert {
    margin-left: 20px;
}

.control-label.text-left {
    text-align:left;
}

.modal-backdrop {
    background-color: #000000;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}