*{
	box-sizing: border-box;
}
.wrapper.home,
.wrapper.login{
	background-color: transparent !important;
	flex-grow: 1;
}
.bgvideo{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0px;
	height: 0px;
	pointer-events: none;
	
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
.bgvideo .bgvideoint{
	position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.bgvideo .videocont{
	position: relative;
	height: auto;
}
.videocont video{
	width: 100vw;
	max-width: 100vw;
}
body[vs="portrait"] .videocont video{
	height: 100vh;
    max-height: 100vh;
    max-width: 100vh;
    width: auto;
}
.videocont .overvideo{
	position: absolute;
	opacity: 0;
	bottom: 0px;
	background-color: red;
	height: 3rem;
	width: 100%;
	
	background: #2A7B9B;
	background: linear-gradient(0deg, var(--dark) 0%, transparent 100%);
}
html,body {
	padding-top: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1em;
	width: 100%;
	height: 100%;
	/*background-color: #333333;*/
	background-color: #222222;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
}
body[vs="portrait"] .videocont .overvideo{
	opacity: 1;
}
body{
	display: flex;
	flex-direction: column;
}
ul,li {
     -webkit-margin-before: 0px;
     -webkit-margin-after: 0px;
     -webkit-margin-start: 10px;
     -webkit-margin-end: 0px;
     -webkit-padding-start: 0px;
}
h1,h2,h3 {
     font-size: 1.2em;
     -webkit-margin-before: 0em;
     -webkit-margin-after: 0em;
     -webkit-margin-start: 0px;
	 -webkit-margin-end: 0px;
}
.mycat h1,
.mycat h2,
.mycat h3{
	position: relative;
	z-index: 1 !important;
	margin: .4vw;
}
video{
	z-index: 0;
}
.unused {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
	overflow-x: hidden;
    overflow-y: auto;
	padding: 1em;
}
.topBanner{
	position: relative;
    background-color: #444444;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 2;
    padding: .5em;
    position: relative;
    text-align: center;
    
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
	font-size: .8em;
	
	min-height: 4em;
	
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
}
#wrapper{
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: #222222;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	-webkit-transition: margin .2s ease-in-out;
	-moz-transition: margin .2s ease-in-out;
	-o-transition: margin .2s ease-in-out;
	transition: margin .2s ease-in-out;
	z-index: 1;
}
.wrapper.home,
.wrapper.login{
	background-color: transparent !important;
}
#uploadArea, #wrapper{
	transition: all .3s;
}

.isnew{
	position: absolute;
    top: 0em;
    z-index: 20;
    right: 0em;
	width: 5em;
	height: 5em;
	
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-end;
	
	overflow: hidden;
	
}
.isnew .int1{
	position: relative;
    /*top: 0em;
    left: 0em;*/
    width: 0em;
    height: 0em;
    display: flex;
    transform: rotate(45deg);
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.isnew .int2{
	display: flex;
    height: 3em;
    background-color: yellow;
    color: black;
    padding: 0em 3em;
    transform: translate(0px, 1.3em);
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-end;
}
.stageArea{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	flex-grow: 1;
}
.stageArea #uploadArea{
	margin: .5em 0em;
	min-height: 3em;
	width: 100%;
	opacity: .5;
	transition: all .5s;
}

.stageArea #uploadArea.over{
	min-height: calc(100% - 1em);
	opacity: 1;
}
#uploadArea #myForm{
    color: #ffffff;
    background-color: rgba(0,0,0,0);
	
    border: 2px solid #999; 
	font-weight: bold;
	color: #999;
	border-style: dashed;
    border-radius: .5em;
	height: auto;
	margin: .3em;
    padding: .6em;
	width: 100%;
	height: 100%;
    font-size: 1.2em;
}

#myEditor {
	/*margin: 1em 3em;*/
	width: 100%;
	flex-grow: 1;
}

#myNav{
	width: 10%;		 
}
a, .fileinput-button, .btn, input[type="submit"]{
	transform: scale(1);
	transition: all .2s;
	cursor: pointer;
	color: #ffffff;
	background-color: rgba(0,0,0,0);
	/*border: 2px solid rgba(255, 255, 255, 1);*/
	border-radius: .5em;
}
a:hover, .fileinput-button:hover, .btn:hover, input[type="submit"]:hover{
	transform: scale(1.05);
	position: relative;
	z-index: 1;
	text-decoration: none;
	background-color: rgba(0,0,0,0.7);
	/*border: 2px solid rgba(255, 255, 255, 1);*/
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

a.btnImportant {
     background-color: #ff5000;
}
a.btnImportant:hover{
     background-color: #e50700;
}

a.noBorder, .btn.noBorder{
	border: none;
}
a.noBorder:hover, .btn.noBorder:hover{
	border: none;
}
/*---------FLASH---------*/
#flashContent { 
	height: 100%;
	width: 100%;
	flex-grow: 1;
}
.flash{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	height:100%; 
	background-color: #999999; 
	overflow: hidden;
}
object:a{
	background-color: transparent;
    border: 0px;
    border-radius: 0px;
	transition: none;
}
object a:hover{
	background-color: transparent;
	transform: scale(1);
}
/*------------------*/

.headerText{
	flex-grow: 1;
	font-size: 1.8em;
	font-family: 'Josefin Sans', sans-serif;
	
}


#warning{
	/*display: block;*/
	position: fixed;
	opacity: 0;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 11;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
}
#warning[disp="off"]{
	pointer-events: none;
	display: none;
}
#warning[disp="on"]{
	pointer-events: auto;
	display: flex;
}
#warnInfobox{
	margin: 0 auto;
	/*display: block;*/
	background-color: #222;
	padding: 1em;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-items: flex-start;
	flex-wrap: wrap;
	gap: .4rem;
}
#warnInfobox input{
	background-color: white;
	color: black;
}
#warnInfobox .warnint{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: .3em;
}
#warnInfobox .opbtn{
	background-color: rgba(0,0,0,0);
	border-radius: 2vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2em;
    height: 2em;
    margin: .5em;
}
#warnInfobox .no{
	background-image: url('img/abort.png');
}
#warnInfobox .ok{
	background-image: url('img/check.png');
}
#warnInfobox .no:hover{
	background-color: #ff0000;
}
#warnInfobox .ok:hover{
	background-color: #045c00;
}


