﻿@charset "utf-8";
/* CSS Document */

/*@import url(http://fonts.googleapis.com/css?family=Muli);*/
@import url(//fonts.googleapis.com/css?family=Muli);

html {
    height: 100%;
    background: #fff;
}
body {
    min-height: 100%;
    background: #fff;
    position: relative;
    font-family: 'Muli', Verdana, Arial, sans-serif !important;
    color: #66656c;
    font-size: 12px;
    line-height: 1.1em;
}
input, button, select, textarea {
    font-family: 'Muli', Verdana, Arial, sans-serif !important;
    font-size: 12px;
}
#page, .page {
    width: 100%;
    height: 100%;
    position: relative;
}

.login {
    margin-left: 0px; /*auto;*/
    margin-right: 0px; /*auto;*/
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(../images/bg_loginpage.jpg) no-repeat top;
    width: 100%; /*1366px;*/
    height: 768px;
    min-width:100%;
    background-size: contain;
    background-position:50% 70%;
}


.ct_login {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bg_black {
    background: #000;
    width: 460px;
    height: 600px;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 35px;
    border-radius: 35px;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#logo {
    margin: 0pt auto;
    width: 300px;
    text-align: center;
}


form {
    margin: 0 !important;
}

#form_login {
    top: auto;
}

#form_login a{
    margin-top:180px;
    color:#132937;
}

#form_login .span4 {
    width: 90%;
    min-width:75%;
    margin:0 5% 0 6%;
}

.form_login {
    background: url(../images/bg_infologin.png) no-repeat;
    width: 386px;
    height: 327px;
    margin: 0pt auto;
}

.form_forgot{
    background-color:#EAEAEA;
    width: 386px;
    margin: 0pt auto;
    border: 1px solid #bbb;
}

.form_login .form-signin-heading{
    font-size:14pt;
    font-weight:bold;
}
.form_login .hint{
    width:330px;
    margin-top:0px;
}
.form_login .success{
    width:99.5%;
}

.forgotpassword .box_top, .forgotpassword #commands {
    display: none;
}

.forgotpassword .alert-block, .form_login .alert-block {
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 10px;
}

.forgotpassword .alert-block h4, .form_login .alert-block h4 {
    display: none;
}

.box_top {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 75px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    overflow: visible;
    box-shadow: 0px 0px 35px #132937;
    -moz-box-shadow: 0px 0px 35px #132937;
    -webkit-box-shadow: 0px 0px 35px #132937;
    background: #2f6c9a; /* Old browsers */
    background-image: -o-linear-gradient(bottom, #2f6c9a 0%, #244b78 100%);
    background-image: -moz-linear-gradient(bottom, #2f6c9a 0%, #244b78 100%);
    background-image: -webkit-linear-gradient(bottom, #2f6c9a 0%, #244b78 100%);
    background-image: -ms-linear-gradient(bottom, #2f6c9a 0%, #244b78 100%);
    background-image: linear-gradient(to bottom, #2f6c9a 0%, #244b78 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6c9a', endColorstr='#244b78',GradientType=0 ); /* IE6-9 */
}

.box_top .top_left {
    height: 105px;
    width: 431px;
    background: url(../images/logo-bg.png) top center no-repeat;
    display: block;
    margin: 0px auto;
}

.box_top a.logo {
    height: 90px;
    width: 200px;
    display: block;
    margin: 0 auto;
}
.box_top a.logo span {
    display: none;
}

.box_topmenu {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
}

.box_topmenu a {
    display: block;
    float: left;
    margin-left: 5px;
}

.box_topmenu a:link {
    color: #fff;
}

.box_topmenu a:active {
    color: #fff;
}

.box_topmenu a:visited {
    color: #fff;
}

.box_topmenu a:hover {
    color: #bbb;
    text-decoration: none;
}
.box_topmenu a span {
    display: none;
}

.box_device {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 83px;
    left: 0px;
    width: 254px;
    height: auto;
    padding-bottom: 10px;
    border: 2px solid #344e60;
    border-left: none;
    border-bottom-right-radius: 20px;
}

.top_device {
    margin: 0px;
    padding: 0px;
    width: 253px;
    height: 105px;
    overflow: hidden;
}

.box_device .device_wrap {
}
.box_device .device_wrap_scroll {
    height: 516px;
    overflow: hidden;
    position: relative;
}
.box_device .device_wrap_scroll .device_scroll {
    position: absolute;
    left: 0px;
    top: 0px;
}
.device_wrap .device_up, .device_wrap .device_down {
    text-align: center;
    height: 20px;
}

.pop_device {
    width: 252px;
    height: 170px;
    overflow: hidden;
    line-height: 16px;
    z-index: 1;
    border-bottom: 1px solid #344e60;
}
.pop_device.selected {
    background-color:  #2A4558;
}

.pop_device .pop_device_info {
    padding: 5px 5px 0px 5px; 
    margin: 0px; 
    clear: both;
    overflow: hidden;
}
.pop_device .pop_device_power {
    width: 30px; 
    height: 35px; 
    padding: 5px 5px 0px 0px;
}
.pop_device .pop_device_avatar {
    padding: 5px;
}
.pop_device .pop_device_devider {
    padding-left: 20px;
}
.pop_device .pop_device_actions {
    padding: 5px 0px 0px 20px;
}
.pop_device .pop_device_action {
    padding-bottom: 5px;
}
.name_device {
    width: 200px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    padding-top: 3px;
}
.name_device .pop_device_serial {
    color: #555555;
}
.name_device a:link {
    color: #136095;
    cursor: pointer;
}

.name_device a:visited {
    color: #136095;
    cursor: pointer;
}

.name_device a:active {
    color: #136095;
    cursor: pointer;
}

.name_device a:hover {
    color: #429bd8;
    cursor: pointer;
}

.button_show {
    position: absolute;
    left: 256px;
    top: 106px;
}
.button_show a {
    display: inline-block;
}
.button_show a:focus {
    outline: none;
}

.power_but {
    width: 30px;
    height: 35px;
    padding: 5px 5px 0px 0px;
}

.img_device {
    padding: 5px;
}

.line_right_pop {
    padding-left: 20px;
}

.list_icon_pop {
    padding: 5px 0px 0px 20px;
}

.list_icon_pop div {
    padding-bottom: 5px;
}

.number_device {
    color: #555;
}

.line_grey {
    margin: 10px 0px;
}

#commands {
    position: absolute;
    text-align: center;
    width: 550px;
    border: 3px solid #b6b6b6;
    border-top: none;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    background-image: linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -o-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -moz-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -webkit-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -ms-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    height: 86px;
    left: 50%;
    top: 100px;
    z-index: 11;
    margin-left: -275px;
}
#commands div.commands_edit {
    position: absolute;
    right: -35px;
    top: 1px;
    transform: rotate(149deg);
    z-index: 10;
    outline: none;
}
#commands ul.quick-commands {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 4;
}
#commands ul.quick-commands > li {
    position: absolute;
    top: 5px;
}
#commands ul.quick-commands li a {
    display: block;
    text-decoration: none;
}
#commands ul.quick-commands li a span {
    display: none !important;
}
#commands ul.quick-commands img {
    max-width: 100%;
}

