html, body{margin:0 auto; padding:0px !important; font-size:14px; color:#000; font-family: 'Roboto', sans-serif; position:relative; overflow-x:hidden;background: #f5f7fb;}

*{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; margin:0 auto; padding:0px;}
img{max-width:100%; height:auto;}
.clearfix::after{content:""; display:block; clear:both;}

a{color:#000; text-decoration:none;}
a:hover{color:#ccc;}
a:focus, a:active{outline:0 none;outline-offset:0;text-decoration:none;}

a, a:visited {transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;}
a:hover, a:active, li, li:hover {transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;}
.btn, .button, .img-overlay, .img-holder{transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;}
.btn:hover, .button:hover{transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s;}

h1, h2, h3, h4, h5, h6{margin:0 0 10px; font-weight:normal; color:#000;}
@font-face {
  font-family: 'Celias';
  src: url('celias/Celias-Medium.woff2') format('woff2'),
      url('celias/Celias-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Celias';
  src: url('celias/Celias-Bold.woff2') format('woff2'),
      url('celias/Celias-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Celias';
  src: url('celias/Celias.woff2') format('woff2'),
      url('celias/Celias.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
ul.pagination {
  display: block;
  text-align: right;
  margin-top: 10px;
}
li.page-item {
  display: inline-block;
}
li.page-item a,li.page-item span{
  color: #fff !important;
  padding: 2px 8px;
  background: #ccc;
}
li.page-item.active span{
  background: #1e4c89;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, banner { 
    display: block;
}
.vehicle-plate-image{
  width: 120px;
}

.login-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #1f4037;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #bbd8ff, #1e4c89);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #bbd8ff, #1e4c89); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-block {
  margin: 0 auto;
  text-align: center;
  max-width: 380px;
  min-width: 280px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 5px;
  max-height: 100vh;
  position: absolute;
  right: calc(50% - 140px);
  top: calc(40% - 140px);
}

.login-block p {
    font-weight: normal; color: #666; margin-bottom: 25px;
}

.login-block h5{font-size:16px; font-weight:bold;}

.input-block {
    text-align: left;
}
.input-block label {
    margin-bottom: 10px;
    display: block;
	font-size: 14px;
}
#track_list td a {
  padding-left: 10px;
}
.input-block input, .input-block select, .input-block textarea {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ccc;
    height:40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 12px;
    color:#666;
    border-radius:5px;
}

.input-block textarea{height: 100px;}

.input-block input.required, .input-block select.required {
  border-left-color: #1e4c89;
  border-left-width: 2px;
}

.input-block input:focus {
    border-color: #1e4c89;
    border-bottom-width: 2px;
    border-left-width: 1px;
    outline: none;
    outline-offset: 0;
}

.input-block input:focus-visible{
    outline: none;
    outline-offset: 0;
}


.input-block input[type=submit], .custom-button, .input-block input[type=button]  {
    font-size: 14px;
    font-weight: bold;
    background: #1e4c89;
    color: #fff;
    width: 100%;
    padding: 14px 0;
    border: none;
    outline: none;
    border-radius:3px;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
}

/* Custom Grid Starts */

.custom-row{
    margin-right: -15px;
    margin-left: -15px;
  }
  .custom-row::after, .custom-row::before{
    clear: both;
    display: table;
    content: " ";
  }
  
  .container-block {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-2 {
    width: 16.66666667%;
  }
  .col-3 {
    width: 25%;
  }  
  .col-4 {
    width: 33.33333333%;
  }
  .col-5 {
    width: 41.66667%;
  }  
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-8{
    width: 66.66666667%;
  }
  .col-9 {
    width: 75%;
  }  
  .col-10 {
    width: 83.33333333%;
  }
  .col-12{
    width: 100%;
  }
  
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }

  .inner-page {
    padding: 30px;
    background: #f5f7fb;
  }

/* Custom Grid Ends */

.inner-page {
  padding: 15px;
  background: #f5f7fb;
}

.custom-card {
  width: 100%;
  float: left;
  height: auto;
  background: #fff;
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #d9dae7;
  transition: all 0.5s ease-in-out 0s;
  box-sizing: border-box;
  border-radius: 5px;
}

.custom-card.camera-card {
  position: relative;
}
.custom-card.camera-card .action-one {
  /* position: absolute;
  top: 30px;
  right: 150px;*/
  font-size: 30px;
  margin-right: 15px;
}

.custom-card.camera-card .action-one a{
  color: #1e4c89;
}

.custom-card.camera-card .action-one a:hover{
  color: #1e4c89;
}
.custom-card.camera-card .action-two {
  /* position: absolute;
  top: 30px;
  right: 50px; */
  font-size: 30px;
  margin-right: 15px;
}
.action-section{
  position: absolute;
  top: 5px;
  display: flex;
  right: 0;
}

.custom-card.camera-card .action-two a{
  color: #878b8a;
}

.custom-card.camera-card .action-two a:hover{
  color: #878b8a;
}
.custom-card.dashbox {
  width: 100%;
  display: flex;
  padding: 0;
}
.custom-card.camera-card.active{
  border: 2px solid #1e4c89;
}
.custom-card.camera-card span.active-tick {
  display: none;
}
.custom-card.camera-card.active span.active-tick {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  background: #4bb896;
  color: #fff;  
}
.custom-card.camera-card.active span i{
  padding: 3px;
}
.ol-overlaycontainer-stopevent{
  display: none;
}
.custom-card.dashbox .left-content {
  width: 25%;
    padding: 10px;
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    position: relative;
    left: 5px;
}
.custom-card.aos-init.aos-animate.dashbox {
    border-radius: 5px;
    box-shadow: 2px 2px 9px #ccc;
    height: 90px;
}
.custom-card.dashbox .left-content a {
  padding: 10px;
    /* FONT-WEIGHT: 100; */
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    border-radius: 50%;
    border: 7px solid #f0f0f0;
    
    color: #fff;
} 
.custom-card.dashbox .left-content a.con-one {
  background: linear-gradient(to top, #d7b6fb, #8a60f0);
} 
.custom-card.dashbox .left-content a.con-two {
  background: linear-gradient(to top, #20cdff, #1492ff);
} 
.custom-card.dashbox .left-content a.con-three {
  background: linear-gradient(to top, #f6b0a7, #ef466f);
}
.left-content a i{
  font-size: 70px;
}
.custom-card.dashbox .right-content {
  width: 70%;
  display: inline-block;
  padding: 10px;
  font-family: 'Celias';
}
.right-content h3{
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.right-content h1{
  margin: 0;
  font-size: 26px;
  color: #353535;
  font-weight: 400;
  padding-top: 5px;
}
.heading-top {
  background: #ffffff;
}
.heading-top .right-panel{
  padding-top: 10px;
  padding-right: 30px;
}

.custom-card:hover {
  box-shadow: 0 4px 30px rgb(13 17 38 / 20%);
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
}

.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.font-normal{font-weight: normal;}
.font-bold{font-weight: bold;}

.pagination-block {
  width: 100%;
  float: left;
}
.pagination-block li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 8px;
  background: #ddd;
  margin: 0 2px 5px 0;
  border-radius: 4px;
  cursor: pointer;
}
.pagination-block li.current {
  background: #00b0b4;
  color: #fff;
}

.paginate-previous, .paginate-next{
  color: #292930;
}

.pagination-block li a:hover{color: #777;}


/*=======================Start:Loader=======================*/

.loader-overlay {position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 1001;}

.loader-anim{left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lds-ellipsis {display: inline-block; position: relative; width: 80px; height: 80px;}
.lds-ellipsis div {position: absolute; top: 33px; width: 13px; height: 13px; border-radius: 50%; background: #fff; animation-timing-function: cubic-bezier(0, 1, 1, 0);}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*=======================End:Loader=======================*/

.user-menu a, .slide-toggle, .sidebar, .main-container, .button{transition:.5s; -webkit-transition:.5s; -moz-transition:.5s;}

.sidebar-menu ul, .three-dots-inner ul, .beadcrumb ul{margin:0; padding:0; list-style:none;}
.sidebar{
  left:0; position: fixed; top: 0; bottom: 0; width: 250px; z-index: 3; transition: .2s all ease; -moz-transition: .2s all ease; -webkit-transition: .2s all ease; 
  background: linear-gradient(to right, #1e4c89, #1e4c89); padding:15px 0;
  background: -webkit-linear-gradient(to right, #1e4c89, #1e4c89); z-index: 1010;
}
.main-container{margin-left:250px;}
.main-container.move-container{margin-left:0;}
.admin-logo{padding:5px 25px; color:#fff; text-transform:uppercase; font-weight:bold; font-size:18px;}
.admin-logo img {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
  border: 0;
}
.sidebar-menu span {
  margin-left: 10px;
  position: absolute;
}
.admin-logo a{color:#fff;}
.sidebar-menu{margin:15px 0;}
.sidebar-menu a{padding:8px 25px; display:block; color:#fff; font-size:14px;font-weight: 350;position: relative;}
.sidebar-menu a:hover, .sidebar-menu li.active > a, .slide-toggle:hover{background: #467bc1; color: #fff;}
.sidebar-menu a i{margin-right:10px; font-size:16px;}
.sidebar-menu ul ul a{padding-left:40px;}
.slide-toggle{background:#1a304e; border-radius:5px 0 0 5px; padding:5px 8px; display:inline-block; position:absolute; right:0; top:15px; color:#fff; cursor:pointer;}
.sidebar.side-move{left:-250px;}
.slide-toggle.move{right: -40px; border-radius: 0 5px 5px 0; background:#fff; color:#fff; border: 1px solid #1a304e;}
.slide-toggle.move:hover{background:#33619f; color:#fff;}
.slide-toggle i:last-child{display:none;}
.slide-toggle.move i:first-child{display:none;}
.slide-toggle.move i:last-child{display:inline-block;}

.header-top-left h2{color:#000;}
.user-menu{float:right; color:#000;}
.user-menu img{margin-left:10px; vertical-align: middle;}
.heading-top .container{padding:0;}
.main-container.move-container .heading-top .header-top-left{padding-left:40px;}
.user-menu{cursor:pointer;}
.user-menu ul {list-style: none;}

/* Dropdown starts*/

.user-menu .drop-menu{ position:relative; z-index:1000;}
.user-menu ul li.drop-menu{ float:none; border:none;}
.user-menu ul li.drop-menu ul{ position:absolute; min-width:200px; background:#1e4c89; z-index:2000;    right: 0;}
.user-menu ul li.drop-menu ul li{width:100%;}
.user-menu ul li.drop-menu ul li a{padding: 10px; font-size: 14px; text-align: left;}
/* .user-menu ul li.drop-menu ul li a:hover{color:#ccc;} */
/* .user-menu ul li.drop-menu:hover > a, .user-menu ul li.drop-menu.active > a {color: #000;} */

/* we need display it in hover */

.user-menu ul li.drop-menu ul{ display:none;}
.user-menu ul li.drop-menu:hover > ul{ display:block;}
.user-menu ul li.drop-menu:hover > ul li a {
  display: block; width: 100%; padding: 5px 5px 10px 10px;
  color: #fff;
}
.inner-row{
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  border-radius: 4px;
  padding-top: 15px;
  display: flex;
  padding-bottom: 15px;
}
.user-cred h2{
  color: #4c4b4b;
  font-weight: bold;
  font-family: 'Celias';
}
.user-cred h2 span {
  color: #4c4b4b;
  font-weight: 300;
  font-size: 16px;
}

/* 2nd level dropdown menu */

.user-menu ul li.drop-menu ul ul{ left:202px; background:#00b0b4; margin-top:-40px;}
.user-menu ul li{
  display: inline-block;
}
/* Dropdown ends*/

.login-head {
  text-align: center;
  margin-bottom: 15px;
}

input[type=submit].custom-button,input[type=button].custom-button {
  width: auto;
  display: inline-block;
  padding: 8px 10px;
}

.copyright{
  position: fixed;
  bottom: 0;
  width: 250px;
  background: #467bc1;
  height: 55px;
  color: #fff;
  padding: 12px;
}
.copyright-footer{
  /* position: fixed; */
  bottom: 0;
  height: 30px;
  color: #467bc1;
  padding: 0;
  width: calc(100% - 250px);
  text-align: center;
  background: #f5f7fb;
  padding-top: 10px;
}
/* .copyright a, .copyright-footer a{
  color: #2abd95
} */
.canvasjs-chart-credit {
  display: none;
}
/* #track_list {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#track_list td, #track_list th {
  border: 1px solid #ddd;
  padding: 8px;
}

#track_list tr:nth-child(even){background-color: #f2f2f2;}

#track_list tr:hover {background-color: #ddd;}

#track_list th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #37bb95;
  color: white;
} */
#track_list tr:hover {background-color: #ddd;}
 table#track_list { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
#track_list tr:nth-of-type(odd) { 
  background: #eee; 
}
#track_list th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
  background-color: #1e4c89;
}
#track_list td, #track_list th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.right-details {
  border-left: 1px solid #ccc;
}
.number-plate {
  background: #1e4c89;
  color: #fff;
  padding: 0 5px;  
  font-weight: 500;
}

#track_list i {
  font-size: 25px;
  color: #1e4c89;
}
.number-format {
  display: block;
  padding: 0 3px;
  text-align: center;
}
.number-format b {
  display:block;border-top: 1px solid #fff;padding-top: 1px;
}

.details p {
  /* margin-top: 0px; */
  border-top: 1px solid #e9e8e8;
  padding: 5px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  border-radius: 5px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Responsive css starts */

@media only screen and (max-width: 1199px) {
    .col-8, .col-4{
      width: 100%;
    }

    .inner-page {
      padding: 30px 0;
    }
  }

  @media only screen and (max-width: 799px) {
    .col-7{width: 100%;}
  }

  @media only screen and (max-width: 767px) {
    
    .col-9, .col-3, .col-2, .col-10, .col-6{
        width: 100%;
    }

    .col-mobile-6{
        width: 50%;
    }
    .col-mobile-4{
        width: 40%;
    }
    .col-mobile-8{
        width: 60%;
    }
      
    .col-mobile-6, .col-mobile-4, .col-mobile-8{
      float: left;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }

    .header-top-left h2 {
      text-align: center;
    }


    table#track_list , #track_list thead, #track_list tbody, #track_list th, #track_list td, #track_list tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #track_list thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    #track_list tr { border: 1px solid #ccc; }
    
    #track_list td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
    }
    
    #track_list td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
    }
    
    /*
    Label the data
    */
    #track_list td:nth-of-type(1):before { content: "#"; }
    #track_list td:nth-of-type(2):before { content: "Location"; }
    #track_list td:nth-of-type(3):before { content: "Camera"; }
    #track_list td:nth-of-type(4):before { content: "Vehicle Number"; }
    #track_list td:nth-of-type(5):before { content: "Date Time"; }
    #track_list td:nth-of-type(6):before { content: "Action"; }
  }