﻿/*
 * Base structure
 */

/*/@font-face {
     font-family: 'Magistral';
    src: url("../fonts/MagistralBoldRegular.woff");
}*/

    html {
    position: relative;
    min-height: 100%;
}
.popup-alert-blue {
    background: white !important;
    color: black !important;
}
#dbehavmain {
    background: white;
    color: #1c2187;
    width: 100%;
}
.drvbehav {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    width: 350px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    color: #1c2187;
    height: 630px;
    top: calc(100% - 660px);
    left: Calc(100% - 13px);
    margin-left: -340px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    /*padding: 10px 0px 20px 10px;*/
}
#deviceLastCommandStatus {
    margin-left: calc(38% - 41px) !important;
}
.popup-alert {
    border: solid #1C2187 2px !important;
}
body {
  /*   font-family: 'Magistral' !important;*/
}
body {
    padding-top: 50px;
    margin-bottom: 60px;
    overflow: hidden;
    font-family: 'RobotoDraft', sans-serif;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga", "kern";
    -moz-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    font-kerning: normal;

    font-weight: 700;
    letter-spacing: 1px;
}
.form-control {
    padding: 6px 6px !important;
}
    .btn-success > .topiconsfa {
    color: white;
}

#locateGPS {
    display: none !important;
}
#ZoneTrackDisableDiv {
    font-size: 12px;
}


.ManualBtn {
    display: block;
}

.deviceButton.active {
    background: #5CB8F5;
}
.topiconbox.active {
    background: #5CB8F5;
}
.TopUpBtn{
    display: block !important;
}


body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 670px;
}

.fa-lg {
    font-size: 1.0em !important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    border-bottom: 1px solid #444;
}


/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

    .page-header .lead {
        margin-bottom: 10px;
    }

.btn:focus {
    outline: none;
}

.mapchange {
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
    height: 26px;
    background: white;
    border: 1px solid rgb(85, 85, 85);
    line-height: 24px;
    text-align: center;
    float: left;
}

    .mapchange:hover {
        background: #1C2187 !important;
        color: white !important;
    }

.mapchangeselected {
    background: #1C2187 !important;
    color: white !important;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.6); /*dim the background*/
    z-index: 1032;
    position: fixed;
    min-height: 100%;
}

.alarms {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1032;
    position: fixed;
    min-height: 100%;
    opacity: 0.8;
}

    .alarms .content {
        position: relative;
        top: 35%;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        text-align: center !important;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.allowselect {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 100%;
    max-width: none !important;
}

/* Demonstrate the grids */
.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding: 15px;
        }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background-image: none;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #5CB8F5 !important;
    height: 60px;
    border-bottom: none;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #5CB8F5 !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* Undo form expansion */
.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    /* Copy-pasted from forms.less since we mixin the .form-inline styles. */
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control {
    width: 100%;
}

.videocontainer {
    width: 480px;
    height: 320px;
    /*background: #555;*/
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}

/* Undo inline form compaction on small screens */
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    padding: 5px 5px 5px 10px;
    background-color: #f2f2f2;
    z-index: 1030;
    color: white;
    border-top: 1px solid #444;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
    width: 230px;
    position: fixed;
    top: 60px;
    bottom: 0px;
    left: 0;
    z-index: 1031;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: white;
    padding-bottom: 15px;
    color: white;
}

    .sidebar .row {
        margin: 6px 15px 0 15px;
        text-align: center;
    }

    .sidebar .dark {
        background: #E0E4E9;
        color: #6A717C;
    }

    .sidebar .row h3 {
        margin: 0 0 5px 0;
        font-size: 13px;
        font-weight: bolder;
    }

    .sidebar .split {
        height: 1px;
        background: url('../../assets/imgs/split.png') no-repeat center center;
        margin-left: 50px;
        margin-right: 50px;
        display: none;
    }

.devinforowsplit {
    color: #1C2187;
}

.devinforow2 {
    color: #1C2187;
}

.devinforow1 {
    color: #1C2187;
}

.navbar {
    background: white !important;
    color: #1C2187;
}

.footer {
    background: white !important;
    color: #1C2187;
}

.sidebar .info {
    border: 1px solid #6a6a6a;
    padding: -1px 10px 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #6A717C;
}

.sidebar .button {
    margin-bottom: 30px;
}

.sidebar .bg-address {
    background: url('../../assets/imgs/bg-address.png') no-repeat left top;
    background-position: 10px 10px;
}