.box_rightmenu {
    width: 90px;
    height: auto;
    padding: 20px 0px;
    position: absolute;
    z-index: 11;
    top: 130px;
    right: 0px;
    border: 3px solid #b6b6b6;
    border-right: none;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    background-image: linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -o-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -moz-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -webkit-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    background-image: -ms-linear-gradient(left, rgb(55,82,101) 6%, rgb(46,72,90) 54%);
    linear, left bottom, right bottom, color-stop(0.06, rgb(55,82,101)), color-stop(0.54, rgb(46,72,90));
}

.box_rightmenu ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}

.box_rightmenu ul li {
    padding: 2px 0px;
}

.edit_but {
    position: absolute;
    left: -10px;
    top: -7px;
}

.footer {
    background: url(../images/bg_footer.png) repeat-x center left;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    clear:both;
}
.footer .copyright {
    color:#fff; 
    padding-top: 10px;
}

/*** MAP ***/
#home {
    background-color: #132937;
}
#home #map, #home #splitMap {
    z-index: 2;
    position: absolute;
    top: 72px;
    left: 0px;
    width: 100%;
    bottom: 40px;
}

#home #splitMap {
    z-index: 1;
}
#home #closePanorama, #home #closeQuickReport {
    z-index: 12;
    position: absolute;
    top: 75px; /*105px;*/
    right: 5px;
}
#home #backToReport {
    z-index: 12;
    position: absolute;
    top: 115px;
    right: 50px;
    display: none;
    color: #fff;
}
#home #quickReport {
    z-index: 1;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 49.5%;
}
#home #panorama {
    z-index: 1;
    position: absolute;
    top: 72px;
    right: 0px;
    width: 50.0%;
    bottom: 40px;
}
#home #quickReportTimescalePanel {
    position: absolute; 
    left: 50.5%;
    top: 90px;/*108*/
    z-index: 13;
}
#quickReportTimescalePanel span.to {
    color: #fff;
}
#home #quickReportTimescale {
    width: 126px;
    float: left;
    margin-right: 10px;
}
#home #quickReportCustomPanel, #home #quickReportAction {
    float: left;
}
#home #quickReportAction {
    margin-left: 5px;
}
#home #quickReportTools {
    position: absolute; 
    right: 0px;
    top: 100px; /*155px;*/
    z-index: 13;
    list-style: none;
    overflow: hidden;
}
#home #quickReportTools li {
    float: right;
    margin: 0px 2px;
}
#home #quickReportTools li img {
    height: 22px;
}
#home #quickReportTools li a {
    display: block;
    height: 22px;
}
#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 #quickReport {
    z-index: 1;
}
#home #quickReport .tabbable {
    padding-top: 95px;
}
#home #map img, #home #splitMap img, #home #panorama img, #addGeofenceMap img {
    max-width: none;
}

