﻿/* General styles */
/*@import url(http://fonts.googleapis.com/css?family=Lato);*/
@import url(//fonts.googleapis.com/css?family=Lato);

body {
    font-size: 13px;
    line-height: 16px;
    font-family: 'Lato', Verdana, Arial, sans-serif !important;
    color: #555;
}
body > canvas {
    display: none;
}
.impersonate-border
{
   border:solid;
    border-color:darkred;
    border-top-width:25px;
    border-left-width:5px;
    border-right-width:5px;
    border-bottom-width:5px;
    caption-side:top
}

.impersonateColor {
    color:white;
}

.pull-top {
    position: absolute;
    top: 3px;
    text-align: center;
    display: block;
    z-index: 2;
    color: white;
    left: 45%;
}

#mainContent {
    max-width: 1400px;
    margin: auto;
    float: none;
    width: 96%;

}
h3 {
    margin-bottom: 30px;
}
.clear {
    clear: both;
}
/* end General styles */


/* Toolbar Menu */
#commands ul.quick-commands {
    height: 60px;
    position: absolute;
    margin: 0px;
    margin-left: 50px;
    padding: 0 50px;
    list-style: none;
    z-index: 4;
    border-radius: 0 0 80px 80px;
    -moz-border-radius: 0 0 80px 80px;
    -webkit-border-radius: 0 0 80px 80px;
    -webkit-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.58);
    -moz-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.58);
    box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.58);
    background: #dde5e8; /* Old browsers */
    background: -moz-linear-gradient(top, #dde5e8 0%, #d5dcde 50%, #bec5c7 51%, #fdfefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dde5e8), color-stop(50%,#d5dcde), color-stop(51%,#bec5c7), color-stop(100%,#fdfefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dde5e8 0%,#d5dcde 50%,#bec5c7 51%,#fdfefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dde5e8 0%,#d5dcde 50%,#bec5c7 51%,#fdfefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dde5e8 0%,#d5dcde 50%,#bec5c7 51%,#fdfefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dde5e8 0%,#d5dcde 50%,#bec5c7 51%,#fdfefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde5e8', endColorstr='#fdfefe',GradientType=0 ); /* IE6-9 */
}

#commands ul.quick-commands > li {
    position: absolute;
    top: 5px;
    opacity: 0.6;
    /*margin-left: 50px;*/
}

#commands ul.quick-commands > li.active,
#commands ul.quick-commands > li:hover {
    opacity: 1;
}

#commands ul.quick-commands li a {
    display: block;
    text-decoration: none;
}

#commands ul.quick-commands li a span {
    display: none;
    top: -25px;
    left: 50%;
    position: absolute;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    width: 140px;
    text-align: center;
    margin-left: -70px;
}

#commands ul.quick-commands li a span.indicator {
    display: none;
    top: -16px;
    left: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: url(images/a-menu-indicator.png) top left no-repeat;
}

#commands ul.quick-commands > li:hover span,
#commands ul.quick-commands > li.active span {
    display: block;
}

#commands ul.quick-commands > li.active span.text {
    display: block !important;
}

#commands ul.quick-commands > li.active span.indicator {
    display: none !important;
}
#commands ul.quick-commands > li.active {
    width: 55px;
    top: 0px;
}
#commands ul.quick-commands img {
    max-width: 100%;
}
#commands a.edit {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: 350px;
    z-index: 5;
    width: 24px;
    height: 24px;
}
#commands a.edit span {
    display: none;
}

/* end Toolbar Menu */


/* Form styles */
label {
    font-size: 13px;
    float: left;
    margin-right: 1%;
    padding-top: 4px;
}
.span1 > label {
    width: 30%;
}
.span2 > label {
    width: 30%;
}
.span3 > label {
    width: 30%;
}
.span4 > label {
    width: 30%;
}
.span5 > label, #remiderInfo .span12 > label  {
    width: 43%;
}
/*#notificationMethodPanel > label {
    width: 35%!important;
}*/
#notificationMethodPanel .input-small-plus {
  width: 110px;
}

.span6 > label {
    width: 30%;
}
.span8 > label {
    width: 13.8%;
}
.span12 > label, #paymentReminderPanel .span12 > label {
    width: 20%;
}

.row-fluid .span1 {
    margin-right: 2.5%;
}
.row-fluid .span5 {
    width: 47.4%;
    margin-right: 1%;
}
.row-fluid .span8 {
    width: 63.2%;
}
.row-fluid .span9 {
    width: 100%;
}
input {
    float: left !important;
    font: 13px 'Lato', Verdana, Arial, sans-serif !important;
}
.span1 > input {
    width: 60%;
}
.span2 > input, .span2 > select {
    width: 59%;
}
.span3 > input {
    width: 59%;
}
.span4 > input, .span4 > textarea {
    width: 60%;
}
#CellPhone {
    width: 32%!important;
}
#Carriers {
    width: 27%!important;
    margin-left:3px!important;
}


.span5 > input, .span5 > textarea, 
#remiderInfo .span12 > input, #remiderInfo .span12 > textarea {
    width: 52%;
}
.span6 > input {
    width: 60%;
}
.span8 > input {
    width: 80.8%;
}
.span12 > input {
    width: 73%;
}

select {
    float: left !important;
    font: 13px 'Lato', Verdana, Arial, sans-serif !important;
    width: 63%;
}
select.page-size {
    margin-bottom: 0px;
}
.span5 > select {
    width: 54%;
}

label.checkbox {
    width: auto;
    font-weight: normal !important;
    margin-right: 4%;
    padding-left: 0;
}
label.checkbox input {
    width: auto;
    margin-left: 0 !important;
    margin-right: 3px;
}
input[type="checkbox"]{
    margin-right: 3px;
}

#uninstall-dialog label.radio {
    width: auto;
    font-weight: normal !important;
    margin-right: 4%;
    padding-left: 0;
}
#uninstall-dialog label.radio input {
    width: auto;
    margin-left: 0 !important;
    margin-right: 3px;
}
#uninstall-dialog input[type="radio"] {
    margin: 2px 3px 0 0; 
}

.row-fluid [class*="span"] {
    margin-left: 0;
}


img.ui-datepicker-trigger {
    right: 7%;
     position: absolute;
  
}
#ui-datepicker-div {
    position: relative;
    z-index: 100005 !important;
}
.datepicker {
    position: relative;
    
}

.datepicker label{
    width:auto;
    
}
.datepicker input{
    width:200px;
    
}
.note {
    color: #aaa;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}

a.remove {
    display: inline-block;
    background: url(images/cross.png) no-repeat center;
    text-indent: -100px;
    overflow: hidden;
    height: 18px;
    width: 18px;
}
a.send-reminder {
    display: inline-block;
    background: url(images/send-email.png) no-repeat center;
    background-size: 20px;
    /*text-indent: -100px;*/
    overflow: hidden;
    height: 20px;
    width: 20px;
}

a.add {
    display: block;
    background: url(images/new.png) no-repeat left;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

span.inline, input.inline, select.inline {
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 25px;
    margin-right: 1%
}

#resultItemsList li {
    clear: both;
}

.btn, .btn-group, input[type="submit"].btn {
    margin-right: 1%;
    margin-top: 2%;
    width: auto !important;
    padding: 6px 12px;
    line-height: 20px !important;
}
.btn-group .btn {
    margin-top: 0;
}
.btn-success {
    margin-top: 0 !important;
    margin-left: 1%;
    padding: 4px 12px !important;
}
.btn-primary {
    float: none !important;
}
.simple-overlay .btn {
    float: right !important;
}
.controls {
    text-align: right;
}
.controls .btn {
    margin-top: 0 !important;
}
.controls input {
    float: none !important;
}
.uploadify-button {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #006dcc !important;
  *background-color: #0044cc !important;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)) !important;
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc) !important;
  background-image: -o-linear-gradient(top, #0088cc, #0044cc) !important;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important;
  background-repeat: repeat-x !important;
  border: solid 1px #0044cc !important;
  border-color: #0044cc #0044cc #002a80 !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  font-weight: normal !important;
}
/* end Form styles*/


/* Table styles */
.dataTables_scrollHead {
    background: url(images/blue-bar2.png) top left repeat-x;
}
/* end Table styles */


/* EditUser page */
#Title {
    width: 100%;
}
label.cellphone {
    width: 30%;
}
#CellPhone {
    width: 38%;
}
.carrier {
    padding-left: 5px;
    margin-left: 0px !important;
}
#Carrier {
    width: 112%;
}
/* end EditUser page */


/* Login page */
#login select {
    width: 100%;
}
#login .checkbox {
    float: none;
}
#login .checkbox input {
    clear: both;
}
#login button {
    float: left !important;
}
#login a {
    display: block;
    padding-top: 7px;
    padding-left: 100px;
}
#login p a {
    padding-top: 2px;
}
/* end Login page */


