@import url(https://fonts.googleapis.com/css?family=Signika);
@font-face {
    font-family: kenteken;
    src: url(kenteken.TTF);
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Space out content a bit */
body {
    font-family: 'Signika', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/** https://github.com/kylestetz/CLNDR **/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
.noselect {
    user-select: none;
    /* Chrome/Safari */
    -webkit-user-select: none;
    /* Firefox */
    -moz-user-select: none;
    /* IE10+ */
    -ms-user-select: none;
}
h4 {
    font-size: 14px;
}

ul {
    list-style: none;
    margin-left: 0;
}

p.small {
    font-size: 13px;
    color: gray !important;
}

.nomargin {
    margin: 0 !important;
}

.searchingRdw {
    background: url("../images/preloader.gif") 10px 50% no-repeat;
    background-size: 22px auto;
}

.fixCheckbox {
    padding: 28px 0 0 !important;
}

table.legenda {
  width: 100%;
}

table.legenda td {
  width: 25%;
  text-align: center;
}

table.legenda td.green {
  background: forestgreen;
}

table.legenda td.orange {
  background: orange;
}

table.legenda td.red {
  background: red;
}

table.legenda td.gray {
  background: lightgray;
}

table#calender {
    width: 100%;
    padding: 0 12px;
}

table#calender th {
    text-align: center;
}

table#calender td {
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    font-size: 20px;
    border: 1px solid darkgray;
}

.available {
    background: forestgreen;
    cursor: pointer;
}

.tyres-only {
    background: brown;
    cursor: pointer;
}

.partial-available {
    background: orange;
    cursor: pointer;
}

.selected-date {
    background: yellow;
    cursor: pointer;
}

.not-available {
    background: red;
    cursor: default;
}

.disabled {
    background: lightgray;
    cursor: default;
}

.panel-small {
    padding: 6px 12px;
    margin: 0 0 8px;
}

#license.dutchlicense {
    background: url("../images/kentekenplaat.jpg") no-repeat;
    background-size: 165px 37px;
    border: none !important;
    box-shadow: none;
    padding: 0 0 0 35px;
    font-family: kenteken;
    font-size: 20px;
    text-transform: uppercase;
}

.form-block {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px !important;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.select-fixes {
    padding: 5px 0 0;
    margin: 0 0 -12px;
}

#remarks {
    height: 93px;
}

table.overview {
  width: 100%
}

table.overview td.half {
  width: 50%
}

table.overview td.quarter {
  width: 25%
}

.word-break {
  word-break: break-word;
  white-space: normal;
}

.pre {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: .5em;
}

.pre code {
  background-color: initial;
  border: none;
}

.error-header {
  margin-bottom: .25em;
  margin-top: .5em;
}
