/* elements */
p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 1.3em;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 5px;
	text-align: left;
}

img {
	border: 0;
	display: block;
}

a {
	color: #06a5eb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
}

h2 {
	font-weight: normal;
	font-size: 21px;
}

h3 {
	font-weight: normal;
}

input[type=text], input[type=password], textarea {
	padding: 5px;
	border: 1px #DDDDDD solid;
}

input.noborder {
	border-style: none;
}

select {
    border: 1px solid #DDDDDD;
    margin: 3px 0;
    padding: 3px;
}

/* Common */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 0;
	margin: 0;
}

#settings-medewerkers a.button {
    display: inline-block;
    height: auto;
    margin: 10px 0 0;
    padding: 6px 10px;
}

body#content {
	background-color: #e8e9e9;
}

body#content.config #page {
	margin-top: 20px;
}

select#new_status {
	min-width: 260px;
	margin-top: 8px;
}

select#export_to {
	min-width: 260px;
}

::-webkit-input-placeholder {	/* WebKit browsers */
	font-style: italic;
	color: #999999;
}
:-moz-placeholder {	/* Mozilla Firefox 4 to 18 */
	font-style: italic;
	color: #999999;
}
::-moz-placeholder {	/* Mozilla Firefox 19+ */
	font-style: italic;
	color: #999999;
}
:-ms-input-placeholder {	/* Internet Explorer 10+ */
	font-style: italic;
	color: #999999;
}

/* header */
div#header {
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px #D9D9D9;
	margin-bottom: 25px;
	font-weight: normal;
}

div#header div.content-wrapper div#main-menu {
	padding: 0px 2px 10px;
}

div#header div.content-wrapper div#main-menu a {
	display: inline-block;
	font-size: 18px;
	padding: 2px 2% 2px 0;
	color: #333333;
}

div#header div.content-wrapper div#main-menu a.current, div#header div.content-wrapper div#main-menu a:hover {
	color: #06a5eb;
}

div#header div.content-wrapper div#profile-menu {
	position: absolute;
	right: 0;
	top: 10px;
}

div#header div.content-wrapper div#profile-menu i.fa {
	font-size: 18px;
	position: relative;
	top: 1px;
}

div#header div.content-wrapper div#profile-menu > span {
	border-right: 1px solid #EEEEEE;
	padding: 0 10px;
}

div#header div.content-wrapper div#profile-menu a {
	display: inline-block;
	font-size: 14px;
	padding: 5px;
}

div#header div.content-wrapper div#profile-menu a > i {
	display: none;
}

/* content */
div.content-wrapper {
	margin: 0 auto;
	width: 980px;
	position: relative;
}

div.block {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 15px;
	position: relative;
	margin-bottom: 10px;
}

/* lead detail */
td.multi input {
	margin-bottom: 3px;
}

#export_lms {
	margin-top: 10px;
	padding: 15px;
	border: 1px #DDD solid;
	background-color: #FEFEFE;
}

.fancybox-skin.saved {
    background-color: #458B00;
    text-align: center;
}

.fancybox-skin.saved p {
	color: #EEE;
	font-weight: bold;
}

/* qtip overrides */
.qtip {
	font-size: 12px;
	line-height: auto;
	font-family: 'Source Sans Pro', sans-serif;
}

/* Default tooltip style */
.qtip-default {
	border: 1px solid #DDDDDD;
	background-color: #06A5EB;
	color: #FFF;
	padding: 2px;
}

.alert-bar {
	padding: 10px;
	text-align: center;
	background-color: #a00;
	color: #fff;
}

p.warning {
	color: #a00;
	font-size: 12px;
}.button {
	color: #FFFFFF;
	background-color: #06a5eb;
	border: 0;
	min-width: 120px;
	border-radius: 3px;
	cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
}

.button.disable {
	background-color: #CCCCCC;
	cursor: auto;
}

.button.disable:hover {
	background-color: #CCCCCC;
}

.button:hover {
	background-color: #35b4eb;
}

.button-block input,
.button-block button {
	margin: 0 0 10px 10px;
	float: right;
}input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin: 0;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  background-color: #FFF;
}

input[type=radio] + label::before {
	border-radius: 50%;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border: 1px solid #ccc;
	background-color: #06A5EB;
}

input[type=radio]:checked + label::after {
	border-radius: 50%;
}

input[type=checkbox]:disabled + label::before,
input[type=radio]:disabled + label::before {
	background-color: #ddd;
}

#persoonsgegevens input[type=radio] + label {
	display: inline-block;
	margin-right: 10px;
}

#persoonsgegevens input[type=checkbox] + label::before,
#persoonsgegevens input[type=radio] + label::before {
	top: 5px;
}

#persoonsgegevens input[type=checkbox]:checked + label::after,
#persoonsgegevens input[type=radio]:checked + label::after {
	top: 7px;
}div#lead-errors {
	background-color: #ffffff;
	border: 2px solid #ff0000;
	padding: 15px;
}

