@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

img {
	max-width: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
}

body .btn:focus,
body input:focus,
a {
	text-decoration: none;
	box-shadow: none;
}

/* scroll bar css */
::-webkit-scrollbar {
	height: 5px;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background: #B4B4B4;
	border-radius: 4px;
}



/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #B7B7B7;
}

.filtersInnerWrap::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: transparent;
	/*box-shadow: inset 0 0 2px grey;*/
	border-radius: 4px;
}

.flexprop {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

input[type="button"] {
	border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.hidden {
	display: none !important;
}

.layoout-wrap.horizontal_view {
	flex-direction: column;
}

.layoout-wrap {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}

#pano-image,
#pano-image img {
	width: 100%;
	height: 100%;
}

.cesium-infoBox {
	display: none !important;
}





.closebtnwo {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 22px;
	text-decoration: none !important;
	color: #1B6093;
	cursor: pointer;
}

.tableFixHead tbody {
	display: block;
	height: 120px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #fff;
}

.custom-check-label {
	font-size: 14px;
	color: #7A7979;
	height: 18px;
	line-height: 23px;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.custom-check-input {
	visibility: hidden;
	border: 1px solid #ccc;
	border-radius: 1.25rem;
}

input:checked~.custom-check-span {
	background-color: transparent;
	border: none;
}

.custom-check-span {
	position: absolute;
	top: 2px;
	left: 0;
	height: 18px;
	width: 18px;
	background: #ffffff;
	border: 2px solid #7a7979;
	border-radius: 3px;
}

.custom-check-span:after {
	content: "";
	position: absolute;
	display: none;
	left: 0px;
	bottom: 0px;
	width: 18px;
	height: 18px;
	background-image: url(../images/modal/userrollcheck.svg);
	background-repeat: no-repeat;
}

.custom-check-input:checked~.custom-check-span:after {
	display: block;
}



.showloader {
	display: flex !important;
}




.loadingIndicator {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.6);
}


#toc-legends img {
	width: 15px;
}


.tocflex {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}



.tocflex label {
	margin-bottom: 0;
	margin-left: 5px;
}



/*applicationchoosecss*/


#applicationchoose {
	width: 295px;
	position: absolute;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.bookmark-sidebar {
	width: 280px;
	height: 100%;
	background: rgb(85 145 189);
	z-index: 999;
	margin-top: 12px;
	margin-left: 66px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}


.bookmarkfiber-bodywo {
	width: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	float: right;
	font-size: 12px;
	padding-right: 13px;
	padding-top: 7px;
	border-top: 1px solid #626363;
}


.application_flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
}


.choosapptitle {
	font-size: 12px;
	color: #fff;
	margin: 0 12px;
	font-weight: bold;
}


.application_flex .appflex {
	/* border-right: 1px solid #fff; */
	background-image: url(../images/divider.svg);
	background-repeat: no-repeat;
}


.appflex {
	padding: 5px;
	text-align: center;
	/* border-left: 1px solid #fff; */
	width: 85px;
}



.appflex .divapp {
	width: 42px;
	height: 42px;
	position: relative;
	display: flex;
	text-align: center;
	/* border: 1px solid #2A2D2D; */
	/* background: linear-gradient(180deg, #4F5254 0%, #393B3A 97.3%); */
	/* box-shadow: inset 0px 2px 0px rgb(255 255 255/ 30%); */
	/* border-radius: 5px; */
	margin: 0 auto;
	border-radius: 50%;
	background: linear-gradient(90deg, rgba(255, 255, 255, .7) 0%, rgba(186, 186, 186, .7) 100%);
	justify-content: center;
	align-items: center;
}




.appflex label {
	/* padding: 4px 4px; */
	/* border: 1px solid #CCC; */
	cursor: pointer;
	z-index: 90;
	font-size: 11px;
	/* text-align: center; */
	margin-bottom: 0;
	width: 30px;
	height: 30px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 29.69%, #AFAFAF 100%);
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25), inset 0px -1px 4px #FAFAFA;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex !important;
	/* position: inherit; */
}


.appflex label,
.appflex input {
	/* display: block;*/
	position: absolute;
	/* top: 0;	
   left: 0;
   right: 0;
   bottom: 0;*/
}


.bufferActive {
	background: #3D9BD2;
	border-radius: 5px;
	box-shadow: inset 0px 2px 0px rgb(255 255 255 / 30%);
}


.appflex input[type="radio"] {
	opacity: 0.011;
	z-index: 100;
}


.appflex input {
	width: 30px;
	height: 30px;
	cursor: pointer;
}


.apptitle {
	color: #fff;
	font-size: 10px;
}

.loaderPicTxt {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.6);
}

.appActive {
	background: #34729f !important;
	border-radius: 5px;
	box-shadow: inset 0px 2px 0px rgb(255 255 255 / 30%) !important;
}

.lil-gui {
	display: none !important;
}


.panel_search {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
}

#tabledetails tbody tr th {
	color: #404040;
	font-size: 12px;
}

.appActive img {
	filter: brightness(0) invert(1);
}

/* .active svg { */
/* filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(175deg) brightness(325%) contrast(100%); */
/* } */

.w-275 {
	width: 275px;
}



#amenitiesResult {
	position: absolute;
	z-index: 999;
	bottom: 5px;
	right: 211px;
}


.bufferanalysis-box {
	/* background: linear-gradient( 0deg , #505050, #505050), #C4C4C4;*/
	border-radius: 4.7419px;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	min-height: 60px;
	padding: 0.3rem;
	position: relative;
	width: 104%;
}


.bufferanalysis-box,
.bufferanalysis-card {
	width: 100%;
	padding-left: 10px;
}


.dashboard-label {
	color: #404040;
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}


