#driver-portal {
	padding: 0px;
	position: relative;
    overflow: hidden;
    margin: 0 18px 0 0;
    clear: both;
}


#driver-portal ol {
	list-style: decimal;
	margin-left:20px;
}

#driver-portal .full-width {
	width: 97%;
	margin: 0;
}



#driver-portal h2 {
    color: #515153;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}


#driver-portal .moduletabs {
    margin-bottom: 0;
}

#driver-portal-sidebar {
	width:29%;
	position:relative;
	left: 0;
	line-height: 22px;
	min-height: 580px;
    float: left;
	background:#80A0B5;
	/* Border radius swapped out for images to look better in IE8
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;*/
	
}
#driver-portal-sidebar .thirdNav ul{
    padding-bottom: 5px;
    border-bottom: 1px solid #CDCDCD;
}


#driver-portal-sidebar .moduleslim {
	width:100%;
}
#driver-portal-sidebar .moduletabs {
	padding:0;
	background-image:none;
	margin-bottom:-5px;
}
#driver-portal-viewer .moduletabs {
	background-image:none;
}

#driver-portal-sidebar ul.tabs {
	border-bottom:1px solid #ccc;
}

#driver-portal-sidebar ul.tabs li {
	border: 1px solid #ccc;
	padding: 5px;
	border-bottom:none;
	background-color: #ccc;
	margin-right: 0px;
	margin-left: 5px;
}

#driver-portal-sidebar ul.tabs li.on {
	background-color: #fff;
}


#popup #popup_content label{
    display: block;
    float: left;
    width: 46%;
    margin-right: 10px;
}
#popup #popup_content input{
    width: 80px;
    margin-bottom: 5px;
    margin-right: 5px;
}
#popup #popup_content select{
    width: 115px !important;
    margin-bottom: 5px;
}
#driver-portal-sidebar h5 {
	font-weight: bold;
}

#driver-portal-sidebar h5.inline {
	float:left;
	margin-right:5px;
}

#driver-portal-sidebar .inline label, 
#driver-portal-sidebar .inline select {
	float:left;
}

#driver-portal-sidebar .field-group {
	margin: 5px 0;
	clear:both;
}

#driver-portal-sidebar .no-margin {
	margin:0;
}

.bold {
	font-weight: bold;
}

#driver-portal-sidebar .text-right {
	text-align:right;
}

#search-results {
	display:none;
}
#search-results .sort-option {
	/*margin-bottom: 0px;
    background-image: url("/UI/images/mw/short_bg.png");
    background-repeat: repeat-x;
    color: #ffffff;
    padding: 5px 5px 5px 20px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -moz-box-shadow: 0 0 10px 0 #6f6f71;
    -webkit-box-shadow: 0 0 10px 0 #6f6f71;
    box-shadow: 0 0 10px 0 #6f6f71;*/
	font-size: 14px;
	border-bottom: white solid 1px;
	clear: both;
	margin-bottom: 5px;
	color: white;
	padding: 5px 10px 2px 0;
}
#driver-portal-sidebar select, #res_start_date, #power-type, #battery-type, #address, #proximity, #searchopt_dl #phone, #searchopt_dl #email, #searchopt_dl #name {
    border: 0px;
    background-image: url("/UI/images/mw/select_bg.png");
    padding: 5px;
    width: 140px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #515153;
    margin-bottom: 5px;
}
#sort-results-by{
    margin-left: 25px;
}
#search-results p.request {
	line-height: 14px;
}
.sort-option {
	margin-bottom:5px;	
}

#driver-portal-viewer {
    width: 69%;
	position:relative;
    float: right;
}
#driver-portal-viewer #map_div{
    height: 580px;
    clear: left;
	margin:0;
}
#driver-portal-sidebar #search-results #results{
    height: 502px;
}
#driver-portal-viewer ul.icons {
	font-size:11px;
	margin-bottom:0;
    display: block;
}

#driver-portal-viewer ul.icons li {
    float: left;
}
#driver-portal-viewer .field-group{
    float: right;
    font-size: 11px;
}

#driver-portal-viewer .text-right {
	text-align:right;
}

#driver-portal-map-draw {
    clear: both;
    text-align: right
}