#home #quickReport .nav {
    margin-bottom: 0px;
}
#home #quickReport .nav-tabs > .active > a, 
#home #quickReport .nav-tabs a:hover, 
#home #quickReport .nav-tabs > .active > a:focus  {
    background-color: #2D658B !important;
}
#home #quickReport .nav-tabs a {
    border: 0px none !important;
    color: #fff !important;
}
#home #quickReport .blockOverlay {
    background-color: transparent !important;
}
#home #quickReport td {
    background-color: #fff;
}

#viewMapModal.devices {
    width: auto;
    margin-left: -512px;
}
#viewMapModal.devices .modal-body {
    max-height: none;
}
#mini-map.devices {
    width: 1024px; 
    height: 500px;
}
#mini-map.quick-actions {
    width: 220px;
    height: 200px;
}
#mini-map.devices img, #mini-map.quick-actions img {
    max-width: none;
}

#home #commandScheduleModal {
    margin-left: -450px;
    width: 900px;
}

#home .devicename span {
    font-weight: bold;
}

#home .devicep {
    padding-bottom: 4px;
}

/*** END MAP ***/

.maincontent_center {
    width: 100%;
    color: #555;
    margin: 80px auto 20px auto;
}

.maincontent_center h3.title, .modal-header h3 {
    text-transform: capitalize;
}

.maincontent_center.administration h3.title {
    text-align:center;
}

.modal-header {
    border: none !important;
}
.modal-footer {
    border: none !important;
    background: #fff !important;
}

.title_table {
    background: url(../images/bg_title_table.gif) repeat-x;
    height: 25px;
    color: #fff;
    font-weight: bold;
}

.row1_table {
    border-bottom: 1px solid #ccc;
    height: 28px;
}

.row1_table td {
    padding-top: 2px;
}

.row1_table td input {
    margin-top: 0px;
}

.table_list1 {
    width: 100%;
}
/** USER & VEHICLE **/

.user_col {
    width: 400px;
}

.vehicle_col {
    width: 400px;
}

/** Pop Up Page **/
.popup_page {
    width: 800px;
    height: auto;
    overflow: auto;
    border: 3px solid #344e60;
    box-shadow: 10px 10px 5px #EAEAEA;
    border-radius: 30px;
    position: absolute;
    margin: 10pt auto;
    padding: 20px;
}

.maincotent_popup {
    width: 750px;
    margin: 0pt auto;
}

/* Reports */
.reports div.send_report_to {
    margin-top: 10px;
}
.reports #viewItems {
    margin-top: -25px;
}
.list_report .btn-group.open {
    background-color: transparent !important;
}
.list_report .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.list_report span.caret {
}
.list_report a.show-more {
    float: left;
    margin-left: 56px;
    margin-top: -20px;
}
.list_report #reportResult {
    overflow: hidden;
    position: relative;
}
.list_report #mini-map {
    float: left;
    width: 49%;
    height: 500px;
}
.list_report #mini-map img {
    max-width: none;
}
.list_report #close-map {
    position: absolute;
    left: 49%;
    top: 0px;
    background-color: #2A4558;
}


.renewals .amount {
    color: #900;
    font-weight: bold;
}
.renewals .amount_hint {
    text-align: right;
}
.renewals .renewal_command {
    text-align: right;
    margin: 10pt auto;
}

.groups .group_list {
    width: 35%;
}
.groups .device_list {
    width: 60%;
}
.groups .add_group {
    margin-bottom: 33px;
}


table td.actions a,
table th.actions a {
    display: inline-block;
    width: 24px;
    height: 24px;
}
table td.actions,
table th.actions {
    width: 100px!important;
}
table td.actions a span,
table th.actions a span {
    display: none;
    width: 24px;
    height: 24px;
}
table td.actions a.Successful {
    background: url(../images/success.png) top left no-repeat;
}
table td.actions a.Unsuccessful {
    background: url(../images/error.png) top left no-repeat;
}
a.view-map {
    background: url(../images/NavMap.png) top left no-repeat;
}

.dashboard .wrap {
    overflow: hidden;
}
.dashboard .box_chart {
    width: 467px;
    height: 236px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    background: url(../images/db_chart_bg.png) top left no-repeat;
}
.dashboard .box_chart h4 {
    text-align: right;
    margin: 0px;
    padding: 8px 30px 0px 0px;
    color: #fff;
    font-weight: normal;
}
.dashboard .box_chart .chart {
    width: 450px;
    height: 200px;
    margin-left: 5px;
}
.dashboard #portfolio-information {
    margin: 20px 30px 20px 20px;
}
.dashboard #portfolio-information table.table td {
    border: 0px;
}
.dashboard #portfolio-information table.table td + td {
    text-align: right;
}
.dashboard table.jqplot-table-legend, .dashboard table.jqplot-cursor-legend {
    border: 0px;
}