/* Create Alert page */
.alerts .radio.inline {
    width: 5%;
}
.editalert #number-of-devices {
    vertical-align: sub!important;
}
.editalert #add-device {
    margin: 3px 10px !important;
}
.editalert .span5 > label{
    width: 35%!important;
}
.editalert .labelSelected {
    width: 16%!important;
}
.editalert #alert-table {
    margin-top:20px!important;
}
.editalert #SpeedUnit{
    width: 22.5%!important;
}
.editalert .span5 > span.field-validation-error {
    margin-left: 36%; 
}
.editalert .span5 > label.label-right {
    width:16%!important;
    margin-left: 10px;
}
.editalert #MaxEngRunTime{
    width: 45%!important;
}
.editalert #alert-table{
    display: inline-block;
    width: 100%;
}
.editalert #label-contacts{
    display: inline-block;
    vertical-align: top;
    width: 26.5%;
}
.editalert #table-contacts{
    display: inline-block;
}
.editalert #table-contacts select.input-medium {
    width: 115px !important;
}
.editalert #addAlert {
    margin-left: 27%;
}
/* end Create Alert page */


/* Reports page */
#timescalePanel {
    margin-left: 0;
}
#Timescale {
    clear: both;
}
#timescalePanel .error {
    clear: both;
}
#timescalePanel input {
    width: 40%;
}
#vehicleGroup {
    margin-left: 1%;
}
#vehicleGroup #searchKeywords {
    width: 20%;
    clear: both;
}
#vehicleGroup .btn {
    margin-top: 0;
    padding: 4px 7px;
    margin-left: 7px;
}
#DataTables_Table_0_wrapper {
    clear: both;
}
/* end Reports page*/


/* Report Schedule popup */
#sendToPanel label, #sendToPanel input {
    width: 95%;
}
.Recurring {
    margin-bottom: 2%;
}
#sendToPanel table {
    width: 100%;
}
/* end Report Schedule popup */


/* Renewal Listing */
.renewals .entry select {
    width: auto;
    margin-left: 1%;
}
#search-content {
    clear: both;
}
/* end Renewal Listing*/


/* Edit Geofence page */
/*#GeoAddress {
    width: 70%;
}*/
#findAddress {
    display: block;
    text-indent: -200px;
    overflow: hidden;
    background: url(images/search.png) no-repeat center;
    height: 30px;
    width: 20px;
    padding-left: 1px;
}
#CategoryId {
    width: 73%;
}
#newGeoGroup, .newGeoGroup {
    display: block;
    text-indent: -200px;
    overflow: hidden;
    background: url(images/new.png) no-repeat center;
    height: 30px;
    width: 20px;
    padding-left: 1px;
}
#newgeoCategory {
    display: block;
    text-indent: -200px;
    overflow: hidden;
    background: url(images/new.png) no-repeat center;
    height: 30px;
    width: 20px;
    padding-left: 1px;
}
.Assign .radio {
    font-weight: normal;
}
.Assign .span12 {
    margin-left: 21%;
    margin-top: 5%;
}
#vehiclePanel label {
    width: 100%;
}
/* end Edit Geofence page */


/* Edit Device page */
.payment-notification .span12 > input[type="checkbox"],
#deviceInfo .span12 > input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
}
.payment-notification .span12 > select {
    width: 70px;
    float: left;
}
.payment-notification .span12 > span {
    float: left;
    padding: 0 3px;
    margin-top: 5px;
}
.payment-notification img.ui-datepicker-trigger {
    right: 90px;
    position: absolute;
    top: 29px;
}
.payment-notification .span12 {
    position: relative;
}
div.Notification-Message  span.field-validation-error {
    margin-left: 5px;
}

/* end Edit Device page */


/* Repo Mode popup & Transfer Device popup */
div.transfer div.wrap {
    overflow: hidden;
}

div.transfer div#account-list {
    float: left;
    width: 30%;
}

div.transfer div#device-list {
    float: right;
    width: 65%;
}

div.transfer p.expired {
    color: red;
}

div.transfer .name {
    color: #33BBE5;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
}

div.transfer .name p {
    margin: 0;
}

div.transfer div.search {
    background: url("images/morado.jpg") repeat-x scroll left top transparent;
    padding: 5px 0px 5px 10px;
}

div.transfer div.outside-myaccount {
    background: url("images/morado.jpg") repeat-x scroll left top transparent;
}

div.transfer div.outside-myaccount h4 {
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    color: #fff;
}

div.transfer div.search input {
    margin-bottom: 0px;
}

div.transfer div.accounts {
    border: 1px solid #F5F5F5;
    height: 400px;
    overflow: auto;
}

div.outside-myaccount 
{
     padding: 5px 0px 5px 10px;
}
div.transfer div.accounts ul,
div.transfer div.outside-myaccount ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.transfer div.accounts ul li,
div.transfer div.outside-myaccount ul li {
    padding: 5px 0px;
    cursor: pointer;
}

div.transfer div.accounts ul li:nth-child(2n),
div.transfer div.outside-myaccount ul li:nth-child(2n) {
    background-color: #F9F9F9;
}

div.transfer div.accounts ul li.selected {
    background-color: #C9DCB1;
}

div.transfer div.accounts ul li.account,
div.transfer div.outside-myaccount ul li.sub-account {
    padding-left: 20px;
}

div.transfer div.accounts ul li.sub-account {
    padding-left: 40px;
}

div.transfer div.accounts ul li span,
div.transfer div.outside-myaccount ul li span {
    padding-left: 26px;
    background: url(images/NavAdmin.png) left center no-repeat;
}

div.transfer div.outside-myaccount ul li span {
    float: left;
}

div.transfer div#confirm-device-list {
    float: left;
    width: 65%;
}

div.transfer div#sub-account-info {
    float: right;
    width: 30%;
}

div.transfer .warning {
    color: #ff0000;
}

.repo th, .repo td, .noborder {
    border: none !important;
}
#repoTable p {
    font-weight: bold;
}
#repoTable p span {
    font-weight: normal;
}
/* Repo Mode popup & Transfer Device popup */


/* Add/Edit Geofence page */
#alertForm .span6 > label {
    width: 100%;
}
#alertForm .span6 > select {
    width: 35%;
    margin-right: 2%;
}
#alertForm .span6 > input {
    width: 23%;
}
#alertForm select.span1 {
    width: 25%;
    margin-right: 1%;
}
/* end Add/Edit Geofence page */



/* Batch Command (and other) popups */
.modal {
    border: 2px solid #93E6FA;
    box-shadow: 1px 1px #ddd;
    -moz-box-shadow: 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px #ddd;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
}
.modal-footer {
    background: none;
    border: none;
}
/* end Batch COmmand (and other) popups */

/* Transfer Device popup */
.ui-widget-header, .ui-widget-content, .ui-dialog-buttonpane {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: 'Lato', Verdana, Arial, sans-serif !important;
    color: #555 !important;
}
.ui-widget.ui-dialog, .ui-datepicker {
    background: #fff !important;
    border: 2px solid #93E6FA !important;
    box-shadow: 1px 1px #ddd !important;
    -moz-box-shadow: 1px 1px #ddd !important;
    -webkit-box-shadow: 1px 1px #ddd !important;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    padding: 30px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: 'Lato', Verdana, Arial, sans-serif !important;
    color: #555 !important;
}
.ui-slider { /* date picker fix */
    background: #eee !important;
}
.ui-dialog-buttonset button {
    margin-right: 1%;
    margin-top: 2%;
    width: auto !important;
    padding: 6px 12px;
    line-height: 20px !important;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ui-dialog-buttonset button:hover,
.ui-dialog-buttonset button:active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.ui-dialog-buttonset button:first-child {
    float: right !important;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ui-dialog-buttonset button:first-child:hover,
.ui-dialog-buttonset button:first-child:active {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.transferWarning {
    float:right;
    top:0;
    right:15px;
    position:absolute;
    width: 65%;
}

.transferWarning label.warning {
    float:right;
}

/* end Transfer Device popup */


/* Responsive styles */
/* end Responsive styles */


img.thumb-device {
    max-width: 24px;
    max-height: 21px;
}

img.thumb-repo-device,
img.thumb-transfer-device {
    max-width: 75px;
    max-height: 50px;
}
span.required {
    color: #ff0000;
    font-size: 16px;
}

#header {
    height: 90px;
    background-color: #0e2e4d;
    border-color: #0e2e4d !important;
}
#header div.container-fluid {
    padding: 0px;
}
#header .brand {
    float: left;
    margin-top:8px;
    margin-left:30px;
    padding: 0px;
}
#header .support {
    text-align:right;
    float: right;
    margin: 0px;
    padding: 20px;
}
#header .phone {
    font-size: 98%;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    word-wrap: break-word;
}
.welcome {
    font-size: 98%;
    color: white;
    font-weight: bold;
    word-wrap: break-word;
}
#header .phoneicon {

}
#header .email a {
    font-size: 95%;
    color: white;
    text-transform: uppercase;
    word-wrap: break-word;
}

