/* THEME: Thessla Green: AP and PARTICLE Light theme */

body {
	font-family: roboto, fontello;
	font-size: 1.2em;
	background-color: rgba(100, 100, 100);
}

.background {
	background-color: rgba(100, 100, 100);
}

.text-default {
	color: black;
	font-size: 1.2em;
}

.text-white {
	color: #000001;
}

.header {
	background-color: rgba(100, 100, 100);
}

.header-top {
	background-color: rgba(100, 100, 100);
}
#content,
#content .container,
.mp-pusher {
	background-color: rgba(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: black;
}

.input-plus-minus .input-number {
	color: #06e5bc;
}

button.icon {
	color: #06e5bc;
}

.btn-primary {
	background-color: #06e5bc;
}

.checkbox label::before {
	border-color: dimgray;
}

.checkbox input[type="checkbox"]:checked + label::before {
	border-color: #06e5bc;
}

.icon-menu:before {
	content: "\e01c";
	color: #000000;
	font-size: 3em;
	top: 2px;
}

.status-combo {
	width: 138px;
	float: right;
	top: 20px;
	position: absolute;
	display: table;
	left: 0px;
	align-content: flex-end;
	color: black;
}

.selected-system-caption {
	font-size: 1em;
	text-align: right;
	margin-right: 10px;
	color: black;
	margin-top: -6px;
}

table {
	color: black;
}

.schema {
	color: #000001;
	background-color: transparent;
}

.txt-grey #schema-gwc,
.schema #schema-nc,
.schema #schema-fxp {
	color: green;
}

.info {
	color: rgba(255, 255, 255, 0.5);
}

.info a:hover {
	color: #06e5bc;
}

.status {
	color: #000001;
}

.icon:before {
	/*color: darkgray;*/
	color: #000001;
}
.icon-default:before {
	color: #f0f0f0;
	margin-right: 0;
}
.icon-default.active:before {
	color: #06e5bc;
}

.portfolio-item .icon {
	color: #06e5bc;
}

/* content overrides */

#content * {
	color: #000001;
}

.status-header-messages {
	color: #f0f0f0 !important;
	padding-right: 10px;
	position: relative;
	padding-top: 2px;
}

.date-home {
	right: -15px;
	position: absolute;
	top: 0px;
}



/* mp-menu overrides */

#mp-menu .icon:before {
	color: #000001;
}

#mp-menu * {
	background-color: dimgray;
}

#mp-menu .icon:hover {
	background-color: black;
}

/* cicrcle select dial */
.circle-range-select-wrapper {
	/* outer cicrcle color */
	/*border-color:blue;*/
}

.circle-range-select-wrapper .handle:before {
	background-color: dimgray;
}

/* bootstrap table */
.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
	background-color: lightgray;
}

.circle {
	height: 14px;
	width: 14px;
	border-radius: 100%;
}

.tile0,
.tile1,
.tile2,
.tile3,
.tile4,
.tile5,
.tile6,
.tile7,
.tile8,
.tile9 {
	border-width: 1px;
	border-style: groove;
	border-color: #333333;
	margin: 5px;
	height: 175px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	cursor: none;
	font-size: 20px;
	-moz-box-shadow: inset 0 0 10px 0 #222;
	-webkit-box-shadow: inset 0 0 10px 0 #222;
	box-shadow: inset 0 0 10px 0 #222;
	border: 1px solid #000;
	float: left;
	border-radius: 10px;
	color: gray;
	background-color: white;
}

.items-container {
	position: absolute;
	top: 10px;
	width: 100%;
	left: -4px;
	height: 200%;
	background-color: transparent;
}

.main-container {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	background-color: transparent;
}

.container {
	background: transparent;
}

.label-text {
	font-size: 20px;
	color: #f0f0f0 !important;
}

.label-text-light {
	font-size: 20px;
	color: #f0f0f0 !important;
	text-decoration: none;
	font-weight: 300 !important;
}

.label-text-light-gray {
	font-size: 20px;
	color: dimgray !important;
	text-decoration: none;
	font-weight: 300 !important;
}

.label-text-light-gray-12 {
	font-size: 12px;
	color: dimgray !important;
	text-decoration: none;
	font-weight: 300 !important;
}

#helper {
	float: left;
	margin-top: 20px;
	color: #46b7d5;
	font-style: italic;
}

