@font-face {
  font-family: 'montseratt-black';
  src: url('fonts/Montserrat-Black.eot');
  src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Black.woff') format('woff'),
       url('fonts/Montserrat-Black.ttf')  format('truetype'),
       url('fonts/Montserrat-Black.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-bold';
  src: url('fonts/Montserrat-Bold.eot');
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Bold.woff') format('woff'),
       url('fonts/Montserrat-Bold.ttf')  format('truetype'),
       url('fonts/Montserrat-Bold.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-extrabold';
  src: url('fonts/Montserrat-ExtraBold.eot');
  src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-ExtraBold.woff') format('woff'),
       url('fonts/Montserrat-ExtraBold.ttf')  format('truetype'),
       url('fonts/Montserrat-ExtraBold.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-hairline';
  src: url('fonts/Montserrat-Hairline.eot');
  src: url('fonts/Montserrat-Hairline.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Hairline.woff') format('woff'),
       url('fonts/Montserrat-Hairline.ttf')  format('truetype'),
       url('fonts/Montserrat-Hairline.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-light';
  src: url('fonts/Montserrat-Light.eot');
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Light.woff') format('woff'),
       url('fonts/Montserrat-Light.ttf')  format('truetype'),
       url('fonts/Montserrat-Light.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-ultralight';
  src: url('fonts/Montserrat-UltraLight.eot');
  src: url('fonts/Montserrat-UltraLight.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-UltraLight.woff') format('woff'),
       url('fonts/Montserrat-UltraLight.ttf')  format('truetype'),
       url('fonts/Montserrat-UltraLight.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'montseratt-regular';
  src: url('fonts/Montserrat-Regular.eot');
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/Montserrat-Regular.woff') format('woff'),
       url('fonts/Montserrat-Regular.ttf')  format('truetype'),
       url('fonts/Montserrat-Regular.svg#svgFontName') format('svg');
}

body 
{
    font-family: montseratt-light; 
}
    
.invisible, .stealthy
 {
    display: none;
}

.clearb {
    clear: both;
}

input[type=text].invalid, textarea.invalid {
    border-color: red;
    background-color: lightyellow;
}

.table {
    margin-bottom: 0px !important;
}

/** {
    box-sizing:border-box;
    margin: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica;
    font-size: 9pt;
    height: 100%;
    box-sizing:border-box;
}

div.main {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 6em;
    bottom: 5em;
}

div.footer {
    margin-top: 3px;
    text-align: center;
}
div.header {
    display: block;
    width: 100%;
    height: 8em;
    min-width: 15.625em;
    white-space: nowrap;
    position: relative;
}
div.header-block {
    width: 100%;
    padding-right: 1em;
}
div.header div {
    display: inline-block;
    width: auto;
    vertical-align:top;
    margin-right: 0.5em;
}
div#logo {
    width: 29em!important;
}
a.logo {
    display: block;
    background: url(/images/liveviewgpslogo.png) 0 0 no-repeat;
    width: 335px;
    height: 90px;
    margin-top: -12px!important;
}
.main-navbar {
    display: inline-block;
    width: auto;
    height: 3.25em;
    margin-top: 1em;
    font-size: 12pt;
    font-weight: 700;
}
.nav.navbar li {
    display: table-cell;
}
.login-info {
    position: absolute;
    top: 1em;
    right: 0;
    text-align: right;
}
.login-info div {
    display: block;
}
.login-promt {
    line-height: 6em;
}*/

body > .page-footer {
    height: 0px;
    display: none;
}

.main1 > .page-content-wrapper > .page-content {
    padding-bottom: 0px;
    min-height: 40em!important;
}

@media (min-width: 992px) {
    .header.page-header {
        height: 75px;
    }

    .admin_viewer .page-header, .employee_viewer .page-header {
        height: 51px;
    }
}

@media (max-width: 991px) {
    .admin_viewer .page-header-menu, .employee_viewer .page-header-menu{
        padding-bottom: 20px;
    }

    .admin_viewer .page-content, .employee_viewer .page-content{
        padding-top: 15px;
    }
}

.page-logo img {
    height: 100px;
}

.progressbar-wrapper {
    width: 43px;
    height: 0px;
    bottom: 1em;
    left: 50%;
    position: absolute;
    z-index: 10000;
}

.progressbar-wrapper .def_progress_css {
    position: relative;
    left: -50%;
}


.page-header .hor-menu {
    margin-top: 15px;
}

.page-header .account-list {
    margin: 14px 14px 0;
    float:left;
}

.page-header .account-list .account-selector {
    max-width: 187px;
}

.portlet.box > .portlet-title > .caption {
    padding: 10px 0 8px 0;
}

.center {
    display: block !important;
    margin: 0px auto !important;
}

.page-content {
    background-color: white;
}

.login_screen {
    display: block;
    width: 380px;
    position: absolute;
    left: 0;
    top: 25%;
    right: 0;
    height: 425px;
    color: #FFFFFF;
}

.login_screen h1 {
    text-align: center;
    margin-bottom: 40px;
    color: White;
    font-family: montseratt-ultralight;
    font-weight: normal;
    font-size: 34px;
}

.login_screen .form-control {
    height: 50px;
        color: white;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid white;
        font-size: 25px;
        font-family: montseratt-ultralight;
}
.login_screen .form-group:after
{
    content:"";
    display: block;
    width: 100%;
    height: 15px;
    margin-top: -15px;
    background: radial-gradient(at 50% bottom,rgba(250,246,246,0.2) 33%,rgba(250,246,246,0.1) 56%, rgba(250, 246, 246, 0.05) 58%,rgba(255, 255, 255, 0) 70%);
}
.login_screen #email,
.login_screen #email:-webkit-autofill 
{
    background: url(/images/login_ico.png) no-repeat 3px;
    padding-left: 50px;
    background-color: transparent;
    color: White;
}
.login_screen #password,
.login_screen #password:-webkit-autofill  
{
    background: url(/images/pass.png) no-repeat 3px;
    padding-left: 50px;
    background-color: transparent;
        color: White;
}
.login_screen .form-group {
    margin-bottom: 35px;
    margin-left: 12px;
}
.login_screen .form-group input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
.login_screen .form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
.login_screen .form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
.login_screen .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
.login_screen .form-group input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    white;
}
.login_screen .btn {
        color: White;
        font-family: montseratt-ultralight;
        font-weight: normal;
        width: 100%;
        height: 60px;
        background-color: transparent;
        border: 1px solid white;
        font-size: 28px;
        text-transform: none !important;
    margin-top: 20px;
}
.login_screen .btn:hover 
{
     background-color: rgba(65, 140, 183, 0.7);
}
.login_screen .rememberme {
    margin-left: 8px;
    margin-top: 30px;
    color: White;
    font-family: montseratt-ultralight;
    font-weight: normal;
    font-size: 18px;
}
.login_screen .rememberme div.checker 
{
    background-position: 0 !important;
    background: transparent;
    border: 1px solid;
    border-radius: 100% !important;
    height: 25px;
    width: 25px;
}
.login_screen .rememberme div.checker span {
    background: transparent;
}
.login_screen .rememberme div.checker span.checked 
{
    background-position: 0px !important;
    border-radius: 100% !important;
    background-color: #1ACF19;
    height: 15px;
    width: 15px;
    margin: 4px;
}
.login_screen .forgot-password {
    float: right;
    display: inline-block;
    margin-top: 30px;
    color: #2BFF00;
    font-family: montseratt-ultralight;
    font-weight: normal;
    font-size: 18px;
}

.login_screen #set_password_form .form-actions, .login_screen #change_password_form .form-actions {
    background-color: transparent;
    text-align: center;
    border-top: 0;
}

/*
input#login {
    width: 6em;
}
*/
#change_password_form 
{
    color: White;
}
#measure {
    position: absolute;
    visibility: hidden;
    display: block;
}
#content {
    clear: both;
}

#content div.buttons {
    display: block;
    margin-left: auto;
    background: url(/images/report_controls_btns.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 114px;
    height: 33px;
}

.report-controls .settings-info .buttons
{
    background: black;
    height: 31px;
    opacity: 1;
}
.report-controls .settings-info .buttons a
{
    margin-top: 6px;
}
.report-controls .settings-info .buttons a.ok_btn
{
            border-right: 1px solid rgba(128, 128, 128, 0.77);
            width: 37% !important;
        }
/*
div.login {
    float: right;
}

div.logged_in {
    float: right;
    display: none;
}

div.registration {
    display: none;
}

div.login label {
    display: block;
}

div.login a {
    display: block;
}

div.set_password {
    display: none;
    float: right;
}

div.set_password label {
    display: block;
}

#login_prompt {
    font-size: 9pt;
    margin-top: 1em;
}

#login_prompt a, #login_prompt a:visited {
    text-decoration: none;
    color: #000000;
}

#login_prompt a:hover {
    text-decoration: underline;
}
*/

#dialog {
    display: none;
    font-size: 75%;
}

    #dialog label {
        display: block;
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        width: 100%;
        text-align: right;
    }

    #dialog button {
        display: block;
        margin-top: 1em;
        margin-left: auto;
    }

/*.map-bar {
    position: absolute;
    top: .7em;
    right: 9em;
    z-index: 99;
}*/

/*.portlet-content.track {
    padding: 0;
    overflow: hidden;
    background: none;
}
.track-menu a {
    font-weight: bold;
    font-size: 13px;
    min-width: 100px;
    float: left;
    background: url("/images/alert.png") no-repeat top center;
    text-align: center;
    padding: 60px 0 20px;
    text-decoration: none;
    text-decoration: none;
}*/

.map_viewer {
    clear: both;
    overflow: hidden;
}
.map_viewer select {
    line-height: 20px;
}
.map_viewer .page-content {
        position: relative;
        padding-bottom: 0px;
        /*min-height: 750px !important;*/
    }

.map_viewer .tab-pane.menu .btn-group,
.map_viewer .tab-pane.reports .btn-group {
    width: 100%;
}

.map_viewer .sidebar {
    position: absolute;
    z-index: 101;
    width: 276px;
    left: 10px;
    top: 90px;
    background-color: transparent;
    opacity: 1;
    font-size: 12px;
    bottom:15px;
}

.map_viewer .sidebar > .close.button {
    margin: 2px;
}

.map_viewer .sidebar .tab-content {
    width: 100%;
}

#tab-vehicles > .panel,
#tab-groups > .panel,
#tab-landmarks > .panel,
#tab-users > .panel,
#tab-driver-groups > .panel {
    border-top: 0px;
}

.map_viewer .nav-tabs {
    margin-bottom: 0px;
    border-bottom: none;
}

    .map_viewer .nav-tabs li a {
        font-size: 13.8px;
        color: #555;
    }

    .map_viewer .nav-tabs li.active a {
        color: white;
    }

.map_viewer .tab-content {
    margin-bottom: 2px; /* SO: well, this is trick-fix */
}

/*
.map_viewer .buttons {
    background-color: white;
    margin-bottom: 10px;
    padding: 5px 10px 5px 0px;
}

.map_viewer .buttons .lv-button {
}

.map_viewer .buttons .lv-button a {
    display: block;
    min-width: 80px;
    min-height: 50px;
    /*background-color: white;*/ /*
    text-align: center;
}

.map_viewer .buttons .lv-button a:hover {
    text-decoration: none;
}

.map_viewer .buttons .lv-button span.label {
    color: #333;
    font-weight: 600;
    font-size: 90%;
    display: block;
}
*/

.map_viewer .map-label {
    color: white;
    padding: 3px;
    white-space: nowrap;
    font-size: 10px;
    border-radius: 1.25ex !important;
    padding: 2px 5px;
    background-color: #666;
}

.map_viewer .history-map-label {
    color: white;
    padding: 5px;
    white-space: nowrap;
    font-family: montseratt-light;
    font-size: 11px;
    border-radius: 1.25ex !important;
    padding: 2px 5px;
    background-color: #808080;
}

#search-device, #search-driver 
{
    height: 30px !important;
}
.map_viewer .infobox {
    position: absolute;
    z-index: 101;
    top: 70px;
    margin: 3px;
    width: 305px;
    height: auto;
    color: white;
    font-family: montseratt-light;
    font-size: 12px;
    font-weight: 300;
}
.map_viewer .infobox a.close.button {
    margin-right: -20px;
}
.map_viewer .infobox .infobox-btn {
    padding: 2px 16px;
    margin: 0 5px 0 0;
    background: transparent;
    border: 1px solid;
    border-radius: 10px !important;
}
.map_viewer .infobox .infobox-btn:hover {
    background-color: rgba(65, 140, 183, 0.7) !important;
}
.map_viewer .user-info {
    width: 286px;
}

.user-info div.options
{
    bottom: -69px !important;
}

div.user-info div.options a.edit 
{
        margin-bottom: 5px;
        background:  url(/images/history-icon.png) no-repeat !important;
        float: right !important;
    }
.user-info div.options a.edit:hover 
{
    background: url(/images/history_active.png) !important;
}
.user-info div.options a.login-as 
{
    background: url(/images/login.png)  no-repeat !important;
    background-size: 112px 30px !important;
}
.user-info div.options a.login-as:hover 
{
    background: url(/images/login_active.png) no-repeat !important;
    background-size: 112px 30px !important;
}
.user-info div.options a.login-as 
{
    float: right;
    margin-right: 95px;
}
.infobox span.name 
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    margin-left: -35px;
}

.user-info .footer span:hover,
.driver-info .footer span:hover
{
    background-color: rgba(65, 140, 183, 0.7);
}
.user-info .footer 
{
    font-family: arial;
}
.user-info .footer span,
.driver-info .footer span
{
    display: block;
    width: 81px;
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.user-info img 
{
    margin-right: -13px !important;
}
.page-content .header 
{
    font-family:montseratt-bold !important;
}
.map_viewer .infobox .header {
    font-size: 14.65px;
    font-weight: normal;
    color: white;
    padding: 13px 36px;
    height: 39px;
    background-color: rgba(0, 0, 0, 0.85);
}

.map_viewer .infobox .content {
    padding: 10px 8px 10px 15px;
    min-height: 26px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.85);
}
.map_viewer .landmark-info .content, .map_viewer .alert-info .content {
    line-height: 20px;
}

.map_viewer .infobox .row {
    margin: 0px 0px;
}

.vehicle-info .header .row.title
{
    white-space: nowrap;
}

.map_viewer .infobox .row.bold {
    font-family:montseratt-bold;
}
.map_viewer .vehicle-info {
    cursor: default;
}

    .public-map .infobox .header,
    .map_viewer .vehicle-info .header,
    .landmarks-report .header,
    .trips-report.infobox .header,
    .alerts-report.infobox .header,
    .activity-report.infobox .header,
    .speeding-report.infobox .header {
        cursor: move;
    }

.map_viewer .vehicle-info.infobox hr
{
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 7px;
}
.map_viewer .infobox .row.device-details span,
#tab-device .row.device-details span
{
    font-size: 11.5px !important;
    font-family: Arial;
}
#tab-device .row.device-details .col-sm-4 
{
   padding-right: 0px;
}
.map_viewer .infobox .row.device-details .col,
#tab-device .row.device-details .col {
    float:left;
    padding-left: 0px;
    padding-right: 5px;
}
.map_viewer .infobox .row.device-details .col.volts,
.map_viewer .infobox .row.device-details .col.speed {
    width:100px;
}
#tab-device .row.device-details .col.volts,
#tab-device .row.device-details .col.speed 
{
    width: 89px;
}
.map_viewer .infobox .row.device-details .col.sats,
.map_viewer .infobox .row.device-details .col.rssi {
    width: 80px;
}

.map_viewer .infobox .row.device-details .col.gps-signal {
    width: 110px;
}

#tab-device .row.device-details .col.sats,
#tab-device .row.device-details .col.rssi 
{
    width: 78px;
}
.map_viewer .infobox .row.device-details .col.rssi.label,
#tab-device .row.device-details .col.rssi.label {
    width:89px;
}
#tab-device .row.device-details .col.ignition,   
.map_viewer .infobox .row.device-details .col.ignition 
{
    width: 87px;
}  
.map_viewer .vehicle-info .status, .map_viewer .vehicle-info .time-passed,
#tab-device .status, #tab-device .time-passed {
    font-size: 12px;
    font-weight: bold;
    font-family: montseratt-bold;
}
.map_viewer .vehicle-info .status {
    text-transform: uppercase;
}

.map_viewer .vehicle-info .sub-status.ignition, .map_viewer .vehicle-info .sub-status .value {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.map_viewer .vehicle-info .sub-status, .map_viewer .vehicle-info .last-time, .map_viewer .vehicle-info .last-date,
.map_viewer .history-info .last-time, .map_viewer .history-info .last-date {
    font-size: 13px;
}

.map_viewer .vehicle-info .address,
.map_viewer .history-info .address,
.map_viewer .history-info .address2,
#tab-device .address {
    font-size: 13px;
    font-weight: bold;
    font-family: montseratt-bold;
}

.move > .address, .move > .address2 {
    display: block;
    width: 250px;
    float: right;
}

.map_viewer .history-info {
    width: 312px;
}
.map_viewer .history-info .heading
{
    display: inline-block;
    margin-left:20px;
}

.map_viewer .vehicle-info .col-sm-4, .map_viewer .history-info .col-sm-4 {
    padding-left: 0px;
    padding-right: 5px;
}

.map_viewer .vehicle-info .rssi.label {
    font-family: inherit;
    font-size: 12px;
}

.map_viewer .vehicle-info .speed .value, .map_viewer .vehicle-info .ignition .on, .map_viewer .vehicle-info .ignition .off,
.map_viewer .vehicle-info .sats .value, .map_viewer .vehicle-info .volts .value {
    text-transform: uppercase;
}

.map_viewer .vehicle-info .rssi svg {
    vertical-align: middle;
    margin-right: 2px;
}
.map_viewer .vehicle-info .speed .value, .map_viewer .vehicle-info .sats .value, .map_viewer .vehicle-info .volts .value {
    font-size: 13px;
}
.map_viewer .infobox .footer {
    position: relative;
    text-align: center;
    color: white;
    height: 43px;
    background-color: rgba(0, 0, 0, 0.85);
}

.map_viewer .infobox .footer a, .map_viewer .group-info .footer a,
.map_viewer .driver-group-info .footer a {
    color: white;
    text-decoration: none;
}
.map_viewer .infobox div.options,
#tab-device div.options {
    width: 100%;
    font-size: 10px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: arial;
    padding-left: 27px;
    margin-top: 5px;
}

#tab-device div.options 
{
    left: 20px;
}

.map_viewer .infobox div.options a,
#tab-device div.options a {
        color: white;
        width: 112px;
        height: 30px;
        text-decoration: none;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        line-height: 30px;
        margin-left: 7px;
        margin-bottom: 5px;
}

#tab-device div.options span {
    display: inline-block;
}

#tab-device div.options span > a {
	display: inline-block;
}

div.options > div > span:nth-of-type(2n+1) > a,
div.options > span:nth-of-type(2n+1) > a
{
    background: url(/images/history-icon.png);
    background-position: 0 0;       
}

div.options > div > span:nth-of-type(2n) > a,
div.options > span:nth-of-type(2n) > a
{
    background: url(/images/edit-icon.png);
    background-position: 0 0;    
}

div.options > div > span > a:hover,
div.options > span > a:hover
{
    background-position: 113px 0;
}

div.options a label {
    font-size: inherit;
    font-weight:inherit;
}

.map_viewer .vehicle-info div.options a.diag {
    width: 34%;
}

.map_viewer .vehicle-info div.footer div {
    display: inline-block;
    font-size: 10px;
    height: 43px;
}

.map_viewer .vehicle-info div.footer div.street-view {
    width: 98px;
}

.map_viewer .vehicle-info div.footer .street-view a, 
.map_viewer .vehicle-info div.footer .follow a {
    display: inline-block;
    font-size: 10px;
    margin: 0;
    height: 43px;
    padding-top: 13px;
    text-decoration: none;
    text-align: left;
    padding-left: 16px;
}
.map_viewer .vehicle-info div.footer .street-view a:hover, .map_viewer .vehicle-info div.footer .follow a:hover,
.map_viewer .vehicle-info div.footer .street-view a:visited, .map_viewer .vehicle-info div.footer .follow a:visited {
    text-decoration:none;
}