#warnInfobox.hasprogress{
	min-width: 50%;
	align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
}
.progressbar.progresscont{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-items: flex-start;
	gap: .5em;
	/*flex-wrap: wrap;*/
}
.progressbar .progress{
	position: relative;
	width: 100%;
	
	height: 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: flex-start;
	justify-items: flex-start;
}
.progressbar .progress .progressperc{
	height: 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: flex-start;
	justify-items: flex-start;
	
	transition: width .2s;
}
.progressbar .progress .progressperc .progresspercint{
	position: relative;
	height: .2em;
	width: 100%;
	background-color: yellow;
}
.progressbar .progress .progresstxt{
	position: absolute;
	right: 0em;
	top: 0em;
	transition: left .2s;
}
.progressbar .progress .progresstxt .progresstxtint{
	position: absolute;
	left: .3em;
}


#warning[temploading="true"]{
	background-color: rgba(0, 0, 0, .8);
}
#warnInfobox[progress="wait"]{
	position: relative;
	background-color: transparent;
	box-shadow: none;
}
#warnInfobox[progress="wait"] .warnint{
	justify-items: center;
    text-align: center;
    margin-bottom: 0px;
    font-size: 1.3rem;
	
}
.loadingmsg{
	width: 100%;
}
.medialoading{
	--lwheeldim: 10rem;
	--lwheeldotdim: .5rem;
	width: 100%;
	height: 100%;
	margin-top: calc((var(--lwheeldim) / -2) + 1rem);
		   
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	
	display: flex;
	opacity: 1;
	
	transition: all 1s;
}
.loadingWheel{
	position: relative;
	width: var(--lwheeldim);
	height: var(--lwheeldim);
}
@keyframes spin {
  0%   {transform: rotate(0deg);}
  50% {transform: rotate(360deg);}
  100% {transform: rotate(360deg);}
}
.lspin{
	position: absolute;
	top: calc(var(--lwheeldim) / 2);
	left: calc(var(--lwheeldim) / 2);
	width: 0em;
	height: calc(var(--lwheeldim) / 2);
	animation-name: spin;
    animation-duration: 2s;
	animation-iteration-count: infinite;
}
.spint{
	position: asbolute;
	top: calc(var(--lwheeldotdim) / 2 * -1);
	right: calc(var(--lwheeldotdim) / 2 * -1);
	width: var(--lwheeldotdim);
	height: var(--lwheeldotdim);
	border-radius: var(--lwheeldotdim);
	background-color: white;
}


.smallshade {
     text-decoration: none;
     /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);*/
}
.floatLeft {
     position: relative;
     float: left;
}
.smalltransition {
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
}

.btn, .greenBtn{
     cursor: pointer;
     position: relative;
     z-index: 1;
     text-decoration: none;
     /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);*/
}
.btn, input[type="submit"]{
     /*background: #0073bc;
	border: none;
	border-radius: 0;*/
	background: rgba(0,0,0,0);
	-webkit-appearance: none;
}
.greenBtn{
     background: #5BC400;
}
.intBtn {
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     
	 -webkit-transition: opacity .2s ease-in-out;
     -moz-transition: opacity .2s ease-in-out;
     -o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
}

.btn:hover .intBtn, .greenBtn:hover .intBtn {
     opacity: 1;
}
.btn.tools, .btn.back{
	min-width: 1em;
    font-size: 1.2em;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    color: white;
    display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	
    text-transform: uppercase;
	background-image: url(img/back.png);
    background-size: 2em;
    background-repeat: no-repeat;
	background-position: 0em center;
	border: none;
	border-right: 2px solid #999;
	border-radius: 0px;
	
	padding: .7em 1.2em .7em 2.2em !important;
}
.btn.tools.logout{
    background: transparent;
	background-image: none;
	border: none;
	font-size: .8em;
	opacity: .4;
}
.btn.tools.logout:hover{
	border: none;
	opacity: 1;
}
/*-------------INFO >-------------*/
.infoCont{
	background-color: #333333;
    color: #cccccc;
    height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infoBtn {
    /*position: absolute;
    width: 50vw;*/
    display: block;
    width: 2.4em;
    font-size: 1.2em;
    padding: .6em 0em;
}
.infoBtn span {
     display: block;
     width: 100%;
     text-align: center;
}

#infoBox {
    width: auto;
    display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
	max-width: 40vw;
	min-width: 18em;
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	
	/*padding-top: 6em;*/
}
.infoCont[status="closed"] #infoBox{
	/*position: absolute;*/
	max-width: 0vw;
	min-width: 0em;
	overflow: hidden;
}

#myNotes, #myLog{
	position: relative;
    min-width: 18em;
    padding: 1em;
    
    text-align: left;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	width: 100%;
}
#myLog{
	margin-top: 1em;
	background-color: rgba(0,0,0,.15);
	flex-grow: 1;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: .5em;
}
#myLog:before{
	position: relative;
	top: -.4em;
	font-size: 1.2em;
	left: 0em;
	content: 'changelog:';
	font-weight: bold;
}
#myLog p{
    margin: .7em 0em 0em 0em;
    padding: 0em;
	font-size: .95em;
}
#myLog date{
	display: block;
    font-weight: bold;
	color: #00adff;
}
.infoCont[status="closed"] #myNotes{
	
}
.infoarrow{
	cursor: pointer;
	height: 100%;
	background-color: rgba(255,255,255,.04);
	color: black;
	padding: .3em;
	font-size: 1.5em;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-size: 1em;
	background-position: center;
	background-repeat: no-repeat;
}
#myNotes video{
	
}
.infoCont[status="closed"] .infoarrow{
	/*position: absolute;*/
	background-image: url(img/forward.png);
}
.infoCont[status="open"] .infoarrow{
	background-image: url(img/back.png);
}
    

#myNotes ul {
     font-size: 1.2em;
}
#myNotes li {
     margin-top: 10px;
     font-size: .8em;
}
/*-------------< INFO-------------*/
.btn.tools:hover, .btn.back:hover{
	transform: scale(1);
	position: relative;
	z-index: 1;
	text-decoration: none;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	border-right: 2px solid #999;
}