#header .nav-primary {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #c1c4d7; /* Old browsers */
    background: -moz-linear-gradient(top, #c1c4d7 0%, #525d8b 50%, #323c6d 51%, #4b5781 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c4d7), color-stop(50%,#525d8b), color-stop(51%,#323c6d), color-stop(100%,#4b5781)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c4d7', endColorstr='#4b5781',GradientType=0 ); /* IE6-9 */
    padding-left: 40px;
    border-radius: 0 0 0 80px;
    -moz-border-radius: 0 0 0 80px;
    -webkit-border-radius: 0 0 0 80px;
}
#header .nav-primary > li {
    float: left;
    background: none;
}
#header .nav-primary > li.active a,
#header .nav-primary > li > a:hover {
}
#header .nav-primary > li > a {
    padding: 7px 5px;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 12px;
}
#header .nav-primary > li > a span {
    display: none;
}
#header .nav-primary > li > a img {
    opacity: 0.5;
}
#header .nav-primary > li.active > a img,
#header .nav-primary > li:hover > a img {
    opacity: 1;
}
#header .nav-primary > li.map > a {
}
#header .nav-primary > li.reports > a {
}
#header .nav-primary > li.admin > a {
}
#header .nav-primary > li.help > a {
}
#header .nav-primary > li.logout > a {
}
#header .nav-primary > li.print > a {
}
#header .nav-primary > li.save > a {
}
#header .nav-primary > li.dashboard > a {
}
#header a.feedback {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -75px;
}
#header a.feedback span {
    display: none;
}

#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 50px auto 20px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-forgot {
    max-width: 450px;
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
#mainContent .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 50px auto 20px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

/* Map Screen styles */
#home #deviceMenu {
    border-radius: 50px;
    box-shadow: 2px 2px 2px #666666;
    padding: 10px;
    display: block;
    background-color: #fff;
    position: absolute;
    float: left;
    z-index: 999;
    left: 245px;
}
#home #deviceMenu > a, a.Close, a.close, button.close, button.close:hover, span.close, a.ui-dialog-titlebar-close { 
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    padding: 1px 5px;
    background: #70C7E7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    opacity: 1.0;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    z-index:10000;
    font-size:18px;
}
#home #deviceMenu ul.menuActions {
    float: right;
    list-style: none;
    width: 50%;
}
#home #deviceMenu ul.menuActions a,
#home #deviceMenu ul.menuCommands a {
    text-decoration: none;
}
#home #deviceMenu ul.menuCommands {
    cursor: pointer;
    list-style: none;
    color:#0088CC;
}
#home #deviceMenu #mini_map {
    width: 360px;
    height: 200px;
}
#home #deviceMenu div.info p {
    text-align: center;
}
#home #deviceMenu div.info p > span {
    padding-right: 10px;
}
#home #deviceMenu div.info p > span + span {
    padding-left: 10px;
}
#home #deviceMenu div.info p.wrap-text {
    width: 360px;
}
#home #deviceMenu > img {
    position: absolute;
    left: -40px;
}
#home #deviceMenu div.info div.w-100 > .row {
    margin:10px auto !important;
    max-width: 360px;
}
#home #deviceMenu #ping-frequency-update{
    width: auto !important;
}
/*---------------------------------------------------------------*/
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
/*---------------------------------------------------------------*/
#home #expired-devices {
    position: relative;
}
#home #expired-devices > h4 {
    height: 28px;
    overflow: hidden;
    font-size: 11px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    line-height: 24px;
    color: #fff;
    background: url(images/blue-bar2.png) repeat-x left top;
}
#home #expired-devices > h4 > span.minimize {
    float: right;
    margin-top: 0px;
}
#home #inner-expired {
    position: absolute; 
    height: 183px;
}
#home #inner-expired ul li {
    margin-bottom: 3px;
}
#home #inner-expired ul li a {
    color: #ff0000;
}
#home #scheduleCommandTable th {
    width: 25% !important;
}
#home #tableEngineHourAlerts  {
    height:200px!important;
    overflow-x:hidden;
    overflow-y:auto!important;
}
#home #tableSchedules  {
    height:200px!important;
    overflow-x:hidden;
    overflow-y:auto!important;
}
#home #batchCommandModal div.batch-confirmation .col1 {
    width: 10% !important;
}
#home #batchCommandModal div.batch-confirmation .col2 {
    width: 25% !important;
}
#home #batchCommandModal div.batch-confirmation .col3 {
    width: 25% !important;
}
#home #batchCommandModal div.batch-confirmation .col4 {
    width: 20% !important;
}
#batchCommandModal {
    width: 70%;
    margin-left: -35%;
}


#home #commandScheduleModal {
    width: 900px;
    margin-left: -450px;
}
#home #commandScheduleModal .modal-body {
    max-height: none;
}
#home #engineHoursModal {
    width: 900px;
    margin-left: -450px;
}
#home #engineHoursModal .modal-body {
    max-height: none;
}
#home #inputUnitCheckAll {
    margin-left: 5px;
}
.history-setting {
    background: url(images/blue-bar2.png) top left repeat-x;
    padding: 2px;
}
#state-borders-dialog {
    width: 960px!important;
    margin-left: -480px!important;
    height:570px;
}

/* end Map Screen styles */

#content-header {
    color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 31px;
    text-align: center;
    top: -34px;
}

#content-header p {
    margin: 0px 10px 0px 0px;
}

#content-header p.pull-right {
    position: relative;
}

#content-header p.pull-right a {
    position: absolute;
    top: 5px;
    right: -50px;
    width: 46px;
    height: 47px;
    display: block;
    background: url(images/IconChat.png) top left no-repeat;
    z-index: 2;
}

#content-header p.pull-right a span {
    display: none;
}

#footerGrid input.checkbox {
    margin-left: 5px;
}

#showhistory a {
    position: absolute;
    float: left;
    left: 5px;
    bottom: 5px;
    width: 24px;
    height: 24px;
    display: block;
    background: url(images/collapse_bottom.png) top left no-repeat;
    z-index: 2;
}

#showhistory a span {
    display: none;
}

#content {
    position: relative;
}

#home #content {
    height: 434px;
    padding: 0px;
}

#content > div > div.span3 {
    width: 18%;
}

#content > div > div.span9 {
    width: 82%;
    left: 250px;
    margin-left: 0;
    position: absolute;
    top: 0px;
}

#content > div > div.admin-home {
    left: 50px;
    margin-top: 0px;
}

#content ul.tools {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#content ul.tools > li {
    float: left;
    margin: 6px 3px;
}

#content ul.tools > li > a {
    display: block;
    width: 26px;
    height: 22px;
}

#content ul.tools > li > a span {
    display: none;
}

#content ul.tools > li.edit > a {
    background: url(images/IconEdit.png) center left no-repeat;
}

#content ul.tools > li.cart > a {
    background: url(images/IconCart.png) center left no-repeat;
}

#content ul.tools > li.link > a {
    background: url(images/IconLink.png) center left no-repeat;
}

#content ul.tools > li.disk > a {
    background: url(images/IconDisk.png) center left no-repeat;
}

#content ul.tools > li.print > a {
    background: url(images/IconPrint.png) center left no-repeat;
}

#content ul.tools > li.dashboard > a {
    background: url(images/IconDashboard.png) center left no-repeat;
}

#collapse.expand {
    width: 15px;
    height: 20px;
    z-index: 4;
    position: absolute;
    float: left;
    left: 3px;
    top: 9px;
    background: url(images/application_side_expand.png) center no-repeat;
}

#collapse.collapse {
    width: 15px;
    height: 20px;
    z-index: 4;
    position: absolute;
    float: left;
    left: 3px;
    top: 9px;
    background: url(images/application_side_collapse.png) center no-repeat;
}

#content div.search-wrap {
    position: absolute;
    top: 10px;
    left: 0px;
    background: url(images/device-topbar.png) top right no-repeat;
    height: 36px;
    width: 220px;
    z-index: 3;
}

#home #content div.search-wrap {
    top: 0px;
}

#content div.search-wrap input.search-devices {
    border: 0px none;
    padding: 0px;
    font-size: 13px;
    height: 20px;
    line-height: 16px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 145px;
    text-shadow: none;
    box-shadow: none;
}

#content div.search-wrap form {
    margin: 0px;
}

#sidebar {
    background: url(images/side-bar-top.png) top left no-repeat;
    position: relative;
    z-index: 2;
    padding-top: 82px;
    margin-top: 0px;
    margin-left: 0px;
    width: 227px !important;
    position: absolute;
    left: 0px;
    top: -10px;
}

#sidebar .SidebarBackground {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 0 0 60px 0;
    -moz-border-radius: 0 0 60px 0;
    -webkit-border-radius: 0 0 60px 0;
    box-shadow: 9px 9px 15px rgba(0,0,0,0.3), lightgray -3px -3px 10px inset;
    -moz-box-shadow: 9px 9px 15px rgba(0,0,0,0.3), lightgray -3px -3px 10px inset;
    -webkit-box-shadow: 9px 9px 15px rgba(0,0,0,0.3), lightgray -3px -3px 10px inset;
    width: 95%;
}

#home #sidebar {
    top: 0px;
    max-height: 500px;
    overflow: visible;
    padding-top: 60px;
    padding-bottom: 60px;
    background: none;
}

#sidebar > div.wrapper {
    padding-bottom: 88px;
    background: url(images/side-bar-bottom.png) bottom left no-repeat;
}

#home #sidebar > div.wrapper {
    padding-bottom: 0px;
    background: none;
}

#home #sidebar div.scroll-up {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: red;
    height: 17px;
    width: 201px;
    background: url("images/br_up.png") center no-repeat;
}