div.detail-bar {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px;
	padding: 10px 0 25px;
	height: 50px;
	clear: both;
}

div.detail-bar.top {
	border-bottom: 0;
	border-top: 1px solid #CCCCCC;
	margin: 20px 0 20px;
	padding: 15px 0 10px;
}

div.detail-bar h1 {
    display: inline-block;
    max-width: 555px;
}

div.detail-bar .right {
	float: right;
	line-height: 32px;
}

div.detail-bar a {
	color: #333333;
	font-size: 18px;
	float: right;
	line-height: 40px;
}

div.detail-bar input {
	margin-left: 20px;
	float: right;
}

div#detail-left, div#detail-right {
	width: 480px;
	float: left;
}

div#detail-left {
	margin: 0 20px 0 0;
}

div#detail-left .block, div#detail-right .block {
	margin-bottom: 20px;
}

div#detail-left .block select, div#detail-right .block select {
	width: 100%;
}

div#detail-left .block table, div#detail-right .block table {
	margin-top: 10px;
}

div#detail-left .block table th, div#detail-right .block table th,
div#detail-left .block table td, div#detail-right .block table td {
	padding: 4px 1px;
	line-height: 30px;
}

div#detail-left .block table th, div#detail-right .block table th {
	font-weight: normal;
	font-size: 14px;
	width: 200px;
	vertical-align: top;
	color: #999999;
}

div#detail-left .block table td, div#detail-right .block table td {
	font-size: 14px;
	color: #333333;
	vertical-align: top;
}

div#detail-left .block table td input[type=text], div#detail-right .block table td input[type=text] {
	width: 95%;
}

div#detail-left .block .block-button, div#detail-right .block .block-button {
	border: 1px #DDDDDD solid;
	background-color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 3px;
	position: absolute;
	top: 17px;
	right: 20px;
	color: #666666;
}

div#detail-right #fotos {
	padding: 0;
	border: 0;
	background-color: transparent;
}

div#detail-right #fotos #thumbnails {
	height: 52px;
	position: relative;
	margin: 7px 0 0 0;
	overflow: hidden;
}

div#detail-right #fotos #thumbnails #thumbnail-slider {
	position: relative;
	height: 52px;
	margin: 0 35px;
	overflow: hidden;
}

div#detail-right #fotos #thumbnails #thumbnail-slider #thumbnail-slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
}

div#detail-right #fotos #thumbnails #thumbnail-slider #thumbnail-slides img {
	width: 70px;
	height: 52px;
	background-color: #AAA;
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

div#detail-right #fotos #thumbnails #thumbnails-nav-left, div#detail-right #fotos #thumbnails #thumbnails-nav-right {
	position: absolute;
	top: 0;
	cursor: pointer;
	background-color: #f3f3f3;
	height: 50px;
	width: 33px;
	border: 1px #DDDDDD solid;
}

div#detail-right #fotos #thumbnails #thumbnails-nav-left {
	left: 0;
}

div#detail-right #fotos #thumbnails #thumbnails-nav-right {
	right: 0;
}

div#detail-full {
	width: 980px;
	float: left;
	margin-bottom: 20px;
}

div#detail-full #leads h2 {
	margin-bottom: 10px;
}

div#detail-full #leads #leads-list-wrapper {
	margin: 0;
}

.nav-arrow-left, .nav-arrow-right {
	border-style: solid;
	width: 0;
	height: 0;
	position: absolute;
	top: 18px;
}

.nav-arrow-left {
	border-color: rgba(0, 0, 0, 0) #c1c5cd rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-width: 8px 14px 8px 0;
	left: 9px;
}

.nav-arrow-right {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c1c5cd;
	border-width: 8px 0 8px 14px;
	right: 9px;
}

div#detail-right #fotos #thumbnails #thumbnails-nav-left:hover .nav-arrow-left {
	border-color: rgba(0, 0, 0, 0) #06a5eb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

div#detail-right #fotos #thumbnails #thumbnails-nav-right:hover .nav-arrow-right {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #06a5eb;
}

div#detail-right .block #opmerking,
div#detail-left #lead_gegevens textarea {
	margin-top: 10px;
	border: 1px #DDDDDD solid;
	padding: 10px 5px;
    height: 100px;
    width: 435px;
}

div#detail-left #logboek h2 {
	margin: 0 0 20px 0;
}

div#detail-left #logboek a#logboek-bericht-toevoegen i.fa {
	font-size: 16px;
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}

div#detail-left #logboek .logbericht {
	background-color: #f3f3f3;
	padding: 5px;
	margin: 10px 0 0 0;
	padding: 15px;
	clear: both;
}

div#detail-left #logboek .logbericht .logbericht-ondertekening {
	color: #999999;
	margin-top: 5px;
}

div#detail-left #logboek .logbericht .logentry-group {
	float: right;
    padding: 2px 10px;
    background-color: #CCCCCC;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    display: block;
}

