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

body, html {
	font-family: univers2;
	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: candara;
	src: url(../css/fonts/Candarab.ttf);
}

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

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

@font-face {
	font-family: corbel;
	src: url(../css/fonts/corbelb.ttf);
}

@font-face {
	font-family: univers;
	src: url(../css/fonts/UniversLTStd.otf);
}

@font-face {
	font-family: univers2;
	src: url(../css/fonts/UniversLTStd-Bold.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 {
	font-family: univers;
	display: inline-block;
	cursor: pointer;
	background: radial-gradient(#393A3B,#222222);
	//background: transparent;
	min-width: 170px;
	min-height: 170px;
	max-width: 170px;
	max-height: 170px; 
	border: solid; 
	border-color: #333333; 
	border-width: 1px;
	border-radius: 10px;
	color: #eeeeee;
	font-size: 0.8rem;
	position: relative;
	padding: 0px;
	margin: 0px;
//	text-shadow: 0 0 2px #000;
	text-shadow: 1px 1px 3px #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: 10px;
    height: 10px;
}

::-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;
}

.testoplayer {
	font-family: univers2;
	font-size: 0.9rem;
	color: #cccccc;
}

.week {
	font-size: 0.8rem;
	text-align: bottom;
}

.mialista {
	border: none;
	border-color: #444444;
	border-width: 1px;
	border-radius: 8px;
	margin: 5px;
	background: linear-gradient(to right,#111111,#333333);
}

#mioposter {
    max-width: 600px;
    max-height: 600px;
}

#macroplayer_wrapper {
	font-family: univers;
	display: inline-block;
	cursor: pointer;
	background: radial-gradient(#393A3B,#222222);
	//background: transparent;
	min-width: 80px;
	min-height: 80px;
	max-width: 80px;
	max-height: 80px; 
	border: none; 
	border-radius: 10px;
	color: #eeeeee;
	font-size: 0.7rem;
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-shadow: 1px 1px 3px #000;
	bottom: -120px;

}


/* sezione toggle switch */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;

}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;

}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2FCC7C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}

.loading {
    content:url(../images/bars-fade.svg);
    max-width: 36px;
    min-height: 28px;
}