#home #sidebar div.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background-color: red;
    height: 17px;
    width: 201px;
    background: url("images/br_down.png") center no-repeat;
}

#home #sidebar #items .jspVerticalBar,
#home #sidebar #items .jspTrack {
    display: none;
}
#sidebar #items {
    background: url("images/side-bar-middle.png") top left repeat-y;
}
#home #sidebar #items {
    max-height: 385px;
    width: 95%;
    background: none;
    position: relative;
    overflow: hidden;
}
#home #sidebar #items ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    max-height: 400px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#home #sidebar #items ul > li > div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#home #sidebar #items ul > li {
    line-height: 13px;
    position: relative;
    padding: 0 7px;
    height: 35px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#home #sidebar #items ul > li > img {
    position: absolute;
    right: 0px;
    top: 25%;
    margin-top: -5px;
}
#home #sidebar #items ul > li > img:hover {
    opacity: 0.6;
}
#home #sidebar #items.jspScrollable ul > li {
    padding-left: 0px;
}
#home #sidebar #items ul > li:hover,
#home #sidebar #items ul > li.active {
    background-color: #D7ECF4;
}
#home #sidebar #items ul > li.selected {
    background-color: #ADD8E6;
}
#home #sidebar #items ul > li > div {
    padding: 2px 0px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
#home #sidebar #items ul > li > div {
    border-bottom: 1px solid #ddd;
}
#home #sidebar #items ul > li img {
    /*float: left;*/
}
#home #sidebar #items ul > li > div img {
    max-width: 40px;
    max-height: 30px;
}
#home #sidebar #items ul > li div.avatar {
    width:40px;
    text-align:center;
    float:left;
}
#home #sidebar #items ul > li div.desc {
    width: 155px;
    font-size: 11px;
    float: right;
}
#home #sidebar #items ul > li div.desc p {
    margin-bottom: 0px;
    cursor: pointer;
}
#home #sidebar #items ul > li div.desc p.name {
    font-weight: bold;
    width: 110px;
    overflow: hidden;
}
#home #sidebar #items ul > li div.desc a {
    color: #000;
    font-weight: bold;
}
#home #quickReport {
    width: 49.5%; 
    height: 300px; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1; 
    display: none;
}
#home #quickReport .tabbable, #home #quickEditDevice .tabbable {
    height: 100%;
}
#home #quickEditDevice {
    width: 49.5%; 
    height: 95%; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1; 
    display: none;
}
#home #quickReport .tabbable > p {
    display: none;
}
#home #quickReport .tab-content {
}
#home #quickReport .nav {
    margin-bottom: 0px;
    padding-top: 85px
}
#home #quickReportTools {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
    list-style: none;
    overflow: hidden;
    z-index: 3;
}
#home #quickReportTools li {
    float: right;
    margin: 0px 0px;
}
#home #quickReportTools li a {
    display: block;
    width: 30px;
    height: 34px;
}
#home #quickReportTools li a span {
    display: none;
}
#home #quickReportTools li.print a {
    background: url(images/IconPrint.png) center left no-repeat;
}
#home #quickReportTools li.pdf a {
    background: url(images/pdf.png) center left no-repeat;
}
#home #quickReportTools li.html a {
    background: url(images/html.png) center left no-repeat;
}
#home #quickReportTools li.csv a {
    background: url(images/csv.png) center left no-repeat;
}

#home #panorama {
    width: 49.5%; 
    height: 300px; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1; 
    display: none;
}
#home #map {
    width: 100%; 
    height: 400px;
}
#home #map img, #home #panorama img {
    max-width: none;
}
#home #map label, #home #panorama label {
    width: auto;
    display: inline;
}
#home #printView {
    position: absolute; 
    right: 100px;
    top: 15px; 
    z-index: 13; 
}
#home #closePanorama {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    z-index: 13; 
    display: none;
}
#home #quickReportTimescalePanel {
    display: none; 
    position:absolute; 
    top: 50px; 
    right: 110px; 
    z-index: 13;
}


#home #quickReportTimescale {
    height: 21px;
    line-height: 21px;
    padding: 0px 6px;
    width: 126px;
}

#home #quickReportCommandPanel {
    display: none; 
    position:absolute; 
    top: 50px; 
    right: 238px; 
    z-index: 13;
}
#home #CommandType {
    height: 21px;
    line-height: 21px;
    padding: 0px 6px;
    width: 155px;
}

#viewOnMap {
    cursor: pointer;
}

#renewalsGrid th {
    white-space: nowrap;
}

#renewalsGrid select {
    margin-bottom: 0px;
}

#commands {
    position: absolute;
    left: 20%;
    top: 0px;
    margin-left: 350px;
    z-index: 5;
    width: 270px;
    height: 70px;
}

#commands li.disabled img,
#popupCommands li.disabled img {
    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 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
#commands li.disabled .text,
#popupCommands li.disabled  .text {
    color: #aaa;
}
#popupCommands img {
    width: 44px;
}
#commands .text,
#popupCommands  .text {
    text-decoration: none;
}


#popupCommands {
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -360px;
    width: 720px;
    z-index: 2;
    background-color: #F7F7F7;
    border-radius: 40px;
    box-shadow: 2px 2px 2px #ddd;
}
#popupCommands ul {
    list-style: none;
    margin: 20px;
    padding: 0px;
}
#popupCommands ul li {
    float: left;
    text-align: center;
    width: 125px;
    margin: 5px;
}
#popupCommands ul li a {
    display: block;
}
#popupCommands ul li a span {
    display: block;
    color: #666;
}
#popupCommands img.triangle {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -21px;
}

ul.commandScheduleType {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
}
ul.commandScheduleType li {
    float: left;
    margin-right: 10px;
}

#home .jspVerticalBar {
    left: 0;
}

#home #custom {
    background-color: #f7f7f7;
}
#infoWindowDevice.Mapit table td:last-child {
    width: 70%;
}
#map {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#mapit #map {
    width: 100%;
}
#viewReport ul.dropdown-menu li {
    padding: 0px 10px;
}

div.history-report h3 {
    line-height: 26px;
}
div.history-report h3,
div.history-report p {
    margin: 0px;
}
div.history-report p {
}
div.history-report p span.separator {
    padding: 0px 10px;
}
div.history-report form {
    margin-top: 20px;
}
div.history-report ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div.history-report ul li {
    float: left;
}
div.history-report ul li a span {
    display: none;
}
div.history-report ul li a span {
    display: none;
}
div.history-report #reportResult {
    overflow: hidden;
    position: relative;
}
div.history-report #reportResult #tableResult {
    float: left;
    width: 100%;
}
div.history-report #reportResult #mini-map {
    float: left;
    width: 49%;
    height: 500px;
}
div.history-report #reportResult #close-map {
    position: absolute;
    left: 49%;
    top: 0px;
    display: none;
}

div.geofences.container-fluid {
    margin-top: 0px !important;
    padding: 0px;
}

div.geofences.container-fluid form {
    margin-bottom: 0px;
}

 div#file_upload1 .swfupload
{ 
  z-index: 100000 !important; 
}
div.edit-device {
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

div.edit-device h3.device-name {
    margin-top: 0px;
    font-size: 20px;
    color: #1c8ca0;
}
div.edit-device div.uploader-queue {
    margin-top: 10px;
}
div.device-form div.control-group label {
    width: 120px;
}
div.device-form div.control-group div.controls {
    margin-left: 140px;
}
div.device-form div.device-info p.highlight {
    color: #ff0000;
}
div.edit-device #mini_map {
    width: 100%;
    height: 150px;
}

#advance {
    clear: both;
    background-color: #E7E7E7;
}
#advance.container-fluid,
#advance div.span3,
#advance div.span9 {
    margin: 0px;
    padding: 0px;
}
#advance div.span3 {
    width: 20%;
    height: 183px;
}
#advance div.span3 h5 {
    margin: 0px;
    margin-left: 10px;
    font-size: 12px;
    color: #4ABFE4;
}
#advance div.span3 ul {
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    list-style: none;
    margin-left: 10px;
    font-size: 11px;
}
#advance div.span3 ul li {
    line-height: 1em;
}
#advance div.span3 ul li a,
#advance div.span3 ul li p {
    color: #807D8E;
}
#advance div.span3 a.more {
    text-decoration: none;
}
#advance div.span3 a.more span {
    display: block;
    width: 48px;
    height: 15px;
    background: url(images/IconMore.png) center left no-repeat;
    font-size: 8px;
    color: #fff;
    margin-left: 10px;
    line-height: 13px;
    text-align: center;
}
#advance div.span9 {
    width: 80%;
}
#advance .showHistoryColumns {
    display: none; 
    border: 1px solid #33BBE5; 
    background-color: #fff; 
    position: absolute; 
    float: left; 
    z-index: 999;
    padding: 10px;
}
#advance .showHistoryColumns ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 500px;
}
#advance .showHistoryColumns ul li {
    float: left;
    margin-right: 10px;
    width: 145px;
}
#advance .showHistoryColumns input,
#advance .showHistoryColumns label {
    display: inline-block;
}
#advance div.messages {
    position: relative;
}
#advance div.messages > a {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