.map_viewer .vehicle-info div.footer .follow.stop {
    color: red;
    text-transform: uppercase;
    font-size: 10px;
}
.map_viewer .confirm-box, .map_viewer .message-dialog {
    width: auto;
    max-width: 320px;
}
    .map_viewer .confirm-box .content,
    .map_viewer .message-dialog .content,
    .checkvisibility-box .content {
        padding: 10px 20px 10px 20px;
        min-height: 26px;
        font-size: 12.41px;
        font-family: montseratt-regular;
    }

    .map_viewer .confirm-box .footer,
    .checkvisibility-box .footer {
        padding-bottom: 20px;
        height: 26px;
    }

        .map_viewer .confirm-box .footer div,
        .checkvisibility-box .footer div {
            float: right;
            margin-right: 3em;
            display: block;
            width: 168px;
        }

.map_viewer .vehicle-edit, .map_viewer .vehicle-history, .map_viewer .vehicle-diagnos {
    position: absolute;
    z-index: 1000;
    top: 0px;
    margin: 3px;
    padding: 15px;
    width: 100%;
    min-height: 300px;
    bottom:90px;
}
.map_viewer .vehicle-edit input,
.map_viewer .vehicle-history input,
.map_viewer .landmark-edit input,
.map_viewer .vehicle-edit select,
.map_viewer .vehicle-history select,
.map_viewer .landmark-edit select
{
    height: 28px;
}
.map_viewer .sidebar .form-control {
    padding-top: 5px;
}
.map_viewer .vehicle-edit,
.map_viewer .group-edit {
    min-height: 225px;
}
.map_viewer .vehicle-edit .publicUrlElems > div,
.map_viewer .group-edit .groupUrlElems > div {
    margin-top: 6px;
}
.map_viewer .vehicle-edit .publicUrlElems select,
.map_viewer .group-edit .groupUrlElems select {
    max-width: 150px;
    margin-left: 6px;
}
.map_viewer .vehicle-edit .publicUrlElems input.datepicker,
.map_viewer .vehicle-edit .publicUrlElems input.timepicker,
.map_viewer .group-edit .groupUrlElems input.datepicker,
.map_viewer .group-edit .groupUrlElems input.timepicker {
    max-width: 85px;
    margin-right: 6px;
}
.map_viewer .vehicle-edit .publicUrlElems input.timepicker,
.map_viewer .group-edit .groupUrlElems input.timepicker {
    max-width: 75px;
    padding-left: 4px;
}
.map_viewer .vehicle-edit .publicUrlElems button,
.map_viewer .group-edit .groupUrlElems button {
    display: inline-block;
    max-width: 50px;
    margin: 0;
    padding: 2px 5px;
    background: rgba(72, 72, 72, 0.6);
    border: 1px solid #676767;
    line-height: 20px;
}
.map_viewer .vehicle-edit .publicUrlElems button.confirm-btn,
.map_viewer .group-edit .groupUrlElems button.confirm-btn {
    color: #4dbf4d;
    background: rgba(181, 236, 181, 0.4);
}

.map_viewer .vehicle-history .map_viewer, .map_viewer .vehicle-history .portlet-body {
    height: 100%;
}
.map_viewer .vehicle-history .portlet-body {
    padding-bottom: 1px!important;
}
.map_viewer .vehicle-history .portlet-body .content
{
    padding: 3px; 
    height: 100%;
    padding-left: 5px;
    margin-left: 20px;
}
.map_viewer .vehicle-history .footer .content {
    padding: 3px; 
    height: 100%;
    padding-left: 5px;
    margin-left: 30px;
}
.map_viewer .map_holder, .map_viewer .map_holder, .map_viewer .map_holder,  .map_viewer .map_holder #map {
    min-height: 690px!important;
}

#map .gm-svpc 
{
    background: url(/images/street_view.png) !important;
    background-color: transparent !important;
    width: 40px !important;
    height: 26px !important;
    left: -9px !important;
    bottom: 0px !important;
}
#map .gm-svpc:hover 
{
   background: url(/images/street_view_active.png) !important; 
}
#map .gmnoprint .gmnoprint div {
    background-color: #000!important;
}
#map .gmnoprint .gmnoprint img {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
}
.report-inputruntime div.page-content,
.report-s1c div.page-content,
.report-activity div.page-content,
.report-alerthistory div.page-content,
.report-nolocates div.page-content,
.report-trips div.page-content,
.report-zoneactivity div.page-content,
.report-landmarkhistory div.page-content,
.report-speeding div.page-content,
.report-landmarkactivity div.page-content,
.report-dtc div.page-content,
.report-mileage div.page-content,
.report-service-reminder div.page-content,
.report-timeatlocation div.page-content,
.report-history-playback div.page-content,
.report-sent-crumbs div.page-content {
    margin-top: 0px !important;
}
.report-inputruntime div.header.page-header,
.report-s1c div.header.page-header,
.report-drivetrac div.header.page-header,
.report-activity div.header.page-header,
.report-alerthistory div.header.page-header,
.report-trips div.header.page-header,
.report-zoneactivity div.header.page-header,
.report-nolocates div.header.page-header,
.report-landmarkhistory div.header.page-header,
.report-speeding div.header.page-header,
.report-dtc div.header.page-header,
.report-landmarkactivity div.header.page-header,
.report-mileage div.header.page-header,
.report-service-reminder div.header.page-header,
.report-timeatlocation div.header.page-header,
.report-history-playback div.header.page-header,
.report-sent-crumbs div.header.page-header {
    display: none;
}
.report-inputruntime div.checker span.checked,
.report-s1c div.checker span.checked,
.report-activity div.checker span.checked,
.report-alerthistory div.checker span.checked,
.report-zoneactivity div.checker span.checked,
.report-trips div.checker span.checked,
.report-dtc div.checker span.checked,
.report-mileage div.checker span.checked,
.report-nolocates div.checker span.checked,
.report-landmarkhistory div.checker span.checked,
.report-speeding div.checker span.checked,
.report-landmarkactivity div.checker span.checked,
.report-service-reminder div.checker span.checked,
.report-timeatlocation div.checker span.checked,
.report-history-playback div.checker span.checked,
.ui-widget-content div.checker span.checked {
    background-position: 0px !important;
    border-radius: 100% !important;
    background-color: #686868;
    height: 9px;
    width: 9px;
    margin: 2px;
    background-image: none;
}
.ui-widget-content div.checker span.checked 
{
    background-color: white;
}
.report-inputruntime div.checker span,
.report-s1c div.checker span,
.report-activity div.checker span,
.report-alerthistory div.checker span,
.report-trips div.checker span,
.report-zoneactivity div.checker span,
.report-dtc div.checker span,
.report-mileage div.checker span,
.report-nolocates div.checker span,
.report-landmarkhistory div.checker span,
.report-landmarkactivity div.checker span,
.report-speeding div.checker span,
.report-service-reminder div.checker span,
.report-timeatlocation div.checker span,
.report-history-playback div.checker span {
    background: transparent;
}
.report-inputruntime div.checker,
.report-s1c div.checker,
.report-activity div.checker,
.report-alerthistory div.checker,
.report-trips div.checker,
.report-zoneactivity div.checker,
.report-dtc div.checker,
.report-mileage div.checker,
.report-nolocates div.checker,
.report-landmarkhistory div.checker,
.report-landmarkactivity div.checker,
.report-speeding div.checker,
.report-service-reminder div.checker,
.report-timeatlocation div.checker,
.report-history-playback div.checker {
    background-position: 0 !important;
    background: transparent;
    border: 1px solid;
    border-radius: 100% !important;
    height: 15px;
    width: 15px;
}
.traffic-control {
    width: 81px;
    height: 26px;
    right: 50px!important;
    bottom: 25px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: montseratt-light;
    z-index: 0;
    padding: 2px 4px 2px 2px;
    background: url(/images/traffic-icon.png);
    background-position: 0 0;
    font-size: 13px;
}
.traffic-control:hover {
    background: url(/images/traffic-icon.png);
    background-position: 81px 0;
}
.traffic-control label {
    margin: 0;
    white-space: nowrap;
    padding-top: 3px;
    cursor: pointer;
    font-size: 85%;
    line-height: 15px;
    margin-left: 1px;
}
.traffic-control label:last-child {
    margin-bottom: 0px;
}
.lacation-control,
.marker-control {
    position: absolute;
    bottom: 25px !important;
    width: 40px;
    height: 26px;
    padding: 2px 4px 2px 2px;
    font-size: 13px;
    font-family: montseratt-light;
    color: #fff;
    text-transform: uppercase;
    z-index: 0;
}
.lacation-control {
    right: 176px !important;
    background: url(/images/location_view.png);
    background-position: 0 0;
}
.marker-control {
    right: 134px !important;
    background: url(/images/traffic-icon.png);
    background-position: 0 0;
}
.lacation-control:hover {
    background: url(/images/location_view_active.png);
}
.marker-control:hover {
    background-position: 81px 0;
}
.lacation-control .control .button-location,
.marker-control .control .button-marker {
    width: 26px;
    height: 26px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.lacation-control .control .button-location div,
.marker-control .control .button-marker img {
    position: absolute;
    right: 5px;
    top: -1px;
    margin: 5px;
    padding: 0;
    width: 18px;
    height: 18px;
}
.lacation-control .control .button-location div {
    background-image: url('https://maps.gstatic.com/tactile/mylocation/mylocation-sprite-2x.png');
    background-size: 180px 18px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.marker-control .control .button-marker img {
    width: auto;
    height: 28px;
    margin: 0;
}
.marker-control .control .button-marker img.ui-draggable-handle {
    height: 16px;
    margin: 6px 8px 0 0;
    filter: brightness(0) invert(1);
}

#map {
    border: solid 1px #CCCCCC;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: -1px;
}

#TableEditObj, #TablePullDown {
    color: #000;
    line-height: 2em;
}

.def_tablehead_css td {
    font-size: 10pt;
    white-space: nowrap;
}
/*.navbar-inner {
    line-height: 2em;
}*/

.map_viewer .vehicle-list {
    font-size: 14px;
    width: 100%;
    position: relative;
}

    .map_viewer .vehicle-list::-webkit-scrollbar,
    .map_viewer .alerts-list::-webkit-scrollbar,
    .map_viewer .landmarks-list::-webkit-scrollbar,
    .map_viewer .alert-edit .portlet-body::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
    }

    .map_viewer .vehicle-list::-webkit-scrollbar-thumb,
    .map_viewer .alerts-list::-webkit-scrollbar-thumb,
    .map_viewer .landmarks-list::-webkit-scrollbar-thumb,
    .map_viewer .alert-edit .portlet-body::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: rgba(156, 156, 156, .6);
    }

    .map_viewer .vehicle-list table,
    .map_viewer .group-devices-list table {
        margin-bottom: 0px !important;
        width: 100%;
    }

        .map_viewer .vehicle-list table tbody, .map_viewer .vehicle-list table tr, .map_viewer .vehicle-list table td,
        .map_viewer .group-devices-list table tbody, .map_viewer .group-devices-list table tr, .map_viewer .group-devices-list table td {
            width: 100%;
            display: block;
            cursor: pointer;
        }

#GTSDevicesHeader_0, #GTSGroupDevicesHeader_0 {
    display: none;
}

#GTSDevices .footer {
    margin-bottom: 3px;
}

div.device-info {
    display: block !important;
    width: 100%;
    height: 6em;
    margin-top: .5em;
    padding: .5em;
    border-top: 1px solid #808080;
    line-height: 1.8em;
}
a[data-deviceid]:link, a[data-deviceid]:hover, a[data-deviceid]:active, a[data-deviceid]:visited {
    text-decoration: none;
    color: navy;
}
div.device-info span {
    display: inline-block;
    width: 3.5em;
    text-align: right;
    padding-right: .25em;
}
div.device-info input, div.device-info select {
    width: 13em;
    line-height: 1.6em;
    height: 1.6em;
}
div.device-info label {
    font-weight: normal;
    line-height: 1.5em;
}
.glyphicon.glyphicon-plus {
    font-weight: bolder;
    color: #077305;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.events-box {
    z-index: 100;
    background-color: #fff;
    border: 1px solid gray;
    width: 15em;
    position: absolute;
    right: 20em;
    top: 35em;
    padding: 0;
}
.def_table_css {
    border:0;
    line-height: 2em;
}
.def_rowspp_css > INPUT, .def_gotopage_css > INPUT {
    height: inherit;
}

a.no-locs-link, a.no-locs-link:link, a.no-locs-link:active, a.no-locs-link:hover, a.no-locs-link:visited {
    color: #999!important;
}


/* bootstrap  is evil */
div.def_table_holder_css > table
{
    width: auto;
    max-width: unset;
    display: inline-block;
}
div.def_table_holder_css tr.def_selrow_css td a {
    color: #FFF !important;
    text-decoration: underline;
}

img.forceLocate {
    cursor: pointer;
    margin-right: 1em;
}

#icon-selector-menu li a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
    position: relative;
    top: 4px;
}

.close.button {
    background-image: url(/images/cansel-icon.png) !important;
    background-position: 0 0;
    height: 14px;
    width: 14px;
    opacity: 1;
}
.close.button:hover {
    background-image: url(/images/cansel-icon.png) !important;
    background-position: -14px 0;
}
.device-icon {
    height: 22px;
    margin-right: 3px;
}
span.device-icon {
    width: 22px;
    overflow: hidden; 
    display: inline-block;
}
.device-icon-sm-all {
    height: 17px;
    width: 17px;
    overflow: hidden; 
    display: inline-block;
    position: relative;
    background-size: cover !important;
    background-clip: border-box !important;
    text-align: center;
    vertical-align: baseline;
    margin-right: 5px;
    font-weight: 600;
}
.device-icon-sm-1, .device-icon-sm-4 {
    background-size: 17px 17px!important;
}

.device-icon-sm-2 {
    background-size: 15px 15px!important;
    background-position:center!important;
}
a span.name {
    vertical-align: top;
}
#GTSDevices td.name {
    min-height: 36px;
}
.value.date {
    width: 75px;
}

.sub-status .ignition, .sub-status .value {
    text-transform: uppercase;
}

.vehicle-history .date-filter {
    text-align: center;
}
.vehicle-history .date-filter div {
    display: inline-block; 
    width: auto; 
    padding: 3px;
}
.vehicle-history .date-filter label {
    font-size: 12px;
}
.vehicle-history .content {
    padding: 10px;
}

.vehicle-history .content table {
    width: 100%;
}

.vehicle-history .content table tbody,
.vehicle-history .content table tr,
.vehicle-history .content table td {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
.vehicle-history .content table td {
    padding: 4px;
}
.diagnostic-row {
    height: 118px;
    padding: 5px;
    font-family: montseratt-light;
    font-size: 12px;
    font-weight: 300;
}

.diagnostic-row .diag-date {
    float: left;
}

.diagnostic-row .diag-interval {
    float: right;
}
.diagnostic-row div {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 14px;
    height: 16px;
}
.diagnostic-row label {
    margin: 0;
    margin-right: 5px;
}
.diagnostic-row div:after {

}
#GTSHistoryHeader_0, #GTSDiagnosticHeader_0 {
    display: none;
}

.vehicle-edit .device-snn {
    color: white;
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.map_viewer .vehicle-diagnos-info {
    position: absolute;
    z-index: 10000;
    top: 205px;
    margin: 3px;    
    background-color: white;
    border: solid 2px #3598dc;
    border-radius: 7px !important;
    width: 320px;
    color: black;
    font-family: montseratt-light;
    font-size: 12px;
    font-weight: 300;
    opacity: 0.9;
}
.vehicle-diagnos-info .trans, .vehicle-diagnos-info .battery, .vehicle-diagnos-info .gps {
    white-space: nowrap;
    padding: 3px 0 3px 0;

}
.vehicle-diagnos-info .devicename {
    font-weight: 800;
}
.map_viewer .vehicle-diagnos-info .close.button {
    background-image: url(/images/button-close.png) !important;
    height: 12px;
    width: 12px;
    opacity: 1;
    margin-top: 2px;
    margin-right: -7px;
}

.map_viewer .vehicle-diagnos-info .header {
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #3598dc;
    padding: 3px 13px;
}

.map_viewer .vehicle-diagnos-info .content {
    padding: 2px 15px;
}

.map_viewer .vehicle-diagnos-info .row {
    margin: 0px 0px;
}

.text-color-button, .text-background-button {
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px 0 0 5px!important;
    -moz-border-radius: 5px 0 0 5px!important;
    border-radius: 5px 0 0 5px!important;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    font-size: 18px;

     margin-bottom:5px;
}
.landmark-color-button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
}
.err .text-color-button,
.err .text-background-button,
.err #label-background-code,
.err #icon-color-code,
.err #label-color-code {
    border-color:#f00;
}
#icon-color-code,
#label-background-code,
#label-color-code {
   -webkit-border-radius:  0 5px 5px 0 !important;
    -moz-border-radius:  0 5px 5px 0 !important;
    border-radius: 0 5px 5px 0 !important;
     border: 1px solid #ccc;
    color: #fff;
    background-color: rgba(72, 72, 72, 0.6);
    outline:none;
    width:170px;
    height: 30px;
    padding: 3px;
    font-weight: bold;
    border-left: none;
    vertical-align:top;
    line-height: 22px;
    font-size: 14px;
}

.error {
    color: red;
}
.landmark-color-button .inner {
    width: 22px;
    height: 22px;
    opacity: 0.8;
    overflow: hidden;
    margin: 1px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}
.landmark-color-button, .landmark-color-button:active, .landmark-color-button:hover, .landmark-color-button:visited {
    text-decoration: none;
}
.landmark-shape {
    width: 95px;
}
.text-color-button, .text-color-button:active, .text-color-button:hover, .text-color-button:visited, .text-color-button:link {
    color: #000;
    text-decoration: underline;
    background-color: rgba(72, 72, 72, 0.6);
}

.text-background-button, .text-background-button:active, .text-background-button:hover, .text-background-button:visited, .text-background-button:link {
    background-color: #000;
    color: #fff;
}

#icon-selector-menu.dropdown-menu li > a {
    display: inline-block;
}
#icon-selector-menu.dropdown-menu li img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}
.colorpicker.dropdown-menu {
    min-width: 130px!important;
}
table.table-history tr td {
    height: 32px!important;
}
table.table-history .history-row {
    height:28px;
}
table.table-history .history-row span:not(.device-icon-sm-box) {
    line-height: 23px;
    position: initial;
}
tr.history-group {
    height: 26px!important;
}
tr.history-group td {
    width: 100%;
    background: #fff;
    font-weight:bold;
    cursor: default!important;
}
.device-icon-sm-box {
    display: table-cell;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    margin-right: 3px;
    padding: 2px;
    text-align: center;
    font-weight: 600;
    color: #000 !important;
}

#menubutton {
    top: 30px !important;
    left: 150px !important;
    background-color: transparent;
    text-align: center;
}

#menubutton > a:hover {
    background-color: rgba(65, 140, 183, 0.85)
}

.message-dialog.infobox,
.confirm-box.infobox,
.checkvisibility-box.infobox {
    height: 136px;
    width: 286px;
    background: url(/images/error.png);
}

    .map_viewer .confirm-box .footer,
    .message-dialog.infobox .header,
    .confirm-box.infobox .header,
    .message-dialog.infobox .content,
    .confirm-box.infobox .content,
    .checkvisibility-box.infobox .header,
    .checkvisibility-box.infobox .content,
    .checkvisibility-box.infobox .footer {
        background: none;
    }

        .map_viewer .confirm-box .footer:before,
        .map_viewer .confirm-box .footer:after,
        .map_viewer .checkvisibility-box .footer:before,
        .map_viewer .checkvisibility-box .footer:after {
            display: none;
        }

    .message-dialog.infobox .header .title,
    .confirm-box.infobox .header .title {
        margin-left: -35px;
    }
.checkvisibility-box .header .title {
    margin-left: 0px;
}

  .message-dialog.infobox .header .close.button,
 .confirm-box.infobox .header .close.button 
 {
     margin-right: -17px;
 }
        .message-dialog.infobox .header:before,
        .confirm-box.infobox .header:before,
        .message-dialog.infobox .header:after,
        .confirm-box.infobox .header:after,
        .checkvisibility-box.infobox .header:before,
        .checkvisibility-box.infobox .header:after {
            content: none;
        }
#menubutton > a {
    display: inline-block;
    font-size: 12.76px;
    text-transform: uppercase;
    padding: 0 14px;
    font-family: montseratt-regular;
    background-color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
    width: 110px;
    color: White !important;
    line-height: 31px;
}