#driver-portal-map,
#driver-request-map  {
	position:relative;
	/*top:0px;
	right: 5px;
	left: 0px;
	bottom: 0px;*/
	height: 580px;
}

#driver-portal-map .mapcorner-tl, #driver-request-map .mapcorner-tl  {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tl_fcs.png');
	z-index: 10;
}
#driver-portal-map .mapcorner-tr, #driver-request-map .mapcorner-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tr_fcs.png');
	z-index: 1;
}
#driver-portal-map .mapcorner-bl, #driver-request-map .mapcorner-bl  {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_bl_fcs.png');
	z-index: 10;
}
#driver-portal-map .mapcorner-br, #driver-request-map .mapcorner-br  {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_br_fcs.png');
	z-index: 10;
}

#driver-portal-esitmated-cost {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 10px 0;
	clear:both;
}

#driver-dashboard-sidebar {
	width: 235px;
 	margin: 25px 10px 25px 0;
	float: right;
	padding: 10px 0;
	border: 1px solid #ccc;
}

#driver-dashboard-content {
	width: 700px;
	float: left;
}



.driver-dashboard-alerts {
	margin: 20px 5px;
	padding: 10px;
	border: 1px solid #414141;
}

.driver-dashboard-alerts p {
	margin: 0;
}

.driver-dashboard-alerts p span.bold{
	font-weight: bold;
}

.driver-dashboard-module h3 {
	font-weight:bold;
}

.driver-dashboard-module table {
	width: 100%;
	margin: 0 10px;
}

.driver-dashboard-module table th {
	text-align:left;
}

.graph {
	width: 200px;
	height: 80px;
	float: left;
}

.inner-box {
	background: #fff;
	width: 250px;
	border:1px solid #414141;
	float:right;
	text-align:center;
}

.inner-box p {
	text-align:left;
}


.driver-dashboard-sidebar-module h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.driver-dashboard-sidebar-module .realtime-session {
	padding: 0 40px;
	margin:0 5px 20px 5px;
	border-bottom: 1px solid #ccc;
}

.driver-dashboard-sidebar-module .realtime-session h5 {
	text-align:center;
}

.driver-dashboard-sidebar-module .realtime-session h6 {
	color: #666;
}

.driver-dashboard-sidebar-module .realtime-session p {
	font-size: 14px;
}

.driver-dashboard-sidebar-module table {
	width:215px;
	margin: 20px 10px;
}

.driver-dashboard-sidebar-module table th {
	text-align:left;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.driver-dashboard-sidebar-module table td {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.driver-dashboard-sidebar-module .realtime-session-station-info {
	padding-left: 40px;
}

.driver-dashboard-sidebar-module .realtime-session-station-info h6 {
	font-weight: bold;
}

.driver-dashboard-sidebar-module .realtime-session-station-info ul li a {
	font-size: 14px;
}
.no-show {
	display:none;
}
#tabel-marker{
	cursor: default; position: absolute; left: 18px; top: 18px; z-index: 2; width: 458px; height: 77px;
}

/*------------datatable---------------*/
.datatable {
	width: 100%;
	border-top: solid 1px #D8DBE8;
	border-right: solid 1px #D8DBE8;
	border-bottom: solid 1px #D8DBE8;
	border-spacing: 0;
	border-collapse: collapse;
}
.datatable th {
	background: #DAE8F1;
	text-align: left;
	vertical-align: top;
	border-left: solid 1px  #d8dbe8 ;
	padding: 5px;
	color: #000000;
}
.datatable th.last {
	border: 0;
}
.datatable th a:link, .datatable th a:visited, .datatable th a:active {
	color: #000;
	text-decoration: none;
}
.datatable th a:hover {
	text-decoration: underline;
}
.datatable tr.trow1 {
	background: #fff;
}

.datatable tr.trow2 {
	background: #fff;
}
.datatable td {
	vertical-align: top;
	border-left: solid 1px #d8dbe8;
	border-bottom: 1px solid #d8dbe8;
	padding: 5px;
}
.datatable td td {
	text-align:left;
	color:#424242;
	padding:5px;
}

.datatable td.last {
	vertical-align: top;
	border: 0;
}
/*------------end datatable---------------*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

#search-results, #search-fields, #searchFields, #directionsInfoDiv{
    /*border: 1px solid #e4a45f;*/
    padding: 15px;
	padding-bottom: 0;
    /*margin-bottom: 15px;*/
    overflow: hidden;
}
#directionsInfoDiv{
	padding-top:0;
}
#directionsInfoDiv {
	margin-top: 20px;
	height: 540px;
    overflow: auto;
    color: #ffffff;
}
.adp-legal{
    color: #ffffff !important;
}
#devicelistmap{
    height: 490px;
}


