#messages p {margin: 0;}
h1 { margin-bottom: 40px;}
body {
  font-size: 12px;
}
a:focus, .btn:focus { outline: none;}
a.cancel { margin-left: 10px;}
footer .navbar-inner {
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  border-top: 1px solid #D4D4D4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
footer .span3 {
height: 40px;
line-height: 40px;
}
h4 {
  font-size: 14px;
}
h4, h5, h6 {
  line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  text-rendering: optimizelegibility;
}
h1 {
  margin-bottom: 20px;
  font-size:26px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
}
label, input, button, select, textarea {
  font-size: 12px;
}
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 {
  font-size: 12px;
}
.table-layout-fixed {
table-layout: fixed;
}
a.btn-mini.delete_toggler {
font-size: 16px;
color: #0088cc;
}
a.btn-mini.delete_toggler:hover {
color:red;
}
#powersearch {
  width: 420px;
  right: 180px;
}
@media (max-width:768px){
  #powersearch {
      right: 0;
      width: 100%;
  }
}
#toggle-powersearch {
  font-size: 20px;
  color:#FFFFFF;
  cursor: pointer;
}

#toggle-powersearch i {

}
#powersearch {
  position: fixed;
  border-radius: 0 0 4px 4px;
  top: 42px;
  background-color: #FFFFFF;
  overflow: hidden;
  padding-top: 40px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5);
  z-index: 1029;
  border-radius: 0;
}
#powersearch li.with-subtitle small {
  float: left;
  line-height: 12px;
  color: rgba(0,0,0,0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -5px;
  width: 100%;
}
#powersearch #powersearch-criteria {
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#powersearch #powersearch-criteria input {
  border-width: 0;
  padding: 8px 8px 8px 24px;
  outline: none;
  position: absolute;
  background-color: transparent;
  z-index: 2;
  right: 6px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgb(106, 133, 146);
  width: 374px;
  left: 6px;
  top: 6px;
  bottom: 6px;
  height: 10px;
  margin: 0;
}
#powersearch #powersearch-criteria span.placeholder {
  position: absolute;
  color: #CCCCCC;
  padding: 11px 10px 11px 30px;
  font-size: 14px;
  line-height: 18px;
}
#powersearch-delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1000;
}
#powersearch-delete:focus {
  outline: none;
}
#powersearch.empty #powersearch-delete {
  display: none;
}
#powersearch-delete:after {
  content: "\f406";
  font-family: 'Ionicons';
  color: rgb(58, 146, 216);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 20px;
}
#powersearch-delete:hover:after {
  color: red;
}
#powersearch #powersearch-criteria:before {
  content: "\f4a4";
  font-family: 'Ionicons';
  left: 0;
  position: absolute;
  color: #BBBBBB;
  font-size: 18px;
  padding: 10px 12px;
}
#powersearch #powersearch-results {
  border-top: 1px solid rgb(223, 224, 226);
  font-size: 12px;
}
#powersearch ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#powersearch ul > li > label {
  width: 100%;
  border-bottom: 1px solid rgb(223, 224, 226);
  margin: 0;
  background-color: rgb(248, 249, 252);
}
#powersearch ul > li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
}
#powersearch ul > li > label a {
  font-weight: bold;
}
#powersearch ul > li > label a,
#powersearch ul > li > ul li > a {
  color: rgb(70, 85, 105);
  text-decoration: none;
}
#powersearch ul > li > ul li > a > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  display: inline-block;
}
/*#powersearch ul > li > label a:hover,*/
#powersearch ul > li > ul li > a:hover {
  opacity: 0.75;
}
#powersearch ul > li > ul li {
  border-bottom: 1px dotted #CCCCCC;
}
#powersearch ul > li > ul li.is-selected {
  background-color: rgb(45, 142, 240);
  border-bottom-color: rgb(45, 142, 240);
}
#powersearch ul > li > ul li.is-selected a {
  color: #FFFFFF;
}

#powersearch ul > li:last-child > ul li:last-child {
  border-bottom:none;
}
#powersearch.inactive {
  display: none;
}
#powersearch span.placeholder {
  display: none;
}
#powersearch.empty span.placeholder {
  display: inline-block;
}
#powersearch.empty input {
  background-color: transparent;
}
#powersearch .temp-holder {
  position: absolute;
  left: 31px;
  width: 1000000px;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 0;
}
#powersearch.empty .temp-holder {
  display: none;
}
#powersearch .temp-holder span {
  color: rgba(0,0,0,0);
}
#powersearch .temp-holder small {
  color: rgba(0,0,0,0.50);
}
#powersearch small.no-results-message {
  display: none;
}
#powersearch.no-results small.no-results-message {
  display: inline;
}

