::selection {
	background: #bbe6ff; /* Safari */
	}
::-moz-selection {
	background: #bbe6ff; /* Firefox */
}

.dialog-kvk {
	width: 80%;
}

html, body, p, h1, h2, h3, h4, h5, h6, a, div, span, input, textarea, select, button {
	font-family: 'Proxima Nova', 'Arial', serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #222;
	font-weight: 400;
}

FONT.small {
	font-size: 10px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
}

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

.wrapper {
	width: 1200px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

.clear {
	clear: both;
}

a {
	transition: all 0.2s ease;
}

b, strong {
	font-weight: 700;
	color: #111;
}

.red {
	color: #cc3300 !important;
}
.yellow {
	color: #ba8b23 !important;
}
.green {
	color: #339933 !important;
}

.blue {
        color: #0000ff !important;
}


input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
textarea,
INPUT.normal,
select {
	display: block;
	width: 100%;
	height: 30px;
	padding: 5px 9px;
	margin: 0 0 10px 0;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #dddcdc;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 400;
	color: rgba(0,0,0,0.7);
	outline: none;
	-webkit-appearance:none;
	box-sizing: border-box;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	max-width: 900px;
}

select {
	-webkit-box-shadow: none;
    -webkit-appearance: menulist;
    height: auto;
}
textarea {
	height: 120px;
	resize: none;
}
input.small {
	max-width: 160px;
}

select.small {
        max-width: 160px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
    border: 1px solid #b8b8b8;
}

input[type=text].error,
textarea.error,
select.error,
form.contact .g-recaptcha-error {
	border: 2px solid rgba(196,57,65, 0.6);
}

input[type=button],
input[type=submit],
button {
	outline: none;
	display: inline-block;
	width: auto;
	height: 30px;
	margin: 0 2px;
	padding: 0px 15px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #005a8f;
	font-size: 15px;
	font-weight: 600;
	color: rgba(255,255,255,0.9);
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
  	opacity: 1;
  	-moz-opacity: 1;
  	-webkit-opacity: 1;
  	filter: alpha(opacity=100);
  	transition: all 0.2s ease;
  	-webkit-appearance: none;
}

input[type=button]:hover,
input[type=submit]:hover,
button:hover {
	color: #fff;
	background-color: #00446c;
}

input[type=button]:active,
input[type=submit]:active,
button:active {
	color: #fff;
	background-color: #00304c;
}

hr.line {
	border-top: 1px solid #005a8f;
	width: 100%;
}

.alert {
	display: block;
	padding: 10px 12px;
	line-height: 1.2;
	box-sizing: border-box;
	background-color: #f8f8f8;
	border: 1px solid #b8b8b8;
	border-radius: 6px;
	margin: 0 0 10px 0;
}
.alert i.fa {
	color: #cc6600;
	margin: 0 4px 0 0;
}
.alert-error {
	background-color: #cc3300;
	border: 0;
}
.alert-success {
	background-color: #339933;
	border: 0;
}
.alert-error span,
.alert-success span,
.alert-error i.fa,
.alert-success i.fa {
	color: #fff;
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 10px 0 8px 0;
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
h1 {
	padding: 16px 0 8px 0;
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

h1 > i.fa {
	font-size: 15px;
}

span.message {
	display: block;
	width: auto;
	height: auto;
	padding: 12px 12px 8px 12px;
	line-height: 1.2;
	background-color: #c43941;
	border-radius: 2px;
	color: #fff;
	margin: 12px 0;
}

span.message-green {
	background-color: #39c49b;
}

.div-table{
  display:table;         
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;         
}

.row-fit {
        position: relative;
        display: inline-block;
        margin: 0 -15px;
}

.col-fit {
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.row {
	position: relative;
	width: auto;
	margin: 0 -15px;
}
.col-4 {
	width: 33%;
	display: block;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-6 {
	width: 50%;
	display: block;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.col-25 {
        width: 25%;
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.col-33 {
        width: 33%;
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.col-66 {
        width: 66%;
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.col-75 {
        width: 75%;
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.col-12 {
        width: 100%;
        display: block;
        float: left;
        padding: 0 15px;
        box-sizing: border-box;
}

.custom-icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
}
.icon-tractor {
    background-image: url('../img/icons/tractor.png');
}
.icon-trailer {
    background-image: url('../img/icons/trailer.png');
}




.ie-box {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: #2c98d6;
	z-index: 1000;
	padding: 30px 0px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
}

.ie-box a {
	color: #fff;
	text-decoration: underline;
}






.login-box {
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
	overflow: hidden;
}
.login-box img.logo {
	width: auto;
	height: 60px;
	margin: 100px 0 30px 0;
}
.login-box form {
	width: 300px;
	height: auto;
	margin: 20px auto;
	padding: 0;
	background-color: #f6f5f5;
}
.login-box form h2 {
    display: block;
    width: auto;
    height: 34px;
    line-height: 34px;
    background-color: #444;
    border-radius: 6px 6px 0 0;
    margin: 0;
    padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.login-box form .content {
    width: auto;
    height: auto;
    padding: 15px 20px;
}
.login-box form button {
    float: right;
    width: auto;
}






header {
    width: auto;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
}

header a.logo {
	float: left;
    display: block;
    height: 60px;
    margin: 10px 0 0 0;
}
header a.logo img {
    width: 100%;
    height: 100%;
}

header .info {
	display: block;
	width: auto;
	height: 28px;
	float: right;
	margin: 26px 0;
	text-align: right;
	line-height: 28px;
}
header .info .date {
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
}
header .info .date i.fa {
	font-size: 26px;
	color: #055d91;
}
header .info .date span:nth-child(2) {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: auto;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #055d91;
}
header .info .date span:nth-child(3) {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 0 4px;
	min-width: 80px;
	text-align: left;
}

header .info .user {
	font-size: 16px;
	line-height: 18px;
}
header .info .user i.fa {
	font-size: 20px;
	color: #055d91;
	margin: 0 2px 0 0;
}




nav.main-menu {
    background-color: #222;
    width: auto;
    height: auto;
}

nav.main-menu ul {
    
}
nav.main-menu ul li {
    float: left;
    width: auto;
    height: auto;
}
nav.main-menu ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 16px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
nav.main-menu ul li.active a,
nav.main-menu ul li a:hover {
    background-color: #005a8f;
}
nav.main-menu ul li a i.fa {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 18px;
}



nav.sub-menu {
    background-color: #337ba5;
    width: auto;
    height: auto;
    display: none;
}
nav.sub-menu .wrapper {
    padding: 5px 0;
}
nav.sub-menu ul {
    
}
nav.sub-menu ul li {
    float: left;
    width: auto;
    height: auto;
}
nav.sub-menu ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 9px;
    margin: 2px 10px 2px 15px;
    border-radius: 6px;
    line-height: 26px;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}
nav.sub-menu ul li.active a,
nav.sub-menu ul li a:hover {
    background-color: #005a8f;
}
nav.sub-menu ul li a:active {
    background-color: #00456e;
}
nav.sub-menu ul li:before {
    content: '|';
    float: left;
    display: inline-block;
    font-size: 15px;
    margin: 9px 0 0 0;
    color: #fff;
}
nav.sub-menu ul li:nth-child(1):before {
    display: none;
}

nav.sub-menu ul li:nth-child(1) a {
    margin-left: 5px;
}




nav.sub-sub-menu {
    background-color: #414141;
    width: auto;
    height: auto;
}
nav.sub-sub-menu .wrapper {
    padding: 5px 0;
}
nav.sub-sub-menu ul {
    
}
nav.sub-sub-menu ul li {
    float: left;
    width: auto;
    height: auto;
}
nav.sub-sub-menu ul li a {
    display: block;
    width: auto;
    height: auto;
    padding: 0 5px;
    margin: 2px 5px 2px 8px;
    border-radius: 6px;
    line-height: 26px;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}
nav.sub-sub-menu ul li.active a,
nav.sub-sub-menu ul li a:hover {
    background-color: #222;
}
nav.sub-sub-menu ul li a:active {
    background-color: #000;
}
nav.sub-sub-menu ul li:before {
    content: '|';
    float: left;
    display: inline-block;
    font-size: 15px;
    margin: 8px 0;
    color: #fff;
}
nav.sub-sub-menu ul li:nth-child(1):before {
    display: none;
}

nav.sub-sub-menu ul li:nth-child(1) a {
    margin-left: 5px;
}




.main-box {
    padding: 15px 0;
}


ul.pager {
    float: left;
}
ul.pager li {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 32px;
    padding: 0 4px 0 5px;
}
ul.pager li a {
    text-decoration: none;
}
ul.pager li.all a {
}
ul.pager li.all a:after {
    content: '-';
    font-weight: 400;
    padding-left: 10px;
}

ul.pager li.active a {
	font-weight: bold;
}

form.search {
    float: right;
}
form.search input[type="text"] {
    display: inline-block;
    width: 130px;
    border-radius: 6px 0 0 6px;
    border-color: #999;
    border-right: 0;
}
form.search input[type="submit"] {
    float: right;
    border-radius: 0 6px 6px 0;
    margin: 0;
}


form.filter {
    float: right;
    margin: 0 0 10px 0;
}
form.filter input[type="text"],
form.filter select {
    display: inline-block;
    width: auto;
    max-width: 180px;
    margin: 0 5px 0 0;
    border-color: #999;
}
form.filter select {
    -webkit-appearance: menulist;
}
form.filter .chosen-container {
	margin: -1px 5px 0 0;
}
form.filter .chosen-container input[type="text"] {
	max-width: none;
}
form.filter input[type="submit"] {
    float: right;
    margin-left: 5px;
}




.main-box .table-container {
	width: 100%;
	height: auto;
	overflow-x: scroll;
}



table.overview {
    width: 100%;
    height: auto;
/*    min-width: 740px; */
    margin: 0 0 20px 0;
}
table.overview thead tr {
    
}
table.overview thead tr th {
    background-color: #444;
    color: #fff;
    font-weight: 600;
    height: auto;
    line-height: 16px;
    padding: 7px 6px;
    text-align: left;
    vertical-align: bottom;
}
.main-box table.tablesort thead tr th.sort {
	cursor: pointer;
}
table.overview thead tr th:first-child {
    border-top-left-radius: 6px;
    padding-left: 18px;
}
table.overview thead tr th:last-child {
    border-top-right-radius: 6px;
}
table.overview thead tr th span {
    color: #fff;
    font-weight: 600;
}
table.overview thead tr th.header span:after {
    display:inline-block;
    margin: -2px 0 0 4px;
    padding: 0;
    position: relative;
    vertical-align: top;
    font:normal normal normal 15px/1 FontAwesome;
    font-size:15px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
table.overview thead tr th.headerSortDown span:after {
    content: "\f0dd";
    margin-top: -2px;
}
table.overview thead tr th.headerSortUp span:after {
    content: "\f0de";
    margin-top: 2px;
}
table.overview tbody tr {
    
}
table.overview tbody tr td {
    padding: 2px 8px;
    text-align: left;
    line-height: 18px;
    background-color: #fff;
    transition: all 0.25s ease;
    vertical-align: top;
}
table.overview tbody tr td:first-child {
    padding-left: 18px;
}
table.overview tbody tr:nth-child(2n) td,
table.overview tbody tr.gray td {
    background-color: #f6f5f5;
}
table.overview tbody tr.orange td {
    background-color: #ffa500;
}
table.overview tbody tr.white td {
    background-color: #fff;
}
table.overview tbody tr:hover td {
	background-color: #e0e0e0;
}
table.overview tbody tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
table.overview tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
table.overview tbody tr td.icons {
    text-align: right;
}
table.overview tbody tr td.icons a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 4px;
}
table.overview tbody tr td.icons a i.fa {
	color: #005a8f;
}
table.overview tbody tr.bottom td {
    background-color: #d2d2d2;
    font-weight: 600;
}
table.overview tbody tr td img {
	vertical-align: middle;
	box-sizing: border-box;
	border: 2px solid #fff;
	max-width: 84px;
}

label {
        display: block;
        font-weight: 600;
        margin: 0;
        padding: 4px;
}

.main-box label {
	display: block;
	font-weight: 600;
	margin: 0;
	padding: 4px;
}

.main-box span {
	display: block;
        margin: 0;
        padding-left: 4px;
}
.main-box .input-radio-box,
.main-box .input-checkbox-box {
	margin: 0 0 10px 0;
}
.main-box .input-radio-box input[type="radio"],
.main-box .input-checkbox-box input[type="checkbox"] {
	visibility: hidden;
}
.main-box .input-radio-box > div,
.main-box .input-checkbox-box > div {
	padding: 2px 0;
}
.main-box .input-radio-box label,
.main-box .input-checkbox-box label {
	display: inline-block;
	font-weight: 400;
	position: relative;
	cursor: pointer;
	padding-left: 10px;
	max-width: 85%;
}
.main-box .input-radio-box label:before,
.main-box .input-checkbox-box label:before {
	content: '';
	width: 15px;
	height: 15px;
	text-align: center;
	margin: 0;
	position: absolute;
	left: -15px;
	top: 2px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.6);
	cursor: pointer;
	transition: all 0.25s ease;
}
.main-box .input-radio-box label:before {
	border-radius: 10px;
}

.main-box .input-radio-box input[type="radio"]:checked + label:before,
.main-box .input-checkbox-box input[type="checkbox"]:checked + label:before {
	background-color: #666;
	-webkit-box-shadow: inset 0px 0px 0px 2px #f5f5f5;
	-moz-box-shadow: inset 0px 0px 0px 2px #f5f5f5;
	box-shadow: inset 0px 0px 0px 2px #f5f5f5;
}




.main-box table.fields {
	width: 100%;
	min-width: 740px;
}
.main-box table.fields tbody tr td {
	padding: 0 20px 0 0;
}
.main-box table.fields tbody tr td span {
	display: block;
	line-height: 30px;
}



.field-column {
	float: left;
	padding: 0 15px 0 0;
}

.icon-set i {
	display: block;
	margin: 10px 0;
	font-size: 16px;
	color: #005a8f;
}



.main-box ul.tabs {
	position: relative;
}
.main-box ul.tabs li {
	display: inline-block;
	margin: 0 0 4px 0;
}
.main-box ul.tabs li a {
	display: inline-block;
	background-color: #fff;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	margin: 0;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #999;
	cursor: pointer;
}
.main-box ul.tabs li.active a {
	background-color: #414141;
	border-color: #414141;
	color: #fff;
}
.main-box ul.tabs:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #e8e8e8;
	border-top: 1px solid #999;
}



.o1 {
	display: none;
}
.o1:first-child {
	display: block;
}

.tab-algemeen {
        display: none;
}
.tab-algemeen:first-child {
        display: block;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 2px;
    border: 1px solid #dddcdc;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: rgba(0,0,0,0.7);
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
}


