.grey {
    color: grey;
}

.gray {
    color: gray;
}

.reportable {
    border-collapse: collapse;
    border-color: #fff;
}

.reportable .date {
    text-align: center;
    width: 20%;
}

.reportable .distance, .reportable .duration, .reportable .consuption, .reportable .sum {
    text-align: right;
    width: 20%;
}

.reportable th {
    color: #006699;
    border-color: #ccc;
    padding: 3px;
    background-color: #eee;
}

.reportable td {
    border-color: #ccc;
    padding: 3px;
}

.reportable .totalLabel, .reportable .totalTotalLabel {
    text-align: right !important;
}

.reportable .totalLabel {
    color: black !important;
}

.reportable .totalTotalLabel {
    color: #006699 !important;
}

.reportable tfoot th {
    color: black;
}

.reportable .objectDesc {
    color: black;
}

.reportable-total th {
    background-color: #eee;
}

.reportable-total tfoot th {
    color: #770000;
}

textarea.invalid,input.invalid {
    border: 1px solid #CC0000 !important;
}

.nb {
    font-weight: normal;
}

.flag {
    border: 1px solid #AAD789;
    padding: 2px;
    opacity: 0.6;
}

.u {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.b {
    font-weight: bold;
}

.cold {
    color: #284d62;
}

.flag:hover, .flag_selected {
    border: 1px solid #D1E9C1;
    padding: 2px;
    opacity: 1.0;
}

#Information b {
    color: #006699;
}

#objectslist .name .client {
    font-size: 9px;
    font-weight: normal;
    color: grey;
}

#dt1d, #dt2d, #dt1t, #dt2t {
    color: black;
    font-family: 'tahoma', sans-serif;
    text-align: center;
    font-size: 11px;
    padding: 0;
}

#dt1d, #dt2d {
    width: 59px;
}

#dt1t, #dt2t {
    width: 51px;
}

.accordion {
    border-bottom: 1px solid #9CBDFF;
    overflow-y: auto;
    height:100%;
}

.accordion h3 {
    background: url('images/ui-bg_glass_50_1777ba_1x400.png') center center;
    height: 19px;
    font-weight: normal;
    padding-top: 1px;
    padding-left: 6px;
    cursor: pointer;
    border-bottom: 1px solid #EDF3FF;
}

.accordion h3:hover {
    background: url('images/menu_hover.png') center center;
}

.accordion h3 a, .accordion h3 span {
    color: white;
    font-size: 11px;
}

.accordion h3 a:hover {
    text-decoration: none;
}

.accordion > div {
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
    border-bottom: 1px solid #EDF3FF;
}

.LogoContainer {
    display: none;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.ui-widget :active {
    outline: none;
}

#dialogAlerts .ui-dialog-content {
    padding: 0;
}

#alert-event-types > div {
    min-height: 210px;
    padding: 5px;
    line-height: 16px;
}

#alert-event-types > div > .eventlogitem:hover {
    background-color: #F2F2F2;
}

.red-shadow {
    box-shadow: 1px 1px 25px #ad0303;
}

#mapRightMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100501;
    display: none;
    width: 200px;
    padding: 6px;
    background-color: white;
    border: 1px dotted #0479BC;
}

#mapRightMenu a {
    display: block;
    color: #0479BC;
    text-decoration: none;
    padding: 3px 0 0 6px;
}

#mapRightMenu a:hover {
    background-color: #0479BC;
    color: white;
}

#dialogFindAddress .divResults {
    width: 280px;
    height: 200px;
    border: 1px dotted #ccc;
    overflow-y: scroll;
}

#dialogFindAddress .txtAddress {
    border: 1px dotted #ccc;
    color: #0479BC;
    font-weight: bold;
    width: 210px;
    height: 17px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    margin-right: 5px;
}

#dialogFindAddress .divResults .item {
    display: block;
    color: #0479BC;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    padding: 2px 0 0 6px;
}

#dialogFindAddress .divResults .item:hover {
    background: #0479BC url('images/ui-bg_glass_50_1777ba_1x400.png') center;
    color: white;
}

body {
    margin: 0;
    font-size: 11px;
    font-family: 'Tahoma', sans-serif;
    min-width: 1000px;
    padding: 0;
    overflow: hidden;
}

.body {
    width: 100%;
}

.red {
    color: red;
}

a img {
    border: 0;
}

a {
    color: #416301;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header-wraper a:hover {
    text-decoration: none;
}