#menubutton > a img {
    vertical-align:text-bottom;
}

#menubutton > a > span {
    background: url(/images/left.png);
}

div.full-screen-control {
    background-color:transparent;
    padding: 10px;
    font-family: montseratt-light;
    font-size: 11px;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    top: 20px !important;
}

div.full-screen-control .control-border {
    color: white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    background-color: rgba(0, 0, 0, 0.85);
}

div.full-screen-control .control {
    padding: 8px;
}

div.full-screen-control .control-border:hover {
    background-color: rgba(65, 140, 183, 0.85);
}

.vehicle-history .history-message {
    margin: 10px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #565656;
    background-color: transparent;
}

.history-rows
{
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: -5px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 55px;
}
.history-rows span {
    display: block;
    width: 100%;
    text-align: center;
}

div.history-group {
    font-weight: bold;
}

    div.history-item.history-point {
        cursor: pointer;
    }

div.history-item {
    /*padding-top: 4px;*/
    min-height: 30px;
    line-height: 30px;
    overflow-x: hidden;
    font-size: 90%;
    cursor: default;
}
div.history-item > div > span label.background,
div.history-item > div > span label.text,
div.history-item > div > span {
    width: 20px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    line-height: 22px;
    margin: 3px 6px 3px 3px;
    background-size: contain !important;
    vertical-align: middle;
    position:relative;
}

    div.history-item > div > span label.text,
    div.history-item > div > span label.background {
        position:absolute;
        top:-3px;
        bottom:-3px;
        left:-3px;
        right:-6px;
        width:100%;
        z-index:0;
    }

    div.history-item > div > span label.text {
        z-index:1;
    }
div.history-item  > div > span.flat {
    width: 48px;
}

div.history-item.selected .history_item_title, div.selected:not(.history-item),
.selected:not(.history-item) {
     background-color: rgba(65, 140, 183, 0.3);
}

.history_item_title {
    padding-top:4px;
    padding-bottom:2px;
}
.report-drivetrac .activities-header-row {
    font-weight:bold;
}

.report-header-row td{
    font-weight:bold;
    border-bottom:solid 1px #000;
}
.dtc-report .header-row {
    font-weight: bold;
}

.history-detail.active {
     background-color: rgba(65, 140, 183, 0.3);
}

div.history-item > .history-detail{
    display: none;    
    border-top: solid 1px rgba(204, 204, 204, 0.81);
    margin-left: 22px;
    line-height: 24px;
}

    div.history-item > .history-detail.history-point {
        min-height: 33px;
        padding-top: 5px;
    }

div.history-item > div > button
{
    padding: 0;
    border: none;
    background: none;
    outline:none;
}

div.history-detail > span
{
    width: 24px;
    height: 24px;
    display: inline-block;
}
#users_search_inp {
    width: 30em;
    height: 34px;
    display: inline-block;
}

.users_search_btn {
    height: 34px;
    margin-left: 5px;
}

.users-panel, .permissions-panel {
    background-color: #fff;
    float: left;
}
.permissions-panel {
    margin-left: 30px;
    display: none;
}

.history-info span.address, .history-info span.address2  {
    line-height: 1.5em;
}

.history_controls label {
    font-size: 90%;
    vertical-align:initial;
    margin-top: 0;
}
input[type=text].landmark-search {
    width: 220px;
    margin-bottom: 3px;
}
.group-devices-rows, .user-rows, .user-groups-rows, .report-rows {
    max-height: 42em;
    overflow-y: auto;
    padding-right: 2px;
}

.group-devices-rows {
    overflow-y: visible;
}

.panel span.name 
{
    margin-left: 7px;
}
.group-devices-rows > .group-device-item,
.group-folder-item > .group-device-item,
.group-drivers-rows > .group-driver-item {
    line-height: 28px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
    cursor: pointer;
    padding-left: 5px;
}
.landmark-rows > .landmark-item .icon {
    display: inline-block;
    width: 24px;
    margin-right: 3px;
}
.landmark-edit input.landmark-radius, .landmark-edit .landmark-unit {
    width: 7em;
    height: 2em;
    padding-left: 7px;
    vertical-align: middle;
}
.landmark-edit .line, .group-edit .line, .alert-edit .line, .user-edit .line, .driver-group-edit .line {
    line-height: 1.5em;
    margin-bottom: 6px;
    padding-top: 3px;
    clear: both;
}

.landmark-edit .landmark-unit {
    margin-top: 4px;
}

.tab-pane .controls {
    text-align: center;
}
.tab-pane .controls a {
    margin: 8px;
    display: inline-block;
        text-decoration: none;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        width: 80%;
        height: 28px;
        float: none !important;
        text-align: center;
        border-radius: 13px !important;
        border: 1px solid white;
        line-height: 25px;
}
.tab-pane .controls a:hover 
{
    text-decoration: none;
    background-color: rgba(65, 140, 183, 0.7);
}
.group-info.portlet.box > .portlet-body,
.driver-group-info.portlet.box > .portlet-body {
    padding: 0px;
}
.history-rows .history-item div.history_item_title:hover,
.history-rows .history-item div.history-detail:hover
 {
    background-color: rgba(65, 140, 183, 0.3) !important;
}
.group-devices-rows,
.user-groups-rows,
.group-drivers-rows {
    min-width: 200px;
}
.group-devices-rows > .group-device-item, .group-devices-rows .group-devices-empty, .group-devices-rows .group-devices-count,
.user-groups-rows > .user-group-item, .user-groups-rows .user-groups-empty,
.group-folder-item > .group-device-item, .group-drivers-rows > .group-driver-item {
    cursor: pointer;
    line-height: 28px;
}
.group-devices-rows > .group-device-item,
.group-folder-item > .group-device-item,
.user-groups-rows > .user-group-item,
.group-drivers-rows > .group-driver-item {
    clear: both;
}

.group-devices-rows > .group-device-item input[type='checkbox'],
.user-groups-rows > .user-group-item input[type='checkbox'],
.group-folder-item > .group-device-item input[type='checkbox'],
.group-drivers-rows > .group-driver-item input[type='checkbox'] {
    width: 10%;
    cursor: pointer;
}

.user-groups-rows > .user-group-item label,
.group-folder-item > .group-device-item label,
.group-devices-rows > .group-device-item label,
.group-drivers-rows > .group-driver-item label {
    display: inline-block;
    float: right;
    width: 90%;
    cursor: pointer;
    margin-bottom: 0px;
}

    .group-devices-rows > .group-device-item label {
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.user-groups-rows > .user-group-item label 
{
    padding-left: 25px;
}
.checkbox-inline, .radio-inline1 {
    padding-left: 5px!important;
}

#closebutton {
    z-index: 99!important;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    right: 0px!important;
    top: 0px!important;
    cursor: pointer;
}

#closebutton img {
    position: absolute; 
    left: -25px; 
    top: -86px; 
    width: 164px; 
    height: 112px; 
    -webkit-user-select: none; 
    border: 0px; 
    padding: 0px; 
    margin: 0px;
}

.portlet > .portlet-title > .tools {
    position: absolute;
    right: 8px;
}

.alert-edit .alert-landmarkid button {
    width:230px !important;
}

.alert-edit .alert-device-groups .inner.selectpicker,
.alert-edit .alert-devices .inner.selectpicker {
    width:188px;
}
.alert-edit .alert-days-label {
    width: 22px;
    margin:0 2px 0 2px;
    text-align: center;
}
.alert-edit .alert-days-label input {
    display: block;
}
.alert-edit .template {
    display: none!important;
    height: 0;
}
.alert-edit .notify-list {
    overflow-y: auto;
    max-height: 11.1em;
    padding: 3px;
}
.alert-edit .notify-box {
    position: relative;
}
.alert-edit .notify-box .box {
    height: 30px;
}

.alert-edit .notify-box .box span.warning {
    background: url('../images/warning-icon.svg') no-repeat;
    background-size: 1em;
    width: 1em;
    height: 1em;
    border: 0;
    z-index: 5;
    position: absolute;
    right: 4px;
    top: 5px;
}
.alert-edit .notify-box .box input.warning {
    padding-right: 20px!important;
}
.alert-edit .notify-box input.alert-notify {
    z-index: 3;
    line-height: 17px;
    padding-left: 20px;
    height: 20px;
}
.alert-edit .notify-box .carrier {
    padding-right: 122px;
    z-index: 1!important;
}
.alert-edit .notify-box button.alert-notify {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 23px;
    width: 120px;
    white-space: nowrap;
    line-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.alert-edit .notify-section .dropdown-menu {
    left: 129px;
    height: 176px;
    overflow-y: auto;
    overflow-x: hidden;
}
.alert-edit .notify-section .dropdown-menu.open {
    display: block!important;
}
.alert-edit .notify-section .dropdown-menu li.selected {
    background-color: #ccc;
}
.alert-edit .notify-box a, .alert-edit .notify-box a:active, .alert-edit .notify-box a:hover, .alert-edit .notify-box a:visited {
    text-decoration: none;
}
.alert-edit .notify-box a.remove-item {
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 100;
    width: 20px;
    color: #ccc;
    font-size: 10px;
}
.alert-edit .notify-box a.remove-item:hover {
    color: red;
}
.alert-edit .notify-box input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.alert-edit .notify-list .notify-box .message {
    position: relative;
    display: block;
    color: red;
    top: -8px;
}
.alert-edit .alert-active-box label {
    vertical-align: text-top;
}
.alert-edit .alert-active-box .radio {
    margin-top: -2px;
}
.alert-edit .alert-speed-label {
    display: block;
}
.alert-edit .alerton-box {
    margin: 0;
    padding: 0;
}
.alert-edit .alerton-box hr {
    width: 100%;
}
.alert-edit .alerton-box label.control-label {
    display: block;
}
.alert-edit .alerton-box label[for] {
    margin-right: 8px;
}
.alert-edit .alert-power-box label {
    display: block;
    margin: 0;
    padding: 0;
}
.alert-idle-requared, .alert-idle-required {
    display: block;
}
.alert-edit .alert-mileage-period {
    width: 110px;
}
.alert-edit .alert-mileage-times {
    width: 45px;
}
.alert-edit .alert-mileage-miles {
    background: rgba(72, 72, 72, 0.6);
    outline: none;
    border: none;
    color: white;
    padding-left: 5px;
    width: 62px;
}
.alert-mileage-miles-required {
    display: block;
}
.alert-edit .alert-mileage-triggered {
    background: rgba(72, 72, 72, 0.6);
    outline: none;
    border: none;
    color: white;
    padding-left: 5px;
    width: 26px;
}
.alert-edit .alert-mileage-triggered, .alert-edit .alert-mileage-miles {
    height: 20px;
}
.alert-edit .alert-mileage-box div.radio {
    margin-top: -4px;
}
.alert-idle-time-period {
    width: 95px;
}
.alert-info .row {
    font-size: 13px;
}
.alert-info .row label {
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 2px;
}
.alert-info .active-days label {
    margin-bottom: 0;
}
.alert-info .active-days .alert-days-label {
    display: block;
    width: 100%;
    margin-bottom: 1px;
}
.alert-info .timestart, .alert-info .timeend {
    display: inline-block;
    width: 55px;
    margin-right: 3px;
}
.alert-info .status {
    color: green;
    font-weight: 400;
}
.alert-info .status.red {
    color: #CA2929!important;
}
.bootstrap-timepicker-widget {
    width: 112px!important;
    min-width: 112px!important;
}
.alert-edit input.timepicker {
    width: 80px;
    padding-left: 7px;
}
.alert-edit div.timepicker {
    display: inline-block;
    margin:0 6px 0 2px;
}
.alert-edit hr {
    margin: 5px 0;
    clear: both;
}
.alert-edit label.speeding-alert-type {
    font-size: 12px;
}
.hovered {
    z-index: 1000;
    cursor: move!important;
}
div#draggingContainer {
    padding-top: 5px;
    border: 1px solid #808080;
    background: rgba(225,225, 225, 0.7)!important;
    cursor: move!important;
}

div.container {
    cursor: default!important;
}
div.drag-row {
    display: inline-block;
    width: 12px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -3px;
    left: -4px;
    cursor: move;
}

div.drageble-device-item {
    height: 40px;
    width: 256px;
    border: 1px solid red;
    display: table;
}
.map_viewer .vehicle-list table tr {
    min-height: 36px;
}

.map_viewer .vehicle-list hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.map_viewer .vehicle-list #GTSDevicesBottomPager {
    display: inline-block;
}
.map_viewer .vehicle-list .footer {
    height: 28px;
    text-align: center;
    display: block;
    width: 100%;
}

/* Reports */
.map_viewer .infobox .reports-filter .row {
    margin: 7px 0px;
}
.reports-filter .filter-label {
    line-height: 23px;
    display: block;
    float: left;
    text-align: right;
    width: 70px;
    font-weight: 800;
    margin-bottom: 0px;
    padding-right: 5px;
}
.landmarks-report .content {
    margin-top: -10px;
}
.reports-filter .selectpicker {
    padding: 0px 7px;    
}
.reports-filter .selectpicker a,
.reports-filter .selectpicker li.dropdown-header {
    padding: 3px 7px;
}
.reports-filter .selectpicker a span.check-mark {
    margin-top: 2px !important;
}
.reports-filter .selectpicker li.divider {
    margin: 2px 0px;
}
.reports-filter .selectpicker li.dropdown-header span {
    font-weight: bold;
    color: #555;
}
.reports-filter .filter-control {
    float: left;
}

.vehicle-history .custom-date-range input[type='text'],
.reports-filter .date-filter .custom-date-range input[type='text'],
.reports-filter .speeding-filter .speed-threshold input[type='text']  {
    margin-top: 5px;
    width: 75px;
    
}
.reports-filter .speeding-filter .speed-threshold input[type='text'] {
    color: #000;
}
.report-page .reports-filter .filter-label,
.activity-report .reports-filter .filter-label {
    width: 85px;
    white-space: nowrap;
}
.activity-report input.timepicker {
    width: 62px;
}
.landmarks-activity-report div.timepicker,
.activity-report div.timepicker,
.trips-report div.timepicker,
.history-playback-report div.timepicker {
    display: inline-block;
    margin-right: 5px;
}
.trips-report.infobox, .landmarks-report.infobox, .alerts-report.infobox, .activity-report.infobox, .speeding-report.infobox {
    width: 286px;
    padding: 0px;
}
.report-header,
.report-header tr {
    height: 50px;
}
.report-header tr {
    color: #fff;
    background-color: #505050;
    height: 50px;
    width: 100%;
    position: fixed;
    display: table;
    z-index: 1003;
}
.report-header tr:first-child 
{
    background: url(/images/header.png) no-repeat top right;
    background-size: 100% 107px;
    height: 103px;
    z-index: 9999;
    position: relative;
    visibility: visible;
    border-bottom: 1px solid rgba(150, 150, 150, 0.32);
    width: 100%;
    color: white;
    font-family: montseratt-regular;
}
.report-empty 
{
    margin: 10px;
}
.report-header .report-name {
    width: 15%;
    text-align: center;
}

.landmarks-report .report-header .report-name {
    width: 15%;
    text-align: left;
    padding-left: 4%;
}

.report-header .report-name div,
.report-header .report-period div
{
    height: 60%;
    width: 100%;
    display: block;
    border-right: 1px solid rgba(128, 128, 128, 0.44);
    position: relative;
}
.report-header {
    position:fixed;
    z-index:100;
    top:0;
}
.report-header .report-name div>span,
.report-header .report-period div>span
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
}
.report-header .report-period {
    width: 20%;
    text-align: center;
}
.report-header .report-controls {
    width: 65%;
    text-align: right;
    padding-right: 25px;
}
.report-header .report-controls>div 
{
    display: block;
    width: 380px;
    float: right;
}
.report-header .report-controls>div>div
{
    margin: 3px;
    position: relative;
    display: block;
    width: 182px;
    float: right;
    height: 26px;
}
.report-header .report-controls a {
    color: #fff;
    text-decoration: none;
}
.report-header .report-controls ._settings {
    margin-right: 7px;
    background: url(/images/report_controls_nonActive.png);
    width: 181px;
    display: inline-block;
    float: left;
    height: 26px;
    text-align: center;
    box-shadow: 4px 12px 4px -8px #0E0E0E;
    position: relative;
}
.report-header .report-controls a.settings 
{
    width: 100%;
    height: 100%;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: montseratt-regular !important;
    font-size: 11px;
}
.report-header .report-controls a.export span.header:hover,
.report-header .report-controls a.export span.building:hover {
    background: url(/images/report_controls_info_Ex.png);
}
.report-header .report-controls ._settings:hover
{
    background: url(/images/report_controls_info.png);
}
.report-header .report-controls a span.glyphicon.glyphicon-chevron-down
{
    margin-right: 10px;
    float: right;
}
.report-header .report-controls a.export span.header,
.report-header .report-controls a.export span.building {
    background: url(/images/report_controls_nonActive_Ex.png);
            width: 181px;
            display: block;
            float: right;
            height: 26px;
            text-align: center;
            font-family: montseratt-regular !important;
            text-transform: uppercase;
            font-size: 11px;
            box-shadow: -4px 12px 4px -8px #0E0E0E;
            position: relative;
}
.glyphicon-chevron-down:before {
    content: "";
    background: url(/images/report_arrow.png);
    display: block;
    width: 11px;
    height: 7px;
    margin-top: 4px;
}
.report-header .report-controls a.export span.header>span,
.report-header .report-controls a.export span.building>span 
{
    margin-top: 5px;
    display: inline-block;
}
.report-header .report-controls a img.refresh
{
    vertical-align: bottom;
    margin-left: 3px;
}

.report-header .report-controls .settings-info,
.report-header .report-controls .export-info {
    color: #333;
    background: #fff;
    text-align: left;
    position: absolute;
    /*background-color: white;*/
    border: solid 1px #AAAAAA;
    border-radius: 3px !important;
    z-index: 1;
    right: 0 !important;
    left: auto !important;
    display: none;
    opacity: 0.9;
    width: 114px;
}
.report-header .report-controls .settings-info div.settings-header {
    font-weight: bold;
    margin-bottom: 5px;
}
.report-header .report-controls .settings-info div.checker {
    margin-top: 1px !important;
    vertical-align: top;
    line-height: 15px;
    display: inline-block;
    position: relative;
    margin: 0;
}
.report-header .report-controls .settings-info div label
{
    max-width: 84px;
}
.report-header .report-controls .settings-info .buttons {
   /* background-color: #3598dc;*/
}
.report-header .report-controls .settings-info > div:not(.buttons) {
    padding: 0px 5px;
}
.report-header .report-controls .settings-info .buttons a {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.report-header .report-controls .export-info {
    width: 180px;
    top: 30px;
}
.report-header .report-controls .export-info a {
    color: #000000;
    padding: 5px 0px 5px 5px;
    display: block;
}
.report-header .report-controls .export-info a:hover {
    /*background-color: #f5f5f5;*/
}
div.def_table_holder_css > table.report-table,
.report-page table.report-table,
.trips-report table.report-table,
.landmarks-report table.report-table,
.alerts-report table.report-table,
.activity-report table.report-table,
.s1c-report table.report-table,
.speeding-report table.report-table,
.service-reminder-report table.report-table,
.zoneactivity-report table.report-table,
.timeatlocation-report table.report-table {
    overflow: auto;
    width: 100%;
    display: table;
    border: none;
    border-collapse: collapse;
}

.report-page table.report-table td,
.trips-report table.report-table td:first-child,
.landmarks-report table.report-table tr:not(.device-info-row) td,
.alerts-report table.report-table td,
.activity-report table.report-table td,
.s1c-report table.report-table td,
.speeding-report table.report-table td,
.service-reminder-report table.report-table td,
.zoneactivity-report table.report-table td,
.timeatlocation-report table.report-table td {
    border-left: 0px;
}
.trips-report table.report-table td,
.dtc-report table.report-table td,
.mileage-report table.report-table td,
.landmarks-report table.report-table tr:not(.device-info-row) td,
.alerts-report table.report-table td,
.report-page table.report-table td,
.activity-report table.report-table td,
.s1c-report table.report-table td,
.speeding-report table.report-table td,
.zoneactivity-report table.report-table td,
.timeatlocation-report table.report-table tr:not(.device-info-row) td {
    padding: 0px 2px;
    border: 0px;
    border-left: 1px solid #fff;
}
.trips-report table,
.zoneactivity-report table,
.trips-report tr.def_tablehead_css,
.dtc-report table,
.dtc-report tr.def_tablehead_css,
.mileage-report table,
.mileage-report tr.def_tablehead_css,
.history-playback-report table {
    min-width: 990px;
    width: 100%;
}

.timeatlocation-report table.report-table tr td {
    width: 20% !important;
}

.landmarks-report table,
.timeatlocation-report table,
.sent-crumbs-report table {
    min-width: 850px;
    width: 100%;
}

.alerts-report table {
    min-width: 1210px;
    width: 100%;
}

.s1c-report table,
.report-page table,
.activity-report table {
    min-width: 950px;
    width: 100%;
}
.speeding-report table {
    min-width: 800px;
    width: 100%;
}
#GTSDTCReportHeader_0 td,
#GTSMileageReportHeader_0 td,
#GTSTripsReportHeader_0 td,
.landmark_report def_tablehead_css td,
#GTSAlertsReportHeader_0 td,
#GTSActivityReportHeader_0 td,
#GTSSpeedingReportHeader_0 td,
#GTSS1CReportHeader_0 td {
    cursor: pointer;
    height: 26px;
    vertical-align: middle;
    text-align: left;
}

