.smsContainer {
	float: left;
	width: 100%;
}
.topBar {
	float: left;
	width: 100%;
	background: #0b1026;
	padding: 10px;
	padding-left: 15px;
}
.logo {
    float: left;
    margin-left: 10px;
}
.logoText {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    color: #fff;
    font-family: "Montserrat-Regular", "Helvetica Neue", Arial, sans-serif;
    margin-left: 15px;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    float: left;
    margin-top: 3px;
    cursor:default;
}
.logoText:hover {
    color: #fff;
    text-decoration: none;
}
.mapSec {
	float: left;
	width: 100%;
	padding:0;
    overflow: hidden;
}

.mapSec .map {
    float: right;
    width:calc(100% - 360px);
    position: relative;
    height:100vh;
    overflow: hidden;
}
.mapSec .map img {
    width: 100%;
}
.leftPanel {
	float: left;
	width:360px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	height: 100vh;
	box-shadow: 0 5px 10px rgba(0,0,0,.2); 
}
.routeInfo {
	float: left;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    background: #f9f9f9;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.routeIcon {
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #212121;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.routeIcon img {
    width: 28px;
}
.routedesc {
    margin-left: 60px;
    position: relative;
}
.routedesc h3 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 24px;
    margin-bottom: 0;
}
.routedesc h3 span {
    float: left;
    width: 100%;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 500;
    color: rgba(33,33,33,.8);
}
.routedesc p {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.carInfo {
    float: left;
    width: 89%;
    background: rgba(253,170,64,.05);
    position: relative;
    border: 1px solid rgba(253,170,64,.1);
    padding: 15px 20px 5px;
    margin: 10px 20px 0;
    overflow: hidden;
}
.carInfo h3{
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.carInfo .locText {
	font-size: 12px;
    line-height: 18px;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.cardesc {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;

}
.cardesc li {
      list-style: none;
    float: left;
    width: 50%;
    padding-bottom: 10px;
    padding-right: 0;
}

.cardesc li .rIcon {
    display: inline-block;
    margin-bottom: 7px;
    float: left;
    width: 18px;
    margin-right: 10px;
}
.cardesc li p {
    font-size: 11px;
        float: left;
    margin-bottom: 0;
    width: 110px;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
}
.cardesc li p strong {
    font-size: 11px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: Montserrat-Regular,"Helvetica Neue",Arial,sans-serif;
}
.carInfoImg {
    position: absolute;
    right: -3px;
    top: 12px;
    z-index: 1;
    width: 120px;
}

.validitySec {
    float: left;
    width: 100%;
    padding: 6px 0 0;
    /* border-top: 1px solid #ebe7e2; */
}

.validitySec p {
    font-size: 12px;
    color: #212121;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-family: "Montserrat Light","Helvetica Neue",Arial,sans-serif;
}
.navBtn {
	float: left;
	width: 100%;
	padding: 10px 20px;
}
.navBtn .btn {
	width: 100%;
}
.darkGreyBtn {
    background: #171C31;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px;
}

.darkGreyBtn:hover {
    color: #000 !important;
    background: #fdaa40;
}

.darkGreyBtn .material-icons {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 24px;
    margin-top: -1px;
}

.poi-top-arrow {
    top: -12px;
    background: #efefef;
    width: 48px;
    height: 4px;
    border-radius: 30px;
    border: 2px solid #dddddd;
    z-index: 0;
    display: none;
    margin: 15px auto 15px;
}
.routeTime {
    position: absolute;
    right: -2px;
    top: 17px;
    font-size: 11px;
    color: #212121;
    margin-bottom: 0;
    padding-bottom: 7px;
    font-weight: 700;
    font-family: "Montserrat Light","Helvetica Neue",Arial,sans-serif;
}
.routeTime .timeDot {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 3px;
}
.greenDot {
    background-color: #83e83c;
    border: 1px solid #558b2f;
}
.redDot {
    border: 1px solid #c62828!important;
    background: #f56565!important;
}
.viewRouteSec {
    float: left;
    width: 100%;
}
.viewrouteLink {
    float: left;
}
.viewrouteLink .material-icons {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
/* Timeline Section starts here */
.timelineSec {
    float: left;
    width: 100%;
    padding: 20px 20px 5px;
    border-top: 1px solid #DEDEDE;
}
.timelineSec h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
}

.timelineSec .timeline {
    list-style-type: none;
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}
.timelineSec .timeline li:after {
    content: ' ';
    border-left: 1px solid #ECE5E5;
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 2px;
    height: 100%;
    z-index: 400;
    top: 0;
}
.timelineSec .timeline li {
    margin: 0;
    padding-left: 26px;
    position: relative;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.timelineSec .timeline li:last-child {
    padding-bottom: 0;
    padding-left: 24px;
}
.timelineSec .timeline li h4 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 14px;
}
.timelineSec .timeline li p {
    font-size: 12px;
    color: #424242;
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    padding-right: 50px;
}
.timeline>li .timecircle:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #FF8181;
    background-color: #737791;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    z-index: 9999;
}
.timeline li.last .timecircle:before {
    width: 15px;
    height: 15px;
    left: 3px;
    top: 16px;
}
.timelineSec .statsList {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.timelineSec .statsList li {
    list-style: none;
    padding: 0 0 5px 0;
    float: left;
    width: 33%;
}
.timelineSec .statsList li:last-child {
    padding-left: 0;
}
.timelineSec .statsList li:after {
    display: none;
}
.timelineSec .statsList li p {
    color: rgba(33, 33, 33, 0.6);
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 0;
    padding-right: 0;
}
.timelineSec .statsList li p strong {
    color: #6F6F6F;
    font-size: 12px;
    width: 100%;
    float: left;
}
.longTrail.timeline li.yellow .timecircle:before {
    background-color: #fdaa40;
    border-color: #d28c32;
}
.timeline li .spentText {
   font-size: 11px;
    color: #bf642e;
    margin-bottom: 0;
    margin-left: 5px;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    right: -8px;
    top: 3px;
}
.tripSummary .routedesc {
    display: none;
}
.tripSummary .routedesc {
    float: left;
    width: 100%;
    padding: 10px 16px;
    position: relative;
    background: #F9F9F9;
    border-bottom: 1px solid #DEDEDE;
}
.tripSummary .routedesc h2 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
}
.tripSummary .routedesc h3 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
}
.tripSummary .routedesc h3 span {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 500;
    color: rgba(33,33,33,.8);
}
.tripSummary .routedesc .tripDetailList li {
    padding-left: 0;
}
.tripSummary .routedesc .networkSec {
    padding-left: 0;
}
.tripSummary .backLink {
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    padding: 6px 0 5px;
    display: inline-block;
}
.tripSummary .backLink:hover {
    text-decoration:none;
    cursor: pointer;
}
.tripSummary .backLink i {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.tripSummary .carInfo {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 20px 5px;
    margin: 0;
    background: transparent;
    border: none;
}
.tripSummary .carInfo h3 {
    font-size: 14px;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.tripSummary .cardesc li {
    list-style: none;
    float: left;
    width: 50%;
    padding-bottom: 10px;
    padding-right: 10px;
}
.tripSummary .cardesc li p {
    font-size: 13px;
    color: #000;
    margin-bottom: 2px;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
}
.tripSummary .reportInfo {
    float: left;
    width: 100%;
    padding: 10px 16px;
    position: relative;
    background: #F9F9F9;
    border-bottom: 1px solid #DEDEDE;
}
.tripSummary .cardesc li p strong {
    font-size: 12px;
    color: rgba(33, 33, 33, 0.6);
    margin-bottom: 0;
    font-family: 'Montserrat Light', "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 0px;
    float: left;
    width: 100%;
    font-weight: normal;
    text-transform: none;
}
#mainRoute .btn {
    margin-bottom: 10px;
}
#mainRoute .yellowLineBtn {
    margin-bottom: 0;
    padding: 8px 0;
}
.summaryCardScroll {
   float: left;
    width: 100%;
    height: calc(100vh - 112px);
    overflow-y: auto; 
}
/* scrollbar */
.summaryCardScroll::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}
/* Track */
.summaryCardScroll::-webkit-scrollbar-track {
    background: transparent;
}
/* Handle */
.summaryCardScroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
/* Handle on hover */
.summaryCardScroll::-webkit-scrollbar-thumb:hover {
    background: #333;
}
.summaryCardScroll::-moz-scrollbar {
    width: 4px;
    height: 6px;
}
/* Track */
.summaryCardScroll::-moz-scrollbar-track {
    background: transparent;
}
/* Handle */
.summaryCardScroll::-moz-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
/* Handle on hover */
.summaryCardScroll::-moz-scrollbar-thumb:hover {
    background: #333;
}
.tripSummary .backLink1 {
    display: none;
}
.legendInfo {
    position: absolute;
    right: -210px;
    bottom: 10px;
    background: rgba(255,255,255,0.8);
    width: 200px;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.04);
  }
  .legendInfo p {
    font-size: 12px;
    color: #212121;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .legendInfo p .pr {
    float: right;
    border-top: 6px solid #737791;
    width: 50px;
    margin-top: 7px;
  }
  .legendInfo p .ar {
    float: right;
    border-top: 6px dashed #008dfe;
    width: 50px;
    margin-top: 7px;
  }
  .legendInfo p .ared {
    float: right;
    border-top: 6px dashed red;
    width: 50px;
    margin-top: 7px;
  }
  .tagStatus {
    padding: 1px 8px 2px;
    font-size: 11px;
    color: #24293c;
    font-family: 'Montserrat Light',"Helvetica Neue",Arial,sans-serif;
    border-radius: 20px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 3px;
 }
  
  .routedesc .tagStatus.green {
    background: #e5f5e0;
    border: 1px solid #87df69;
}
.routedesc .tagStatus.red {
    border: 1px solid #efa4ac;
    background: #f6dfe2;
}    