.header-wraper a {
    color: white;
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type=text], input[type=password], select, textarea {
    font-size: 11px;
    border: 1px dotted #7F9DB9;
}

#undermapHeaderDiv {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9898;
}

#undermap {
    height: 40%;
}

#undermapTableDiv {
    z-index: 9897;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    position: relative;
    top: -18px;
    left: 0;
}

.button_big {
    cursor: pointer;
    margin: 10px;
    padding: 5px;
    font-weight: bold;
    color: green;
    border: 1px solid #94A7BA;
    background: white url('images/button_gradient.png');
}

button, input[type=button], input[type=submit] {
    cursor: pointer;
    margin: 4px;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
    color: green;
    border: 1px solid #94A7BA;
    background: white url('images/button_gradient.png');
}

.btn {
    color: #016D00
}

.btn:hover {
    color: #0479BC;
}

#ObjectsType-element {
    text-align: left;
    padding-left: 50px
}

.header-wraper {
    background: url('images/head/front_sms_group_03.jpg?v=22') left top repeat-x;
    height: 90px;
}

.header-wraper .header {
    background: url('images/head/front_sms_group_02.png?v=2') 267px top no-repeat;
    height: 100%;
}

.header-wraper .header .logo {
    float: left;
}

.header-wraper .header .head-line {
    width: 100%;
    float: left;
    margin-top: 24px;

}

.header-wraper .header .head-line .org-name {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 50px !important;
}

.header-wraper .header .head-line .search,
.header-wraper .header .head-line .logoutbtn,
.header-wraper .header .head-line .date-time,
.header-wraper .header .head-line .language-picker {
    float: right;
    margin-top: 3px;
}

.header-wraper .header .head-line .search {
    margin-right: 40px;
    margin-top: 0;
}

.header-wraper .header .head-line .search .text {
    border: 1px #3a821c solid;
    font: normal 11px Arial;
    vertical-align: middle;
}

.header-wraper .header .head-line .search input.search-btn {
    border: 0;
    background: url('images/search_gr.jpg') no-repeat;
    width: 53px;
    height: 19px;
    padding-bottom: 1px;
    text-align: center;
    color: white;
    vertical-align: middle;
}

.header-wraper .header .head-line .date-time {
    color: white;
    margin-right: 15px;
}

.header-wraper .header .head-line .date-time b {
    margin-left: 15px;
}

.header-wraper .header .head-line .language-picker {
    color: white;
    margin-right: 40px;
}

.header-wraper .header .head-line .language-picker .active {
    font-weight: bold;
}

.header-wraper .header .menu-block {
    margin-left: 267px;
}

.header-wraper .header .menu {
    padding: 0;
    float: left;
    margin: 6px 0px 0px -1px !important;
}

.header-wraper .header .menu li {
    display: block;
    float: left;
    width: 100px;
    height: 29px;
    position: relative !important;
    z-index: 666;
}

/*.menu-submenu-fuel2 {
	height: 33px !important;
    padding-top: 0px !important;
}*/

/*.header-wraper .header .menu li a {
    display: inline-block;
    width: 112px;
    height: 17px;
    padding-top: 3px;
    padding-left: 7px;
    font-size: 11px;
    background: url('images/ui-bg_glass_50_1777ba_1x400.png') center center;
    text-align: left;
    border-right: 1px solid #4083b2;
}*/

.menu-fuel {
	line-height: 14px;
	padding-top: 0px !important;
	height: 28px !important;
}

.header-wraper .header .menu li a {
    display: inline-block;
    width: 99px;
    height: 25px;
    padding-top: 3px;
    padding-left: 0;
    font-size: 16px;
    background: url('images/ui-bg_glass_50_1777ba_1x400.png') center center;
    text-align: center;
    border-right: 1px solid #4083b2;
    font-family: 'Open Sans Condensed', sans-serif !important;
/*    word-spacing: -2px;*/
}

.header-wraper .header .menu li:first-of-type {
	z-index: 667;
}

.header-wraper .header .menu li:first-of-type a {
/*	border-top-left-radius: 10px;*/
}

.header-wraper .header .menu li:last-child a {
/*	border-top-right-radius: 10px;*/
}

.header-wraper .header .menu li a:hover {
    background: url('images/menu_hover.png') center center;
}

.header-wraper .header .menu li .submenu {
    display: none;
    padding: 0;
    position: relative;
    left: -2px;
    background: transparent;
    width: 116%;
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;*/
}

