


.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadowdark {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.45)!important;
}



aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    height: 100vh;
    padding-left: 20px;
    width: 350px;
    color: #fff;
}

aside.compact {
    width: 90px;
}


aside .chiudi {
    height: 100vh;
    line-height: 100vh;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

aside .chiudi .sx{
    position: absolute;
    height: 30px;
    top: 45vh;
    left: 5px;
    border-left: 3px solid #2d4990;
}

aside .chiudi .dx{
    position: absolute;
    height: 30px;
    top: 45vh;
    left: 12px;
    border-left: 3px solid #2d4990;
}

.altezza {
    height: 100vh;
}

aside.compact .riunioni{
    display: none;
}


aside .riunioni h2 {
    padding: 10px 5%;
    text-align: center;
}


aside .riunioni h3 {
    padding: 5px;
    font-weight: 300;
    font-size: 1em;
    text-align: center;
}


aside .riunioni ul {
    padding: 5%;
}

aside .riunioni ul li{
    position: relative;
    padding: 5px 30px 5px 60px;
    margin: 10px 0;
    border: 1px dotted #fff;   
     text-align: left;
     min-height: 80px;
     border-radius: 10px;
}

aside .riunioni ul li p{
    font-size: 1.1em;
    font-weight: 300;
    padding: 0px 0px 20px;
   
}


aside .riunioni ul li h4{
    position: absolute;
    top: 0px;
    width: 50px;
    left: 0;
    margin-top: 8px;
    padding: 2px 5px;
    border-radius:5px ;
    font-size: 1.1em;
    text-align: center;
}

aside .riunioni ul li button{
  
    border-radius:5px ;
    font-size: .9em;
    text-align: center;
    background-color: #82b440;
    color: #fff;
    border: 0;
    padding: 3px 5px;
}

aside .riunioni ul li button.nonattivo{
  
    border-radius:5px ;
    font-size: .9em;
    text-align: center;
    background-color: #f5f5f5;
    color: #ccc;
    border: 0;
    padding: 3px 5px;
    cursor: auto;
}


aside .riunioni ul li .info{
    position: absolute;
    top: 0;
    background-color: #82b440;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 5px;
    margin-top: 8px;
    padding: 0;
    border-radius:10px ;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    cursor: pointer;

}

aside .riunioni ul li .cancella{
    position: absolute;
   bottom: 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    left: 5px;
    margin-top: 8px;
    padding: 0;
    border-radius:10px ;
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    cursor: pointer;

}

aside .riunioni ul li .cancella svg{
    fill: #fff;
    padding-left: 5px;
    padding-top: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}


aside .riunioni ul li .utenti{
    position: absolute;
    top: 30px;
    color: #82b440;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 5px;
    margin-top: 8px;
    padding: 0;
    border-radius:10px ;
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    cursor: pointer;

}

aside .riunioni ul li .utenti svg{
    fill: #82b440;
    padding-left: 5px;
    padding-top: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

aside .riunioni ul li .mostraute {
    position: absolute;
    top: -90px;
    background-color: #fff;
    width: 300px;
    color: #000;
    font-size: 1em;
    min-height: 85px;
    right: -10px;
    margin-top: 8px;
    padding: 10px;
    border-radius:5px ;
    display: none;

    }


aside .riunioni ul li .mostra {
    position: absolute;
    top: -90px;
    background-color: #fff;
    width: 300px;
    color: #000;
    font-size: 1.1em;
    height: 85px;
    line-height: 20px;
    right: -10px;
    margin-top: 8px;
    padding: 10px;
    border-radius:5px ;
    display: none;

    }


    aside button.nuovariunione {
	font-size: 1.3em;
	font-weight: 500;
	z-index: 10;
	padding: 10px 10px;
    width: 90%;
    margin: 5%;
    border: 0;
    text-align: center;
    background-color: #82b440;
    color: #fff;
    cursor: pointer;
}


aside .riunioni button.nuovariunione:hover {
color: #82b440;
background-color: #fff;
}

aside.compact .videohover {
    position:absolute;
	bottom: 70px;
	right:10px;
	font-size: 1.3em;
	font-weight: 500;
	z-index: 10;
	padding: 0px;
    width:40px;
    margin: 10px;
    text-align: center;
	height: 40px;
    line-height: 40px;
    font-size: 2rem;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

aside.compact .videohover span{
    display: none;
}


aside .videohover {
    position:absolute;
	bottom: 20px;
	right:50px;
	font-size: 1.3em;
	font-weight: 500;
	z-index: 10;
	padding: 0px 10px;
    width:240px;
    text-align: center;
	height: 50px;
    line-height: 50px;
    font-size: 2rem;
    color: #fff;
    margin: 10px 5%;
    cursor: pointer;
}

aside .exit {
    position:absolute;
	bottom: 5px;
    z-index: 10;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

aside .videohover svg{
    position: absolute;
    left: 10px;
    margin-top: 10px;
    fill: #fff;
}

aside .videohover:hover svg {
    fill: #82b440;
    }

aside .videohover:hover {
color: #82b440;
}

main {
    position: relative;
    width: calc(100%-330px);
    margin-right: 330px;
    height: 100vh;
    overflow: hidden;
}

main.compact {
    position: relative;
    width: 100%;
    margin-right: 0;
}



#fullscreen-btn {
    background-color: #2d4990;
    border: 10px solid #2d4990;
    width: 60px;
    height: 60px;
    position: absolute;
   bottom:25px;
    right: 5px;
    color: #fff;
    z-index: 5;
}

#fullscreen-btn svg{
    fill: #fff;  
    }

    #exit-fullscreen-btn {
        display: none;
        background-color: #2d4990;
        border: 10px solid #2d4990;
        width: 60px;
        height: 60px;
        position: absolute;
       bottom:10px;
        right: 0px;
        color: #fff;
        z-index: 5;
    }
    
    #exit-fullscreen-btn svg{
        fill: #fff;  
        }


        #player-hover {
            position: fixed;
            width: 100%;
         
            height: 100vh;
            z-index: 10;
            top: 0;
            left: 0;
            background-color: #fff;
            padding: 30px; 
        
            display: none;
        }

        #player-hover .s{
            margin-right: 300px;
        }