#additional-info dd{
    margin-bottom: 5px;
}
#additional-info label{
    display: block;
    float: left;
    width: 100px;
}
#searchFields .selectopt label{
    width: 100px;
    float: left;
    display: block;
}
#searchFields .full-width{
    width: 98%;
}
#searchFields dl dd{
    margin-bottom: 10px;
    clear: both;
}
#searchFields .selectopt select{
    float: left;
    width: 100px;
}
#driver-portal-viewer .map_div_layout{
   /* border: 1px solid #e4a45f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	position:relative;
}

#driver-portal-viewer .map_div_layout .mapcorner-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tl_fcs.png');
	z-index: 10;
}
#driver-portal-viewer .map_div_layout .mapcorner-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tr_fcs.png');
	z-index: 1;
}
#driver-portal-viewer .map_div_layout .mapcorner-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_bl_fcs.png');
	z-index: 10;
}
#driver-portal-viewer .map_div_layout .mapcorner-br, #driver-portal-sidebar .mapcorner-br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_br_fcs.png');
	z-index: 10;
}
#driver-portal-sidebar .mapcorner-tr {
	position: absolute;
	top: 0;
	right: -1px;
	width: 18px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_trx.png');
	z-index: 1;
}
#driver-portal-sidebar .mapcorner-br {
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 18px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_brx.png');
	z-index: 10;
}
.map_div_layout .mapcorner-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tl.png');
	z-index: 10;
}
.map_div_layout .mapcorner-tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_tr.png');
	z-index: 1;
}
.map_div_layout .mapcorner-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_bl.png');
	z-index: 10;
}
.map_div_layout .mapcorner-br {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 17px;
	height: 17px;
	background: url('/UI/images/mw/mapcorner_br.png');
	z-index: 10;
}
#driver-portal-viewer .top_box{
}
#driver-portal-sidebar dl{
    float: left;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}
#driver-portal-sidebar dt{
	font-size: 14px;
	border-bottom: white solid 1px;
	clear: both;
	margin-bottom: 5px;
	color: white;
	padding: 5px 10px 2px 0;
}
#driver-portal-sidebar dt.firstdt{
    margin-top: 0;
}
#driver-portal-sidebar dd{
    display: block;
    overflow: hidden;
    margin-bottom: 0px !important;
    color: #fff;
}
#driver-portal-sidebar .estimatedsession label{
    display: block;
    float: left;
    width: 80px;
}
#driver-portal-sidebar .estimatedsession select{
    width: 108px !important;
}
#driver-portal-sidebar #searchbtn{
    margin-top: 10px;
    text-align: left;
}
#reservations_date label, #reservations_time label{
    width: 40px;
    display: block;
    float: left;
}
#reservations_time select{
    float: left;
}
#reservations_time{
    margin-top: 10px;
}
#reservations_time input{
    float: left;
    width: 70px;
    margin-right: 10px;
}
#driver-portal-sidebar #reservations_date input{
    margin-left: 10px;
    padding: 5px;
    width: 70px;
    color: #515153;
}
#reservations_date{
    padding-bottom: 2px;
}
#driver-portal-viewer .top_box{
    padding: 5px 10px 5px 10px;
    overflow: hidden;
}
#loadingDiv_bakgrnd_div{
    position: fixed; top: 0px; left: 0px; right: 0px; width: 100%; height: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #000000;
    z-index: 900;
    padding-top: 50%;
    display: none;
}
#loadingDiv_bakgrnd{
    background: #fbfbfb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #e4e4e4 50%, #d8d8d8 51%, #fafafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#e4e4e4), color-stop(51%,#d8d8d8), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(top,  #fbfbfb 0%,#e4e4e4 50%,#d8d8d8 51%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fafafa',GradientType=0 ); /* IE6-8 */

    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    border: 1px solid #dddddd;
    text-align: center;
    color: #7CA0B5;
    font-size: 20px;
    padding: 15px 30px 15px 20px;
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height:78px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 15px 0 #C7C7C7;
    -webkit-box-shadow: 0 0 15px 0 #C7C7C7;
    box-shadow: 0 0 15px 0 #C7C7C7;
    /* background: url("/UI/images/mw/spinner.gif") no-repeat scroll 20px 22px;*/
    line-height: 24px;
    margin-left: -150px;
    width: 268px;
    z-index: 10000;
    display: none;

}

