/* variables for vehicle status */

:root {
    --running: #00C853;
    --halted: #FF6D00;
    --idle: #2196F3;
    --disconnected: #FFD600;
    --header: #FFFFFF;
}

/* end variables */


* {
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: digital;
    src: url(../fonts/digital.ttf);
}

body {
    background-color: #337AB7;
}

.base {
    background-color: #f0f0f0;
    min-height: 1000px;

}

.vspacer {
    min-height: 50px;
    position: fixed;
    width: 100%;
    margin-bottom: 10px;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #124774;
    background-color: #FFF;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #EEE;
}

.sidemenu .nav-stacked {
    background: #1E6AAB;
}

.sidemenu a {
    color: #fff;
    text-decoration: none;
}

.sidemenu a:hover {
    color: #124774;
    background-color: #FFF;
    text-decoration: none;
}

.sidemenu a:focus {
    color: #124774;
    background-color: #FFF;
    text-decoration: none;
}

.sidemenu.animated {
    padding-left: 0px;
    padding-right: 0px;
}

.vspacer h2 {
    font-size: 27px;
    font-weight: bolder;
    color: #fff;
    margin-top: 9px;
}

.hbutton {
    font-size: 15px;
    background: #286191;
    border: none;
    border-radius: 0px;
    padding: 4px;
    margin-top: 10px;
    color: #F0F8FF;
    min-width: 30px;
}

.widget {
    background-color: #FFF;
    border-radius: 0px;
    padding: 10px;
    min-height: 345px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    min-width: 100%;
}

.widget h3 {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #111;
}

.widget .row {
    margin-top: 10px;
}

.wheader {
    margin-bottom: 10px;
}

.widget-blue {
    background-color: #00E5FF;
    color: #fff;
}

.widget-blue h3 {

    color: #fff;
}

.widget-green {
    background-color: #64DD17;
    color: #fff;
}

.widget-green h3 {

    color: #fff;
}

.widget-mini {
    min-height: 150px;
    padding-top: 25px;
    text-align: center;
}

.wheadsection {
    min-height: 200px;
    background-color: #00CB95;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    color: #FFF;
    padding: 10px;
    background-size: cover;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: 5px;
}

.wheadsection-blue {
    background-color: #2196F3;
}

.wheadsection-light-blue {
    background-color: #03A9F4;
}

.wheadsection-green {
    background-color: #00C853;
}

.wheadsection-lime {
    background-color: #00FF81;
}

.wheadsection-red {
    background-color: #F44336;
}

.wheadsection-yellow {
    background-color: #FFEB3B;
}

.wheadsection-purple {
    background-color: #9C27B0;
}

.wheadsection h2 {
    position: absolute;
    top: 140px;
    font-size: 14px;
    right: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0px 0px 1px 1px #000 inset;
}

.wheadsection h1 {
    text-transform: uppercase;
    font-weight: bolder;
    text-shadow: 0px 0px 8px #000;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
}

ul[role='tablist'].nav-tabs {
    border-bottom: 0px;
}

ul[role='tablist'].nav-tabs>li {
    border-right: 0px solid #ddd;
}

ul[role='tablist'].nav-tabs>li>a {
    margin-right: 0px;
}

ul[role='tablist']>li>a {
    border-radius: 0px 0px 0px 0px;
    color: #9E747A;
    padding: 10px;
    border: 0px !important;
    background: #fff;
}

ul[role='tablist']>li>a:hover {
    opacity: 0.4;
    background: #fff;
}

ul[role='tablist']>li>a:active {
    background: #F0F0F0;
}

