/*
* Icons from fatcow.com/free-icons or famfamfam.com
*/
/*
* Generic CSS
*/
html,body {
	background-color: #D7D7D7;
}

body {
	padding: 5px 50px 20px 50px;
}

h1 {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 6px 0 10px 0;
	border-bottom: 1px solid #009933;
	font-size: 22px;
  line-height: 32px;
}

#header {
	padding: 0 0 20px 0;
}

#menuContener {
	width: 160px;
	float: left;
}

#content {
	margin-left: 180px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: white;
	position:relative;

	border: 1px solid #696;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}

fieldset {
	border: black 1px solid;
	padding: 0 10px;
}

fieldset legend {
	background-color: #EEE;
	border: black 1px solid;
}

#footer {
  margin-left: 160px;
  font-size: small;
  text-align: center;
}

.clear {
  clear: both;
}

/**
* Notifications
*/
#notifications {
  left: 0;
  right: 0;
  width: 100%;
  margin: 15px 0;
}

#notifications .notification {
  border: solid 1px black;
  padding: 8px 8px;
  margin: 5px 0;
}

#notifications .notificationinfo {
  padding-left: 48px;
  background: #009933 url(../img/notification_info.png) no-repeat 8px center;
}

#notifications .notificationwarning {
  padding-left: 48px;
  background: #ff9966 url(../img/notification_warning.png) no-repeat 8px center;
}

#notifications .notificationerror {
  padding-left: 48px;
  background: #ff6666 url(../img/notification_error.png) no-repeat 8px center;
}

#notifications .notificationTitle {
  font-weight: bold;
}

/**
* Header
*/
#headerUserName {
	float: right;
	text-align: right;
	margin: 10px;
}

/**
* Menu
*/
#mainMenu {
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	color: black;
	border: 1px solid #600;
	margin-bottom: 1px;
}

#mainMenu li a {
	display: block;
	background: #EEE;
	color: black;
	font: 1em "Trebuchet MS", Arial, sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;
}

#mainMenu li a:hover,#mainMenu li a:focus,#mainMenu li a:active,#mainMenu li.current a
	{
	color: white;
	background: #009933;
	text-decoration: underline;
}

/*
* Login form CSS
*/
div#loginForm {
	width: 483px;
	margin-top: 108px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background: white url(../img/loginbg.jpg) repeat-y left top;
}

.subLoginForm {
	width: 483px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
  font-weight: bold;
}

.subLoginForm .subLoginFormPanel {
  padding-left: 40px;
}

div#loginForm div#loginFormTop {
	background: url(../img/logintop.jpg) no-repeat left top;
	width: 483px;
	height: 11px;
}

div#loginForm div#loginFormBottom {
	background: url(../img/loginbottom.jpg) no-repeat left top;
	width: 483px;
	height: 11px;
	clear: both;
}

div#loginForm div#logoDiv {
	padding-top: 20px;
	padding-left: 40px;
	clear: both;
}

div#loginForm div#logoDiv img {
	margin: 0;
	padding: 0;
	border: 0;
  max-width: 430px;
}

div#loginForm div#panelLogin {
	padding-left: 40px;
	padding-right: 40px;
}

div#loginForm label {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

div#loginForm input#username,
div#loginForm input#email,
div#loginForm input#password {
	width: 393px;
	line-height: 20px;
	padding: 3px;
	border: 1px #BBB solid;
	font-size: 18px;
}

div#loginForm button.login {
	float: right;
	margin-bottom: 10px;
  font-size: 18px;
  cursor:pointer;
}
div#loginForm button.login span {
  color: #666;
	background: url(../img/lock.png) no-repeat left center;
  display: block;
  line-height: 32px;
  width: auto;
  padding-left: 32px;
}

/*
* Dsahboard CSS
*/
.stateDisc {
  float: left;
}

/*
* Stations CSS
*/
div.station h3 {
  margin-bottom: 0px;
}