.loadspinner {
    background: url("/UI/images/mw/spinner.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 78px;
    margin-right: 30px;
    width: 78px;
}
.loadclose {
    background: url("/UI/images/mw/icon_sprites.png") no-repeat scroll 0 0 transparent;
	background-position: -21px 0;
    position:absolute;
	top:7px;
	right:7px;
    width: 20px;
    height: 19px;
    cursor: pointer;
}
.loadtxt {
	line-height: 75px;
}
#img_load_chart{
    font-size: 15px;
    line-height: 24px;
}
#driver-portal-map-draw #redo_search{
    padding-top: 10px;
}
#driver-portal-map-draw .icons li{
    font-size: 11px;
    padding: 20px 20px 0px 30px;
}
#driver-portal-map-draw .icons li.current_status{
    font-weight: bold;
    padding-left: 0px;
	padding-top:19px;
}
#driver-portal-map-draw .icons li.available{
     background:#ffffff url('/UI/images/icons/new_icons/cr_i.png') no-repeat left top;
 }
#driver-portal-map-draw .icons li.in_use{
    background:#ffffff url('/UI/images/icons/new_icons/cr_iu.png') no-repeat left top;
}
#driver-portal-map-draw .icons li.unavailable{
    background:#ffffff url('/UI/images/icons/new_icons/cr_un.png') no-repeat left top;
}
#driver-portal-map-draw .icons li.other_network{
    background:#ffffff url('/UI/images/icons/new_icons/o_n.png') no-repeat left top;
}
#driver-portal-sidebar div.thirdNav{
    padding-top: 8px;
}
#fcs_top_search label, #trip_map_top_search label{
    font-weight: bold;
    float: left;
    margin-right: 10px;
	line-height: 17px;
}
#fcs_top_search input[type='text'], #trip_map_top_search input[type='text']{
    width: 50%;
    float: left;
    margin-right: 3%;
}

#fcs_top_search select, #trip_map_top_search select{
    float: left;
}

#trip_map_top_search label{
    font-weight: bold;
    float: left;
	line-height: 17px;
    margin-right: 5px;
}
#trip_map_top_search input[type='text']{
    width:28%;
    float: left;
    margin-right: 10px;
}

#trip_map_top_search select{
    float: left;
}
#trip_map_top_search .applybutton {
	margin-left:8px;	
}
.by_reservation_label{
    display: block;
    float: left;
    width: 50px;
}
#usages_dl select{
    width: 80px !important;
}
#searchbtn_dl{
     text-align: right;
 }
#searchopt_dl{
    width: 95% !important;
}
#energy_needed, #power{
    float: left;
    margin-right: 10px;
    padding-left: 10px;
    width: 30px;
    margin-top: 2px;
}
#show-popup{
    background: url("/UI/images/calc.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 16px;
    margin-right: 2px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -100px;
    width: 16px;
    cursor: pointer;
}
.select_month_year{
    display:block;
    padding: 15px 0px 0px 15px;
}
.moduleheaderclean #action_columns_right{
}
#action_columns_right .no_left_br{
    border-left-width: 0px;
    padding-right: 0px !important;
}

#statement_summary ul li{
    margin-bottom: 5px;
}
#statement_summary ul li label{
    font-weight: bold;
    display: block;
    float: left;
}
#statement_summary ul.fl li label{
    width: 90px
}

#statement_summary ul.fl li span{
    display: inline-block;
    width: 350px;
	background: none;
	padding:0;
}
#statement_summary ul.fr li span{
    display: inline-block;
    width: 250px;
}
#statement_summary ul li span{
    display: inline-block;
    width: 75%;
}
#statement_summary ul.fr li label{
    width: 180px
}
#statement_summary ul.cb{
    padding-top: 15px;
}
#statement_summary ul.cb li label{
    width: 200px
}

