 
* {
    margin: 0;
    padding: 0;
}

.bold {
	font-weight: bold;
}

.def_icon {
	width: 20px;
	height: 20px;
}

.tbl_icon {
	text-align: center;	
	padding: 0px;
	min-width: 25px;
}

.tbl_icon a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.tbl_icon a:hover {
	text-decoration: none;
}

.tbl_info_icon {
	background: url("../images/layout/info_icon.png") no-repeat center center;
	background-size: 20px 20px;
}

.tbl_alter_icon {
	background: url("../images/layout/alter_icon.png") no-repeat center center;
	background-size: 20px 20px;
}

.tbl_trash_icon {
	background: url("../images/layout/trashcan_icon.png") no-repeat center center;
	background-size: 20px 20px;
}

.tbl_www_icon {
	background: url("../images/layout/www_icon.png") no-repeat center center;
	background-size: 20px 20px;
}

a.calc_icon {
	margin: 0px 2px 0px;
}

a.calc_icon:hover {
	background-color: #DFE7EB;
}
/* default responsive off */
.res {
	display: none;
}

body {
	font-family: Verdana, Times, serif;
	font-size: 0.875em;
	color: #020051;
}

.block {
	border-radius: 5px;
	height: 100%;	
}

.block_content {
	padding: 5px;
}

.login {
	height: 300px;
}

.main {
	background-color: #FFFFFF;
    display: block;
    position: relative;
    text-align: left;
}

.header {
	margin-bottom: 5px;
	margin-top: 5px;
}

.header-content {
	background: url("../images/layout/beheer_header_980.jpg?v=1.0");
	position: relative;
	margin: 0 auto;
	height: 150px;
	width: 980px;
}

#mainnavigation {
	background: url("../images/layout/navigation_menu.png");
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	color: #5F9F9F;
	height: 25px;
	width: 980px;
}

#mainnavigation p {
	float: left;
	color: #5F9F9F;
	margin: 3px 5px 0;
}

.nav {
    float: left;
}

.tabs, .nav {
	list-style-type: none;
    display: inline-block;
    font-weight: bold;
    vertical-align: bottom;
}

.nav li, .tabs li {
	float: left;
	cursor: pointer;
	padding-left: 5px;
    padding-right: 5px;
    background-color: #5F9F9F;
    border-color: #5F9F9F;
    border-style: none solid solid;
    border-width: 1px;
    margin-right: 1px;
	height: 23px;
}

.nav li.first {
	border-radius: 5px 0 0 5px;
}

.nav li.last {
	border-radius: 0 5px 5px 0;
}

.nav li:hover, .nav li.active, .action_btn:hover, .tabs li.active, .tabs li:hover {
	background-color: #87A96B;
	border-color: #87A96B;
}

.nav li:hover a, .nav li.active a, .action_btn:hover a, .tabs li:hover a, .tabs li.active a {
	color: #fff;
}

.nav li a, .tabs li a {
	padding-top: 3px;
	color: #DFE7EB;
	display: block;
	text-transform: uppercase;
}

.nav li a:hover, .action_btn a:hover, .tabs li a:hover {
	text-decoration: none;
	color: #fff;
}

.tabs li.first {
	border-radius: 5px 0 0 0;
}
.tabs li.last {
	border-radius: 0 5px 0 0;
}

.tabs li.single, .nav li.single {
	border-radius: 5px;
}

.tabs .tab_fill {
	width: 110px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background: url("../images/layout/tabs_bg.png") no-repeat scroll 100% 0 transparent;
	border-bottom: 1px solid #DFE7EB;
	border-top: none;
	border-right: none;
	border-left: none;
}

.tabs li.tab_fill:hover {
	background: url("../images/layout/tabs_bg.png") no-repeat scroll 100% 0 transparent;
	border-bottom: 1px solid #DFE7EB;
	border-top: none;
	border-right: none;
	border-left: none;
}
 
.tab-content {
	padding: 5px;
	border: 1px solid #DFE7EB;
	border-radius: 0 5px 5px 5px;
	overflow: hidden;
	min-height: 209px;
}

a {
	color: #87A96B;
	text-decoration: none;
}

a.link {
	font-size: 0.875em;
	padding: 0 12px 0 0;
	background: url("../images/layout/forward.gif") no-repeat scroll 100% 0 transparent;
}