.btn.tools span, .btn.back span{
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: all .2s ease-in-out;
	
	width: 100%;
}
.btn.save{
	min-width: 1em;
    font-size: 1.2em;
    background: #111;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    color: white;
	padding: .7em;
    display: inline-block;
	background-image: url(img/save_simple.png);
    text-transform: uppercase;
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.btn.tools{
	padding: .7em .7em .7em 2em;
	background-position: 0em center;
}
*/
.btn.text{
    font-size: 1.2em;
    background: #111;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    -webkit-appearance: none;
    color: white;
    display: inline-block;
    padding: .7em;
    text-transform: uppercase;
}




.addRemoveBtn, .titleContent {
     width: auto;
     float: left;
     margin: 2px 5px 2px 2px;
}
.addRemoveBtn {
     position: relative;
     margin-top: 10px;
     font-size: 1.2em;
     font-weight: normal;
     z-index: 1;
}
.myTitle {
     display: block;
     position: relative;
     z-index: 0;
}
.titleContent div {
     display: inline-block;
}
.fileinput-button, a, .entry {
     display: block;
     cursor: pointer;
     padding: 5px;
}
.blackbg {
     font-weight: normal;
     display: inline-block;
     background-color: rgba(0, 0, 0, .2);
     padding-left: 10px;
     padding-right: 10px;
     min-height: 20px;
     min-width: 10px;
}
.blackbg a {
     font-style: normal;
     font-weight: normal;
}
.compressed {
     overflow: hidden;
     height: 0;
}
/*
.fileinput-button,a {
     background-color: #00B7FF;
     color: #ffffff;
}
*/
.pad5px {
     padding: 5px;
}
.pad2px {
     padding: 2px;
}
.editBtn {
     display: inline-block;
    /*font-size: 18px;
    */
     margin-left: 10px;
}


.percorso {
     /*background-color: #111111;*/
     color: #ffffff;
     padding-bottom: 5px;
     margin-bottom: 10px;
}
.argomento {
     background-color: #4f8cb8;
     color: #ffffff;
     padding-bottom: 7px;
     margin-right: 10px;
     margin-top: 5px;
}
.slide {
     position: relative;
     z-index: 1;
     float: left;
     /*background-color: #3B8700;*/
     color: #304d03;
     padding-bottom: 20px;
    /*margin-right: 10px;
    */
     margin-top: 7px;
}
.property {
     position: relative;
     z-index: 1;
     float: left;
     background-color: #575757;
     color: #ffffff;
     margin-left: 10px;
    /*padding-bottom: 20px;
    */
     margin-top: 10px;
}
.slideInfo {
     position: relative;
     z-index: 0;
     float: left;
     background-color: #66AB32;
     color: #304d03;
     padding-bottom: 20px;
    /*margin-right: 10px;
    */
     margin-top: 10px;
}
.argomento, .slide {
     margin-left: 5px;
}
.smallshade span{
     margin-left: 5px;
}
.slide,.slideInfo,h2 {
     display: block;
     padding: 5px;
     width: auto;
}
.entry:hover {
     background-color: #dedede;
}
.clear {
     clear: both;
}
.fileinput-button, .bluBtn {
    /*position: relative;
    */
     display: block;
     /*margin: 30px auto 0 auto;*/
    font-size: 1.2em;
    padding: .6em 0em;
     /*width: 20%;*/
     min-width: 250px;
     text-align: center;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.fileinput-button input{
     position: absolute;
     top: 4px;
     right: 0px;
     margin: 0;
     opacity: 0;
     -ms-filter: 'alpha(opacity=0)';
     font-size: 0px;
     cursor: pointer;
     width: 100%;
     height: 40px;
}
.bluBtn {
     margin: 0;
     -ms-filter: 'alpha(opacity=0)';
     font-size: 0px;
     cursor: pointer;
     width: 100%;
     height: 40px;
}
#myList, #usefulLinks{
     margin: 0 auto;
     width: auto;
	 flex-grow: 1;
}

#myList{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-direction: row;
	padding-top: .5em;
	margin: .5em 1em 1em 1em;
}
.catcont{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
    flex-direction: row;
	margin-top: .5em;
}
.mycat{
	margin-top: .5em;
}
#myList a{
	width: auto;
	margin: .5em .5em .5em 0em;
}
#myList  .folder .cont .smallLink a{
	display: inline-block;
	font-size: 1.5em;
}
.smallLink a{
	border: 0px solid rgba(255, 255, 255, 1);
	/*margin: 0px;*/
	padding: 0px;
}

.smallLink a:hover{
	/*border: 2px solid rgba(255, 255, 255, 1);*/
	/*margin: .5em .5em .5em 0em;*/
	/*padding: 5px;*/
}
#myList a span{
     display: block;
     margin: 5px;
     text-align: center;
}
.titleContent form,.titleContent input {
     width: inherit;
}
#saveBtn {
     position: fixed;
     z-index: 9;
    /*margin-top: 10px;
     margin-left: 0px;
    */
     text-align: center;
     width: 200px;
     height: 20px;
}
.editingField {
     background-color: #000;
}