.boxhover {
    position: fixed;
    width: 100%;
 
    height: 100vh;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 30px; 

    display: none;
}
.boxhover.compact {

        padding-right: 350px;

}


.boxhover .relative, .boxhover .relative2{

}


.boxhover h2{
    padding: 20px 10px;
    font-size: 3em;
}

.boxhover .chiudi{
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 20px;
   left: 20px;
   z-index: 11;
    font-size: 2em;
    background-color: #f5f5f5;
    border-radius: 20px;
    cursor: pointer;
}

.boxhover .elencomail {
    position: relative;
	margin: 10px 0px;
	border:0;
	border:1px dotted #333;
	background-color:#fff;
	padding:10px;
	width:80%;
}


.boxhover .elencomail .nuova .chiudi{
    font-size: 1em;
    left: auto;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}


.boxhover .elencomail .nuova{
    z-index: 3;
    top: 0;
    display: none;
}


.boxhover  .agg{
    border: 1px solid #ccc;
    padding: 2px 5px;
    cursor: pointer;
}

.boxhover .elencomail .sotto{

    padding: 10px;
    background-color: #fff;
}

.boxhover .elencomail .sotto ul{

    padding:5px;
}

.boxhover .elencomail .sotto ul li{
    min-height: 25px;
}


.boxhover .elencomail .sotto span{
    border: 1px solid #ccc;
    padding: 0px 5px;
    color:#fff;
}

.boxhover .elencomail .sotto span.sele{
    color:#666;
}




.boxhover .elencomail.active .sotto{
    display: inline-block;
}




.boxhover input {
	margin: 10px 0px;
	border:0;
	border:1px dotted #333;
	background-color:#fff;
	padding:10px;
	width:80%;
}

.boxhover textarea {
	margin: 10px 0px;
	border:0;
	border:1px dotted #333;
	background-color:#fff;
	padding:10px;
	width:80%;
    height: 100px;
}


.boxhover  button{
  
    border-radius:5px ;
    font-size:1.2em;
    text-align: center;
    background-color: #82b440;
    color: #fff;
    border: 0;
    margin: 5px;
    padding:10px 20px;
}


#videohover {
    overflow-y: scroll;
    height: 80vh;
    margin-right: 50px;

}

#videohover ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0;
	height: auto;

}

#videohover ul li{
	width: 200px;
	border-radius: 20px;	padding: 20px;	
	margin: 1%;
	height: 230px;
		overflow: hidden;	
        cursor: pointer;
}


#videohover ul li:hover{
    background-color: #f5f5f5;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.45)!important;
}


#videohover ul li h3{
	color:#2d4990;
	font-size: 1em;
	text-align: left;
	padding: 10px;
}

#videohover .img {
	width: 100%;
	margin:0%;
	height: 110px;
	background-position: top left;
	background-size: cover;
	font-size: 6em;
	font-weight: 900;
	border-radius: 10px;
	color: #f5f5f5;
	text-align: right;
}


#videohover .canale {
	position: absolute;
	top:-25px;
	left: 10px;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
	color: #82b440
}


.xvideo {
    height: 100vh;
}


