html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background: #ffffff;    
}

table tr td {
    font-size: 13px;
}

header {
    position: relative;
    float: left;
    width: 100%;
}

#top-bar {
    padding: 10px;
    height: 50px;
    background: #1c3663;
    text-align: right;
}

#top-bar a {    
    font-size: 2.3rem;
    color: #ffffff;
    transition-duration: 0.5s;
}

.fa-home { margin-top: -5px !important; }

#top-bar a:hover {
    color: #fff1f4;
}

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

.box form, .boxWhite, .boxWhite2 {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 30px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.boxWhite2 {
    float: left;
}

.boxWhite3 form {
    margin: 0 !important;
    padding: 10px 0 !important;
}

h1 {
    margin-bottom: 10px;
    font-size: 32px;
    color: #0c4950;
    text-align: center;
}

h2 {
    margin-bottom: -20px;
    font-size: 15px;
    color: #0c4950;
}

h2.m0 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0c4950;
}

h2.border {
    padding-bottom: 10px;
    border-bottom: 1px solid #0c4950;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea, input[type="date"], input[type="file"], input[type="number"] {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #0c4950;
    border-radius: 3px;
    border: 1px solid #0099cc;
    background: #e3f8ff;
}

input::placeholder {
    color: #b7d1d4;
}

input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}

input[type="submit"], button, .fotobutton {
    padding: 5px;
    margin-bottom: 0;
    width: 100%;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #1c3663;
    background: #1c3663;
    transition: 0.3s;
}

input[type="submit"]:hover {
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #015b25;
    background: #015b25;
}

img.logoLogin {
    display: block;
    margin: 0 auto 0 auto;
}

.menu {
    position: fixed;
    top: 50px;
    left: 0px;
    padding-top: 0;
    height: 100%;
    background: #e3f8ff;
}

#menu {
    margin-top: 20px;
}

label {
    font-size: 11px;
    text-align: left !important;
}

.export label {
    font-size: 14px;
    font-weight: normal;
}

.formGroup, .form-group {
    margin: 0 !important;
    padding: 0 !important;        
}

.form-group {
    clear: both; 
}

.form-group input[type="submit"] {
    margin-top: 10px !important;
}

#content table {
    margin-top: 30px;
    padding: 0;
    border-collapse: collapse;
}

#content table th {
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #1c3663;
    background: #1c3663;
}

#content table tr {
    margin-top: 20px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

#content table tr:hover {
    background: #0266a3;
}

#content table tr:hover td, #content table tr:hover td a {
    color: #ffffff;
}

#content table td {
    vertical-align: middle;
}

#content table form {
    margin-bottom: 0 !important;
}

.menuItem {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
    text-align: left;
}

.menuItem i {
    font-size: 20px;
    margin-right: 5px;
}

.menuItem a {
    color: #000000;
}

.menuItem img {
    margin-right: 10px;
}

.menuItem:hover img {
}

.progressItem {
    margin-top: 20px;
    margin-bottom: -10px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.progressItem img {
    margin-right: 5px;
    margin-left: -15px;
}

.progressItem .date {
    font-size: 11px;
}

.progressItem .user {
    padding-top: 5px;
    font-size: 11px;
    text-align: right;
}

.progressItem .comments {
    clear: both;
    padding: 5px 10px;
}

.reply {
    margin-left: 50px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ededed;
}

.no-padding {
    padding-left: 15px !important;
}

.hidden {
    display: none;
}

.addButton {
    height: 20px;
}

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

.addButton img {
    float: right;
}

.headerLogo {
    padding: 20px;
}

.headerBar {
    margin: 0;
    padding: 10px;
    height: 80px;
    color: #ffffff;
    text-align: right;
    background: #f5be5a;
}

.headerBar img {
    margin-left: 10px;
}

.creationUser {
    padding-top: 10px;
    font-size: 11px;
    background: #c0c0c0;
}

#submenu {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#submenu ul li {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: auto;
    border-radius: 10px;
    background: #2da916;
}

#submenu ul li a {
    color: #ffffff;
}

#submenu ul li:hover {
    background: #bdcd00;
}