.header-wraper .header .menu li .submenu li {
    float: none;
    width: 100px;
}

.header-wraper .header .menu li .submenu li a {
    background-image: url('images/ui-bg_glass_50_1777ba_1x400.png');
    border-right: 0;
    width: 101px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.7);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.header-wraper .header .menu li .submenu li a:last-of-type {
	border-top-right-radius: 0px;
}

.header-wraper .header .menu li:last-of-type .submenu li:last-of-type a {
/*	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.header-wraper .header .menu li .submenu li:last-of-type a {
/*    border-top-right-radius: 0px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.header-wraper .header .menu li:last-child .submenu {
	left: -13px;
}

.header-wraper .header .menu li:last-child .submenu li:first-child a {
/*	border-top-left-radius: 0px;
	border-top-right-radius: 0px;*/
}

.header-wraper .header .menu li:last-child .submenu li a {
	width: 101px;
    left: 11px;
    position: relative;
}

.header-wraper .header .menu li .submenu li:last-of-type a:last-of-type {
/*	border-bottom-left-radius: 0px;*/
}

.header-wraper .header .menu li .submenu li:first-of-type a {
/*	border-top-left-radius: 4px;
	border-top-right-radius: 4px;*/
}

.header-wraper .header .menu li:first-of-type .submenu {
	left: 0px;
}

.header-wraper .header .menu li:first-of-type .submenu {
	width: 99px;
}

.header-wraper .header .menu li:first-of-type .submenu li:first-of-type a {
/*	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;*/
	width: 99px;
}

.header-wraper .header .menu li .submenu li a:hover {
    background: url('images/menu_hover.png') center center;
}

._submenu li a:hover {
    background: #518d35;
}

.body .menu-left {
    width: 265px;
    background: #ECECEA url('images/left_column_back.gif') left bottom repeat-x;
    height: 100%;
}

.body .menu-left .menu {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    min-width: 240px;
}

.body .menu-left .menu li {
    display: block;
    background: white url('images/left_tab_gr.jpg') no-repeat;
}

.body .menu-left .menu li:hover {
    background-image: url('images/left_tab_bl.jpg');
}

.body .menu-left .menu li.active {
    background-image: url('images/left_tab_bl.jpg');
}

.body .menu-left .menu li > a {
    display: block;
    text-align: center;
    color: white;
    height: 17px;
    padding-top: 3px;
    background: url('images/st_gor.png') 90% center no-repeat;
}

.body .menu-left .menu li.active > a {
    background: url('images/st_ver.png') 90% center no-repeat;
}

atable.tablesorter thead tr .header {
    background: url(images/sorter/bg.gif) center right no-repeat;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background: url(images/icons/0.png) center right no-repeat;
}

table.tablesorter thead tr .headerSortDown {
    background: url(images/icons/4.png) center right no-repeat;
}

.submenu {
    padding-bottom: 3px;
    background-color: white;
    max-height: 157px;
}

.menu-left .submenu {
    overflow-y: auto;
}

.submenu table {
    width: 100%;
}

.submenu table td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.objectslist .number {
}

.objectslist .name {
    height: 30px;
}

.objectslist .icon {
    width: 30px;
    text-align: right;
}

.objectslist .name a {
    display: inline;
    color: #000c2c;
}

.objectslist  .number {
    padding-top: 4px;
    width: 33px;
    padding-bottom: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: url('images/point_gr.png') center center no-repeat;
    margin-left: 1px;
    margin-right: 3px;
    margin-top: 1px;
}

.objectslist .status0 {
    background-image: url('images/point_red.png');
}

.objectslist .status1 {
    background-image: url('images/point_gr.png');
}

.objectslist .status2 {
    background-image: url('images/point_or.png');
}

.objectslist .status3 {
    background-image: url('images/point_ye.png');
}

.objectslist .statusImage-problem {
    background-image: url('images/vehicle_status/problem.png');
}

.objectslist .statusImage-i0s0 {
    background-image: url('images/vehicle_status/i0s0.png');
}

.objectslist .statusImage-i1s0 {
    background-image: url('images/vehicle_status/i1s0.png');
}

.objectslist .statusImage-i1s1 {
    background-image: url('images/vehicle_status/i1s1.png');
}

.objectslist .statusImage-0000 {
    background-image: url('images/vehicle_status/0000.png');
}

.objectslist .time {
    color: #016d00;
    text-align: right;
    padding-right: 6px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
}

.objectslist .red  .time {
    color: #df0002;
}