.landmark_report def_tablehead_css td  {
    padding-left: 3%;
    text-align: left;
}

.landmark_report def_tablehead_css td:first-child {
    min-width: 130px;
    text-align: left;
    padding-left: 4%;
}

.landmark_report def_tablehead_css td:last-child {
    text-align: left;
    padding-left: 2%;
}

.landmark_report > div > table tr td  {
       padding: 4px 0 3px 2%;
}


@media (max-width: 1300px) {
    table.report-table {
        margin-top: 130px !important;
    }

    .landmark_report > div > table tr td {
        padding: 4px 0 3px 1%;
    }
    .s1c-report table.report-table {
        margin-top: 143px !important;
    }
}


@media (max-width: 1072px) {
    .landmark_report > div > table tr td {
        padding: 4px 0 3px 3px;
    }

    table.report-table {
        margin-top: 150px !important;
    }

    .s1c-report table.report-table {
        margin-top: 143px !important;
    }
}

.landmarks-report .LandmarkName,
.timeatlocation-report .DeviceName {
    padding-left: 4% !important;
}

.landmarks-report .def_tablehead_css td,
.timeatlocation-report .def_tablehead_css td {
    white-space: normal;
}

.landmarks-report table.report-table tr.no-data-header td,
.timeatlocation-report table.report-table tr.no-data-header td {
    padding-top: 35px;
}

.landmarks-report table.report-table tr.no-data-header td > div,
.landmarks-report table.report-table tr.no-data-device td > div,
.timeatlocation-report table.report-table tr.no-data-header td > div,
.timeatlocation-report table.report-table tr.no-data-device td > div {
    position: relative;
}

.landmark_report > div > table tr td.LandmarkName div,
.landmark_report > div > table tr td.DeviceName div {
    word-break: break-all;
    margin: 4px 3px 3px 0;
    text-align: left;
}

.landmark_report .total-info-row td:first-child {
    padding: 15px 0 0 4% !important;
}

.landmark_report .total-info-row td {
    padding: 15px 0 0 0 !important;
}

.landmark_report .total-info-row {
    border-top: 10px solid;
    border-color: transparent;
}

.landmark_report .total-info-row div {
    margin: 0 !important;
    border-top: 1px solid #505050;
    border-right: none !important;
    width: 100%;
    padding: 20px 0 0 25%;
}

.landmark_report .total-info-row td:first-child div {
    padding: 20px 0 0 0;
}

table.report-table tr.def_tablehead_css {
    position: fixed;
    top: 103px;
    width: 100%;
    display: table;
    z-index: 2;
    background: black;
    background-color: #0F0F0F !important;
    
}
table.report-table tr.def_tablehead_css td
{
    color: White;
    border-left: 1px solid #646464;
    font-family: montseratt-light;
    font-weight: normal;
}

table.report-table 
{
    margin-top: 130px;
}
table.report-table .ui-sortable-handle:hover {
    background: none;
}

.landmarks-report #TableEditObj input[type='text'], 
.timeatlocation-report #TableEditObj input[type='text'] {
    height: 26px !important;
}

.Notes #TableEditObj {
    margin-left:3%;
    width: 80%;
}
.Notes #TableEditObj input[type='text']{
    width:97%!important;
}
.trips-report table.report-table tr.daily-summary-row td {
    font-weight: bold;
    padding: 0px 2px;
    border-top: 2px solid #505050;
    border-right: none !important;
}


table.report-table tr.device-info-row-first td {
    border-top: 0px;
}
.report-totals-row td{
    font-weight:bold;
    border-top:solid 1px #000 !important;
}
.report-date-row td,
.trips-report table.report-table tr.trip-date-row td,
.landmarks-report table.report-table tr.device-name-row td,
.s1c-report table.report-table tr.date-info-row td,
.alerts-report table.report-table tr.device-info-row td,
.activity-report table.report-table tr.date-info-row td,
.speeding-report table.report-table tr.date-info-row td,
.timeatlocation-report table.report-table tr.device-name-row td,
.zoneactivity-report table.report-table tr.driver-header td {
    height: 26px;
    color: #fff;
    background-color: #13518b !important;
    border-left: 1px solid #13518b !important;
}

.zoneactivity-report table.report-table tr.driver-total-header td {
    background-color: #e6e6e6;
    font-weight: bold;
}

.zoneactivity-report table.report-table tr.trip-info-header td {
    font-weight: bold;
    font-size: 0.85em;
    color: #7d7d7d;
}

.zoneactivity-report table.report-table tr.trip-info-row td {
    font-size: 0.9em;
    color:#7d7d7d 
}

.zoneactivity-report table.report-table tr.driver-total-row td {
    background-color: #ccc;
    font-weight: bold;
}

table.report-table tr.no-data-header td,
table.report-table tr.no-data-device td,
.trips-report table.report-table tr.device-info-row td,
.trips-report table.report-table tr.trip-date-row td,
.landmarks-report table.report-table tr.device-info-row td,
.timeatlocation-report table.report-table tr.device-info-row td,
.alerts-report table.report-table tr.device-info-row td,
.activity-report table.report-table tr.device-info-row td,
.activity-report table.report-table tr.date-info-row td,
.speeding-report table.report-table tr.date-info-row td {
    position: relative;
}
table.report-table tr.no-data-header td > div,
table.report-table tr.no-data-device td > div,
.trips-report table.report-table tr.device-info-row td > div,
.trips-report table.report-table tr.trip-date-row td > div,
.landmarks-report table.report-table tr.device-info-row td > div,
.timeatlocation-report table.report-table tr.device-info-row td > div,
.alerts-report table.report-table tr.device-info-row td > div,
.activity-report table.report-table tr.device-info-row td > div,
.activity-report table.report-table tr.date-info-row td > div,
.speeding-report table.report-table tr.date-info-row td > div {
    position: absolute;
    top: 0px;
    left: 6px;
    z-index: 1;
}
.trips-report table.report-table tr.trips-header-row td {
    font-weight: 600;
    border-bottom: 1px solid rgba(150, 150, 150, 0.32);
}
table.report-table tr.no-data-header td {
    height: 70px;
    font-weight: bold;
}
table.report-table tr.no-data-header td > div {
    margin-top: 50px;
    text-decoration: underline;
}

table.report-table tr.no-data-device td {
    height: 25px;
}
.trips-report table.report-table tr.device-info-row td > div {
    overflow: visible;
}
.trips-report table.report-table tr.first-row,
.timeatlocation-report table.report-table tr.first-row,
.landmarks-report table.report-table tr.first-row,
.activity-report table.report-table tr.first-row {
    height: 75px !important;
}
.trips-report table.report-table tr.device-info-row,
.timeatlocation-report table.report-table tr.device-info-row,
.landmarks-report table.report-table tr.device-info-row,
.activity-report table.report-table tr.device-info-row {
    font-weight: bold;
    height: 50px;
}
table.report-table tr.no-data-header td,
table.report-table tr.no-data-device td,
.trips-report table.report-table tr.device-info-row td,
.trips-report table.report-table tr.trips-header-row td,
.trips-report table.report-table tr.daily-summary-row td,
.landmarks-report table.report-table tr.device-info-row td,
.landmarks-report table.report-table tr.landmark-header-row td,
.landmarks-report table.report-table tr.total-info-row td,
.timeatlocation-report table.report-table tr.device-info-row td,
.timeatlocation-report table.report-table tr.landmark-header-row td,
.timeatlocation-report table.report-table tr.total-info-row td,
.alerts-report table.report-table tr.alert-header-row td,
.activity-report table.report-table tr.device-info-row td,
.activity-report table.report-table tr.activities-header-row td,
.speeding-report table.report-table tr.speeding-header-row td
{
    background-color: #fff;
}

.activity-report .activities-devicetotals td{
    background-color:#ccc;
    font-weight:bold;
}

table.report-table .inputname-row td {
    font-weight:bold;
}
table.report-table .daily-summary-row td,
.activity-report .activities-dailytotals td{
    background-color:#e6e6e6;
    font-weight:bold;
}

   .s1c-report table.report-table tr.device-info-row td,
   .activity-report table.report-table tr.device-info-row td {
        line-height: 45px;
        border-top: #13518b solid 2px;
    }

    .activity-report table.report-table tr.device-info-row.first-row td {
        line-height: 30px;
    }
.trips-report table.report-table tr.device-info-row.first-row .device-info-item {
    top: 21px;
}
.trips-report table.report-table tr.device-info-row .device-info-item {
    text-align: center;
    min-width: 210px;
    line-height: 50px;
    position: absolute;
    top: -5px;
}
.trips-report table.report-table tr.device-info-row .device-info-item.cell-0 {
            left: 0px;
            width: 150px;
    min-width: 150px;
}
.trips-report table.report-table tr.device-info-row .device-info-item.cell-1 {
    left: 150px;
}
.trips-report table.report-table tr.device-info-row .device-info-item.cell-2 {
    left: 360px;
}
.trips-report table.report-table tr.device-info-row .device-info-item.cell-3 {
    left: 570px;
}
.trips-report table.report-table tr.device-info-row .device-info-item.cell-4 {
    left: 780px;
}
.trips-report table.report-table td.daily-summary,
.trips-report table.report-table td.device-groups,
.trips-report table.report-table td.total-label  {
    text-align: right;
}
.trips-report table.report-table td.col0,
.trips-report table.report-table td.col2,
.trips-report table.report-table td[cncellcss="col0"],
.trips-report table.report-table td[cncellcss="col2"] {
    width: 7%;
    min-width: 85px;
}

.dtc-report table.report-table td.col0,
.dtc-report table.report-table td.col1,
.dtc-report table.report-table td[cncellcss="col0"],
.dtc-report table.report-table td[cncellcss="col1"] {
    width:25%;
}
.dtc-report table.report-table td[cncellcss] {
    text-align: center !important;
}

.dtc-report table.report-table td[cncellcss="col0"] {
    padding-right:10.5%;
}


.dtc-report table.report-table td.col2,
.dtc-report table.report-table td.col3,
.dtc-report table.report-table td[cncellcss="col2"],
.dtc-report table.report-table td[cncellcss="col3"] {
    width: 7.5%;
}

/*@@@@@@@ Made equal for now @@@@@@@*/

.zoneactivity-report table.report-table td[cncellcss="col0"],
.zoneactivity-report table.report-table td[cncellcss="col1"],
.zoneactivity-report table.report-table td[cncellcss="col2"],
.zoneactivity-report table.report-table td[cncellcss="col3"],
.zoneactivity-report table.report-table td[cncellcss="col4"],
.zoneactivity-report table.report-table td[cncellcss="col5"],
.zoneactivity-report table.report-table td[cncellcss="col6"],

.zoneactivity-report table.report-table td.col0,
.zoneactivity-report table.report-table td.col1,
.zoneactivity-report table.report-table td.col2,
.zoneactivity-report table.report-table td.col3,
.zoneactivity-report table.report-table td.col4,
.zoneactivity-report table.report-table td.col5,
.zoneactivity-report table.report-table td.col6
 {
     width: calc(100% / 7);
     text-align: center;
}

/*@@@@@@@@@@@@@@@@@@@*/

.trips-report table.report-table td.col1,
.trips-report table.report-table td.col3,
.trips-report table.report-table td[cncellcss="col1"],
.trips-report table.report-table td[cncellcss="col3"] {
    width: 26%;
    min-width: 200px;
}
.trips-report table.report-table td.col4,
.trips-report table.report-table td.col5,
.trips-report table.report-table td.col6,
.trips-report table.report-table td[cncellcss="col4"],
.trips-report table.report-table td[cncellcss="col5"],
.trips-report table.report-table td[cncellcss="col6"] {
    width: 10%;
    min-width: 105px;
}
.trips-report table.report-table td.col1 > div,
.trips-report table.report-table td.col3 > div,
.alerts-report table.report-table tr:not(.no-data-header) td > div,
.activity-report table.report-table td.col1 > div,
.activity-report table.report-table td.col2 > div,
.activity-report table.report-table td.col4 > div {
    display: inline-block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.trips-report table.report-table tr.trips-stopped-row td.col1,
.trips-report table.report-table tr.trips-stopped-row td.col3,
.trips-report table.report-table tr.trips-stopped-row td.col3 a,
.trips-report table.report-table tr.trips-stopped-row td.col6 {
    color: #FF0000;
    font-weight: bold;
}
.landmarks-report table.report-table tr.device-info-row.first-row td > div {
    top: 32px;
}
.landmarks-report table.report-table tr.device-info-row td > div {
    top: 10px;
}
.landmarks-report table.report-table tr.landmark-header-row,
.landmarks-report table.report-table tr.total-info-row .total-info-label,
.timeatlocation-report table.report-table tr.landmark-header-row,
.timeatlocation-report table.report-table tr.total-info-row .total-info-label {
    font-weight: bold;
}
.landmarks-report table.report-table td.LandmarkName,
.landmarks-report table.report-table td[cncellcss="LandmarkName"],
.timeatlocation-report table.report-table td.LandmarkName,
.timeatlocation-report table.report-table td[cncellcss="DeviceName"] {
    width: 15%;
}
.landmarks-report table.report-table td.Enter,
.landmarks-report table.report-table td[cncellcss="Enter"],
.timeatlocation-report table.report-table td.Enter,
.timeatlocation-report table.report-table td[cncellcss="Enter"] {
    width: 12%;
}
.landmarks-report table.report-table td.Exit,
.landmarks-report table.report-table td.TimeAt,
.landmarks-report table.report-table td.IdleTime,
.timeatlocation-report table.report-table td.Exit,
.landmarks-report table.report-table td[cncellcss="Exit"],
.landmarks-report table.report-table td[cncellcss="Enter"],
.landmarks-report table.report-table td[cncellcss="TimeAt"],
.landmarks-report table.report-table td[cncellcss="IdleTime"],
.timeatlocation-report table.report-table td[cncellcss="Exit"],
.landmarks-report table.report-table td[cncellcss="Driver"] {
    width: 12%;
    min-width: 100px;
}
.landmarks-report table.report-table td.Notes,
.landmarks-report table.report-table td[cncellcss="Notes"] {
    width: 30%;
}

.alerts-report table.report-table tr.first-row {
    height: 50px !important;
}
.alerts-report table.report-table tr.device-info-row.first-row td > div {
    top: 25px;
}
.alerts-report table.report-table td.col0,
.alerts-report table.report-table td.col1,
.alerts-report table.report-table td[cncellcss="col0"],
.alerts-report table.report-table td[cncellcss="col1"] {
    width: 15%;
}
.alerts-report table.report-table td.col2,
.alerts-report table.report-table td[cncellcss="col2"] {
    width: 10%;
}
.alerts-report table.report-table td.col3,
.alerts-report table.report-table td[cncellcss="col3"] {
    width: 5%;
}
.alerts-report table.report-table td.col4,
.alerts-report table.report-table td[cncellcss="col4"] {
    width: 25%;
    min-width: 200px;
}
.alerts-report table.report-table td.col5,
.alerts-report table.report-table td.col6,
.alerts-report table.report-table td[cncellcss="col5"],
.alerts-report table.report-table td[cncellcss="col6"] {
    width: 15%;
}

.activity-report table.report-table tr.device-info-row.first-row td > div {
    top: 32px;
}

.activity-report table.report-table td.col1,
.activity-report table.report-table td[cncellcss="col1"],
.activity-report table.report-table td.col14,
.activity-report table.report-table td[cncellcss="col18"] {
    width: 10%;
}

.activity-report table.report-table td[cncellcss="col13"] {
    width: 10%;
}

.activity-report table.report-table td.col5,
.activity-report table.report-table td[cncellcss="col5"]
{
    width: 5%;
}

.activity-report table.report-table td.col2,
.activity-report table.report-table td[cncellcss="col2"] {
    width: 10%;
}

.activity-report table.report-table td.col0,
.activity-report table.report-table td.col3,
.activity-report table.report-table td.col4,
.activity-report table.report-table td.col6,
.activity-report table.report-table td.col7,
.activity-report table.report-table td.col8,
.activity-report table.report-table td.col9,
.activity-report table.report-table td.col10,
.activity-report table.report-table td.col11,
.activity-report table.report-table td.col12,
.activity-report table.report-table td.col13,
.activity-report table.report-table td[cncellcss="col0"],
.activity-report table.report-table td[cncellcss="col3"],
.activity-report table.report-table td[cncellcss="col4"],
.activity-report table.report-table td[cncellcss="col6"],
.activity-report table.report-table td[cncellcss="col7"],
.activity-report table.report-table td[cncellcss="col8"],
.activity-report table.report-table td[cncellcss="col9"],
.activity-report table.report-table td[cncellcss="col10"],
.activity-report table.report-table td[cncellcss="col11"],
.activity-report table.report-table td[cncellcss="col12"],
.activity-report table.report-table td[cncellcss="col13"] {
    width: 5%;
}

.s1c-report table.report-table td.col0,
.s1c-report table.report-table td[cncellcss="col0"] {
        width:150px;
}
.s1c-report table.report-table td.col2,
.s1c-report table.report-table td[cncellcss="col2"],
.s1c-report table.report-table td.col3,
.s1c-report table.report-table td[cncellcss="col3"],
.s1c-report table.report-table td.col4,
.s1c-report table.report-table td[cncellcss="col4"],
.s1c-report table.report-table td.col5,
.s1c-report table.report-table td[cncellcss="col5"],
.s1c-report table.report-table td.col6,
.s1c-report table.report-table td[cncellcss="col6"],
.s1c-report table.report-table td.col7,
.s1c-report table.report-table td[cncellcss="col7"],
.s1c-report table.report-table td.col8,
.s1c-report table.report-table td[cncellcss="col8"],
.s1c-report table.report-table td.col9,
.s1c-report table.report-table td[cncellcss="col9"],
.s1c-report table.report-table td.col10,
.s1c-report table.report-table td[cncellcss="col10"],
.s1c-report table.report-table td.col11,
.s1c-report table.report-table td[cncellcss="col11"] {
        width:80px;
}
.s1c-report table.report-table td.col1,
.s1c-report table.report-table td[cncellcss="col1"] {
    width:80px;
}
.s1c-report.with-address table.report-table td.col1,
.s1c-report.with-address table.report-table td[cncellcss="col1"] {
    width:25%;
}

.table>tbody>tr.s1c-header-row>td {
    vertical-align:middle;
}
.s1c-header-row td div{
    display:inline-block;
}

.speeding-report table.report-table tr.date-info-row.first-row {
    height: 50px;
}
.speeding-report table.report-table tr.date-info-row.first-row td > div {
    top: 25px;
}
.speeding-report table.report-table td.col0,
.speeding-report table.report-table td[cncellcss="col0"] {
    width: 20%;
}
.speeding-report table.report-table td.col1,
.speeding-report table.report-table td.col2,
.speeding-report table.report-table td.col3,
.speeding-report table.report-table td[cncellcss="col1"],
.speeding-report table.report-table td[cncellcss="col2"],
.speeding-report table.report-table td[cncellcss="col3"] {
    width: 10%;
}
.speeding-report table.report-table td.col4,
.speeding-report table.report-table td[cncellcss="col4"] {
    width: 50%;
}

.trips-report .devices-filter {
    float: left;
}

.ui-sortable-helper .no-data-header td,
.ui-sortable-helper .no-data-device td,
.trips-report .ui-sortable-helper .device-info-row td,
.landmarks-report .ui-sortable-helper .device-info-row td {
    color: #fff !important;
    opacity: 0;
}
.ui-sortable-helper .device-name-row td {
    color: #13518b !important;
}

.report-history-playback {
    background-color: #000000;
}

.history-playback-report .report-content {
    margin-top: 105px;
    padding: 10px;
}

.history-playback-report .report-content #plotmap {
    min-height: 600px;
    border-radius: 2px !important;
}

