<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.logo{
	background: #185fbb;
	padding: 6px;
	width: 200px;
    border-radius: 4px;
	-webkit-box-shadow: 1px 1px 16px -0.5px #444658e0;
	-moz-box-shadow:    1px 1px 16px -0.5px #444658e0;
	box-shadow:         1px 1px 16px -0.5px #444658e0;
} 

.title {
	display: none;
	text-align: center;
	background: white;
	background: rgba(255, 255, 255, 0.9);
	width: 350px;
	height: 45px;
	position: absolute;
    z-index: 9999999999;
    left: 0;
	-webkit-box-shadow: 1px 1px 0px 0.5px #dcdada;
	-moz-box-shadow:    1px 1px 9px 0.5px #dcdada;
	box-shadow:         1px 1px 0px 0.5px #dcdada;
	border: 1px solid #efefef;
	font-family: 'Roboto', sans-serif;
}
.ismob {
	margin-top: 500px;
}

.title .title_main {
    position: absolute;
    width: 100%;
    top: 5px;
	font-size: 14px;
}

.title .title_main span {
	font-size: 12px;
}

.title .title_footer {
	font-size: 12px;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.title .title_footer a {
	text-decoration: none;
	color: #660000;
	font-weight: 600;
	
}

.title .title_footer a:hover {
	color: red;
}

.legenda_culori {
	display: none;
	position: absolute;
    z-index: 999999;
	right: 20px;	
    bottom: 40px;
}

#ex1Slider .slider-selection {
	background: #BABABA;
}

#ex2Slider .slider-selection {
	background: #BABABA;
}

.controls {
	display: none;
	padding-top: 15px;
	text-align: center;
	top:10;
	position: absolute;
    z-index: 99999;
    right: 30;
    background: rgba(0, 0, 0, 0.7);
    height: 440px;
    width: 235px;
	-webkit-box-shadow: 1px 1px 16px -0.5px #444658e0;
	-moz-box-shadow:    1px 1px 16px -0.5px #444658e0;
	box-shadow:         1px 1px 16px -0.5px #444658e0;
	border-radius: 4px;
}

.controls span {
	color: white;
	margin-top: 10px;
}

.frameList {
	overflow:auto;
	height: 190px;
	width: 195px;
	background: rgba(255, 255, 255, 0.9);
	margin-left: 20px;
	margin-top: 20px;
	-webkit-box-shadow: 1px 1px 0px 0.5px #dcdada;
	-moz-box-shadow:    1px 1px 9px 0.5px #dcdada;
	box-shadow:         1px 1px 0px 0.5px #dcdada;
	border: 1px solid #efefef;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}


.playbuttons button span {
	color: #6d6c6c;
	top: -4px;
}





</pre></body></html>