/* 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: 'Muli', Verdana, Arial, sans-serif !important;
    color: #555 !important;
}

.ui_tpicker_hour_slider, .ui_tpicker_minute_slider,.ui_tpicker_second_slider {
    background-color:#aaaaaa !important;
}
.ui-widget.ui-dialog {
    background: #fff !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: 'Muli', Verdana, Arial, sans-serif !important;
    color: #555 !important;

    border: 3px solid #344E60 !important;
    border-radius: 20px 20px 20px 20px !important;
    box-shadow: 10px 10px 5px #EAEAEA !important;
    padding: 20px !important;
}

div.transfer {
}
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 p.name {
    color: #33BBE5;
}
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: 300px;
    overflow: auto;
}
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;
}

div.users form .address, div.users form .city, div.users form .group, div.users form .user_right, div.users form .username {
    width: 358px;
}

div.users .rest  label{
    width: 40% !important;
}
div.users .rest input[type="text"]{
    width: 50%!important;
}
div.users .short input[type="text"]{
    width: 40%!important;
}

div.users .addressline {
    width: 98%;
}


@media only screen and (max-width: 1024px) {
div.users span4 label {
    float: none !important;
}
div.users .addressline {
    margin-left: 0;
    width: 100%;
}
}

div.edit_device {
    width: 70%;
}

div.edit_device div.device_info {
    padding: 5px 5px 15px 5px;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
div.edit_device form .address {
    /* width: 520px; change to default width to avoid break layout */
}
div.edit_device form select.select {
    width: 80px;
}
div.edit_device form select {
    width: 212px;
}

#findAddress {
    display: inline-block;
    text-indent: -200px;
    overflow: hidden;
    background: url(../images/search.png) no-repeat center;
    height: 30px;
    width: 20px;
    padding-left: 1px;
    vertical-align: middle;
}
a.remove {
    display: block;
    background: url(../images/cross.png) no-repeat center;
    text-indent: -100px;
    overflow: hidden;
    height: 18px;
    width: 18px;
}
a.add {
    display: block;
    background: url(../images/new.png) no-repeat left;
    padding-left: 25px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.morespace {
    margin-bottom:5px;
}
#DBGSuccess label {
    margin: 10px 0;
    padding: 5px 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 40px;
    color: #468847;
    text-align: right;
    padding-right: 37px;
}

.engineHoursModal, .renewalsModal, #TCModal {
    width: 950px!important;
    margin-left: -475px!important; 
}

#EngineHoursPopPup label {
    display: block;
    font-weight: bold;
}

.registerdevice
{
    height: 460px !important;
    width: 650px !important;
    position: absolute !important;
    top: 10% !important;
    left: 30% !important;
    margin-left: -15px !important; 
    /*margin-top: -325px !important;*/
}

.dbg_geofence
{
    height: 650px !important;
    width: 950px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -475px !important; 
    margin-top: -325px !important;
}

.dbspeeding
{
    height: 300px !important;
    width: 600px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -300px !important; 
    margin-top: -280px !important;
}

div.add_geofence div.geofence_command {
    float: right;
    margin-top: -50px;
}
div.add_geofence div.alert_panel {
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
div.add_geofence div.alert_panel div.alert_box {
    padding: 20px;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    overflow: hidden;
}
div.add_geofence div.alert_panel label.alert_when {
    display: inline-block;
    width: 200px;
}
div.add_geofence div.alert_panel label.alert_schedule {
    display: inline-block;
    width: 300px;
    float: left;
}
div.add_geofence div.alert_panel label.send_alert {
    display: inline-block;
    width: 200px;
    float: left;
}
div.add_geofence div.alert_panel #alert-table,
div.add_geofence div.alert_panel p.days {
    float: left;
}
div.add_geofence div.alert_panel #addAlert {
}
div.add_geofence div.alert_panel div.time {
    clear: left;
    float: left;
}
div.add_geofence div.alert_panel div.date {
    float: left;
}
div.add_geofence div.alert_panel .alert_command {
    text-align: center;
}

div.command_bar_devider {
    margin: 20px auto;
}
div.command_bar_primary {
    margin: 10px auto;
}
.required {
    color: #ff0000;
}
.field-validation-error, .error {
    color: #ff0000;
    display: block;
}

#infoWindowDevice {
    width: 321px;
    height: 167px;
    position: absolute;
    display: block;
    right: 10px;
    top: 188px;
    z-index: 999999;
    font-size: 11px;
    background: url(../images/device-popup.png) top left no-repeat;
    color: #333;
}
#infoWindowDevice.large {
    font-size: 12px;
}
#infoWindowDevice.large {
    width: 355px;
    height: 275px;
    margin-left: 18px;
    margin-top: 12px;
    background: url(../images/popup-bg.png) top left no-repeat;
    font-family: 'Muli', Verdana, Arial, sans-serif !important;
    font-size: 12px;
    color: #66656c;
}

#infoWindowDevice.large div.Info{
   width:355px;
   left:0px;
   height:75px;
}