.inline{
     display: inline-block !important;
}
.grayBg{
     background-color: #666;
     color: #fff;
}
.editTxt{
     background-color: #ffae00;
     color: #000000 !important;
}
.editTxt .blackbg{
     background-color: rgba(0,0,0,1);
}
.hidden{
     display: none;
}
.courseCnt{
	margin: 5px;
	background-color: rgba(0,0,0,.6);
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
}
.course{
     overflow-y: hidden;
     display: block;
     margin: 10px 10px 0px 10px;
     padding-bottom: 10px;
}
.courseClosed{
     height: 0px;
}
.courseCnt{
     padding-bottom: 10px;
}
.ud{
     background-color: rgba(255,255,255,.3);
     margin-top: 5px;
     font-size: 1.2em;
     padding: 2px;
}
.ud .btn, .ud .greenBtn{
     padding: 4px;
}
#myXml, #myWord{
     display: none;
}
.dateModified{
     color: #777;
     display: inline-block;
     float: left;
     margin: 2px 5px 5px 5px;
     padding: 7px 7px 7px 7px;
    /*background-color: rgba(0,0,0,.7);
    */
}
.keys{
}
.keysCont{
     display: inline-block;
     float: left;
     margin: 0px 10px 0px 10px;
     padding: 5px;
     background-color: rgba(0,0,0,.7);
}
.akey{
     display: inline-block;
     padding: 5px;
     margin: 5px;
     background-color: rgba(255,255,255,.2);
}
.coursesProps{
     display: inline-block;
     margin-left: 20px;
     /*color: #333;*/
}
.smallBtn {
     color: #fff;
     display: inline-block;
     cursor: pointer;
     position: relative;
     z-index: 1;
     text-decoration: none;
     /*background: #0073bc;*/
     margin-right: 3px;
     margin-left: 3px;
    
/*	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);*/
}
.slideText{
     display: block;
     width: auto;
     margin-left: 10px;
     margin-top: 0px;
     color: rgba(255, 255, 255, .5);
     font-size: 0.9em;
     line-height: 0.9em;
}
.slideText h3{
     font-size: 1em;
     cursor: pointer;
     padding-bottom: 2px;
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
     margin-bottom: 5px;
     margin-top: 5px;
}
.slideText h3:hover{
     -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     background-color: rgba(255,255,255,0.3);
     /*padding-left:5px;*/
     color: #000;
}
.udTitle{
     display: inline-block;
}
.minimized{
     -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
     overflow: hidden;
}
.slideText.minimized{
     height: 24px;
    /*background-color: rgba(255,255,255,0.3);
    */
}
.percorso.minimized{
     height: 24px;
}
.courseCnt.minimized{
     height: 40px;
}
#usefulLinks {
	margin-bottom: 10px;
}
#usefulLinks a{
     display: inline-block;
}
#usefulLinks .btn{
	margin-top: 5px;
	background: #333;
    background: -moz-linear-gradient(left, #6d6d6d 0%, #797979 51%, #6d6d6d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6d6d6d), color-stop(51%, #797979), color-stop(100%, #6d6d6d));
    background: -webkit-linear-gradient(left, #6d6d6d 0%, #797979 51%, #0073bc 100%);
    background: -o-linear-gradient(left, #6d6d6d 0%, #797979 51%, #6d6d6d 100%);
    background: -ms-linear-gradient(left, #6d6d6d 0%, #797979 51%, #6d6d6d 100%);
    background: linear-gradient(to right, #6d6d6d 0%, #797979 51%, #6d6d6d 100%);
}

#usefulLinks .btn.new{
	margin-top: 5px;
	background: #333;
    background: -moz-linear-gradient(left, #ff9900 0%, #ff9d23 51%, #ff7300 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff9900), color-stop(51%, #ff9d23), color-stop(100%, #ff7300));
    background: -webkit-linear-gradient(left, #ff9900 0%, #ff9d23 51%, #ff7300 100%);
    background: -o-linear-gradient(left, #ff9900 0%, #ff9d23 51%, #ff7300 100%);
    background: -ms-linear-gradient(left, #ff9900 0%, #ff9d23 51%, #ff7300 100%);
    background: linear-gradient(to right, #ff9900 0%, #ff9d23 51%, #ff7300 100%);
}
/**/
#wrapper .formCont{
	margin: 50px auto;
	width: 60%;
	font-size: 1.3em;
}
#wrapper.login .formCont{
	width: auto !important;
	margin-top: 3rem;
}
#wrapper .formCont .error{
	margin-bottom: 20px;
}
input{
	font-family: 'Josefin Sans', sans-serif;
	padding: 5px;
	font-size: 1.1em;
	margin: 10px;
}
input[type="submit"]{
	color: white;
	margin-left: 0px;
}
/*-------------FORM-------------*/
#uploadArea form, #uploadArea{
	display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 0px;
	flex-wrap: nowrap;
    /*width: 100%;*/
}
#uploadArea form{
	/*right: -1em;*/
	position: relative;
	/*margin: 0px;*/
	/*background-color: rgba(0,0,0,0.3);*/
    /*height: 5em;
	padding: 1em;*/
}
#uploadArea form input{
	font-size: 1.3em;
    background: #001692;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
	cursor: pointer;
	-webkit-appearance: none;
	color: white;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	padding: 20px;
	float: left;
}
#myDropzone{
	    position: relative;
    text-align: center;
    /* height: 15vh; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
/*----DROP FILES-----*/

.topBanner form, #upload form{
	/*height: 20%;
	min-height: 5em;*/
    position: relative;
    text-align: center;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/*
.folder{
	position: relative;
	margin: .4vw;
	padding: 1em;
	min-width: 10em;
	min-height: 10em;
	max-width: 20em;
	transform: scale(1);
	transition: all .4s;
}
*/
.folder a, .folder .date{
	white-space: normal;
}
#myList .folder a, #myList .folder .date{
	white-space: wrap;
}
.folder h2{
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}

.uploaded{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
    margin: 0px;
    background-color: #444444;
    padding: 1em;
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: auto;
    height: calc(100% - 9em);
	flex-grow: 1;
}
#resize .cont{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 1em;
    flex-wrap: wrap;
    /*
	overflow-x: visible;
    overflow-y: scroll;
	*/
	width: calc(100% - 2em);
    height: calc(100% - 9em);
}
.imageResizer #resize .cont{
    height: 100%;
}
#resize .operations{
	width: 100%;
}
.folder:hover{
	transform: scale(1.1);
}
.noContent{
	opacity: 0.2;
}
.cont{
	
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
	flex-wrap: wrap;
    /*overflow: hidden;*/
}

#myList a.folder{
	margin: .4vw;
	padding: 0em !important;
	/*padding: 1em;*/
	
	/*transform: scale(1);*/
	
	position: relative;
	
	width: 10em;
	height: 10em;
	max-width: 10em;
	max-height: 10em;
	max-width: 20em;
	border: none;
	border-radius: 0em;
	text-decoration: none;
	
	display: flex;
	flex-direction: row;
	align-items: center;
    align-content: center;
	justify-content: center;
	
	transition: all .3s;
	background-color: #111;
}
#myList a.folder .contbg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: radial-gradient(circle, rgba(20,20,20,1) 20%, rgba(255,170,0,1) 100%);
	z-index: 1;
}
#myList a.folder .cont{
	display: none;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
	flex-wrap: wrap;
    /*overflow: hidden;*/
	position: absolute;
	top: calc(100% - 6em);
	
	opacity: 0;
	transition: all .3s;
	z-index: 0;
	background-color: #999;
	color: black;
	pointer-events: none;
}
#myList a.folder .cont .innercont{
	osition: relative;
	margin: .3em;
	z-index: 1;
}
#myList a.folder .cont .call{
	position: absolute;
	left: calc(50% - .75em);
	top: -.7em;
	transform: rotate(45deg);
	
	width: 1.5em;
	height: 1.5em;
	pointer-events: none;
	
	background-color: inherit;
}