div#detail-left #logboek .logbericht .logentry-group.public {
	background-color: #4b728a;
}/* Leads */
div#leads-wrapper {
	margin: 0 auto;
	overflow: hidden;	/* Clearfix */
}

div#leads-left {
	float: left;
	width: 220px;
}

table#leads-filters {
	margin: 10px 0;
}

table#leads-filters tr td {
	padding: 0;
}

table#leads-filters select {
	border: 1px solid #DDDDDD;
	padding: 3px;
	width: 190px;
	margin: 3px 0;
}

div#leads-left div#results-counter {
	line-height: 30px;
	word-spacing: 5px;
}

div#leads-left div#results-counter span {
	background-color: #666666;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
}

div#sort-leads {
	margin: 10px 0 0;
}

div#add-new-lead {
    font-size: 14px;
    margin: 0 0 11px 0;
    padding: 7px 15px;
    cursor: pointer;
    height: 34px;
    box-sizing: border-box;
}

div#add-new-lead a {
	color: #666666;
}

div#add-new-lead a:hover {
	color: #06a5eb;
}

div#add-new-lead a i.fa {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
}

div#leads-left div#stats {
	margin-top: 10px;
}

div#leads-left div#stats h4 {
	margin: 10px 0 0 0;
}

div#leads-left div#stats ul {
	margin: 0 0 10px 0;
}

div#leads-left div#stats span {
	font-weight: bold;
}

div#leads-right {
	float: right;
	width: 745px;
}

div.leads-actions {
	margin-bottom: 10px;
	clear: both;
}

div.leads-actions a {
	background-color: #f3f3f3;
	border: 1px solid #DDDDDD;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 8px 15px;
	position: relative;
}

div.leads-actions a i.fa {
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	font-size: 16px;
}

div.leads-actions a input {
	margin: 0 5px 0 0;
}

div#leads-search-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

div#leads-search-wrapper input.leads-search {
	border: 1px solid #dddddd;
	color: #666666;
	float: right;
	font-size: 18px;
	height: 22px;
	padding: 4px 5px;
	width: 220px;
	background: #ffffff url('/images/icon-zoeken.png') 96% 50% no-repeat;
}

div.leads-actions a, ul#leads-tabs a {
	color: #666666;
}

ul#leads-tabs {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 1px;
	height: 36px;
}

ul#leads-tabs li {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	position: relative;
}

ul#leads-tabs li.current a {
	background-color: #FFFFFF;
	border-bottom: 1px #FFFFFF solid;
	color: #07A5EC;
}

ul#leads-tabs li.deleted a,
ul#leads-tabs li.deleted a:hover,
ul#leads-tabs li.exported a,
ul#leads-tabs li.exported a:hover {
	text-decoration: none;
}

ul#leads-tabs li.exported a i.fa,
ul#leads-tabs li.deleted a i.fa {
    padding: 0 4px 0 0;
    position: relative;
    top: 1px;
}

ul#leads-tabs a {
	background-color: #f3f3f3;
	border-color: #DDDDDD;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	display: inline-block;
	line-height: 30px;
	padding: 2px 15px;
	margin: 0 4px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	max-width: 120px;
}

div#leads-list-wrapper {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #DDDDDD;
}

table#leads-list {
	width: 100%;
}

table#leads-list td, table#leads-list th {
	padding: 10px 3px;
}

table#leads-list td:first-child, table#leads-list th:first-child {
	padding: 10px 0;
}

table#leads-list td div, table#leads-list th div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 200px;
}

table#leads-list td {
	color: #666666;
}

table#leads-list td label {
    top: -8px;
    left: 13px;
}

table#leads-list tr {
	border-bottom: 1px #EEEEEE solid;
}

table#leads-list tr:hover td {
	background-color: #e1f0fb;
}

table#leads-list tr.messagerow {
	border: 0;
}

table#leads-list tr.messagerow td {
	text-indent: 15px;
}

table#leads-list tr.messagerow:hover td {
	background-color: transparent;
}

table#leads-list th a i.fa {
	margin: 0 0 0 5px;
}

ul.leads-pager {
	float: right;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul.leads-pager li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

ul.leads-pager li.label {
	padding: 4px 10px 4px 4px;
}

ul.leads-pager li a {
	display: block;
	padding: 4px 10px;
	color: #666666;
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
}

ul.leads-pager li.current a, ul.leads-pager li a:hover, ul#leads-tabs li a:hover, div.leads-actions a:hover {
	color: #06a5eb;
}

ul.leads-pager li.current a {
	background-color: #FFFFFF;
}

/* vehicle search */
div#vehicle-search {
	width: 800px;
	margin: 0 0 10px 0;
}

div#vehicle-search-results {
	height: 400px;
	overflow-y: scroll;
}

table#vehicle-table {
	width: 100%;
}

