
@font-face {
    font-family:"Rajdhani";
    src: url(../fonts/Rajdhani-Bold.ttf);
    font-weight: bold;
  }
  @font-face {
    font-family:"Rajdhani";
    src: url(../fonts/Rajdhani-Light.ttf);
    font-weight:100;
  }
  @font-face {
    font-family:"Rajdhani";
    src: url(../fonts/Rajdhani-Medium.ttf);
    font-weight:500
  }
  @font-face {
    font-family:"Rajdhani";
    src: url(../fonts/Rajdhani-Regular.ttf);
    font-weight: normal;
  }
  @font-face {
    font-family:"Raleway";
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
  }
 

  @font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  vertical-align: baseline;
  font-family:"Rajdhani","Raleway";
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    max-width: 100%;
}
section{
    float: left;
    width:100%;
}
a{
    outline: none;
    box-shadow: none;
}
/* ============================================================================= */
.menu{
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  transition: all 0.5s; 
  min-width: 108px;
  max-width: 108px;
  width: 108px;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}
.expand{
  min-width: 266px;
}
.mainBodySec{
  float: left;
  margin: 0;
  padding: 0;
  background: #E6E8EE;
  position: relative;
  height: 100vh;
  width: calc(100vw - 272px);
}
.Logo{
  float: left;
  width:100%;
  background: #F2F2F2;
  height: auto;
}
.LogoExpand{
  display: none;
}
.menu.expand .LogoExpand{
  float: left;
  display: block;
  margin: 32px 25px 32px 20px;
}
.LogoClopes {
  display: block;
  width:60px;
  height: auto;
  margin: 46px auto;
}
.expand .LogoClopes{
  display: none;
}
.menuBody{
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: auto;
  height: calc(100vh - 165px);
}
.menuBody ul{
  float: left;
  width:100%;
  margin:15px 0 0 0;
  padding: 0;
}
.menuBody ul li {
  position: relative;
}
.menuBody ul li a span{
  display: none;
}
.menuBody ul li .dd{
  position: relative;
  margin-top: -28px;
  margin-left: calc(100% - 25px);
  cursor: pointer;
  float: left;
  width: 25px;
  font-size: 22px;
  color: #934C9E;
}
.menuBody ul li a{
  font-size: 18px;
  font-weight: 800;
  color: #934C9E;
  font-family: rajdhani,sans-serif;
  padding: 15px 25px 10px 30px;
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.menuBody ul li.active a{
  background: #f2f2f2;
}

.expand .menuBody ul li a span{
    font-size: 16px;
    font-weight: 800;
    color: #934C9E;
    font-family: rajdhani,sans-serif;
    display: block;
}
.menuBody ul li a i{
  float: left;
  margin: 0 12px;
  width:22px;
  color: #B98BC0;
  position: relative;
}
.expand .menuBody ul li a i{
  float: left;
  margin: 0 12px 0 0;
  width:22px;
  color: #B98BC0;
  position: relative;
}
/*.menuBody ul li.active a span,  .menuBody ul li.active a i{
  color: rgb(103, 42, 112);
}*/
.menuBody ul li ul{
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0;
  overflow: hidden;
  height: 0;
  background: #f1f1f1;
  margin: 0;
  transition: all 0.5s;
}
.expand .menuBody ul li ul{
  padding: 0 0 0 35px;
}
.expand .menuBody ul li ul li a span{
    font-size: 17px;
    font-weight: 500;
    color: #B98BC0;
}
.mainBodySec header{
  position: relative;
  float: left;
  width:100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 3px 16px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
  z-index: 1;
}
.mainBodySec header .menuButton{
  float: left;
  width:26px;
  height: 17px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.mainBodySec header .menuButton span{
  height: 3px;
  width:100%;
  background: #5E2C92;
  display: block;
  margin: auto;
}
.mainBodySec header .menuButton span:first-child{
  width:calc(100% - 14px);
  margin: 0 auto auto 0;
}
.mainBodySec header .menuButton span:nth-child(2){
  width:calc(100% - 7px);
  margin: auto 0;
}
.mainBodySec header .menuButton span:nth-child(3){
  width:calc(100% - 0px);
  margin:auto 0 0 0;
}
.mainBodySec header h1{
     margin: auto 0 auto 19px;
    color: #622D93;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: normal;
}
.mainBodySec header .leftSide{
  display: flex;
    margin: auto auto auto 0;
}
.mainBodySec header .rightSide{
  display: flex;
    margin: auto 0 auto auto;
}
.mainBodySec header .userProfile img{
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin: 0;
  padding: 0;
  height: 35px;
  width: auto;
}
.mainBodySec header .alert, .mainBodySec header .notification {
  margin: auto 22px auto auto;
  padding: 0;
  position: relative;
}
.mainBodySec header .alert i, .mainBodySec header .notification i{
  font-size: 20px;
  color: #333;
}

.mainBodySec header .alert span,.mainBodySec header .notification span{ 
  position: absolute;
  background: #622D93;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  top: -6px;
  left: 12px;
}
.mainBodyCon{
    float: left;
    width: calc(100% - 14px);
    height: calc(100vh - 46px);
    margin: 7px;
    overflow-y: auto;
    overflow-x: hidden; 
}
.cardBox {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    min-height: 50px;
    margin-bottom: 20px;
    height: calc(100% - 20px) !important;
}
.cardHeader{
  float: left;
  width:100%;
  border-bottom: 1px solid #8DD5D8;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  min-height: 45px;
}
.cardHeader .cardTitle{
  width: auto;
  display: flex;
}
.cardHeader .cardTitle h2{
  font-size: 18px;
  font-weight: bold;
  color: #43288B;
  margin: auto auto auto 10px;
}
.moreInfo{
  display: flex;
  margin: auto 0;
  width: auto;
}
.moreInfo a{
  font-weight: normal;
  font-size: 16px;
  color: #747474;
  text-decoration: none;
  display: flex;
}
.moreInfo a img{
  width: 20px;
  height: 20px;
  margin: auto auto auto 5px;
}
.cardBody{
  float: left;
  width:calc(100% - 40px);
  /* height:calc(100% - 40px); */
  height: auto;
  margin:20px; 
  position: relative; 
}
.batteryChargeStatus{
  float: left;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.batteryChargeStatus .items{
  display: flex;
  justify-content: space-between;
  width:100%;
  flex: 1;
  margin: auto;
  padding:  0 30px 0 35px;
  border-right:1px solid #8DD5D8;
}
.batteryChargeStatus .items:last-child{
  border: none;
  padding-right: 15px;
}
.batteryChargeStatus .items:first-child{
  padding-left: 15px;
}
.batteryChargeStatus .items .left{
  float: left;
  margin: auto 0;
}
.batteryChargeStatus .items .left h2{
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: #7E2A8C;
}
.batteryChargeStatus .items .left p{
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  color: #333;
}
.batteryChargeStatus .items .right{
  margin: auto 0;
  display: flex;
  flex-direction: column;
}
.batteryChargeStatus .items .right p{
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin-bottom: 5px;
}
.batteryChargeStatus .items .right img{
  margin: auto;
  min-width: 96px;
  max-height: 49px;
}
#ChargingStatus .leftSide{
  position: relative;
  display: block;
  margin-top: 25px;
}
#ChargingStatus .rightSide{
  float: left;
    width: calc(100% - 190px);
    height: 134px;
    display: flex;
  
}
#ChargingStatus .rightSide .label{
  margin: auto;
}
#ChargingStatus .rightSide .label p{
  font-weight: normal;
  font-size: 21px;
  color: #666;
  float: left;
  width:100%;
  display: flex;
}
#ChargingStatus .rightSide .label p span{
  width:20px;
  height: 20px;
  display: block;
  background: #ff6536;
  margin: auto 12px auto 35px;
}
#ChargingStatus .rightSide .label p b{
  font-weight: bold;
  font-size: 33px;
  color: #999;
  margin: auto 10px;
}
#ChargingStatus .rightSide .label p i{
  margin: auto 0;
}
#pieChart{
  float: left;
  width:130px !important;
  height: 130px !important;
  margin: auto
}
#ChargingStatus .rightSide .label p:first-child span{
  background: #1cabb1;
}
.centerText{
  position: absolute;
  text-align: center;
  width: 130px;
  margin: 33px 0 0 0
}
.centerText p{
  font-size: 18px;
  color: #666666;
  font-weight: normal;
}
.centerText p span{
  font-weight: bold;
  font-size: 34px;
  color: #1CABB1;
  display: block;
  width: 100%;
}
#dataStatus{
  float: left;
  width:calc(100% - 40px);
  display: flex;
  justify-content:space-between;
}
#dataStatus .item h2{
  width:75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  background: #FFDC7F;
  border-radius: 50%;
  color: #fff;
  margin: auto;
}
#dataStatus .item:nth-child(2) h2{
  background: #8DD5D8;
}
#dataStatus .item:nth-child(3) h2{
  background: #FEA391;
}
#dataStatus .item p{
  color: #666666;
  font-size: 18px;
  text-align: center;
  width:100%;
  margin: 10px 0 0 0;
}
#alertsSec table{
  width:100%;
  background: #fff;
}
#alertsSec{
  margin: 0px 0;
  width: 100%;
}
#alertsSec table tr:nth-child(even){
  background: #EFEFEF;
}
#alertsSec table tr td{
  padding: 11px 0;
  vertical-align: middle;
}
#alertsSec table tr td span{
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #4C6EFF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height:27px;
  text-align: center;
  margin-left: 20px;
}
#alertsSec table tr td:first-child{
  width:68px;
}
#alertsSec table tr td:nth-child(3) a{
  color: #FF5555;
  text-decoration: none;
}
#alertsSec table tr td:nth-child(4) a{
  color: #666;
  text-decoration: none;
}
#alertsSec table tr:nth-child(2) td span{
  background: #5BBFC3;
}
#alertsSec table tr:nth-child(3) td span{
  background: #E44CFF;
}
#alertsSec table tr:nth-child(4) td span{
  background: #FAAC47;
}
#temperatureStatus{
  display: flex;
  flex-wrap: wrap;
}
#temperatureStatus .item{
  flex: 0.5;
  min-width: 50%;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #84E0CE;
  border-bottom: 1px solid #84E0CE;
}
#temperatureStatus .item h2{
  float: left;
  width:100%;
  text-align: center;
  font-size: 42px;
  color: #7E2A8C; 
  font-weight: bold;
}
#temperatureStatus .item p{
  float: left;
  width:100%;
  text-align: center;
  font-size: 17px;
  color: #333; 
  font-weight: normal;
  margin-bottom: 15px;
}
#temperatureStatus .item h4{
  text-align: center;
    margin-top: 7px;
}
#temperatureStatus .item h4 sup{
  font-size: 12px;
}
#temperatureStatus .item:nth-child(even){
  padding: 10px 0 10px 20px;
  border-right: none;
}
#temperatureStatus .item:nth-child(3), #temperatureStatus .item:nth-child(4){
  border-bottom: none;
}
#mobilityStatus {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    overflow: hidden;
    max-width: 95%;
}
#mobilityStatus item{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mobilityStatus h2{
  width: 113px;
  height: 113px;
  line-height: 113px;
  font-size: 22px;
  font-weight: bold;
  color: #747575;
  text-align: center;
  background: #FFDAB9;
  border-radius: 50%;
  margin:14px auto auto auto;
  padding: 0;
}
#mobilityStatus h3{
  font-size: 27px;
  font-weight: 500;
  color: #1CABB1;
  text-align: center;
  margin: 22px auto;
}
    #mobilityStatus p {
        font-size: 21px;
        font-weight: normal;
        color: #333;
        text-align: center;
        margin: auto auto auto auto;
        padding: 0 10px;
    }