table.renewalsGrid,
table.geofencesGrid,
#advance table {
    margin-bottom: 0px;
}

#advance table.table th,
#advance table.table td {
    padding: 2px;
}

#batch-deviceupload-dialog table.table th,
#batch-deviceupload-dialog table.table td
{
     padding: 4px !important;
    font-size: 11.5px !important;
    line-height: 13px !important;
}

#previewUploadDevices table.table th,
#previewUploadDevices table.table td 
{
    font-size: 11px !important;
    padding: 4px !important;
}

#previewUploadDevices table.table td input
{
    font-size: 11px !important;
}

#uninstall-dialog p.deviceList {
    font-size:13px;
    font-weight: bold;
}
#uninstall-dialog span.warning {
    position:absolute;
    font-weight:bold;
    bottom:0;
    left:25px;
}
#subaccount-actions-dialog p.warning {
  color: red;
  font-size: 18px;
  line-height: 130%;
  font-weight: bold;
  margin: 10px 0 30px 0;
}

#subaccount-actions-dialog a {
  color: #0088cc;
  font-size: 17px;
  line-height: 130%;
  font-weight: bold;
  margin: 10px 0 35px 0;
}
.tbodyScroll-outer {
    width: 100%;
    height: 183px;
}

table.table th {
    background: url(images/blue-bar2.png) top left repeat-x;
    color: #fff;
    font-size: 12px;
}
table.table tr {
}
table.table tr.InProgress td {
}
table.table tr.Success td {
    color: #187E37;
}
table.table tr.UnSuccess td {
    color: #ff0000;
}
table.table tr.Historical td {
}
table.table td.Error {
    border: 2px solid #ff0000;
    color: #ff0000;
}
table.table tr.Error {
    border: 2px solid #ff0000!important;
    color: #ff0000!important;
}
table.table th.sorting {
}
table.table th.sorting a {
    display: block;
    padding-right: 20px;
    color: #fff;
}
table.table th.sorting a.asc {
    background: url(images/sort_up.png) right center no-repeat;
}
table.table th.sorting a.desc {
    background: url(images/sort_down.png) right center no-repeat;
}
table.table th a.location {
    display: inline;
    padding-right: 20px;
}
table.table th a.show-more {
    display: inline;
    color: #fff;
}
table.report-table {
    width: 90%;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 0px;
    font-size: 12px;
}

table.report-table tbody {
    height: 260px;
    overflow: auto;
    display: block;
    width: 100%;
}

table.report-table tr {
    display: block;
}

table.report-table .check {
    width: 20px;
}

table.report-table .small {
    width: 100px;
}

table.report-table .medium {
    width: 150px;
}

table.report-table .large {
    width: 300px;
}

table.report-table p.fix-long-text {
    width: 284px;
    margin-bottom: 0px;
}

table tr.filter-header select {
    width: 100px;
    height: 22px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 0px;
    padding: 2px;
}


div.entryGroup {
    overflow: hidden;
}

div.entryGroup div.entry {
    float: left;
    margin-right: 20px;
}

div.entry {
    display: block;
    margin: 0px 0px 15px 0px;
}

div.entry label {
    display: block;
    font-weight: bold;
}

div.inline {
    margin: 0px 0px 15px 0px;
}

div.inline label {
    display: inline-block;
    width: 70px;
}
div.inlineSmall label {
    display: inline-block;
    width: 65px;
}
}
div.inlineSmaller label {
    display: inline-block;
    width: 50px;
}

div.inline label.space-large {
    width: 233px;
}

div.inline label.share {
    width: 160px;
}

div.entry div.inline {
    margin: 0px;
}

div.entry div.inline label {
    font-weight: normal;
}

form .button-right .span2 {
    float: right !important;
    margin-right: 2.5641% !important;
    margin-left: 0px !important;
}

form .button-right .span3 {
    float: right !important;
    margin-right: 2.5641% !important;
    margin-left: 0px !important;
}

div.entry label.inline {
    font-weight: normal;
}

span.error, label.error {
    display: block;
    color: #ff0000;
}

span.field-validation-error {
    color: #ff0000;
    clear: both;
    float: left;
}

.span1 > span.field-validation-error {
    margin-left: 31%;
}
.span2 > span.field-validation-error {
    margin-left: 31%;
}
.span3 > span.field-validation-error {
    margin-left: 31%;
}
.span4 > span.field-validation-error {
    margin-left: 31%;
}
.span5 > span.field-validation-error {
    margin-left: 44%;
}
.span6 > span.field-validation-error {
    margin-left: 31%;
}
.span8 > span.field-validation-error {
    margin-left: 14.8%;
}
.span12 > span.field-validation-error {
    margin-left: 21%;
}


a.edit-column {
    position: absolute;
    left: 57%;
    z-index: 2;
    top: 45px;
}

.simple-overlay {
    /* must be initially hidden */ /* must be initially hidden */
    display: none; /* place overlay on top of other elements */
    z-index: 10000; /* styling */
    width: auto;
    border: 2px solid #93E6FA;
    background-color: #fff;
    box-shadow: 1px 1px #ddd;
    border-radius: 10px;
}

.simple-overlay .close {
    display: none;
}

.simple-overlay > div {
    padding: 20px;
}

.wrap-text {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
}

#footerGrid {
    font-size: 11px;
}

table td.actions a,
table th.actions a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

#mainContent .devices table td.actions,
#mainContent .devices table th.actions {
    width: 120px!important;
    height: 24px;
   
}

/*table td.actions,*/
table th.actions {
    width: 100px!important;
    height: 24px;
}

table td.actions a span,
table th.actions a span {
    display: none;
}
table td.actions a.Successful {
    background: url(images/IconSuccessful.png) top left no-repeat;
}
table td.actions a.Unsuccessful {
    background: url(images/IconUnsuccessful.png) top left no-repeat;
}
table td.actions a.Pending {
    background: url(images/IconInProgress.png) top left no-repeat;
}
a.edit {
    background: url(images/IconEdit.png) top left no-repeat;
}
a.uninstall {
    background: url(images/Uninstall.png) top left no-repeat;
}

a.show
{
     background: url(images/glases1.png) top left no-repeat;
}

a.schedule {
    background: url(images/IconSchedule.png) top left no-repeat;
}

a.run-report {
    background: url(images/IconInprog.png) top left no-repeat;
}

a.delete {
    background: url(images/IconUnsuccessful.png) top left no-repeat;
}

a.reset {
    background: url(images/IconReset.png) top left no-repeat;
}


a.impersonate {
    background: url(images/impersonate.gif) top left no-repeat;
}

a.transfer {
    background: url(images/transfer-icon.png) top left no-repeat;
}

a.newgroup {
    background: url(images/newgroup.png) top left no-repeat;
}

a.locate {
    background: url(images/locate-icon.png) top left no-repeat;
}

a.reload {
    background: url(images/reload.png) top left no-repeat;
}

a.reject {
    background: url(images/IconReject.png) top left no-repeat;
}

a.accept {
    background: url(images/IconSuccessful.png) top left no-repeat;
}

a.password {
    background: url(images/keyring-manager.png) top left no-repeat;
}

a.view-map {
    background: url(images/NavMap.png) top left no-repeat;
}

a.resend {
    background: url(images/resend-icon.png) top left no-repeat;
}

a.validate {
    background: url(images/IconSuccessful.png) top left no-repeat;
}

table.message-panel {
    table-layout: fixed;
    max-width: none;
}
table.message-panel th,
table.message-panel td {
    word-wrap: break-word;
}

table.message-panel .Selected {
    width: 50px !important;
}

table.message-panel .Command {
    width: 80px !important;
}

table.message-panel .Date {
    width: 155px !important;
}

table.message-panel .Device {
    width: 125px !important;
}

table.message-panel .SerialNumber {
    width: 130px !important;
}

table.message-panel .Street {
    width: 125px !important;
}

table.message-panel .City {
    width: 80px !important;
}

table.message-panel .State {
    width: 50px !important;
}

table.message-panel .Zip {
    width: 80px !important;
}

table.message-panel .Country {
    width: 80px !important;
}

table.message-panel .Speed {
    width: 80px !important;
}

table.message-panel .Direction {
    width: 80px !important;
}
table.message-panel .Make,
table.message-panel .Model,
table.message-panel .VIN,
table.message-panel .DateSold,
table.message-panel .LoanTerm {
     width: 80px !important;
}
table.message-panel .CustomerName,
table.message-panel .CustomerCity,
table.message-panel .CustomerState,
table.message-panel .CustomerZip,
table.message-panel .CustomerCountry,
table.message-panel .CustomerPhone,
table.message-panel .CustomerEmail,
table.message-panel .StockNumber,
table.message-panel .VehicleMileage,
table.message-panel .VehicleYear,
table.message-panel .LicensePlate,
table.message-panel .AmountFinanced,
table.message-panel .PaymentAmount {
    width: 150px !important;
}
table.message-panel .CustomerAddress {
    width: 200px !important;
}
table.sorter th {
    background-color: #70C7E7;
}

table.sorter th, sorter.table td {
    vertical-align: middle;
    padding: 3px;
}

table.sorter th.header {
    background-image: url("images/header-sorter.gif");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
}