table#vehicle-table thead tr {
	background: #F3F3F3;
	cursor: auto;
}

table#vehicle-table tr {
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

table#vehicle-table tr:hover td {
	background-color: #e1f0fb;
}

table#vehicle-table tr td {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	padding: 5px;
}

table#vehicle-table tr td.even {
}

table#vehicle-table tr td.odd {
}

table#vehicle-table tr td.merk {
	max-width: 100px;
}

table#vehicle-table tr td.model {
	max-width: 100px;
}

table#vehicle-table tr td.type {
	max-width: 335px;
}

div#vehicle-search select,
div#vehicle-search input[type=text] {
    width: 175px;
    min-width: 175px;
    float: left;
    height: 30px;
    box-sizing: border-box;
    margin: 3px 6px 3px 0;
}a#logo.logo-login {
	margin: auto;
	display: block;
	margin: 60px auto 30px;
	width: 201px;
}

a#logo {
	display: block;
	width: 290px;
	margin: 60px auto 30px;
}

a#logo {
	display: inline-block;
	margin: 20px 0 10px;
}

a#logo:hover {
	text-decoration: none;
}


a#logo p {
    color: #85963E;
    font-size: 17px;
    letter-spacing: 0.2px;
}

div#login {
	background-color: #F3F3F3;
	color: #333333;
	display: block;
	font-weight: bold;
	margin: auto;
	overflow: hidden;
	padding: 27px;
	width: 290px;
}

div#login input[type=text], div#login input[type=password] {
	color: #999999;
	border: 1px #DDDDDD solid;
	border-radius: 3px;
	height: 30px;
	width: 280px;
	margin: 5px 0;
	text-indent: 10px;
	line-height: 30px;
}

div#login input[type=submit] {
	text-indent: 0;
	float: right;
	margin-top: 9px;
}

table#login-table {
	margin: 10px 0 0;
}

table#login-table td {
	padding: 0;
}

div#login .message {
	margin: 10px 0 0;
}

div#login .message.error {
	color: #F00;
}#overlay {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
	zoom: 1;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -8;
	opacity: 0;
	display: none;
}

#loading {
    background-image: url("/images/icon-loading.gif");
    opacity: 0;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
	z-index: -9;
	display: none;
}

#popin {
	width: 0;
	height: 0;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px #DDDDDD solid;
	z-index: -10;
	position: fixed;
	left: 50%;
	top: 50%;
	opacity: 0;
}

#popin-iframe-container {
	padding: 55px 30px 25px;
	display: none;
}

#popin-text-container {
	padding: 18px 50px 18px 20px;
	display: none;
}

#popin-close {
    position: absolute;
    right: 20px;
    top: 21px;
	cursor: pointer;
	display: none;
}

#popin-title {
    color: #333333;
    font-size: 18px;
    margin: 0 0 10px;
}

#popin-content span {
    font-size: 14px;
}

#popin-content, #popin-content form {
	display: inline-block;
}

#popin-content input[type=text] {
	min-width: 200px;
}

#popin-content select {
	min-width: 212px;
}

#popin-content textarea {
	min-width: 400px;
}

#popin-content textarea {
	min-height: 100px;
}

#popin-content input[type=submit] {
    left: -5px;
    margin: 5px 0 0;
    position: relative;
}

#popin-content .message {
	display: inline;
	white-space: nowrap;
	font-size: 16px;
}

#popin-buttons input {
	margin: 10px 10px 0 0;
}#settings-fields table td {
	vertical-align: top;
}

#settings-fields > table > tbody > tr > td {
	padding: 6px 30px;
}

#settings-fields > table > tbody > tr > td:first-child {
	padding-left: 0;
}/* menu */
#config-menu {
	position: absolute;
	right: 0;
	top: 10px;
}

#config-menu i.fa {
	font-size: 18px;
	position: relative;
	top: 1px;
}

#config-menu > span {
	border-right: 1px solid #DDDDDD;
	padding: 0 10px;
}

#config-menu a {
	display: inline-block;
	font-size: 14px;
	padding: 5px;
}

#config-menu a > i {
	display: none;
}

/* config table/list */
table.config-list {
	color: #666666;
	margin-top: 10px;
	border: 1px #DDD solid;
	background-color: #FEFEFE;
	width: 100%;
}

table.config-list tr {
	border-bottom: 1px #DDD solid;
}

table.config-list td:first-child {
	padding-left: 10px;
}

table.config-list th:first-child {
	padding-left: 10px;
}

table.config-list td table.leads tr {
	border: 0;
}

table.config-list td table.leads tr td {
	padding: 0 3px;
}

table.config-list td table.leads tr td:first-child {
	width: 70px;
}

table.config-list td table.leads tr td:last-child {
	text-align: right;
	width: 35px;
}

#settings-instances table.config-list th:first-child {
	padding-left: 35px;
}

table.config-list td, table.config-list th {
	padding: 10px 3px;
}