.card-p0 {
	padding-left: 7px !important;
}


.amenitiesPanel {
	background: #D7D7D7;
	border-radius: 5px;
	padding: 3px;
	color: #fff;
	align-items: center;
	margin-bottom: 10px;
}

.amenitiCount {
	padding: 7px;
	background: #828282;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 400;
	width: 45px;
	color: #000;
}


.bg-secondary {
	background-color: #fff !important;
}


.amenityBlock {
	width: 100%;
	word-break: break-all;
}


.amenitilabel {
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 0;
}


.listLabel {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}


.assetlabel {
	position: relative;
	bottom: 1px;
	font-weight: 400;
}



.assetActive {
	background: #367EC0;
	color: #fff !important;
}

.assetbtn {
	width: 45% !important;
	color: #367ec0;
	font-size: 13px;
	padding: 8px !important;
	margin-right: 10px;
	text-align: center;
	/* border: 1px solid #2A2D2D; */
	box-shadow: inset 0px 2px 0px rgb(255 255 255/ 30%);
	border-radius: 5px !important;
	cursor: pointer !important;
	border: 1px solid #367ec0;
}

.assetbt .active {
	color: #fff !important;
}


#assetPlacementDiv,
#asset3Dbuilding {
	border-top: 1px solid #cecece;
}


.w-290 {
	width: 290px;
}

.assetImg {
	position: relative;
	bottom: -2px;
	right: 2px;
}

.towerActive .assetImg {
	filter: invert(100%) sepia(3%) saturate(5%) hue-rotate(341deg) brightness(256%) contrast(100%);
}


.towerActive {
	background: #367EC0 !important;
	box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.3) !important;
	border: 1px solid #367EC0 !important;
	border-radius: 5px;
	color: #fff;
}


.towertool-img {
	padding: 5px;
	border: 1px solid #2A2B2D;
	margin-right: 5px;
	width: 85px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	/* background: linear-gradient(180deg, #4F5254 0%, #393B3A 97.3%) !important;
   box-shadow: inset 0px 2px 0px rgb(255 255 255/ 30%) !important;*/
	border-radius: 5px;
}




.towerActive span {
	color: #fff;
}

.asset-msg {
	text-align: left;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
}


.attrNav {
	background: linear-gradient(180deg, rgba(79, 82, 84, 0.5) 0%, rgba(57, 59, 58, 0.5) 97.3%);
	box-shadow: inset 0px 2px 0px rgb(255 255 255/ 30%);
	border-radius: 3px;
}


.nav-item {
	font-size: 14px;
	width: 50%;
	text-align: center;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: #367ec0 !important;
	box-shadow: inset 0px 2px 0px rgb(255 255 255/ 30%);
	border-radius: 3px 0px 0px 0px !important;
}


#assetattributestab {
	border-top-right-radius: 3px;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
	color: rgba(255, 255, 255, 0.8);
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel {
	width: 100%;
	margin-bottom: 20px;
	background: #e4e4e4;
	border: 1px solid #c9c9c9;
	border-radius: inherit !important;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border-bottom-left-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.panel-body {
	padding: 0px;
	margin-bottom: 10px;
}

.asset-m0 {
	margin: 12px 0px 12px 5px;
}

.assetLabel {
	font-size: 14px;
	font-weight: normal;
	color: #505050;
}





.btn-slider {
	width: 27px;
	height: 27px;
	margin: 0px 2px 0px 2px;
	font-size: 14px !important;
	background: #367ec0;
	box-shadow: inset 0px 1.5px 0px rgb(255 255 255/ 30%);
	border-radius: 2px;
	border: 1px solid #4a8ac5;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
}

input[type=range] {
	width: 100%;
	background-color: red;
}

.rangeOpt {
	width: 5em;
	color: #505050;
	position: relative;
	left: 4px;
}


.asset-footer {
	text-align: right;
	margin-top: 10px;
}


.flex {
	display: flex;
}


.range-container {
	width: 105%;
	margin: -5px 6px 5px -7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.assetheadRange {
	margin: 0;
	position: relative;
	left: 13px;
	width: 77%;
}


.tillRange {
	margin: 0;
	position: relative;
	left: 45px;
	width: 77%;
}


.rollRange {
	margin: 0;
	position: relative;
	left: 41px;
	width: 77%;
}


.sliderRange {
	margin: 0;
	position: relative;
	left: 39px;
	width: 77%;
}


.positionRange {
	margin: 0;
	position: relative;
	left: 55px;
	width: 65%;
}


.pick-ground-level-btn button.active img {
	filter: invert(100%) sepia(3%) saturate(5%) hue-rotate(341deg) brightness(256%) contrast(100%);
}


#splitSlider {
	position: absolute;
	left: 50%;
	top: 0px;
	background-color: #d3d3d3;
	width: 5px;
	height: 100%;
	z-index: 1;
}

#splitSlider:hover {
	cursor: ew-resize;
}


#allimpactList .badge {
	color: #242225;
}


.formpanel {
	max-height: 100%;
	height: 250px;
	overflow: auto;
}


.main3dbuildingform .form-control {
	height: 32px;
	border: 1px solid #367ec0;
	font-size: 13px;
}


#editfeaturemsg,
#createfeaturemsg {
	color: #000;
}




#edit-asset-tab,
#edit-attribute-tab {
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.hideGroVal {
	opacity: 0;
}

.hideGroundValues {
	position: relative;
	top: -14px;
	font-size: 10px;
}

.hideViewValues {
	position: relative;
	top: -14px;
	font-size: 10px;
}

.hideViwVal {
	opacity: 0;
}


.form-control:focus {
	box-shadow: none !important;
	/*border-color: #ffff !important;*/
}

.amenityArrow {
	cursor: pointer;
}