/*-------------------LOGIN--------------------*/

body, html {
	font-family: oswald;
	position: absolute; 
	background: radial-gradient(#333333,#111111);
	height:100dvh;
	width:100dvw;
	padding: 0px;
	margin: 0px;
	color: #EEEEEE;
	font-size: 0.9rem;
}

@font-face {
	font-family: oswald;
	src: url(../css/fonts/Oswald-DemiBold.ttf);
}

@font-face {
	font-family: museo500;
	src: url(../css/fonts/Museo900-Regular.otf);
}

.infotext {
	//font-family: oswald;
	background-color: #525252;
	//border-radius: 5px;
	padding: 10px;
	font-size: 2em;
	
}

.titolo {
	color: #eeeeee;
}

#login

{


height: 240px;

width: 300px;

margin: -150px 0 0 -180px;

padding: 30px;

position: absolute;

top: 50%;

left: 50%;

z-index: 0;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;  
}

fieldset

{

border: 0;

padding: 0;

margin: 0;

}

#inputs input

{

//background: #f9f9f9 url(../images/login-sprite.png) no-repeat;

padding: 15px 15px 15px 30px;

margin: 0 0 10px 0;

width: 253px; /* 353 + 2 + 45 = 400 */

border: 1px solid #ccc;

-moz-border-radius: 5px;

-webkit-border-radius: 5px;

border-radius: 5px;
}
/*

#username{ background: #f9f9f9 url(../images/login-sprite.png) no-repeat;
 background-position: 5px -2px !important;}

#password{ background: #f9f9f9 url(../images/login-sprite.png) no-repeat;
 background-position: 5px -52px !important;}
*/

#inputs input:focus

{

background-color: #fff;

border-color: #e8c291;

outline: none;
}

#actions{ margin: 25px 0 0 0;text-align: center}

#submit

{       

text-align: center;

background-color: #ffb94b;

background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));

background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);

background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);

background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);

background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);

background-image: linear-gradient(top, #fddb6f, #ffb94b);

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

text-shadow: 0 1px 0 rgba(255,255,255,0.5);

 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    

border-width: 1px;

border-style: solid;

border-color: #d69e31 #e3a037 #d5982d #e3a037;

float: center;

height: 35px;

padding: 0;

width: 120px;

cursor: pointer;

font: bold 15px Arial, Helvetica;

color: #8f5a0a;

}

#submit:hover,#submit:focus

{       

background-color: #fddb6f;

background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));

background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);

background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);

background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);

background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);

background-image: linear-gradient(top, #ffb94b, #fddb6f);

}   

#submit:active

{

border: none;

}


#miocontent {
	position: absolute;
	top: 60px;
	bottom: 10px;
}

.macro {
	display: inline-block;
	cursor: pointer;
	background: radial-gradient(#393A3B,#222222);
	//background: transparent;
	min-width: 340px;
	min-height: 200px;
	max-width: 340px;
	max-height: 200px; 
	border: solid; 
	border-color: #333333; 
	border-width: 1px;
	border-radius: 10px;
	color: #eeeeee;
	font-size: 0.9rem;
	position: relative;
	padding: 0px;
	margin: 0px;
//	text-shadow: 0 0 2px #000;
	text-shadow: 1px 1px 0 #000;
	transition: opacity 0.4s;
}

/*
.macroimage:hover {
	opacity: 0.4;
	transition: opacity 0.4s;
}
*/

.macroimage {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-radius: 10px;
	transition: opacity 0.4s;
}

.macroname {
	//z-index: 100;
	position: absolute;
	//background: url(bootstrap-icons-1.8.1/pause-circle.svg) no-repeat;
	//background-size: 30% 30%;
	//width: 100%;
	//height: 100%;
	//border: solid;
	top: 5px;
	left: 5px;
	
	
}

.macroSel {
	background: radial-gradient(#CAA24C,#7D642F);
	opacity: 0.4;
	
	
/*
	color: #222222;
	text-shadow: 0 0 1px #fff;
*/
}

#username {
	background: #fff9f9 url(bootstrap-icons-1.8.1/person.svg) no-repeat;
	background-position: 5px 14px !important;
	
}

#password {
	background: #fff9f9 url(bootstrap-icons-1.8.1/key.svg) no-repeat;
	background-position: 5px 14px !important;
	
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100,100,100,0); 
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 5px 10px 0px rgba(100,100,100,1); 
}

.catTitolo {
	font-size: 1.2rem;
	background: linear-gradient(to right, #555555,#222222);
	border-radius: 5px;
}

.bloccocat {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.playing {
	position: absolute;
	width: 100%;
	height: 100%;
	//background-size: 100% 100%;
	//margin: auto;
	//bottom: 0px;
	//top: 0px;
	background-position: 100% 100%;
	vertical-align: middle;
	font-size: 4rem;
	//visibility: hidden;
	color: #eeeeee;
}

.mymenu {
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.5);
}

.disabledbuttons {
    pointer-events: none;
    opacity: 0.4;
}

.video-js .vjs-big-play-button {
    display: none;
}

.video-js.vjs-ended .vjs-poster {
	display: block;
}