table.config-list td .fa {
	cursor: pointer;
}

table.config-list td .fa.fa-check {
	color: #0A0;
	font-size: 16px;
}

table.config-list td .fa.fa-times {
	color: #A00;
	font-size: 20px;
}

table.config-list td.actions {
	text-align: right;
	padding-right: 15px;
}

table.config-list td > a {
    background-color: #f3f3f3;
    border: 1px solid #DDDDDD;
    display: inline-block;
    line-height: 30px;
    padding: 1px 15px;
	margin-left: 5px;
}

table.config-list td div, table.config-list th div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 200px;
}

table.config-list input {
	margin: 6px 10px 0 10px;
}

/* instances */
#settings-instances > a:first-child {
	float: right;
	padding: 5px 10px;
}

#settings-instances > a:last-child {
	margin: 10px 0 0 0;
}

/* employees */
#settings-medewerkers .employee-add {
	position: absolute;
    top: 4px;
    right: 15px;
    padding: 8px 15px;
}

/* employee edit popup */
.employee-edit-table td {
	padding: 4px 0 2px 1px;
}

.employee-edit-table td:first-child {
	padding-right: 10px;
}

.employee-edit-table td input {
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}

/* dealers */
.dealers {
    padding: 8px 15px;
    border: 1px #DDD solid;
    background-color: #FEFEFE;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.dealers > div {
	padding: 4px 2px;
}

.dealers > div.deleted {
    background-color: #eee;
    color: #999;
}

.dealers_head {
    margin-bottom: 8px;
}

/* instantie */


.block.dashboard input {
	width: 200px;
	box-sizing: border-box;
}

/* selectboxit */
.selectboxit-container {
	margin: 4px 0;
}

.selectboxit-container span.selectboxit {
    background: #FFF;
    border-radius: 0;
    padding: 3px;
    border-bottom: 4px #CCCCCC solid;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

.selectboxit-container .selectboxit-arrow-container i {
	display: none;
}

.selectboxit-container .selectboxit-arrow-container:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 0.7em;
    margin-right: 10px;
}

.selectboxit-container .selectboxit-options {
	border-radius: 0;
	background-color: #f0f0f0;
}

span.selectboxit {
    color: #fff;
	background: #00ada8;
}

span.selectboxit i,
span.selectboxit span,
.selectboxit .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon,
#refine #refineActiveFilters div.refineActiveFilter span {
	color: #000;
}

.selectboxit-container .selectboxit-arrow-container:after {
	color: #00ada8;
}

/* Selectboxit option hover style */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #00ada8;
}body {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

* {
	color: #000;
}

h1 {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 200;
}

h2 {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 7px;
}

h3 {
	font-family: 'Open Sans';
	font-size: 22px;
	font-weight: 400;
}

h4 {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
}

h5 {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
}

h6 {
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 700;
}

.button {
    border: 0;
    background-color: #00ada8;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
}

.button:hover {
	background-color: #009E9A;
}

div#header div.content-wrapper div#main-menu a.current, div#header div.content-wrapper div#main-menu a:hover {
	color: #00ada8;
}

ul.leads-pager li.current a, ul.leads-pager li a:hover, ul#leads-tabs li a:hover, div.leads-actions a:hover {
	color: #00ada8;
}

ul#leads-tabs li.current a {
	color: #00ada8;
}

div#add-new-lead {
	font-size: 15px;
}

div#add-new-lead a:hover {
	color: #00ada8;
}

body#content {
  background-color: #F6F6F6;
}

div#header {
  box-shadow: none;
}

i.fa {
	color: #00ada8;
}

a#logo * {
  display: none;
}

a#logo, a#logo.logo-login {
	background-image: url('/images/vwe-logo.png');
	height: 73px;
	width: 177px;
	margin-top: 10px;
}

a#logo.logo-login {
	margin: 60px auto 30px;
}

div#header div.content-wrapper div#profile-menu a > i {
	display: inline;
	color: #E00;
}

div#header div.content-wrapper div#profile-menu a:hover {
	text-decoration: none;
}

div#header div.content-wrapper div#profile-menu a > span {
	display: none;
}

div#leads-left div#results-counter span {
  background-color: #00ada8;
}

div#login {
	background-color: #F6F6F6;
	color: #000;
}

.save-button {
    background-color: #f7941d;
}

.save-button:hover {
    background-color: #e6730c;
}

a:hover {
	text-decoration: underline;
}

a,
div#header div.content-wrapper div#profile-menu a > i,
div#detail-left .block .block-button, div#detail-right .block .block-button {
    color: #00ada8;
}

a:hover,
div#header div.content-wrapper div#profile-menu a > i:hover,
div#detail-left .block .block-button, div#detail-right .block .block-button:hover {
	color: #009E9A;
}

div#header div.content-wrapper div#main-menu a.current, div#header div.content-wrapper div#main-menu a:hover {
	color: #d20005;
}