div.station table td.stationFasterner {
	width: 50px;
	height: 120px;
	background: white url(../img/fastener.png) no-repeat center bottom;
	border: 0;
}

div.station table td.chargingFasterner {
  background: white url(../img/fastener_charging.png) no-repeat center bottom;
}

div.station table td.scooterFasterner {
  background: white url(../img/fastener.png) no-repeat center bottom;
}

div.station table td.stationStats {
	width: 50px;
	height: 120px;
	border: 0;
  text-align: center;
  font-size: small;
}

div.station table td.stationStats .bar {
  display:block;
  height: 80px;
  width: 20px;
  margin-left:15px;
  background-color: lightgrey;
  margin-bottom: 5px;


  border: 0.5px solid #696;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}

div.station table td.stationFasternerWithBike {
	background: white url(../img/fastener_bike.png) no-repeat center bottom;
}
div.station table td.stationFasternerWithError {
	background: white url(../img/fastener_error.png) no-repeat center bottom;
}
div.station table td.stationFasternerWithBikeWithError {
	background: white url(../img/fastener_bike_error.png) no-repeat center bottom;
}

div.station table td.chargingFasternerWithBike {
	background: white url(../img/fastener_charging_car.png) no-repeat center bottom;
}
div.station table td.chargingFasternerWithError {
	background: white url(../img/fastener_charging_error.png) no-repeat center bottom;
}
div.station table td.chargingFasternerWithBikeWithError {
	background: white url(../img/fastener_charging_car_error.png) no-repeat center bottom;
}

div.station table td.scooterFasternerWithBike {
	background: white url(../img/fastener_scooter.png) no-repeat center bottom;
}
div.station table td.scooterFasternerWithError {
	background: white url(../img/fastener_error.png) no-repeat center bottom;
}
div.station table td.scooterFasternerWithBikeWithError {
	background: white url(../img/fastener_scooter_error.png) no-repeat center bottom;
}

div.station table td.stationFasterner div.number,
div.station table td.stationFasternerWithBike div.number {
  text-align: center;
}

div.station table td.stationTotem {
	width: 50px;
	height: 120px;
	background: white url(../img/totem.png) no-repeat center bottom;
	border: 0;
}

div.station table td.stationTotem.CEP {
  background: white url(../img/totem.png) no-repeat center bottom;
}

div.station table td.stationTotem.SCHNEIDER {
  background: white url(../img/totem_charging.png) no-repeat center bottom;
}


div.station a.fastenerView {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

div.station table td.stationInfo {
  font-size: x-small;
  text-align: center;
}

div#mapcontener {
  width: 610px;
  margin: 0 auto;
	display: block;
}

div#mapdiv {
	border: 5px double #EEE;
	margin: 0 auto;
	display: block;
}

.chargeLevel {
  display: block;
  font-size: 9px;
  font-weight: bold;
  color: black;
  line-height: 21px;
  margin-top: -4px;
}
.chargeLevelLow {
  background: url(../img/battery_low.png) no-repeat center center;
}
.chargeLevelHalf {
  background: url(../img/battery_half.png) no-repeat center center;
}
.chargeLevelFull {
  background: url(../img/battery_full.png) no-repeat center center;
}

.lastUpdate {
  font-size: small;
}

.lastUpdateWarning {
  font-size: small;
  color: red;
  font-weight: bold;
  padding-left: 48px;
  background: url(../img/notification_warning.png) no-repeat 8px center;
  padding: 24px 48px;
}

/*
 * Customer page
 */
.modalBox {
	display: none;
}

.flexigrid div.fbutton .addCustomer {
	background: url(../img/add.png) no-repeat center left;
}

.exportLinks {
	text-align: right;
}

.flexigrid div.fbutton .showDisable {
  background: url(../img/eye.png) no-repeat center left;
}

/*
 * Simple modal box style
 */
#simplemodal-container a.modalCloseImg {
	background: url(../img/cancel.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	background-color: white;
	border: 8px solid #D7D7D7;
	padding: 12px;
}