.objectslist  tr.even {
    background-color: #efefef;
}

#objectslist tr.selected, #objectslist tr.selected * {
    color: white !important;
}

#objectslist tr:hover {
    background: #6EAC2C url(/images/ui-bg_glass_50_1777ba_1x400.png) 50% 50% repeat-x !important;
    cursor: pointer;
}

#objectslist tr:hover, #objectslist tr:hover * {
    color: white !important;
}

#objectslist tr.selected, #objectslist tr.selected:hover {
    background: #6EAC2C url(/images/ui-bg_glass_50_6eac2c_1x400.png) 50% 50% repeat-x !important;
}

.stopslist .nr {
    display: inline-block;
    /*width: 15px;*/
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

.stopslist  tr:hover {
    background-color: #bedf84;
    cursor: pointer;
}

.stopslist  tr.selected {
    background-color: #86c127;
}

.routeslist .nr {
    display: inline-block;
    /*width: 15px;*/
    padding-top: 4px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
}

.routeslist  tr:hover {
    background-color: #bedf84;
    cursor: pointer;
}

.routeslist  tr.selected {
    background-color: #86c127;
}

.stylelist  .selected, .stylelist .selected:hover {
    background: #6EAC2C url(/images/ui-bg_glass_50_6eac2c_1x400.png) 50% 50% repeat-x !important;
    color: white;
}

.stylelist  tr:hover {
    background: #6EAC2C url(/images/ui-bg_glass_50_1777ba_1x400.png) 50% 50% repeat-x !important;
    cursor: pointer;
    color: white;
}

.DefaultTable thead tr {
    background: #6EAC2C url(/images/ui-bg_glass_50_6eac2c_1x400.png) 50% 50% repeat-x !important;
    color: white;
}

.DefaultTable thead tr th {
    border-right: 1px solid white;
    font-weight: normal;
    padding: 3px;
}

.DefaultTable tbody tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.DefaultTable td {
    padding: 3px;
}

.zoneslist {
    width: 100%;
}

.zoneslist thead tr {
    background-color: #85c226;
    color: white;
}

.zoneslist tbody td {
    vertical-align: middle;
}

.zoneslist .name {
    padding-left: 0;
}

.zoneslist .editButtonTD {
    width: 35px;
}

.zoneslist .editButtonTD a {
    display: none;
    color: #CC3300;
    text-decoration: none;
}

.zoneslist .editButtonTD a:hover {
    color: #FF9900;
}

.zoneslist .client {
    text-align: left;
    padding-left: 7px;
    width: 140px;
}

.zoneslist .customtype {
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
    /*width: 140px;*/
}

.zoneslist .phones {
    text-align: left;
    padding-left: 7px;
    width: 140px;
}

.zoneslist .time {
    text-align: right;
    padding-right: 6px;
    width: 100px;
}

.zoneslist .icon {
    text-align: center;
    width: 30px;
}

.zoneslist .action {
    text-align: center;
    width: 80px;
}

.zoneslist .action a.edit {
    color: #CC6600;
}

.zoneslist .action a.delete {
    color: #990000;
}

.zoneslist thead .bordered {
    border-right: 1px solid white;
}

.zoneslist tbody .bordered {
    border-right: 1px solid #aaa;
}

.zoneslist tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #444;
}

.zoneslist tbody tr.even {
    background-color: #CBE5F4;
}

.zoneslist tbody tr.item:hover {
    background-color: #bbda7d;
}

.zoneslist tbody tr.selected {
    background-color: #86c127;
}

.ZoneEditor {
    display: none;
    background-color: #FFE4CA;
}

/* BUTTONS */
.buttons {
    position: absolute;
    left: 268px;
    top: 90px;
    height: 100%;
}

.buttons a {
    display: block;
}

.buttons a.collapse {
    background-image: url('images/run_gr_2.jpg');
    width: 20px;
    height: 36px;
}

.buttons a.collapsed {
    background-image: url('images/run_gr_1.jpg');
    width: 20px;
    height: 36px;
}

.buttons a.collapse:hover {
    background-image: url('images/run_bl_2.jpg');
}

.buttons a.collapsed:hover {
    background-image: url('images/run_bl_1.jpg');
}

.buttons a.collapse2 {
    background-image: url('images/msg_gr_2.jpg');
    width: 20px;
    height: 36px;
    position: absolute;
    bottom: 0;
}