.button[type=submit].disable,
.button[type=submit].disable:hover {
	background-color: #CCCCCC;
}

input[type=text], input[type=password], select {
    padding: 6px;
    border: 1px #e2e2e2 solid;
    font-family: 'Open Sans';
    font-size: 14px;
}

.employee-edit-table select {
	padding: 0;
}

select {
	padding: 0;
}

#settings-dealers select {
	padding: 6px;
}

div#leads-search-wrapper {
    width: 100%;
    box-sizing: border-box;
}

div#leads-search-wrapper input.leads-search {
	height: auto;
	width: 100%;
	box-sizing: border-box;
}

select option {
	background-color: #f0f0f0;
}

div.block,
div#leads-list-wrapper {
	border-color: #D6E7E7;
}

table#vehicle-table thead tr {
	background-color: #E6E6E6;
}

table#leads-list tr:hover td,
table#vehicle-table tr:hover td {
	background-color: #D6E7E7;
}

table#leads-list td, table#leads-list th {
	font-size: 14px;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	background-color: #00ada8;
}

.qtip-default {
	background-color: #00ada8;
	border-color: #00ada8;
}

.qtip-content {
	color: #FFF;
}

.fancybox-skin.saved {
    background-color: #00ada8;
    text-align: center;
}

.alert-bar {
	background-color: #aa0005;
}

p.warning {
	color: #aa0005;
}

body#content {
	background-color: #F6F6F6;
}

a.logo p, div.logo p {
	color: #00ADA8;
}

div#login {
	background-color: #F6F6F6;
	color: #000;
}

div#login input[type=text], div#login input[type=password] {
	border-radius: 0;
	background-color: #FFF;
}

p.err * {
	color: #FF0000;
}

input[type=text], input[type=password], select {
    padding: 6px;
    border: 1px #e2e2e2 solid;
    font-family: 'Open Sans';
    font-size: 14px;
}

select option {
	background-color: #f0f0f0;
}

div#header {
	box-shadow: none;
    border-bottom: 1px #D6E7E7 solid;
    background: #fff;
    border: 0;
}

div#header div.content-wrapper div#profile-menu a {
	color: #d20005;
}

#headerbg-wrapper {
	background: #f6f6f6;
}

#headerbg {
	background-image:url('/images/header.jpg');
	background-repeat: no-repeat;
	height: 140px;
	margin: 0 auto 10px;
	max-width: 1260px;
}

div#header {
    background: #fff;
    border: 0;
    min-height: 52px;
    margin: 0;
    padding: 0;
    max-width: 1260px;
    margin: auto;
    box-shadow: none;
}

div#header div.content-wrapper a#logo {
    display: block;
    margin: 0;
    height: 52px;
	margin-left: 1%;
	background-image: none;
	width: auto;
}

div#header div.content-wrapper a#logo img {
    max-height: none;
    margin: 7px;
	float: left;
	margin-right: 15px;
	display: block;
}

div#header div.content-wrapper a#logo span {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 54px;
	display: block;
}

#page {
    max-width: 1260px;
    margin: auto;
}

div.content-wrapper {
	padding: 0;
	max-width: 1260px;
	width: auto;
}

#config-menu {
	right: 1%;
}

#config-menu i.fa {
	color: #000;
	font-size: 1em;
	position: relative;
	top: 0;
}

#config-menu a span {
	color: #f7941d;
}

#config-menu a:hover span {
	color: #e6730c;
}

#config-menu a:hover {
	text-decoration: none;
}

div.block,
div#leads-list-wrapper {
	border: 0;
	box-shadow: 0px 1px 4px #e2e2e2;
}

form[name=settings] div.block,
form[name=instance-edit] div.block,
form[name=config] div.block,
form[name=lead] div.block,
div.block.vwe {
	padding: 0;
	margin-bottom: 20px;
}

div.block > div {
	margin: 20px;
	width: auto;
}

div.block p {
	margin-bottom: 10px;
}

form[name=lead] div.block > div > table,
form[name=lead] div.block > div > table input,
form[name=lead] div.block > div > table select,
form[name=lead] div.block > div > table textarea,
form[name=lead] div.block > div > table .selectboxit-container,
form[name=lead] div.block > div > table .selectboxit-container span.selectboxit {
	width: 100%;
}

div.block h2 {
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px #e2e2e2 solid;
	position: relative;
	font-size: 1em;
	box-sizing: border-box;
	margin: 0;
}

div.block h2:before {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -6px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #f8f8f8;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 1px 0 0;
    z-index: 3;
	margin-top: -5px;
}

.block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#settings-instances > a:first-child,
#settings-medewerkers > a.employee-add,
#settings-medewerkers > a {
    background-color: #f7941d;
    border: 0;
	z-index: 3;
    float: none;
    margin: 0;
    padding: 4px 8px;
    font-size: 0.9em;
}

#settings-medewerkers a.button {
    float: left;
    margin: 0 15px 15px 20px;
}