#mobilityStatus .item:last-child h2{
  background: #FBE0FF;
}
#barChart{
  height: 316px !important;
    width: 96% !important;
    margin-top: -40px;
  }
header.inner{
  position: absolute;
  width:100%;
  background: rgba(255,255,255,0.5);
  top: 0;
}
.icons{
  margin: auto;
  width: 25px;
  height: auto;
}
.searchSec{
  width:100%;
  max-width: 610px;
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;
}
.searchSec .searchBox{
  width:100%;
  max-width: 490px;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #CACACA;
  border-radius: 5px;
  margin: 5px 0;
}
.cardTitle img{
  width:25px;
  height: 23px;
  margin: auto;
}
.searchSec .searchBox input{
  height: 30px;
  padding: 0 8px;
  border: none;
  outline: none;
  flex: 1;
  background: none;
}
.searchSec .searchBox button{
  background: none;
  outline: none;
  border: none;
}
.searchSec a{
  margin: auto;
}
.tableCon{
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s;

}
.tableCon table, .dataTables_scrollHead table{
  width:100%;
  border:1px solid #e9d9d9;
}

.tableCon table thead, .dataTables_scrollHead table thead{
  background: #7E2A8C;
}
.tableCon table td, .tableCon table th, .tableCon table.table td{
  text-align: center;
  padding: 8px 0;
}
.tableCon table th, .dataTables_scrollHead table th{
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
.tableCon table td, .dataTables_scrollHead table tbody td{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  white-space:nowrap;

  
}


.tableCon table tbody tr.colour{
  background:#FDF1FF;
  border-top:1px solid #F3AEFF;
  border-bottom:1px solid #F3AEFF;
}
    .tableCon table tbody tr:nth-child(even) {
        height: 0px;
        box-sizing: border-box;
        padding: 0;
        overflow: hidden;
        transition: all 0.5s;
        background: #FDF1FF;
    }
/*.tableCon table tbody tr:nth-child(even) td{
  padding: 0;
}*/
.tableCon table tbody tr.show{
  border:1px solid #cccccc;
  transition: all 0.5s;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}
.tableCon table tbody tr td a i{
  transition: all 0.5s;
}
.searchBox button img{
  width:20px;
  height: auto;
}
.mapView img, .links img{
  width:21px;
  height: auto;
}
.mapViewBtb i{
  font-size:26px;
  color:#DA89FF;
}
.actionBtn:nth-child(1) i{
  font-size:18px;
  color:#641771;
}
.actionBtn:nth-child(2) i{
  font-size:26px;
  color:#262626;
}
.actionBtn{
  margin: 0 10px;
}
.mainBodySec iframe{
  transition: all 0.5s;
}
.tableCon table.table td{
  text-align: center;
  padding: 18px 0 !important;
}
.tableHide{
  float: left;
  width:100%;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.spacialCard{
  float: left;
  width:100%;
  background: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.spacialCard .cardHeader{
  box-sizing: border-box;
  padding: 12px 12px;
  float: left;
  width:100%;
  justify-content: left;
  border: none;
}
.spacialCard .cardHeader img{
  float: left;
  margin-right: 9px;
  width: 25px;
}
.spacialCard .cardHeader h2{
  color: #43288B;
  font-weight: bold;
  font-size: 18px;
  margin: auto auto auto 0;
}
.spacialCard .spacialCardBody{
  background: #fff;
  border-radius: 10px;
  float: left;
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  gap:70px;
  justify-content: left;
  height: 100%;
  margin-bottom: 12px;
}
.spacialCard .spacialCardBody ul{
  flex: 1;
  columns: 2;
}
.spacialCard .spacialCardBody ul li{
  float: left;
  width:100%;
  display: flex;
  margin-bottom: 16px
}
.spacialCard .spacialCardBody ul li:last-child{
  margin-bottom: 0;
}
.spacialCard .spacialCardBody ul li label{
  width:70%;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 800;
}
.spacialCard .spacialCardBody ul li .dataSec{
  width:30%;
  text-align: left;
  font-size: 16px;
  color: #AE38C2;
  font-weight: 500;
}

.circles {
  margin-bottom: -10px;
}
.text-align-center{
  text-align: center !important
}
.circle {
  /* width: 115px;
  max-width: 115px; */
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  flex: 1;
}
.cardBody canvas{
  width:100% !important
}
.flex-centeAlign canvas{
  width: auto !important;
}
.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.whitaBG{
  background: #fff;
  width: 42%;
  height: 18px;
  position: absolute;
  margin: -18px 0 0 29%;
}
.batteryPage .whitaBG{
  background: #fff;
    width: 78px;
    height: 33px;
    position: absolute;
    /* margin: -33px 0 0 33px; */
    margin: -33px 0 0 calc(50% - 38px);
}

.circle h2{
  position: absolute;
  margin: -110px 0 0 0;
  width: 100%;
  font-size: 32px;
  font-weight: normal;
  color: #43288B;
}
.batteryPage .circle h2 {
  position: absolute;
  margin: -90px 0 0 0;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  color: #43288B;
}
.batteryPage{
  height: 100%;
}
.circle p{
  width:100%;
  font-size: 22px;
  color: #7E2A8C;
  font-weight: 800;
  margin: -14px 0 5px 0;
  position: relative;
  z-index: 1;}
  .batteryPage .circle p{
    width: 100%;
  font-size: 18px;
  color: #7E2A8C;
  font-weight: bold;
  margin: -50px 0 5px 0;
  position: relative;
  z-index: 1;
  }
  .flex-centeAlign{
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .batteryPage .circle h3 {
    position: absolute;
    margin: -125px 0 0 0;
    width: 138px;
    font-size: 26px;
    font-weight: 500;
    color: #43288B;
  }
  .bottomTitle{
    font-size: 18px;
    font-weight: 800;
    color: #7E2A8C;
    text-align: center;
    margin-top: 5px;
  }
  .cardBox-height-auto{
    height: auto !important
  }
  .six{
    margin: auto;
  }
  .six h2{
    font-size: 31px;
    font-weight: 500;
    color: #43288B;
    width: 100%;
    position: absolute;
    margin: -82px 0 0 0;
  }
  .six h2 sup{
    font-size: 28px;
  }
  .filete{
    float: left;
    display: flex;
    width: 65%;
  }
  .filete select{
    float: left;
    width:90%;
    max-width: 450px;
    height: 30px;
    border:1px solid #ccc;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    margin-right: 10px;
    padding-left: 10px;
    font-size:16px;
    color: #622D93;
    font-weight: normal;
  }
  .filete input{
    float: left;
    width:90%;
    max-width: 450px;
    height: 30px;
    border:1px solid #ccc;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #622D93;
    font-weight: normal;
    padding-left: 10px;
  }
  .loaction{
    float: right;
  }
  .loaction span{
    font-weight: normal;
    font-size: 16px;
    color: #43288B;
    margin: 8px 0 0 8px;
    float: right;
}
.loaction i{
  color:#43288B;
  font-size: 28px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(247, 209, 255);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(212, 165, 255);
}
.rabgeValue{
  position: absolute;
  /* margin: -55px 0 0 0; */
  margin: 27% 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ccc;
}
.kanta{
    position: relative;
    width: 101px;
    width: 49.27%;
    height: 11px;
    height: 8%;
    margin: 0 0 0 0;
    transform-origin: center right;
    left: 2px;
    bottom: 21px;
    bottom: 0;
    top:auto;
    
}
.canvasjs-chart-credit{
  display: none;
}

.speedmeter1{
  position: relative;
  width:100%;
  height: 68%;
  margin: 0 0;
}
.speedmeter1 img:first-child{
  float: left;
  width:100%;
}
.mapViewAlertPage{
  background: #fff;
  width:100%;
  height: calc(100% - 63px);
  margin:0;
  float: left;
  position: relative;
}
.mapViewAlertPage form{
  z-index: 0;
}
.alertPanel {
    display: none;
}
.alertPanel, .alertDetailsPanel {
    position: fixed;
    width: 300px;
    height: 84vh;
    background: #fff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 30%);
    right: -600px;
    right: 0;
    top: 15vh;
    transition: all 0.5s;
    z-index: 2;
    border-radius: 10px 0px 0px 10px;
    box-sizing: border-box;
    padding: 0 15px 25px 10px;
    overflow:hidden;
}
    .alertPanel .header, .alertDetailsPanel .header {
        float: left;
        position: relative;
        width: calc(100% + 25px);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        display: flex;
        box-sizing: border-box;
        padding: 10px;
        align-items: center;
        justify-content: space-between;
        background: #622D93;
        margin-left: -10px;
    }

        .alertPanel .header label, .alertDetailsPanel .header label, .alertPanel .header a, .alertDetailsPanel .header a {
            color: #fff !important;
        }

/*#btnSearch {
    margin-top: 15px;
    margin-left: calc(50% - 23px);
}*/

.col-form-label {
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
}

.alertPanel .alertDetails:nth-child(odd)  {
    margin-bottom:12px;
}

.alertPanel .header form {
    display: flex;
    align-items: center;
    width: 80%;
}

            .alertPanel .header form button {
                cursor: pointer;
                border: none;
                outline: none;
                background: none;
            }

                .alertPanel .header form button img {
                    width: 20px;
                    height: auto;
                }
.alertPanel .header form input{
  height: 30px;
    padding: 0 8px;
    border: 1px solid #ccc;
    outline: none;
    flex: 1;
    background: none;
}
.alertPanel .header a, .alertDetailsPanel .header a{
  font-size: 18px;
  color: #333;
  text-decoration: none;
  line-height: 18px
}
    .alertPanel .header a.addNewAlert {
        font-size: 28px;
    }

.alertPanel .alertPanelBody {
    float: left;
    height: calc(100% - 50px);
    overflow: auto;
}
ul.alerts{
  float: left;
  width:100%;
  position: relative;
  
}
ul.alerts li{
  float: left;
  width:100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap:10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,0.1)
}
ul.alerts li:hover, ul.alerts li.active{
  background: #f1f1f1;
}
ul.alerts li .alertCount{
  min-width:25px;
  height: 25px;
  border-radius: 50%;
  background: #43288B;
  color:#fff;
  line-height: 26px;
  text-align: center;
}
ul.alerts li:nth-child(8n+1) .alertCount{
  background:  #43288B;
}
ul.alerts li:nth-child(8n+2) .alertCount{
  background:  rgb(57, 81, 218);
}
ul.alerts li:nth-child(8n+3) .alertCount{
  background:  rgb(57, 132, 218);
}
ul.alerts li:nth-child(8n+4) .alertCount{
  background:  rgb(40, 155, 170);
}
ul.alerts li:nth-child(8n+5) .alertCount{
  background:  rgb(132, 143, 32);
}

ul.alerts li:nth-child(8n+6) .alertCount{
  background:  rgb(197, 145, 0);
}
ul.alerts li:nth-child(8n+7) .alertCount{
  background:  rgb(197, 95, 0);
}
ul.alerts li:nth-child(8n+8) .alertCount{
  background:  rgb(255, 80, 49);
}
ul.alerts li .alertDetails h2, .alertDetailsPanel .header h2{
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}
ul.alerts li .alertDetails p{
  font-size: 12px;
    font-family: "Raleway";
    font-weight: normal;
    color: #908f8f;
    letter-spacing: 0.5px;
}
.overlay2{
  position: fixed;
  left: 0;
  top: 0;
  width:100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  display: flex;
  z-index: 9;
}
.popBox{
  width:98%;
  max-width: 500px;
  height: auto;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 25px 1px rgba(0,0,0,0.3);
}
.popBox .popHead{
  background: #622D93;
  box-sizing: border-box;
  width: 100%;
  padding:10px;
  opacity: 1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}
.popBox .popHead h2{
  color: #fff;
  font-size: 18px; 
  font-weight: 500;
}
.closePop, .hidePop{
  text-decoration: none;
  color: #fff !important;
  font-size: 20px;
}
.popBox .popBody{
  float: left;
  width:100%;
  box-sizing: border-box;
  padding: 35px 25px;
}


.popBox .popBody .formCon{
  float: left;
  width:100%;
}
.popBox .popBody .formCon input,.popBox .popBody .formCon select{
  width:100%;
  border:1px solid #ccc;
  border-radius: 3px;
  margin: 10px 0 !important;
  height: 35px;
  box-sizing: border-box;
  padding: 0 10px;
}
.popBox .popBody .formCon input#setUnit, .popBox .popBody .formCon input#setRange{
  width:calc(50% - 10px)
}
.popBox .popBody .formCon input#setRange{
  margin-right: 20px !important;
}
.popBox .popBody .formCon .form-switch, .form-switch{
  width:200px;
  float: left;
  padding: 0;
}
.popBox .popBody .formCon .form-switch input, .form-switch input{
  width: 50px !important;
  height: 25px;
  border-radius: 30px !important;
  margin-left: 10px !important;
}
/* .popBox .popBody .formCon .form-switch label{
  float: left;
  margin: 10px 10px 0 0
} */
.popBox .popBody .formCon button, .popBox .popBody button {
  float: right;
  width:100px;
  border-radius: 30px;
  height: 30px;
  margin: 10px 0 0 0;
  border:none;
  background: #622D93;
  color: #fff;
}
.alertDetailsPanel{
    Right:300px;
    z-index: 1;
}
.alertDetailsPanel .header h2{
  font-size: 16px;
  margin: auto 0;
  color: #622D93;
  line-height: 30px;
}
.range{
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  background: #f1f1f1;
}
.range a{
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.mailAlerts{
  float: left;
  width:100%;
  height: 100%;
  overflow: auto;
}
.mailAlerts ul{
  float: left;
  width: 100%;
}
.mailAlerts ul li{
  float: left;
  width:100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.mailAlerts ul li h2{
  float: left;
  font-weight: bold;
  color: #5e2c92;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}
.mailAlerts ul li .alertBodyflex{
  float: left;
  position: relative;
  display: flex;
  gap: 10px;
}
.mailAlerts ul li .alertBodyflex .time{
  min-width: 65px;
}
.mailAlerts ul li .alertBodyflex .time h4{
  font-family:"Raleway";
  font-size: 15px;
  color: #666;
}
.mailAlerts ul li .alertBodyflex .time h5{
  font-family:"Raleway";
  font-size: 12px;
  color: #888;
}
.mailAlerts ul li .alertBodyflex p{
  font-family:"Raleway";
  font-size: 14px;
  color: #666;
}
.mailAlerts ul li .alertBodyflex p strong{
  float: left;
  width: 100%;
  font-weight: bold;
  color: #999;
  margin-bottom: 10px;
}
.mailAlerts ul li .alertBodyflex p span{
  font-family:"Raleway";
  font-size: 12px;
  line-height: 16px;
  color: #aaa;
}
.notifiactionSec{
  display: none;
}
.myRow{
  display: flex;
  width: auto;
  gap:10px;
}
.myRow input, .myRow select{
  width: 205px;
}
.tabHead{
  float: left;
}

.tabHead ul{
  float: left;
  width:90%;
  display: flex;
  border:1px solid #ced4da;
  border-radius: 0.2rem;
  overflow: hidden;
}
.tabHead ul li{
  flex: 1;
}
.tabHead ul li a{
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background: #ede9ed;
  color: #7E2A8C;
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.tableHeaderLinks{
  display: flex;
}
.tabHead ul li.active a{
  background: #7E2A8C;
  color: #fff;
}
.tabBody{
  float: left;
  width:100%;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative
}
.tabBody .item{
  display: none;
}
.tabBody .item.active{
  display: block;
}
 .btn-primary{
  color: #fff;
  background-color: #7E2A8C;
  border-color: #7E2A8C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #7E2A8C;
  border-color: #7E2A8C;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #7E2A8C;
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.in-range {
  background-color: #f2deff;
  border-color: transparent;
  color: #000;
  border-radius: 0;
} 
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #7E2A8C;
  border-color: transparent;
  color: #fff;
} 
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.myRow input[type="submit"].searchBtn{
  width: 100px !important;
  height:38px;
}
a.addNewAlertTable{
  text-decoration: none;
  font-size: 38px;
  color: #7E2A8C;
}
.form-check-input:checked {
  background-color: #7E2A8C;
  border-color: #7E2A8C;
}
a.editAlertInTable i, a.deleteAlert i, a.editAlert i{
  color: #B98BC0;
}
.select2-container--default .select2-results__option[aria-selected=true]{
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #7E2A8C;
  color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eed2ff;
  border: 1px solid rgb(180, 63, 226);
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #bc5dff;
  font-weight: bold;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: #43288B;
}
.popBox800{
  max-width: 800px !important;
}
.popBox800 label{
  margin: 10px 0 5px 0;
}

.popupRectangle {
    max-width: 80% !important;
}

.popupRectangle label {
    margin: 10px 0 5px 0;
}

.form-switch{
  display: flex;
  align-items: center;
}
.searchItemUl{
    float: left;
    width: 100%;
    overflow: auto;
    height: 300px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;}
    .searchItemUl li{
      float: left;
      width:100%;
      padding: 5px 0;
      border-bottom: 1px solid #eee; 
      
    }
    .searchItemUl li label{
      display: flex;
      gap:10px;
      align-items: center
    }
    #NewAlertCreate{
      display: none;
    }
    #DeleteAlert {
        display: none;
    }

.select2-container{
  min-width:220px !important;
}
.backgroundLogin{
  float: left;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}
.parpelOverlay{
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,0.5);
  display: flex;
}
.loginBox{
  width:75%;
  margin: auto;
}
.loginLogo{
  margin: auto;
    min-width: 250px;
    height: auto;
    width: 70%;
}
.loginBox .row{
  height: 100%;
}
.loginBox .row .col-md-6{
  display: flex;
  flex-direction: column;
}
.loginBox .row .col-md-6:first-child{
  border-right: 1px solid #fff;
  border-right: 1px solid #632d87
}
.usersIcon{
  margin: auto auto 50px auto;
  width:100px;
}
.inputCon{
  float: left;
  width:70%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.inputCon input[type="text"],.inputCon input[type="password"]{
  width:100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  border:1px solid #632d87;
  border-radius: 3px;
  outline: none;
  margin-bottom: 15px;
}
/*.inputCon input[type="text"]{
  background:#fff url(../images/inputuser.png) no-repeat;
  background-size:20px auto;
  background-position: 10px center;
}
.inputCon input[type="password"]{
  background:#fff url(../images/passwordIcon.png) no-repeat;
  background-size:20px auto;
  background-position: 10px center;
}*/
.inputCon input[type="submit"], .popBody .submit{
  width:100%;
  background: #5E2C92;
  border-radius: 3px;
  height:35px;
  text-align: center;
  border:none;
  color: #fff;
  margin: 10px 0 50px 0;
}
.popBody .submit{
  float: left;
  max-width: 150px;
  margin-bottom: 10px;
}
.checkboxcon{
  float: left;
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin:0px 0 25px 0;
}
.checkboxcon input[type="checkbox"]{
  width:20px;
  height: 20px;
  margin:0 5px 0 0;
  float: left;
 
}
.checkboxcon label{
  line-height: 20px;
  color: #5e2c92;
  font-weight: bold;
}
.checkboxcon a{
  color: #5e2c92;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 25px;
  background: url(../images/mailIcon.png) no-repeat left center;
  background-size: 20px auto;
  font-weight: bold;
}
@media(max-width:1400px){
  .flex-centeAlign{
    gap:5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

#mapframe {
width:100%;
height:164px;
transition:all 0.5s;
}




/*form battery metrics page filter design*/

.daterangepicker {
    background: #fff;
}

.flexWrap {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .flexWrap div {
        flex: 1;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: left;
    }

        .flexWrap div label {
            position: relative;
            float: left;
            width: auto;
        }

            .flexWrap div label input {
                float: left;
            }

            .flexWrap div label span {
                /*background: #fff;*/
                color: #000;
                font-size: 16px;
                box-sizing: border-box;
                padding-left: 20px;
                white-space: nowrap;
                margin-left: -15px;
                margin-right: 20px;
            }

                .flexWrap div label span.active::before {
                    content: "";
                    width: 25px;
                    height: 17px;
                    display: block;
                    background: url(images/tick.png) no-repeat center center;
                    background-size: 100% auto;
                    position: absolute;
                    margin-top: -3px;
                }

.filete input {
    height: 28px;
}

.sliderDiv {
    position: absolute !important;
    right: -1000px;
    width: 100% !important;
    align-items: center;
    background: #fff;
    margin-top: -6px;
    gap: 5px;
    transition: 0.5s;
}

.sliderclose {
    position: absolute;
    right: -16px;
    top: 4px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}


.popUp_buttons {
    float: right;
    width: 80px;
    border-radius: 30px;
    height: 25px;
    /* margin: 10px 0 0 0; */
    border: none;
    background: #622D93;
    color: #fff;
}
/*//*/


