.main-part {
	display: flex;
	width: 100%;
}

.heading-text {
	max-width: 90%;
	width: 100%;
}

.heading-more {
	width: calc(100% - 90%);
	text-align: right;
}

.card-box-dd {
	padding: 10px;
	border: solid 1px #efecf7;
	background-color: #fff;
}

.status-col {
	width: 32%;
}

.status-col:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}

.status-col p {
	margin-bottom: 0px;
}

.status-fig img {
    max-width: 100%;
    width: 100%;
}

.battery-inner {
	margin-bottom: 30px;
}

.battery-inner:last-child {
	margin-bottom: 0px;
}

.battery-col {
	width: 32%;
}

.battery-col:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
	border-left: solid 1px rgba(151, 151, 151, 0.25);
	border-right: solid 1px rgba(151, 151, 151, 0.25);
	padding-left: 10px;
	padding-right: 10px;
}

.battery-col h5 {
	font-size: 0.8750em;
	color: #6e6e73;
}

.batter-icon {
	max-width: 25px;
	width: 100%;
}

.battery-text {
	width: Calc(100% - 25px);
}

.battery-text h6 {
	font-size: 26px;
	font-family: "ProximaNova-Semibold";
}

.hp-map iframe {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.endpont-top {
	font-size: 1em !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(151, 151, 151, 0.25);
	margin-top: 10px;
}

.endtable-head {
	justify-content: space-between;
}

.endtable-head-col {
	color: #32363b;
	font-size: 0.8750em;
	padding: 10px 0px;
	text-align: left;
	width: 16.5%;
	display: flex;
	align-items: Center;
}
.endtable-head-col span{
  padding-left: 20px !important;
}

.endtable-head-col:nth-child(1) {
	width: 12%;
	text-align: center;
	padding-left: 15px;
}

.endtable-head-col:nth-child(3) {
	width: 20%;
}

.endtable-head-col:nth-child(4) {
	width: 12%;
}

.endtable-head-col:nth-child(6) {
	width: 12%;
}

i.fa.fa-sort {
	color: #e3e3e3;
	font-size: 13px;
  margin: 0px 8px 0px 0px;
  margin-left: 3vw;
}

.endatable-data-list {
	border: solid 1px rgba(151, 151, 151, 0.12);
	background-color: rgb(251, 251, 251);
	border-radius: 5px;
  padding: 10px;
	margin: 11px 1px 11px 0px;
	justify-content: space-between;
	align-items: center;
	border-left: 4px solid #B71C1C;
}

.endatable-data-list:nth-child(4) {
	border-left: 4px solid #FFB500;
}

.endatable-data-list:nth-child(5) {
	border-left: 4px solid #FFB500;
}

.endatable-data-list:nth-child(6) {
	border-left: 4px solid #FFB500;
}

.endatable-data-list:nth-child(7) {
	border-left: 4px solid #6BB700;
}

.endatable-data-list:nth-child(8) {
	border-left: 4px solid #6BB700;
}

.endatable-data-list:nth-child(9) {
	border-left: 4px solid #6BB700;
}

.endatable-data-list:nth-child(10) {
	border-left: 4px solid #6BB700;
}

.endatable-data-list:nth-child(11) {
	border-left: 4px solid #c7c7c7;
}

.endatable-data-col:nth-child(1) {
	width: 12%;
	display: flex;
	align-items: center;
}

.endatable-data-col:nth-child(3) {
	width: 20%;
}

.endatable-data-col:nth-child(4) {
  width: 12%;
  padding-left: 12px !important;
}

.endatable-data-col:nth-child(5) {
  padding-left: 12px !important;
}

.endatable-data-col:nth-child(6) {
	width: 12%;
  padding-left: 12px !important;
}

.endatable-data-col {
	width: 16.5%;
	font-size: 0.8750em;
	color: #6e6e73;
}

.endtable-head-col input[type=checkbox] {
	height: 18px;
	width: 18px;
}

.endatable-data-list input[type=checkbox] {
	height: 18px;
	width: 18px;
}

span.type {
	font-size: 0.8750em;
	font-weight: 500;
	padding: 0px 0px 0px 10px;
	width: 33px;
	height: 17px;
	color: #32363b;
}

.build {
	font-size: 24px !important;
}

.res-list {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-flow: wrap;
}

.resi-icon {
	max-width: 20px;
	width: 100%;
}

.resi-icon i.fa-arrow-up {
	color: #b43334;
}

.resi-icon i.fa-arrow-down {
	color: #17a853;
}

.resi-text {
	/* width:calc(100% - 20px);     */
	font-size: 0.8750em;
}

.alg span {
	width: 50px;
	font-size: 24px !important;
	color: #646464;
}

.resi-text h6 {
	margin-bottom: 0px;
	font-size: 0.7500em;
}

.endatable-data-col button {
	cursor: pointer;
	background-color: #5c3ba8;
	max-width: 55px;
	width: 100%;
	color: #fff;
	border-radius: 4px;
	font-family: "ProximaNova-Light";
	margin-left: 20px;
	padding: 4px 0px;
	border: 1px solid #5c3ba8;
}

.endatable-data-col button:hover,
.endatable-data-col button:active,
.endatable-data-col button:focus {
	background-color: transparent;
	color: #5c3ba8;
}

.endatable-data-col span.material-icons {
	font-size: 1.0000em;
}

.battey_full {
	color: #17a853;
	font-size: 24px !important;
}

.battery_half {
	color: #b32e2f;
}

.bar-cd {
	font-size: 24px !important;
}

.alrt-msg {
	color: #B71C1C !important;
	margin-left: -25px;
	font-size: 23px !important;
}

ul.pagination li {
	margin-right: 10px;
}

ul.pagination li a {
	padding: 11px 17px 12px 15px;
	border-radius: 4px;
	border: solid 1.5px #e0e0e0;
	color: #505152;
	font-size: 0.8750em;
}

ul.pagination li a span {
	font-size: 14px !important;
}

.sid-box-data ul li {
	position: relative;
	list-style: none;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(151, 151, 151, 0.2);
}

.sid-box-data ul li h6 {
	font-family: "ProximaNova-Semibold";
	margin-bottom: 0px;
	color: #000;
	font-size: 1.0000em;
}

.sid-box-data ul li i.fa-info-circle {
	color: #999999;
}

.add-side-link {
	font-size: 15px;
	color: #6941c6;
}

.side-notification {
	position: absolute;
	right: 20px;
	background-color: #b71c1c;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	top: 0;
	border-radius: 5px;
}

.search-bar-box {
	justify-content: space-between;
	border-bottom: solid 1px rgba(51, 105, 30, 0.1);
	padding-left: 25px;
}

.search-left {
	width: 50%;
}

.features-right {
	width: 37%;
}

.features-right ul {
	text-align: right;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: end;
	align-items: center;
}

.features-right ul li {
	padding-left: 15px;
	list-style: none;
}
.search-button{
  width: 30px;
  height: 30px;
}
.search-button i.fa-search {
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #5c3ba8;
	color: #ffff;
	line-height: 30px;
}

.profile-setting {
	align-items: center;
}

.profile-icon {
	max-width: 30px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
}

.profile-name {
	width: calc(100% - 30px);
	padding-left: 10px;
}

.profile-name h6 {
	margin-bottom: 0px !important;
}

.profile-name h6 i {
	display: inline-block;
}

h6 {
	font-size: 1rem !important;
}

.dropdown-option {
	display: none;
}

.header-option ul li.dropdown-list.current .dropdown-option, ul li.dropdown-list.current .dropdown-option {
	display: block;
    position: absolute;
    top: 45px;
    width: 255px;
    height: 336px;
    right: 0px;
    margin: 0 0 0 7px;
    padding: 24px 11px 22px 10px;
    border-radius: 8px;
    box-shadow: 0 8px 13px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.header-option ul li.dropdown-list.current .dropdown-option ul, ul li.dropdown-list.current .dropdown-option ul {
	padding-right: 0px;
}

.header-option ul li.dropdown-list.current .dropdown-option ul li,  li.dropdown-list.current .dropdown-option ul li {
	display: block;
	padding: 10px;
	width: 100%;
	text-align: left;
}

.header-option ul li.dropdown-list.current .dropdown-option ul li a, ul li.dropdown-list.current .dropdown-option ul li a {
	font-size: 0.8750em;
	color: #422b83;
}

.compliance-gap-box {
	margin-top: 20px;
}

.inner-row-datawr {
	justify-content: space-between;
  height: 82%;
}

.inner-row-datawr .col-4-left-inner {
	width: 35%;
	border-right: 1px solid #efecf7;
	box-shadow: 4px 4px 6px 0 rgb(0 0 0 / 3%);
	padding: 20px;
}

.inner-row-datawr .col-8-right {
	width: 63%;
	border-width: 0px 1px 0px 1px;
	/* border-style: solid; */
	border-color: #efecf7;
	padding: 0px 0px 20px 0px;
}

.inner-row-datawr .endpoints-data {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #efecf7;
}

.card-top-margin {
	margin-top: 10px;
}

.col-height {
	height: 94%;
}
.col-child-height {
  height: 98.5%;
}

/* google map info window for zones */
.zones-google-map button.gm-ui-hover-effect {
	outline: 0;
	top: -2px !important;
	right: -4px !important;
}

.zones-google-map .gm-style-iw-d {
	padding-bottom: 0 !important;
	padding-right: 0px !important;
	margin-bottom: -8px;
	font-size: 14px;
	font-weight: 500;
}

.zones-google-map .gm-style-iw.gm-style-iw-c {
	padding: 14px 11px 10px 11px !important;
	align-items: center;
	display: flex;
}

.zones-google-map .gm-ui-hover-effect>span {
	width: 15px;
	height: 15px;
	margin: 7px;
}

/* mat pagination custom */
.mat-pagination-custom .mat-paginator-container {
	justify-content: center !important;
}

.mat-pagination-custom .mat-icon-button {
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1.5px #e0e0e0;
	color: #505152;
	border-radius: 8px;
	margin: 0 4px;
}

.mat-pagination-custom .mat-paginator-navigation-first,
.mat-pagination-custom .mat-paginator-navigation-last {
	background-color: #25245c !important;
}

.mat-pagination-custom .mat-paginator-navigation-first .mat-paginator-icon,
.mat-pagination-custom .mat-paginator-navigation-last .mat-paginator-icon {
	fill: #fff;
}

@media screen and (max-width: 1298px) {
	.col-child-height {
		height: 99.9%;
	}
}

@media screen and (max-width: 1199px) {
	.inner-row-datawr .col-4-left-inner {
		width: 100%;
	}

	.inner-row-datawr .col-8-right {
		width: 100%;
		margin-top: 20px;
	}
	.col-child-height {
		height: 98.9%;
	}
}
