:root {
	--main_color : #e3e3f3;
	--main_light: #f8f9fa;
	--main_extralight: #ffffff;
	--main_variation: #eeebf0;
	--link_color : #0645AD;
	--grey-border: #cbc5c5;
	--grey-border-darker: #DDDDDD;
	--blue-light: #51cbee;
	/*#e5e5e5*/
	/*e5e5e5*/
	/* #EEE, #c5c5d6  - #d9d0d0, #e3e3f3  eeebf0*/
}
/*
* {box-sizing: border-box;}
*/

input {
    outline: none; /* remove default browser*/
}
select {
    background-color: white; /* remove dafault browser*/
outline:none;

}

/* index */
.btn_wrapper {
	display: flex;
	flex-direction: column;
}
/* common input */
.inp_l, .inp3, .inp4 {
 -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--grey-border);
  /*outline: none;*/
}
.inp_l:focus, .inp3:focus, .inp4:focus{
   moz-box-shadow: 0 0 5px var(--blue-light);
  -webkit-box-shadow: 0 0 5px var(--blue-light);
  box-shadow: 0 0 5px (--blue-light);
  border-color: var(--blue-light);
  border-style: solid;
  border-width: 1px;

}

/* common input */

body {
	background-color: var(--main_color);
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

a, .astyle { color: var(--link_color); text-decoration: none; cursor:pointer; }
a:link  { color: var(--link_color); text-decoration: none;  }
a:visited { color: var(--link_color); text-decoration: none;  }
a:active  { color: var(--link_color); text-decoration: none;  }


.crs {
	font-style: italic;
}

.crspnt {
    cursor:pointer;
}
.hdv {display: none;} /*hdv div label*/

/*start header*/

#wlcnm,#wlcnd {display:none;} /* benvenuto*/ /* label hdv */

@media only screen and (min-width: 950px) { /*desktop*/
    #idmainmnd {display:none;}  /* mostra nascondi menu mobile */
}
.header { /* common desktop mobile*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 950px) { /*header mobile*/
    .header {
        /*flex-direction: column; */
        margin-bottom:5px;
    }

}
@media only screen and (min-width: 950px) { /*header desktop*/
    .header {
        flex-direction: row;
        margin-bottom:10px;
    }
}


.header img {
	width:120px; /* 200 */
}
.header a {
	display: inline-block;
}

.header1 { /* wrap div menu after  logo */
	/*position: absolute;*/
	top: 100%;
	background-color:  var(--main_color);
	width: 100%;
    padding: 10px;
	/*z-index:100;*/
 /*border-top: var(--grey-border) solid 1px;*/
}

.menu_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: inherit;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 950px) { /*header1 mobile*/
    .menu_wrapper {
      margin-top: 10px;
    }
    .header1::before { /*separator*/
        content: '';
        display: block;
        top: 0;
        width: 50%;
        left: 25%;
        border-top: 1px solid var(--grey-border);
        margin-left: auto;
        margin-right: auto;
				margin-bottom: 4px;

    }
    .header a {
      /*  margin: 5px; */
    }
		.frminpm input { /* input inside login form*/
			/*width: 80%;*/
		}
		.menu_m {
			display: flex;
			flex-direction: column-reverse;
			text-align: center;
		}
		.mrgmenuitem {
			margin-top:5px;
		}
}
@media only screen and (min-width: 950px) { /*header1 desktop*/
    .header1 > div {  /* second wrap div menu after  logo  */
        display: flex;
          flex-direction: row-reverse;
        align-items: center;
      }
      .header1 div .lf { /* gestisci il tuo account */
        /* width: 100%; */
        /*margin-right:40px;*/
      }
      .header1 div .rgd { /* wrap esci dai dispositivi */
        display: flex;
        align-items: center;
      }
      .header1 div .rgd .lf { /* div esci dai dispositivi */
        display: flex;
          flex-direction: row;
        align-items: center;
      }
      .header1 div .rgd .lf div {  /*2 div inside wrap */
        margin-left:40px;
      }
			.mrgmenuitem {
				margin-left:50px;
			}
}

.frminpm { /*login form*/
	text-align: center;
}
.frminpm input { /* input inside login form*/
	margin-left: auto;
	margin-right: auto;
}
#sbm { /* accedi btn */
margin-top:10px;
}
.inp_l {
  padding: 2px 0px 2px 2px;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
  margin-bottom:5px;
}

/* end header */

.mainpr {
	background-color: var(--main_light);
	padding: 3%;
	border-radius: 10px;
	overflow: hidden; /* quando height va 0 rimane l overflow*/
}

