body {
  background: #fff url('../images/background.jpg') no-repeat top center fixed;
  padding-top:80px;
  padding-bottom:40px;
}

::selection, ::-moz-selection, ::-webkit-selection {
	background:#111;
	color:#fff;
}

.mainContent {
  background: #f8f9fb;
  padding: 20px;
  border-top:1px solid #fff;
  border-right:1px solid #d8d9db;
  border-left:1px solid #d8d9db;
  border-bottom:1px solid #d8d9db;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  border-radius: 3px;
  overflow: hidden;
}

#CustomerName {
  text-transform: capitalize;
}

#bookTripFail, #bookTrip, #createCustomer, #updateProfile, #confirmation, #trips, #dispatchedTrips, #result, #fromAddressFail, #toAddressFail {
  display:none;
}

.panel {
  overflow: hidden !important;
  background: #e8e9eb;
}

aside ul {
  list-style: none;
}

/*
#helpButton, #logOut, #conditions, #accountButton {
  margin-top:20px;
}
*/

/*
input {
  text-align: left !important;
}
*/

#logOut {
  cursor: pointer;
}

aside ul a {
  display: block;
  border-top:1px solid #fff;
  border-bottom: 1px solid #ddd;
  background: #f8f9fb;
  background: -webkit-linear-gradient(#f4f5fb 0%, #f8f9fb 100%);
/*   background: -webkit-linear-gradient(rgb(235,235,235) 0%, rgb(245,245,245) 100%); */
  color:#333;
  text-decoration: none;
  padding:20px;
  text-shadow: 0 1px 0 #fff;
  line-height: 30px;
}

aside ul a:hover {
background: #38393b;
  background: -webkit-linear-gradient(rgb(80,80,80) 0%, rgb(50,50,50) 100%);  
  border-top:1px solid #666;
  border-bottom: 1px solid #333;
  color:#fff;
  text-shadow: 0 1px 0 #000;
}

aside a.active {
  background: #38393b;
  background: -webkit-linear-gradient(rgb(80,80,80) 0%, rgb(50,50,50) 100%);  
  color:#fff;
  text-shadow: 0 1px 0 #000;
  border-top:1px solid #666;
  border-bottom: 1px solid #333;
}


@media only screen and (min-width: 767px) {
aside a li:before {
  position: relative;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 30px;
  background: #38393b;
  text-shadow: none;
  color:#e8e9eb;
  width:30px;
  height:30px;
  display: block;
  float: left;
  border-radius:30px;
  text-align: center;
  margin-right: 10px;
}

aside a.active li:before, aside a:hover li:before {
  background: #f8f9fb;
  color:#333;  
}


aside a:nth-of-type(1) li:before {
  content:"1";
}

aside a:nth-of-type(2) li:before {
  content:"2";
}
aside a:nth-of-type(3) li:before {
  content:"3";
}
aside a:nth-of-type(4) li:before {
  content:"4";
}
aside a:nth-of-type(5) li:before {
  content:"5";
}

}

label {
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  line-height: 2em;
  font-family: LatoBold;
}

#top h1 {
  background: url('../images/movia.png') no-repeat top left;
  text-indent: -9999px;
}

footer {
  text-align: center;
  margin-top:30px;
  font-size: 1.4em;
}

textarea {
  resize: none;
}


/*
.ui-selectmenu-menu { padding: 0; margin: 0; position:absolute; top: 0; display: none; }
.ui-selectmenu-menu  ul.ui-menu { overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-menu .ui-menu .ui-menu-item a { padding: 0.3em 1em 0.3em 1em; }
.ui-selectmenu-menu .ui-menu li.ui-selectmenu-optgroup { font-size: 1em; font-weight: bold; line-height: 1.5; padding: 2px 0.4em; margin: 0.5em 0 0 0; height: auto; border: 0; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-button a.ui-button { display: inline-block; overflow: hidden; position: relative; text-decoration: none; }
.ui-selectmenu-button span.ui-icon { right: 0.5em; left: auto;  margin-top: -8px; position: absolute; top: 50%; }
.ui-selectmenu-button span.ui-selectmenu-text { text-align: left; padding: 0.4em 2.1em 0.4em 1em; display: block; line-height: 1.4; }
*/

.number-spin-btn-container {
  display: none;
}

.custom-select-container {position:relative;}
/* Set the dimensions of the replaced select element and make it transparent. */
select.custom.replaced {
	position:relative;
	z-index:10;
	width:100%;
	padding:10px;
	height:50px;
	border:0;
	filter:alpha(opacity=0); /* Move to IE-specific CSS file if you want to. */
	opacity:0;
}
.custom-select {
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
}

.custom-select > span { font-family: LatoLight, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 1.4em; margin: 0 0 12px 0; padding: 10px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear;background: #fff url('../images/arrow.png') 95% center no-repeat; }

.custom-select > span {
	display:block;
}
.custom-select span span {
	display:block;
	height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#ui-datepicker-div {
  z-index:9999 !important;
}
.custom-select.active > span {
  background: #e8e9eb url('../images/arrow.png') 95% center no-repeat;
  outline: none !important;
  border-color: #838383;
}

.loading-button {
  background-image: url('../images/ajax-loader2.gif');
  background-position: center center;
  background-repeat: no-repeat;
  color:#333;
}

.loader {
  width:100%;
  height:16px;
  z-index: 99999;
  background: url('../images/ajax-loader.gif') no-repeat;
  position: relative;
  padding-left:24px;
  line-height: 16px;
}

#aidextras {
  margin-bottom: 1em;
}

#aidextras input {
  float: left;
  line-height: 1.5em;
}

#aidextras label {
  line-height: 1.5em;
  text-transform: none;
}

/* Datatables */

/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }


/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
}


/*
 * Filter
 */
.dataTables_filter {
	float: right;
	text-align: right;
}


/*
 * Table information
 */
.dataTables_info {
	clear: both;
	float: left;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


/*
 * Sorting
 */
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

#labels label {
  float: left;
  line-height: 30px;
}

#labels input {
  float: left;
  line-height: 30px;
  height:30px;
  padding:0;
  margin:0 10px 0 0;
}

#hentesfolges {
  display: none;
}

#consent {
  float: left;
  line-height: 20px;
  width: 20px;
}

label#consentlabel {
  text-transform: none;
  float: left;
  font-family: LatoRegular, sans-serif;
  position: relative;
  padding-left:30px;
  top:-23px;
  color:rgb(34,34,34);
}

#cancelMembershipButton, #changeCardButton {
  display: none;
  list-style: none;
}

 a, img {

    border:none;

    outline:none

}