table.sorter th.headerSortUp {
    background-image: url(images/small_asc.gif);
}

table.sorter th.headerSortDown {
    background-image: url(images/small_desc.gif);
}

#infoWindowDevice {
    width: 297px;
    height: 201px;
    display: block;
    z-index: 999999;
    font-size: 11px;
    background: url(images/device-popup.png) top left no-repeat;
    border: solid 1px transparent;
    position: relative;
}

#infoWindowDevice > div.mini-popup {
    display: none;
}

#infoWindowDevice.Mini {
    background: none;
}

#infoWindowDevice.Mini > div.mini-popup {
    margin-top: 106px;
    margin-left: 8px;
    width: 278px;
    height: 94px;
    display: block;
    background: url(images/device-popup1.png) top left no-repeat;
}
#infoWindowDevice.Mini > div.mini-popup > a {
    display: block;
    text-align: center;
    padding-top: 30px;
}

#infoWindowDevice.Mini div.Inner {
    display: none;
}

#infoWindowDevice h3 {
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

#infoWindowDevice div.Inner {
    margin: 20px 30px;
}

#infoWindowDevice .Triangle {
    width: 87px;
    height: 50px;
    background: url(images/triangle1.png) top left no-repeat;
    bottom: -50px;
    left: 50%;
    position: absolute;
}
#infoWindowDevice div.Inner a.Close {
    float: right;
    margin-right: 15px;
    margin-top: 5px;
    padding: 1px 5px 2px 5px;
}
.deivce-into {
    margin-top: 7px;
}
#infoWindowDevice table td {
    height: 14px;
    overflow: hidden;
    line-height: 12px;
    vertical-align: top;
}

#infoWindowDevice ul.device-tools {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    position: absolute;
    bottom: 35px;
    font-size: 10px;
}

#infoWindowDevice ul.device-tools li {
    float: left;
    margin: 5px;
}


/* Dashboard page */
div.dashboard div.box {
    width: 100%;
    background-color: #eee;
    position: relative;
    border: 1px solid #ddd;
    height: 360px;
    overflow: hidden;
}
div.dashboard .span6 {
    margin-left: 2%;
}
div.dashboard div.box div.chart {
    margin: 50px 20px 0px 20px;
    border: 1px solid #ddd;
}
div.dashboard div.box h4 {
    margin: 0;
    float: left;
}
div.dashboard div.box h4 span {
    display: block;
    background: #c1c4d7; /* Old browsers */
    background: -moz-linear-gradient(top, #c1c4d7 0%, #525d8b 50%, #323c6d 51%, #4b5781 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c4d7), color-stop(50%,#525d8b), color-stop(51%,#323c6d), color-stop(100%,#4b5781)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c1c4d7 0%,#525d8b 50%,#323c6d 51%,#4b5781 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c4d7', endColorstr='#4b5781',GradientType=0 ); /* IE6-9 */
    padding: 8px 40px 8px 20px;
    border-radius: 0 0 80px 0;
    -moz-border-radius: 0 0 80px 0;
    -webkit-border-radius: 0 0 80px 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
div.dashboard div.box > p {
    margin-top: 10px;
    margin-left: 20px;
}
div.dashboard div.box > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
div.dashboard div.box > ul > li {
    float: left;
    padding: 0px 5px;
}
div.dashboard div.box > ul > li > a {
    display: block;
    width: 24px;
    height: 24px;
}
div.dashboard table {
    border: none;
}
div.dashboard div.box > ul > li > a.print {
    background: url("images/IconPrint.png") no-repeat scroll left center transparent;
}
div.dashboard div.box > ul > li > a.edit {
    background: url("images/IconEdit.png") no-repeat scroll left center transparent;
}
div.dashboard div.box > ul > li > a.transfer {
    background: url("images/NavMap.png") no-repeat scroll left center transparent;
}
div.dashboard div.box > ul > li > a > span {
    display: none;
}
div.dashboard div.box table.table td {
    border-top: 1px solid #eee;
    line-height: 10px;
}
div.dashboard .jqplot-series-shadowCanvas {
    background: #fff;
    width: auto;
    margin: -1px;
    border: solid 4px #fff;
}
/* end Dashboard page */


#banner {
    position: relative;
    left: 50%;
    margin-left: -340px;
    width: 678px;
}
#banner > a {
    position: absolute;
    display: block;
}
#banner > a img:first-child {
    display: block;
}
#banner > a img:last-child {
    display: none;
}
#banner > a:hover img:first-child {
    display: none;
}
#banner > a:hover img:last-child {
    display: block;
}
#banner > a.devices {
    top: 0px;
    left: 0px;
}
#banner > a.alerts {
    top: 0px;
    left: 420px;
}
#banner > a.dashboard {
    top: 0px;
    left: 630px;
}
#banner > a.subaccount {
    top: 200px;
    left: 0px;
}
#banner > a.users {
    left: 210px;
    top: 200px;
}
#banner > a.renewals {
    left: 210px;
    top: 410px;
}
#banner > a.geofences {
    top: 210px;
    left: 630px;
}


#mainContent.history-report {
}
#mainContent.history-report #viewMapModal {
    width: 1064px;
    margin-left: -532px;
}
#mainContent.history-report #viewMapModal .modal-body {
    max-height: none;
}
#mainContent.history-report a.view-on-map,
#mainContent.history-report a.back-to-report {
    margin-right: 20px;
}

#printReport #header, #printReport #sidebar, #printReport #content-header {
    display: none;
}
#printReport #mainContent {
    width: 1024px;
    margin: 0px auto;
}
#printReport th.actions, #printReport td.actions {
    display: none;
}
body#printReport > div {
    display: block !important;
}

#mainContent.geofences {
}
#mainContent.geofences .userDevicesList input,
#mainContent.geofences .userDevicesList label,
#mainContent.geofences .drawmanagerSettings input,
#mainContent.geofences .drawmanagerSettings label{
    display: inline-block;
}

.drawmanagerSettings table {
    width: 100%;
}
.drawmanagerSettings input{
    margin-top: 6px;
}

#mainContent.geofences #addGeofenceMap {
    width: 100%; 
    height: 700px;
}
#mainContent.geofences #addGeofenceMap img { 
    max-width: none;
}
#mainContent.geofences #addGeofenceMap label { 
    width: auto; display:inline; 
}
#mainContent.geofences input.search-geofence {
    margin-bottom: 10px;
}

#mainContent.dashboard {
    margin-top: 0px;
}
#mainContent.dashboard > div.wrap {
    padding: 20px;
}
#mainContent.dashboard div.new-group {
    margin-top: 20px;
}
#mainContent.dashboard div.chart {
    width: 90%; 
    height: 300px;
    background: #fff;
}
#mainContent.dashboard  td.jqplot-table-legend-label, 
#mainContent.dashboard td {
    font-size: 14px;
}

#mainContent.devices {
}
#mainContent.devices .ui-dialog-title {
    font-size: 16px;
}
#mainContent.devices .ui-corner-all, 
#mainContent.devices .ui-corner-bottom, 
#mainContent.devices .ui-corner-right, 
#mainContent.devices .ui-corner-br {
    border-bottom-right-radius: 10px;
}
#mainContent.devices .ui-corner-all, 
#mainContent.devices .ui-corner-bottom, 
#mainContent.devices .ui-corner-left, 
#mainContent.devices .ui-corner-bl {
    border-bottom-left-radius: 10px;
}
#mainContent.devices .ui-corner-all, 
#mainContent.devices .ui-corner-top, 
#mainContent.devices .ui-corner-right, 
#mainContent.devices .ui-corner-tr {
    border-top-right-radius: 10px;
}
#mainContent.devices .ui-corner-all, 
#mainContent.devices .ui-corner-top, 
#mainContent.devices .ui-corner-left, 
#mainContent.devices .ui-corner-tl {
    border-top-left-radius: 10px;
}
#mainContent.devices .ui-widget-content a {
    color: #0088CC;
}
#mainContent.devices .repo th, #mainContent.devices .repo td {
    border: 0px none;
    padding: 2px;
}
#viewMapModal {
    width: 1124px;
    margin-left: -562px;
    padding: 0px;
}
#viewMapModal > div {
    margin: 30px;
}
#viewMapModal .modal-body {
    max-height: none;
    padding: 0px;
}

#DBGAction .modal-body {
    max-height: 87%;
  
}

#viewMapModal #mini-map {
    width: 1064px; 
    height: 500px;
}
#viewMapModal #mini-map.quick-actions {
    width: 220px;
    height: 200px;
}


#mini_map.quick-actions {
    width: 220px;
    height: 200px;
}


#agmap img { 
    max-width: none;
}
#gmap {
    float: right;
    width: 100%;
    height:100%;
}
#mainContent.devices div.new-email-box {
    width: 500px;
}