#settings-medewerkers a.employee-add {
    position: absolute;
    top: 8px;
    right: 8px;
	margin: 0;
}

#settings-medewerkers > table {
	margin-bottom: 0;
}

.button-block input:last-child {
    background-color: #f7941d;
    border: 0;
}

.button-block input:last-child:hover,
#settings-medewerkers > a.employee-add:hover,
#settings-instances > a:first-child:hover,
#settings-medewerkers > a:hover {
    background-color: #e6730c;
	text-decoration: none;
	color: #fff;
}

table.config-list td > a {
	background: none;
	border: 0;
	line-height: normal;
	padding: 0;
    color: #00ada8;
    margin: 0 5px;
}

table.config-list td a:hover {
	text-decoration: none;
	color: #009E9A;
}

table.config-list td > a:before {
    content: "\f054";
    left: 0;
    position: relative;
    top: -1px;
    font-family: FontAwesome;
    font-size: 0.8em;
    margin-right: 5px;
    color: #00ada8;
}

/* custom checkbox + radio buttons */
input[type=checkbox]:checked + label::after {
	background-color: #00ADA8;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin: 0;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
    content: '\f096';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 18px;
    font-family: fontAwesome;
    color: #666;
    width: auto;
    height: auto;
    border: 0;
	background: none;
}

input[type=radio] + label::before {
	content: '\f1db';
}

input[type=radio] + label::before {
	border-radius: 50%;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
    content: '\f14a';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 18px;
    font-family: fontAwesome;
    color: #00ada8;
    border: 0;
    background: none;
}

input[type=radio]:checked + label::after {
	content: '\f058';
}

input[type=radio]:checked + label::after {
	border-radius: 50%;
}

input[type=checkbox]:disabled + label::before,
input[type=radio]:disabled + label::before,
input[type=checkbox]:disabled + label::after,
input[type=radio]:disabled + label::after {
	background: none;
	color: #ddd;
	border: 0;
	content: '\f0c8';
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	background: none;
}

#settings-fields {
	margin: 15px;
}

/* main menu */
ul#main-menu {
	margin: 0;
    padding: 0px 2px 10px;
}

ul#main-menu li {
	display: inline-block;
	font-size: 18px;
	color: #333;
	padding: 2px 2% 2px 0;
}

ul#main-menu a:hover {
	color: #d20005;
}

ul#main-menu a.current {
	color: #d20005;
}

ul#main-menu a.current:hover {
	color: #aa0005;
}

ul#main-menu {
    background: #fff;
    padding: 2px 4px;
    box-shadow: 0px 1px 4px #e2e2e2;
	margin: 20px auto;
	max-width: 1260px;
	box-sizing: border-box;
}

ul#main-menu li {
	padding: 2px 4px 2px 0;
}

ul#main-menu a {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
	color: #000;
}

ul#main-menu a:hover,
ul#main-menu a.current,
ul#main-menu a.current:hover {
    color: #00ada8;
    background: #e6f7f6;
	text-decoration: none;
}

select {
    background: #FFF;
    border-radius: 0;
    padding: 3px;
    border-bottom: 4px #e2e2e2 solid;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

/* selectboxit */
.selectboxit-container {
	margin: 4px 0;
}

.selectboxit-container span.selectboxit {
    background: #FFF;
    border-radius: 0;
    padding: 3px;
    border-bottom: 4px #e2e2e2 solid;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

.selectboxit-container .selectboxit-arrow-container i {
	display: none;
}

.selectboxit-container .selectboxit-arrow-container:after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 0.7em;
    margin-right: 10px;
}

.selectboxit-container .selectboxit-options {
	border-radius: 0;
	background-color: #f0f0f0;
}

span.selectboxit {
    color: #fff;
	background: #00ada8;
}

span.selectboxit i,
span.selectboxit span,
.selectboxit .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon,
#refine #refineActiveFilters div.refineActiveFilter span {
	color: #000;
}

.selectboxit-container .selectboxit-arrow-container:after {
	color: #00ada8;
}

/* Selectboxit option hover style */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background: #00ada8;
}

table#leads-filters {
    width: 100%;
}

table#leads-filters select {
	width: 100%;
}

div#leads-left {
	width: 20%;
	position: relative;
	padding-top: 42px;
}

div#leads-right {
	width: 78%;
}

div#leads-list-wrapper {
    border: 1px solid #DDDDDD;
    box-shadow: none;
}

div#detail-left, div#detail-right {
    width: 49%;
    float: left;
}

div#detail-left {
    margin: 0 2% 0 0;
}

div#detail-right .block #opmerking, div#detail-left #lead_gegevens textarea {
    margin-top: 10px;
    border: 1px #DDDDDD solid;
    padding: 10px 5px;
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}

div#detail-full {
	width: 100%;
}

div.detail-bar a {
	color: #f7941d;
	text-decoration: none;
}