ul[role='tablist']>li.active>a {
    background: #F0F0F0;
    color: #500e18;
    margin-bottom: -10px;
    font-weight: 900;
    min-width: 180px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

ul[role='tablist']>li:first-child>a {
    color: #304ffe;
}

ul[role='tablist']>li:first-child.active>a {
    background-color: #304ffe;
    color: #fff;

}

ul[role='tablist']>li:nth-child(2)>a {
    color: #1dd056;
}

ul[role='tablist']>li:nth-child(2).active>a {
    background-color: #1dd056;
    color: #fff;
}

ul[role='tablist']>li:nth-child(3)>a {
    color: #ffd600;
}

ul[role='tablist']>li:nth-child(3).active>a {
    background-color: #ffd600;
    color: #fff;
}

ul[role='tablist']>li:nth-child(4)>a {
    color: #673ab7;
}

ul[role='tablist']>li:nth-child(4).active>a {
    background-color: #673ab7;
    color: #fff;
}

ul[role='tablist']>li:nth-child(5)>a {
    color: #3f51b5;
}

ul[role='tablist']>li:nth-child(5).active>a {
    background-color: #3f51b5;
    color: #fff;
}

ul[role='tablist']>li:nth-child(6)>a {
    color: #2196f3;
}

ul[role='tablist']>li:nth-child(6).active>a {
    background-color: #2196f3;
    color: #fff;
}

ul[role='tablist']>li:nth-child(7)>a {
    color: #ff9800;
}

ul[role='tablist']>li:nth-child(7).active>a {
    background-color: #ff9800;
    color: #fff;
}

ul[role='tablist']>li:nth-child(8)>a {
    color: #ff5722;
}

ul[role='tablist']>li:nth-child(8).active>a {
    background-color: #ff5722;
    color: #fff;
}

ul[role='tablist']>li:nth-child(9)>a {
    color: #4caf50;
}

ul[role='tablist']>li:nth-child(9).active>a {
    background-color: #4caf50;
    color: #fff;
}

ul[role='tablist']>li:last-child>a {
    color: #c51162;
}

ul[role='tablist']>li:last-child.active>a {
    background-color: #c51162;
    color: #fff;
}

.help-block {
    font-size: 12px;
}

.tabparent {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    min-height: 41px;
}

/* =============================================================== bootstrap override ========================== */
.btn {
    border-radius: 0px;
}

.btn-success {
    color: #FFF;
    background-color: #00C853;
    border-color: #00C853;
    border-radius: 0px;
    margin-left: 10px;
}

.btn-success:hover {
    color: #FFF;
    background-color: #64DD17;
    border-color: #64DD17;
}

.btn-danger {
    color: #FFF;
    background-color: #d50000;
    border-color: #d50000;
    border-radius: 0px;
    margin-left: 10px;
}

.btn-danger:hover {
    color: #FFF;
    background-color: #f44336;
    border-color: #f44336;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    border-color: #A21423;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #FFF;
    background-color: #0081F0;
    border-color: #0081F0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #005AA8;
    border-color: #005AA8;
}

.list-group {
    margin-top: 5px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* ========================================================== additional styles ================================== */
.trans_form {
    padding: 20px;
}

.trans_form>.form-group>.control-label {
    float: left;
    width: 20%;
}

.trans_form>.form-group>.controls {
    float: right;
    width: 75%;
}

.trans_form>.form-group {
    min-height: 40px;
    float: left;
    width: 100%;
}

label[for='id_imei'] {
    text-transform: uppercase;
}

.dev_add_form {
    padding: 20px;
}

.dev_add_form>.form-group {
    min-height: 40px;
    float: none;
    width: auto;
}

.help-block {
    display: block;
    margin-top: -25px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    margin-left: 12px;
    background-color: #fff;
}

.sub-menu {
    display: none;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    padding-left: 35px;
}

.scrollable-menu {
    height: auto;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.scrollable-menu::-webkit-scrollbar {
    width: 2px;
}

.scrollable-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollable-menu::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
}

.trans-inner-div {
    padding: 40px;
    padding-top: 20px;
    display: none;
    background-color: #F0F0F0;
}

.inactive {
    display: none;
    min-height: 300px;
    margin-bottom: 10px
}

.cap {
    text-transform: capitalize;

}

.trans-list.cap {
    border-bottom: 1px solid #ccc;
    height: 26px;
    background: none;
    padding-top: 2px;
    padding-left: 15px;
    color: #222;

}

.trans-list.cap:first-child {
    border-top: 1px solid #ccc;

}

.trans-list.cap:hover {
    background-image: linear-gradient(to right, #3F51B5, #3F51B5);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;

}

.trans-list.cap:active {
    background-image: linear-gradient(to right, #3F51B5, #3F51B5);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;

}

.trans-list.active {
    background-image: linear-gradient(to right, #3F51B5, #3F51B5);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
}

#comp-search {
    margin-top: 25px;
    margin-bottom: 15px;
}

.round_button {
    border-radius: 50%;
    border: none;

}

.round_button_lg {
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

.round_button_lg button {
    border-radius: 80%;
    background-color: #DD2C00;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    border: none;
    box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.5);
}

.round_button_lg a {
    color: #fff;
}

/* switch button */
.btn-switch {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-switch:after {
    content: 'OFF';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.btn-switch:before {
    content: 'ON';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.btn-switch label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.btn-switch input[type=checkbox] {
    visibility: hidden;
}

.btn-switch input[type=checkbox]:checked+label {
    left: 43px;
}

/* ================ blinking icon ========================== */
.blink-container {
    width: 100px;
    height: 100%;
    margin: 0 auto 0;
}

.blink-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 0 0 0 #D50000;
    border-radius: 50%;
    background-color: #D50000;
    cursor: pointer;

}

.blink-icon-green {
    background-color: var(--running);
    box-shadow: var(--running);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.blink-icon-blue {
    background-color: var(--idle);
    box-shadow: var(--idle);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.blink-icon-yellow {
    background-color: var(--disconnected);
    box-shadow: var(--disconnected);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.blink-icon-orange {
    background-color: var(--halted);
    box-shadow: var(--halted);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.blink-small {
    width: 10px !important;
    height: 10px !important;
}

.blink-big {
    width: 30px;
    height: 30px;
}

.blink-icon-yellow-no-pulse {
    background-color: var(--disconnected);
    box-shadow: var(--disconnected);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

/* ================== blinking icon end ===================== */
.notify-icon-block {
    min-height: 29px;
    padding-bottom: 3px;
    padding-top: 5px;
    margin-top: 10px;
    margin-right: -5px;
}

.notify-icon-block>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.notification-icons {

    text-align: center;
}

.notification-icons a {
    color: white;
}

.notification-icons a:hover {
    color: #f1f1f1;
}

.notification-icons-2 {
    margin-top: 10px;
    background: #286191;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    min-height: 29px;
    padding-left: 10px;
    padding-right: 10px;

}

.notification-icons-2 p {
    padding: 5px;
    text-align: center;
    color: #ddd;
    text-transform: capitalize;
    font-size: 13px;
    font-stretch: ultra-expanded;
    letter-spacing: 2px;
}

.user-box-parent {
    max-height: 49px;
    min-width: 117px;

}

.user-box {
    display: none;
    margin-top: 10px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 14px;
    width: 100%;
    min-height: 31px;
    max-height: 31px;
}

.user-box img {
    width: 31px;
    border-radius: 14px;
    float: left;
    height: 31px;
}

.user-box p {

    float: left;
    padding: 5px;
    text-transform: capitalize;
    text-align: center;

}

.user-box a {
    font-size: 7px;
    padding: 7px;
    padding-top: 11px;
    background: #00D594;
    position: relative;
    top: 5px;
    border-radius: 18px;
    right: -8px;
    color: #FFF;
    width: 29px;
    height: 69px;
    cursor: pointer;
}

.whitelogo {
    height: 30px;
    margin-top: -5px;
    margin-right: 44px;

}

.delete {
    margin-right: 15px;
    position: relative;
    z-index: 100;
    color: #D50000;
    margin-top: 3px
}

.stext {
    text-transform: capitalize;
}

.widget-normal {
    min-height: 0px;
}

.widget-long {
    background-color: #FFF;
    border-radius: 0px;
    min-height: 80px;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    /*background-color: #500E18;*/
    padding: 20px;
}

.longbar {
    border-left: 1px;
}


.trans-inner-div:first-child {
    display: block !important;
}

input[name^="see_loc"] {
    background: url('../img/loading_gray.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px;
    border: medium none;
    background-color: transparent;
    font-size: 0px;
    margin: 0px auto;
}




#div_id_user_image {
    display: none;
}

.image-admin {
    alignment-adjust: central;
    width: 200px;
}

.widget-map {
    min-height: 440px;
    height: 440px;
}

.bubble {
    background-color: #333;
    border-radius: 2px;
    height: 18px;
    margin: 5px;
    width: auto;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
}

.img_loader {
    background-image: url(../img/728.GIF);
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-info {
    padding: 0px;
    width: 100%;
    height: 60px;
}

.info-head {
    width: 30%;
    height: 58px;
    background: #556B2F;
    text-align: center;
    font-size: 40px;
    float: left;
}

.info-body {
    width: 70%;
    height: 58px;
    float: left;
    padding: 10px;
    font-size: 11px;
    color: #808080;
    word-break: break-all;
    overflow-y: auto;
}

.info-body p {
    margin-bottom: 0px;
    font-size: 20px;
}

/*======================================= universal colors =======================================*/
.red {
    background: #D50000;
    color: #fff;
}

.pink {
    background: #F50057;
    color: #fff;
}

.purple {
    background: #AA00FF;
    color: #fff;
}

.medium-blue {
    background: #6200EA;
    color: #fff;
}

.medium-slate-blue {
    background: #2841D1;
    color: #fff;
}

.royal-blue {
    background: #1A3FA4;
    color: #fff;
}

.blue {
    background: #0091EA;
    color: #fff;
}

.light-blue {
    background: #00B2CE;
    color: #fff;
}

.teal {
    background: #00BFA5;
    color: #fff;
}

.green {
    background: #00C853;
    color: #fff;
}

.light-green {
    background: #64DD17;
    color: #fff;
}

.lime {
    background: #AEEA00;
    color: #fff;
}

.gold {
    background: #FFD600;
    color: #fff;
}

.orange {
    background: #FFAB00;
    color: #fff;
}

.dark-orange {
    background: #FF6D00;
    color: #fff;
}

.orange-red {
    background: #DD2C00;
    color: #fff;
}

.brown {
    background: #3E2723;
    color: #fff;
}

.nero-grey {
    background: #212121;
    color: #fff;
}

.pale-blue {
    background: #263238;
    color: #fff;
}

/* ======================================= custom font ================================ */
@charset "UTF-8";

@font-face {
    font-family: "untitled-font-1";
    src: url("fonts/untitled-font-1.eot");
    src: url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
        url("fonts/untitled-font-1.woff") format("woff"),
        url("fonts/untitled-font-1.ttf") format("truetype"),
        url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "untitled-font-1" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gauge:before {
    content: "a";
}

.loader {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 32%;
    position: absolute;
    z-index: 100;
    right: 0px;
    display: none;
}

#msg_counter {
    position: absolute;
    top: -29px;
    right: -19px;
    min-width: 28px;
    padding: 4px;
    border-radius: 100%;
    z-index: 309;
    margin: 0px;
}

.no_data {
    text-align: center;
    padding-top: 126px;
    color: #808080;
    font-weight: bold;
    font-size: 27px;
    opacity: 0.3;
    text-shadow: #FFF 0px 1px 0, #000 0 -1px 0;
}

#notification_pop {
    position: absolute;
    top: 5px;
    right: 200px;
    height: 50px;
    width: 30%;
    border-radius: 3px;
    color: #FFF;
}

.notifications {
    background-color: #00B67F;
    height: auto;
    width: 100%;
    padding: 12px;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 0px;
}

.notifications h3 {
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 18px;
    font-weight: bolder;
}

.notifications p {
    word-break: break-all;
    font-size: 10px;
}

.menu-header {
    background-color: #0A3051;
    margin-top: 0px;
    padding: 10px;

}

.notify_box {
    float: left;
    height: 50px;
    margin-right: 15px;
    font-size: 35px;
}

.menu_head {
    font-weight: bolder;
    font-size: 20px;
}

.edit_rf_users,
.delete_rf_users {
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/* -------------------------------------------
    Battery Management System (BMS) Styles
   -------------------------------------------*/

.bm-status-card .btn-group {
    padding: 5px 0;
}

.bm-status-card .fa {
    font-size: 16px;
}

.bms-details-page .widget {
    border: none;
    margin: 20px 0px;
}

.bms-details-page .info-head {
    height: 60px;
    max-width: 75px;
}

.bms-details-page .info-body {
    height: 60px;
    padding: 5px 10px;
}

.bms-details-page .info-body p {
    font-size: 23px;
    font-weight: bold;
}

.bms-details-page .info-body small {
    font-size: 12px;
    color: lightgrey;
}

.bms-details-page .bms-cellwise-volt {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
}

.bms-details-page .bms-cellwise-volt .bms-cell {
    width: 80px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    background: lightsteelblue;
    color: white;
}

.bms-details-page .bms-cell-title {
    margin-top: 30px;
}

.bm-status-card .btn-group .btn-link {
    min-width: 50px;
}


.notification-icons-3 {
    margin: 10px 0 0 0;

}


.notification-icons-3 span {
    padding: 6px;
    text-align: center;
    cursor: pointer;
}


#global_sear th {
    background: #C0C0C0;
}


/* .searchnav{
    overflow: hidden;
} */

.seachbox {
    position: absolute;
    left: 10px;
    padding: 10px;
    width: 200px;

    /* height: 120px; */
}

.seachbox span {
    padding: 8px;
    text-align: center;
    /* color: #0066FF; */
    cursor: pointer;
}

#searchbox_id {

    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 14px;
    width: 100%;
    min-height: 31px;
    max-height: 31px;
    text-align: center;
}

.lang-trans {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 8px 20px;
    border-top: 1px solid #574f51;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lang-trans label {
    color: #000000;
    padding-right: 25px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.lang-trans select {
    width: 100px;
}

.sidemenu .nav-stacked {
    margin-top: 60px !important;
}

html[dir="rtl"] .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

html[dir="rtl"] .pagination>li:last-child>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

html[dir="rtl"] .pagination>li:first-child>a {
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

html[dir="rtl"] .pagination>li:last-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

html[dir="rtl"] #map-speed-info p,
#map-speed-info span,
#history_map-speed-info p,
#history_map-speed-info span {
    float: right !important;

}

html[dir="rtl"] .footable-toggle:before {
    padding-left: 3px;
}

html[dir="rtl"] #fence_create_div #fence_save.btn.btn-info.pull-right {
    float: left !important;
}

html[dir="rtl"] #vehicle_f_list_div .v_list {
    display: flex;
}

html[dir="rtl"] #user_names_ul li {
    display: flex;
    justify-content: flex-end;
}

html[dir="rtl"] #user_names_ul li span {
    padding-left: 5px;
}



html[dir="rtl"] #user_names_ul {
    padding-right: 0;
}

html[dir="rtl"] .close {
    float: left;
}

html[dir="rtl"] .modal-title {
    text-align: right;
}

html[dir="rtl"] #select_all_veh {
    margin-right: 44%;
    margin-left: 0 !important;
}

html[dir="rtl"] #id_user_permissions_div .col-md-12 .row:last-child {
    margin-right: 0 !important;
}

html[dir="rtl"] #add_account_form .form-group {
    display: flex;
}

html[dir="rtl"] .well.well-sm {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

html[dir="rtl"] .well.well-sm .veh_list_box {
    display: flex;
}

html[dir="rtl"] .well.well-sm .veh_list_box span {
    padding-right: 5px;
}

html[dir="rtl"] .trans_form .form-group {
    display: flex;
}

html[dir="rtl"] #security_immobilizer_div .row {
    margin-right: 0 !important;
}

html[dir="rtl"] #security_immobilizer_div .row .widget {
    padding: 30px 20px 20px 20px !important;
}

html[dir="rtl"] #settings_div .widget {
    display: flex;
    flex-direction: column;
}

html[dir="rtl"] #settings_div .widget .header {
    display: flex;
    padding-right: 150px;

}

