html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.hide {
    display: none !important;
}

.top-buffer { margin-top:20px; }


.loading-indicator {
    height: 80px;
    width: 80px;
    background: url( '../assets/img/loading2.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}


.form-compact {
  font-size: 0.9em;
}

.form-compact .form-control {
  padding: 1px 2px;
  height: 24px;
  font-size:1.2em;
}
.form-compact label {
  margin-bottom: 1px;
}
.form-compact .form-group
{
  margin-bottom:3px;
}

.top-buffer { margin-top:20px; }

a.my-tool-tip, a.my-tool-tip:hover, a.my-tool-tip:visited {
    color: black;
}

.panel-default > .panel-heading-custom {
    background: #f26226; color: #fff;
}


.parentloading {
  margin: 20px;
  position: relative;
  height: 60%;
}

.centerloading {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    border: 0; 
    background-color: transparent;
    font-family: sans-serif;
}


.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.number-plate-font {
    font-family: 'fe-schrift' !important;
    font-weight: normal;
    user-select: all;
}

span.licencePlate {
    background-color: white;
    padding: 5px 5px 7px;
    border: 1px solid black;
    border-radius: 5px;
}

@font-face {
    font-family: 'fe-schrift';
    src: url('../fonts/fe-schrift.ttf') format('truetype');
    font-weight: normal;
}

.watermarked {
  position: relative;
  overflow: hidden;
}

.watermarked::before {
  position: absolute;
  top: -175%;
  left: -175%;
  
  display: block;
  width: 150%;
  height: 150%;
  
  transform: rotate(-45deg);
  content: attr(data-watermark);
  
  opacity: 0.1;
  line-height: 5em;
  letter-spacing: 2px;
  color: #fff;
}

.zoom {
  transition: transform .2s; 
}

.zoom:hover {
  transform: scale(1.05); 
}

.shadow {
    transition: box-shadow .3s;
  }
  
.shadow:hover { 
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}