#myList a.folder:hover{
	border: none;
	text-decoration: none;
	z-index: 1;
}
#myList a.folder:hover .cont{
	display: flex;
	top: calc(100% + 1em);
	opacity: 1;
}
#myList a.folder:hover h2{
	/*background-color: rgba(255,170,0,1);*/
	animation: example 1s;
	animation-fill-mode: forwards;
	color: black;
	/*opacity: 0;*/
}
@keyframes example {
	0% {
		background-color: rgba(255,170,0,0);
	}
	100% {
		background-color: rgba(255,170,0,1);
	}
}
#myList a.folder h2{
	position: relative;
	padding: 1em !important;
	background-color: rgba(20,20,20,1);
	color: white;
	
	width: 100%;
	height: 100%;
	max-width: 10em;
	margin: 0px;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	transition: color .3s;
	z-index: 2;
	
	background-position: top-left;
	background-size: 2.3em;
	background-repeat: no-repeat;
}
.displayFolder{
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
	/*overflow: hidden;*/
	width: 100%;
}
.displayFolder h2{
	margin: 0px;
	padding: .2em;
	width: calc(100% - .4em);
	line-height: 1.7em;
	cursor: pointer;
	transition: all .3s;
	background-color: rgba(0,0,0,0);
}
.displayFolder .displayFolder{
	margin: .4em;
}
.displayFolder h2:hover{
	padding-left: 1em;
	background-color: rgba(0,0,0,.7);
}
.displayFolder[status="closed"] .cont{
	display: none;
}
.displayFolder[status="hidden"]{
	display: none;
}
.displayFolder[status="found"] form{
	display: none !important;
}
.displayFolder h2[status="open"]{
	background-color: rgba(255,255,255,.6);
	color: black;
}
.displayFolder h2[status="open"]:hover{
	color: white;
}
.displayFolder .cont {
	width: calc(100% - 2px);
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    flex-wrap: wrap;
}
.displayFolder form{
	position: relative;
    background-color: rgba(0,0,0,0.3);
    height: 5em;
    padding: -5em;
	margin: 0.2em 0em;
	
	display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
    width: 100%; 
}
.displayFolder form .btn{
	position: relative;
	padding: .6em;
}
.displayFolder form .intBtn{
	/*position: relative;*/
	pointer-events: none;
}
.displayFolder form span{
	display: block;
	position: relative;
	pointer-events: none;
}
.displayFolder input{
	/*position: relative;*/
	pointer-events: auto;
}


.contObject{
	position: relative;
    width: 16em;
   /* height: 24em;*/
    margin: 1em;
    display: block;
    z-index: 0;
    transition: all .4s;
    transform: scale(1);
    transform-origin: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.contObject:hover{
	transform: scale(1.3,1.3);
	z-index: 1;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.6);
}
.contObject, .contObject .name{
	background-color: #222;
	border-radius: 0em;
	border: none;
	padding: .3em;
}

.contObject .name:hover, .contObject .btn:hover{
	transform: scale(1);
}

.contImg{
	position: relative;
	position: relative;
	width: 15.4em;
	height: 15.4em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.contImg .progImg{
	background-color: #333;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.contImg .progressbar{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	/*background-color: rgba(255,255,255,.5);*/
	border-right: 1px solid rgba(255,255,255,1);
}
.contImg .progressbar[status="stopped"]{
	display: none;
}
.contImg .btn{
	position: relative;
	width: 100%;
	/*top: 200px;*/
	padding: .2em;
	text-align: center;
} 
.contObject .btn.name{
	/*height: 4em;*/
	/* margin-top: 20em;*/
	width: calc(100% - .8em);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: .4em;
	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*--------SL JS UPGRADER---------*/
.sljsupgrader .courseCnt {
    padding-bottom: 10px;
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
	padding: .5em !important;
}
.sljsupgrader .percorso > .courseCnt:nth-child(even){
  background: rgba(50,50,50,1);
}
.sljsupgrader .titleContent, .sljsupgrader .dateModified{
	margin: 0px;
	padding: 0em .3em;
}
.sljsupgrader .cInfo{
	flex-grow: 1;
	padding: 5px;
	text-align: right;
	
	display: flex;
	flex-direction: row;
	    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
}
.sljsupgrader .delete{
	background-color: rgba(206,61,5,.5);
}

.sljsupgrader .download{
	background-color: rgb(27 60 25);
}
.sljsupgrader .process{
	background-color: rgba(8,111,150,1);
}
.sljsupgrader .titleContent{
	color: white;
}
.sljsupgrader .myType a .slide.smallshade.btn{
	background: #e50700 !important;
    background: -moz-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e50700), color-stop(50%, #ff5000), color-stop(100%, #e50700)) !important;
    background: -webkit-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -o-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -ms-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: linear-gradient(to bottom, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e50700', endColorstr='#e50700', GradientType=0) !important;
}
/*--------image resizer---------*/
.imageResizer{
	display: flex;
    flex-direction: column;
}
.imageResizer .bottomContent{
	flex-grow: 1;
    position: relative
}
.imageResizer .open{
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}
.imgResTop{
	width: 100%;
    padding: .7em;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.imgResTop .btn{
	margin-right: .7em;
	width: 2.5em;
    height: 2.5em;
}
.imgResTop input{
	margin: 0px !important;
}
.imgResCont{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	flex-grow: 1;
}
.imageResizer .theImg{
	border: none;
}
#upload, #resize{
	/*overflow: auto;*/
	position: absolute;
	transition: left .5s;
	width: 100%;
	height: 100%;
}
#resize[class="open"]{
	overflow: auto;
	    display: flex;
    flex-direction: column;
}
#upload.open, #resize.open{
	left: 0%;
}
#upload.closed{
	left: -100%;
}
#resize.closed{
	left: 100%;
}
.imageResizer .resizedImg, .imageResizer #result, .imageResizer #save, .imageResizer #back, .imageResizer #save canvas, .imageResizer #msg{
	display: inline-block;
	float: left;
}
.imageResizer  .resizedImg, .imageResizer  #save canvas{
	margin: 5px;
}
.imageResizer  #save, .imageResizer  #back{
	/*background-color: white;
	color: black;*/
	cursor: pointer;
	/*width: 100px;
	height: 30px;*/
	text-align: center;
	/*font-size: 1.4em;
	margin: 10px;*/
}
.imageResizer  #result{
	display: none;
}
.imageResizer  .clear{
	clear: both;
}
.imageResizer  .imgMask{
	overflow: hidden;
}
.imageResizer  .neoDownload{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 10px 10px 60px 10px;
	display: inline-block;
	float: left;
	padding: 0px;
	z-index: 0;
	transition: all .4s;
	transform: scale(1,1);
	transform-origin: 50% 50%;
}
.imageResizer  .neoDownload:hover{
	transform: scale(1.3,1.3);
	z-index: 1;
}
/*--------ICONS BROWSER---------*/
.iconsbrowser .contImg{
	border: 0px solid #444;
	background-color: #ccc;
	position: relative;
	overflow: hidden;
	transition: all .4s;
}
.iconsbrowser .contImg img{
	width: 100%;
	height: auto;
}
/*--------SEARCH---------*/
#preview{
	position: fixed;
    opacity: 0;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 11;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#preview .content{
	display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    /* display: block; */
    background-color: #222;
    width: calc(100% - 2em);
	height: calc(100% - 2em);
    padding: 1em;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
   
}
#preview[status="closed"]{
	display: none;
}
#preview[status="open"]{
	opacity: 1;
}
#preview .no {
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(10,10,10,1);
    background-image: url(../css/img/abort.png);
    border-radius: 2vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2em;
    height: 2em;
    margin: .5em;
}
.percorso .courseCnt{
	margin: 0em;
	padding: 0em;
	background: transparent;
	display: block;
}
.percorso .courseTools{
	margin: .2em;
	padding: .4em;
	background-color: rgba(0,0,0,.6);
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
	width: calc(100% - 1.2em);
}
.percorso .courseTools, .percorso .courseCont{
	
}
.percorso .course{
	overflow-y: hidden;
	display: block;
	margin: 10px 10px 0px 10px;
	padding-bottom: 10px;
}
.percorso .courseCnt .dateModified{
    flex-grow: 1;
}
.percorso .slide.smallshade.btn {
    margin: 0em 0em 0em .2em;
}
/*--------OBJ TOOLS---------*/
.contObject .tools{
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	transition: opacity .2s;
	margin: .4em .4em 0em 0em;
}
.contObject:hover .tools{
	opacity: 1;
}