html[dir="rtl"] #settings_div .widget form .row.set_row {
    display: flex;
    padding-right: 150px;
}

html[dir="rtl"] #speed_div .wheader h3 {
    padding-right: 15px;
}

html[dir="rtl"] #speedform .form-group {
    display: flex;
}

html[dir="rtl"] #speedform .form-group label {
    padding-right: 20px;
}

html[dir="rtl"] #speed_div .widget {
    padding: 20px;
}

html[dir="rtl"] #odometer_div .list-group-item {
    display: flex;
    justify-content: space-between;
}

html[dir="rtl"] #odometer_div .list-group-item span:last-child {
    padding-right: 20px;
}

html[dir="rtl"] #odo_form .form-group {
    display: flex;
}

html[dir="rtl"] #odometer_div .widget {
    padding: 20px;
}

html[dir="rtl"] #ac_substitute_div .widget {
    padding: 20px;
}

html[dir="rtl"] #ac_substitute_div .widget .col-sm-10 {
    padding-left: 0;
}

html[dir="rtl"] #ac_substitute_div .widget #ac_sub_btn {
    float: left;
}

html[dir="rtl"] #idle_settings_div .widget {
    padding: 20px;
}

html[dir="rtl"] #idle_settings_div .widget h3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

html[dir="rtl"] #idle_settings_div .form-group {
    display: flex;
    align-items: center;
}