#infoWindowDevice.large div.Info div.Avatar{
   width:100px;
   float:left;
   margin-left:20px;
}
#infoWindowDevice.large div.Info div.Name{
   width:200px;
   float:left;
}
#infoWindowDevice.large div.selectTimeEnd{
   width:355px;
   top:85px;
   left:15px;
}

#infoWindowDevice.large input.selectDate{
   width:90px;
}
#infoWindowDevice.large input.selectTime{
   margin-left:10px;
   width:40px;
}
#infoWindowDevice.large select.selectAP{
   margin-left:10px;
   width:65px;
   height:25px;
   font-size:9pt;
}
#infoWindowDevice.large div.selectTimeStart{
   width:355px;
   top:130px;
   left:15px;
}
#infoWindowDevice.large div.notice{
   width:325px;
   top:185px;
   left:0px;
   padding-left:15px;
   color:red;
   line-height:1.1;
}
#infoWindowDevice.large div.Run{
   width:320px;
   top:215px;
   left:0px;
   text-align:right;
}
#infoWindowDevice.Mini {
    width: 321px;
    height: 70px;
    background: url(../images/mini-device-popup.png) top left no-repeat;
}
#infoWindowDevice.Mini div.Inner {
    display: none;
}
#infoWindowDevice h3 {
    font-size: 13px;
    line-height: 16px;
    color: #333;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
}
#infoWindowDevice.large h3 {
    font-size: 13px;
    font-weight: normal;
    margin-top: 7px !important;
    margin-bottom: 0px !important;
    margin-left: 15px !important;
}
#infoWindowDevice a {
    color: #136095;
}
#infoWindowDevice img.loading {
    display:none;
    position:absolute;
    right: 45px;
    top: 8px;
}
#infoWindowDevice img.error,
#infoWindowDevice img.success {
    display: none;
    position: absolute;
    right: 45px;
    top: 1px;
    height: 28px;
    width: 28px;
}
#infoWindowDevice img.avatar {
    left: 15px;
    position: absolute;
    top: 30px;
}
#infoWindowDevice .battery {
    left: 80px;
    position: absolute;
    top: 70px;
    width:40px;
    height:50px;
    text-align:center;
    float:left;
}
#infoWindowDevice span.text-loading {
    display: none;
    position: absolute;
    font-size: 14px;
    right: 70px;
    top: 11px;
}

#infoWindowDevice.in-progress img.loading {
    display: block;
    width: 16px;
    height: 16px;
}
#infoWindowDevice.in-progress span.text-loading {
    display: none;
}
#infoWindowDevice.in-progress img.success,
#infoWindowDevice.in-progress img.error {
    display: none !important;
}
#infoWindowDevice.successful img.success {
    display: block;
}
#infoWindowDevice.un-successful img.error {
    display: block;
}
#infoWindowDevice a.Close {
    color: #FFFFFF;
    display: block;
    height: 18px;
    position: absolute;
    right: 13px;
    padding-top: 8px;
    width: 18px;
}
#infoWindowDevice.large a.Close {
    right: 27px;
    top: 0px;
    text-indent: 100px;
    overflow: hidden;
}
#infoWindowDevice a.maximized {
    position: absolute;
    right: 35px;
    top: 8px;
    background: url(../images/w-maximized.gif) top left no-repeat;
    width: 19px;
    height: 19px;
}
#infoWindowDevice.large a.maximized {
    display: none;
}
#infoWindowDevice a.minimized {
    position: absolute;
    right: 41px;
    top: 14px;
    background: url(../images/w-minimized.gif) top center no-repeat;
    display: none;
    width: 19px;
    height: 19px;
}
#infoWindowDevice.large a.minimized {
    display: block;
}
#infoWindowDevice a.mini {
    display:block; 
    margin-top: 17px;
    text-align: center;
    font-size: 15px;
}
#infoWindowDevice div.Inner {
    position: relative;
    font-size: 11px !important;
}
#infoWindowDevice div.Inner > div {
    position: absolute;
    top: 30px;
    right: 38px;
    width: 110px;
}
#infoWindowDevice div.Inner > div.Content {
    position: absolute;
    top: 90px;
    left: 10px;
    width: 190px;
}
#infoWindowDevice div.Inner > div.Content p {
    line-height: 15px;
    margin-bottom: 5px;
}
#infoWindowDevice div.Inner > div.Content p.located-at {
    margin-bottom: 0px;
    color: red;
}
#infoWindowDevice div.Inner > div.Content p.old {
    color: #C76B11;
}
#infoWindowDevice div.Inner > div.Content p.recent {
    color: green;
}

#infoWindowDevice div.Inner > div.bubbleFooter {
    width: 25px;
    height: 274px;
    top: 0px;
    right: -10px;
    background-image:url(../images/obd-info-show.png);
    cursor:pointer;
}

#infoWindowDevice div.Inner > div.VehicleInfo {
    display:none;
    position: absolute;
    top: 2px;
    right: -316px;
    background-color: white;
    width: 332px;
    height: 246px;
}

