@font-face {
  font-family: "Kenteken";
  src: url("../fonts/Kenteken.eot");
  src: local("☺"),
    url("../fonts/Kenteken.woff") format("woff"),
    url("../fonts/Kenteken.otf") format("opentype"),
    url("../fonts/Kenteken.svg#Kenteken") format("svg");
  }

html {
    height: 100%;
}

body {
    background: transparent url(../img/bg.png) 0 0 repeat;
    min-height: 100%;
    height: 100%;
    color: #3a3a3a;
    text-shadow: 0 0 1px #fff;
    -moz-text-shadow: 0 0 1px #fff;
    overflow-y: scroll;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
}

#wrapper > .container {
    margin-top: 60px;
}

.navbar .brand {
    padding: 0;
    margin-left: 0;
    width: 52px;
    height: 55px;
}

.navbar .nav {
    margin-top: 8px;
}

.brand span {
    display: none;
}

.brand img {
    margin-top: 4px;
}

@media (max-width:1200px) {
    .navbar .brand {
        display: none;
    }
    .navbar #item-home .icon-home {
        display: inline-block;
        visibility: visible;
    }
    .navbar #item-home span {
        display: none;
    }
}

h1,h2,h3 {
}

fieldset legend {
    margin-bottom: 0;
}

.content-wrapper {

}

input.licensePlate {
    font-family: "Kenteken", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 30px;
    font-size: 34px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

input.licensePlateNL {
    background: #ffd633 url(../img/kenteken-nl.png) 0 0 no-repeat;
    background-size: contain;
    color: #000000;
	border: 2px solid #444;
}

input.licensePlateBE {
    background: #ffffff url(../img/kenteken-be.png) 0 0 no-repeat;
    background-size: contain;
    color: #A42725;
    border: 2px solid #A42725;
}

#license_plate_country_toggle {
	display: block;
	margin-top: -15px;
}

#login .container {
    width: 360px;
    text-align: center;
}

#login #header {
    margin-bottom: 1em;
}

#login #header img {
    max-width: 150px;
}

#login .container .box {
    text-align: left;
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.3)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.3));
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.27);
    padding: 1px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#login .container .box .inner {
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f1f1));
    background-image: -moz-linear-gradient(top, white, #f6f1f1);
    background-image: -o-linear-gradient(top, white, #f6f1f1);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}

#login .container .box h1 {
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

#login .box input {
    width: 306px;
    font-size: 18px;
    padding: 10px 12px;
    border: 1px solid #aaa;
    border-top-color: #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

#login .box input:focus {
    border-color: #5695db;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), 0px 0 5px #5695db;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 5px #5695db;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), 0px 0 5px #5695db;
}

#login .box input.btn {
    width: 100%;
}

#login .box .form-actions {
    border-top: 0;
    padding: 0;
}

