﻿/* START New buttons, without using images as background */
a.RSideKnapNew {
	display: flex;
	height: 40px;
	width: 40px;
	background-color: #FBFBFB;
	position: relative;
	text-decoration: none;
	color: transparent;
	border-radius: 8px;
	border-color: #B8B8B8;
	border: thin;
	box-shadow: -1px -2px 5px #E0E0E0 inset, inset 3px 3px 5px -6px #dbdbdb;
	justify-content: center;
	align-items: center;
}

	a.RSideKnapNew:hover {
		color: transparent;
		background-color: #ff9a37;
		box-shadow: inset 3px 3px 3px -2px rgba(242,242,242,0.7), -1px -2px 5px #CC7B2C inset;
	}

i.bi {
	color: #ff8f33;
	font-size: x-large;
}

.activate-user {
	position: absolute;
	text-shadow: 1px -1px #E0E0E0;
	margin-left: -9px;
	z-index: 10;
	margin-top: 4px;
}

a.RSideKnapNew:hover .activate-user {
	text-shadow: unset;
}

.deactivate-user {
	color: #ffab66 !important;
	position: absolute;
	z-index: 1;
	margin-right: -8px;
	margin-top: -6px;
}

a.RSideKnapNew:hover .deactivate-user {
	color: #ffbf8b !important;
}

a.RSideKnapNew:hover i.bi {
	color: #ffdfbf;
	font-size: x-large;
}

.mobile-phone {
	position: absolute;
	z-index: 1;
	margin-top: 2px;
	font-size: 28px !important;
}

a.RSideKnapNew:hover .mobile-phone-sms {
	color: #ff780a !important;
}

.mobile-phone-sms {
	position: absolute;
	z-index: 10;
	color: #ffdabc !important;
	margin-top: -3px;
	font-size: 18px !important;
}

.mobile-guardian-phone {
	position: absolute;
	z-index: 1;
	margin-left: 12px;
	margin-top: -4px;
	font-size: 20px !important;
}

a.RSideKnapNew:hover .mobile-guardian-phone {
	color: #ffbf8b !important;
}

.mobile-guardian-sms {
	position: absolute;
	z-index: 10;
	color: #ffdabc !important;
	margin-left: 12px;
	margin-top: -10px;
	font-size: 12px !important;
}

a.RSideKnapNew:hover .mobile-guardian-sms {
	color: #ff780a !important;
}

.mobile-guardian {
	position: absolute;
	z-index: 20;
	text-shadow: 1px -1px #E0E0E0;
	margin-left: -7px;
	margin-top: 3px;
}

a.RSideKnapNew:hover .mobile-guardian {
	text-shadow: unset;
	color: #ffdfbf !important;
}

.RSideKnapIconsNew {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -13px;
	left: -13px;
	margin: 4px;
}

.RSideKnapNew .hMenuKnapHINew {
	top: 10px;
	left: 20px;
	font-family: Arial;
	font-weight: bold;
}

ul.RightMenuKnapulNew {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

li.RightMenuKnapliNew {
	margin: 4px;
	padding: 0px;
}

.schemaLiWrapper {
	width: 184px;
}

	.schemaLiWrapper .schemaList li {
		display: flex;
		height: 40px;
		width: 176px;
		background-color: #FBFBFB;
		position: relative;
		text-decoration: none;
		border-radius: 8px;
		border-color: #B8B8B8;
		border: thin;
		box-shadow: -1px -2px 5px #E0E0E0 inset, inset 3px 3px 5px -6px #dbdbdb;
		justify-content: flex-start;
		align-items: center;
		font-family: Arial;
		padding-left: 10px;
		cursor: pointer;
	}

		.schemaLiWrapper .schemaList li:hover {
			display: flex;
			height: 40px;
			width: 176px;
			color: #FFFFFF;
			background-color: #ff0000;
			text-decoration: none;
			border-radius: 8px;
			border-color: #B8B8B8;
			border: thin;
			box-shadow: -1px -2px 5px #E0E0E0 inset, inset 3px 3px 5px -6px #dbdbdb;
			justify-content: flex-start;
			align-items: center;
			font-family: Arial;
			padding-left: 10px;
		}

		.schemaLiWrapper .schemaList li:focus {
			display: flex;
			height: 40px;
			width: 176px;
			color: #FFFFFF;
			background-color: red;
			text-decoration: none;
			border-radius: 8px;
			border-color: #B8B8B8;
			border: thin;
			box-shadow: -1px -2px 5px #E0E0E0 inset, inset 3px 3px 5px -6px #dbdbdb;
			justify-content: flex-start;
			align-items: center;
			font-family: Arial;
			padding-left: 10px;
		}

		.schemaLiWrapper .schemaList li a:has(span.schemaBtnReadOnly) {
			background-color: #FBFBFB;
			cursor: initial;
			color: unset;
		}

		.schemaLiWrapper .schemaList li:hover:has(a span.schemaBtnReadOnly) {
			background-color: #FBFBFB;
			cursor: initial;
			color: unset;
		}

		.schemaLiWrapper .schemaList li:has(a.schemaBtnRedSelected) {
			background-color: red;
			color: #FFFFFF;
		}

.createLinkSetting2 {
	position: absolute;
	z-index: 10;
	margin-left: -10px;
	margin-top: 11px;
}

a.RSideKnapNew:hover .createLinkSetting2 {
	text-shadow: unset;
}

.createLinkSetting2earmark {
	position: absolute;
	z-index: 10;
	margin-left: -10px;
	margin-top: 11px;
	text-shadow: 1px -1px #E0E0E0;
}

a.RSideKnapNew:hover .createLinkSetting2earmark {
	text-shadow: unset;
}

.createLinkSetting1 {
	position: absolute;
	z-index: 1;
	margin-right: -10px;
	margin-top: -10px;
	font-size: large !important;
}

a.RSideKnapNew:hover .createLinkSetting1 {
	color: #ffbf8b !important;
}

/* END New buttons, without using images as background */


/* Function Panel Button Wrapper START */

.RightSidePlateMenu {
	width: 192px;
	display: flex;
	flex-direction: column;
	border-style: solid;
	background-color: #FBFBFB;
	border-color: #E5E5E5;
	border-radius: 8px;
	border-width: thin;
}

/* Function Panel Button Wrapper END */