#infoWindowDevice div.Inner > div.refresh {
    top: 220px;
    right: -310px;
    width: 332px;
    padding-top: 4px;
    display:none;
}
#infoWindowDevice div.refresh-last-update {
    width: 230px;
    float: left;
    padding-left: 5px;
    padding-top:4px;
}
#infoWindowDevice div.refresh-refresh-data {
    width: 80px;
    float: left;
}

.VehicleInfo-box{
    width: 163px;
    height: 36px;
    border-top:none !important;
    border: 1px solid #D6D6D5;
    float:left;
}

.VehicleInfo-box .icon {
    padding-top: 5px;
    padding-left: 5px;
    float:left;
}
.VehicleInfo-box .icon img{
    width:28px;
}
.VehicleInfo-box .info {
    width:116px;
    float:left;
    text-align:center;
}
.VehicleInfo-box .vi_value {
    font-size:13px;
    color:#1B1464;
    display:block;
}
.VehicleInfo-box .vi_name {
    color:#3BC8F2;
    font-size:10px;
    line-height:80%;
}

#infoWindowDevice table td {
    height: 14px;
    line-height: 15px;
    overflow: hidden;
    vertical-align: top;
}
#infoWindowDevice table td:first-child {
    text-align: justify;
    width: 97px;
}
#infoWindowDevice table td:last-child {
    padding-left: 10px;
    text-transform: uppercase;
    text-align: justify;
}
#infoWindowDevice ul.device-tools {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    position: absolute;
    bottom: 35px;
    font-size: 10px;
}
#infoWindowDevice.large ul.device-tools {
    bottom: 50px;
}
#infoWindowDevice ul.device-tools li {
    float: left;
    margin: 5px;
}
@keyframes blink {  
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.DeviceAnnotation.in-progress h3 {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
.DeviceAnnotation.in-progress .maximized {
    display: none !important;
}
.DeviceAnnotation .command-holder {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width:140px;
}
.DeviceAnnotation .command-holder li {
    margin-bottom: 5px;
}
.DeviceAnnotation .command-holder li a {
    display: block;
}
.DeviceAnnotation .command-holder li a img {
    width: 25px;
}
.DeviceAnnotation .command-holder span.text {
    padding-left: 5px;
}
.DeviceAnnotation .commands_edit {
    float: right;
}
.DeviceAnnotation .popup-quick-commands a.close {
    color: #136095 !important;
    font-size: 22px;
}

#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,
.popup-quick-commands li.disabled .text {
    color: #aaa;
}
#popupCommands img,
.popup-quick-commands img {
    width: 44px;
}
#commands .text,
#popupCommands .text,
.popup-quick-commands .text {
    text-decoration: none;
}
#popupCommands,
.popup-quick-commands {
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -420px;
    width: 840px;
    z-index: 12;
    background-color: #F7F7F7;
    border-radius: 40px;
    box-shadow: 2px 2px 2px #ddd;
}
#popupCommands > a.close,
.popup-quick-commands > a.close {
    position: absolute;
    top: 10px;
    right: 10px;
}
#popupCommands ul,
.popup-quick-commands ul {
    list-style: none;
    margin: 20px;
    padding: 0px;
}
#popupCommands ul li,
.popup-quick-commands ul li {
    float: left;
    text-align: center;
    width: 150px;
    margin: 5px;
}
#popupCommands ul li a,
.popup-quick-commands ul li a {
    display: block;
}
#popupCommands ul li a span,
.popup-quick-commands ul li a span {
    display: block;
    color: #666;
}
#popupCommands img.triangle {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -21px;
}

.margin_top_inverse_5 {
    margin-top: -10px;
}

#pageModal {
   width: 96%;
    height: 90%;
    margin-left: -48%;
    overflow: hidden;
}
#pageModal.fade.in {
    top: 5%;
}
#pageModal .quick-commands {
    margin: 0px auto;
    padding: 0px;
    width: 500px;
}
#pageModal.administration {
    width: 56%;
    margin-left: -28%;
}
#pageModal .quick-commands li {
    display: inline-block;
}
#pageModal .wrap {
    height: 96%;
    margin: 1%;
    overflow: hidden;
    width: 98%;
}
.drawmanagerSettings table {
    width: 100%;
}
.drawmanagerSettings input{
    margin-top: 6px;
}

div.alerts div.follow > label, div.users div.follow > label, div.edit_device div.follow > label {
    width: 130px;
    text-align:left;
}

div.users div.follow1 > label {
    width: 95px;
    text-align:left;
}

div.alerts input[type=text], div.users input[type=text], div.users input[type=password] {
    height: 20px;
}
div.alerts div.follow input[type=text] {
    width: 207px;
}
div.alerts div#speedPanel input[type=text] {
    width: 95px;
}
div.alerts div#speedPanel .speedArrow {
    display: block;
    height: 12px;
}
div.alerts div#speedPanel div#speedArrows {
    display:inline-block;
    width:15px;
    vertical-align: sub;
}
div.users input[type=text], div.users input[type=password] {
    width: 55%;
}