#mainContent.devices div.search-box {
    width: 300px;
}
#mainContent.devices div.search-box input.btn-success {
    margin-bottom: 10px;
}
#mainContent.devices div.quick-links {
    width: 750px !important; 
    margin-bottom: 20px;
    float: right;
}
#mainContent.devices #tableList tr th:first-child {
    padding: 8px;
}
#mainContent.devices div.device-id {
    margin-top: 7px;
}
#mainContent.devices div.customer-state {
    width: 4px; 
    display: inline;
}
#mainContent.devices div.zip {
    width: 45px; 
    display: inline;
}
#mainContent.devices div.customer-country {
    width: 45px; 
    display: inline;
}
#mainContent.devices div.vehicle-mileage,
#mainContent.devices div.make,
#mainContent.devices div.model,
#mainContent.devices div.vin {
    width: 4px; 
    display: inline;
}
#mainContent.devices div.select-date {
    position: relative;
}
#mainContent.devices form div.inline {
    margin-bottom: 5px;
}
#repo-mode-list {
    margin-top: 50px;
}
.fake_section input[type="file"] {
    width:50%;
    height:25px;
    border-radius:2px;
    display:inline-block;
    border:thin solid #ddd;
}
#mainContent.users #Carrier {
    width: 90px;
}
#mainContent.users div.button-right {
    margin-right: 0px !important;
}
#mainContent.renewals input.renewals {
    margin-right: 0px !important;
}
#mainContent.renewals input.search {
    margin-bottom: 10px;
}
#mainContent.renewals #search-content tr th:first-child {
    padding: 8px;
}
#mainContent.renewals #search-content tfoot tr td:first-child {
    text-align: right;
}
#mainContent.renewals #summaryGrid tfoot tr td:first-child {
    text-align: right;
}
#mainContent.renewals #chckCreditCardPane {
    margin-left: 30px;
}
#mainContent.renewals #chckCreditCardPane div.controls-row {
    margin-bottom: 20px;
}
#mainContent.renewals td.credit-card-number {
    vertical-align: top;
}

#mainContent.groups {
}
#mainContent.groups #search-groups > label {
    display: inline;
}
#mainContent.groups #search-groups > button {
    margin-top: -10px;
}
#mainContent.groups .group-list {
    /*max-height: 600px;*/
    overflow: auto;
}

#mainContent.alerts input.btn.search {
    margin-bottom: 10px;
}

#mainContent.preview-geofences .table label.radio {
    font-weight: normal;
    margin-left: 5px;
    padding-left: 0px;
}
#mainContent.preview-geofences .table label.radio input {
    margin-right: 2px;
    margin-left: 0px;
}
#mainContent.preview-geofences div.entry {
    overflow: hidden;
}
#mainContent.preview-geofences div.schedule > label,
#mainContent.preview-geofences div#alert-table > label {
    display: block;
    float: none;
}
#alert-table table {
    clear: both;
}

body#repo {
    padding: 0px;
} 
#repo #panorama {
    width: 49.5%; 
    height: 300px; 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    z-index: 1; 
    display: none;
}
#repo #map {
    width: 100%;
    height: 400px;
}
#repo #closePanorama {
    position: absolute; 
    top: 10px; 
    right: 10px; 
    z-index: 3; 
    display: none;
}
#repo #map img, #repo #panorama img {
    max-width: none;
}
#repo #map label, #repo #panorama label {
    width: auto;
    display: inline;
}
#messagePanelHeader {
    cursor: n-resize;
}

#viewAvatarsList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: auto;
}
#viewAvatarsList li {
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    width: 180px;
    height: 120px;
    margin: 0 5px 5px 0;
}
#viewAvatarsList li.active {
    border-color: #0000ff;
}
#viewAvatarsList li img {
    padding: 0px;
    vertical-align: middle;
}
#viewAvatarsModal {
    width: 80%;
    max-height:600px;
    left: 10%;
    margin: 0 auto;
    padding: 5px;
}
#viewAvatarsModal .modal-body {
    padding: 5px;
}

.olPopup {
    background: none !important;
}
.olPopupContent {
    padding: 0px !important;
    overflow: hidden !important;
}
/* Mobile styles */
@media only screen and (max-width: 650px) {
    body {
        padding: 0;
    }
    #header {
        height: auto;
    }
    #header .brand {
        float: none;
        text-align: center;
        padding: 7px;
    }
    #header a.feedback { /* Remove code after beta launch is complete */
        display: none;
    }
    #header .nav-primary {
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    #content-header {
        clear: both;
        position: relative;
        margin: 0;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        padding: 1%;
        background: #4b5781;
    }
    #commands ul.quick-commands {
        width: 100% !important;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        left: 0 !important;
        padding: 0;
    }
}

/* end Mobile styles */


/* Repo styles */

#mobileCommands {
    position: absolute;
    z-index: 5;
    top: 0px;
    width: 100%;
}

#mobileRepo #Mobileheader
{
    background-color:rgb(23,64,118);
    color:white; 
    height:110px
}

#mobileRepo #Mobileheader div
{
    padding-top:1%;
    padding-left:1%;
    padding-right:2%;
}

#mobileRepo #content #map
{
    width: 100%; 
    top:5px; 
  
}
#mobileRepo #Mobilefooter
{
    width: 100%; 
    bottom:0px; 
    position:fixed; 
    height:90px;
}

#mobileRepo #Mobilefooter #footerdiv
{
    color:white; 
    height:50px;
    background-color:rgb(23,64,118);
}

#mobileRepo #Mobilefooter #location
{
    /*padding-left:40%; 
    top:12%; 
    position:absolute;*/
    display: table;
    margin: 0 auto;
    padding-top: 0.7%;
}

#mobileRepo #Mobilefooter #lastreportdiv
{
    /*padding-left:40%; 
    top:30%; 
    position:absolute;*/
    display: table;
    margin: 0 auto;
}
#mobileRepo .buttonCommands
{
    width: 50%;
    height: 45px;
    background-color: rgb(82,80,80);
    color:white;
}



/* end Repo styles */


.scrollEngineHours {
    max-height: 300px;
    overflow-y:scroll; 
}
.cate-header {
    background: url("images/morado.jpg") repeat-x scroll left top transparent;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}
.cates {
    border: 1px solid #F5F5F5;
    height: 400px;
    overflow: auto;
}
.cates ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.cate-item {
    padding-left: 10px;
    background-color: #F9F9F9;
    cursor:pointer;
}
.cate-item:hover span{
    background: url(images/NavAdmin-selected.png) 0% 50% no-repeat !important;
    margin-left: 3px !important;
    padding-left: 26px !important;
}
.cate-item span{
    padding-left: 26px;
    background: url(images/NavAdmin.png) left center no-repeat;
}
.cate-selected span{
    background: url(images/NavAdmin-selected.png) 0% 50% no-repeat !important;
    margin-left: 3px !important;
}
/*below is the css for the tlo page to select which report user wants to run*/

.reportbasic {
    margin: 0px !important;
    padding: 0px !important;
    vertical-align:top;
    width:auto;
}
.reportbasic h3 {
    margin: 0px;
    padding: 0px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color:#26b69b;
    color:white;
    vertical-align:top;
    width:auto;
    font-size:20px;
}
.reportbasic p {
        margin: 0px;
        padding: 10px !important;
        font-size: 14px !important;
    }
.reportbasic h3 + p + a, .addcredit a {
       background-image:url(/Content/images/btngrn.png);
       background-repeat: no-repeat;
       background-position: left center; 
       width:142px; 
       height:44px; 
       text-align: center; 
       line-height: 40px;
       color:white;
    }

 .reportbasic label
    {
     color:#26b69b;
    }

.reportcomprehensive {
    margin: 0px !important;
    padding: 0px !important;
    vertical-align:top;
    width:auto;
}
.reportcomprehensive h3 {
    margin: 0px;
    padding: 0px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color:#eeca00;
    color:white;
    vertical-align:top;
    width:auto;
    font-size:20px;
}
.reportcomprehensive p {
        margin: 0px;
        padding: 10px !important;
        font-size: 14px !important;
    }
.reportcomprehensive a {
       background-image:url(/Content/images/btnylw.png);
       background-repeat: no-repeat;
       background-position: left center; 
       width:142px; 
       height:44px; 
       text-align: center; 
       line-height: 40px; 
       color:white;
    }
 .reportcomprehensive label
    {
        color:#eeca00;
    }
 

.reportlocate {
    margin: 0px !important;
    padding: 0px !important;
    vertical-align:top;
    width:auto;
}
.reportlocate h3 {
    margin: 0px;
    padding: 0px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color:#f36608;
    color:white;
    vertical-align:top;
    width:auto;
    font-size:20px;
}
.reportlocate p {
        margin: 0px;
        padding: 10px !important;
        font-size: 14px !important;
    }
.reportlocate a {
       background-image:url(/Content/images/btnred.png);
       background-repeat: no-repeat;
       background-position: left center; 
       width:142px; 
       height:44px; 
       text-align: center; 
       line-height: 40px;
       color:white;
    }
.reportlocate label {
      color:#f36608;
   
}
.reportlocate span {
      color:#f36608;
}

div.row-fluid .special-reports{
    margin-left: auto;
	margin-right: auto;
}
.credit-label {
    margin-left: 5px;
}
.addcredit {
    width:100%;
    display:inline-block;
}

.addcredit h3 {
    float:left;
    width:30%;
    margin: 20px 0px 0px 130px;
    padding: 0px;
}