.sidebar .bg-lastReport {
    background: url('../../assets/imgs/bg-lastReport.png') no-repeat left top;
    background-position: 10px 10px;
}

.sidebar .bg-lastCommand {
    /*background: url('../../assets/imgs/bg-lastCommand.png') no-repeat left top;
	background-position: 10px 10px; */
}

.sidebar .bg-subscription {
    background: url('../../assets/imgs/bg-subscription.png') no-repeat left top;
    background-position: 10px 10px;
}

.sidebar .info h4 {
    font-size: 14px;
    font-weight: bolder;
    text-align: left;
    margin-left: 5px;
    color: #111;
}

.sidebar .info p {
    font-size: 12px;
    text-align: left;
    margin-left: 5px;
    color: #444;
}

.navbar {
    height: 60px;
}

.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main {
    margin-left: 230px;
    width: calc(100% - 230px);
    position: fixed;
    top: 60px;
    bottom: 30px;
    left: 0;
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-brand {
    width: 245px;
    padding-top: 15px;
    padding-left: 55px;
}

.navbar-nav {
    height: 60px;
    padding-top: 0;
}

    .navbar-nav > li {
        height: 60px;
        /*width: 80px;*/
        text-align: center;
    }

        .navbar-nav > li > a {
            padding: 9px 15px 10px 15px;
        }

        .navbar-nav > li:hover {
            background: #5CB8F5;
            color: white;
        }


        .navbar-nav > li:hover {
            background: #5CB8F5;
            color: white;
        }

.topiconsfa > .navbar-nav:hover {
    background: #5CB8F5;
    color: white;
}

.topicondiv > li:hover {
    background: #5CB8F5;
    color: white;
}


    .navbar-nav li a div {
        padding-bottom: 5px;
        color: #1C2187;
        font-size: 12px;
    }

.devicehalt {
    width: 500px;
    float: left;
    height: 400px;
    margin-left: 200px;
}

.deviceButton {
    margin-left: 1px;
    margin-right: 1px;
}

.deviceStats {
    text-align: left !important;
}

.form-control {
    background: white !important;
    border: 1px solid #6a6a6a;
}

.sidebarHeader {
    margin: 0;
    padding: 10px;
    border: 1px solid #6a6a6a;
    background: whitesmoke;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #1C2187;
}

    .sidebarHeader h4 {
        font-size: 14px;
        margin: 0;
        font-weight: bolder;
    }

.deviceStat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .deviceStat li {
        margin: 0 0 10px 0;
        padding: 0;
    }

        .deviceStat li.last-item {
            margin-bottom: 0px !important;
        }

        .deviceStat li div.stat-body {
          /*  border: 1px solid #6a6a6a;*/
            padding: 6px 7px 4px 7px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-weight: bold;
            font-size: 12px;
            background: #1C2187;
        }

        .deviceStat li div.stat-status {
            border: 1px solid #6a6a6a;
            border-top: none;
            height: 10px;
            -webkit-border-bottom-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            .deviceStat li div.stat-status .progress-bar {
                height: 10px;
                width: 100%;
                -webkit-border-bottom-right-radius: 4px;
                -webkit-border-bottom-left-radius: 4px;
                -moz-border-radius-bottomright: 4px;
                -moz-border-radius-bottomleft: 4px;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;
            }

.deviceMotionButton {
    font-size: 11px;
    text-shadow: none !important;
}

.viewAllTable {
    text-align: left !important;
}

.commands {
    text-align: left !important;
}

.settings {
    text-align: left !important;
}

.saveSettings {
    width: 100%;
}

.toggleEcoMode {
    width: 100%;
}

.history {
    width: 100%;
}

.historyNav {
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.commands ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .commands ul li {
        margin: 0 0 5px 0;
        padding: 0;
        padding: 5px;
        width: 100%;
    }

#liveMap, #historyMap, #historyList {
    width: 100%;
    height: 100%;
}

#historyMap {
    height: 50%;
    border-bottom: 1px solid #ccc;
}

#historyFilter {
    background: white;
    height: 45px;
    width: 100%;
    color: #1C2187;
    padding: 3px 5px 5px 5px;
    z-index: 1001;
}

    #historyFilter .filter {
        float: left;
        width: 12%;
        margin-right: 5px;
        margin-top: 2px;
    }

        #historyFilter .filter label {
            font-size: 11px;
        }

