/*===================== header=============== */
/*===================== header=============== */
body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    background:#f7f7f7;
}

p
{
    margin:0px;
}
.fa, .fas {
    font-size: 14px;
    margin: 0 5px;
}
.panel-content-container
{
    background:white;
    border-top: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    /*box-shadow: 0 -2px 3px rgba(177, 177, 177, 0.05);*/
    border-radius:3px;
}
.center
{
    text-align:center;
}

.mapOverlay
{
    width:150px;
}

.mapOverlay p
{
    padding: 2px 0;
}

.mapOverlay p strong
{
    font-weight: 500;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999999;
    display:none;
}

.preloader.show {
    display:block;
}

.preloader.hide {
    display:none;
}


#loading {
    width: 380px;
    height: 200px;
    position: absolute;
    left: 43%;
    top: 50%;
    margin: -104px 0 0 -100px;
}

.container
{
    width:1170px !important;
    margin: 0 auto;
}

h1
{
    font-size: 25px;
    font-weight: 400;
    padding: 0 5px;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.mapDashboard footer
{
    display:none;
}

.PopupParent
{
    background:rgba(0, 0, 0, 0.3); 
    display:none; 
    position:fixed; 
    top: 0;
    width:100%;
    height:100%;
    z-index:  99999;
}

.PopupParent.showPopup
{
    display:block !important; 
}

/*more menu*/
.more
{
    position: relative;
    margin: 0px;
}
.more-menu {
    width: 120px;
}

/* More Button / Dropdown Menu */

.more-btn{
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align:center;
    outline: none;
    cursor: pointer;
    left: 0;
    margin-top: -14px;
    
}

.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #b0adad;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top:auto;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
    right:-23px;

}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
    outline:none;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #f2f2f2;
}

.more-menu-item:hover .more-menu-btn {
    /*color: #fff;*/
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}


/*================= map css ====================*/

.wrapper {
    width: 100%;
    position: relative;
}
.wrapper .place-card .place-card-large{
    display: none !important;
}

#map {
    height:90vh;
    width: 100%;
}

/*==================== sideba css==================== */
#sidebar {
    position: absolute;
    top: 0px;
    left: -273px;
    width: 273px;
    height: 100%;
    background: #f7f7f7;
    transition: all 300ms linear;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.075);
    border-right: solid 1px #e2e2e2;
}

#sidebar.active {
    left: 0px;
}

#sidebar .toggle-btn {
    position: absolute;
    left: 273px;
    top: 0px;
    height: 56px;
    background: white;
}

#sidebar .toggle-btn span {
    display: block;
    width: 30px;
    height: 5px;
    margin: 5px 0px;
    cursor: pointer;
}

#sidebar div.list div.item {
    padding: 10px 10px 10px 12px;
    border-bottom: solid 1px #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    width: 225px;
    margin-left: 10px;
    margin-top: 4px;
    border-radius: 3px;
    line-height: 20px;
}

#sidebar div.list div.item .v_number {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #414141;
    
}

#sidebar div.list div.item .v_brand {
    font-size: 10px;
    font-weight: 400;
    color: #868585;
    letter-spacing: .5px;
}

.right_icon {
    font-size: 27px !important;
    background: white;
    padding: 2px 10px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    margin-top: 13px;
}
.search{
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 12px 0;
    border-bottom: solid 1px #e2e2e2;
}


#sidebar input[type="text"] {
    height: 30px;
    border-radius: 3px;
    padding: 0px 0px 3px 10px;
    border: none;
    background: #f7f7f7;
    width: 80%;
    font-weight:300;
    font-size: 14px;
    text-align: left;
    box-shadow: none;
}
#sidebar ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2b2b2;
    opacity: 1; /* Firefox */
  }
  
#sidebar :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b2b2b2;
  }
  
  #sidebar ::-ms-input-placeholder { /* Microsoft Edge */
    color: #b2b2b2;
  }