.addcredit p {
    float:right;
    width:35%;
    margin: 0px 260px 0px 0px;
    padding: 0px 0px 20px 0px;
    text-align:right;
    vertical-align:bottom;
}
.addcredit p a{
       background-image:url(/Content/images/btnred.png);
       background-repeat: no-repeat;
       background-position: left center; 
       width:142px; 
       height:44px; 
       text-align: center; 
       line-height: 40px;
       color:white;
       font-size: 20px;
       padding:20px;
}
/*End of css for the tlo page to select which report user wants to run*/

#viewPaymentHistoryModel {
    width: 800px;
    height:400px;
    left: 45%
}


/* DVT menu*/



#mainContent.reports #vehicleGroup {
    position: relative; 
    display: none;
}
#mainContent.reports #viewItems {
    margin-top: 20px;
}
#mainContent.reports #vehicleGroup input.btn {
    margin-bottom: 10px;
}
#mainContent.reports .dataTables_scrollHead {
    height: 36px;
}
#mainContent.reports .special-reports {
    margin-top: 15px;
    text-align: center;
    width: 70%;
}
/*#mainContent.reports .special-reports .special-report-item { -- related to old reports, commented out in Special.cshtml
    width: 300px;
    height: 450px;
    border-radius: 10px;
    background-color: #F2F2F2;
    margin-right: 50px;
    position: relative;
    border: 2px solid transparent;
}*/

#mainContent.reports .special-reports .special-reports-item {
	background-attachment: scroll;
	background-repeat: no-repeat;
    background-size: 440px;
	height: 550px;
	width: 415px;
    float:left;
    line-height: 25px;
    position: relative;
}

#mainContent.reports .special-reports .special-report-item.active {
    border-color: #93e6fa;
}
#mainContent.reports .special-reports .special-report-item > div {
    padding: 20px;
}
#mainContent.reports .special-reports .special-report-item p {
    font-size: 20px;
    line-height: 18px;
}
#mainContent.reports .special-reports .special-report-item a {
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#mainContent.reports .special-reports .special-report-item label {
    font-size: 20px;
    position: absolute;
    left: 20px;
    bottom: 25px;
}

#mainContent.reports .special-reports .item1 {
	background-image: url(/Content/images/discovery-notext-small.png);
}
#mainContent.reports .special-reports .item2 {
	background-image: url(/Content/images/report_comprehensive.png);
}
#mainContent.reports .special-reports .item3 {
	background-image: url(/Content/images/recovery-notext-small.png);
}

#mainContent.reports .special-reports .menutitle,
.report-feature-dialog .menutitle {
	width: 200px;
	text-align: center;
	font-size: 24px;
	color: #FCFBFB;
	padding-left: 115px;
	padding-top: 42px;
    text-transform: uppercase;
    line-height: 25px;
}
.report-feature-dialog .menutitle {
    padding-top: 25px!important;
    padding-left: 115px!important;
}
#mainContent.reports .special-reports .description{
	text-align: center;
	font-size: 18px;
	color: #626060;
    width: 280px;
    margin:auto;
    position:relative;
    top:160px;
    left: 15px;
}

#mainContent.reports .special-reports .credits
{
	position: relative;
    top: 35px;
    left: 310px;
     color: #FCFBFB;
}
.report-feature-dialog .credits {
  left: 325px;
  width: 40px;
  top: 50px!important;
  color: #FCFBFB;
  position: relative;
}

#mainContent.reports .special-reports .number,
.report-feature-dialog .number{
	font-size: 24px;
    position: absolute;
    left: 12px;
    width: 30px;
    text-align: center;
}

#mainContent.reports .special-reports .credit {
	font-size: 14px;
    position: absolute;
    top: 20px;
    left: 5px;
}
.report-feature-dialog .credit {
  font-size: 14px;
  left: 5px;
  width: 40px;
  top: 20px!important;
  color: #FCFBFB;
  position: relative;
}

#mainContent.reports .special-reports .linktext{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
    position:absolute;
    top: 480px;
    left: 156px;
    cursor:pointer;
}
.report-feature-dialog .linktext{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
    position:absolute;
    top: 500px;
    left: 170px;
    cursor:pointer;
}

.ui-widget-overlay
{
     opacity: .8 !important;
}
#view-report-feature-dialog-1 {
    background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-image: url(/Content/images/discovery-notext-large.png) !important;
    background-size: 470px 550px !important;
}

#view-report-feature-dialog-2 {
    background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-image: url(/Content/images/report_comprehensive.png) !important;
    
}
#view-report-feature-dialog-3 {
    background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-image: url(/Content/images/recovery-notext-large.png) !important;
    background-size: 470px 550px !important;
    margin-left: -8px;
}

#view-report-feature-dialog-1 .feature-detail{
	font-size: 13px;
    color: #626060;
    width: 300px;
    position: relative;
    top: 150px;
    left: 85px;
    color: #494848;
}
.report-feature-dialog .feature-detail ul {
    width:120px;
    float:left;
}
#view-report-feature-dialog-2 .feature-detail{
	font-size: 13px;
    color: #626060;
    width: 300px;
    position: relative;
    top: 110px;
    left: 52px;
}

#view-report-feature-dialog-3 .feature-detail{
	font-size: 11px;
    color: #626060;
    width: 300px;
    position: relative;
    top: 95px;
    left: 85px;
    color: #494848;
}
#view-report-feature-dialog-3 .feature-detail li{
	line-height:14px;
}

#SuccessfullySaved
{
    height:35px !important;
    padding-top:40px;
    font-size:16px !important;
    background-color:rgb(224, 253, 224) !important;
}

#SuccessfullySaved span
{
    color:#468847;
}


.textboxWrapper {
    display:inline-block;
    position:relative;
    background-color: #ffffff;
    width:76%;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.textboxWrapper input, a {
    background-color:transparent;
    border:0;
}

.textboxWrapper a {
    position:absolute;
    right:0;
    top:0;
}

.textboxWrapper input {
    padding-right:20px; 
    margin-bottom:0px;
    width:82%;
}

.list-group {
  padding-left: 0;
  margin: 10px 0 0 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 4px 0px;
  margin-bottom: -1px;
  margin-left: 40px;
}
.list-group-item input{
   margin-right: 5px;
}
table.sample {
    margin-bottom: 0px !important;
    width:100%;
}
#batchCommandModal .modal-footer {
    padding: 0px 15px 0px 0px !important;
}

#viewBatchDetailsModel {
    width: 900px;
    left:35%;
}
span.header {
    font-weight:bold;
    color:#006FBF;
    padding-left:6px;
}

label.Notification
        {
            width:70%; font-weight: bold; margin-bottom:15px;padding-left:21%;font-style: italic;color: rgb(175, 175, 175);
        }
#dateRange {
    margin-left:37px;
    width:220px;
}

.showOBD {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/Content/images/OBD_show.png) top left no-repeat;
    top: 75px;
    right: 15px;
    cursor: pointer;
}
.OBD-Info {
    background: url(/Content/images/device-popup2.png) top left no-repeat;
    width: 324px;
    height: 201px;
    position: absolute;
    top: 0px;
    right: -275px;
    display:none;
}

#infoWindowDevice div.bubbleFooter {
    width: 9px;
    height: 20px;
    top: 80px;
    right: 30px;
    background-image: url(/Content/images/OBD_show.png);
    cursor: pointer;
    position: absolute;
}

#infoWindowDevice div.VehicleInfo {
    margin-top: 16px;
    margin-left: 15px;
}

#infoWindowDevice div.refresh {
    font-size:10px;
    width:100%;
    padding-left:10px;
}
#infoWindowDevice div.refresh-last-update {
    width: 230px;
    float: left;
    padding-left: 5px;
    padding-top:4px;
}
#infoWindowDevice div.refresh-refresh-data {
    width: 80px;
    float: left;
    padding-top: 4px;
}

.VehicleInfo-box{
    width: 96px;
    height: 30px;
    border: 1px solid #D6D6D5;
    float:left;
}

.VehicleInfo-box .icon {
    padding-top: 2px;
    padding-left: 2px;
    float:left;
}
.VehicleInfo-box .icon img{
    width:25px;
}
.VehicleInfo-box .info {
    width:65px;
    float:left;
    text-align:center;
}
.VehicleInfo-box .vi_value {
    font-size:11px;
    color:#1B1464;
    display:block;
}
.VehicleInfo-box .vi_name {
    color:#3BC8F2;
    font-size:8px;
    line-height:80%;
}
.TerminationProcessStatusRed {
    color:red;
}
#Password[readonly] {
     cursor: text;
     background-color: #fff;
}
.TerminationHighlight {
    background: #f2dede;
    color:red;
}
.RenewalDisable {
    opacity:0.4;
}

#btnVerizon{
    float:right; 
    text-align: center; 
    right: 20px; 
    /*margin-top: 23%;*/
    bottom: 50px; 
    position: fixed; 
    color: black; 
    background-color: transparent; 
    border: 0;
    font-weight: bold;
    z-index: 1000;
}


#imgVerizon{
    width: 130px !important;
    height: 30px !important;
}

.recaptcha-error-message {
    color: red;
    font-size: 12px;
    padding: 4px 0;
    display:none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}