a:hover {
	color: #020051;
	text-decoration: underline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.main_obj .columns {
	margin-bottom: 10px;
}

.main_obj .columns h2 {
	margin: 0;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	background-color: #5F9F9F;
	color: #FFF;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

.main_obj .columns .tab-content .column {
	width: 474px;
	padding-top: 5px;
}

.main_obj .columns .column {
	width: 480px;
}

.columns {
	position: relative;
	clear: both;
	overflow: hidden;
	color: #020051;
}

.columns .column {
	float: left;
	margin: 0 5px 20px;
	width: 480px;
}

.columns .column.large {
	width: 644px;
}

.columns .column.small {
	width: 316px;
}

.columns .column_pad {
	margin-top: 50px;
}

.onetab_content {
	padding: 5px;
	border: 1px solid #DFE7EB;
	border-radius: 0 5px 5px 5px;
	overflow: hidden;
}

.holder {
	width: 652px;
	float: left;
}

h1 {
	font-size: 20px;
	margin: 10px 0 15px;
	color: #87A96B;
}

h2 {
	font-size: 20px;
	margin: 5px 0 10px;
	color: #87A96B;
}

.overlay h2 {
	font-size: 15px;
}

.columns h3 {
	margin: 10px 0 15px;
	color: #87A96B;
}

.overlay .columns h3 {
	margin: 5px 0 5px;
	font-size: 12px;
}

.columns .block h3 {
	margin: 0 0 10px;
	border-radius: 5px;
	padding: 5px;
	background-color: #5F9F9F;
	color: #FFF;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
}

.main_content {
	margin: 0 auto;
	display:block;
	overflow: hidden;
	width: 980px;
}

.centered {
	text-align: center;
}

.img {
	border-radius: 15px;
}

img {
	vertical-align: bottom;
}

.footer {
	clear: left;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	color: #020051;
	margin: 10px auto;
	width: 980px;
	height: 25px;
}

.footercontent .nav {
	left: 28%;
	position: relative;
}

.footercontent {
	background-color: #DFE7EB;
	border-color: #DFE7EB; 
	display: inline-block;
	border-radius: 5px;
	font-size: 0.85em;
	width: 500px;
	left: 25%;
	position: relative;
	float: left;
}

.footercontent span {
	position: fixed; 
	padding: 5px 5px 0px; 
	color: #5F9F9F;
}

.footercontent .nav li a {
	padding-top: 5px;
}

.objectslist {
    margin-right: 500px;
    position: absolute;
    right: 50%;
    top: 195px;
    width: 120px;
    border-radius: 5px;
    border: 1px solid #F3F9F9;
    background-color: #ffffff;
    max-height: 900px;
    overflow-y: auto;
}

.objectslist .obj_image {
	text-align: center;
	border-bottom: 1px solid #F3F9F9;
	padding-top: 5px;
	cursor: pointer;
	padding-bottom: 5px;
	
}

.objectslist .obj_image div {
	text-align: center;
	margin: 0 2px;
}

.objectslist .obj_image.active {
	border: 3px solid #FFF785;
}

.objectslist .obj_image.active:hover {
	background-color: #FFF;
}

.objectslist .obj_image:hover {
	background-color: #F3F9F9;
}

.skyscraper {
	position: absolute;
	left: 50%;
	margin-left: 500px;
	top: 195px;
}

.action_btn,.submit_btn {
	float: left;
	padding: 0 5px 0 5px;
	margin: 2px 0px 0px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #5F9F9F;
	border-radius: 5px;
    background-color: #5F9F9F;
	font-weight: bold;
	font-size: 0.85em;
}

.submit_btn {
	float: left;
	padding: 0 5px 0 5px;
	margin: 2px 0px 0px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #5F9F9F;
	border-radius: 5px;
    background-color: #5F9F9F;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #DFE7EB;
}

.submit_btn:hover {
	color: #FFFFFF;
	background-color: #87A96B;
}

.overlay .actions .right {
	margin-right: 5px;
}

.actions {
	height: 25px;
	width: 100%;
	clear: both;
	text-align: right;
}

.actions .action_btn {
	margin-left: 5px;
}

.action_btn a {
	text-transform: uppercase;
	color: #DFE7EB;
	display: block;
	padding-top: 3px;
}

.large_btn {
	height: 40px;	
	border: 1px solid #DFE7EB;
	background-color: #DFE7EB;
	margin: 10px auto;
	position: relative;
}

.main_obj_dum .large_btn {
	left: 150px;
	top: 25px;
}

.expand .main_obj_dum .large_btn {
	left: 405px;
}

.login .large_btn {
	left: 80px;
}

.large_btn:hover {
    background-color: #87A96B;
	border-color: #87A96B;
	color: #F3F9F9;
}

.large_btn a {
	font-size: 1.4em;
	padding-top: 10px;
	color: #5F9F9F;
}

.large_btn:hover a {
	color: #FFF;
	text-decoration: none;
}

.centered img {
	margin: 10px;
}

p {
	margin-bottom: 10px;
}


table.new_table {
	border-collapse: collapse; 
	/* border-spacing: 0; */
}

table.new_table thead th {
	background-color: inherit;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

table.new_table thead tr.no_pointer th {
	cursor: auto;
}

table {
	width: 100%;
}

table th, table td.centered {
	text-align: center;
}

table.tbl_fixed {
	table-layout: fixed;
}

table .td-equal {
	width: 33%;
}

td.centered img {
    margin: 1px;
}

table td {
	text-align: right;
	padding: 3px;
}

/*
.scroller {
	width: 70px;
	overflow:hidden;
}

.scroller a {
  position: relative;  
  white-space:nowrap;  
    left: 0px;
}
*/

table td.left, table th.left{
	text-align: left;
	float: none;
}

table th.right{
	text-align: right;
	float: none;
}

.row_open:hover {
	cursor: pointer;
}

.row_open {
	background: url("../images/layout/arrow_down.png?v=1.0") no-repeat center center;
}

.row_open.closed {
	background: url("../images/layout/arrow_up.png?v=1.0") no-repeat center center;
}

.row_expandable {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row_expandable:hover {
    background-color: #DFE7EB;
	cursor: pointer;	
}

.row_expandable, .row-top-line {
	border-top: 1px solid #5F9F9F;	
}

thead th {
	background-color: #B2BEB5;
	padding: 2px;
}
.odd {
	background-color: #DFE7EB;
}

.even {
	background-color: #F3F9F9;
}

.flag {
	border-radius: 5px 5px 0 0;
	width: inherit;
	height: 600px;
}

.description {
	height: 150px;
	overflow: auto;
}

.tab-content-note .description {
 	height: 120px;
}

.faq_flag {
	background: url("../images/layout/page_flag_faq.png") no-repeat scroll 100% 0 transparent;
}

.privacy_flag {
	background: url("../images/layout/page_flag_privacy.png") no-repeat scroll 100% 0 transparent;
}

.act_flag {
	background: url("../images/layout/page_flag_activate.png") no-repeat scroll 100% 0 transparent;
}

.abous_flag {
	background: url("../images/layout/page_flag_overons.png") no-repeat scroll 100% 0 transparent;
}

.updates_flag {
	background: url("../images/layout/page_flag_updates.png") no-repeat scroll 100% 0 transparent;
}

.prof_flag {
	background: url("../images/layout/page_flag_profiel.png") no-repeat scroll 100% 0 transparent;
}

.reg_flag {
	background: url("../images/layout/page_flag_registration.png") no-repeat scroll 100% 0 transparent;
}

.disc_flag {
	background: url("../images/layout/page_flag_disclaimer.png") no-repeat scroll 100% 0 transparent;
}

.contact_flag {
	background: url("../images/layout/page_flag_contact.png") no-repeat scroll 100% 0 transparent;
}

.sessie_flag {
	background: url("../images/layout/page_flag_sessieverlopen.png") no-repeat scroll 100% 0 transparent;
}

.narrow {
	padding: 0 45px 0 80px;
}

.faq {
	padding: 0 20px 0 20px;
}

ul.default {
	margin: 10px 0 15px;
	padding: 10px 10px 10px 30px;
	/* font-weight: bold; */
}

ol {
	margin: 10px 0 15px;
	padding: 10px 10px 10px 30px;
	border-radius: 5px;
	color: #87A96B;
	font-weight: bold;
}

dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 15px;
	color: #87A96B;
	margin: 20px 0px 5px;
}

#forgot_password, #forgot_username {
	width: 400px;
}

.fancybox-inner p {
	margin-bottom: 20px;
}

#car_info {
	min-height: 700px;
	width: 400px;
}

#car_info table td {
	text-align: left;
	padding: 3px;
}