#submenu ul li a:hover {
    text-decoration: none;
}

td.small {
    width: 150px;
}

tr.red td {
    color: #d82222;
}

tr.grey td {
    color: #c4c4c4;
}

.dashboard {
    float: left;
    padding: 0 20px 20px 20px;
    background: #f7fcfd;
}

.dashboard .boxWhite, .dashboard .boxWhite2 {
    padding: 10px;
}

.dashboard .boxWhite h2, .boxWhite2 h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

.task .company, .task .due_date {
    font-size: 11px;
}

.task {
    padding: 5px;
    margin-bottom: 10px;
    background: #ebebeb;
}

.task:hover {
    color: #ffffff;
    background: #0c4950;
}

.taskRed {
    color: #d82222;
    background: #fbe0e0;
}

.taskRed:hover {
    color: #ffffff;
    background: #d82222;
}   

.boxWhite2 .box {
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    line-height: 30px;
    background: #fbf5ea;
}

.boxWhite2 img {
    margin-bottom: 5px;
}

.textRight {
    text-align: right;
}

.boxWhite table {
    margin-top: 0px !important;
    width: 100%;
}

.boxWhite table tr {
    border: 0 !important;
}

.boxWhite table tr td {
    padding-bottom: 10px;
}

.filterSubmit {
    margin-top: 19px;
}

#breadcrumb {
    height: 30px;
    background: #ec951a;
}

input[type="text"], input[type="number"], input[type="password"], select {
    margin-bottom: 20px;
    padding: 20px 10px;
}

.btn-default {
    padding: 20px 0;
    color: #ffffff;
    border: 1px solid #0099cc;
    background: #0099cc;
}

.btn-default:hover {
    color: #ffffff;
    background: #1c3663;
}

.btn-large {
  font-size: 18px;
}

.btn-large2 {
  padding: 20px 20px;
  border: 1px solid #8a1a9b;
  background: #8a1a9b;
}

form.small {
    margin-right: 10px;
    padding: 0;
    width: 200px;
    border: 0;
}

.question {
    position: relative;
    float: left;
    padding: 10px 0 5px 10px;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #000000;
    background: #ffffff;
}

.box form table tr {
    border: 0 !important;
}

.box form table tr td {
    padding-right: 20px !important;
}

table#overview {
    width: 100%;
}

table#overview tr.title {    
    font-weight: bold;
    color: #ffffff;
    background: #bdcd00;
}

table#overview tr.title td {
    padding: 10px 10px;
}

table#overview tr td {
    padding: 10px 10px;  
}

table#overview tr td form {
    margin: 0;
    padding: 0;
    border: 0;
}

.question {
position: relative;
clear: both;
margin: 0 10px 5px 0;
padding: 5px 0 0 10px;
width: 720px;
height: 22px;
font-size: 14px;
text-align: left;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f2f6d9;
}

.question:hover {
background: #bdcd00;
}      

.question:hover a {
color: #ffffff;
}

.question_report {
position: relative;
float: left;
margin: 0 10px 5px 0;
padding: 5px 0 0 10px;
width: 100%;
font-size: 14px;
text-align: left;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f2f6d9;
}

.question_report:hover {
background: #bdcd00;
}      

.question_report:hover a {
color: #ffffff;
}

.comments {
}

.comments textarea {
width: 600px;
}

.question_report .answer {
margin-top: 5px;
}

.question_report .answer_box {
position: relative;
float: left;
width: 180px;
}

.question_report .answer_text {
position: relative;
float: left;
margin-left: 20px;
}

.question_report .answer_pic {
position: absolute;
top: 10px;
right: 10px;
}

.question_report .answer_pic2 {
position: absolute;
top: 90px;
right: 10px;
}

.hidden {
display: none;
}

.report_products {
position: relative;
float: left;
width: 100%;
}

.report_product {
position: relative;
float: left;
width: 100%;
}

.report_product_col {
position: relative;
float: left;
width: 25%;
}

.report_product_col input[type="text"] {
width: 150px;
border: 1px solid #bdcd00;
background: #fefff9;
}

.tabs {
padding-top: 55px;
}