html[dir="rtl"] #idle_settings_div .foo-parent {
    width: 100%;
}

html[dir="rtl"] #group_settings_div .widget {
    padding: 20px;
}

html[dir="rtl"] #group_settings_div .widget h3 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

html[dir="rtl"] #all_notify_div .alert {
    position: relative;
}

html[dir="rtl"] #all_notify_div .pull-right {
    position: absolute;
    left: 10px;
}

html[dir="rtl"] #all_notify_div .fa {
    padding-left: 20px;
}

html[dir="rtl"] #all_notify_div .fa.fa-close {
    padding-left: 0px;
}
html[dir="rtl"] #all_notify_div .pagination .fa{
    padding-left: 0px!important;
}



html[dir="rtl"] #power_notify_div .alert,
#fence_notify_div .alert,
#os_notify_div .alert,
#subscription_notify_div .alert,
#renewal_notify_div .alert,
#panic_notify_div .alert,
#idle_notify_div .alert {
    position: relative;
}

html[dir="rtl"] #power_notify_div .pull-right,
#fence_notify_div .pull-right,
#os_notify_div .pull-right,
#subscription_notify_div .pull-right,
#renewal_notify_div .pull-right,
#panic_notify_div .pull-right,
#idle_notify_div .pull-right {
    position: absolute;
    left: 10px;
}