.contObject .tools a{
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	padding: 0px;
	z-index: auto;
	background-color: rgba(0,0,0,0.6);
}
.contObject .tools a:hover{
	z-index: 1;
	background-color: #222;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	
}
.contObject .tools a.delete{
	background-color: rgba(150,0,0,.5)
}
.contObject .tools a:hover .btn, .contObject .tools a:hover .img{
	transform: scale(1.2,1.2);
	z-index: 1;
}
.contObject .tools .btn, .contObject .tools .img{
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	transform-origin: center;
	transform: scale(1,1);
	transition: transform .2s;
	
	z-index: auto;
}
.contObject .tools .play .img{
	background-image: url('img/play.png');
}
.contObject .tools .play[playing="true"] .img{
	background-image: url('img/close.png');
}
.contObject .tools .play[playing="true"] .btn{
	/*background-color: #ff6c00;*/
	background: #ff3f00; 

}
.contObject .tools .download .img{
	background-image: url('img/download.png');
}
.contObject .tools .delete .img{
	background-image: url('img/delete.png');
}
.contObject .tools .edit .img{
	background-image: url('img/edit.png');
}

/*--------OBJ NAME---------*/
.contObject .name form input[type="text"]{
	font-size: 1em;
    background: transparent;
    
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    cursor: auto;
    -webkit-appearance: none;
    color: white;
    display: inline-block;
    margin: 0px;
    padding: .5em;
    float: none;
    width: 100%;
}
.contObject .name form input[type="submit"]{
	font-size: 1em;
    display: inline-block;
    padding: .5em;
    float: none;
}
.contObject .name form{
	position: relative;
    background-color: #222;
    padding: .5em 0em;
    margin: 0em;
	height: auto;
}
/*--------OBJ NAME---------*/
form .submit, form .cancel{
	background-color: rgba(0,0,0,0);
    border-radius: 4em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4em;
    height: 2em;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    transition: background .3s;
}
form .submit{
    background-image: url(../css/img/check.png);
}
form .cancel{
	background-image: url(../css/img/abort.png);
}
form .submit:hover{
    background-color: #045c00;
}
form .cancel:hover{
	background-color: #ff0000;
}
.dz-preview.dz-file-preview{
	display: none
}

/*img effects*/
.grey{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
/*-------------SEARCH FIELD------------*/
button,
input,
optgroup,
select,
textarea,html input[type="button"]{
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#username, #password{
    border:1 px white;
    background-color:white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#myInput {
    background-image: url('searchicon.png'); 
    background-position: .7em center; 
	background-size: 1.5em;
    background-repeat: no-repeat; 
    width: calc(100% - 4em);
    font-size: 1.1em; 
    padding: 1em 1em 1em 3em; 
    border: 1px solid #ddd; /* Add a grey border */
	color: white;
	margin: 0px;
	margin-bottom: 1em;
}
/*-------------XML EDITOR------------*/
#XMLdecruncher{
	width: 100vw; 
	height: 80vh;
	background: white;
	transition: margin .4s;
}
#XMLdecruncher[isopen="false"]{
	margin-top: -80vh;
}
.argomento{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-items: flex-start;
	
	font-size: 1.2em;
}
.myTitle.smallshade{
	width: 100%;
}