/*
* Search form Style
*/
#form_container {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin: 10px auto;
	padding: 5px;
	text-align: left;
	clear: both;
	display: block;
	width: 100%
}

#form_container li {
	display: block;
	margin: 0;
	padding: 4px 5px 2px 9px;
	position: relative;
}

#form_container label {
	clear: both;
	color: #444;
	display: block;
	font-size: 18px;
	line-height: 9px;
	margin: 0;
	padding-top: 3px;
	margin-bottom: 5px;
}

#form_container .form_ligne {

}

.cssform .left {
  float:left;
}

.cssform .right {
  float:right;
}

.cssform .clear p {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

.cssform p{
width: 310px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
}

.cssform label {
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input { /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
float: left;
}

.cssform textarea{
width: 250px;
height: 150px;
float: left;
}

.cssform select{
  float: left;
}
.cssform textarea#address {
  height: auto;
}

.cssform label.error {
  width:100px;
  color: red;
  padding-left: 170px;
  vertical-align: top;
}

.cssform input[type="submit"] {
  float: none;
  min-width: 180px;
  width: auto;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*
* Title H1
*/
h1.dashboard, #mainMenu li.dashboard a {
  background-image: url(../img/dashboard.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
h1.stations, #mainMenu li.stations a {
  background-image: url(../img/stations.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.billing, #mainMenu li.billing a,
h1.customers_credit, #mainMenu li.customers_credit a,
h1.odt_trip_ending, #mainMenu li.odt_trip_ending a,
h1.odt_trip_history, #mainMenu li.odt_trip_history a,
h1.trips_history, #mainMenu li.trips_history a {
  background-image: url(../img/bill.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.customers, #mainMenu li.customers a,
h1.register_validation, #mainMenu li.register_validation a,
h1.myinfo, #mainMenu li.myinfo a {
  background-image: url(../img/customers.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.logout, #mainMenu li.logout a {
  background-image: url(../img/lock.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
h1.incidents, #mainMenu li.incidents a {
  background-image: url(../img/incidents.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

#tabsStats .ui-tabs-nav, h1.stats, #mainMenu li.stats a {
  background-image: url(../img/stats.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.actions, #mainMenu li.actions a,
h1.bikes, #mainMenu li.bikes a,
h1.billing_profile, #mainMenu li.billing_profile a,
h1.bike_restrictions, #mainMenu li.bike_restrictions a{
  background-image: url(../img/settings.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

#tabs .ui-tabs-nav, #mainMenu li.trips a{ /* Trips */
  background-image: url(../img/trips.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.charges, #mainMenu li.charges a{ /* Charges */
  background-image: url(../img/battery_plug.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

h1.booking, #mainMenu li.booking a {
    background-image: url(../img/lock.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
}
h1.customer_booking, #mainMenu li.customer_booking a {
	background-image: url(../img/lock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
button.download {
	margin-bottom: 10px;
  font-size: 18px;
  cursor:pointer;
}
button.download span {
  color: #666;
  display: block;
  line-height: 32px;
  width: auto;
  padding-left: 32px;
}

button.pdfDownload span {
  background: url(../img/pdf.png) no-repeat left center;
}

button.sepaDownload span {
  background: url(../img/download.png) no-repeat left center;
}

button.errorDownload span {
  background: url(../img/notification_warning.png) no-repeat left center;
}

button.printDownload span {
  background: url(../img/printer.png) no-repeat left center;
}

.iconGenerateButton {
  background: url(../img/gear_in.png) no-repeat left center;
  line-height: 16px;
  width: auto;
  padding-left: 16px;
  cursor: pointer;
}

.statsTable thead th, .statsTable td {
  vertical-align: middle;
  text-align: center;
}

.statsTable tbody th {
  text-align: right;
}


.tripTable {
  width:100%;
}
.tripTable td {
  padding:5px;
}
.tripTable tr.odd {
  background:rgb(227, 227, 227);
}
.tripTable tr.even {
  background:rgb(243, 243, 243);
}