#maintenance_list {
	height: 635px;
	padding: 0 5px 0 0;
	overflow: auto;
	margin-top: 3px;
}

.main_obj_row.deactivated {
	background-color: #DFE7EB;
	z-index: 1000;
	filter:alpha(opacity=30); /* IE */
    opacity: 0.3; /* Safari, Opera */
    -moz-opacity:0.30; /* FireFox */
}

.main_obj_row,.main_obj_dum {
	border: 1px solid #DFE7EB;
	border-radius: 5px;
	background-color: #F3F9F9;
	margin-bottom: 5px;
	width: 100%;
	height: 120px;
}

.main_obj_row:hover {
	background-color: #DFE7EB;
	cursor: pointer;
}

.main_obj_row p {
	margin: 0;
}

.main_obj_row h3 {
	margin: 5px 0 0;
	float: left;
	width: 100%;
}

.main_obj_row div {
	float: left;
}

.main_obj_row .car_info_icon {
	background-image: url("../images/layout/info.png");
	float: right;
	margin-top: 2px;
	width: 25px;
	height: 25px;
}

.main_obj_row .car_info_icon:hover {
	background-image: url("../images/layout/info_hover.png");
}

.main_obj_row .main_obj_row_content {
	overflow: auto;
	width: 320px;
	height: 120px;
}