.print { visibility: hidden; display: none;}
.pagination {
  float:right;
  margin:0;
}
.pagination ul > li > a, .pagination ul > li > span {
  font-size: 11px;
  line-height: 26px;
  padding: 0 10px;
}
.popover .popover-footer {
  background-color: #F7F7F7;
  border-top: 1px solid #EBEBEB;
  border-radius: 0 0 5px 5px ;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 0 8px 14px;
  height: 26px;
}
.popover .btn-small { border-radius: 5px; font-size: 11px;}
.popover .control-label { width: 105px;}
.popover .form-horizontal .control-label { padding-top: 0; padding-bottom: 5px; }
.popover .controls {margin-left: 115px;}
.popover .cancel, .popover .btn-small { float: right;}
.popover .cancel { padding: 4px 10px; font-size: 11px; color:rgba(0,0,0,0.5);}
.popover .control-group { margin-bottom: 3px;}
.popover label, .popover input, .popover select, .popover textarea { font-size: 12px; padding: 1px 3px;}
.popover select { height: 24px;}
.popover label { margin-bottom: 2px;}
.popover textarea {
  resize: none;
  width: 95%;
}
.popover.visible { display: block;}
.modal h3 {
  font-size: 20px;
  font-weight: normal;
}
.modal-footer form { margin: 0 }
.project-kaart.highlighted {
box-shadow: 0 0 2px 2px #fff2ac;
outline: 1px dashed #fff2ac;
background-color: #fff2ac;
color: #000000;
}
.alert-groen, .alert-groen-wit {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}
.alert-rood, .alert-rood-wit {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.alert-blauw, .alert-blauw-wit {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}
.alert-oranje, .alert-oranje-wit {
  background-color: #f4d6b0;
  border-color: #dbad7d;
  color: #b36b12;
}
.alert-geel, .alert-geel-wit {
  background-color: #f7ecae;
  border-color: #dec579;
  color: #bb8b3f;
}
.alert-paars, .alert-paars-wit {
  background-color: #d4bad7;
  border-color: #b48fb7;
  color: #813c84;
}
.alert-groen-wit, .alert-blauw-wit, .alert-rood-wit, .alert-oranje-wit, .alert-geel-wit, .alert-paars-wit { background-image: url('/img/bg/white-stripe.png');
}
/* Wijzigingen 2015 */
.project-kaart > div > h4 {height: 20px}
.project-kaart > div > p.subtitel{top: 20px}
.project-kaart > div > h4,
.project-kaart > div > p.subtitel {
  margin: 0;
  position: absolute;
  text-overflow: ellipsis;
  right: 5px;
  white-space: nowrap;
  left: 5px;
  overflow: hidden;
}
.project-kaart.last_updated a.voortgang {
  opacity: 1;
  right: 5px;
}
.project-kaart.last_updated:hover a.voortgang {
  opacity: 1;
  right: 45px;
}
.project-kaart > p {
  margin-top: 36px;
}
button.btn-print {
  position: relative;
}
button.btn-print i {
  background-color: #0088cc;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-shadow: none;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  float: left;
}
button.btn-print span {
  position: absolute;
  font-size: 7px;
  background-color: #555;
  line-height: 8px!important;
  text-shadow: none;
  left: 27px;
  color: #FFFFFF;
  border-radius: 20px;
  top: -1px;
  padding: 2px 4px!important;
  white-space: nowrap
}
#print-intern {
  opacity:0.25;
  width: 80px;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
#print-intern:hover {
  opacity: 1;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
  -webkit-transform: translateX(0); }
40% {
  -webkit-transform: translateX(-30px); }
60% {
  -webkit-transform: translateX(-15px); }
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
  -moz-transform: translateX(0); }
40% {
  -moz-transform: translateX(-30px); }
60% {
  -moz-transform: translateX(-15px); }
}
.last_updated a.voortgang i {
  -webkit-animation: bounce 1s linear 1;
  -moz-animation: bounce 1s linear 1;
  -ms-animation: bounce 1s linear 1;
  -o-animation: bounce 1s linear 1;
  animation: bounce 1s linear 1;
}