.primary,
.as-page {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.no-bg {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.primary .inner,
.as-page .inner {
    padding: 15px;
}

.primary .no-padding {
    padding: 0;
}

.primary .no-padding .page-heading {
    padding: 5px 0;
}

.page-options > li {
    margin-bottom: 10px;
}

h1 .sub {
    display: block;
    margin-bottom: 0.5em;
}

h1 .small {
    color: #999;
    margin-top: -0.3em;
    font-size: 0.5em;
    font-weight: normal;
}

ul.fields {
    margin: 5px 0;
    list-style: none;
}

ul.fields > li {
    margin: 3px 0;
    padding: 2px 0;
    border-top: 1px solid #ddd;
}

ul.fields > li:first-child {
    border-top: 0;
}

ul.fields li label {
    float: left;
    width: 160px;
}

ul.fields li .value {
    min-width: 1px;
}

.block {
    margin-bottom: 10px;
}

.block .inner {
    padding: 0.5em 1em;
}

.block h2 {
    margin: 0;
    font-size: 1.5em;
}

.form-global-search {
    line-height: 19px;
    margin: 12px 0 0 0;
}

.settings {
    background: #f5f5f5;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 15px 15px 280px 15px;
}

.settings .form-wrapper {
    margin-top: 10px;
    padding: 15px;
}

.settings .tab-pane {
}

.settings .nav-tabs {
    border: 0;
}

.settings .tab-content {
    overflow: auto;
    display: table;
}

.settings .nav-tabs .first {
    margin-bottom: 5px;
}

.settings .nav-tabs li a {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.settings .nav-tabs li a:hover,
.settings .nav-tabs li.active a {
    border: 1px solid transparent;
    background: #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.settings .nav-tabs li.active a {
    background: #aaa;
    color: #fff;
}

.settings .nav {
}

.settings .tab-content .primary {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

#fieldset-tireData .control-group,
#fieldset-tireData .controls {
    display: inline-block;
}

#fieldset-tireData .error,
#fieldset-tireData .error .controls {
    display: block;
}

/* overlays */
#overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        background: rgba(0,0,0,0.8);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.shown ~ #overlay {
        opacity: 1;
        visibility: visible;
}

/* transaction history */
ul.history {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.event-meta {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 38px;
    border-radius: 75px;
    border: 4px solid #111;
    text-align: center;
}

.car-profile {
    position: relative;
    display: block;
    float: left;
    margin: 5px 0;
    width: 70px;
    height: 120px;
    background: transparent url(../img/car.png) 10px 10px no-repeat;
}

.car-profile .fl,
.car-profile .fr,
.car-profile .bl,
.car-profile .br {
    position: absolute;
    font-weight: bold;
    font-size: 1.5em;
}

.car-profile .fl {
    top: 5px;
    right: 65px;
}

.car-profile .fr {
    top: 5px;
    left: 65px;
}

.car-profile .bl {
    bottom: 5px;
    right: 65px;
}

.car-profile .br {
    bottom: 5px;
    left: 65px;
}

.event-meta .date {
    display: block;
    font-size: 2em;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.spinner {
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../img/spinner.gif) 0 0 no-repeat;
}

tr.disabled td,
td.disabled {
    color: #aaa;
}

.note {
    position: relative;
    width: 247px;
    overflow: hidden;
    line-height: 24px;
}

.note .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 247px;
    height: 90px;
    background: url(../img/note-top.png) 0 0 no-repeat;
}

.note .content {
    min-height: 40px;
    padding: 90px 15px 101px;
    background: url(../img/note-content.png) 0 0 repeat-y;
}

.note .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 247px;
    height: 97px;
    background: url(../img/note-bottom.png) 0 0 no-repeat;
}


/* feedback panel */

.feedback-panel {
    position: absolute;
    top: 25%;
    left: -252px;
    height: 250px;
    width: 250px;
    background: #3a3a3a;
}

.feedback-panel .inner {
    position: relative;
    text-align: left;
    margin: 15px 15px 15px 0;
    padding: 10px;
    height: 200px;
    background: #fff;
}

.feedback-panel .feedback-tab {
    position: absolute;
    right: -46px;
    top: 25px;
    display: block;
    width: 36px;
    height: 96px;
    text-indent: -9000px;
    overflow: hidden;
    outline: none;
    background: #3a3a3a url(../img/feedback_trans_tab.png) 0 0 no-repeat;
}

.feedback-panel .form {
    font-size: 12px;
}

/* transaction history */
.event-details .important {
    background: #FEFFDE;
}


.md-modal {
        position: fixed;
        visibility: hidden;
        top: 50%;
        left: 50%;
        width: 50%;
        max-width: 630px;
        min-width: 320px;
        height: auto;
        z-index: 2000;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
}

.md-modal .wrapper {
        position: relative;
        margin: 0 auto;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.shown.md-modal .wrapper {
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
}

/* bulk editing */
.bulk-options {
    display: none;
    margin: 5px auto;
}

/* export markup */
.export-block {
    padding: 5px 15px 0;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* generic stuff */
.clear {
    clear:both;
}

h1 .icon-large {
    vertical-align: text-top;
}

.import-wrapper {
	overflow-x: auto;
	margin: 0 0 25px 0;
}

.import-table select {
    width: 120px;
}

.text-align-center,
table td.text-align-center {
    text-align: center;
}

.text-align-left,
table td.text-align-left {
    text-align: left;
}

.text-align-right,
table td.text-align-right {
    text-align: right;
}

td .progress {
    margin-bottom: 0;
}

.table td {
    vertical-align: middle;
}

tr.seperator {
    background: #eee;
}

tr.sub-row {
}

tr.sub-row td {
    border-top: 0;
    line-height: 75%;
    padding-top: 0;
    padding-bottom: 10px;
}

.btn .sub {
    display: block;
    margin-top: 3px;
    font-size: 0.8em;
}

.transactions-block,
.shaded-block {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}

.ui-datepicker-calendar .highlighted a {
    background-color: #dFb5b4;
    border: 1px solid #dFb5b4;
    color: #fff;
    background-image: none;
}

.well-transparent {
    background: transparent;
}

.table-filter label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
}

/* clearfix elements */
ul.fields > li {*zoom:1;}
ul.fields > li:before,
ul.fields > li:after{display:table;content:"";}
ul.fields > li:after{clear:both;}

tr.has-child {
  opacity: 0.5;
}