@media only screen and (min-width: 950px) { /*  desktop*/
    #lfrg, .lfrg { /* restored via js on return from follow */
        display: flex;
        justify-content: space-around;
    }
    .content_leftpr { /* left bookmarks column */
        padding: 20px 30px;
        padding-right: 65px;
        /*float: left;*/
        border-right: solid 1px #eeebf0;
        /*width: 450px;*/
        width: 30%;
        min-height: 380px;
    }
    .content_rightpr { /* right bookmarks column */
        padding-top: 0px;
        padding-bottom: 25px;
        padding-right: 30px;
        /*float: right;*/
        /*width: 450px;*/
        width: 50%;
        margin-right: 15px;
        margin-top: 0px;
    }
    #lftm .centr.hiddnm { /* btn annulla*/
        margin-top:30px;
        margin-left:auto;
        margin-right:auto;
    }
}
.mrgtp5m.blokm{ /* div salva l accesso.... */
	margin-top:5px;
}
#ldng img {
	width: 30px;
	height: 30px;
}

#idfrmsh { /*form save share*/
	display: none;
}
.mrgbt10.mrgtp10m { /*div : visualizza tutti - visualizza in pagine... */
	display: flex;
	justify-content: space-around;
	padding-top: 5px;
    padding-bottom: 25px;
    text-align: center;
}
.tpwd { /*div numeraz pagine */
	text-align: center;
	display: flex;
	justify-content: space-around; /*justify-content: center */
	align-items: center;
}
.tpwd .grs { /*div numeraz pagine */
	font-weight:bold;
}
.tpwd > span:nth-child(1) { /*left arrow*/
	order:1;
}
.tpwd > span:nth-child(2) { /*right arrow*/
	order:3;
}
.tpwd > span:nth-child(3) {  /*pages*/
	display: block;
	order:2;
}

.tpwd > span { /* tutti gli span dentro div : arrow & page number wrap */
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	display: inline-block;
}
.tpwd > span > span { /* single number page*/
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	display: inline-block;
}
.btnprfdr { /* div folder name   */
	display: flex;
	align-items: center;
	/* background: linear-gradient(to top , var(--main_color), var(--main_variation)) repeat scroll 0% 0% transparent; */
	background-color: var(--main_color);
	margin-bottom: 15px;
	padding:5px;
	/*width: 95%;*/
	margin-left:auto;
	margin-right:auto;
	border-radius: 5px;
	cursor: pointer;
	/*box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 20px    , rgba(0, 0, 0, 0.20) 0px 0px 20px   ;*/
	box-shadow: rgba(0, 0, 0, 0.10) 5px 5px 5px 1px;
	/*box-shadow: 0 1px 1px 1px #888888;*/
	/*height: 35px;*/
}
.imgfld { /* img folder div wrap */
width:15px;
float:left
}
.imgfld img { /* img folder tag*/
display:none;
}
.btnprfdr > div:nth-child(1) { /*1 div inside folder name: img folder*/
	order:1;
}
.btnprfdr > div:nth-child(2) { /*2 div inside folder name: all img div wrap*/
	order:3;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.btnprfdr > div:nth-child(3) { /*3 div inside folder name: name*/
	order:2;
}

.btnprfdr > div:nth-child(5) { /*5 div inside folder name: name*/
	order:2;
}
.btnprfdr + div { /* first div inside folder name: all item */
	/*width: 90%;*/
	margin-left:auto;
	margin-right:auto;
}

.nosel { /* aprendo la cartella a volte il contenuto e'selezionato da 'solo'*/
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.imgwh3040 { /*folder img*/
	width: 30px;
}
.foldoption {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-evenly;*/
    text-align: center;
}
.divalfabetico, .divrimgv, .divshare, .divsharebtn, .divytbtn{
    padding:6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    width: 90%;
    display: flex;
    justify-content: space-around;
	box-sizing: border-box;
}

.divsharebtn{
    display: flex;
    justify-content: space-around;
}
.sharewrap{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.btnprfld, .btnprf  { /*div single item inside and outside folder*/
	background-color: var(--main_extralight);
	/*margin: 10px;*/
	margin-top:10px;
	margin-bottom:10px;
/*	border: 1px solid var(--grey-border);*/
	padding: 15px;
	overflow-wrap: break-word;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(53,43,53,.1);
}

#mdfdr{ /*div modifica elimina cartelle*/
	text-align: center;
}
#btnmd { /*div wrap rinomina elimina btn */
    margin-top: 10px;
    display: block;
}
.inp6 { /* input seleziona cartella*/
	padding: 2px 2px 2px 2px;
	margin: 5px 1px 3px 0px;
	width: 200px;
	}
.btn { /*blue button*/
	background: -moz-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background: -webkit-linear-gradient( #557aeb 5%, #3e3e61 100%);
	background: -o-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background: -ms-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background: linear-gradient(to bottom, #557aeb 5%, #3e3e61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557aeb', endColorstr='#3e3e61',GradientType=0);
	background-color: #557aeb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	/*border: 1px solid #1824ab;*/
	cursor: pointer;
	color: #ffffff !important;
	/* font-family: Arial; */
	font-size: 11px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
/*	text-shadow: 0px 1px 0px #0510eb;*/
}
.centr {
   text-align: center;
}
@media only screen and (min-width: 950px) { /*  desktop*/
    #mdfbtn { /*div wrap btn inserisci nuovo/ gestisci cartelle */
    width: 50%;
    }
    #mdfbtn .btn {
        width: 100%;
        display: inline-block;
    }
}

.cntrm::after { /* riga dopo inserisci link*/
	content: '';
	display: block;
	border-top: 1px solid var(--grey-border);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top:25px;
	width: 75%
}
.cntrm form label  { /*incolla link label */
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
}
.cntrm form input{ /*incolla link input */

}

#idlinks label {
	margin-top:10px;
	margin-bottom: 2px;
	display: block;
}


