.parent-bottom{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
}
.parent-top{
	position: absolute;
	top: 0;
	left:0;
	right:0;
}
.border-squared{
	border: 1px solid lightgrey;
}
#headerBase > pre{
	color: white;
}
.searchbox{
	background-color: transparent;
	color: white;
	outline: none;
}
.searchbox:not(:focus){
	border: 1px solid white;
}
.searchbox::placeholder{
	color: white;
	text-align: center;
}
.searchbox::-webkit-input-placeholder{
	color: white;
	text-align: center;
}

.searchbox:-ms-input-placeholder{
	border: none;
	color: white;
}
.searchbox:focus{
	border:  1px solid #dddde3;;
	box-shadow: none;
	outline: none;
	color: white;
}
.searchbox:-moz-focusring{
	border: none;
	color: black;
}
.searchbox:-webkit-focus-ring{
	border: none;
	outline-color:black;
}



#headerBase{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.color-inherit{
	color: inherit !important;
}

.sidebar-right-header-footer{
	width: 260px;
}

.picker-dynamic{
	background-color:white;
	color:black;
    padding: 7px;
	margin-left: 25px;
	width: 260px;
	
	/*
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	*/
}

.sidebar-editor{
	/*
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important; */
	margin-left: 25px;
	background-color: white;
	width: 260px;
	height: auto;
	
	
	
}

.powered-by-area{
	filter: brightness(85%);
	background-color: inherit;
}
.powered-by-area-filtered{
	filter: brightness(150%);
	z-index: 1000;
}

.empathize{
	font-weight: 540;
}

.btn-search{
	border-radius: 0;
}

.disable-text-selection{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.disableMouseEvents{
	pointer-events: none;
}

.pointing{
	cursor: pointer;
}