.myTitle.smallshade[editmode="true"], .slideContent[editmode="true"]{
	background-color: #ffae00;
	color: black;
}
.myTitle.smallshade[editmode="true"] div, .slideContent[editmode="true"] div{
	color: white;
	background-color: black;
}
slides{
	width: 100%;
}
slide{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-items: flex-start;
	
	margin: 4px;
	background-color: rgba(200,200,200,.8);
	width: calc(100% - 8px);
}
slide .slideContent{
	width: calc(100% - 28px);
	margin: 0px;
	padding: 10px;
}
slide .slideContent .slideContent{
	padding: 5px;
}
/*.slideText, .slideTitle{*/
.slideTitle{
    display: block;
    width: auto;
    margin: 0px;
	padding: 5px;
    color: white;
    font-size: 1em;
    line-height: 1.1em;
	
	transition: all .3s;
}
/*-------------SL DATA ANALYZER------------*/
.sl_data_analyzer .courseCnt{
    /*padding-bottom: 10px;*/
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: .5em;
}
.sl_data_analyzer .cInfo{
	flex-grow: 1;
	padding: 5px;
	text-align: right;
	
	display: flex;
	flex-direction: row;
	    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
}
.sl_data_analyzer .myType a .slide.smallshade.btn{
	background: #e50700 !important;
    background: -moz-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e50700), color-stop(50%, #ff5000), color-stop(100%, #e50700)) !important;
    background: -webkit-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -o-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: -ms-linear-gradient(top, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    background: linear-gradient(to bottom, #e50700 0%, #ff5000 50%, #e50700 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e50700', endColorstr='#e50700', GradientType=0) !important;
}
.sl_data_analyzer .myVersion{
	margin: 0 .5em;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
	transition: all .3s;
	display: inline-block;
}
.sl_data_analyzer .myVersion:hover{
	background-color: rgba(255, 255, 255, 1);
	color: black;
}



.courseCnt.mostrecent{
	background-color: #5d104c !important;
}

.topBanner.logomargin{
	background-position: 10em center;
}
.topLogo{
	height: 3em;
	width: 10em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: .5em;
}

/*----------------TEMPLATES------------------*/
#templates{
	width: 100%;
	position: relative;
	background-color: #111;
	background: linear-gradient(0deg, rgba(15,15,15,1) 90%, rgba(0,0,0,1) 100%);
}
.templatePages{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	
	/*overflow-x: hidden;
	overflow-y: visible;*/
	flex-wrap: nowrap;
	transition: margin-left .3s;
}
.templatePages .templatesCont{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 1em;
}
.templatePages .templatesCont .templates{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 0em;
	overflow: hidden;
	transition: all .3s;
}
.templatePages .templatesCont .templatesIntCont{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 0em;
}
.templates.unlocked{
	overflow: visible !important;
}
/*
.templatesCont[isCurrent="false"] .templates{
	display: none;
}*/
.templatesCont[isCurrent="true"] .sectionsBtn{
	display: none;
}


.templateTool{
	width: 100%;
	height: calc(100% - 15px);
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	gap: 1em;
	padding: 1em;
}
.templateTool .templatesCont{
	width: 100%;
	gap: .6em;
	background-color: rgba(0,0,0,.2);
}
.templateTool .templates{
	/*overflow: visible !important;*/
	width: 100% !important;
	overflow: visible !important;
	/*overflow-x: auto !important;
	overflow-y: hidden !important;*/
}
.templateTool .templatesIntCont{
	/*overflow: visible !important;*/
	gap: .5em !important;
	flex-wrap: wrap !important;
    width: 100% !important;
	padding: .5em;
	
	background-color: rgba(0,0,0,.1);
}
.addTemplateBtn{
	border: none;
	border-radius: 0px;
	width: 2em;
	height: 2em;
	padding: 0em; 
	background-color: rgba(255,255,255,.1);
	color: black;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.addTemplateBtn:hover{
	border: none;
	background-color: white;
	color: black;
}


.btn.download.template, .btn.download.customer{
	position: relative;
	background-color: #444;
	border: none;
	border-radius: 0em;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 1;
	padding: 0px;
	width: 5em;
	height: 5em;
}
.btn.download.template{
	background-image: url('img/download.png');
}
.btn.download.customer{
	background-image: none;
	background-color: rgba(0,0,0,.7);
}
.btn.download.template .overcont{
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	padding: .5em;
}
.rollovercont{
	background-color: #333;
	display: none;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow: hidden;
}
.rollovercont a{
	background-color: #333;
	width: 50%;
	height: 100%;
	border: none;
	border-radius: 0em;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	
}
.rollovercont a:hover{
	background-color: red;
	transform: scale(1.3);
}
.btn.download.template:hover .rollovercont,
.btn.download.customer:hover .rollovercont{
	display: flex;
}
#templates .templates *{
	transition: all .3s;
}
.btn.download.template .templatetxt{
	text-align: center;
	overflow: hidden;
	height: auto;
}
.btn.download.template .templateico{
	position: relative;
	width: 1.5em;
	height: 1.5em;
}
.btn.download.template .ico, .btn.download.template .templatedwnldBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	background: radial-gradient(circle, rgba(0,0,0,0.4) 18%, rgba(0,0,0,0) 78%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.btn.download.template .templatedwnldIco{
	background-image: url('img/download.png');
}
.btn.download.template .templateeditIco{
	background-image: url('img/edit.png');
}
.btn.download.template .templatedelIco{
	background-image: url('img/del.png');
}
.btn.download.template .templatedwnldBg{
	bottom: 0%;
	right: 0%;
	opacity: 0;
	background-image: url('img/radial_black.png');
}
.btn.download.template.aft{
	margin-right: .4em;
}
.btn.download.template:hover{
	background-color: #000;
	z-index: 2;
}
.btn.download.template:hover .overcont{
	background-color: rgba(0,0,0,0);
}
.btn.download.template:hover .templatetxt{
	opacity: 0;
	height: 0px;
}
.btn.download.template:hover .templateico{
	/*bottom: calc(50% - 2em);
	right: calc(50% - 2em);*/
	width: 4em;
	height: 4em;
}
.btn.download.template:hover .templatedwnldBg{
	bottom: -25%;
	right: -25%;
	width: 150%;
	height: 150%;
	opacity: .7;
}
/*
.btn.download.templates.aft:after{
	content: '';
	top: .5em;
	right: -.3em;
	position: absolute;
	display: inline-block;
	height: .9em;
	width: 1px;
	background-color: white;
	margin: .1em 0em 0em .2em;
	opacity: 1;
	transition: all .3s;
}
.btn.download.templates.aft:hover:after{
	opacity: 0;
	right: 0em;
}
*/


.sectionsBtn{
	display: flex;
	left-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	border: none;
	border-radius: 0em;
	opacity: .4;
	background-color: black;
}
.displayImg{
	position: absolute;
	width: 0px;
	height: 0px;
	pointer-events: none;
	top: 0em;
	left: 50%;
	
	transform: scale(0);
	opacity: 0;
}

.displayImg .dspintCall{
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	transform: rotate(45deg);
	transform-origin: center;
	top: -.7em;
	left: -.7em;
	background-color: #666;
}

.displayImg .dspintImgCont{
	position: absolute;
	bottom: 0em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	background-color: grey;
}
.displayImg .dspintImgCont .dspintImg{
	/*position: absolute;
	bottom: 0em;*/
	background-position: center;
	beckground-repeat: no-repeat;
	background-size: cover;
}
.displayImg .dspintImgCont .intInfo{
	width: 100%;
	background-color: rgba(0,0,0, .7);
	color: white;
	font-size: .8em;
	padding: .4em;
}
.btn.download.template:hover .displayImg{
	top: -1.5em !important;
	opacity: 1;
	transform: scale(1);
}
.btn.download.template:hover{
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
}
.templatesCont:nth-child(1) .btn.download.template:hover .displayImg, 
.templatesCont:nth-child(2) .btn.download.template:hover .displayImg{
	top: calc(100% + .3em) !important;
}
.templatesCont:nth-child(1) .displayImg, 
.templatesCont:nth-child(2) .displayImg{
	top: 100%;
}
.templatesCont:nth-child(1) .displayImg .dspintCall, 
.templatesCont:nth-child(2) .displayImg .dspintCall{
	top: 100%;
}
.templatesCont:nth-child(1) .displayImg .dspintImgCont, 
.templatesCont:nth-child(2) .displayImg .dspintImgCont{
	top: .7em;
}


/*
.templatesCont .sectionsBtn{
	margin-left: 2em;
}
*/
.sectionsBtn span{
	display: block;
	font-size: .8em;
	color: #999;
	transition: all .3s;
	background-size: 0em;
	background-repeat: no-repeat;
}
.templatesCont .sectionsBtn span{
	padding-right: 0em;
	background-image: url(img/forward.png);
	background-position: right;
}
.sectionsBtn:hover{
	border: none;
	border-radius: 0em;
	opacity: 1;
}
.sectionsBtn:hover span{
	background-size: 2em;
}
.templatesCont .sectionsBtn:hover span{
	padding-right: 2em;
}

.templatesEditor #wrapper{
	overflow-x: visible;
	overflow-y: visible;
}
.templatesEditor #myEditor{
	overflow-x: hidden;
	overflow-y: auto;
}
.templateTool .btn.download.template .templatedwnldIco{
	width: 2em;
	height: 2em;
}
#editwin textarea{
	background-color: black;
	color: white;
	width: 100%;
	font-size: 1.2em;
	margin-left: 1em;
}