#idaninslnk{/*torna ai tuoi link mobile*/
	margin-top: 10px;
}

#btnpt, #sbm, .greybtn { /*preleva titolo btn e login*/
	-webkit-text-size-adjust: 100%;
	/* font-family: "Titillium Web" !important; */
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	margin-bottom: 0;
/*	line-height: 15px;*/
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	cursor: pointer;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px 14px;
/*	background-color: #e6e6e6;*/
	/*color: #333333;*/
	color: black;
	background-color: var(--main_variation);
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
	background-image: none;
	outline: 0;
	/*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}



.inp3, .inp4 {
  padding: 3px 0px 3px 3px;
	width:95%;
}

.inp3_var { /* inserisci link input */
	width:59%;
	box-sizing: border-box;
}

.idmarkwrap{ /* mark rosso/verde div wrap */
	margin-top: 10px;
}

#svbtn, #svbtnmd, #svbtndl {
	/*
	conferma salvatagio btn
	salva modifiche btn
	elimina btn
	*/
	width:95%;
	-webkit-text-size-adjust: 100%;
	margin: 10px 0 0 0;
	-webkit-appearance: button;
	/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	display: inline-block;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	/*background-image: linear-gradient(to bottom, #0088cc, #0044cc);*/
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-size: 12px;
	padding: 5px 14px;
	text-decoration: none;
	background-position: 0 -15px;
	transition: background-position 0.1s linear;
    /*	color: #ffffff;
    color: var(--link_color);*/
    color:black;
	/*background-color: #0044cc;*/
	/*background-color: #3262bf;*/
	background-color: var(--main_variation);
}