.tab {
margin-bottom: 10px;
padding: 10px;
width: 100%;
max-width: 100%;
color: #ffffff;
text-align: center;
border-radius: 10px;
background: #bdcd00;
}

.tab:hover {
background: #009ee1;
}

.tabLink:hover {
text-decoration: none;
}

.active {
    background: #005a25;
}

th.small, td.small {
    width: 20px !important;
}

td.p20 {
    padding-left: 20px !important;
}

td.p40 {
    padding-left: 40px !important;
}

td.p60 {
    padding-left: 60px !important;
}

.smallInput {
    width: 100px !important;
}

.videoContainer{
    position: relative;
}

#videoFeed{
    position: relative;
    max-width: 320px;
    display: block;
    margin: 0 auto 0 auto;
}

#qrOutput{
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 320px;
    background-color: #000;
    color: #fff;
    border: none;
    text-align: center;
    line-height: 60px;
    font-size: 1.2rem;
}

#qrOutput.accept{
    background-color: green;
}

#qrOutput.reject{
    background-color: red;
}

.clear {
    clear: both;
    width: 100%;
}

input.hours {
    width: 50px;
}

form.small {
    width: auto !important;
}

input[type="submit"].small {
    float: right !important;
    width: auto !important;
}

.fixed-table-body {
    height: auto !important;
}

.table-form {
    margin-left: 10px;
    float: right;
}

.table-form input[type="submit"] {
    padding: 5px 10px;
}

.tablesorter th {
    cursor: pointer;
}

/* Tablesorter CSS */
/* REQUIRED in CUSTOM THEMES!
 This is the only definition that MUST BE added to any custom themes.
 This is how rows are hidden by filtering (included in provided themes) */
.tablesorter .filtered {
  display: none;
}

/* All of the following css is already contained within each theme file; modify it as desired */
/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 100%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.tablesorter input[type="search"] {
    margin: 4px 0 4px 0;
    padding: 2px 2px 3px 8px;
    width: 100%;
    height: inherit;
    color: #333333;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #ffffff;
}

.tablesorter input[type="search"]::placeholder {
    color: #333333;
}

.tablesorter-filter {
    margin: 4px 0 4px 0;
    padding: 2px 2px 3px 8px;
}

.disabled {
    display: none;
}

.reset {
    margin-bottom: -20px;
    padding-right: 5px;
    width: 100%;
    text-align:right;
    cursor: pointer;
}

.reset:hover {
    color: #6b0f9a;
}

.succes {
    position: relative;
    clear: both;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    border-radius: 5px;
    background: #37a013;
}

.error {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    color: #ffffff;
    border-radius: 5px;
    background: #aa0e0e;
}

#menu i {
    width: 30px;
    text-align: center;
}

img.thumbnail {
    max-width: 100px;
    border: 0;
    border-radius: 10px;
}

.thumb img {
    max-width: 100%;
    border: 0;
    border-radius: 10px;
}

.thumb form {
    margin-top: 5px;
    padding: 0;
    border: 0;
}

#account_doubles, #user_doubles {
    color: #d82222;
}

.transport-item {       
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #ffffff;
}

form.small-btn {
    margin: 0;
    padding: 0;
    border: 0;
}

form.small-btn input {
    float: right;
    margin-right: 10px;
    width: auto;
}

th.w50 {
    width: 50%;
}

.dashboard-buttons a {
    margin-bottom: 20px;
}

.dashboard-icons a {
    /* text-align: left !important; */
}

.dashboard-icons img {
    width: 100px;
    margin-right: 10px;
}

.dashboard-buttons a {
    height: 120px;
    font-size: 17px;
    color: #1c3663;
    background: #e3f8ff;    
}

.dashboard-buttons a:hover {
    color: #1c3663;
    background: #7197a3;
}

.mobile-button input[type="image"] {
    height: 50px !important;
    float: right;
}

.dashboard-top img {
    width: 100px;
}

.dashboard-top {
    font-size: 20px;
}

.mobile-button button {    
    padding: 20px 0;
    font-size: 17px;
    color: #1c3663;
    background: #e3f8ff;
}

.mobile-button button:hover {
    background: #7197a3;
}