.buttons a.collapsed2 {
    background-image: url('images/msg_gr_1.jpg');
    width: 20px;
    height: 36px;
    position: absolute;
    bottom: 0;
}

.buttons a.collapse2:hover {
    background-image: url('images/msg_gr_2.jpg');
}

.buttons a.collapsed2:hover {
    background-image: url('images/msg_gr_1.jpg');
}

.buttons a.attention {
    margin-top: 2px;
    background-image: url('images/sos_small.png');
    width: 20px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.buttons a.attention:hover {
    background-image: url('images/sos_larg.png');
    width: 115px;
}

.body .map {
    background: white;
    height: 100%;
}

#mapRouteWrapper {
    height: 100%;
}

.body .list {
    padding-left: 15px;
}

.body .list a {
    color: #016D00;
    font-weight: bold;
}

.body .list table {
    margin-top: 10px;
    width: 700px;
}

.notLoginForm #vrWrapper {
    margin: 0;
}

.body .list table th {
    height: 20px;
    background-image: url('images/left_tab_bl.jpg');
    color: white;
}

.body .list table td {
    height: 20px;
    padding: 5px 0 5px 15px;
}

.body .list table td a {
    color: #016D00;
    font-weight: bold;
}

.body .list table td.actions {
    color: #016D00;
    width: 70px;
}

.body .list table .even td {
    background-color: #ECECEA;
}

.splitbarV {
    float: left;
    width: 22px;
    height: 100%;
    position: relative;
    line-height: 0px;
    font-size: 0;
    background: white;
    border-left: solid 1px #9cbdff;
    border-right: solid 1px #9cbdff;
}

.vsplitbar, .splitter-bar-vertical {
    width: 22px;
    height: 100%;
    position: relative;
    line-height: 0px;
    font-size: 0;
    background: white;
    border-left: solid 1px #9cbdff;
    border-right: solid 1px #9cbdff;
}

.hsplitbar, .splitter-bar-horizontal {
    height: 6px;
    text-align: left;
    line-height: 0px;
    font-size: 0;
    border-top: solid 1px #9cbdff;
    border-bottom: solid 1px #9cbdff;
    background: #cbe5f4;
    width: 100%;
}

.splitbarH {
    height: 6px;
    text-align: left;
    line-height: 0px;
    font-size: 0;
    border-top: solid 1px #9cbdff;
    border-bottom: solid 1px #9cbdff;
    background: #cbe5f4;
    width: 100%;
}

#routeInfo td {
    padding-left: 5px;
    white-space: nowrap;
}

#routeInfo tr:hover td {
    background: #bbda7d;
}

#routeInfo .selected td {
    background-color: #86c127;
}

#routeInfo .nogps td {
    background-color: #EAC117;
}

#pages .msgpages {
    color: #000;
}

.pagination a {
    color: black;
}

a.report {
    color: #016D00;
    text-decoration: underline;
}

a.report:hover {
    color: #77B232;
    text-decoration: none;
}

table.report {
    border-collapse: collapse;
    border: 0;
    margin-right: 20px;
}

table.report td {
    border: 1px dotted grey;
}

table.report thead td {
    background-color: #E1F0C8;
}

table.report thead td > div {
    font-weight: bold;
    color: #016D00;
    text-align: right;
    padding: 6px;
}

table.report tbody td > div {
    text-align: right;
    padding: 3px 5px 0 0;
}

table.reportPrint {
    border-collapse: collapse;
    margin: 10px;
    border: 0;
}

table.reportPrint td {
    border: 1px dotted grey;
}

table.reportPrint thead td > div {
    font-weight: bold;
    background-color: #d0d0d0;
    color: #000;
    text-align: center;
    padding: 6px;
}

table.reportPrint tbody td > div {
    text-align: right;
    padding: 3px 6px 0 0;
}

table.report tr.grey, table.reportPrint tr.grey {
    background-color: #e9e9e9;
}

a#AddressOffer {
    text-decoration: underline;
    color: #0479BC;
    display: none;
    cursor: pointer;
}

a#AddressOffer:hover {
    text-decoration: none;
    color: #0479BC;
}

table#myclientslist {
    width: 100%;
}

#myclientslist thead tr {
    font-weight: bold;
    background-color: #E1F0C8;
    color: #016D00;
}

#myclientslist tr.grey {
    background-color: #e9e9e9;
}

#myclientslist td > div {
    padding: 3px;
}

#myclientslist td input {
    width: 270px;
}

.simpletable {
    width: 100%;
}