#historyTable {
    height: calc(50% - 45px);
    width: 100%;
    overflow-y: scroll;
}

    #historyTable table tr th {
        padding: 5px;
        font-size: 13px;
    }

    #historyTable table tr td {
        padding: 5px;
        font-size: 12px;
    }

    #historyTable table tbody tr:hover {
        background: #eee;
        cursor: pointer;
    }

    #historyTable table tbody tr.active {
        background: #ddd;
        cursor: pointer;
    }

.historyStatus {
    width: 24px;
    height: 24px;
}



.TLREDIcon {
    background-image: url('../../assets/imgs/icons/TLRed.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.TLAMBIcon {
    background-image: url('../../assets/imgs/icons/TLAmb.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.TLGRNIcon {
    background-image: url('../../assets/imgs/icons/TLGrn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.TLRAMIcon {
    background-image: url('../../assets/imgs/icons/TLRam.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.TLAGNIcon {
    background-image: url('../../assets/imgs/icons/TLAgn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* History Icons */
.infoIcon {
    background-image: url('../../assets/imgs/icons/info.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.offchgIcon {
    background-image: url('../../assets/imgs/icons/offchg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.harshaIcon {
    background-image: url('../../assets/imgs/icons/harsha.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.harshbIcon {
    background-image: url('../../assets/imgs/icons/harshb.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.harshcIcon {
    background-image: url('../../assets/imgs/icons/harshc.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.onchgIcon {
    background-image: url('../../assets/imgs/icons/onchg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.motionIcon {
    background-image: url('../../assets/imgs/icons/motion.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.alertIcon {
    background-image: url('../../assets/imgs/icons/alert.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.stopIcon {
    background-image: url('../../assets/imgs/icons/stop.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.startIcon {
    background-image: url('../../assets/imgs/icons/start.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayEIcon {
    background-image: url('../../assets/imgs/icons/replayE.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayNIcon {
    background-image: url('../../assets/imgs/icons/replayN.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayNEIcon {
    background-image: url('../../assets/imgs/icons/replayNE.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayNWIcon {
    background-image: url('../../assets/imgs/icons/replayNW.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replaySIcon {
    background-image: url('../../assets/imgs/icons/replayS.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replaySEIcon {
    background-image: url('../../assets/imgs/icons/replaySE.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replaySWIcon {
    background-image: url('../../assets/imgs/icons/replaySW.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayEIcon {
    background-image: url('../../assets/imgs/icons/replayE.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.replayWIcon {
    background-image: url('../../assets/imgs/icons/replayW.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* ** History Icons ** */


#historyList {
    width: calc(100% - 70px);
}

#liveStreetview {
    width: 100%;
    height: calc(100% - 30px);
}

#streetviewEle {
    width: calc(50% - 115px);
    height: calc(100% - 30px);
    right: 0;
    top: 60px;
    bottom: 30px;
    position: fixed;
    border-left: 4px solid #ccc;
    z-index: 1000;
}

#historyMap, #historyList {
    background: #f2f2f2;
}

#historyList {
    padding-top: 15px;
    padding-bottom: 15px;
    overflow-y: scroll;
    margin-left: 70px;
}

    #historyList .row {
        margin-left: 15px;
        margin-right: 15px;
        background: #ffffff;
        padding: 7px 15px 7px 15px !important;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-size: 13px;
    }

    #historyList .first {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #historyList .last {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom: 1px solid #ccc;
    }

.loader {
    text-align: center;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 30%;
    left: calc(50% - 50px);
    margin-left: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 10px 10px 10px;
}


.blink-bg {
    color: #1C2187;
    /* padding: 10px;*/
    /*display: inline-block;*/
    /*border-radius: 5px;*/
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        /*background-color: #FFFFFF;*/
        color: #1C2187;
    }

    25% {
        /* background-color: #FFFFFF;*/
        color: #1C2187;
    }

    50% {
        background-color: #c12e2a;
        color:#FFFFFF;

    }

    75% {
        background-color: #c12e2a;
        color: #FFFFFF;
    }

    100% {
        background-color: #c12e2a;
        color: #FFFFFF;
    }
}

.topiconbox {
    padding-top: 8px;
    margin-right: 3px;
    margin-left: 3px;
    padding-left: 4px;
    padding-right: 4px;
}
.notification {
    text-align: center;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1099;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 10px 10px 10px;
    min-height: 110px;
    color: 1#C2187;
}

    .notification p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .notification button {
        width: 100%;
        margin-top: 5px;
    }

    .notification .mltBtn {
        width: 129px;
        margin-right: 5px;
        margin-left: 5px;
    }

.iconsSelection {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .iconsSelection li {
        text-align: center;
        margin: 0;
        padding: 10px;
        border: 2px solid #ccc;
        background: #f8f8f8;
        width: 80px;
        float: left;
        margin-right: 17px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .iconsSelection li.active {
            border: 2px solid #1477da;
            background: #eaf6ff;
        }

.icons {
    text-align: center;
    width: 400px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 20px 10px;
}

    .icons .row {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left !important;
        margin-top: 10px;
    }

.alertcheck {
    width: 70px;
    float: left;
    text-align: center;
    margin-top: 9px;
}

.contacts {
    text-align: center;
    width: 400px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 20px 10px;
}

    .contacts h4 {
        margin-bottom: 10px;
        margin-left: 10px;
        text-align: left !important;
    }

    .contacts table {
        margin-left: 10px;
        margin-right: 10px;
    }

        .contacts table tr td {
            padding-bottom: 10px;
        }

    .contacts .row {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left !important;
        margin-top: 10px;
    }

.autoCommands {
    text-align: center;
    width: 600px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 20px 10px;
}

    .autoCommands h4 {
        margin-bottom: 10px;
        margin-left: 10px;
        text-align: left !important;
    }

.autoCommandsTable tr td {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.commandPassword {
    text-align: center;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 15px 15px;
}


.dmcContacts {
    text-align: center;
    width: 600px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px 20px 15px;
}

#remoteVideo {
    width: 100%;
    height: 100%;
}

#livevideo {
    color: white;
    overflow-x: auto;
    height: 450px;
    width: 650px;
    margin-top: 33px;
    text-align: center;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    bottom: 29px;
    right: 0px;
    margin-left: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
}
#dev-devstat {
    padding: 3px;
    background: #1C2187;
    border-radius:5px;
}

#dev-gpsstatus {
    padding: 3px;
    background: #1C2187;
    border-radius: 5px;
}

#dev-gsmstatus {
    padding: 3px;
    background: #1C2187;
    border-radius: 5px;
}

#dev-battlev {
    padding: 3px;
    background: #1C2187;
    border-radius: 5px;
}

#dev-battlev-solar {
    padding: 3px;
    background: #1C2187;
    border-radius: 5px;
}


.account {
    background: white;
    color: #1C2187;
    overflow-x: auto;
    height: 540px;
    margin-top: -5px;
    text-align: center;
    width: 400px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 65px;
    left: 50%;
    margin-left: -200px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px 20px 10px;
}

    .account h4 {
        margin-bottom: 10px;
        margin-left: 10px;
        text-align: left !important;
    }

    .account .row {
        margin-left: 1px;
        margin-right: 1px;
        text-align: left !important;
        margin-top: 10px;
    }

.vswitch {
    text-align: center;
    width: 32px;
    height: 64px;
    z-index: 1002;
    position: fixed;
    color: white;
    margin-left: 229px;
}

.settings {
    text-align: center;
    width: 800px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    color: #1C2187;
    height: 530px;
    top: 95px;
    left: Calc(50% - -0px);
    margin-left: -340px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    /*padding: 10px 0px 20px 10px;*/
}

.gensettings {
    text-align: center;
    width: 780px;
    margin-left: 5px;
    background: white;
    /* border: 1px solid #ccc; */
    z-index: 1002;
    height: 460px;
    /* position: relative; */
    color: #1C2187;
    ;
    float: left;
    margin-top: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    /* padding: 10px 0px 20px 10px; */
}

.devalerts {
    text-align: center;
    width: 520px;
    /*  overflow-x: auto;*/
    /*height: Calc(100% - 130px);*/
    overflow-x: auto;
    background: none !important;
    /* background: #333;*/
    /*  border: 1px solid #ccc;*/
    z-index: 1002;
    position: fixed;
    color: #1C2187;
    top: 100px;
    float: right;
    right: 0px;
    /* margin-left: -340px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.autoarmrow {
    width: 100%;
    float: left;
}

.usagetimerow {
    width: 100%;
    float: left;
}

.settingsbtnselected {
    color: white !important;
    background: #1C2187 !important;
    font-weight: 700 !important;
}

.usagetimeenable {
    margin-left: 30px !important;
    float: left;
    margin-top: 9px !important;
}

.usagetimeinsideout {
    margin-left: 50px !important;
    float: left;
}

.usagetimeselect {
    width: 100px;
    margin-left: 10px;
    display: inline;
}

.usagetime {
    text-align: center;
    width: 490px;
    background: white;
    height: 350px;
    /* border: 1px solid #ccc; */
    z-index: 1002;
    margin-left: 160px;
    /* position: fixed; */
    color: #1C2187;
    margin-top: 10px;
    position: relative;
    float: left;
}

.autoarmenable {
    margin-left: 30px !important;
    float: left;
    margin-top: 9px !important;
    ;
}

.autoarminsideout {
    margin-left: 50px !important;
    float: left;
}

.autoarmselect {
    width: 100px;
    margin-left: 10px;
    display: inline;
}

.multi-devdropdown-menu {
    position: absolute;
    top: -253px;
    left: 0px;
    height: 200px;
    overflow: auto;
    z-index: 1001;
    /* display: none;*/
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#autoarmsettings{
    color:black;
}

.autoarm {
    text-align: center;
    width: 100%;
    background: white;
    height: 350px;
    /* border: 1px solid #ccc; */
    z-index: 1002;
    /*  margin-left: 160px;*/
    /* position: fixed; */
    color: white;
    margin-top: 10px;
    position: relative;
    float: left;
    /*  -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;*/
}
.autoarmback.focus,
.autoarmback:focus,
.autoarmback:hover {
    color: #FFF;
    text-decoration: none color: #fff;
    background-color: #999900;
    border-color: #999900
}


.autoarmback {
    background: repeating-linear-gradient( 45deg, #999900, #999900 10px, #333 10px, #333 20px );
}

.historyfiltericon {
    width: 34px;
    height: 34px;
}

.lowbatterydiv {
    text-align: center;
    color: white;
    width: 350px;
    background: #ff6666;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
    position: fixed;
    height: 40px;
    bottom: 35px;
    left: Calc(50% - 175px);
    /* margin-left: -375px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}
.subwarningdivtshop {
    background: #19AEE7;
    border: solid 1px black;
    text-align: center;
    width: 375px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
    position: fixed;
    height: 165px;
    top: calc(100% - 255px);
    left: Calc(50% - 185px);
    /* margin-left: -375px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}
.subwarningdiv {
    text-align: center;
    color: white;
    width: 350px;
    background: #ff6666;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1002;
    position: fixed;
    height: 40px;
    top: calc(50% - 35px);
    left: Calc(50% - 175px);
    /* margin-left: -375px;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.btn-grey {
    background: white;
    color: black;
    border-color: #1C2187;
    border-width: 1px;
}

.btn-greysq {
    background: whitesmoke;
    color: #1C2187;
    border-color: #bfbfbf;
    border-width: 1px;
    border-bottom: solid 1px #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btn-greysq:hover {
    background: #1C2187;
    color: white;
}



.btn-grey:hover {
    background: #1C2187;
    color: white;
}

.PosTypeInfo {
    text-align: center;
    width: 500px;
    height: 30px;
    background: #333;
    color: white;
    border: 1px solid #ccc;
    z-index: 1002;
    position: fixed;
    top: 70px;
    left: calc(50% - 250px);
    margin-top: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px 20px 10px;
}

.settings h4 {
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left !important;
}

.settings .row {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left !important;
    margin-top: 10px;
}

.flightMode {
    text-align: center;
    width: 235px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 117px;
    left: 50%;
    margin-left: -117px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}

.parkMode {
    text-align: center;
    width: 235px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 117px;
    left: 50%;
    margin-left: -117px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}

.flightLogMode {
    text-align: center;
    width: 235px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 117px;
    left: 50%;
    margin-left: -117px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}


.pursuitMode {
    text-align: center;
    width: 235px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 117px;
    left: 50%;
    margin-left: -117px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}

.devmessages {
    text-align: center;
    width: 755px;
    height: 500px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 1033;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -270px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
    /*  background: #333;*/
    color: #1C2187;
}

.usermessages {
    text-align: center;
    width: 900px;
    height: 500px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 1033;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -360px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
    /*  background: #333;*/
    color: #1C2187;
}

.loginmessage {
    text-align: center;
    width: 900px;
    height: 500px;
    background: #333;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 1033;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -360px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
    /*  background: #333;*/
    color: white;
}


.ecoMode {
    text-align: center;
    width: 235px;
    background: white;
    border: 1px solid #ccc;
    z-index: 1033;
    position: fixed;
    top: 117px;
    left: 50%;
    margin-left: -117px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}

.commands {
    text-align: center;
    width: 400px;
    background: white;
    color: white;
    border: 1px solid #ccc;
    z-index: 1004;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 10px 10px 17px;
}

.dmc {
    text-align: center;
    width: 100%;
    background: whitesmoke;
    border: 1px solid #ccc;
    z-index: 1032;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    padding: 0px;
    overflow: hidden;
}

.ui-dialog {
    z-index: 1099 !important;
}

.dmcCommandStatus {
    width: 600px;
    background: #333;
    color: white;
    border: 1px solid #ccc;
    z-index: 1034;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dmcManage {
    width: 800px;
    background: #333;
    color: white;
    border: 1px solid #ccc;
    z-index: 1035;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dmcManageUl {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dmcManageUl li {
        margin: 5px;
        padding: 7px 0 5px 7px;
        border: 1px solid #ccc;
    }

.dmcManageLog {
    font-size: 12px;
}

    .dmcManageLog thead th {
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
        padding: 2px 2px 2px 5px;
    }

    .dmcManageLog tbody td {
        padding: 2px 2px 2px 5px;
    }

.dmcManageUlCommands {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.ui-datepicker {
    font-size: 11.7px;
}


.login-bg {
    background: url('imgs/loginbg-tshop.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.closelabel:hover {
    text-decoration: underline;
    color: white;
}

.form-signin {
    max-width: 390px;
    padding: 15px;
    margin: 30px auto;
    font-size: 13px;
}

.form-signin-heading {
    margin-bottom: 40px;
}

.form-signin, .form-signin .checkbox {
    margin-bottom: 10px;
}

    .form-signin .checkbox {
        font-weight: normal;
    }

        .form-signin .checkbox div {
            margin-top: 1px;
        }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin .form-signin-inner {
        border-radius: 5px;
        padding: 10px;
        background: white;
        transition: height 0.3s ease 0s, margin 0.3s ease 0s;
        color: black;
    }

    .form-signin .form-signin-inner-nopadding {
        padding-top: 15px;
    }

    .form-signin .form-signin-inner input {
        font-size: 14px;
        border: 1px solid #9c9c9c;
    }

.gmaps-popup {
    margin-top: 5px;
}

#zonesEle {
    width: 230px;
    height: 100%;
    background: white;
    position: fixed;
    right: 0px;
    top: 60px;
    padding: 10px;
    z-index: 1004;
    border: none;
}

.sidebarOverlay {
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.1); /*dim the background*/
    z-index: 1032;
    position: fixed;
    min-height: 100%;
}


.labels {
    color: white;
    background-color: transparent;
    font-family: 'RobotoDraft', sans-serif;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga", "kern";
    -moz-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    font-kerning: normal;
    font-size: 11px;
    font-weight: bold;
    width: 200px;
    text-align: center;
}


.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input, #pac-input-history {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-right: 8px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 250px;
    margin-top: 11px;
}

    #pac-input:focus, #pac-input-history:focus {
        border-color: #4d90fe;
    }

.pac-container {
    font-family: Roboto;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white2_hdpi.png"] {
    display: none;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

.pac-container:after {
    background-image: none !important;
    height: 0px !important;
}

.timepicker {
}


.btn-tshop {
    color: #fff;
    background-color: #6ED0F7;
    border-color: #6ED0F7
}




.timepicker:read-only {
    background-color: white;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation: progress-bar-stripes 1s linear infinite;
    -ms-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.reverseProgress {
    -webkit-animation-direction: reverse !important;
    ;
    -moz-animation-direction: reverse !important;
    ;
    -ms-animation-direction: reverse !important;
    ;
    -o-animation-direction: reverse !important;
    ;
    animation-direction: reverse !important;
}

@-webkit-keyframes pulsate {
    0% {
        background-color: #286090;
    }

    50% {
        background-color: #337ab7;
    }

    100% {
        background: #5cb85c;
    }
}

.pulse {
    -webkit-animation-name: pulse; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

//create the animation
@-webkit-keyframes pulse {
    // for chrome, safari, opera 0%

{
    background: #5bc0de;
}

25% {
    background: #5bc0de;
}

50% {
    background: #5bc0de;
}

75% {
    background: #5bc0de;
}

100% {
    background: #5bc0de;
}

}

@keyframes pulse {
    0% {
        background: #5bc0de;
    }

    25% {
        background: #5bc0de;
    }

    50% {
        background: #5bc0de;
    }

    75% {
        background: #2e6da4;
    }

    100% {
        background: #2e6da4;
    }
}

#buttons {
    background: #333;
    position: fixed;
    width: 80px;
    height: 155px;
    z-index: 1;
    left: 222px;
    top: 280px;
    border: 1px solid #ccc;
    left: none;
    margin-top: -77.5px;
    -webkit-border-radius: 0px 6px 0px 6px;
    -moz-border-radius: 0px 6px 0px 6px;
    border-radius: 0px 6px 6px 0px;
    padding: 15px;
}

#zonesTable {
    color: white;
}

.ui-state-active {
    background: #FFAC9E !important;
}

table.sortable thead {
    background-color: white;
    color: #1C2187;
    font-weight: bold;
    cursor: pointer;
}

.sorttable_sorted, .sorttable_sorted_reverse {
    color: #a94442;
}

#stealthModeInfo {
    width: 360px;
    background: rgb(85, 85, 85);
    position: fixed;
    border: 2px solid #555;
    z-index: 1000;
    left: calc(50% - 177px);
    top: 97px;
    padding: 0px 10px 5px 10px;
    text-align: center;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #stealthModeInfo h4 {
        margin-bottom: 5px;
    }

    #stealthModeInfo p {
        padidng: 0px;
        margin: 0px;
        margin-bottom: 5px;
    }

.advancedOptions {
    height: 30px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1031;
    width: 230px;
    color: white;
    border-top: 1px solid #bbb;
}

    .advancedOptions li {
        float: left;
        list-style: none;
        width: 50%;
        text-align: center;
        background: #ccc;
        padding: 5px;
        cursor: pointer;
        color: black;
    }

        .advancedOptions li:hover {
            background: #ddd;
        }

        .advancedOptions li.active {
            background: #c12e2a;
            color: white;
        }

            .advancedOptions li.active:hover {
                background: #d9534f;
            }

.advancedTable {
    margin: 0 10px 0px 10px;
    padding: 0px;
    list-style: none;
}

    .advancedTable li {
        margin: 10px 0px 0px 0px;
        background: #333;
        border: 5px solid;
        padding: 5px 5px 5px 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
    }

        .advancedTable li:hover {
            border: 5px solid;
            background: -webkit-linear-gradient(#555, #333); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#555, #333); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#555, #333); /* For Firefox 3.6 to 15 */
            background: -ms-linear-gradient(#555, #333);
            background: linear-gradient(#555, #333); /* Standard syntax */
        }

        .advancedTable li.active {
            border: 5px dashed;
            border-color: white !important;
            /*      background: -webkit-linear-gradient(#555, #333); /* For Safari 5.1 to 6.0 */
            /*   background: -o-linear-gradient(#555, #333);/* For Opera 11.1 to 12.0 */
            /*   background: -moz-linear-gradient(#555, #333); /* For Firefox 3.6 to 15 */
            /*   background: -ms-linear-gradient(#555, #333);
  /*   background: linear-gradient(#555, #333); /* Standard syntax */
        }

        .advancedTable li .address {
            border: 1px solid #6a6a6a;
            background: #444;
            padding: 3px 5px 2px 5px;
            margin: 5px 0px 5px 0px;
        }

        .advancedTable li .box {
            padding: 1px 4px 1px 4px;
            display: inline-block;
            white-space: nowrap;
        }

.sidebar::-webkit-scrollbar {
    width: 7px;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*
body {
    scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}
*/

#deviceLastCommTitle {
    color: #D54C1A !important;
}
.zonedisaltxt {
    font-size: 12px;
}
.zonestrackdistxt{
    font-size:11px;
}

#sidebar-search {
    margin-bottom: 2px;
    color: #1C2187 !important;
    border: 3px solid #1C2187 !important;
}
.fentext {
    color: #1C2187 !important;
}
.loginmessage {
    background: white !important;
    color: #1C2187 !important;
}


#sostlabel {
    display: none;
}

#showonlysel {
    display: none;
}

.devstatsz {
    color: #1C2187 !important;
}

.devicePicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: black !important;
    text-align: left;
    background: #1C2187;
    color:white !important;
}

    .devicePicker::-ms-expand { /* for IE 11 */
        display: none;
        width: 100%;
    }

.inputCalendar {
    background-color: #eee !important;
   /* background-image: url('../../assets/imgs/icons/calendar.png') !important;*/
    background-repeat: no-repeat !important;
    background-position: 7px 7px !important;
    padding-left: 30px;
}

.btn-success {
    background-image: linear-gradient(to bottom, #1C2187 0, #1C2187 100%) !important;
    border: solid 1px #1C2187;
}

.btn-default {
    background-image: linear-gradient(to bottom, #1C2187 0, #1C2187 100%) !important;
    border: solid 1px #1C2187;
    color: white;
}

    .btn-default:hover {
        background-image: linear-gradient(to bottom, #1C2187 0, #1C2187 100%) !important;
        border: solid 1px #1C2187;
        font-weight: 700;
    }

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        /*   color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;*/
        font-weight: 700 !important;
    }

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        color: white;
        background-color: #1C2187;
        border-color: #8c8c8c;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: white !important;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

#messagesfooter {

}

.bottombutton {
    color: #1C2187 !important;
    font-weight: 700;
}

.manualdivider {
    color: #1C2187 !important;
    font-weight: 700;
}

.topupdivider {
    color: #1C2187 !important;
    font-weight: 700;
}

.trafficbottom {
    color: #1C2187 !important;
    font-weight: 700;
}

.topiconsfa {
    font-size: 21px;
    color: #1C2187;
}


.topicondiv {
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn.focus, .btn:focus, .btn:hover {
    color: white !important;
    text-decoration: none;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: white !important;
    background-color: #1C2187 !important;
    border-color: #1C2187 !important;
}

.btn-success:focus, .btn-success:hover {
    background-color: #1C2187 !important;
    background-position: 0 -15px;
}

.btn-success:hover {
    color: white;
    background-color: #1C2187 !important;
    border-color: white;
}

#routing {
    border-left: 1px solid #444;
    border-bottom: 3px solid #ccc;
    width: 300px;
    height: 100%;
    background: white;
    color: white;
    padding: 5px 5px 5px 5px;
    right: 0px;
    top: 60px;
    z-index: 1015;
    position: fixed;
    padding: 10px;
}

    #routing .input {
        margin-bottom: 10px;
        border: 1px solid #888;
        padding: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        white-space: nowrap;
    }
#histlistbt {
    color: #1C2187;
}
.togglePlay {
    color: #1C2187;
}
.historyfiltericon {
    color: #1C2187;
}

.historyfilterexporticon {
    color: #1C2187;
}
.historyfiltericon:hover {
    color: #5CB8F5;
}

.historyfilterexporticon:hover {
    color: #5CB8F5;
}
.togglePlay:hover {
    color: #5CB8F5;
}
#histlistbtn:hover {
    color: #5CB8F5;
}

#routingDirections {
    border-top: 1px solid #333;
    margin-top: 10px;
    width: 100%;
    height: calc(100% - 290px);
    overflow-y: scroll;
    padding-bottom: 40px;
    overflow-x: hidden;
    float: left;
}

.RoutingDirtections1 {
    color: black !important;
    background: white !important;
}
.RoutingDirtections2 {
    background: white !important;
    color: black !important;
    float: left;
    width: 100%;
}
.RoutingDirtections3 {
    background: white !important;
    float: left;
}
.RoutingDirtections4 {
    background: white !important;
    float: left;
}
.RoutingDirtections6 {
    color: black !important;
    background: white !important;
    width: 100%;
    float: left;
}
.hidden {
    display: none;
}

.sidebar-search-popup {
    background: #FFFFFF;
    border: 1px solid #ccc;
    width: 200px;
    position: absolute;
    z-index: 100;
    margin-top: -10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

ul.sidebar-search-popup-data {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.sidebar-search-popup-data li {
        color: #333;
        padding: 7px 7px 7px 10px;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

        ul.sidebar-search-popup-data li.select {
            cursor: pointer;
        }

            ul.sidebar-search-popup-data li.select:hover {
                background: #f2f2f2;
            }

        ul.sidebar-search-popup-data li:last-child {
            border: none;
        }

.history-select-multi-popup {
    background: #FFFFFF;
    border: 1px solid #ccc;
    width: 200px;
    position: absolute;
    z-index: 100;
    margin-top: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

ul.history-select-multi-popup-data {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.history-select-multi-popup-data li {
        color: #333;
        padding: 7px 7px 7px 10px;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }


.ui-timepicker-container {
    font-size: 12px !important;
}
#historyStats {
    height: 60px;
    width: 225px;
    z-index: 1;
    position: absolute;
    top: 90px;
    margin-top: -45px;
    left: 14px;
    background: transparent;
}
#historyMode {
    height: 45px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 0px;
    background: transparent;
}

    #historyMode ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #historyMode ul li {
            background: white;
            float: left;
            padding: 13px 15px 13px 15px;
            color: #1C2187;
            margin: 0;
            cursor: pointer;
        }

            #historyMode ul li:hover {
                background: whitesmoke;
                color: #1C2187;
            }

            #historyMode ul li.active {
                background: #1C2187;
                color: white;
            }
