@font-face {
    font-family: 'kentekenregular';
    src: url('/css/kenteken_font/kenteken-webfont.eot');
    src: url('/css/kenteken_font/kenteken-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/kenteken_font/kenteken-webfont.woff') format('woff'),
         url('/css/kenteken_font/kenteken-webfont.ttf') format('truetype'),
         url('/css/kenteken_font/kenteken-webfont.svg#kentekenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: PTSans;
    font-weight: normal;
    src: url(/fonts/PT_Sans-Web-Regular.ttf);
}
@font-face {
    font-family: PTSans;
    font-weight: bold;
    src: url(/fonts/PT_Sans-Web-Bold.ttf);
}
@font-face {
    font-family: WorkSans;
    src: url(/fonts/WorkSans-Light.ttf);
}
@font-face {
    font-family: 'Nucleo Outline';
    src: url('../fonts/nucleo-outline.eot');
    src: url('../fonts/nucleo-outline.eot') format('embedded-opentype'), url('../fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 30px;
    margin-top: 80px;
}

body, input, select, label {
    font-family: 'PTSans', sans-serif;
    font-weight: 400;
    font-size: 16px!important;
}
strong, th, b, .table th, .btn {
    font-weight: 600;
}

.alignright {
    text-align: right;
    float: right;
}

.alignleft {
    text-align: left;
    float: left;
}
.aligncenter, th.aligncenter, td.aligncenter {
    text-align: center;
}
ul.horizontal {
    margin: 0;
    padding: 0;
}
ul.horizontal li {
    display:inline;
    margin-right:30px;
}
ul.horizontal.alignright li {
    display:inline;
    margin-right:0px;
    margin-left:30px;
}
        
h1, h2 {
    color: #262160;
    font-weight: 600;
}

h3, h4 {
    color: #1b75bc;
    font-weight: 600;
}   

h2 small {
    font-size: 18px;
    font-weight: 200;
}
#showdebug {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #888;
    font-size: 12px;
}
.cake-sql-log {
    border: 1px solid #ebebeb;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 300px;
    width: 80%;
    display: none;
    background-color: #fff;
}
.cake-sql-log td {
    font-family: monospace;
}

.paging .btn {
    margin-right: 4px;
}

table.table-hover tr {
    cursor: pointer;
}
table.table-hover td {
    vertical-align: middle;
} 
 
 input.registration, div.registration {
    background: url("/img/registration.png") no-repeat scroll 0px -2px transparent;
    color: #333;
    font-family: 'kentekenregular';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 4px 4px 22px;
    width: 94px;    
    height: 21px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 0px 0px #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}

input.registration.big, div.registration.big {
    border: 1px solid #999;
    background: url("/img/registration_big.png") no-repeat scroll 0px 0px transparent;
    font-size: 36px;    
    width: 230px;    
    padding: 5px 4px 4px 34px; 
    height: 50px;   
    letter-spacing: 6px; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 

}

 div.registration {
    font-size: 15px; 
    line-height: 19px;
 }
 div.registration a {
     color: #333;
 }
 div.registration a {
     text-decoration: none;
 }



#headerbackground {
    background-image: url(/img/headerbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
}
 
 .tiles a {
     display: inline-block;
     width: 160px;
     height: 160px;
     border: 1px solid #ddd;
     text-align: center;
     padding-top: 5px;
     font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
    -moz-box-shadow: 0px 0px 8px #eee;
    -webkit-box-shadow: 0px 0px 8px #eee;
    box-shadow: 0px 0px 8px #eee;         
 }
 .tiles a:hover { 
     border: 1px solid #bbb;
     text-decoration: none;
    -moz-box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd;
    box-shadow: 0px 0px 8px #ddd;
  
 }
 .tiles #add-customer {
     background: url(/img/ico/customer_add.png) center 25px no-repeat;
 }
 .tiles #add-vehicle {
     background: url(/img/ico/vehicle_add.png) center 25px no-repeat;
 }
 .tiles #add-invoice {
     background: url(/img/ico/invoice_add.png) center 45px no-repeat;
 }
 .tiles #add-quote {
     background: url(/img/ico/invoice_add.png) center 45px no-repeat;
 }
 .tiles a {
     margin-bottom: 20px;
 }
 
 .form-error {
     border: 1px solid #B94A48;
 }
 div.error-message {
     font-size: 12px;
     color: #B94A48;
     margin-top: -9px;
     margin-bottom: 8px;
 }
 
 
 .modal #customer_search {
     width: 510px;
 }
 
.ausu-suggestionsBox
{
    position: absolute;
    left: 0px;
    top:4px;
    font-size: 12px;
    margin: 26px 0px 0px 0px;
    width: 412px;
    padding:0px;
    color: #fff;
    display: none;
    padding: 0 0 0 0;
    -moz-box-shadow: 0px 4px 8px #ddd;
    -webkit-box-shadow: 0px 4px 8px #ddd;
    box-shadow: 0px 4px 8px #ddd; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    border: 1px solid #ddd;
    z-index: 1000;
    background-color: #fff;
}

.ausu-suggestionsBox ul 
{
    list-style:none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #fafafa;
}

.ausu-suggestionsBox ul li a
{
    display: block;
    text-indent: 4px;
    width: 100%;
    color: #555;
    text-decoration: none;
    padding: 6px 0 6px 0;
    border-bottom:1px solid #ddd;
}
.ausu-suggestionsBox ul li a:hover {
    background-color: #ebebeb;
}
.ausu-load { background: url(/img/loader.gif) right no-repeat;}