.main_obj_row_imagelist {
	display: none;
}

.main_obj_row_imagelist image_scroller {
	margin: 0 auto; 
	width: 334px; 
	height: 120px;
}

.main_obj_dum {
	background: #F3F9F9 url("../images/layout/mrow_bg.png") repeat;
}

.slideme {
	margin-right: 5px;
	float: left;
	border: 1px solid #B2BEB5;
	border-radius: 5px;
	background: #F3F9F9 url("../images/layout/arrow_left.png") repeat-y;
	width: 10px;
	height: 635px;
}
.slideme:hover {
	cursor: pointer;
	background: #F3F9F9 url("../images/layout/arrow_left_hover.png") repeat-y;
}

.slideme.expand {
	background-image: url("../images/layout/arrow_right.png");
}

.slideme.expand:hover {
	background-image: url("../images/layout/arrow_right_hover.png");
}

.rounded {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.iframe {
	width: 0;
	height: 0;
	border: 0px solid #fff;
}

.highlight {
	color: #87A96B;
}
/*
.carrousel_content {
	position: absolute;	
	background-color: #DFE7EB;
	border: 1px solid #DFE7EB;
	border-radius: 5px;
	padding: 5px;
	filter:alpha(opacity=30); /* IE */
    opacity: 0.3; /* Safari, Opera */
    -moz-opacity:0.30; /* FireFox */
}

.carrousel_content p {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
*/
.carr_1 {
	top: 40px;
	margin-left: 40px;
}

.carr_2 {
	top: 240px;
	margin-left: 40px;
}

.c_popup {
    background-color: #FFFFFF;
    border: 3px solid #020051;
    border-radius: 5px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
	bottom: 20px;
    box-shadow: 0 0 6px #888888;
    position: fixed;
    left: 50%;
    text-align: center;
    width: 350px;
    z-index: 10005;
    margin-left: 130px;
    padding-bottom: 10px;
}

.c_popup h3 {
	margin: 0 0 5px;
	padding: 3px;
	background-color: #5F9F9F;
	color: #FFFFFF;
	font-size: 16px;
}
.c_popup .action_btn {
	font-size: 12px;
	left: 130px;
	position: relative;
}

.c_popup p {
	margin: 5px;
	font-size: 0.9em;
}

/***** tablesorter - pager ****/

.table-wrapper {
	padding-bottom: 30px;
}

table.tablesorter thead tr .header.headerSortDown {
    background-image: url("../images/layout/tablesorter/desc.gif");
}

table.tablesorter thead tr .header.headerSortUp {
    background-image: url("../images/layout/tablesorter/asc.gif");
}

table.tablesorter thead tr .header {
    background-image: url("../images/layout/tablesorter/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th { 
    padding: 4px;
}

.pager {
	padding: 5px 0px 10px;
}

.pager .pager-first, .pager .pager-last {
	padding: 0px 2px 0px;
}

.pager p {
	width: 100px; 
	display: inline;
	padding: 0px 5px 0px;
}

.pager img {
	cursor: pointer;
}

.pager img.btn-disabled {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  cursor: text;
}

/***** external plugins ****/
.google_plus {
	display: inline-block;
	float: left;
}

.fb-share-button {
	margin-top: 2px;
}