.malrtcnf { /*alertbox */
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: fixed;
margin-left: auto;
margin-right: auto;
margin-top:auto;
margin-bottom:auto;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
border: 1px solid #3E3E6124 ;
background-color: #EEEBF0;
box-shadow: 10px 10px 5px #888;
text-align:center;
display: inline-block;
border-radius: 10px;
}
.malrtcnf .mrgauto { /* si no button div warp inside alert box*/
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.mrgauto img {  /*img loading alertcnf */
    position: absolute;
    width: 25px;
    left: 38px;
    bottom: 25px;
}


.malrtsi { /*si cfg*/
	font-family: Verdana,Geneva,sans-serif;
	margin-bottom:10px;
	/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #557aeb), color-stop(1, #3e3e61));
	background:-moz-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:-webkit-linear-gradient( #557aeb 5%, #3e3e61 100%);
	background:-o-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:-ms-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:linear-gradient(to bottom, #557aeb 5%, #3e3e61 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#557aeb', endColorstr='#3e3e61',GradientType=0);
	background-color:#557aeb;
	*/
	background-color:#245ab7;
	border-radius: 8px;
	border: 0px solid #1824AB;
	cursor: pointer;
	color: rgb(255, 255, 255) !important;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #0510EB;
}

.malrt {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*
    left: 0px;
    top:0px;
    right: 0px;
    bottom:0px;
    */
    cursor: pointer;
    position: fixed;


    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    padding: 15px;
    border: 1px solid #3E3E6124;
    background-color: #EEEBF0;
    box-shadow: 5px 5px 20px #888;
    text-align:center;
    /*
    width: 100px;
    height: 100px;
    */
    display: inline-block;
    }

.malrtok {
    font-family: Verdana,Geneva,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 20px ;
    left:0px;
    right:0px;
    position: relative;
    margin-bottom:10px;
    /*
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #557aeb), color-stop(1, #3e3e61));
        background:-moz-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
        background:-webkit-linear-gradient( #557aeb 5%, #3e3e61 100%);
        background:-o-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
        background:-ms-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
        background:linear-gradient(to bottom, #557aeb 5%, #3e3e61 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#557aeb', endColorstr='#3e3e61',GradientType=0);
        background-color:#557aeb;
         border: 2px solid #1824AB;
        */

    background-color:#245ab7;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0510EB;
    position: absolute;
    bottom: 0;

    /*top:150px;
    */
    }
.btnh /* button home */
 {
    text-align:center;
    width:180px;
    height:15px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #557aeb), color-stop(1, #3e3e61));
	background:-moz-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:-webkit-linear-gradient( #557aeb 5%, #3e3e61 100%);
	background:-o-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:-ms-linear-gradient(top, #557aeb 5%, #3e3e61 100%);
	background:linear-gradient(to bottom, #557aeb 5%, #3e3e61 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#557aeb', endColorstr='#3e3e61',GradientType=0);
	background-color:#557aeb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:5px;
	/*border:2px solid #1824ab;
    border:1px solid #000000;*/
	display:inline-block;
/*	cursor:pointer; */
	color:#ffffff !important;

  /*
	font-family:Arial;
  */
	font-size:13px;
  	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #0510eb;*/


}
@media only screen and (min-width: 950px) { /*header desktop*/
    .islnk { /*div after left and right ... button for mobile */
        clear:both; /* posiziona alla fine del float */
        display: none;
    }
}

/* for js */

.hiddn{ /* visu  both mobile and desktop */
display:none ;
}
.blok { /* visu both mobile and desktop */
display:block;
}
@media only screen and (min-width: 950px) { /*  desktop*/
    .bo {
        opacity: 1;
       /*
       visibility: visible;
       */
       -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity  0.5s ease-in-out;
       -o-transition: opacity 0.5s ease-in-out;
       -ms-transition: opacity 0.5s ease-in-out;

       /*
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       */
       }
       .hd{
        opacity: 0;
        height: 0px ;  /*visibility prende spazio*/
         margin-top:0px !important;
        margin-bottom:0px !important;
        margin-left:0px !important;
        margin-right:0px !important;
        padding:0px 0px 0px 0px !important;
        visibility: hidden;
         -webkit-transition: opacity  0.5s ease-in-out;   /* con solo opacity, visibity ha la priorit� e non transiziona*/
        -moz-transition:  opacity  0.5s ease-in-out;
        -o-transition:   opacity  0.5s ease-in-out;
        -ms-transition:   opacity  0.5s ease-in-out;
        }

}
@media only screen and (max-width: 950px) { /*mobile*/
    .bom { /* visutm toggle,trasparency,m only */
 opacity: 1;
	/*
	visibility: visible;
	*/
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity  0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;

	/*
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	*/
}
.hdm{ /* visutm toggle,trasparency,m only */
	opacity: 0;
	height: 0px ;  /*visibility prende spazio*/
	margin-top:0px !important;
	margin-bottom:0px ;
	margin-left:0px ;
	margin-right:0px ;
	padding:0px 0px 0px 0px ;
	visibility: hidden;
	-webkit-transition: opacity  0.3s ease-in-out;   /* con solo opacity, visibity ha la priorit� e non transiziona*/
	-moz-transition:  opacity  0.3s ease-in-out;
	-o-transition:   opacity  0.3s ease-in-out;
	-ms-transition:   opacity  0.3s ease-in-out;
}
.blokm { /* visum */
	display:block;
}
.hiddnm{ /* visum */
	display:none !important;
}
}


/* for js */

.overlay {
box-sizing: border-box;
    position: fixed;
    bottom: 0;
    right: 0;
   width: 100%;
    /*padding-left:5px;
    padding-right: 5px;
padding-bottom: 2px;*/
    /*height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.popup {
  padding-left: 5px;
    padding-right:35px;
    padding-top:2px;
    padding-bottom:2px;
    background-color: white;
   /* padding: 4px;*/
   /* border-radius: 10px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.popup p {
    margin-left:10px;
}