output {
	display: block;
	font-size: 3em;
}

/*
    rangeslider overides
*/

.rangeslider__handle,
.rangeslider__handle:after {
	background: white;
	border: 0px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	background-image: none;
	background-size: 0%;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	border-radius: 0%;
}

a {
	border: 0px;
}


.rangeslider__fill {
	background: #06e5bc;
	box-shadow: unset;
}
.adv{
	color: #777777 !important;
	
}
.fontello-back:before{
		font-size: 0.6em !important;
		top: -3px;
		position: relative;
}
/* keep oryginal colors if rangeslider is disabled */
.rangeslider--disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.rangeslider {
	background: #f0f0f0;
	box-shadow: unset;
}

.progress-bar-custom {
	background-color: #06e5bc !important;
}

#spinning-fan {
	animation-name: spinning-fan;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.spinning-fan {
	animation-name: spinning-fan;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.text-normal {
	font-size: 1.3em;
	line-height: 1.4em;
}

.text-bold {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 400;
}

@-webkit-keyframes spinning-fan {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
	screen and (-o-min-device-pixel-ratio: 15/10) and (max-width: 767px) {
	.container {
		font-size: 80%;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 767px),
	screen and (-o-min-device-pixel-ratio: 25/10) and (max-width: 767px) {
	.container {
		font-size: 100%;
	}
}

@media screen and (orientation: landscape) {
	.ap-visualisation {
		font-size: 60%;
		margin-left: 140px;
		margin-right: 140px;
		margin-top: 0px;
	}
}

/* buttons */
.btn-theme-format1 {
	background-color: #06e5bc;
	border-color: #06e5bc;
	font-size: x-large;
}

.slow-spin {
	-webkit-animation: fa-spin 6s infinite linear;
	animation: fa-spin 6s infinite linear;
}

.screenSaverDIMM {
	width: 100% !important;
	height: 100% !important;
	background-color: #000000;

	z-index: 1000;
}

.opacity-05 {
	opacity: 0.6;
}

.screenSaverDate {
	font-size: 28px;
}

.wifisetup {
	float: right;
	margin-right: 25%;
	position: relative;
	top: -25px;
	right: -80px;
	cursor: pointer;
	z-index: 11000;
}

.carousel-inner {
	background-color: transparent;
}

.carousel-control {
	background-color: white !important;
}

@media screen and (orientation: landscape) {
	/*
	body {
		zoom: 0.7;
		-moz-transform: scale(0.7);
	}

	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.font-size-30 {
		font-size: 20px;
	}
	*/
}

.container {
	padding-right: 20px;
	padding-left: 20px;
}

.left-ap-carusel {
	font-size: 2.5em;
	top: 3px;
	position: absolute;
	left: -12px;
}

.right-ap-carusel {
	font-size: 2.5em;
	top: 3px;
	position: absolute;
	right: -12px;
}

.color-f0f0f0f,
#content .color-f0f0f0f {
	color: #f0f0f0;
}

.color-646464,
#content .color-646464 {
	color: #646464;
}

button.close {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
}

:root:root {
	--gray: #646464;
	--blue: #06e5bc;
	--color: #06e5bc;
	--background-color: white;
	--border: 0px solid white;
}

.picker-item {
	font-size: 4.8em;
	line-height: 5.5rem;
	font-weight: 400;
	color: #f0f0f0;
}

.picker-picked {
	font-size: 4.8em;
	line-height: 5.5rem;
	font-weight: 400;
	color: #06e5bc;
}

.picker-cell__control {
	color: transparent;
	cursor: none;
	border-color: transparent;
}

.picker-cell__control--prev::before {
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 0px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.picker-cell__control--next::before {
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 0px;
	border-right-color: transparent;
	border-right-style: solid;
	border-right-width: 0px;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 0px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

input.input-break {
	word-wrap: break-word;
	word-break: break-word;
	height: 80px;
}

.keypad-text {
	color: #08e5bc !important;
}
.fontello-back{
	font-size: 1.5em !important;
	position:absolute !important;
	left: -22px !important;
	top:-1px;
}
.fontello-back2{
	font-size:1em !important;
}
.px-1-down{
	top:1px;
}
.mp-back {
    position: relative;
    display: block;
    padding: 1em;
    outline: none;
    background: rgba(0,0,0,0.1);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    color: #000;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	font-size:1.4em !important;
}