.routedesc .tagStatus.yellow {
    border: 1px solid #ffc107;
    background: #f9f3e3;
}  
.map-control .expand-map-control > li {
    border:none;
}
.map-control .expand-map-control > li > a {
    line-height: 36px;
    float: left;
    margin-bottom: 5px;
}
#showhisgeofancebtn {
   line-height: 44px;
}
@media screen and (max-width: 768px) {
    .mapSec .map {
        width: 100%;
    }
	.scrollContainer {
		height: 100vh !important;
        overflow-y: auto !important;
        max-height: none;
	}
	.scrollSec {
		top: calc(100vh - 160px);
        position: relative !important;
	}
	.leftPanel {
		position: static;
		height: auto;
		width: 100%;
		border-radius: 16px 16px 0 0;
	}
	
	.mapSec .map {
		position: fixed;
	}
	
    .poi-top-arrow {
    	display: block;
    }
    .scrollContainer .carInfo {
    	margin: 15px 0px 0;
        width: 100%;
    }
    .scrollContainer .logoText, .scrollContainer .logoText:hover {
        color: #fff;
    }
    .topBar {
        position: fixed;
        top: 0;
        z-index: 9;
        left: 0;
        -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
        box-shadow: 0px 4px 4px rgba(0,0,0,0.23);
    }	
    .summaryCardScroll {
        height: auto;
    }  
    .tripSummary {
        float: left;
        width: 100%;
        border-top: 1px solid #DEDEDE;
    }  
    .tripSummary .backLink1 {
        z-index:1;
        background: #fff;
        padding: 5px 10px 5px 5px;
        box-shadow: 0 0px 4px rgba(0,0,0,.2);
        border-radius: 4px;
        color: #212121;
        font-size: 13px;
        position: fixed;
        left: 5px;
        top: 65px;
        display: block;
    }
    .reportInfo {
        display: none;
    }
    .tripSummary .backLink1:hover {
        text-decoration: none;
        cursor: pointer;
       
    }
    .tripSummary .backLink1 i {
        vertical-align: middle;
        float: left;
        margin-right: 0px;
        font-size: 20px;
    }  
    .legendInfo {
        right: auto;
        left: 10px;
        bottom: 10px;
    } 
    
}

	