﻿@keyframes sidebarSlideInLeft {
	from {
		left: -220px
	}

	to {
		left: 0
	}
}

.right-panel {
	position: fixed;
	right: -60%;
	top: 0px;
	bottom: 0;
	z-index: 1020;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	width: 60%;
	-webkit-transition: right .2s linear;
	-moz-transition: right .2s linear;
	transition: right .2s linear;
}

.handel {
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 20px;
	cursor: w-resize;
	background-color: #f8f8ff;
	z-index: 1020;
}

.rightholder {
	position: absolute;
	height: 100%;
	margin: auto;
	top: 50%;
}

.flot-container {
	box-sizing: border-box;
	width: 850px;
	height: 450px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.link-style {
	color: MediumBlue;
	text-decoration: underline;
	cursor: pointer;
}

th.link-style {
	text-decoration: none;
}

.columnWidthless {
	width: 1px !important;
	font-size: 0.01vW !important;
	padding: 0px !important;
	display: none;
}

.validate-error {
	background-color: #ffd2d2 !important;
}

.bg-gray {
	background-color: gray !important;
}

.label-valid {
	color: limegreen;
}

.label-invalid {
	color: red;
}

.textbox-valid {
	background-color: #b1ffab;
}

.textbox-invalid {
	background-color: #ffc0c0;
}

.wait-spinner {
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 240, 240, 240, .8 ) url('../../assets/images/svg/loading2.svg') 50% 50% no-repeat;
}

.wait-spinner-panel {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1050;
	background: rgba( 240, 240, 240, .8 ) url('../../assets/images/svg/loading2.svg') 50% 50% no-repeat;
}

.wait-percentage {
	display: none;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.preview-full {
	display: none;
	position: fixed;
	padding: 15px;
	z-index: 1225;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, 1 );
}

	.preview-full::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		content: "\f2d4";
		font-family: FontAwesome;
		font-size: 8vh;
		color: #fff;
		opacity: .8;
		text-shadow: 0px 0px 3vh rgba(0, 0, 0, 0.5);
		z-index: 100;
		cursor: pointer;
		pointer-events: all;
	}

	.preview-full:hover::before {
		color: #eee;
	}

.input-file-hide {
	display: block !important;
	width: 0.01px !important;
	height: 0.01px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	z-index: -1;
}