div.detail-bar a:hover {
	color: #e6730c;
	text-decoration: none;
}

div#detail-left .block .block-button, div#detail-right .block .block-button {
    top: 8px;
    z-index: 4;
    background: #00ada8;
    color: #fff;
    border: 0;
    right: 7px;
    padding: 4px 8px;
    font-size: 0.9em;
}

div#detail-left .block .block-button:hover, div#detail-right .block .block-button:hover {
	text-decoration: none;
	background: #009E9A;
	color: #fff;
}

div#detail-left #logboek a#logboek-bericht-toevoegen i.fa {
	color: #fff;
	font-size: 14px;
    margin: 0 2px 0 0;
    top: 0px;
}

.fancybox-skin {
	background: #f4f4f4;
}

div.leads-actions a {
    background: #00ada8;
    color: #fff;
    border-radius: 6px;
    border: 0;
}

div.leads-actions a:hover {
	color: #fff;
	background: #009E9A;
	text-decoration: none;
}

div.leads-actions a label,
div.leads-actions a label:before,
div.leads-actions a input[type=checkbox]:checked + label::after,
div.leads-actions a i.fa {
    color: #fff;
}

div#add-new-lead {
    background: #f7941d;
    border: 0;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
}

div#add-new-lead a i,
div#add-new-lead a {
	text-decoration: none;
	color: #fff;
}

div#add-new-lead:hover,
div#add-new-lead a:hover {
	color: #fff;
	background: #e6730c;
}

ul#leads-tabs li.current a,
ul#leads-tabs a {
	color: #000;
}

ul.leads-pager li.current a,
ul.leads-pager li a:hover,
ul#leads-tabs li a:hover,
ul#leads-tabs li a:hover strong,
div.leads-actions a:hover {
	text-decoration: none;
	color: #00ada8;
}

div.leads-actions a:hover {
	color: #fff;
}

ul.leads-pager li a {
	background: #e2e2e2;
	padding: .3em .8em;
	border-radius: 4px;
	border: 0;
	color: #000;
}

ul.leads-pager li.current a,
ul.leads-pager li a:hover {
    background: #00ada8;
    color: #fff;
}

#config-menu > span {
	padding: 0 5px;
}

table#leads-list tr:hover td, table#vehicle-table tr:hover td {
	background: #e6f7f6;
}

div.detail-bar {
	padding: 10px 0;
}

div.detail-bar input {
	margin-left: 10px;
}

.button[type=submit].disable, .button[type=submit].disable:hover {
	background: #e2e2e2;
	color: #666;
}

#persoonsgegevens input[type=checkbox] + label::before,
#persoonsgegevens input[type=checkbox]:checked + label::after {
	top: 2px;
}

#persoonsgegevens input[type=radio] + label::before,
#persoonsgegevens input[type=radio]:checked + label::after {
	top: 0;
}

div#detail-right #fotos {
	background: #fff;
}

div#detail-right #fotos #foto {
	margin: 0;
}

div#detail-right #fotos #foto img {
	margin: auto;
}

div#detail-right #fotos #thumbnails {
	margin: 0 20px 20px;
}

div#detail-right #fotos #thumbnails #thumbnail-slider #thumbnail-slides img {
	margin-left: 2px;
}

div#detail-left .block table td input[type=text], div#detail-right .block table td input[type=text] {
	width: 100%;
	box-sizing: border-box;
}

div#detail-right #fotos #thumbnails #thumbnails-nav-left, div#detail-right #fotos #thumbnails #thumbnails-nav-right {
	top: 1px;
	background: #e2e2e2;
}

.nav-arrow-right {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00ada8;
}

.nav-arrow-left {
    border-color: rgba(0, 0, 0, 0) #00ada8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

div#detail-right #fotos #thumbnails #thumbnails-nav-left:hover .nav-arrow-left {
	border-color: rgba(0, 0, 0, 0) #009E9A rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

div#detail-right #fotos #thumbnails #thumbnails-nav-right:hover .nav-arrow-right {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #009E9A;
}

table#vehicle-table th {
    color: #00ada8;
    background: #e6f7f6;
}

table#vehicle-table td {
    background: #f9f9f9;
}

div#detail-left #logboek .logbericht {
	background: #f4f4f4;
}

#detail-full #leads #leads-list-wrapper table {
	background: #f9f9f9;
}

#detail-full #leads #leads-list-wrapper table th {
    color: #00ada8;
    background: #e6f7f6;
}

#export_lms,
table.config-list {
	background: #f9f9f9;
}

table.config-list th {
    color: #00ada8;
    background: #e6f7f6;
}

#settings-instances table.config-list th:first-child {
	padding-left: 10px;
}

#settings-instances > a {
    position: absolute;
    top: 8px;
    right: 8px;
}

input[type=text], input[type=password],
.block.dashboard input {
	border-color: #e2e2e2;
	border-bottom: 4px #e2e2e2 solid;
}