.history-playback-report .page-container {
    background-color: #000000;
}

.history-playback-report #plotmap {
    border:1px solid #6f6f6f;
}
.history-playback-report #animation {
    margin: 1em;
    color: #ffffff;
}

.history-playback-report .black_button {
    background-image: url(../images/black_button.png);
    background-repeat: no-repeat;
    border: none;
    width: 111px;
    height: 28px;
    background-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    background-position: 0 2px;
}

.history-playback-report #animate_time {
    float: right;
}

.history-playback-report #slider {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 5px !important;
}

.history-playback-report #slider .ui-slider-handle {
    border-radius: 5px !important;
}

.history-playback-report #end_time {
    float: right;
}
.history-playback-report .printOnly {
    display: none;
}

.history-playback-report #legend > div {
    width: 150px;
    height: 32px;
    float: left;
    margin-left: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.history-playback-report .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.history-playback-report #legend_notes {
    color: #ccc;
    margin-top: 0.5em;
    margin-left: 0.5em;
    font-size: 0.9em;
}

.history-playback-report #legend {
    margin-top: 0.5em;
    margin-left: 0.5em;
}

.history-playback-report #legend > div.weeklyMarker {
    width: 24em;
    height: 4em;
    float: left;
    border: 1px solid #3867A6;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-left: 0.5em;
    margin-top: 0.5em;
    text-align: center;
    line-height: 2em;
    cursor: pointer;
}

.history-playback-report .weeklyMarker div.sublegend > div {
    display: inline;
    width: 34px;
    height: 18px;
    line-height: 18px;
    margin-left: 0.25em;
    margin-right: 0.25em;
    padding-left: 1px;
}

.report-history-playback #vehicle_options_dialog .colorPicker {
    width: 67px;
    margin: 5px;
}

.report-history-playback #vehicle_options_dialog div.color_picker {
    display: inline-block;
}

.report-history-playback #color_selector {
    z-index: 1000;
}

.report-history-playback .ui-dialog.ui-widget-content,
.report-history-playback .ui-dialog .ui-widget-content {
    background: none;
    color: #fff;
    border: none;
}

.report-history-playback .ui-dialog .ui-dialog-buttonset .ui-button {
    text-decoration: none;
    border: 1px solid white;
    text-transform: uppercase;
    color: white;
    background: transparent;
}

.report-history-playback .ui-dialog .ui-dialog-content,
.report-history-playback .ui-dialog .ui-dialog-buttonpane {
    background-color: #383838;
}

.report-history-playback .ui-dialog .ui-dialog-buttonpane {
    margin-top: 0;
}

@media print{
    table.report-header {
        position:absolute;
    }
    table.report-table {
        margin-top: 80px !important;
    }
    table.report-header * {
        color: #fff !important;
        background-color: #505050 !important;
        -webkit-print-color-adjust: exact;
    }
    table.report-header tr {
        position: relative !important;
    }
    table.report-header .report-controls *,
    table.report-table tr.def_tablehead_css td {
        display: none !important;
    }
    .trips-report table.report-table tr.device-info-row.device-info-row-first,
    .landmarks-report table.report-table tr.device-info-row.device-info-row-first,
    .activity-report table.report-table tr.device-info-row.device-info-row-first {
        height: 50px;
    }
    table.report-table tr:nth-of-type(odd) td {
        background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
    }
    table.report-table tr.no-data-header td,
    table.report-table tr.no-data-device td,
    .trips-report table.report-table tr.device-info-row td,
    .trips-report table.report-table tr.trips-header-row td,
    .trips-report table.report-table tr.daily-summary-row td,
    .landmarks-report table.report-table tr.device-info-row td,
    .landmarks-report table.report-table tr.landmark-header-row td,
    .landmarks-report table.report-table tr.total-info-row td,
    .speeding-report table.report-table tr.speeding-header-row td
    {
        background: #fff !important;
        -webkit-print-color-adjust: exact;
    }

     tr.landmark-header-row {
         display:none;
     }

    table.report-table tr.no-data-header td,
    table.report-table tr.no-data-device td,
    .trips-report table.report-table tr.device-info-row td > div,
    .trips-report table.report-table tr.trip-date-row td,
    .landmarks-report table.report-table tr.device-info-row td,
    .landmarks-report table.report-table tr.device-name-row td,
    .alerts-report table.report-table tr.device-info-row td,
    .activity-report table.report-table tr.date-info-row td,
    .speeding-report table.report-table tr.date-info-row td {
        position: relative !important;
    }
    .trips-report table.report-table tr.trip-date-row td,
    .trips-report table.report-table tr.trip-date-row td *,
    .landmarks-report table.report-table tr.device-name-row td,
    .landmarks-report table.report-table tr.device-name-row td *,
    .alerts-report table.report-table tr.device-info-row td,
    .alerts-report table.report-table tr.device-info-row td *,
    .activity-report table.report-table tr.date-info-row td,
    .activity-report table.report-table tr.date-info-row td *,
    .speeding-report table.report-table tr.date-info-row td,
    .speeding-report table.report-table tr.date-info-row td * {
        color: #fff !important;
        background-color: #13518b !important;
        -webkit-print-color-adjust: exact;
    }
    .trips-report table.report-table tr.trips-stopped-row td.col1 *,
    .trips-report table.report-table tr.trips-stopped-row td.col3 *,
    .trips-report table.report-table tr.trips-stopped-row td.col6 * {
        color: #FF0000 !important;
    }
    table.report-table > tbody > tr {
        page-break-inside: avoid !important;
    }
    .alerts-report table.report-table tr.first-row,
    .speeding-report table.report-table tr.first-row {
        height: 25px !important;
    }
    .alerts-report table.report-table tr.device-info-row.first-row td > div,
    .speeding-report table.report-table tr.date-info-row.first-row td > div {
        top: 0px;
    }
}
.report-inputruntime .page-header,
.report-s1c .page-header,
.report-activity .page-header,
.report-trips .page-header,
.report-zoneactivity .page-header,
.report-dtc .page-header,
.report-mileage .page-header,
.report-landmarkhistory .page-header,
.report-alerthistory .page-header,
.report-speeding .page-header,
.report-service-reminder .page-header,
.report-history-playback .page-header {
    height: 0px;
}
.report-inputruntime .page-header-top,
.report-s1c .page-header-top,
.report-activity .page-header-top,
.report-trips .page-header-top,
.report-zoneactivity .page-header-top,
.report-dtc .page-header-top,
.report-mileage .page-header-top,
.report-landmarkhistory .page-header-top,
.report-alerthistory .page-header-top,
.report-speeding .page-header-top,
.report-service-reminder .page-header-top,
.report-history-playback .page-header-top {
    display: none;
}

.report-inputruntime .page-content,
.report-s1c .page-content,
.report-activity .page-content,
.report-trips .page-content,
.report-zoneactivity .page-content,
.report-dtc .page-content,
.report-mileage .page-content,
.report-landmarkhistory .page-content,
.report-alerthistory .page-content,
.report-speeding .page-content,
.report-service-reminder .page-content,
.report-history-playback .page-content {
    padding-top: 0px;
}

/* spinner */
.sk-fading-circle {
  margin: 1ex auto;
  width: 7ex;
  height: 7ex;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* overrides to pager */
.footer .def_pager_css, .footer .def_selpager_css {
    margin: 0px;
    border: none;
    padding: 0px;
    color:  #4F7D9B;
    font-weight: normal;
    line-height: 16px;
    float:left;
}

.footer .def_pager_css:hover{
    background-color: transparent;
}

.footer .def_pager_css img 
{
    vertical-align: top;
}
@-moz-document url-prefix() { 
  .footer .def_pager_css img 
    {
        vertical-align: middle;
    }
}
.footer .def_pager_css .num:hover, .footer .def_selpager_css,
.footer .def_pager_css .num{
    background-color: #BDBDBD;
    color: #000;
    padding: 0;
    width: 13px;
    height: 16px;
    line-height: 16px;
    font-size: 9.14px;
    font-family: montseratt-regular;
    vertical-align:middle;
}
.footer .def_pager_css .num 
{
    background-color: transparent;
    color: White;
}
.footer .def_pager_css .num:hover,
#GTSDevicesBottomPager > div:nth-child(1):hover,
#GTSDevicesBottomPager > div:nth-child(9):hover
{ 
    background-color: rgba(65, 140, 183, 0.7);
    color: #fff;
}

#GTSDevicesBottomPager > div.def_disablepager_css:nth-child(1):hover,
#GTSDevicesBottomPager > div.def_disablepager_css:nth-child(9):hover {
     background-color: transparent;
}

.footer .def_pager_css .prev:hover{
    background: url(/images/prev_active.png) center 1px no-repeat;
}

.footer .def_pager_css .next:hover 
{
     background: url(/images/next_active.png) center 0 no-repeat;
}

.footer .def_pager_css.def_disablepager_css .prev:hover{
    background: transparent;
}
.footer .def_pager_css.def_disablepager_css .next:hover 
{
     background: transparent;
}

.vehicle-info .message-box {
    padding: 8px 15px; 
    height: 32px;
    font-weight: 600;
    background: url(/images/deviceInfo_main.png);
    margin-left: 6px
}

#GTSAlertNotifications td {
    position: relative;
}
#GTSAlertNotifications span.warning {
    background: url('../images/warning-icon.svg') no-repeat;
    background-size: 1em;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 5;
}

#GTSAlertNotifications td.warning {
    display: none;
    width: 0;
}

span.skipped {
	text-decoration: line-through;
}
.ui-state-highlight {
    height: 28px; 
    line-height: 28px;
    background: #fff;
    /*border: 1px solid silver;*/
}

#tab-users .show-managers-box {
    display: inline-block;
    margin-right: 5px;
}
#tab-users .show-managers-box label {
    margin: 8px;
}
#tab-users .show-managers-box input {
    vertical-align: sub;
}
#support-dialog .modal-body div.line {
    margin-bottom: 5px;
}

.logged-users-box {
    display: inline-block;
    margin: 17px 14px 0 0;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.31);
}
.logged-users-box span {
    display: block;
    text-align: center;
    margin-top: -1px;
}
input.activity-search-days {
    width: 170px;
    display: inline-block;
}
.activity-search-btn {
    height: 32px;
    margin-left: 5px;
    display: inline-block;
}

.header.page-header 
{
    background: url(/images/header.png) no-repeat top right;
    background-size: cover;
    height: 103px;
    z-index: 9999;
    position: relative;
    visibility: visible;
    border-bottom: 1px solid rgba(150, 150, 150, 0.32);
}
.header.page-header.collapse {
    visibility: collapse;
}
#support-dialog .modal-content 
{
    background: url(/images/customer_new.png) no-repeat;
    width: 477px;
    box-shadow: none;
}
.support-message
{
    width: 400px;
}
/*.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: 0;
}*/

#intensive-report-dlg .modal-content {
    background: url(/images/customer2.png) no-repeat;
    width: 478px;
    height: 400px;
    box-shadow: none;
}

#intensive-report-dlg .modal-body {
    color: #fff;
}

#intensive-report-dlg .line {
    margin: 8px 0;
}

#intensive-report-dlg .modal-body {
    max-height: 280px;
    height: 280px;
    padding: 0;
    overflow: auto;
}

#intensive-report-dlg .modal-body .report-history {
    padding: 5px 20px;
}

#intensive-report-dlg .modal-body .report-history table {
    width: 100%;
}

#intensive-report-dlg .modal-body .report-history table input[type=text] {
    background: none;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

#intensive-report-dlg .modal-body .report-history table td > .def_readonly_cell_css {
    color: #fff;
}

#intensive-report-dlg .modal-body .report-history table td > .report-status {
    margin: 4px 3px 3px 3px;
}

#intensive-report-dlg .modal-body .report-history table td .def_pager_css {
    color: #fff;
}

#intensive-report-dlg #footer-warning {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.cancelIntensiveReport {
    border-radius: 8px !important;
    margin: 0 4px;
}

.page-content 
{
    padding-top: 0 !important;
    z-index: 0;
}

.logout-icon
{
    background: url(/images/exit.png);
    height: 17px;
    width: 15px;
}

select:not(#days_aggregate),
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button,
.account-selector + .chosen-container .chosen-single,
.account-selector + .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 10px !important;
    background: url(/images/arrow.png) no-repeat right rgba(72, 72, 72, 0.8); /*0.6*/
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #f4fbff; /*#5584A0*/
    font-weight: normal;
    outline: none;
    border: none;
    padding: 1px 1px 1px 7px;
    cursor: pointer;
}

.account-selector + .chosen-container-single .chosen-single div b {
    background: transparent;
}

.account-selector + .chosen-container .chosen-single,
.account-selector + .chosen-container-active.chosen-with-drop .chosen-single {
    outline: none;
    box-shadow: none;
    line-height: 20px;
}

.account-selector + .chosen-container.chosen-with-drop .chosen-drop {
    width: 300px;
    top: 30px;
    background: rgba(72, 72, 72, 0.9);
    color: #f4fbff;
    font-weight: normal;
    outline: none;
    border: none;
    cursor: pointer;
}

.account-selector + .chosen-container .chosen-results li.no-results {
    background: inherit;
}

.landmarks-report.infobox .bootstrap-select.btn-group .btn .filter-option {
    padding: 0 0 2px 0;
}

div.duration-filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
    padding: 0;
}

.reports-filter div.duration-filter .filter-control {
    line-height: 25px;
}

div.duration-filter .bootstrap-select.btn-group button.btn span.filter-option {
    text-align: center;
    padding: 0 0 2px 0;
}

select::-ms-expand {
    display: none;
}
.alert-type 
{
    border-radius: 0px 10px 10px 0px !important;
    width: 175px;
    background-position-x: 145px;
}

.claster-size > option
 {
    background-color: #fff;
    color: #000;
}

.alert-speed 
{
    width: 60px;
    border-radius: 10px 0px 0px 10px !important;
    background: rgba(72, 72, 72, 0.6);
    padding-left: 7px;
    border: none;
    outline: none;
}
.alert-edit .alert-min-g {
    width: 50px;
    background: rgba(72, 72, 72, 0.6);
    padding-left: 7px;
    margin-right: 7px;
    border: none;
    outline: none;
}
.alert-edit .alert-idle-time {
    width: 30px;
    background: rgba(72, 72, 72, 0.6);
    padding-left: 7px;
    border: none;
    outline: none;
}
.alert-edit .alert-mileage-time-period {
    width: 95px;
}
.alert-edit.bar.portlet.box.black .portlet-body .alert-device-groups button,
.alert-edit.bar.portlet.box.black .portlet-body .alert-devices button
{
    width: 180px;
}
.alert-edit .alert-motion-time {
    width: 36px;
    border-radius: 10px !important;
    background: rgba(72, 72, 72, 0.6);
    padding-left: 10px;
    border: none;
    outline: none;
}
.alert-edit .alert-motion-threshold {
    width: 38px;
    background: rgba(72, 72, 72, 0.6);
    border-radius: 10px!important;
    outline: none;
    border: none;
    color: white;
    padding-left: 5px;
}
.alert-timestart, 
.alert-timeend,
.replaced_time
{
    width: 60px;
    border-radius: 0px 0px 0px 0px !important;
    background: rgba(72, 72, 72, 0.6);
    border: none;
    outline: none; 
}

.alert-timezone 
{
    background-position-x: 200px;
    width: 230px;
}

.alert-timeend 
{
    border-radius: 0px 10px 10px 0px !important;
}

/*
.portlet-body .checker span,
.portlet-body .alert-active-box span,
.portlet-bosy .alert-speed-box span.checked 
{
    background-image: url(/images/radio.png);
    background-position: 0 !important;
}

.portlet-body .checker span,
.portlet-body .alert-active-box span,
.portlet-bosy .alert-speed-box span.checked 
{
    background-image: url(/images/group.png);
}
*/

.alert-notify 
{
    border-radius: 10px !important;
    background: rgba(72, 72, 72, 0.6);
    outline: none;
    border: none;
    color: white;
}

.alert-recipient 
{
    background: transparent;
    border: 1px solid;
    border-radius: 10px !important;
    width: 120px;
}
.alert-recipient:hover {
    background-color: rgba(65, 140, 183, 0.7) !important;
}
#device-icon .dd-select 
{
    background: transparent !important;
}
.save
{
    width: 100px;
    height: 28px;
    border-radius: 10px !important;
    line-height: 0px;
    border: 1px solid white;
    padding-left: 32px;
    background: url(/images/save.png) no-repeat 24px 7px !important;
    background-position-x: 20px;
    text-transform: uppercase
}

.save:hover
{
    background: url(/images/save.png) no-repeat 24px 7px rgba(65, 140, 183, 0.7) !important;
    border: 1px solid white;
}

.alert-delay 
{
    background: rgba(72, 72, 72, 0.6);
    outline: none;
    border: none;
    color: white;
    padding-left: 7px;
}

.map_viewer input[type='checkbox'] 
{
    display: none;
}
.map_viewer div.checker input[type='checkbox'] {
    display: inline-block !important;
    max-height: 100%;
}
.alert-edit.bar.portlet.box.black .portlet-body .alert-name,
#search-device, #search-driver, input.group-name, input.device-label, input.device-label2,
input.landmark-name, input.landmark-radius,
.report-page .timepicker,
.activity-report .timepicker,
.trips-report .timepicker,
.landmarks-activity-report .timepicker,
.history-playback-report .timepicker,
input.user-name, input.user-email, .custom-date-range input,
input.driver-name, input.driver-romeCode,
input.landmark-address, .folder-name,
.replaced_date,
.nice_input, input.driver-group-name {
    border-radius: 10px !important;
    background: rgba(72, 72, 72, 0.6);
    width: 98%;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    color: White;
    font-size: 13px;
}
.no-locates-report .nice_input.hours {
    width: 35px;
    padding: 0 5px;
    -moz-appearance: textfield;
    text-align:center;
}

    .no-locates-report .nice_input.hours::-webkit-outer-spin-button,
    .no-locates-report .nice_input.hours::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

.replaced_date {
    width: 100px;
    padding: 0 5px;
    border-radius: 10px 0 0 10px !important;
}

.replaced_time {
    border-radius: 0 10px 10px 0 !important;
    height: 22px;
    padding: 0 5px;
}
.activity-report .timepicker,
.landmarks-activity-report .timepicker,
.trips-report .timepicker,
.history-playback-report .timepicker {
    width: 62px !important;
    padding-left: 4px;
}

inout.landmark-radius 
{
    width: 55px;
}
.group-name, .driver-group-name {
    position: relative;
    top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 130px;
    display: inline-block;
}

.portlet 
{
    margin-bottom: 0;
}

.bar.portlet.box.black .portlet-body .row {
    margin-right: -5px;
    margin-left: -5px;
}
.bar.portlet.box.black .portlet-body .row.alerton-box 
{
    margin-left: 10px;
}
.bar.portlet.box.black .portlet-body hr {
    border: 1px solid rgba(128, 128, 128, 0.26);
    margin-right: 6px;
}

.account-selector option
{
    background: rgba(24, 25, 23, 0.8);
}

.account-selector option:hover
{
    background: none;
}

ul.dropdown-menu.dropdown-menu-default
{
    background: #243846;
    border: none;
}

ul.dropdown-menu.dropdown-menu-default > li a
{
    color: #5b9bd1;
}

ul.dropdown-menu.dropdown-menu-default > li a:hover,
ul.dropdown-menu.dropdown-menu-default > li a:focus
{
    color: #7DB6E2;
    background:transparent;
}

.page-content-wrapper
{
    margin-left: -1px;
    margin-top: -2px;
}

.icon-logout
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 3px;
    
}

.bar.portlet.box.black,
.tabs.bar.black
{
    width: 276px;
}

.bar.portlet.box.black .portlet-title,
.bar.portlet.box.black .portlet-body,
.tabs.bar.black
{
    background-color: transparent;
}