div.users form select.group {
    width: 55%;
}
div.users form select#UnitSystem, div.users form select#StateId, div.users form select#CountryId, 
div.users form select#RightId, div.users form select#DefaultMap, div.users form select#RightId,
div.users form select#Timezone, div.users form select#SubFleetId, div.users form select#TimeDayFormat {
    width: 58%;
}
div.users form select#Carrier {
    width: 122px;
}
div.users form input#FirstName {
}
div.users form select#Title {
    width: 19%;
}
div.users form input#Address {
    width: 78%;
}
div.users form input#CellPhone {
    width: 94px;
}
#mainContent {
    max-width: 1300px!important;
   
    float: right!important;
    width: 96%;
    padding-bottom:20px;
}
#mainContent label {
    width: 150px;
}
#add-geofence .span12 label {
    width: 180px;
}
#add-geofence .Assign {
    width: 180px;
    float: left;
}
#groupAlertPanel label.radio {
    margin-right: 25px;
}
#add-geofence input[type="text"] {
    height: 20px!important;
}
#add-geofence select {
    width: 140px!important;
}
div.Assign label.radio {
    width: 100px!important;
}
#mainContent .alert-block {
    width: 500px!important;
}

#mainContent .form-success {
    float:left;
    width: 550px!important;
    }
.small label {
    width: 100px; 
}
.small input {
    width: 200px; 
}
#mainContent select{
    width: 215px; 
}
.mini select {
    width: 130px!important; 
}
.mini input {
    width: 70px;
}
.mini label {
    width: 50px!important;
}
.terms label {
    width: 340px!important;
}
.btn-register {
    margin-top:5px!important;
    font-weight: bold;
    color: #999;
    
}
.wrapper {
     height: auto !important; 
     min-height: 100%;
     position: relative;
}
.dialog_modal {
        height: 250px!important; 
        width: 400px!important;
        position: absolute!important;
        top: 40%!important;
        left: 50%!important;
        margin-left: -200px!important; 
        margin-top: -200px!important;
    }
#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;
}

img.thumb-device {
    max-width: 24px;
    max-height: 21px;
}

div.administration {
    padding-top: 40px;
}
div.administration div.line {
    height: 165px;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
    max-width: 560px;
}

div.administration div.line div.box {
    display: inline-block;
    margin: 0 7px 14px 7px;
    text-align: center;
    background: #f4f4f4; /* Old browsers */
    background-image: -o-linear-gradient(bottom, #f4f4f4 0%, #d9dbdc 100%);
    background-image: -moz-linear-gradient(bottom, #f4f4f4 0%, #d9dbdc 100%);
    background-image: -webkit-linear-gradient(bottom, #f4f4f4 0%, #d9dbdc 100%);
    background-image: -ms-linear-gradient(bottom, #f4f4f4 0%, #d9dbdc 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #d9dbdc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d9dbdc',GradientType=0 ); /* IE6-9 */
    border: solid 1px #d6d6d6;
    border-radius: 15px;
}
div.administration div.line div.box a {
    width: 165px;
    height: 165px;
    display: block;
    color: #555555;
    text-decoration: none;

}
div.administration div.line div.box h3 {
    padding-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
}
div.administration div.line div.box p {
    padding: 0 10px;
    text-align: center;
    line-height: 1em;
}
div.administration div.line div.box.device-box h3 {
    background: url(../images/admin-devices.png) center 15px no-repeat;
}
div.administration div.line div.box.alert-box h3 {
    background: url(../images/admin-alerts.png) center 15px no-repeat;
}
div.administration div.line div.box.geofence-box h3 {
    background: url(../images/admin-geofences.png) center 15px no-repeat;
}
div.administration div.line div.box.user-box h3 {
    background: url(../images/admin-users.png) center 15px no-repeat;
}
div.administration div.line div.box.renewal-box h3 {
    background: url(../images/admin-renewals.png) center 15px no-repeat;
}
div.administration div.line div.box.group-box h3 {
    background: url(../images/admin-users.png) center 15px no-repeat;
}

.uploader-queue {
    padding-bottom:4px;
}
.device_detail p {
    margin: 0 0 0;
}

#EditDevice1 label{
    width:130px;
}
#EditDevice2 label{
    width:120px;
}
/*Edit Alert Page*/
div.alerts div.follow > label {
    width: 165px;
    text-align:left;
}
#editAlert #alert-table .input-large{
    width: 185px !important;
}
#editAlert #alert-table .input-medium{
   width: 125px !important;
}
#editAlert #alert-table .input-small{
   width: 75px !important;
   margin-left: 2px;
}
.editalert #label-contacts{
    display: inline-block!important;
    vertical-align: top!important;
    width: 165px!important;
}
.editalert #table-contacts{
    display: inline-block!important;
    width: 40%;
}
#editAlert #addDevicesSection {
    padding-bottom:10px;
}
  .impersonate-border
    {
        border:5px solid rgb(139, 0, 0)!important;
        caption-side:top;
       
    }

    .pull-top
{
    position:absolute;
    top:3px;
    text-align:center;
    display: inline-block;
    z-index: 2;
    color:white;
    width:99.5%;
}