.cardtable{
}
.cardtable th{
    padding: 5px;
}

.cardhead li {
	color:#fff;	
}

.cardtable thead.cardtable_head tr {
   /* background-image: url("/UI/images/mw/containers_sprites.png");
    background-position: right -137px;*/
	background-color: #80A0B5;
    color: #FFFFFF;
    height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 6px;
}

td.cardtable_br{
}


a.show_hide_table {
	color: #fff !important;	
}


.activity_table{
    width: auto !important;
}
.activity_table td{
    border: #cccccc solid 1px;
    padding: 8px;
}


.activity_table tr.odd{
    background-color: #EEEEEE;
}
.activity_table tr.even{
    background-color: #DDDDDD;
}

.statement_report{
    width: 700px;
}

.statement_report th{
    background-color: #C9C9C9 !important;
    font-weight: bold;
    padding: 8px;
    text-align: left;
}
.statement_report td{
    padding: 8px;
}

.statement_report tr{
    background-color: #DDDDDD;
}
.statement_report tr:nth-child(odd){
    background-color: #EEEEEE;
}
.statement_report tr:nth-child(even){
    background-color: #DDDDDD;
}
.statement_report tr.odd {
    background-color: #EEEEEE;
}
.statement_report tr.even {
    background-color: #DDDDDD;
}
#credit_source label{
    text-align: left;
    width: 280px;
}
#searchopt_dl #chargerLevelOptions {
	width: 200px !important;	
}
#trip_map_top_search #proximity {
	width: 90px !important;
    margin-top: 30px;
	height:25px;
}
#myIframe {
	overflow: hidden;
}
#newtoptab{
    margin: 0px 18px 0 10px;
    clear: left;
    float: none;
    padding-top: 28px;
	height:30px;
}
#newtoptab .fcstabL, #newtoptab .fcstabR {
	display: block;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;

}
#newtoptab .fcstabL{
    padding: 0 25px 0 28px;
	background-image: url('/UI/images/mw/fcs_tab_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#newtoptab .fcstabR{
    padding: 0 28px 0 25px;
	background-image: url('/UI/images/mw/fcs_tab_right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#newtoptab .fcstabL.active {
	background-image: url('/UI/images/mw/fcs_tab_left_on.png');
}
#newtoptab .fcstabR.active {
	background-image: url('/UI/images/mw/fcs_tab_right_on.png');
}
#newtoptab .moduletabs{
    padding-top: 0px;
}
#newtoptab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#newtoptab li {
	float: left;
	margin: 0 auto;
}
#fixed{
    position: relative;
}
#fcs_top_search, #trip_map_top_search{
    /*position: absolute;
    top: 20px;
    right: 150px;
    width: 610px;*/
	margin:0 50px;
    background: url("/UI/images/mw/fcs_search.png") repeat-x left top;
    overflow: hidden;
}
#fcs_seach_btn, #rs_seach_btn{
    border: 0px;
    background: url("/UI/images/mw/fcs_btn.png") no-repeat right top;
    width: 96px !important;
    height: 87px;
    text-indent: -200px;
    overflow: hidden;
    cursor: pointer;
    float: right;
}
#fcs_top_search input[type="text"], #trip_map_top_search input[type="text"]{
    border: #c2c2c2 solid 1px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    margin-top: 30px;
    padding: 5px;
    color: #888888;
}

#fcs_top_search label, #trip_map_top_search label{
    padding-top: 34px;
    color: #ffffff;
}
#fcs_top_search .search_near, #trip_map_top_search .search_near{
    background: url("/UI/images/mw/fcs_left_round.png") no-repeat left 0px;
    padding-left: 3%;
    height: 40px;
}
#trip_map_top_search .search_near{
    padding-left: 2%;
}
#pins_top{
    width: 76px;
    float: right;
    margin-top: -12px;
}

#top_action{
    width: 466px;
    float: right;
    margin-top: -12px;
}
#top_action.rs_top_action {
    width: 436px;
}
#fcs_top_search #proximity {
	width: 6%; 
	margin-right: 5px;	
}
.rs_top_action{
	margin-right: -30px;
}
.rs_top_action span{
    cursor: auto !important;
}

div.result {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    margin-right: 0;
    color: #fff;
    padding: 10px 10px 10px 0;
    line-height: 18px;
    overflow: hidden;
}
div.result a{
    color: #ffffff;
	font-weight:bold;
}