html[dir="rtl"] #power_notify_div .fa,
#fence_notify_div .fa,
#os_notify_div .fa,
#subscription_notify_div .fa,
#renewal_notify_div .fa,
#panic_notify_div .fa,
#idle_notify_div .fa {
    padding-left: 20px;
}

html[dir="rtl"] #power_notify_div .fa.fa-close,
#fence_notify_div .fa.fa-close,
#os_notify_div .fa.fa-close,
#subscription_notify_div .fa.fa-close,
#renewal_notify_div .fa.fa-close,
#panic_notify_div .fa.fa-close,
#idle_notify_div .fa.fa-close {
    padding-left: 0px;
}

html[dir="rtl"] 
#all_notify_div .widget h3 ,
#power_notify_div .widget h3 ,
#fence_notify_div .widget h3,
#os_notify_div .widget h3,
#subscription_notify_div .widget h3,
#renewal_notify_div .widget h3,
#panic_notify_div .widget h3,
#idle_notify_div .widget h3

{
    margin-top: -10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -10px;
}

html[dir="rtl"] #power_notify_div .pagination .fa,
#fence_notify_div  .pagination .fa,
#os_notify_div  .pagination .fa,
#subscription_notify_div .pagination .fa,
#renewal_notify_div .pagination .fa,
#panic_notify_div .pagination .fa,
#idle_notify_div .pagination .fa {
    padding-left: 0px!important;
}