/* Responsive mobile styles */

@media screen and (max-width: 767px) {
    body {
        padding: 0 !important;
    }

}

@media only screen and (max-width: 650px) {
    .box_top.mobileLayout {
        background: #DEE0E2;
    }
    .box_top.mobileLayout .top_left.mobileLayout {
        background: none;
        height: 75px;
    }

    .box_top.mobileLayout a.logo.mobileLayout {
        height: 75px;
    }
}

@media screen and (max-width: 627px) {
    /* Main/header styles */

    .box_top .top_left {
        margin: 0 auto !important;
        width: 100%;
        background: #c5c5c5; /* Old browsers */
        background-image: -o-linear-gradient(bottom, #ddd 0%, #a6a6a6 100%);
        background-image: -moz-linear-gradient(bottom, #ddd 0%, #a6a6a6 100%);
        background-image: -webkit-linear-gradient(bottom, #ddd 0%, #a6a6a6 100%);
        background-image: -ms-linear-gradient(bottom, #ddd 0%, #a6a6a6 100%);
        background-image: linear-gradient(to bottom, #ddd 0%, #a6a6a6 100%);
        border-radius: 0 0 1500px 1500px;
        height: auto;
    }
    .box_top a.logo {
        padding: 5px;
        text-align: center;
        height: auto;
    }
    .box_top a.logo img {
        max-width: 75%;
    }
    .box_top {
        height: 110px;
    }
    .box_topmenu {
        top: 75px;
        z-index: 500;
    }
    #scGNKZ {
        margin-top: 11px !important;
        margin-right: 106px !important;
        z-index: 200;
    }

    /* Popup styles */
    #pageModal {
        width: 96%;
        height: 100%;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        left: 0;
        top: 0 !important;
        padding-left: 2%;
        padding-right: 2%;
    }
    #pageModal div {
        max-height: none;
    }
    div.administration {
        padding-top: 5px;
    }
    div.administration div.line, div.administration div.line.last {
        width: auto;
        height: auto;
        margin: 0;
    }
    div.administration div.line div.box {
        float: none;
        width: 99%;
        height: auto;
        margin: 0;
        clear: both;
        border-radius: 0;
    }
    div.administration div.line div.box a {
        width: auto;
        height: auto;
    }

    /* Form styles */
    [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
        margin-top: 10px;
    }
    div.users form input#Address {
        max-width: 86%;
    }
    #Title {
        margin-right: 50%;
    }

}

#quickReport .tab-content {
    overflow:auto;
    height:480px;
}


#viewVINModal label{
    width:100px;
}
 
#viewVINModal {
    width:800px;
    left:40%;
}
.ddlLang {
    width:324px;
}

#GeofenceMap img, #DBGPopPup #gmap img { 
    max-width: none;
}

.buttons_top_right
{
    float:right;
    margin-top: 20px;
    margin-right: 15px;
}
.buttons_bottom_right
{
    float:right;
    margin-bottom: 20px;
    margin-right: 10px;
}
.geofence {
    padding: 6px!important;
}
ul[class='icon-list-checkbox']{
    width:80% !important;
    float:left;
}
ul[class='icon-list-checkbox'] li{
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
    float:left;
    text-align:center;
    padding-bottom: 8px;
    clear:both;
}
ul[class='icon-list-checkbox'] li img{
    width:30px !important;
}

.btnRefresh {
    position: relative;
    top: 26px;
    right: 27px;
    cursor: pointer;
}
#mapit #map img{max-width:none}

.box_top.mobileLayout {
    background: #DEE0E2;
}

.box_top.mobileLayout .top_left.mobileLayout {
    background: none;
    height: 75px;
}

.box_top.mobileLayout a.logo.mobileLayout {
    height: 75px;
}
img.MaxSized{
max-height: 55px !important;
}
#showErrorPwd p {
    color: red;
    margin-left: 20px;
    font-weight: bold;
}
#showErrorPwd {
    width: 500px;
    display: inline-block;
}
.TerminationProcessStatusRed {
    color:red;
}
#Password[readonly] {
     cursor: text;
     background-color: #fff;
}
#Password[readonly] {
     cursor: text;
     background-color: #fff;
}
.TerminationHighlight {
    background: #f2dede;
    color:red;
}
.RenewalDisable {
    opacity:0.4 !important;
}

#btn-redirect {
    width: 200px;
    height: 55px;
    background-color: transparent;
    border: 0;
    border-color: transparent;
    background-image: url('../images/btn-Layer-3-copy.png');
    margin-left: 40px;
}

    #btn-redirect > div > div {
        background-image: url('../images/btn-Layer-3.png');
        width: 45px;
        height: 45px;
        margin-left: 70px;
    }

#form-btn-redirect{
    max-width: 300px;
    margin: 50px auto 20px auto;
    background-color: #fff;
    -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);
}

#btnVerizon{
    float:right; 
    text-align: center; 
    right: 20px; 
    /*margin-top: 7%;*/ 
    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;
}