.autosuggest
{
    position:relative;
    float: left;
}


body.login {
    background-color: #273140;
    margin: 0;
}
body.login #container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    
}
body.login .login_logo {
	text-align: center;
	margin-bottom: 30px;
}

#UserLoginForm #UserUsername, #UserLoginForm #UserPassword {
    width: 250px;
}
#UserLoginForm .alert {
    font-size: 12px;
}

#UserRegisterForm {
    
}

#loader {
	margin-left: 20px;
}
.panel {
    padding: 25px;
    padding-top: 20px;    
    padding-bottom: 20px;    
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
    
}
body.login .panel {
    margin: 0 auto;
}
.panel h1, .panel h2 {
    margin-top: 0px;
}

body.error {
    background-image: none;
    background-color: #fff;
}
body.error #container {
    width: 850px;
    margin: 0 auto;
}
body.error #container #houston h2 {
    margin-top: 30px;
}
 
input.form-error,
select.form-error,
textarea.form-error {
  border-color: #953b39;
  background-color: #fff1f1;
}

input.form-error:focus,
select.form-error:focus,
textarea.form-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.navbar-inverse .navbar-inner {
    background-color: #273140;
    height: 50px;
    border: none;
    box-shadow: 0px;
    padding-top: 5px;
    padding-right: 20px;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 1000px;
}
.navbar .brand {
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 20px;
    font-weight: 600;
}
.navbar .brand img {
	width: 175px;
}

.navbar .nav.modules {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    margin-top: 7px;
}
.navbar .nav.modules li {
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-inverse .nav li a {
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar .nav-pills {
    margin-top: 7px;
    margin-left: 20px;
}
.navbar .navbar-search {
    margin-top: 7px;
}


strong#VehicleInfo {
    font-size: 1.2em;
    display: inline-table;
    margin-left: 20px;
}
td.value {
    font-weight: 600;
    color: #222;
}
th {
    font-weight: 600;
    color: #444;
    font-size: 0.9em;    
}



th a.asc, th a.desc {
    display: block;
    padding-left: 20px;
    background: url(/img/ico/sort_asc-desc.png) no-repeat scroll 0px 5px transparent;
}
th a.desc {
    background: url(/img/ico/sort_asc-desc.png) no-repeat scroll 0px -23px transparent;
}
.table.table-striped tbody td, .table.table-striped th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-bordered caption + thead tr:first-child th, .table-bordered colgroup + thead tr:first-child th, .table-bordered thead:first-child tr:first-child th {
    background-color: #ebebeb;
}

a, a:focus input, input:focus, select, select:focus, textarea, textarea:focus  {
    outline: none;
}

table.modal-select tr.selected td {
    background-color: #1b75bc;
    color: #fff;
    text-shadow: 1px 0 0 #555;
}


.js-add-invoicerow,.js-add-invoicerow:focus {
     outline: none;
 }
 #InvoiceRows, #InvoiceRows tr td {
     border: none;
 }
 #InvoiceRows {
     margin-left: -8px;
     margin-top: 20px;
 }
 #InvoiceRows .invoicerow td {
     vertical-align: middle;
 }
 #InvoiceRows .invoicerow td input, #InvoiceRows .invoicerow td select {
     margin: 1px;
 }
 #InvoiceTotalInBTW {
     font-weight: bold;
     font-size: 1.3em;
 }
 TD.totalfield {
     text-align: right;
 }
 .js-toggle-tax {
     margin-top: 8px;
 }
 .invoices.view {
     margin-top:30px;
     border: 1px solid #bbb;
     width: 870px;
     padding: 40px;
    -moz-box-shadow: 0px 0px 15px #bbb;
    -webkit-box-shadow: 0px 0px 15px #bbb;
    box-shadow: 0px 0px 15px #bbb;     
    margin-bottom:30px;
 }

a.js-invoicebymail, a.js-invoicebymail:focus {
    outline: none;
}

.js-invoice-togglepaid, .js-invoice-togglepaid:focus {
    outline: none;
}


.js-add-quoterow,.js-add-quoterow:focus {
     outline: none;
 }
 #QuoteRows, #QuoteRows tr td {
     border: none;
 }
 #QuoteRows {
     margin-left: -8px;
     margin-top: 20px;
 }
 #QuoteRows .quoterow td {
     vertical-align: middle;
 }
 #QuoteRows .quoterow td input, #QuoteRows .quoterow td select {
     margin: 1px;
 }
 #QuoteTotalInBTW {
     font-weight: bold;
     font-size: 1.3em;
 }
 .quotes.view {
     margin-top:30px;
     border: 1px solid #bbb;
     width: 870px;
     padding: 40px;
    -moz-box-shadow: 0px 0px 15px #bbb;
    -webkit-box-shadow: 0px 0px 15px #bbb;
    box-shadow: 0px 0px 15px #bbb;     
    margin-bottom:30px;
 }

a.js-quotebymail, a.js-quotebymail:focus {
    outline: none;
}

.js-quote-toggleaccepted, .js-quote-toggleaccepted:focus {
    outline: none;
}

.navbar-search .search-query {
    font-family: 'Monda', sans-serif;   
}
.table tbody tr.error td {
  background-color: #ffefef;
}
.table-hover tbody tr.error:hover td {
  background-color: #fee1e1;
}
.light {
	color: #888;
}
.light a {
	color: #888;
	text-decoration: underline;
}


/* Voor de datepicker icm modals */
.dropdown-menu {
    z-index: 1400;
}
.modal {
    outline: none;
}

#vatIncludedLabel {
    display: inline-block;
}