#myNotes .btnsCont{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	margin: .5em 0em;
}
#myNotes .btnsCont a{
	border: none;
	width: 3em;
	height: 3em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1em;
	border-radius: 50%;
}
#myNotes .btnsCont a.helpDoc{
	background-image: url('img/btn_doc.png');
}
#myNotes .btnsCont a.helpVid{
	background-image: url('img/btn_video.png');
}
#myNotes .btnsCont a:hover{
	background-color: #d2145a;
}

#videopreview{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	position: fixed;
	top: .5vw;
	left: .5vw;
	width: 99vw;
	height: calc(100vh - 1vw);
	background-color: rgba(10,10,10,.85);
	z-index: 5;
	-webkit-box-shadow: 0px 0px .5vw 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px .5vw 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px .5vw 0px rgba(0,0,0,0.8);
}

#closeVideo{
	margin: 0px !important;
	position: absolute;
	top: 1vh;
    right: 1vh;
    width: 5vh;
    height: 5vh;
	background-image: url('img/close.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
	-moz-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
}
#myCues{
	font-size: 1.1em;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
    background-color: rgba(30,30,30,1);
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.8));
    -webkit-filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.8));
    -moz-filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.8));
	
	width: 15em;
	overflow: hidden;
	padding: 7vh 0em .5em .5em;
}
#videopreview[hasCues="true"] #myVideo{
	width: calc(100% - 15em);
	flex-grow: 1;
}
#myCues .int{
	position: relative;
	
	overflow-x: hidden;
	overflow-y: auto;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	color: #fff;
	font-size: .6em;
	line-height: 2em;
	
}
.oneCue{
	font-weight: normal;
	padding: 5px;
	display: block;
	transition: all .4s;
	border: none;
	margin-left: 0em;
	border-radius: 0em;
}
.oneCue[important="true"]{
	font-weight: bold;
	font-size: 1.2em;
}
.oneCue[important="false"]{
	color: #666;
}
a.oneCue:hover{
	border: none;
	transform: scale(1);
	margin-left: .5em;
	border-radius: 0em;
	background-color: black;
}
.oneCue:hover{
	background-color: rgba(0, 124, 255, 1);
	color: white;
}
.slversion{
	position: relative;
	font-size: .5em;
	font-weight: normal;
	cursor: default;
}
.versions{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	flex-direction: column;
	gap: .4rem;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	
	background-color: #333;
	padding: .5rem 1rem;
	border-radius: .3rem;
	margin-top: .5rem;
}
.slversion:hover .versions{
	display: flex;
}

/**/


.ttmain{
	position: fixed;
	width: 0px;
	height: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.5));
	z-index: 4;
	pointer-events: none;
	opacity: 1;
	transition: opacity .3s;
}
.ttmain[myobj="none"]{
	/*display: none;*/
	opacity: 0;
}
.ttmain[status="hidden"]{
	
}
.ttcall,
.ttbody{
    position: absolute;
	background-color: white;
}
.ttcall{
	min-width: 1rem;
	min-height: 1rem;
	transform-origin: center;
	transform: rotate(45deg);
}
.ttbody{
    padding: .4rem;
    border-radius: .3rem;
	text-align: center;
	/*min-width: var(--ttmw);*/
	/*min-width: max-content;*/
	width: max-content;
	/*max-width: var(--ttmw);*/
	max-width: 20rem;
	overflow-wrap: break-word; /* breaks long words only when they'd overflow */
	word-break: break-word;    /* legacy alias, covers older browsers */
}
.ttmain[dir="t"] .ttbody{
    bottom: .8rem;
}
.ttmain[dir="t"] .ttcall{
    bottom: .5rem;
}
.ttmain[dir="b"] .ttbody{
    top: .8rem;
}
.ttmain[dir="b"] .ttcall{
    top: .5rem;
}

.ttmain[dir="l"] .ttbody{
    right: .9rem;
}
.ttmain[dir="l"] .ttcall{
    right: .5rem;
}

.ttmain[dir="r"] .ttbody{
    left: .9rem;
}
.ttmain[dir="r"] .ttcall{
    left: .5rem;
}



footer{    
	overflow: hidden;
	height: 3em;
	min-height: 3em;
	display: flex;
	flex-direction: row;
	gap: .5rem;
	align-items: center;
	justify-content: space-between;
	
	background-color: var(--accent);
	z-index: 2;
	padding-right: 1rem;
}
footer .footerImg,
footer .footerImg img{
	height: 100%;
	width: auto;
    position: relative;
}
footer .footerTxt{
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	justify-content: stretch;
	flex-wrap: nowrap;
	color: white;
	font-size: .8rem;
}
footer .footerTxt a{
	padding: 0rem;
	white-space: nowrap;
	color: white !important;
}
body[vs="portrait"] footer{
	flex-direction: column;
	padding-right: 0rem;
	justify-content: flex-start;
}
body[vs="portrait"] .footerImg{
	height: 3px;
	width: 100%;
	overflow: hidden;
}
body[vs="portrait"] .footerImg img{
	position: absolute;
    width: 100%;
    height: auto;
    bottom: 0px;
}
body[vs="portrait"] .footerTxt{
	flex-grow: 1;
}
/*
footer .footerTxt .footertxtint{
	white-space: auto !important;
}*/

.errorWrap{
	width: 100%;
	height: 100%;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	
}