div.allresults
{
    max-height: 502px;
    overflow-x: auto;
}
.result p {
    margin: 0;
    padding: 0;
}
#results .distance label {
    margin-right:10px;
}

#pins_top .markers, #pins_top .blobs{
    width: 76px;
    height: 32px;
}
#pins_top .markers{
    background: url("/UI/images/mw/show_pin.png") no-repeat left bottom;
}
#pins_top .blobs{
    background: url("/UI/images/mw/show_pin.png") no-repeat left top;
}
#dashboard_pins .markers{
    background: url("/UI/images/mw/show_pin.png") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    height: 32px;
    width: 80px;
    cursor: pointer;
}
#dashboard_pins .blobs{
    background: url("/UI/images/mw/show_pin.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 32px;
    width: 80px;
    cursor: pointer;
}
#top_action{
    margin-left: 20px;
}
#top_action .available, #top_action .in_use, #top_action .unknown, #top_action .other, #top_action .no_available, #top_action .no_in_use, #top_action .no_unknown, #top_action .no_other, #pins_top .blobs, #pins_top .markers{
    cursor: pointer !important;
    display: block;
    float: left;
    overflow: hidden;
    color: #808184;
}
#top_action .no_available{
     background: url("/UI/images/mw/fcs_top_btn1-off.png") no-repeat left top;
     width: 75px;
     height: 25px;
     padding-top: 8px;
     padding-left: 41px;
 }
#top_action .no_in_use{
    background: url("/UI/images/mw/fcs_top_btn2-off.png") no-repeat left top;
    width: 69px;
    height: 25px;
    padding-top: 8px;
    padding-left: 35px;
}
#top_action .no_unknown{
    background: url("/UI/images/mw/fcs_top_btn3-off.png") no-repeat left top;
    width: 68px;
    height: 25px;
    padding-top: 8px;
    padding-left: 35px;
}
#top_action .no_other{
    background: url("/UI/images/mw/fcs_top_btn4-off.png") no-repeat left top;
    width: 108px;
    height: 25px;
    padding-top: 8px;
    padding-left: 35px;
}

#top_action .available{
    background: url("/UI/images/mw/fcs_top_btn1-on.png") no-repeat left top;
    width: 75px;
    height: 23px;
    padding-top: 8px;
    padding-left: 41px;
}
#top_action .in_use{
    background: url("/UI/images/mw/fcs_top_btn2-on.png") no-repeat left top;
    width: 69px;
    height: 23px;
    padding-top: 8px;
    padding-left: 35px;
}
#top_action .unknown{
    background: url("/UI/images/mw/fcs_top_btn3-on.png") no-repeat left top;
    width: 68px;
    height: 23px;
    padding-top: 8px;
    padding-left: 35px;
}
#top_action .other{
    background: url("/UI/images/mw/fcs_top_btn4-on.png") no-repeat left top;
    width: 108px;
    height: 23px;
    padding-top: 8px;
    padding-left: 35px;
}
#top_action .request{
    background: url("/UI/images/mw/fcs_request.png") no-repeat left top;
    width: 374px;
    height: 23px;
    padding-top: 8px;
    padding-left: 30px;
    color: #808184;
}
#top_action .request .existing_s{
    padding-left: 10px;
}
#top_action .request .suggested_s{
    padding-left: 130px;
}
#vehicle-type{
    margin-left: 34px;
    width: 108px !important;
}
#battery-type{
    margin-left: 5px;
    width: 40px !important;
}
#power-type{
    margin-left: 39px;
    margin-top: 1px;
    width: 40px !important;
}
#to_charge{
    display: block;
    float: left;
    line-height: 14px;
    width: 80px !important;
}
#amount-to-charge{
    margin-top: 1px;
    width: 108px !important;
}
#driver-portal .pl25{
    padding-left: 25px;
}
#driver-portal .p15{
    padding: 15px;
}
.fcs_container_top {
	background: url('/UI/images/mw/fcs_greybox_top.png') no-repeat top right;
	margin-right: 15px;
}
.fcs_container {
	background: url('/UI/images/mw/fcs_greybox_bottom.png') no-repeat bottom right;
	margin-right: 15px;
	padding-bottom: 18px;
}
#directionsInfoDiv .adp-placemark {
	background:none;
	border: none;
	color: #fff;
	font-weight:bold;
}
/* update to align images on Connections page */