@media only screen and (max-width: 767px) {
    header {
        height: auto;
    }
    
    #menu {
        display: block;
        position: relative;
        float: left;
        margin-top: 80px;
        z-index: 100;
        height: auto;
    }
    
    .menuItem {
        float: left;
        margin: 0 30px 10px 0;
        padding: 10px 20px;
        font-size: 14px;
        color: #ffffff;
        text-align: left;
        border-radius: 10px;
        background: #009ee1;
        width: 100%;
    }
    
    #content {
        margin-top: 10px;
        padding-bottom: 20px;
    }   
    
    .dashboard-buttons a {
        font-size: 14px;
    }
    
    .hide-mobile {
      display: none;
    }
}

.transports-home {
    display: block;
    margin: 30px auto 30px auto;
    width: 100%;
    font-size: 3.0rem;
    text-align: center;
}

button.kenteken {
    margin-bottom: 20px;
    border-left: 20px solid #023465;
    background: #f7ed00;
}

a.black {
    color: #000000;
}

a.black:hover {
    color: #ffffff;
}

a.black:hover .transport-item {
    background: #009ee1;
}

.shortcuts {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
}

.char {
    margin: 0 5px 5px 0;
    padding: 7px 5px;
    float: left;
    width: 34px;
    color: #ffffff;
    text-align: center;
    background: #009ee1;
}

.char a {
    color: #ffffff;
}

img.logoTransport {
    max-width: 100%;
}

.transportQuestions label {
    font-size: 1.2rem;
}

.transportQuestions {
    font-size: 1.5rem;
}

.transport-item2 {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 1.2rem;
    border: 1px solid #000000;
}

input:disabled {
    background: #efefef;
}

.transport-dashboard-login {
  margin-top: 40px;
  padding: 0 10px;
}

.dashboard-buttons a.laden, .laden { background: #f6e37c !important; }
.dashboard-buttons a.lossen, .lossen { background: #6dc669 !important; }
.pollution { background: #f8bdbd; }
.temperature { background: #bce2f5; }

.btn-green { background: #41942e !important; color: #fff !important; }
.btn-green img { filter: brightness(0) invert(1); }
.btn-red { background: #a61010 !important; color: #fff !important; }
.btn-red img { filter: brightness(0) invert(1); }
.btn-default-small { padding: 10px 0; height: 90px !important; }
.btn-blue { background: #2e7bbc !important; color: #fff !important; }
.btn-purple { background: #8a1a9b !important; color: #fff !important; }
.einde-locatie { background: #f88e8e !important; }
.kenteken2 { padding: 8px 0 0 40px; margin-bottom: 10px; width: 128px; height: 37px; font-size: 1.2rem; background: url('../images/icons/kenteken2.png'); background-size: cover; }
.kenteken2-label { padding-top: 7px; padding-left: 25px; font-size: 1.2rem; }
.kenteken2-content { padding-top: 7px; margin-left: -15px; font-size: 1.2rem; }
.btn-large-text { padding-top: 25px; font-size: 2rem !important; }
.btn-large-text2 { padding-top: 40px; }
.btn-large-text3 { padding-top: 10px; }
.kenteken2-item { width: 400px; margin-left: calc(50% - 120px); }
.header-kenteken { position: relative; float: left; width: 100%; height: 50px; margin-bottom: 20px; border-bottom: 1px solid #1c3663; }
.signing { position: relative; float: left; }
a.sign-button { padding: 5px 10px; border-radius: 5px; }
div.sign-button { position: relative; float: left; margin: 10px 10px 10px 0; }
.kenteken2-label-large { font-size: 20px; font-weight: bold; }
.form-loading h3 { font-size: 17px; font-weight: bold; }
.form-loading input, .form-loading select { margin-bottom: 0px; }
.form-loading button { margin-top: 20px; }
.thumb { max-width: 100px; }

@media only screen and (max-width: 767px) {
  /*div.sign-button { position: relative !important; clear: both !important; margin-top: 10px; margin-bottom: 10px; } */
}

.success {
  margin-bottom: 20px;
  background-color: #6dc669;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #6dc669;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.success.fade-out {
  opacity: 0;
}