.bar.portlet.box.black .portlet-body,
.tabs.bar.black .content .panel,
.tab-pane.menu .btn-group {
    background-color: rgba(0, 0, 0, 0.85);
    color: White;
    width: 276px;
    max-height: 100%;
}

.panel 
{
    margin-bottom: 0px;
    font-family: montseratt-light;
}

.footer .device_pager 
{
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.footer .device_pager .prev,
.footer .device_pager .next
 {
    background-color: transparent;
    height: 16px;
    line-height: 16px;
    color: white;
    width: 72px;
    font-size:  8.14px;
    font-family: montseratt-bold;
}
.footer .device_pager .next {
    border-radius: 0px 8px 8px 0px !important;
}

.blackbox {
    background-color: transparent;
}

.blackbox .content {
    background: url(/images/deviceInfo_main.png);
}

.blackbox .header {
    background: url(/images/full.png) no-repeat;
    margin-right: 31px;
}

.blackbox .footer {
    margin-right: 31px;
}

.bar.portlet.box.black .footer,
.tabs.bar.black .footer {
    background-color: rgba(0, 0, 0, 0.85);
    height: 35px;
    position: relative;
}

.bar.portlet.box.black .portlet-title,
.tabs.bar.black .header {
    background-color: rgba(0, 0, 0, 0.85);
    width: 276px;
}
#map_controls .controls label.control 
{
    width: 100%;
    margin-bottom: 0px;
    height: 27px;
    line-height: 24px;
    padding: 0;
}
#map_controls .controls label.control>div
{
    float: left;
    margin-left: 10%;
    margin-right: -10% !important;
    padding-top: 5px;
}
#map_controls .controls label.control:after 
{
     margin-left: 27px !important;
}
.history-item:after,
#map_controls .controls label.control:after {
    width: 214px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    content: "";
    display: block;
    margin-left: 17px;
    margin-top: 2px;
}
.history-item:after {
    margin-top:0;
}
#map_controls .controls .clustering span {
    position:relative;
}
#map_controls .controls .clustering select {
    position: absolute;
    top: -2px;
    right: 34px;
    background-size: 20px 100%;
}
.bar.portlet.box.black .portlet-title .caption
{
    text-align: left;
    width: 80%;
    margin-left: 28px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13.8px;
    font-family: montseratt-bold;
}

.bar.portlet.box.black .portlet-body select,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button 
{
    color: white;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) 
{

}

/****************************/

.bootstrap-select.btn-group .btn .caret
{
    display: none;
}

.btn-group.bootstrap-select.show-tick.alert-devices
{
    background: url(/images/arrow.png) no-repeat right;
    width: 97%;
    background-position-x: 200px;
    border-radius: 10px !important;
}

.tools
{
    display:inline-block;
    float: right;
}

.input[type='checkbox'], .input[type='checkbox']
{
    display: none;
}
.group-device-item label, .group-driver-item label {
    background-image: url(/images/radio.png);
    background-repeat: no-repeat;
    background-position-y: 6px;
    padding-left: 25px;
}

.group-device-item input:checked + label, .group-driver-item input:checked + label {
    background-image: url(/images/group.png);
}

.group-device-item, .group-driver-item {
    height: 34px;
}
.map_viewer div.checker span, .map_viewer div.radio span, .map_viewer .user-groups-rows label
{
  background-position: 0 !important;
  background: url(/images/radio.png) no-repeat;
}

.map_viewer div.checker span.checked, .map_viewer div.radio span.checked, .map_viewer .user-groups-rows input:checked + label
{
  background-image: url(/images/group.png);
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.panel,
.table-striped>tbody>tr:nth-of-type(odd),
.table-hover>tbody>tr:hover
{
    background-color: transparent;
    border: 0;
}

.nav-tabs > li {
    /*margin-left: 24px;*/
    text-transform: uppercase;
    width: calc(50% - 9px);
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
}

#tabs > li:not(.active) > a[href='#tab-groups']:hover, 
#tabs > li:not(.active) > a[href='#tab-vehicles']:hover{
    background-color: rgba(65, 140, 183, 0.7);
    color: #fff;
}

.group-info .footer .options a.edit,
.driver-group-info .footer .options a.edit,
.alert-info .footer .options a.edit,
.driver-info .footer .options a.edit,
.confirm-box .footer a.cancel,
.landmark-info .footer .options a.edit,
button.pull-left.save-folder,
button.pull-left.update-folder,
.checkvisibility-box .footer a.cancel {
    width: 80px;
    height: 25px;
    border: 1px solid white;
    border-radius: 8px 0px 0px 8px !important;
    line-height: 22px;
    text-decoration: none;
    margin-right: 8px;
    text-transform: uppercase;
}

.footer .options .square {
    border: 1px solid white;
    margin: 0 8px;
    line-height: 22px;
    text-align:center;
    padding:0;
    height:25px;
    text-transform:uppercase;
}

.group-info .footer .options a.edit,
.driver-group-info .footer .options a.edit  {
    margin-right: 0px;
}

.group-info .footer .options a.delete,
.driver-group-info .footer .options a.delete,
.alert-info .footer .options a.delete,
.driver-info .footer .options a.delete,
.confirm-box .footer a.confirm,
.landmark-info .footer .options a.delete,
button.pull-right.cancel-folder,
button.pull-right.delete-folder,
.checkvisibility-box .footer a.confirm {
    width: 80px;
    height: 25px;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 0px 8px 8px 0px !important;
    line-height: 22px;
    text-transform: uppercase;
}

.group-info .footer .options,
.driver-group-info .footer .options,
.landmark-info .footer .options {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    width: 171px;
    margin: 0 auto;
}

.group-info .footer .options,
.driver-group-info .footer .options {
    width: 235px;
    bottom: 15px;
}
.group-info .footer .options a:hover,
.driver-group-info .footer .options a:hover,
.alert-info .footer .options a:hover,
.confirm-box .footer a:hover,
.landmark-info .footer .options a:hover,
#map_controls .controls label.control:hover,
.checkvisibility-box .footer a:hover {
    background-color: rgba(65, 140, 183, 0.7);
}
.nav>li>a
{
    padding: 10px 0;
}

.nav>li>a:hover, .nav>li>a:focus
{
    border-color: transparent;
    background: transparent;
}


.def_pager_css
{
    background-color: transparent;
}

.map_viewer .vehicle-list table td
{
    width: 100%;
}

.map_viewer .vehicle-list table td
{
    border-top: 0;
}

.def_mouseoverrow_css td
{
    background-color: transparent;
}

.map_viewer .vehicle-list table td,
.group-item, .landmark-item, .report-item, .alert-item, .user-item, .driver-item, .driver-group-item {
    background: url(/images/menu_arrows.png) no-repeat 90% transparent;
}

.group-item, .landmark-item, .report-item, .alert-item, .user-item, .driver-item, .driver-group-item {
    background-position-x: 90%;
}

.table>tbody>tr>td 
{
    border-top: 0;
}
.vehicle-info .row.title>span.icon
{
    margin-bottom: 2px;
    margin-left: 2px;
}
.vehicle-info .row.title>span.icon.device-icon-sm-1
{
    margin-bottom: 0px;
}
.vehicle-info .row span.name,
.history-info .header .row span.title
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    max-width: 75%;
    white-space: nowrap;
}

.history-info .header .row span.title {
    margin-left: -20px;
}

.map_viewer .infobox .header .vin {
    font-size: 10px;
    padding-left: 1em;
    margin-left: 0px;
    padding-bottom: 0.5em;
}


 .history-info .header .row span.title 
 {
     max-width: 220px;
 }
    
.map_viewer .vehicle-list table td:hover, 
.map_viewer  table td.selected,
#tab-menu button:hover,
.group-rows>div:hover ,
.landmarks-list .landmark-rows>div:hover,
.report-rows>div:hover,
.alert-rows>div:hover,
.user-rows>div:hover,
.group-devices-list table td:hover,
.group-devices-list .folder-device-view:hover,
.group-device-item:hover,
.driver-rows>div:hover  {
    background-color: rgba(65, 140, 183, 0.3);
}

div.row.folder-device-row div.folder-device-active {
    background: rgba(65, 140, 183, 0.4) !important;
}

div.folder-device-active {
    background: rgba(65, 140, 183, 0.6) !important;
}

div.folder-device-row {
    background: rgba(65, 140, 183, 0.2) !important;
}

    div.folder-device-row.active {
        background: rgba(65, 140, 183, 0.6) !important;
    }

div.row.folder-device-row div.folder-device-list:not(.folder-device-active) {
    background: rgba(65, 140, 183, 0);
}

div.folder-device-row.active div.folder-device-list {
    background: #2B3A43 !important;
}

div.folder-device-list {
    background: rgba(65, 140, 183, 0.2);
}

.group-devices-list a,
.group-drivers-list a  {
    color: White !important;
}
.group-drivers-list a {
    margin-left: 10px;
}
.group-drivers-list a
.group-drivers-list a
.group-devices-list,
.group-drivers-list {
    overflow: hidden;
    padding-top: 9px;
}
.group-devices-list table tr td, .folder-device-view {
    height: 36px;
    background: url(/images/menu_arrows.png) no-repeat 90% transparent;
}

.group-drivers-list table tr td, .folder-driver-view {
    height: 36px;
}

.map_viewer .vehicle-list table a span
{
    color: White;
    font-size: 13px;
}

    .map_viewer .vehicle-list table a span.name {
        display:inline-block;
        width:150px;
    }
.vehicle-list>div
{
    margin-left: 1px;
}

#tab-menu button 
{
    background-color: transparent;
    color: White;
    border: 0;
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
    width: 85%;
    margin-left: 20px; 
}
.reports-filter button,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
    width: 140px !important;
}

div.hours button,
div.minutes button 
{
    width: 40px !important;
}

.login-activity-box {
    display: inline-block; 
    width: 540px; 
    vertical-align: top;
}
.street-view 
{
    text-transform: uppercase;
    /*position: absolute;
    left: 0;*/
}
div.follow:hover {
    /*background: url(/images/follow.png);*/
    background-color: rgba(65, 140, 183, 0.7);
}
.street-view:hover {
    /*background: url(/images/street.png);*/
    background-color: rgba(65, 140, 183, 0.7);
}
.opts:hover
{
    background: rgba(65, 140, 183, 0.7);
}
.street-view img 
{
    margin-right: -8px !important;
    margin-top: -4px;
    margin-left: 4px;
}
.street-view a 
{
    margin-left: -8px !important;
    padding-bottom: 4px;
    padding-top: 27px;
    text-transform: uppercase;
}
.alert-info 
{
    background-color: transparent !important;
}
.map_viewer .infobox .footer span.options 
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: 0 auto;
    width: 171px;
}
.vehicle-info .footer .opts 
{
    text-align: -webkit-center !important;   
    width: 98px; 
    font-family: Arial;
}
.street-view a,
.follow a,
a.options
{
    text-transform: uppercase;
}
.follow a 
{
    margin-left:-44px !important;
    margin-top: 13px;
}
div.follow 
{
    width: 98px !important;
    z-index: 999;
}
.follow img 
{
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
a.options 
{
    display: block;
    line-height:43px;
}
a.options img 
{
    margin-bottom: 2px;
}
.dd-option-image, .dd-selected-image {
    width: 23px! important;
}

a:hover
{
    text-decoration: none;
}

.vehicle-history a.run,
.footer a.run
{
    text-decoration: none;
    border: 1px solid white;
    padding: 5px 25px;
    border-radius: 8px !important;
    text-transform: uppercase;
}

.vehicle-history a.run {
    color: #fff;
    padding: 5px;
    font-size: 10px;
}
.vehicle-history .custom-date-range input[type='text'] {
    font-size:10px;
    padding:5px;
    width: 70px;
    text-align:center;
}
.vehicle-history .custom-date-range {
    margin-top:5px;
    margin-bottom:5px;
}

.user-info .footer a,
.driver-info .footer a
{
    background: url('/images/optsIco.png') no-repeat;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: 5px;
    background-position: 0px 15px;
}
.footer a.run:hover
{
    background: rgba(65, 140, 183, 0.7);
}

.filter-control .btn-group.bootstrap-select.hours, .filter-control .btn-group.bootstrap-select.minutes
{
    width: 40px !important;
}

.group-item.ui-sortable-handle:after,
.landmark-item:after,
.report-item:after,
.alert-item:after,
.user-item:after,
.driver-item:after,
.driver-group-item:after,
.map_viewer .vehicle-list table tr:after {
    width: 227px;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    content: "";
    display: block;
    margin-left: 17px;
    margin-top: 2px;
}
.map_viewer .vehicle-list table tr:after
{
    margin-top: 0px;
}
/**************************/
.modal-content .modal-header.header
{
    text-align: center;
    color: white;
    border-bottom: none;
}

.modal-dialog
{
    top: 50%;
    left: 50%;
    margin-left: -245px;
    margin-top: -150px;
    position: fixed;
}

.modal-body .line
{
    text-align: center;
}

.line textarea
{
    width: 85% !important;
    padding: 20px;
    color: white;
    border-radius: 15px !important;
    outline: none;
    background: rgba(72, 72, 72, 0.6);
    border-color: transparent;
    height: 145px;
    resize: none;
}

.modal-content
{
    border:none;
}

.modal-footer
{
    border: none;
}

.line .btn-group.bootstrap-select.show-tick.support-devices,
.line .btn-group.bootstrap-select.support-selector
{
    width: 200px !important;
}

.submit.btn.btn-primary
{
    border: 1px solid white;
    border-radius: 10px !important;
    background: transparent;
    position: relative;
    top: -25px;
    text-transform: uppercase;
}

.submit.btn.btn-primary:hover
{
    background: rgba(65, 140, 183, 0.7);
 
}

#mapButton {
    top: 30px !important;
    /*width: 100px;*/
    height: 32px;
    left: 35px !important;
    text-align: center;
}
#mapButton > a:hover {
    background-color: rgba(65, 140, 183, 0.85);
}
#mapButton a {
    color: White;
    text-transform: uppercase;
    font-family: montseratt-regular !important;
    font-size: 12.76px;
    width: 110px;
    margin: 0;
    display: block;
    text-decoration: none;
    line-height: 31px;
    background-color: rgba(0, 0, 0, 0.85);
}
#mapButton a img {
    vertical-align:text-bottom;
}
#map .gm-style-mtc>div
{
    background-color: transparent !important;
    color: white !important;
    font-family: montseratt-light !important;
    text-transform: uppercase;
}

#map .gm-style-mtc 
{
    display: none;
}

.loginBody 
{
   background: url(/images/background.jpg) no-repeat;
   background-size: cover;
   background-color: #021D30!important;
   width: 100%;
   height: 100%;
}

.pageContentLogin 
{
    min-height: auto!important;
    position: relative;
}

#map_controls .claster-size {
    width: 48px;
    color: #fff;
}
#support-dialog .required {
    border: 1px solid red;
    border-radius: 10px!important;
}
span.pat_title_caption > span.sort_sign:before, 
span.sort_sign:before 
{
    color: White;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: url(/images/head.png);
    background-size: 394px 34px;
    background-color: transparent;
    border: 0;
}

.ui-dialog
{
    background-color: transparent;
    border: 0;
}

.ui-widget-content 
{
    background: none;
    z-index: 99999;
}

.page-log.ui-datepicker.ui-widget-content {
    background: inherit;
}

.ui-dialog .ui-dialog-title 
{
    margin-left: 15px; 
}

.ui-dialog .ui-dialog-content 
{
    padding: 0;
}

.ui-widget-content button.ui-dialog-titlebar-close 
{
    border: 0;
    background: url(/images/cansel.png) no-repeat;
    margin-right: 20px;
    outline: none;
    width: 14px;
    height: 14px;
    margin-top: -8px;
}

.ui-widget-content button.ui-dialog-titlebar-close.ui-state-hover {
    background-image: url(/images/cansel-active.png);
}
    .ui-widget-content button.ui-dialog-titlebar-close .ui-icon-closethick {
        display:none;
    }

.ui-widget-content button.ui-dialog-titlebar-close>span 
{
    border: 0;
    background: none;
}

.ui-widget-content .gm-svpc 
{
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.ui-widget-content #map_view,
.ui-widget-content #satellite_view 
{
    top: 15px !important;
    left: 10px !important;
    background-color: transparent;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 7px 14px;
    font-family: montseratt-regular;
    background: url(/images/satellite_fon.png);
    text-decoration: none;
    width: 76px;
    color: White !important;
    height: 20px;
    line-height: 7px;
    background-size: 76px 21px !important;
    text-align: center;
}

.ui-widget-content #satellite_view 
{
    left: 90px !important;
    background: url(/images/menu_fon.png);
}

.ui-widget-content #satellite_view:hover
{
    background: url(/images/menu.png);
    cursor: pointer;
}

.ui-widget-content #map_view:hover 
{
    background: url(/images/satellite.png);
    cursor: pointer;
}
.ui-widget-content .traffic-control
{
    right: 43px!important;
}
.admin_viewer .page-container {
    margin-top: 1em!important;
}

.loginBody #explain 
{
    color: White;
    line-height: 25px;
    text-align: justify;
}

.loginBody .center .onecolumn .buttons 
{
    background: none !important;
    left: 0;
    right: 0;
    margin: auto;
    width: 265px !important;
    margin-top: 35px;
}

.loginBody .center .onecolumn .buttons button
{
    width: 120px;
    height: 30px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    font-family: montseratt-ultralight;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin: 5px;
}
.loginBody .center .onecolumn .buttons button:hover
{
    background-color: rgba(65, 140, 183, 0.7);
}
.admin_viewer.accounts .container {
    width: 1280px;
}
.accounts-panel:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.accounts-panel .accounts {
    float:left;
    width: 820px;
}
.accounts-panel .settings {
    float: right;
    width: 400px;
    margin-top: -39px;
}
.accounts-panel .settings div.box {
    float: left;
    margin-right: 5px;
}
.admin_viewer.users .container {
    width: 1350px;
}
@media (max-width: 380px) 
{
    #mapButton {
        width: 80px;
        
    }
        #mapButton a {
            font-size: 10.76px;
            padding-left: 15px;
            width: 80px;
        }
    
        #menubutton > a {
            width: 90px;
            font-size: 10.76px;
            padding-left: 5px;
        }
}

@media (max-width: 380px) 
{
    .login_screen 
    {
        width: 100%;
    }   
}
@media (max-width: 500px) 
{
    .login_screen h1 
    {
        font-size: 20px !important;
    }
}
@media (max-width: 650px) 
{
      #mapButton {
          left:5px !important;
      }
    #menubutton {
        left:110px !important;
    }
}

@media (max-width: 380px) 
{
    
    #menubutton {
        left: 90px !important;
    }
}

