body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #17234c;
	padding: 0;
	height: 100%;
}
/* ===================== Temparature Monitoring CSS ===================== */

.tempMonitoring-wrapper {
	font-family:'Poppins', sans-serif !important; 
	font-size: 13px;
    color: #ffffff !important;
    background: #17234c !important;
	padding: 0 3rem !important;
}

.tempMonitoring-wrapper .navbar-brand {
	color: #ffffff;
}
.tempMonitoring-wrapper .navbar-nav .nav-link {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	margin: 0 3px;
	color: #000000;
	padding:4px 10px;
	text-decoration:none;
}
.tempMonitoring-wrapper .navbar-nav .nav-link:hover {
	background: #ffffff;
	color: #323232;
	text-decoration:none;
}
.tempMonitoring-wrapper .form-control, .tempMonitoring-wrapper .form-select {
padding: .270rem 2.25rem .270rem .75rem;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}
.tempMonitoring-wrapper select option {
	background: rgba(255, 255, 255, 0.2)!important;
	color: #6d6d6d;
}
.tempMonitoring-wrapper .form-label {
	margin-bottom: 0.2rem;
}
.tempMonitoring-wrapper .text-muted {
	color: #bbbbbb!important;
}
.tempMonitoring-wrapper .navbar {
	margin-bottom: 1rem;
}
.tempMonitoring-wrapper .table, .tempMonitoring-wrapper .table tr td {
	color: #ffffff;
	border-color: #7e7f7f;
}
.tempMonitoring-wrapper .table tr th {
	background: #1d40aa
}
.tempMonitoring-wrapper .table .status {
	padding: 2px 10px;
	border-radius: 30px;
}
.tempMonitoring-wrapper .modal-content {
	background: #313131;
}
.tempMonitoring-wrapper .modal-header {
	border-bottom: 1px solid #525453;
}
.tempMonitoring-wrapper .modal-footer {
	border-top: 1px solid #525453;
}
.tempMonitoring-wrapper .infobox .card {
	background: #12163b;
	border: 0;
	color: #ffffff;
	transition: all 0.5s ease;
	display: block;
}
.tempMonitoring-wrapper .infobox .card .card-title {
	font-weight: 400;
}
.tempMonitoring-wrapper .infobox .card:hover {
	background: #1d40aa;
}
.tempMonitoring-wrapper .contentbox .card {
	background: #12163b;
	border: 0;
	color: #ffffff;
}
.tempMonitoring-wrapper .chartlist .card {
	background: rgba(0, 0, 0, 0.3);
	display: block;
	transition: all 0.5s ease;
}
.tempMonitoring-wrapper .chartlist .card:hover {
	background: rgba(0, 0, 0, 0.5);
}
.tempMonitoring-wrapper .chartlist .card .tempicon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	position: relative;
	display: block;
	border:3px solid;
	font-size: 18px;
}
.tempMonitoring-wrapper .chartlist .card .tempicon.active {
	border-color: green;
}
.tempMonitoring-wrapper .chartlist .card .tempicon.idle {
	border-color: orange;
}
.tempMonitoring-wrapper .chartlist .card .tempicon.stopped {
	border-color: red;
}
.tempMonitoring-wrapper .chartlist .card .tempicon .status {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	font-size: 10px;
	background: #ff8a00;
	line-height: 20px;
	text-align: center;
	right: -5px;
	bottom: -5px;
}
.tempMonitoring-wrapper .chartlist .card .chartdtlsbtn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}
.tempMonitoring-wrapper .chartlist .chartp span {
	margin: 0 0.2rem;
	border-radius: 30px;
	text-align: center;
	padding: 0.1rem 0.5rem;
	font-weight: 500;
}
.tempMonitoring-wrapper .chartlist .chartp span.fr {
	background: #ddfcd1;
	color: #1d5e02;
}
.tempMonitoring-wrapper .chartlist .chartp span.ch {
	background: #d1d4fc;
	color: #070562;
}
.tempMonitoring-wrapper .chartlist .chartp span.dr {
	background: #fde8ea;
	color: #9f132d;
}
.tempMonitoring-wrapper .chartlist .card h6 small {
	color: #a5a4a4;
	font-size: 1rem;
}
.tempMonitoring-wrapper .chdtlsbtn .btn {
	font-size: 0.8rem;
	padding: 0.2rem 1rem;
	margin-bottom: 0.3rem;
}
.tempMonitoring-wrapper .chdtlsbtn .btn .bi {
margin-right: 0.5rem;
}
.tempMonitoring-wrapper .notifications.card {
	background: rgba(0, 0, 0, 0.2);
	margin-bottom: 0.5rem;
	transition: all 0.5s ease;
	display: block;
}
.tempMonitoring-wrapper .notifications.card:hover {
}
.tempMonitoring-wrapper .notifications .bi {
	font-size: 20px;
}
.tempMonitoring-wrapper .reportlist .card {
	background: rgba(0, 0, 0, 0.3);
	display: block;
	transition: all 0.5s ease;
}
.tempMonitoring-wrapper .reportlist .card:hover {
	background: rgba(0, 0, 0, 0.5);
}
.tempMonitoring-wrapper .reportlist .card .tempicon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	position: relative;
	display: block;
	border:none;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.2);
}
.tempMonitoring-wrapper .reportlist .card .tempicon .status {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	right: -15px;
	bottom: 5px;
}
.tempMonitoring-wrapper .reportlist .report span {
	margin: 0 1rem;
}
.tempMonitoring-wrapper .reportlist p.border {
	border: 1px solid #525453!important;
}
.tempMonitoring-wrapper .reportlist span {
	margin: 0 0.2rem;
	border-radius: 30px;
	text-align: center;
	padding: 0.1rem 0.5rem;
	font-weight: 500;
	font-size: 12px;
}
.tempMonitoring-wrapper .reportlist span.fr {
	background: #ddfcd1;
	color: #1d5e02;
}
.tempMonitoring-wrapper .reportlist span.ch {
	background: #d1d4fc;
	color: #070562;
}
.tempMonitoring-wrapper .reportlist span.dr {
	background: #fde8ea;
	color: #9f132d;
}
.tempMonitoring-wrapper .map {
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.tempMonitoring-wrapper .map .vehicleicon {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 40%;
	left: 45%;
}
.tempMonitoring-wrapper .mappopup .truck {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ff0;
	text-align: center;
}
.tempMonitoring-wrapper .mappopup .truckdtlsbtn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	background: #101214;
	display: block;
	padding-top: 16px;
	border: 2px solid #5a5a5a;
	margin: 0 auto;
}
.tempMonitoring-wrapper .map .vehicleicon button {
	background: none;
	border: none;
}
.tempMonitoring-wrapper .map .dtls {
	width:500px;
	position: absolute;
	background: #313131;
	top: 0;
	bottom: 0;
	padding: 1rem 1.5rem;
}
.tempMonitoring-wrapper .map .dtls .closeid {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
 padding: .275rem .75rem;
	font-size: 0.8rem;
 border-radius: .25rem;
 transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.tempMonitoring-wrapper .readings {
	height: 170px;
	overflow-y: scroll;
}
.tempMonitoring-wrapper .readings span {
	margin: 0 0.2rem;
	border-radius: 30px;
	text-align: center;
	padding: 0.1rem 0.5rem;
	font-weight: 500;
	font-size: 12px;
}
.tempMonitoring-wrapper .readings span.fr {
	background: #ddfcd1;
	color: #1d5e02;
}
.tempMonitoring-wrapper .readings span.ch {
	background: #d1d4fc;
	color: #070562;
}
.tempMonitoring-wrapper .readings span.dr {
	background: #fde8ea;
	color: #9f132d;
}
.tempMonitoring-wrapper .table-dark {
 --bs-table-bg: #0e122f;
 --bs-table-striped-bg: #17234c;
 --bs-table-striped-color: #fff;
 --bs-table-active-bg: #17234c;
 --bs-table-active-color: #fff;
 --bs-table-hover-bg: #17234c;
 --bs-table-hover-color: #fff;
	color: #fff;
}
.tempMonitoring-wrapper .tempMonitoring-dashboard-panel {
	padding:0 50px;
}
.tempMonitoring-wrapper .tempMonitoring-dashboard-panel .top-toolbar {
 	background:transparent;
	margin:0 0 0 0 !important;
}
.tempMonitoring-wrapper .navbar-nav {
	display:inline-block;
	float:right;
	margin:2px 0 0 0;
}
.tempMonitoring-wrapper .navbar-nav .nav-item {
	float:none;
	display:inline-block;
}
.tempMonitoring-wrapper .infobox {
	margin:0 0 20px 0;
}
.tempMonitoring-wrapper .card {
	border-radius:5px;
	margin:0 10px
}
.tempMonitoring-wrapper .card .card-body {
	padding:19px 25px 19px 10px;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .card .card-body {
	padding:19px 10px;
}
.tempMonitoring-wrapper .infobox .card .card-title {
	font-size:20px;
}
.tempMonitoring-wrapper .infobox .card h6.card-title {
	font-size:16px;
}
.tempMonitoring-wrapper .infobox .card .card-subtitle {
	font-size:16px;
}
.tempMonitoring-wrapper .tempMonitoring-panel {
	background:#12163b;
	border-radius:5px;
	margin:0 0 20px 0 !important;
}
.tempMonitoring-wrapper .tempMonitoring-panel .x-tool {
	display:none;
}
.tempMonitoring-wrapper .tempMonitoring-panel .x-header {
	background-color: transparent;
    padding: 10px 20px 0 20px;
    border: 0;
}
.tempMonitoring-wrapper .tempMonitoring-panel .x-header .x-panel-header-text-container-default {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
}
/*.tempMonitoring-wrapper .tempMonitoring-panel .x-panel-body {
	padding:20px;
}*/
.tempMonitoring-wrapper .notification-panel ul.notification-list {
	list-style:none;
	margin:0;
	padding:0;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item {
	background: rgba(0,0,0,0.2);
	margin-bottom: 8px;
    transition: all 0.5s ease;
	position:relative;
	color:#fff;
	padding:15px;
	border-radius:5px;
	border:0;
}
.tempMonitoring-wrapper .notification-panel {
	margin:0 0 20px 10px !important
}
.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item .notification-text  {
	margin:0 0 0 30px;
	display:inline-block;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item h4 {
	margin:0 0 5px 0;
	padding:0;
	font-weight:500;
	font-size:16px;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item:before {
	font-size:20px;
	font-family: bootstrap-icons !important;
	font-weight:normal!Important;
	padding:10px 0;
	position:absolute;
	top:15px;
	left:10px;
	line-height:100%;
	background:transparent;
	border-radius:0;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item.alert-item:before {
	content: "\f31a";
	color: #dc3545;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item.heart-item:before {
	content: "\f3f5";
	color: #198754;
} 
.tempMonitoring-wrapper .gridView .x-column-header {
	background-color:#1d40aa;
}
.tempMonitoring-wrapper .gridView .x-column-header .x-column-header-inner {
	padding:10px;
}
.tempMonitoring-wrapper .gridView .x-column-header-over, .x-column-header-sort-ASC, .tempMonitoring-wrapper .gridView .x-column-header-sort-DESC {
	background-color:#1d40aa;
}
.tempMonitoring-wrapper .gridView .x-column-header .x-column-header-text, .tempMonitoring-wrapper .gridView .x-column-header-over .x-column-header-text, .x-column-header-sort-ASC .x-column-header-text, .tempMonitoring-wrapper .gridView .x-column-header-sort-DESC .x-column-header-text {
	font-size:13px;
	font-weight:bold;
	font-family:'Poppins', sans-serif !important; 
	color:#ffffff;
}
.tempMonitoring-wrapper .gridView .x-grid-header-ct, .tempMonitoring-wrapper .gridView .x-column-header {
	border-color:#7e7f7f;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item:after {
	content:'';
	position:absolute;
	bottom:0;
	height:4px;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	left:0;
	width:0%;
	background:#2098d1;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tempMonitoring-wrapper .notification-panel ul.notification-list li.notification-list-item:hover:after {
	width:100%;
}
.tempMonitoring-wrapper .infobox.top-boxContainer,  .tempMonitoring-wrapper .infobox.top-boxContainer .row>* {
	margin:0;
	padding:0;
}
.tempMonitoring-wrapper .infobox.top-boxContainer {
	margin:0 0 20px 0;
	padding:15px 0 0 0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel {
	margin:5px 0 20px 0 !important
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field {
	margin:0 0 15px 5px;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-item-label {
	font-size:13px;
	color:#ffffff;
	margin:0 0 5px 0;
	padding:0;
	font-family: 'Poppins', sans-serif !important;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap {
	background-color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
	box-shadow:none;
	width:285px !important;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-trigger-cell {
	background:transparent;
	border:0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-form-trigger {
	background:url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
	border:0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-form-text {
	color:#ffffff;
	background: transparent;
	border: 0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-form-text::placeholder, .tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-form-text:-ms-input-placeholder, .tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .sensors-field .x-form-trigger-wrap .x-form-text::-ms-input-placeholder {
	color:#ffffff;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .x-header {
	border-bottom: solid 1px #4d506b !important;
    margin: 0 0 20px 5px;
    padding:0 0 15px 0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .x-header .x-panel-header-text-container-default {
    font-size: 20px;
}
.tempMonitoring-wrapper .chartlist .card .tempicon i {
	color:#ffffff;
	margin: 3px 0 0 0;
    display: block;
}
.tempMonitoring-wrapper .chartlist .card .chartdtlsbtn i {
	padding:5px 0 0 0;
	display:block;
}
.tempMonitoring-wrapper .chartlist .card h6 {
	color:#ffffff;
}
.tempMonitoring-wrapper .chartlist .card h6, .tempMonitoring-wrapper .chartlist .card h6 small {
	font-size:16px;
	font-weight:500;
}
.tempMonitoring-wrapper .chartlist .card h6 small {
	color:#a5a4a4;
	display: block;
	line-height: 20px;
}
.tempMonitoring-wrapper .chartlist .chartp {
	margin:8px 0 0 0;
}
.tempMonitoring-wrapper .chartlist .chartp span {
	font-size:12px;
	padding:3px 8px;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .card {
	margin:0 5px;
}
.tempMonitoring-wrapper .sensorDetails-info .x-box-item {
	color:#ffffff;
	font-size:13px;
	font-weight:400;
	margin:0 0 5px 0;
}
.tempMonitoring-wrapper .sensorDetails-info .x-box-item.vehicleNum-lbl {
	font-size:16px;
	font-weight:500;
	margin:0 0 10px 0;
}
.tempMonitoring-wrapper .sensorBtn-panel {
	margin:20px 0 0 0 !important;
}
.tempMonitoring-wrapper .sensorBtn {
	border-radius:5px !important;
	padding:2px 15px !important;
}
.tempMonitoring-wrapper .sensorBtn .x-btn-inner {
	font-size:12.5px !important;
	text-transform:capitalize !important;
	font-weight:400 !important;
	line-height:28px !important;
}
.tempMonitoring-wrapper .sensorBtn .x-btn-button {
	height:auto !important;
}
.tempMonitoring-wrapper .sensorBtn .x-btn-icon-el {
	color:#ffffff!important;
	font-size:17px !important;
}
.tempMonitoring-wrapper .sensorBtn.blueBtn {
	background:#0d6efd !important;
	border-color:#0d6efd !important;
}
.tempMonitoring-wrapper .sensorBtn.blueBtn.x-btn-over {
	background:#0b5ed7 !important;
	border-color:#0b5ed7 !important;
}
.tempMonitoring-wrapper .sensorBtn.grayBtn {
	background:#6c757d;
	border-color:#6c757d;
}
.tempMonitoring-wrapper .sensorBtn.grayBtn.x-btn-over {
	background:#5c636a !important;
	border-color:#5c636a !important;
}

.tempMonitoring-wrapper .sensorGraphPanel {
	top:-20px !important;
}
.tempMonitoring-wrapper .graphDetails-window {
	border-color:#313131 !important;
}
.tempMonitoring-wrapper .graphDetails-window .x-header {
	padding:0 !important;
}
.tempMonitoring-wrapper .graphDetails-window .x-header, .tempMonitoring-wrapper .graphDetails-window .x-toolbar-footer {
	background:#313131;
	border-color:#313131;
}
.tempMonitoring-wrapper .graphDetails-window .x-toolbar-footer {
	border-top:1px solid #525453 !important;
	padding:20px;
}
.tempMonitoring-wrapper .graphDetails-window .x-window-body-default {
	background:#313131;
	border:0;
}
.tempMonitoring-wrapper .graphDetails-window .card {
	background-color:#12163b;
	color:#ffffff;
}
.tempMonitoring-wrapper .graphDetails-window .card h5.card-title {
	font-size:20px;
	font-weight:500;
	margin:0 0 8px 0;
}
.tempMonitoring-wrapper .graphDetails-window .card h5.card-title strong {
	font-weight:bolder;
}
.tempMonitoring-wrapper .graphDetails-window .card p {
	font-size:13px;
}
.tempMonitoring-wrapper .graphDetails-window .card p:first-child {
	margin:0 0 15px 0;
}
.tempMonitoring-wrapper .graphDetails-window .card p strong {
	font-weight:bolder;
}
.tempMonitoring-wrapper .graphDetails-window .readings {
	height:160px;
}
.tempMonitoring-wrapper .graphDetails-window .readings span.fr {
	padding:2px 5px;
}
.tempMonitoring-wrapper .graphDetails-window .grayBtn {
	border-radius:5px;
	color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
	padding:10px 8px;
}
.tempMonitoring-wrapper .graphDetails-window .grayBtn.x-btn-over {
	background:#5c636a !important;
	border-color: #565e64 !important;
}
.tempMonitoring-wrapper .graphDetails-window .grayBtn .x-btn-inner {
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
}
.tempMonitoring-wrapper .graphDetails-window .x-tool {
	display:none;
}
 .tempMonitoring-wrapper .gridView .x-grid-cell, .tempMonitoring-wrapper .gridView .x-grid-row-alt .x-grid-td, .tempMonitoring-wrapper .gridView .x-grid-row-alt .x-grid-td {
	background-color:#12163b;
}
.tempMonitoring-wrapper .gridView .x-grid-row-selected .x-grid-td, .tempMonitoring-wrapper .gridView .x-grid-row-over .x-grid-td {
	background-color:#17234c;
}
.tempMonitoring-wrapper .gridView {
	border:solid 1px #7e7f7f;
	border-top:0px;
	border-left:0;
}
.tempMonitoring-wrapper .gridView .x-grid-cell-inner {
	font-family:'Poppins', sans-serif !important; 
	font-size:13px;
	font-weight:400;
	color:#ffffff;
	padding:10px;
}
.tempMonitoring-wrapper .gridView .x-grid-row-selected .x-grid-td, .tempMonitoring-wrapper .gridView .x-grid-row-focused .x-grid-td {
	border-color:#7e7f7f;
}
.tempMonitoring-wrapper .gridView .x-grid-header-ct {
	border-color:#7e7f7f;
}
.tempMonitoring-wrapper .gridView .x-grid-cell {
	border-color:#7e7f7f;
}	
.tempMonitoring-wrapper .gridView .x-grid-with-row-lines .x-grid-table-focused-first {
	border-color:#7e7f7f;
}
.tempMonitoring-wrapper .gridView.x-grid-with-row-lines .x-grid-table {
	border-top:solid 1px #7e7f7f!important;
}
.tempMonitoring-wrapper .gridView .x-grid-with-row-lines .x-grid-td {
	border-width:0 1px 1px 1px;
}
.tempMonitoring-wrapper .gridView .status {
	padding: 2px 10px;
    border-radius: 30px;
	color:#ffffff;
	font-size:13px;
	font-weight:400;
}
.tempMonitoring-wrapper .gridView .x-grid-row-checker {
	margin:0 0 0 -5px;
}
.tempMonitoring-wrapper .mapDetails-window {
	background:#313131;
	border:0;
	position:absolute;
	top:25px;
	bottom:20px;
	left:20px;
	border-radius:4px 0 0 4px;
	width:600px;
}
.tempMonitoring-wrapper .mapDetails-window .x-window-body-default {
	background:#313131;
	border:0;
}
.tempMonitoring-wrapper .mapDetails-window .card {
	background:#12163b;
	border-radius:4px;
	border:0;
	margin:20px 20px 0 20px;
}
.tempMonitoring-wrapper .mapDetails-window .card h5 {
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	margin:0 0 8px 0;
}
.tempMonitoring-wrapper .mapDetails-window .card p {
	font-size:13px;
	font-weight:400;
	color:#ffffff;
	margin:0 0 5px 0;
}
.tempMonitoring-wrapper .mapDetails-window .btn-secondary {
	background:transparent;
	outline:0;
	box-shadow:none;
	border:0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.mapPanel {
	position:relative;
}
.tempMonitoring-wrapper .tempMonitoring-panel.mapPanel .x-header {
	display:none;
}
.tempMonitoring-wrapper .mapDetails-window .card p.location-row {
	font-size:13px;
	font-weight:400;
	color:#ffffff;
	margin:0 0 5px 0;
}
.tempMonitoring-wrapper .mapDetails-window .text-end {
	margin:15px 25px 0 0;
}
/*.tempMonitoring-wrapper .mapDetails-window .mt-4 {
	margin: !important;
}*/
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .search-dropdown {
	margin:0 0 0 5px !important;
	left:0 !important;
}
.tempMonitoring-wrapper .search-dropdown .x-form-field {
	background-color: rgba(255,255,255,0.5);
    border:solid 1px rgba(255,255,255,0.1);
	box-shadow:none;
	color: #ffffff;
}
.tempMonitoring-wrapper .search-dropdown .x-form-field::placeholder {
	color: #ffffff;
}
.tempMonitoring-wrapper .sensors-selected {
	font-size: 13px;
	color: #ffffff;
	margin: 10px 0 10px 5px !important;
	left:0 !important;
}

.tempMonitoring-wrapper .checkmarkHolder {
	position: relative;
  }
  .tempMonitoring-wrapper .checkmarkHolder input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .tempMonitoring-wrapper .checkmarkHolder .checkmark {
	position: absolute;
	top: 5px;
   left:5px;
  }
  
  .tempMonitoring-wrapper .checkmarkHolder .checkmark:after {
	content: "\f26e";
	position: absolute;
	display: none;
	font-family: bootstrap-icons !important;
  }
  .tempMonitoring-wrapper .checkmarkHolder input:checked ~ .checkmark:after {
	display: block;
  }
  
  .sensorsPanel .x-panel-body {
	overflow:visible!Important;
	height:100%!important;
	}
	
	.sensorsChart-panel .x-box-inner {
	overflow:visible!Important;
	height:100%!important;
	}

	.sensorsChart-panel .x-header .x-box-inner {
		overflow:visible!Important;
		height:35px!important;
		}
	
	.sensorsChart-panel.x-panel {
	overflow:visible!Important;
	height:100%!important;
	}
	.sensorsPanel > .x-panel-body > .x-container:first-of-type > .x-box-inner {
		height:85px!important
	}
	
.sensorsPanel.sensor-panel-scroll.x-panel {
	overflow:visible!Important;
	height:fit-content!important;
	padding-bottom:80px!important;
}
.sensorsPanel.sensor-graph-panel.x-panel {
	overflow:visible!Important;

	padding-bottom:80px!important;
}
/*.sensorsPanel.sensor-graph-panel.x-panel .x-box-inner {
	overflow:visible!Important;
	height:100%!important;
	
	}*/
.roundCheckbox {
	position: relative;
  }
  
  .roundCheckbox label {
   background: rgba(255,255,255,0.2);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height:30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
  }
  
  .roundCheckbox label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 9px;
	opacity: 0;
	position: absolute;
	top: 10px;
	transform: rotate(-45deg);
	width: 12px;
  }
  
  .roundCheckbox input[type="checkbox"] {
	visibility: hidden;
  }
  
  .roundCheckbox input[type="checkbox"]:checked + label {
	background: rgba(255,255,255,0.2);
  }
  
  .roundCheckbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
  }
  .select-vehicle-dropdown {
	  background: #fffff7;
  }
  .select-vehicle-dropdown .x-boundlist-item {
	color: #4f4f4f;
	border: 0;
  }
  .select-vehicle-dropdown .x-boundlist-item-over {
	background: #0c8cfc;
	color:#ffffff;
}
.select-vehicle-form .x-field {
	width:29% !important;
	float: left;
}
.select-vehicle-form .x-field.form-date-field {
	margin: 0 25px;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .select-vehicle-form .sensors-field .x-form-trigger-wrap {
	width: 100% !important;
}
.select-vehicle-form .x-field.form-date-field .x-form-item-label, .select-vehicle-form .x-field.to-date-field .x-form-item-label {
	font-size: 13px;
    color: #ffffff;
    margin: 0 0 5px 0;
    padding: 0;
	font-family: 'Poppins', sans-serif !important;
}



.select-vehicle-form .x-field .x-form-text {
	background-color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1);
    box-shadow: none;
	color: #ffffff;
}
.notification-panel .x-panel-body, .daily-status-panel .x-panel-body, .bus-status-panel .x-panel-body {
    padding: 20px;
}

.temparature-status span {
    margin: 0 3px;
    border-radius: 30px;
    text-align: center;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 12px;
}
.temparature-status span.fr {
    background: #ddfcd1;
    color: #1d5e02;
}
.temparature-status span.ch {
    background: #d1d4fc;
    color: #070562;
}
.temparature-status span.dr {
    background: #fde8ea;
    color: #9f132d;
}

.tempMonitoring-wrapper .show-btn {
	border-radius: 5px !important;
    padding: 0px 15px !important;
    margin: 21px 0 0 10px;
}
.tempMonitoring-wrapper .show-btn .x-btn-inner {
	font-size:12.5px !important;
	text-transform:capitalize !important;
	font-weight:400 !important;
	line-height:28px !important;
}
.tempMonitoring-wrapper .show-btn .x-btn-button {
	height:auto !important;
}
.tempMonitoring-wrapper .show-btn .x-btn-icon-el {
	color:#ffffff !important;
	font-size:17px !important;
}
.tempMonitoring-wrapper .show-btn {
	background:#0d6efd !important;
	border-color:#0d6efd !important;
}
.tempMonitoring-wrapper .show-btn.x-btn-over {
	background:#0b5ed7 !important;
	border-color:#0b5ed7 !important;
}
.tempMonitoring-wrapper .gridView-lines {
	border:0;
}
.tempMonitoring-wrapper .gridView-lines .x-column-header {
	border: 0 !important;
	background-color: #1d40aa;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
}
.tempMonitoring-wrapper .gridView-lines .x-column-header-over {
	background-color: #1d40aa;
}

.tempMonitoring-wrapper .gridView-lines .x-grid-header-ct {
	border: 0 !important;

}
.tempMonitoring-wrapper .gridView-lines .x-column-header-inner {
	padding:8px;
}
.tempMonitoring-wrapper .gridView-lines .x-grid-td {
	border-bottom: solid 1px #7e7f7f;
	background-color: transparent;
}
.tempMonitoring-wrapper .gridView-lines .x-grid-cell-inner {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	padding: 8px;
}
.tempMonitoring-wrapper .gridView-lines .x-grid-row-over .x-grid-td {
	background-color: #0a1d44;
}


.tempMonitoring-wrapper .show-btn-small {
	border-radius:5px!important;
	padding:1px 10px!important;
	margin:20px 0  0 10px;
}
.tempMonitoring-wrapper .show-btn-small .x-btn-inner {
	font-size:12.5px!important;
	text-transform:capitalize!important;
	font-weight:400!important;
	line-height:20px!important;
}
.tempMonitoring-wrapper .show-btn-small .x-btn-button {
	height:auto!important;
}
.tempMonitoring-wrapper .show-btn-small .x-btn-icon-el {
	color:#ffffff !important;
	font-size:17px !important;
}
.tempMonitoring-wrapper .show-btn-small {
	background:#0d6efd!important;
	border-color:#0d6efd!important;
}
.tempMonitoring-wrapper .show-btn-small.x-btn-over {
	background:#0b5ed7 !important;
	border-color:#0b5ed7 !important;
}
.tempMonitoring-wrapper .bg-nodata {
	background-color: #8e8e8e;
}
.report-list-panel {
    background: rgba(0,0,0,0.3);
    display: block;
    transition: all 0.5s ease;
	border-radius: 0.25rem;
}
.tempMonitoring-wrapper .x-surface text {
	fill:rgba(187, 187, 187, 1) !important;
}
/* .tempMonitoring-wrapper .x-surface path {
	fill:#606060 !important;
	stroke:#696868 !important;
} */
/*.tempMonitoring-wrapper .x-surface circle {
stroke:#ffbb2f !important;
fill:#ffbb2f !important;
}*/

.tempMonitoring-wrapper ::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  .tempMonitoring-wrapper  ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5); 
  }
   
  /* Handle */
  .tempMonitoring-wrapper ::-webkit-scrollbar-thumb {
	background: rgba(23, 35, 76, 0.5); 
  }
  
  /* Handle on hover */
  .tempMonitoring-wrapper ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }

  .tempMonitoring-wrapper .sensor-calendar {
	  background: #17234c;
  }
  .tempMonitoring-wrapper .sensor-calendar select, .tempMonitoring-wrapper .sensor-calendar input {
  	background: rgba(255, 255, 255, 0.3); 
	border:0;
}

.tempMonitoring-wrapper .sensor-calendar .calTD {
	background: rgba(32, 152, 209, 0.3) !important;
    border: solid 1px rgba(0, 0, 0, 0.5) !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    color: #ffffff !important;
}
.tempMonitoring-wrapper .sensor-calendar .calTD:hover {
	background: rgba(32, 152, 209, 0.3) !important;
}
.tempMonitoring-wrapper .sensor-calendar .calTD font {
	color:#ffffff!important;
}
.tempMonitoring-wrapper .calR font {
	color:#2098d1 !important;
}
#navbarsmain .dropdown-menu{
	right: 0!important; 
	left: inherit; 
	background: #c9cad6; 
	font-size: 0.8rem;
	position: absolute;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu.show {
	display: block;
 }


 .tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .track-data-field {
    margin: 0 0 15px 15px;
	width: 32% !important;
}


.tempMonitoring-wrapper .yellow-btn {
	border-radius: 5px !important;
    padding: 5px 25px !important;
	
}
.tempMonitoring-wrapper .center-btn {
	margin: 15px auto !important;
}
.tempMonitoring-wrapper .yellow-btn .x-btn-inner {
	font-size:12.5px !important;
	text-transform:capitalize !important;
	font-weight:400 !important;
	line-height:28px !important;
	color:#000000 !important;
}
.tempMonitoring-wrapper .yellow-btn .x-btn-button {
	height:auto !important;
}
.tempMonitoring-wrapper .yellow-btn .x-btn-icon-el {
	color:#000000 !important;
	font-size:17px !important;
}
.tempMonitoring-wrapper .yellow-btn {
	background: #ffc107 !important;
	border-color:#ffc107 !important;
}
.tempMonitoring-wrapper .yellow-btn.x-btn-over {
	background:#ffca2c !important;
	border-color:#ffca2c !important;
}
.tempMonitoring-wrapper .center-btn-block {
	text-align: center;
}

.rightAligned {
	float:left;
	margin-right:1em;
	}  
.tempMonitoring-wrapper .temp-col-panel {
	width: 30% !important;
	float: left;
	margin: 0 0 10px 3.30% !important;
}
.tempMonitoring-wrapper .temp-col-panel .temp-title {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin: 23px 20px 0 0;
}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .temp-col-panel .track-data-field {
	width: 20% !important;

}
.tempMonitoring-wrapper .tempMonitoring-panel.sensorsPanel .temp-col-panel .track-data-field .x-form-text {
	max-width:130px;
}
.tempMonitoring-wrapper .tempMonitoring-dashboard-panel .top-toolbar {
	height: auto !important;
}
.tempMonitoring-wrapper .reports-dropdown {
	background: #c9cad6;
	border-radius: 4px !important;
	margin: 3px 0 0 0 !important;
}
.tempMonitoring-wrapper .reports-dropdown.dropdown-menu>li>a:hover {
	background: #e9ecef;
}
.reports-menu-dropdown {
background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    margin: 0 3px;
    color: #000000;
    padding: 4px 10px;
	max-width:100px;
cursor:pointer;
}

.reports-menu-dropdown:hover {
	background: rgba(255, 255, 255, 1);
}

.reports-menu-dropdown option {
	padding:3px 5px;
}


.sensor-details-container .col-5 {
	flex: 0 0 auto;
    width: 41.66666667%;
	float: left;
}	
.sensor-details-container .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
	float:right;
}
.sensor-details-container .card-body p {
	margin-bottom: .25rem!important;
}

.top-boxContainer .col {
    flex: 1 0 0%;
	display: block;
}
.top-boxContainer .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.top-boxContainer .pt-2 {
    padding-top: 0.5rem!important;
}
.top-boxContainer .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.top-boxContainer .col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.top-boxContainer .float-end {
    float: right!important;
}
.top-boxContainer .card-title {
	margin: 0;
    margin-bottom: 0.5rem;
}
.top-boxContainer .mb-2 {
    margin-bottom: 0.5rem!important;
}
.top-boxContainer .card-subtitle {
    margin-top: -0.25rem;
}
.bg-warning {
    background-color: #ffc107!important;
}
.bg-success {
    background-color: #198754!important;
}
.bg-danger {
    background-color: #dc3545!important;
}


.row.chartlist {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row.chartlist .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.row.chartlist .mb-3 {
    margin-bottom: 1rem!important;
}
.row.chartlist .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row.chartlist .pt-0 {
    padding-top: 0!important;
}
.row.chartlist .mb-0 {
    margin-bottom: 0!important;
}
.tempMonitoring-wrapper .chartlist .card h6 {
	margin: 0;
}
.row.chartlist .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.row.chartlist .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.row.chartlist .pt-2 {
    padding-top: 0.5rem!important;
}
.row.chartlist .text-center {
    text-align: center!important;
}
.row.chartlist .col {
    flex: 1 0 0%;
}
.tempMonitoring-wrapper .chartlist .card .tempicon {
	margin: 0 0 0 10px;
}
.tempMonitoring-wrapper .sensors-selected {
	display: block;
}
.tempMonitoring-wrapper .gridView .x-box-inner {
	background: #1d40aa !important;
}
.tempMonitoring-wrapper .gridView-lines .x-grid-header-ct .x-box-inner {
	background: #1d40aa;
}