input[type="text"]:focus {
    outline: none;
}
.three_dots i{
    font-size: 14px;
}
#sidebar.active .right_icon{
    transform: rotate(180deg);
    background:white;
  }

/*================== login css ===================*/

body.login
{
    background-image: url(../images/dtrack-background-image.png);
    background-size: cover;
}

footer
{
    text-align: center;
    padding: 16px 0;
    background: white;
    color: #3c3b3a;
    border-top: solid 1px #e2e2e2;
    width: 100%;
    font-size: 14px;
}
.error
{
    color: red;
}
.loginWrapper {
    width: 1100px;
    margin: auto;
}
.main-div{
    font-family: 'Poppins', sans-serif;
    padding: 150px 0 0 0px;
}
.dtrack-logo{
    text-align: center;
}
.dtrack-logo img{
    width:10%;
    border-radius:0px;
}
.sign_in_text{
    text-align: center;
}
.sign_in_text h1{
    font-size: 24px;
    font-weight: 400;
    color: #474747;
}
.input_number {
    width: 100%;
    position: relative;
    text-align: center;
    left: 10px;
}
.inputTerm {
    width: 28%;
    padding: 17px 25px;
    height: 20px;
    color: #727272;
    background-color:#f3f3f3;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:1px;
    border: solid 1px #e8e8e8;
    margin-bottom: 10px;
}
.input_number .loginbtn{
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    color: #b0afaf;
    margin-top: 16px;
    margin-left: -35px;
}

/*==================== table css ===================*/

.movementStatus{
    color: #ffffff; 
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 12px;
}

.ignitionStatus{
    color:#4b4b4b; 
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 12px;
    background:#1eae4d;
}

.ignitionStatus.ignitionOff
{
    background:#e9e9e9;
}

.ignitionStatus.ignitionOn
{
    color:#FFFFFF;
}

.movementStatus.parked
{
    background-color:#ee7103; 
}

.movementStatus.stopped
{
    background-color:#d52b1e;
}

.movementStatus.moving
{
    background-color:#00ac3e;
}

#sidebar .parked
{
    background-color:#ee7103; 
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 2px;
}

#sidebar .stopped
{
    background-color:#d52b1e;
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 2px;
}

#sidebar .moving
{
    background-color:#00ac3e;
    color: #ffffff;
    padding: 1px 7px;
    border-radius: 2px;
}

.mainTable{
    font-family: 'Poppins', sans-serif;
    display: flow-root;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 40px;
    min-height:80vh;
}
.header{
    box-shadow:0px 4px 8px 0px rgba(247, 247, 247, 0.2);
    z-index: 1;
    background:white;
    border-bottom: solid 1px #e2e2e2;
    height:70px;
}
.dtrack_logo{
    float: left;
    padding: 4px 0px;
    width: 122px;
}
.dtrack_logo img{
    width: 100%;
}
.dropbtn {
    background-color: #ffffff;
    color: #3f3f3f;
    padding: 7px 60px 7px 32px;
    font-size: 11px;
    border: none;
    cursor: pointer;
    border: 1px solid #3f3f3f;
    border-radius: 4px;
}
.dropdown {
    position: relative;
    padding: 20px 0px;
    margin-left: 30px;
    float: left;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    font-size: 11px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
    display: block;
}
.map-icon i{
    position: absolute;
    top: 26px;
    left: 10px;
    color: #3f3f3f;
}
.sortdown-icon i{
    position: absolute;
    top: 23px;
    right: 9px;
    color: #3f3f3f;
}
.nav {
    font-size: 12px;
    line-height: 18px;
    float: right;
    display: block;
    font-weight: 400;
    height: 54px;
}
.trackNav ul {
    min-width: auto !important;
    margin: 0px;
    list-style: none;
    display: inline-flex;
    float: left;
}

body.dashboard .trackNav .dashboard{
    border-bottom: solid 3px green;
}

body.allVehicles .trackNav .allVehicles{
    border-bottom: solid 3px green;
}
body.liveMap .trackNav .liveMap{
    border-bottom: solid 3px green;
}
body.history .trackNav .history{
    border-bottom: solid 3px green;
}