@media (max-width: 700px)
{
    .header.page-header,
    .header.page-header .page-logo img
    {
        height: 70px;
    }
    .header.page-header,
    .header.page-header .page-logo 
    {
        height: 71px;
    }
    .container>.navbar-collapse.collapse.in,
    .container>.navbar-collapse.collapsing 
    {
       margin-top: 71px;
    }

    .login_screen h1 
    {
        font-size: 25px;
    }
    .login_screen .form-control 
    {
        font-size: 18px;
    }
    .login_screen .btn 
    {
        font-size: 20px;
        height: 45px;
    }
    .login_screen .form-group 
    {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .login_screen .rememberme,
    .login_screen .forgot-password 
    {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 990px)  
{
    .navbar-nav {
        width: 96%;
    }
}
@media (min-width: 701px) and (max-width: 990px)  
{
    .header.page-header,
    .header.page-header .page-logo 
    {
        height: 101px;
    }
    .container>.navbar-collapse.collapse.in,
    .container>.navbar-collapse.collapsing 
    {
        margin-top: 101px;
    }
}

@media (max-width: 1000px)
{
    
    .header.page-header 
    {
        background: black;
    }
    .header.page-header .container 
    {
        padding: 0;
    }
}
@media (max-width: 990px)
{
    .navbar-nav {
        margin: 7.5px 15px;
    }
    .navbar-nav>li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        float: none;
    }
    .navbar-nav>li.droddown.dropdown-separator 
    {
        border: none;
    }
    .container>.navbar-collapse 
    {
        margin: 0;
        background: black;
        width: 100%;
        padding-right: 25px;
        text-align: center;
    }
    .logged-users-box 
    {
        margin-left: 15px;
    }
    .container>.navbar-collapse.collapse {
        display: none !important;
    }
    .container>.navbar-collapse.collapse.in,
    .container>.navbar-collapse.collapsing 
    {
        display: block !important; 
    }
    .navbar-text 
    {
        margin: 15px 15px;
        float: none !important;
    }
    .page-header .account-list {
        float: left;
        width: 100%;
        margin: 6px 4px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
    .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover
    {
        background-color: transparent;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover 
    {
        background-color: #0F0F0F;
        border: 1px solid #4E86B4;
    }
    .navbar-nav .open .dropdown-menu > li > a 
    {
        color: #528BBC;
    }
    .dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after 
    {
        border-bottom: 7px solid #4E86B4;
    }
    .dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before 
    {
        border-bottom: 7px solid black;
    }
    ul.dropdown-menu.dropdown-menu-default,
    .navbar-nav .open .dropdown-menu 
    {
        background-color: black;
        border: 1px solid #4E86B4;
    }
}
@media (min-width: 991px) 
{
    .top-menu a:hover 
    {
        background-color: transparent !important;
        color: #7DB6E2;
    }
    .page-header .page-header-top .top-menu 
    {
        font-size: 12px;
    }
    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator
    {
        border-color: #5b9bd1;    
        height: 15px;
        margin-top: 19px;
    }
    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator
    {
        padding: 0 0 0 9px;    
    }
    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open > .dropdown-toggle
    {
        background-color: transparent;
    }
    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:before 
    {
        border-bottom: 8px solid #243846;
    }

    .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:after  
    {
        border-bottom: 8px solid #243846;
    }
    
    .header.page-header .container 
    {
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    .menu-toggler 
    {
        display: none !important;
    }
}
@media (min-width: 801px) and (max-width: 1259px) {
    #collapse-menu .navbar-text.navbar-right {
        margin-top: -15px;
    }

    .page-header .page-header-top .top-menu {
        margin: 0;
    }
}
@media (min-width: 1260px) and (max-width: 1350px)
{

    #collapse-menu .navbar-text.navbar-right 
    {
        height: 70px;
        width: 200px;
        margin-right: 15px;
    }
    .navbar-left {
        float: right !important;
    }
}
.def_disablepager_css {
    cursor:default;
}
#tab-device .row 
{
    margin-left: 10px;
    margin-right: 10px;
}

#device-toogle 
{
    width: 100%;
    margin: 0;
    text-align: center;
}

#tab-device hr 
{
    border-top: 1px solid rgba(255,255,255,0.5);
    margin: 7px;
}

#tab-device .footer 
{
    font-family: arial;
    font-size: 10px;
}
#tab-device .footer a 
{
     color: White;
}
#tab-device .footer .street-view
{
    text-transform: uppercase;
    position: absolute;
    left: 8px;
    bottom: 0px;
    height: 33px;
}
#tab-device .footer .opts
{
    position: absolute;
    bottom: 5px;
    height: 43px;
    left: 124px;
}
#tab-device .footer .follow
{
    width: 80px !important;
    position: absolute;   
    z-index: 999;
    bottom: 3px;
    height: 31px;
}
#tab-device .footer .street-view img
{
    margin-right: 8px !important;
    margin-top: -4px;
    margin-left: 12px;
}
#tab-device .footer .street-view a
{
    margin-bottom: 0;
}
#tab-device .footer .opts a
{
    margin-left: 0;
    margin-top: 0;
}
#tab-device .footer .follow img {
    margin-top: 2px;
    margin-left: 0;
}
#tab-device .footer .follow a {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: -4px !important;
}
#tab-device .footer>div:hover 
{
    background: none;
}

.block 
{
    display: block;
}

.portlet.box > .portlet-body {
    padding-right: 0px!important;
}
.mCSB_inside > .mCSB_container {
    margin-right: 15px !important;
}

span.idHolder {
    max-width: 16ex;
    overflow: hidden;
}

div.error-message {
    background-color: #FEEFB3;
    color: #9F6000;
    background-image: url(/images/warning-icon.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    height: 8ex;
    line-height: 8ex;
    padding: 1ex 1ex 1ex 10ex;
}

.clusterPopupInfo 
{
    border:2px solid black;
    margin-top: 8px;
    background: url(/images/block_main.png) no-repeat;
    background-size: cover;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto;
}
.clusterPopupInfo .col 
{
    display: table-cell;
}
.clusterPopupInfo .col label:hover
{
    color: #5b9bd1 !important;
    cursor: pointer;
}
.clusterPopupInfo img 
{
    height: 15px;
    width: 15px;
    margin-right: 5px;
    float: left;
}

#ui-datepicker-div 
{
    background: url(/images/block_main.png) no-repeat;
    background-size: cover;
    border: 1px solid black;
}

.ui-datepicker .ui-datepicker-header 
{
    background: black;
    border: none;
    border-bottom: 1px solid #3D3737;
}

table.ui-datepicker-calendar 
{
    color: White;
}

table.ui-datepicker-calendar tr td>a
{
    background: #403E3C !important;
    border: none !important;
    color: white !important;
    opacity: 0.85;
}
table.ui-datepicker-calendar tr td>a:hover
{
    opacity: 1;
}
table.ui-datepicker-calendar tr td.ui-datepicker-today>a 
{
    border: 1px solid white !important;
    opacity: 1;
    height: 23px;
}
.ui-state-highlight 
{
    line-height: 18px;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover 
{
    background: none !important;
    border: none !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/metronic-4.1.0/theme/assets/global/plugins/jquery-ui/images/ui-icons_ffffff_256x240.png") !important;
}

.page_container {
    padding: 2%;
}

.employeetime {
    color: black!important;
}

.table_note {
    margin-top: 2em;
}

.resend_invite {
    text-decoration: underline;
    cursor: pointer;
}

.drive-track {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 6px 13px;
    height: 30px;
    text-align: center;
    font-size: 13px;
}

    .drive-track div {
        padding: 0 0 6px 0;
        margin-left: 7px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.26);
        width: 93%;
    }

    .drive-track a {
        display: block;
        border-bottom: 1px solid rgba(221, 221, 221, 0.26);
        padding: 6px 13px;
        position: relative;
        background: black;
        color: white;
    }

    .drive-track:hover .invisible {
        padding: 5px 0 5px 0;
        margin: 0;
        top: -35px;
        left: 105%;
        background: black;
        position: relative;
        display: block !important;
        visibility: visible;
    }

    .drive-track a:hover, .drive-track:hover {
        background-color: rgba(32, 53, 62, 0.89);
    }


.employee_list {
    margin: 0 0 20px 0;
}


div.history-item.history-point .expand-history {
    margin: 0 5px 0 0;
}

/* Device Group Folder*/

.create-folder {
    cursor: pointer;
    padding: 5px 25%;
    clear: both;
}

div.create-folder span {
    border-radius: 50% !important;
    border: 1px solid white;
    padding: 0 4px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

button.pull-right.cancel-folder, button.pull-left.save-folder,
button.pull-right.delete-folder, button.pull-left.update-folder {
    background-color: transparent;
    width: 110px;
    height: 18px;
    margin: 10px 0 0 0;
    line-height: 16px;
    padding: 0;
}

.form-group.create-folder-data {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 10px 0;
}

.group-folder-item:not(.edit):hover .edit-folder {
    overflow: hidden;
    display: block !important;
    float: right;
}



button.pull-right.delete-folder, button.pull-left.update-folder {
    width: 45px;
    margin: 0 0 0 10px;
}

.edit-folder-data {
    margin: 15px 0 15px 0;
    border-top: 1px solid rgba(221, 221, 221, 0.26);
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
    padding: 0 0 10px 0;
}

.folder-device-item {
    padding: 0 0 5px 10px;
}

.device-group-container {
    margin: 0 0 0 20px;
    overflow: hidden;
    border-bottom: 1px solid rgba(221, 221, 221, 0.26);
}

    .device-group-container span {
        display: inline-block;
        line-height: 36px;
        padding: 0 5px 0 0;
        cursor: pointer;
    }

.group-devices-list .folder-device-view,
.group-drivers-list .folder-driver-view {
    line-height: 36px;
}

.group-devices-list .folder-device-view .device-icon-sm-all {
    top: 4px;
}


.group-folder-item {
    margin: 0 0 15px 0;
    padding: 15px 5px 0 5px;
}

.vehicle-info.infobox .icon.device-icon-sm-4,
.vehicle-info.infobox .icon.device-icon-sm-1,
.vehicle-info.infobox .icon.device-icon-sm-2,
.vehicle-info.infobox .icon.device-icon-sm-3 {
    display: inline-block;
    height: 15px;
    width: 15px;
}

.vehicle-info.infobox .icon.device-icon-sm-4,
.vehicle-info.infobox .icon.device-icon-sm-1,
.vehicle-info.infobox .icon.device-icon-sm-5 {
    display: inline-block;
    height: 17px;
    width: 17px;
}

.map_viewer li a, .map_viewer li.active a {
    margin-left: 12px;
}
.map_viewer .alerts-list,
.map_viewer .driver-list {
    margin-left: 10px;
}
.map_viewer .alerts-list .alert-item {
    position: relative;
}
.map_viewer .alert-item,
.map_viewer .driver-item {
    cursor: pointer;
}
.map_viewer .alert-item img {
    position: absolute;
    top: 11px;
    left: 24px;
    width: 12px;
    height: 12px;
}
.map_viewer .alert-item span {
    position: absolute;
    top: 8px;
    left: 36px;
}
.portlet > .portlet-title > .tools > a.close:hover {
    transition:inherit;
}

span.historyview-nodata {
    white-space: nowrap;
    margin-left: -12px;
}
.vehicle-history .history-devices {
    max-width: 210px;
    color: #fff;
    margin-top: 4px;
}


.row.landmark-alert-name {
    display:none;
}

#GTSDevices td.name a
{
    vertical-align: middle;
    display: inline-block;
}

.alarm-info {
    display: none;
    clear: both;
    width: 100%;
    position: absolute;
    background: #fff1a8 url('/images/alarm/error.png') left center no-repeat;
    margin: 2px 0 0 0;
    text-align: center;
    max-height: 35px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-position: 1% 50%;
    border-top: 2px solid red;
    border-bottom: 3px solid red;
    z-index:1000;
}

    .alarm-info div {
        padding: 5px;
    }

        .alarm-info div span.close-alarm {
            margin: 0 0 -2px 5px;
            float: none;
            background: url(/images/cansel-active.png) left bottom no-repeat !important;
            display: inline-block;
        }

            .alarm-info div span.close-alarm:hover {
                background: url(/images/cansel-active.png) left bottom no-repeat !important;
            }

.flashhw-devices-panel {
    float:left;
    margin-right:20px;
}

#FlashHWCommands {
    margin-right:20px;
}

.commands_list_panel {
    overflow:hidden;
}
    .commands_list_panel #resultMessage {
        display: block;
        clear: both;
        width: auto;
    }
.commands_list_panel input[disabled=disabled] {
        background: #e1e1e1;
    border: 1px solid #ccc;
}
.commands_list_panel label {
    display:inline-block;
    width:100px;
}
#gc_name_FlashHWCommandsDetails {
    width:300px;
}
#gc_command_FlashHWCommandsDetails {
    width:500px;
}

#FlashHWMessagesLog table.def_table_css {
    width:100%;
}

#FlashHWMessagesLog table.def_table_css .def_readonly_cell_css {
    word-break:break-all;
}

.map-labels {
    z-index: 10000 !important;
    opacity: 1;
    min-width: 22px;
    text-align: center;
}
.flashhw_response_data_cell {
    word-break:break-all;
    white-space:pre-line;
}
.alert-edit .error {
    color:#f00;
}
.ui-timepicker-div {
    color:#fff;
}

#lgl_message_text_FlashHWLargeGLogDetails {
    white-space: pre;
    font-family: monospace;
    outline:none;
}
#lgl_message_base64_FlashHWLargeGLogDetails {
    word-break:break-all;
    outline:none;
}

.flashhw_largeg_data_label {
    font-weight:bold;
    margin-top:15px;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    margin-bottom: -3px !important;
}

.ui-datepicker-title {
    color: white;
}

#tab-device .type-field,
.vehicle-info .type-field {
    display:none;
    white-space: nowrap;
    overflow: hidden;
}

.device_type_4 .type-field.sub-status,
.device_type_10 .type-field.sub-status,
.device_type_12 .type-field.sub-status,
.device_type_11 .type-field.sub-status,
.device_type_1 .type-field.sub-status,

.device_type_4 .type-field.speed,
.device_type_5 .type-field.speed,
.device_type_6 .type-field.speed,
.device_type_10 .type-field.speed,
.device_type_12 .type-field.speed,
.device_type_11 .type-field.speed,
.device_type_13 .type-field.speed,
.device_type_1 .type-field.speed,
.device_type_16 .type-field.speed,
.device_type_17 .type-field.speed,
.device_type_18 .type-field.speed,
.device_type_19 .type-field.speed,
.device_type_20 .type-field.speed,
.device_type_21 .type-field.speed,
.device_type_22 .type-field.speed,
.device_type_23 .type-field.speed,
.device_type_14 .type-field.speed,
.device_type_3 .type-field.speed,
.device_type_8 .type-field.speed,

.device_type_4 .type-field.ignition,
.device_type_10 .type-field.ignition,
.device_type_12 .type-field.ignition,
.device_type_11 .type-field.ignition,
.device_type_1 .type-field.ignition,
.device_type_16 .type-field.ignition,
.device_type_18 .type-field.ignition,
.device_type_19 .type-field.ignition,
.device_type_20 .type-field.ignition,
.device_type_21 .type-field.ignition,
.device_type_22 .type-field.ignition,
.device_type_23 .type-field.ignition,

.device_type_4 .type-field.sats,
.device_type_10 .type-field.sats,
.device_type_12 .type-field.sats,
.device_type_11 .type-field.sats,
.device_type_1 .type-field.sats,
.device_type_16 .type-field.sats,
.device_type_19 .type-field.sats,
.device_type_20 .type-field.sats,
.device_type_22 .type-field.sats,
.device_type_23 .type-field.sats,

.device_type_4 .type-field.volts,
.device_type_10 .type-field.volts,
.device_type_12 .type-field.volts,
.device_type_11 .type-field.volts,
.device_type_1 .type-field.volts,
.device_type_18 .type-field.volts,
.device_type_19 .type-field.volts,
.device_type_20 .type-field.volts,
.device_type_21 .type-field.volts,
.device_type_22 .type-field.volts,
.device_type_23 .type-field.volts,

.device_type_4 .type-field.rssi,
.device_type_10 .type-field.rssi,
.device_type_12 .type-field.rssi,
.device_type_11 .type-field.rssi,
.device_type_1 .type-field.rssi,
.device_type_18 .type-field.rssi,
.device_type_19 .type-field.rssi,
.device_type_20 .type-field.rssi,
.device_type_21 .type-field.rssi,
.device_type_23 .type-field.rssi
{
    display:block !important;
}

.device_type_14 .type-field.heading,
.device_type_14 .type-field.altitude {
    display:block !important;
}

.device_type_14 .type-field.altitude {
    width: 70px;
}

.device_type_14 .type-field.heading {
    width: 110px;
}

.device_type_2 .type-field.at-rest,
.device_type_2 .type-field.battery-status,
.device_type_2 .type-field.threed-fix {
    display:block !important;
}

.device_type_5 .type-field.gps-signal,
.device_type_5 .type-field.battery-status,
.device_type_6 .type-field.gps-signal,
.device_type_6 .type-field.battery-status,
.device_type_13 .type-field.gps-signal,
.device_type_13 .type-field.battery-status,
.device_type_16 .type-field.battery-status,
.device_type_21 .type-field.gps-signal,
.device_type_21 .type-field.battery-status {
    display: block !important;
}

.map_viewer .infobox.device_type_5 .row.device-details .col.speed,
.map_viewer .infobox.device_type_6 .row.device-details .col.speed,
.map_viewer .infobox.device_type_13 .row.device-details .col.speed,
.map_viewer .infobox.device_type_16 .row.device-details .col.speed {
    width: 90px;
}
.map_viewer .infobox.device_type_5 .row.device-details .type-field.battery-status,
.map_viewer .infobox.device_type_6 .row.device-details .type-field.battery-status,
.map_viewer .infobox.device_type_13 .row.device-details .type-field.battery-status,
.map_viewer .infobox.device_type_16 .row.device-details .type-field.battery-status {
    width: 75px;
}
.device_type_5 .type-field.gps-signal,
.device_type_6 .type-field.gps-signal,
.device_type_13 .type-field.gps-signal {
    width: 107px;
}
.device_type_17 .type-field.accuracy,
.device_type_3 .type-field.accuracy,
.device_type_3 .type-field.battery-status {
    display: block !important;
}
.device_type_3 .type-field.accuracy {
    width: 110px !important;
}
.device_type_3 .type-field.speed {
    width: 90px !important;
}
.device_type_3 .type-field.battery-status {
    width:auto !important;
}

.device_type_3 .sub-status {
    display:none;
}

.upload-landmark {
    display:none;
}
.device_type_8 .type-field.ignition,
.device_type_8 .type-field.camera {
    display:block !important;
}

.device_type_5 {

}

.device_type_6 {

}
.device_type_7 .type-field.nxlocate-battery {
    display:block !important;
}
.type-field.nxlocate-battery {
    padding:0;
}
.type-field.nxlocate-battery .value.red {
    color:#f00;
}

.second_hr{
    display:block !important;
}
.odometer,
.fuel_level,
.rpm
{
    display:block !important;
    width: 33%;
    overflow: hidden;
}
.reset-nxbatter {
    text-transform:uppercase;
    text-decoration:underline;
    cursor:pointer;
    float: right;
    margin-right: 40px
}