#affiliatelistContainer .cellImageContainer {
    text-align:left;    
}
#affiliatelistContainer .cellImageContainer img{
    vertical-align: middle;
    padding-right:5px;
    width: 60px;
    height: 30px;
}
/*   */
#trip_map_top_search span.aIcon {
	background: url('/UI/images/mw/fcs_a.png') no-repeat;
	width: 30px;
	height: 29px;
	display: block;
	margin-top: -5px;
}
#trip_map_top_search span.bIcon {
	background: url('/UI/images/mw/fcs_b.png') no-repeat;
	width: 30px;
	height: 29px;
	display: block;
	margin-top: -5px;
}
#driver-portal-sidebar #searchdevice_form .wPre {
	white-space:pre;
}
#driver-portal-sidebar #search-fields.requestPanel, #driver-portal-sidebar #search-results.requestPanel  {
	padding-left:0;
	padding-right:0;
}
#driver-portal-sidebar #searchdevice_form .reqTextHead {
	font-size:12px;
	clear:both;	
}
#driver-portal-sidebar #searchdevice_form .chargeAtWork {
	font-size: 14px;
	border-bottom: white solid 1px;
	clear: both;
	margin-bottom: 5px;
	color: white;
	padding: 20px 10px 2px 0;
}
#driver-portal-sidebar #searchdevice_form li {
	padding:10px 0;	
}
#driver-portal-sidebar #searchdevice_form p, #driver-portal-sidebar #searchdevice_form li {
	line-height: normal;
}
#driver-portal-sidebar #searchdevice_form a{
	color:#fff !important;	
}
#driver-portal-sidebar #searchdevice_form a.getInfo {
	background: url('/UI/images/mw/icon_arrow_right.png') no-repeat right center;
	padding-right:30px;
	height: 20px;	
}
#driver-portal-sidebar #searchresult_form .reqFormFields {
	margin-top:20px;	
}

/* Driver Portal  : Mohit Khurana */
.load_runtime_spinner {
    background: url("/UI/images/mw/runtime_spinner.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    margin-left: 16px;
    width: 50px;
}

.loading_runtime_div_bakgrnd {
	display: none;
}

/* Mohit Khurana : Driver Portal */
.flex_model label{
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: auto;
    padding-top: 10px;
}
/* Mohit Khurana : Driver Portal */
.flex_model input, .flex_model select{
    width: 120px;
    margin-top: 10px;
}
/* Mohit Khurana : Driver Portal */
.block_inline_fix_width_label_1{
    display: inline-block;
	padding-top: 10px;
	width: 460px;
	float: left;
}
/* Mohit Khurana : Driver Portal */
.block_inline_fix_width_field_1 {
    display: inline-block;
	width: 125px;
	float: left;
}
/* Mohit Khurana : Driver Portal */
.block_inline_fix_width_label_2{
    display: inline-block;
	padding-top: 10px;
	width: 50px;
	float: left;
}
/* Mohit Khurana : Driver Portal */
.no_padding_top {
	padding-top: 0px !important;
}
/* Mohit Khurana : Driver Portal */
.fix_width_100 {
	width: 100px !important;
}
/* Mohit Khurana : Driver Portal */
.padding_top_12 {
	padding-top: 12px !important;
}
/* Mohit Khurana : Driver Portal */
.padding_top_13 {
	padding-top: 13px !important;
}
/* Mohit Khurana : Driver Portal */
.padding_top_14 {
	padding-top: 14px !important;
}
/* Mohit Khurana : Driver Portal */
.padding_top_15 {
	padding-top: 15px !important;
}
/* Mohit Khurana : Driver Portal */
.float_right {
	float: right !important;
}
/* Mohit Khurana : Driver Portal */
.margin_right_35{
	margin-right: 35px !important;
}

/* Mohit Khurana : Driver Portal */
.fixed_width_270{
	width: 270px !important;
}

.waitlistPositionNotificaiton {
  text-align: center;
  border-bottom: 1px dashed #7a9cb0;
  font-size: 12px;
  padding-bottom: 4px;
}
#conversion_fee {
    font-size: 12px !important;
}