.trackNav li {
    padding: 25px 15px;
    cursor:pointer;
}


.menu .submenu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    z-index: 9;
    border: solid 1px #e2e2e2;
    width: 148px;
    top: 70px;
}

.menu .submenu a {
  color: #5e5e5e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
}

.menu .submenu a:hover {background-color:#fafafa;}

.menu:hover .submenu {
  display: block;
}


a {
    color:#4b4b4b;
    text-decoration: none;
}
.user-mail{
    float: left;
}
.user-mail-text{
    padding: 18px 0px;
    float: left;
}
.user-mail-text h1{
    margin: 0px;
    font-size: 14px;
    font-weight:400;
}
.user-mail-text p{
    margin: 0px;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    padding:0 5px;
}
.user-img{
    float: left;
    padding: 16px 0px 16px 7px;
}
.user-img img{
    width: 36px;
    height: 36px;
}
.mail-dropdown{
    float: left;
    padding: 24px 0px;
}
.mail-dropbtn{
    background-color: #ffffff;
    color: #3f3f3f;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.mail-dropdown-content{
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    font-size: 11px;
    z-index: 4;
    right:10px;
    top: 70px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
    z-index: 9;
    border: solid 1px #e2e2e2;
}
.mail-dropdown-content a {
    color:#5e5e5e;
    padding: 15px 25px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    background-color: white;
    border-bottom: 1px solid #f2f2f2;
}
.border-bottom{
    border-bottom:1px solid #f5f5f5;
}
.mail-dropdown-content a:hover {
    background-color:#fbfbfbcc;
}
.user-mail:hover .mail-dropdown-content {
    display: block;
}
.mail-dropdown-content i{
    font-size: 14px;
    position: relative;
    top: 1px;
    right: 4px;
}
.clear{
    clear: both;
}
/*================== header end================ */

/*================== table sec==================== */
#table-content {
    border-collapse: collapse;
    width: 100%;
}
#table-content td {
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    height: 60px;
    color:#5e5e5e;
}

#table-content tr:nth-child(2n) {
    background-color:#fafafa;
}

#table-content th{
    border-bottom: 1px solid #ebebeb;
    text-align:center;
    font-weight: 400;
    font-size: 14px;
    height: 60px;
    padding: 0 25px;
}
td i{
    position: relative;
    right: 85px;
    top: 2px;
}
/*================ table sec end============== */


/*=================== verification css ============*/

body.login .otpCode
{
    line-height: 65px;
    width: 4.5%;
    font-size: 40px;
    font-weight: 600;
    color: #286A44;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #ddd;
}

body.login .requestAgain
{
    color:#286A44;
    cursor: pointer;
}



.dtrack-logo {
    text-align: center;
}

.verification_text{
    text-align: center;
}
.verification_text h1{
    font-size: 24px;
    font-weight: 500;
    color: #474747;
}
#form {
    margin: 35px auto 0px;
    text-align: center;
}  
input_dead {
    margin: 0 8px;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    border: solid 1px #ccc;
    box-shadow:0 0 2px #ccc inset;
    outline: none;
    width: 4%;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    color: #1ab04d;
    font-family: 'Poppins', sans-serif;
}      
/*=================== departure css================ */
.rightBar{
    width: 310px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: white;
}
.time,
.box_rightBar{
    display: flex;
    align-items: baseline;
}
.box_rightBar{
    border-bottom: 1px solid gray;
    padding-left: 10px;
}
.time{
    border: 1px solid;
    color: lightgrey;
    border-radius: 20px;
    font-size: 10px;
    padding: 1px 12px;
    margin-right: 5px;
}
.time p{
    margin: 0px 6px 0px 0px;
}
.time i{
    color: #1faf4d;
}
.place h4{
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 13px;
    
}
.place p{
    font-size: 12px;
    margin: 0px;
}
.place{
    padding-bottom: 8px;
}