.map_viewer .vehicle-info .address {
    min-height:1em;
    display:inline-block;
}
.replace-battery-confirm-block,
.replace-battery-confirmed-block,
.replace-battery-block,
.send-input-confirmed-block,
.show-video-block,
.show-searchvideo-block,
.show-livestream-block,
.vin-info-block,
.show-livestream-confirmed-block{
    display: none;
}
.show-video-block,
.show-searchvideo-block {
    width: 65ex;
}
.show-video-block .clip-counter {
    float: right;
    font-size: 1.1rem !important;
    font-family: montseratt-light, Arial, Arial, Helvetica, sans-serif;
}
.show-video-block div.event_info > span {
    display: inline-block;
    width: 49%;
}
.show-video-block div.event_info > span:last-child {
    width: 100%;
}
.show-video-block .clips > div {
    display: inline-block;
    width: 30ex;
    min-height: 17ex;
}
.show-video-block .clips > div > img {
    width: 30ex;
    display: block;
}
.show-video-block .footer,
.show-searchvideo-block .footer {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.show-searchvideo-block .searchvideo-date {
    width: 100px;
    text-align: center;
}

.show-searchvideo-block .searchvideo-time {
    width: 70px;
    text-align: center;
}


.show-searchvideo-block .video-type button {
    width: 140px !important;
    height: 22px;
}

.show-searchvideo-block .video-type {
    height: 25px;
}

.show-searchvideo-block .loading {
    margin: 15px 0;
    text-align: center;
}

.show-searchvideo-block .request-error,
.show-searchvideo-block .request-success {
    padding: 10px 0px;
}

.show-searchvideo-block .request-error {
    text-align: center;
}

.show-searchvideo-block .searchvideo-time {
    border-radius: 10px !important;
    background: rgba(72, 72, 72, 0.6);
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    color: White;
    font-size: 13px;
}

.show-video-block .footer > div,
.show-searchvideo-block .footer > div {
    display: table-cell !important;
    font-size: 110% !important;
    text-align: center;
}
.show-video-block .footer > div.btn:hover,
.show-searchvideo-block .footer > div.btn:hover {
    background-color: rgba(65, 140, 183, 0.7);
    color: #FFF;
}

.show-livestream-block .footer > div.btn:hover {
    background-color: rgba(65, 140, 183, 0.7);
    color: #FFF;
}

.show-livestream-block .footer > * {
    font-size: 110% !important;
}

.show-video-block .content > span {
    padding-bottom: 0.5ex;
}
.show-video-block .content > span,
.show-searchvideo-block .content > span {
    display: block;
}
.show-video-block .content > div.event_info > span > span:first-child {
    font-weight: bold;
    margin-right: 1ex;
}
 .vin-info-block .row strong {
font-family: montseratt-bold;
}
 .vin-close-btn {
    width: 100px;
    line-height: 43px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: auto !important;
}
.vin-close-btn:hover {
    background: rgba(65, 140, 183, 0.7);
}
    
.map_viewer .vehicle-info div.footer div.close {
    display: inline-block;
    font-size: 10px;
    height: 43px;
    width: 98px !important;
    position: absolute;
    right: 0;
    z-index: 999;
    }
.map_viewer .vehicle-info div.footer div.confirm,
.map_viewer .vehicle-info div.footer div.reset {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    display: inline-block;
    font-size: 11px;
    height: 43px;
    width: 50%;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    margin-left:-23px;
}

.map_viewer .vehicle-info div.footer div.ok {
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    height: 43px;
    width: 50%;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin:0 auto;
    margin-left:-23px;
}
    .map_viewer .vehicle-info div.footer div.ok:hover {
        background-color:rgba(26, 164, 209, 0.6);
    }

.map_viewer .vehicle-info .replace-battery-confirm-block div.footer div.reset {
    line-height:43px;
}

.map_viewer .vehicle-info div.footer div.close-btn {
    display: inline-block;
    font-size: 11px;
    height: 43px;
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 999;
    text-indent:initial;
    line-height:43px;
    text-align:center;
    text-transform:uppercase;
    cursor:pointer;
}
.map_viewer .vehicle-info div.footer div.confirm:hover,
.map_viewer .vehicle-info div.footer div.reset:hover {
    background: url(/images/bhover_left_wide.png);
}
.map_viewer .vehicle-info div.footer div.close-btn:hover {
    background: url(/images/bhover_wide_right.png);
    background-position:center right;
}

.device_type_4 .invisible.input1_2,
.device_type_2 .invisible.input1_2 {
    visibility: visible;
    display: block;
    margin: 10px 0 0 0;
}

    .invisible.input1_2 div {
        float: left;
        margin-right: 10px;
    }

.infobox .send-input-confirmed-block .name,
.infobox .show-livestream-confirmed-block .name{
    display     :inline;
    font-weight:bold;
    margin:auto;
}

.wide-range {
    color:#f00;
    display:none;
    width: 185px;
}

.reports-filter .custom-date-range {
    width:170px;
}

.dt_settings_header {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 10px;
}
.employee_notification_settings .top_line {
    background:#444d58;
    height:20px;
}
.employee_notification_settings .content_box {
    padding: 20px;
    border:solid 1px #ccc;
}
    .employee_notification_settings .content_box h3 {
        color:#444d58;
        font-size:16px;
        font-weight:bold;
        margin: 0 0 10px;
    }
    .employee_notification_settings .content_box .option_line {
        border-top:solid 1px #ccc;
        padding-left:40px;
        line-height:35px;
        vertical-align:middle;
    }
        .employee_notification_settings .content_box .option_line label {
            margin:0;
        }
    .employee_notification_settings .content_box .option_line input{
        vertical-align:middle;
        margin-right:10px;
        margin-top: -1px;
    }
#GTSDriveTracReport .col0 {
    width:5%;
}
#GTSDriveTracReport .col1 {
    width:20%;
}
#GTSDriveTracReport .col2 {
    width:20%;
}
#GTSDriveTracReport .col3 {
    width:5%;
}
#GTSDriveTracReport .col4 {
    width:20%;
}
#GTSDriveTracReport .col5 {
    width:10%;
}
#GTSDriveTracReport .col6 {
    width:20%;
}

#GTSDriveTracReport tr:nth-child(even) td {
    background:#f2f2f2;
    border-left-color:#f2f2f2;
    border-right-color:#f2f2f2;
}
.map_viewer .upload-landmarks-box.with_errors {
    width:500px;
}

.map_viewer .upload-landmarks-box .errors {
    clear:both;
    margin-top:5px;
    color:#ff0000;
    max-height:500px;
}
#uploadLandmarksFile {
    margin-top:10px;
}
.upload-create-alerts {
    margin-top:10px;
}

.employee_licenses_info {
    margin-bottom:20px;
}
#pat_log_container {
    float: left;
    margin-right: 5px;
}

#message_PATLogDetails {
    word-break: break-all;
}

.s1c-report table.report-table {
    margin-top:140px;
}

.group-edit .error,
.driver-group-edit .error {
    margin-top: 5px;
}
.group-devices-empty {
    padding: 15px 40px;
}

.inputsruntime-report .device-info-item {
    display:inline-block;
    margin-right:10px;
}

.alert-edit input {
    background: rgba(72, 72, 72, 0.6);
    border: none;
    outline: none;
}
.alert-edit .reminder-start-date,
.alert-edit .reminder-start-time
{
    width:100px;
    border-radius:10px !important;
    padding-left:5px;
    padding-right:5px;
    margin-left:5px;
}
.alert-edit .alert-reminder-box {
    margin-bottom:1px;
    display:none;
}
.alert-reminder-box .timepicker label{
    display:inline-block;
    width:50px;
}
.alert-edit .alert-reminder-box div.timepicker {
   margin-bottom:5px;
}
.alert-reminder-box .repeat-interval-select {
    width:100px;
    margin-left:5px;
}
.alert-edit .alert-reminder-box .custom {
    display:none;
}
.alert-reminder-box .custom input {
    width:50px;
    border-radius:10px 0 0 10px !important;
    text-align:center;
    margin-left:60px;
    line-height:20px;
}
.alert-reminder-box .custom select {
    width:80px;
    border-radius:0px 10px  10px 0 !important;
}

#GTSInputsRunTime .col0,
#GTSInputsRunTime [cncellcss=col0],
#GTSInputsRunTime .col2,
#GTSInputsRunTime [cncellcss=col2],
#GTSInputsRunTime .col4,
#GTSInputsRunTime [cncellcss=col4],
#GTSInputsRunTime .col5,
#GTSInputsRunTime [cncellcss=col5] {
    width:15%;
}
#GTSMileageReport .col0,
#GTSMileageReport [cncellcss=col0],
#GTSMileageReport .col1,
#GTSMileageReport [cncellcss=col1] {
    width: 50%;
}
body.ukph .tkph,
body.umph .tmph {
    display: initial;
}
body.ukph .tmph,
body.umph .tkph,
.tkph {
    display:none;
}
.user-info.infobox .user-groups-rows-box label{
    margin-bottom:0px;
    line-height:20px;
    margin-right:5px;
}
.user-info.infobox .user-groups-rows-box td {
    vertical-align:top;
}
.user-info.infobox .user-groups-rows-box .user-groups-rows .user-group-item {
    line-height:20px;
}

div.output_group > input
{
    display: inline-block;
    width: 70%;
}

div.output_group > label 
{
    display: block;
}

div.output_group > input 
{
    border-radius: 10px 0px 0px 10px !important;
}

button.option_setpin
{
    display: inline-block;
    width: 10ex;
    height: 28px;
    border-radius: 0px 5px 5px 0px !important;
    border-width: 1px;
    background-color: rgba(72, 72, 72, 0.6);    
}

div.option_pin 
{
    display: none;
}

div.option_pin > label
{
    display: block;    
    margin-top: 3px;
}

div.option_pin > label > span 
{
    width: 10ex;
    display: inline-block;
}

div.option_pin > label > input
{
    width: 15ex;
    display: inline-block;
}


div.option_pin > button
{
    display: inline-block;
    width: 10ex;
    height: 28px;
    border-radius: 5px !important;
    border-width: 1px;
    background-color: rgba(72, 72, 72, 0.6);    
    float: right;
    margin-right: 1ex;
}
.admin_viewer.accounts #tabs{
    position:static;
}
.odbcInfo .view-vin {
    text-decoration:underline;
    cursor:pointer;
}

form.alertable {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
}

form.alertable div.alertable-buttons button {
    background-color: #000;
    border: solid 1px #000;
    border-radius: 0.5ex;
}

form.alertable div.alertable-buttons button:hover {    
     background-color: rgba(65, 140, 183, 0.7);
}

.ui-tooltip-black {
    background: url(/images/block_main.png) no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}


#svg-spinner {  
  /*Animation code for older Chrome, Safari, Opera*/
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  /*Animation code for older Firefox*/
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate; 
  -moz-animation-duration: 1.2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  
  /*Default animation code*/
  transition-property: transform;
  animation-name: rotate; /*Call to @keyframe rule*/
  animation-duration: 1.2s; /*Change to speed up or slow down the animation*/
  animation-iteration-count: infinite; /*Make the animation go forever*/
  animation-timing-function: linear;
}
 
/*keyframes rule for older Chrome, Safari, Opera*/
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
 
/*keyframes rule for older Firefox version*/
@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
 
/*Default @keyframes rule*/
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

span.admin_commands > button {
    border: solid 1px #000;
    border-radius: 4px !important;
}

span.admin_commands > button:hover {
    background-color: rgb(65, 140, 183);
}

span.admin_commands > button > img {
    width: 16px;
    height: 16px;
    margin: 2px;
}

tr.def_row_css > td, tr.def_selrow_css > td {
    padding: 2px !important;
}

tr.def_selrow_css input, tr.def_selrow_css button
{
    color: #333;
}

tr.def_selrow_css input[type=number] {
    border: 0px;
}
.account_suspended .page-content-wrapper {
    display: none;
}
.suspended_message {
    display: none;
    background: url(/images/background.jpg) no-repeat;
    background-size: cover;
    background-color: #021D30 !important;
    width: 100%;
    height: 100%;
    color:#fff;
    text-align:center;
    font-size:20px;
    margin-top:-1px;
}
.account_suspended .suspended_message {
    display:block;
}
#alert-battery-power-value {
    width: 40px;
    text-align:center;
}

.admin_devices_page #commands {
    background-color: #FFF;
}

.admin_devices_page #search_filter,
.location-fail-alerts #search_filter {
    display: inline-block;
    width: 30ex;
}

.location-fail-alerts .esn-help-info span {
    font-weight: bold;
    color: #f3565d;
}

.location-fail-alerts #devicetype {
    display: inline-block;
    vertical-align: bottom;
}

.location-fail-alerts #devicetype .def_ddex_imp_css {
    padding: 6px 12px;
    font-size: 14px;
    height: 34px;
    width: 180px;
}

.location-fail-alerts #devicetype .def_ddex_btn_css {
    height: 34px;
    width: 34px;
}

.location-fail-alerts #devicetype .def_ddex_btn_css::before {
    font-size: 10px;
    left: 12px;
    top: 10px;
}

.location-fail-alerts #search_device {
    height: 34px;
    padding: 1px 10px;
}

.admin_devices_page #devicestatus, .admin_devices_page #devicetype {
    display: inline-block;
}

#DeviceCommands .def_table_holder_css {
    height: 30ex;
    width: 100%;
    overflow-y: scroll;
}

#DeviceCommands .def_table_css  {
    display: table !important;
    width: 100%;
}

#DeviceCommands .def_tablehead_css {
    display: none;
}

#DeviceCommands .def_row_css > td {
    width: 100%;
}

.command_dialog_css {
    padding: 0px;
}

.command_dialog_css > #save_dialog, .command_dialog_css > #command_dialog, .command_dialog_css .ui-dialog-buttonpane {
        background-color: #FFF;
}

.command_dialog_css > #save_dialog {
    padding: 1ex;
}

.command_dialog_css ui-dialog-titlebar {
    background-color: transparent;
}

.command_dialog_css .ui-dialog-buttonpane {
    margin-top: 0px;    
}

.command_selector > div {
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
    padding-right: 1em;
}

.command_buttons > button:disabled
{
    background-color: #999;
    border: solid 1px #666;
    border-radius: 1px;
    padding: 2px;
}
#OptionParameters {
    float:left;
    margin-right:10px;
}
#driveTrackNotes {
    display:none;
}
.report-nolocates table.report-table td.deviceName,
.report-nolocates table.report-table td[cncellcss="deviceName"] {
    width: 20%;
    min-width: 85px;
}
.report-nolocates table.report-table td.col0,
.report-nolocates table.report-table td[cncellcss="col0"] {
    width: 20%;
    min-width: 85px;
}
.report-nolocates table.report-table td.col1,
.report-nolocates table.report-table td[cncellcss="col1"] {
    width: 20%;
    min-width: 85px;
}
.report-nolocates table.report-table td.col2,
.report-nolocates table.report-table td[cncellcss="col2"] {
    width: 20%;
    min-width: 85px;
}
.report-nolocates table.report-table td.col3,
.report-nolocates table.report-table td[cncellcss="col3"] {
    width: 20%;
    min-width: 85px;
}

.report-service-reminder table.report-table td.deviceName,
.report-service-reminder table.report-table td[cncellcss="deviceName"],
.report-service-reminder table.report-table td.col0, .report-service-reminder table.report-table td[cncellcss="col0"],
.report-service-reminder table.report-table td.col1, .report-service-reminder table.report-table td[cncellcss="col1"],
.report-service-reminder table.report-table td.col2, .report-service-reminder table.report-table td[cncellcss="col2"],
.report-service-reminder table.report-table td.col3, .report-service-reminder table.report-table td[cncellcss="col3"] {
    width: 20%;
    min-width: 85px;
}

/* User Guide page */
.user-guide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.user-guide-wrap > iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.user-guide-wrap.in-progress::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.user-guide-wrap.in-progress > iframe {
    margin-top: -90px;
}

/* User Marker Info box */
.user-marker-box .form-box {
    margin: 0;
    padding: 6px 8px 8px 8px;
    border: 1px dotted #ccc;
    border-radius: 5px;
}
.user-marker-box input.nice_input,
.user-marker-box select.nice_input,
.user-marker-box button.selectpicker {
    display: inline-block;
    height: 28px !important;
    margin: 0 0 8px 0;
    padding: 1px 8px;
}
.user-marker-box input.radius-inp,
.user-marker-box input.days-inp {
    width: 80px;
}

.user-marker-box input.start-inp {
    width: 100px;
}

.user-marker-box .filter-control + small {
    display: block;
    margin: -6px 0 8px 0;
}

.user-marker-box ul.closest-devices {
    padding: 0;
    margin: 0 0 12px 0;
    list-style: none;
}
.user-marker-box ul.closest-devices > li > hr {
    margin: 5px 0;
}
.user-marker-box ul.closest-devices > li > a {
    margin: 0;
}

.user-marker-box .direction-box {
    position: relative;
}
.user-marker-box .direction-box label.col-md-2 {
    line-height: 27px;
}
.user-marker-box .direction-box .swap-direction-btn {
    position: absolute;
    top: 20px;
    right: 4px;
    width: 17px;
    padding: 8px 0;
    border-radius: 5px !important;
    font-size: 16px;
    text-align: center;
}

.user-marker-box .direction-box .direction-send-box {
    padding: 8px;
    margin: 0 0 12px 0;
    border: 1px dotted #999;
}
.user-marker-box .direction-box .direction-send-box h6 {
    margin: 0 0 8px 0;
}

.user-marker-box .instructions-box h5 {
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: 600;
}
.user-marker-box .instructions-box .instructions-wrap {
    max-height: 25vh;
    margin: 4px 0 12px 0;
    overflow: auto;
}
.user-marker-box .instructions-box dl {
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px dotted #999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.user-marker-box .instructions-box dl > dd {
    margin: 2px 0;
    padding: 2px 4px;
    border-bottom: 1px dotted #999;
    line-height: 1.2;
}

.user-marker-box .btn.btn-primary.submit {
    display: block;
    position: relative;
    top: 0;
    margin: 4px 10px 4px 0;
    padding: 6px 15px;
}

.user-marker-box .btn.btn-primary.submit.timeatlocation-btn {
    padding: 6px 8px;
}

.public-map .route-box .adp-details,
.public-map .route-box .adp-legal,
.public-map .route-box .adp,
.public-map .route-box .adp table {
    color: #fff;
    background: transparent;
}

.public-map .route-box .content > div {
    max-height: 65vh;
    overflow: auto;
}

.admin_viewer.accounts #tabs {
    padding: 0;
}

.admin_viewer.accounts #tabs .ui-widget-header {
    padding: 0.5em 0.2em 0;
    background: #444d58;
    border: none;
}

    .admin_viewer.accounts #tabs li {
        border: none;
        border-radius: 3px 3px 0 0 !important;
    }

.admin_viewer.accounts #tabs li:not(.ui-state-active) {
    background: none;
}

.admin_viewer.accounts #tabs li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
}

.admin_viewer.accounts #tabs li:not(.ui-state-active) a {
    color: #f1f1f1;
    font-weight: 200;
}

#showReportQueueLink {
    text-align: center;
    padding: 16px;
}

#showReportQueueLink a {
    cursor: pointer;
    display: none;
}

#ReportDetails {
    overflow: auto;
}

.gm-control-active.gm-fullscreen-control {
    display: none;
}

.DeviceReportCapabilities tbody td:not(:first-child),
.ReportCapabilities tbody td:not(:first-child) {
    text-align: center;
}

.postedSpeedLimits input[disabled] {
    opacity: 0.65;
}

.postedSpeedLimits .postedSpeedLimitsBtns {
    padding-top: 10px;
}

.postedSpeedLimits #sgApiTestBtn {
    float: right;
}

.sent-crumbs-report .sent-crumbs-data,
.sent-crumbs-report .report-empty {
    position: absolute;
    top: 103px;
}

    .sent-crumbs-report .sent-crumbs-data tr.def_tablehead_css td {
        color: White;
        border-left: 1px solid #646464;
        font-family: montseratt-light;
        font-weight: normal;
        background-color: #0F0F0F;
    }

    .sent-crumbs-report .sent-crumbs-data tr.def_row_css td {
        border-bottom: 1px solid #646464;
        padding: 5px !important;
    }

.checkvisibility-box.infobox {
    top: 20px;
    left: 40%;
    z-index: 1000;
}

#addDriverInput {
    width: 200px;
    padding-left: 4px;
    margin-bottom: 10px;
}

#driverMsg {
    padding-left: 10px;
}

#tab-vehicles .custom-order {
    padding: 0 0 10px 15px;
}

#tab-vehicles .custom-order span {
    font-size: 12px;
    color: #2d922d;
}

#tab-vehicles .custom-order .reset-order {
    color: #ccc;
    font-size: 11px;
    margin-left: 2px;
}

#tab-vehicles .custom-order .reset-order:hover {
    color: red;
}

#enableDriverFilter {
    position: relative;
    top: 2px;
}

.bar.alert-edit select.alert-type[disabled] {
    background: none !important;
    cursor: default !important;
    font-weight: 600 !important;
}

.setflag-btn {
    float: right;
    text-align: center;
    padding: 6px 8px!important;
    margin: 4px 11px 4px 0px!important;
}

.vehicle-info .row span.name {
    margin-left: -20px;
}

.show-livestream-block {
    width: max-content;
}


.show-livestream-block #stream-container {
    width: 735px;
    height: 500px;
    top: 25%;
    left: 15%;
    z-index: 9999;
    /*position: fixed;*/
    outline:none;
}

#liveView {
    outline: none;
}


@keyframes blink {

    0% {
      opacity: .2;
    }

    20% {
      opacity: 1;
    }

    100% {
      opacity: .2;
    }
}

.show-livestream-block > .content > .loading > span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.show-livestream-block > .content > .loading > span:nth-child(2) {
    animation-delay: .2s;
}

.show-livestream-block > .content > .loading > span:nth-child(3) {
    animation-delay: .4s;
}



.show-livestream-block > .content > .loading > span {
    font-size: 50px;
    display: inline-block;
    padding-left: 5px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.history-playback-report .devices-filter .bootstrap-select .bs-actionsbox .actions-btn {
    width: 50% !important;
    border-radius: 0 !important;
    color: #000;
    border: 1px solid #e5e5e5;
    background: #fff;
}

/* style fixes after migrating to jquery ui 1.12.1 */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #fff !important;
    color: #eb8f00 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00 !important;
}

.alert-edit .alert-groups-box .dropdown-menu.open,
.alert-edit .alert-devices-box .dropdown-menu.open {
    left: -40px !important;
}

.alert-edit .alert-groups-box .dropdown-menu.inner.selectpicker,
.alert-edit .alert-devices-box .dropdown-menu.inner.selectpicker {
    max-height: 350px;
    width: 220px;
    overflow-x: hidden;
}

.landmarks-report.report-box .landmarks-filter ul {
    overflow-y: scroll;
    height: 600px;
}

#Locates table {
    width: 100%;
}

#Locates table .def_tablehead_css td {
    padding: 8px 2px;
}

#Locates table td .def_valuediv_css {
    margin: 4px 2px 3px 2px;
}