.simpletable thead tr {
    font-size: 10px;
    color: white;
    background: #6EAC2C url(/images/ui-bg_glass_50_6eac2c_1x400.png) 50% 50% repeat-x !important;
}

.simpletable tr.grey {
    background-color: #e9e9e9;
}

.simpletable td > div {
    padding: 3px;
}

#timeRangeDiv input {
    font-size: 10px;
    width: 16px;
    text-align: center;
    height: 16px;
    border: 1px dotted #7F9DB9;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
}

.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px;
}

.ui-timepicker-div .ui_tpicker_hour div {
    padding-right: 2px;
}

.ui-timepicker-div .ui_tpicker_minute div {
    padding-right: 6px;
}

.ui-timepicker-div .ui_tpicker_second div {
    padding-right: 6px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

#ui-datepicker-div {
    font-size: 90%;
    display: none;
}

.hasDatepicker {
    width: 115px;
}

.ui-button {
    margin-left: -1px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}

.fg-button {
    min-width: 20px;
    padding: 1px 3px;
    font-size: 10px;
}

.tableZones {
    width: 100%;
}

.tableZones tr.selected {
    background-color: #86c127;
}

.tableZones .header {
    font-size: 10px;
    color: white;
    background: #6EAC2C url(/images/ui-bg_glass_50_6eac2c_1x400.png) 50% 50% repeat-x !important;
}

.tableZones td > div {
    padding: 1px;
}

.tableZones thead td > div {
    border-right: 1px solid white;
    height: 24px;
    padding-top: 1px;
}

.tableZones tbody td > div {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 29px;
}

.tableZones td.title {
    cursor: pointer;
}

#tableSavedRoutes a {
    color: #016D00;
}

#tableSavedRoutes a:hover {
    color: #016D00;
    text-decoration: underline;
}

#tableSavedRoutes {
    width: 100%;
}

#tableSavedRoutes td > div {
    padding: 3px;
}

#tableSavedRoutes thead td > div {
    border-right: 1px solid white;
}

#tableSavedRoutes tbody td > div {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 20px;
}

#tableSavedRoutes td.title {
    cursor: pointer;
}

.ga_myclients .Name, .ga_myclients .Date, .ga_myclients .Number {
    float: left;
}

.ga_myclients .ExpectedVisits, .ga_myclients .MadeVisits, .ga_myclients .VisitTime, .ga_myclients .VisitLength {
    width: 100px;
    float: right;
}

.movemeright {
    border-left: 3px solid #87B445;
    border-bottom: 1px solid #87B445;
    margin-left: 2px;
    padding-left: 0;
    display: none;
}

.ga_myclients div {
    padding: 2px;
}

.ga_myclients div.clear {
    clear: both;
    border: 0;
    margin: 0;
    padding: 0;
}

.ga_myclients .header {
    color: white;
    background-color: #87B445;
    font-weight: bold;
}

.ga_myclients .Name {
    cursor: pointer;
}

.ga_myclients .Name:hover {
    text-decoration: underline;
}

.ga_myclients .header .Name {
    cursor: default;
}

.ga_myclients .header  .Name:hover {
    text-decoration: none;
}

.tblPager select {
    width: 50px;
}

.player-icons {
    height: 64px;
    width: 64px;
    cursor:pointer;  
}

#toStart {
    position: absolute;
    top: 13px;
    left: 90px;
    z-index: 1; 
}

#start-stop {
    position: absolute;
    top: 13px;
    left: 174px;
    z-index: 1; 
}

#toEnd {
    position: absolute;
    top: 13px;
    left: 258px;
    z-index: 1; 
}

.player-start-btn {
    
}

.player-pause-btn {
    display: none;

}
.centered
{
    text-align: center !important;
}
.bold
{
    font-weight: bold !important;
}
.align_r
{
    text-align: right !important;
}
table.report > tbody > tr > td
{
    height: 18px;
    padding-right: 6px;
}

.report_header
{
    font-size: 14px;
    margin-top: 20px;
}

.report_time_range
{
    margin-bottom: 30px;
    font-size: 12px;
}

.report_creation_date
{
    font-size: 13px;
}
.rating_safe
{
    color: #005900;
}
.rating_normal
{
    color: #888800;
}
.rating_risky
{
    color: #e14900;
}
.rating_very_risky
{
    color: #DA0B0B;
}

.fuel_rating_low
{
    color: #005900;
}

.color-669900 {
    color: #669900;
}

.color-70A636 {
    color: #70A636;
}