.input-file-label {
	color: #242a30;
	border: 2px solid #ccd0d4;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

	.input-file-label:hover {
		color: black;
		border: 2px solid #ccd0d4;
		background-color: #ccd0d4;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		display: block;
		overflow: hidden;
		padding: 0.625rem 1.25rem;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

.input-file-label-svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

.scrollToTop {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	background: url('../../assets/images/other/br_up32x32.png') no-repeat;
	background-size: cover;
	z-index: 1021;
}

	.scrollToTop:hover {
		text-decoration: none;
	}

.scrollToTop-SVG {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-right: 8px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnIGlkPSJDaGV2cm9uX1VwX0NpcmNsZSI+PHBhdGggZD0iTTE2LDBDNy4xNjMsMCwwLDcuMTY0LDAsMTZjMCw4LjgzNyw3LjE2MywxNiwxNiwxNmM4LjgzNiwwLDE2LTcuMTYzLDE2LTE2QzMyLDcuMTY0LDI0LjgzNiwwLDE2LDB6IE0xNiwzMCAgIEM4LjI4LDMwLDEuOTY5LDIzLjcyLDEuOTY5LDE2QzEuOTY5LDguMjgsOC4yOCwyLDE2LDJjNy43MiwwLDE0LDYuMjgsMTQsMTRDMzAsMjMuNzIsMjMuNzIsMzAsMTYsMzB6IiBmaWxsPSIjMTIxMzEzIi8+PHBhdGggZD0iTTE2LjY5OSwxMS4yOTNjLTAuMzg0LTAuMzgtMS4wNDQtMC4zODEtMS40MjksMGwtNi45OTksNi44OTljLTAuMzk0LDAuMzkxLTAuMzk0LDEuMDI0LDAsMS40MTQgICBjMC4zOTUsMC4zOTEsMS4wMzQsMC4zOTEsMS40MjksMGw2LjI4NS02LjE5NWw2LjI4NSw2LjE5NmMwLjM5NCwwLjM5MSwxLjAzNCwwLjM5MSwxLjQyOSwwYzAuMzk0LTAuMzkxLDAuMzk0LTEuMDI0LDAtMS40MTQgICBMMTYuNjk5LDExLjI5M3oiIGZpbGw9IiMxMjEzMTMiLz48L2c+PGcvPjxnLz48Zy8+PGcvPjxnLz48Zy8+PC9zdmc+') no-repeat;
	background-size: cover;
	z-index: 1021;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

	.scrollToTop-SVG:hover {
		text-decoration: none;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
	}

.status-button-circle-red {
	background: linear-gradient(rgba(200, 0, 0, 1), rgba(200, 0, 0, 0.2));
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px rgba(50,0,0,0.4)solid
}

.status-button-circle-green {
	background: linear-gradient(rgba(0, 200, 0, 1), rgba(0, 200, 0, 0.2));
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px rgba(0,50,0,0.4)solid
}

.status-button-circle-orange {
	background: linear-gradient(rgba(200, 100, 0, 1), rgba(200, 100, 0, 0.2));
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px rgba(50,25,0,0.4)solid
}

.status-button-circle-orange {
	background: linear-gradient(rgba(0, 0, 200, 1), rgba(0, 0, 200, 0.2));
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 2px rgba(0,0,50,0.4)solid
}

.text-black {
	color: black;
}

.text-white {
	color: white;
}

.text-gray {
	color: gray;
}

.text-lightgray {
	color: lightgray;
}

.text-darkgray {
	color: darkgray;
}

.text-darkred {
	color: darkred;
}

.text-red {
	color: red;
}

.text-yellow {
	color: yellow;
}

.text-lightyellow {
	color: lightyellow;
}

.text-blue {
	color: blue;
}

.text-lightblue {
	color: lightblue;
}

.text-darkblue {
	color: darkblue;
}

.text-green {
	color: green;
}

.text-lightgreen {
	color: lightgreen;
}

.text-darkgreen {
	color: darkgreen;
}

.text-orange {
	color: orange;
}

.text-darkorange {
	color: darkorange;
}

.text-pink {
	color: pink;
}

.text-lightpink {
	color: lightpink;
}

text-hotpink {
	color: hotpink;
}

.text-purple {
	color: purple;
}

.text-aqua {
	color: aqua;
}

.text-crimson-red {
	color: crimson;
}

.text-deepskyblue {
	color: deepskyblue;
}

.text-seagreen {
	color: seagreen;
}

.text-lightseagreen {
	color: lightseagreen;
}

.text-lime {
	color: lime;
}

.text-gold {
	color: gold;
}

.text-goldenrod {
	color: goldenrod;
}

.text-navy {
	color: navy;
}

.text-royalblue {
	color: royalblue;
}

.text-steelblue {
	color: steelblue;
}

.text-lightsteelblue {
	color: lightsteelblue;
}

.text-greenyellow {
	color: greenyellow;
}

.text-indigo {
	color: indigo;
}

.text-lavender {
	color: lavender;
}

.text-wheat {
	color: wheat;
}

.text-seaShell {
	color: seaShell;
}

.text-oldlace {
	color: oldlace;
}

.text-ivory {
	color: ivory;
}

.text-firebrick {
	color: firebrick;
}

.editable-row {
	display: block;
	margin-bottom: 5px;
}

	.editable-row span {
		width: 70px;
		display: inline-block;
	}

	.editable-row input, .editable-row select {
		width: auto;
		margin: 0;
		padding: 1px 0px;
		max-width: 55%;
		max-height: 24px;
	}

	.editable-row label {
		margin: 0;
		font-size: 12px;
	}

#field_2_4GHZDevSettings.editable-buttons {
	display: block;
	text-align: center;
}

.width-half {
	width: 50% !important;
}

.border-none {
	border: none !important;
}

.b-1-grey {
	border: solid 1px gray !important;
}

.b-t-1-grey {
	border-top: solid 1px grey !important;
}

.b-b-1-grey {
	border-bottom: solid 1px grey !important;
}

.b-l-1-grey {
	border-left: solid 1px grey !important;
}

.b-r-1-grey {
	border-right: solid 1px grey !important;
}

.b-1-silver {
	border: solid 1px silver !important;
}

.b-t-1-silver {
	border-top: solid 1px silver !important;
}

.b-b-1-silver {
	border-bottom: solid 1px silver !important;
}

.b-l-1-silver {
	border-left: solid 1px silver !important;
}

.b-r-1-silver {
	border-right: solid 1px silver !important;
}

.border-radius-0 {
	border-radius: 0px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-15 {
	border-radius: 15px;
}

.border-radius-20 {
	border-radius: 20px;
}

.border-radius-25 {
	border-radius: 25px;
}

.border-radius-30 {
	border-radius: 30px;
}

.border-radius-35 {
	border-radius: 35px;
}

.border-radius-40 {
	border-radius: 40px;
}

.border-radius-45 {
	border-radius: 45px;
}

.border-radius-50 {
	border-radius: 50px;
}

.small-text {
	font-size: 10px !important;
}

.italic-text {
	font-style: italic !important;
}

.justify-text {
	text-align: justify !important;
}

.center-text {
	text-align: center !important;
}

.left-text {
	text-align: left !important;
}

.right-text {
	text-align: right !important;
}

progress {
	width: 100%;
}

	progress::-webkit-progress-bar {
		width: 100%;
	}

	progress::-webkit-progress-value {
		width: 100%;
	}

	progress::-moz-progress-bar {
		width: 100%;
	}

.blink {
	animation: blinker 1s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0.25;
	}
}

.display-block {
	display: block !important;
}

.display-inline {
	display: inline !important;
}

.display-inline-block {
	display: inline-block !important;
}

.display-grid {
	display: grid !important;
}

.display-table {
	display: table !important;
}

.position-static {
	position: static !important;
}

.position-absolute {
	position: absolute !important;
}

.position-relative {
	position: relative !important;
}

.position-fixed {
	position: fixed !important;
}

.btn-default-bootstrap {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.width-1vh {
	width: 1vh !important;
}

.width-2vh {
	width: 2vh !important;
}

.width-3vh {
	width: 3vh !important;
}

.width-4vh {
	width: 4vh !important;
}

.width-5vh {
	width: 5vh !important;
}

.width-6vh {
	width: 6vh !important;
}

.width-7vh {
	width: 7vh !important;
}

.width-8vh {
	width: 8vh !important;
}

.width-9vh {
	width: 9vh !important;
}

.width-10vh {
	width: 10vh !important;
}

.width-15vh {
	width: 15vh !important;
}

.width-20vh {
	width: 20vh !important;
}

.width-25vh {
	width: 25vh !important;
}

.width-30vh {
	width: 30vh !important;
}

.width-35vh {
	width: 35vh !important;
}

.width-40vh {
	width: 40vh !important;
}

.width-45vh {
	width: 45vh !important;
}

.width-50vh {
	width: 50vh !important;
}

.width-55vh {
	width: 55vh !important;
}

.width-60vh {
	width: 60vh !important;
}

.width-65vh {
	width: 65vh !important;
}

.width-70vh {
	width: 70vh !important;
}

.width-75vh {
	width: 75vh !important;
}

.width-80vh {
	width: 80vh !important;
}

.width-85vh {
	width: 85vh !important;
}

.width-90vh {
	width: 90vh !important;
}

.width-95vh {
	width: 95vh !important;
}

.width-100vh {
	width: 100vh !important;
}

.height-1vh {
	height: 1vh !important;
}

.height-2vh {
	height: 2vh !important;
}

.height-3vh {
	height: 3vh !important;
}

.height-4vh {
	height: 4vh !important;
}

.height-5vh {
	height: 5vh !important;
}

.height-6vh {
	height: 6vh !important;
}

.height-7vh {
	height: 7vh !important;
}

.height-8vh {
	height: 8vh !important;
}

.height-9vh {
	height: 9vh !important;
}

.height-10vh {
	height: 10vh !important;
}

.height-12_5vh {
	height: 12.5vh !important;
}

.height-15vh {
	height: 15vh !important;
}

.height-17_5vh {
	height: 17.5vh !important;
}

.height-20vh {
	height: 20vh !important;
}

.height-22_5vh {
	height: 22.5vh !important;
}

.height-25vh {
	height: 25vh !important;
}

.height-27_5vh {
	height: 27.5vh !important;
}

.height-30vh {
	height: 30vh !important;
}

.height-32_5vh {
	height: 32.5vh !important;
}

.height-35vh {
	height: 35vh !important;
}

.height-37_5vh {
	height: 37.5vh !important;
}

.height-40vh {
	height: 40vh !important;
}

.height-45vh {
	height: 45vh !important;
}

.height-50vh {
	height: 50vh !important;
}

.height-55vh {
	height: 55vh !important;
}

.height-60vh {
	height: 60vh !important;
}

.height-65vh {
	height: 65vh !important;
}

.height-70vh {
	height: 70vh !important;
}

.height-75vh {
	height: 75vh !important;
}

.height-80vh {
	height: 80vh !important;
}

.height-85vh {
	height: 85vh !important;
}

.height-90vh {
	height: 90vh !important;
}

.height-95vh {
	height: 95vh !important;
}

.height-100vh {
	height: 100vh !important;
}

.padding-1vh {
	padding: 1vh !important;
}

.padding-2vh {
	padding: 2vh !important;
}

.padding-3vh {
	padding: 3vh !important;
}

.padding-4vh {
	padding: 4vh !important;
}

.padding-5vh {
	padding: 5vh !important;
}

.padding-10vh {
	padding: 10vh !important;
}

.padding-15vh {
	padding: 15vh !important;
}

.padding-20vh {
	padding: 20vh !important;
}

.padding-25vh {
	padding: 25vh !important;
}

.padding-left-1vh {
	padding-left: 1vh !important;
}

.padding-left-2vh {
	padding-left: 2vh !important;
}

.padding-left-3vh {
	padding-left: 3vh !important;
}

.padding-left-4vh {
	padding-left: 4vh !important;
}

.padding-left-5vh {
	padding-left: 5vh !important;
}

.padding-left-10vh {
	padding-left: 10vh !important;
}

.padding-left-15vh {
	padding-left: 15vh !important;
}

.padding-left-20vh {
	padding-left: 20vh !important;
}

.padding-left-25vh {
	padding-left: 25vh !important;
}

.padding-right-1vh {
	padding-right: 1vh !important;
}

.padding-right-2vh {
	padding-right: 2vh !important;
}

.padding-right-3vh {
	padding-right: 3vh !important;
}

.padding-right-4vh {
	padding-right: 4vh !important;
}

.padding-right-5vh {
	padding-right: 5vh !important;
}

.padding-right-10vh {
	padding-right: 10vh !important;
}

.padding-right-15vh {
	padding-right: 15vh !important;
}

.padding-right-20vh {
	padding-right: 20vh !important;
}

.padding-right-25vh {
	padding-right: 25vh !important;
}

.padding-top-1vh {
	padding-top: 1vh !important;
}

.padding-top-2vh {
	padding-top: 2vh !important;
}

.padding-top-3vh {
	padding-top: 3vh !important;
}

.padding-top-4vh {
	padding-top: 4vh !important;
}

.padding-top-5vh {
	padding-top: 5vh !important;
}

.padding-top-10vh {
	padding-top: 10vh !important;
}

.padding-top-15vh {
	padding-top: 15vh !important;
}

.padding-top-20vh {
	padding-top: 20vh !important;
}

.padding-top-25vh {
	padding-top: 25vh !important;
}

.padding-bottom-1vh {
	padding-bottom: 1vh !important;
}

.padding-bottom-2vh {
	padding-bottom: 2vh !important;
}

.padding-bottom-3vh {
	padding-bottom: 3vh !important;
}

.padding-bottom-4vh {
	padding-bottom: 4vh !important;
}

.padding-bottom-5vh {
	padding-bottom: 5vh !important;
}

.padding-bottom-10vh {
	padding-bottom: 10vh !important;
}

.padding-bottom-15vh {
	padding-bottom: 15vh !important;
}

.padding-bottom-20vh {
	padding-bottom: 20vh !important;
}

.padding-bottom-25vh {
	padding-bottom: 25vh !important;
}

.margin-1vh {
	margin: 1vh !important;
}

.margin-2vh {
	margin: 2vh !important;
}

.margin-3vh {
	margin: 3vh !important;
}

.margin-4vh {
	margin: 4vh !important;
}

.margin-5vh {
	margin: 5vh !important;
}

.margin-10vh {
	margin: 10vh !important;
}

.margin-15vh {
	margin: 15vh !important;
}

.margin-20vh {
	margin: 20vh !important;
}

.margin-left-1vh {
	margin-left: 1vh !important;
}

.margin-left-2vh {
	margin-left: 2vh !important;
}

.margin-left-3vh {
	margin-left: 3vh !important;
}

.margin-left-4vh {
	margin-left: 4vh !important;
}

.margin-left-5vh {
	margin-left: 5vh !important;
}

.margin-left-10vh {
	margin-left: 10vh !important;
}

.margin-left-15vh {
	margin-left: 15vh !important;
}

.margin-left-20vh {
	margin-left: 20vh !important;
}

.margin-left-25vh {
	margin-left: 25vh !important;
}

.margin-right-1vh {
	margin-right: 1vh !important;
}

.margin-right-2vh {
	margin-right: 2vh !important;
}

.margin-right-3vh {
	margin-right: 3vh !important;
}

.margin-right-4vh {
	margin-right: 4vh !important;
}

.margin-right-5vh {
	margin-right: 5vh !important;
}

.margin-right-10vh {
	margin-right: 10vh !important;
}

.margin-right-15vh {
	margin-right: 15vh !important;
}

.margin-right-20vh {
	margin-right: 20vh !important;
}

.margin-right-25vh {
	margin-right: 25vh !important;
}

.margin-top-1vh {
	margin-top: 1vh !important;
}

.margin-top-2vh {
	margin-top: 2vh !important;
}

.margin-top-3vh {
	margin-top: 3vh !important;
}

.margin-top-4vh {
	margin-top: 4vh !important;
}

.margin-top-5vh {
	margin-top: 5vh !important;
}

.margin-top-10vh {
	margin-top: 10vh !important;
}

.margin-top-15vh {
	margin-top: 15vh !important;
}

.margin-top-20vh {
	margin-top: 20vh !important;
}

.margin-top-25vh {
	margin-top: 25vh !important;
}

.margin-bottom-1vh {
	margin-bottom: 1vh !important;
}

.margin-bottom-2vh {
	margin-bottom: 2vh !important;
}

.margin-bottom-3vh {
	margin-bottom: 3vh !important;
}

.margin-bottom-4vh {
	margin-bottom: 4vh !important;
}

.margin-bottom-5vh {
	margin-bottom: 5vh !important;
}

.margin-bottom-10vh {
	margin-bottom: 10vh !important;
}

.margin-bottom-15vh {
	margin-bottom: 15vh !important;
}

.margin-bottom-20vh {
	margin-bottom: 20vh !important;
}

.margin-bottom-25vh {
	margin-bottom: 25vh !important;
}

#inputBoxes .btn-block + .btn-block {
	margin-top: 0.8vh;
}

#inputBoxes .btn-social {
	border-radius: 10px;
}

.fa-text-center {
	padding-left: 12px !important;
	text-align: center !important;
}

.btn-social:hover .fa, .fa-text {
	filter: brightness(80%);
}

.btn-social .fa, .fa-text {
	filter: brightness(100%);
}

.fa-size-5 {
	height: 5vh !important;
	width: 5vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-size-5 span.fa {
		line-height: 5vh;
		font-size: 2.5vh;
	}

.fa-height-5 {
	height: 5vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-height-5 span.fa {
		line-height: 5vh;
		font-size: 2.5vh;
	}

	.fa-height-5 span.fa-text {
		line-height: 3.6vh;
		font-size: 2vh;
	}

.fa-size-6 {
	height: 6vh !important;
	width: 6vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-size-6 span.fa {
		line-height: 6vh;
		font-size: 3vh;
	}

.fa-height-6 {
	height: 6vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-height-6 span.fa {
		line-height: 6vh;
		font-size: 3vh;
	}

	.fa-height-6 span.fa-text {
		line-height: 4vh;
		font-size: 2.5vh;
	}

.fa-size-7 {
	height: 7vh !important;
	width: 7vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-size-7 span.fa {
		line-height: 7vh;
		font-size: 3vh;
	}

.fa-height-7 {
	height: 7vh !important;
	color: #fff !important;
	border-radius: 10px !important;
}

	.fa-height-7 span.fa {
		line-height: 7vh;
		font-size: 3vh;
	}

	.fa-height-7 span.fa-text {
		line-height: 5vh;
		font-size: 2.5vh;
	}

.btn-sms {
	background-color: darkturquoise;
}

.btn-imessage {
	background-color: #434343;
}

.btn-whatsapp {
	background-color: limegreen;
}

.btn-faceid {
	background-color: #bd7dff;
}

.btn-otelotomation {
	background-color: crimson;
}

.btn-magicpassword {
	background-color: cadetblue;
}

.btn-temppass {
	background-color: cadetblue;
}

.btn-otp {
	background-color: cadetblue;
}

.btn-activedirectory {
	background-color: darkkhaki;
}

.btn-voucher {
	background-color: lightseagreen;
}

.btn-usermanagement {
	background-color: chocolate;
}

.btn-tckimlik {
	background-color: red;
}

.btn-retail-get-code {
	background-color: #3b5998;
	max-width: 400px;
	display: inline-block;
	padding-left: 25px !important;
	text-align: center !important;
}

.btn-retail-connect-internet {
	background-color: #55acee;
	max-width: 400px;
	display: inline-block;
	padding-left: 25px !important;
	text-align: center !important;
}
