@charset "utf-8";
body {
	margin: 0;
	background-color: white;
	font-family: 'Roboto';
	position: relative;
	z-index: 1;
    overflow: auto;
    height: 100%
}
.navMenu {
    padding: 10px;
    background-color: #375E97;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}
.navMenu:hover {
    padding: 10px;
    background-color: #CC843C;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
::placeholder {
  color:#CFCFCF;
}
#ajaxWait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 148, 153, 155, 0.9 ) 
                url('https://gestione.mydati.it/img/ajaxWait.gif') 
                50% 50% 
                no-repeat;
}
.title {
	z-index: 1;
	width: 100%;
}
.usrMenuCont {
	background-color: black;
    padding: 5px;
    overflow: auto;
}
.userName {
	max-width: 300px;
	height: 50px;
	padding-right: 10px;
	color: white;
	font-size: 20px;
	float: left;
	background-color: black;
}
#uNameCont {
    cursor: pointer;
}
#uNameCont:hover, .logoutButton:hover {
    background-color: #666666;
}
.accInfo {
	height: 40px;
	padding-right: 10px;
	color: white;
	font-size: 14px;
	background-color: black;
    padding-top: 10px;
    display: inline-block;
}
#usrInfoResp {
    display: none;
}
.datiContainer {
	margin: 0 auto;
	background-color: white;
    padding: 5px;
    padding-bottom: 20px;
}
.addIcon, .delIcon, .editIcon, .vediFileIcon, .entryCountIcon {
	margin-left: 10px;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
}
.addIcon:hover, .delIcon:hover, .editIcon:hover, .vediFileIcon:hover {
    opacity: 0.3;
}
img.locked {
    height: 60%;
    width: auto;
    vertical-align: middle;
    padding-top: 6px;
}
.addIcon {
	background-image:url("../img/dataAddIcon.png");
	background-size: cover;
    cursor: pointer;
}
.delIcon {
	background-image:url("../img/dataDelIcon.png");
	background-size: cover;
    cursor: pointer;
}
.editIcon {
	background-image:url("../img/dataEditIcon.png");
	background-size: cover;
    cursor: pointer;
}
.vediFileIcon {
	background-image:url("../img/dataShowFilesIcon.png");
	background-size: cover;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.vediFileCounter {
    position: absolute;
    display: inline-block;
    z-index: 2;
    font-size: 12px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: cadetblue;
    color: white;
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.entryCountIcon {
	background-image:url("../img/dataNoSign.png");
	background-size: cover;
    font-size: 14px;
    line-height: 40px;
    color: coral;
    font-weight: bold;
}
.noCursor {
    cursor: inherit;
    opacity: 0.3;
}
.opClIcon {
	width: 40px;
	height: 40px;
	float: left;
	background-size: cover;
    cursor: pointer;
    top: -5px;
    left: -5px;
    background-color: white;
    margin-right: 10px;
    border-radius: 40px;
}
.opClIcon:hover {
    background-color: #ffcb95;   
}
.opClIcon img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
}
.respOpClIcon {
    visibility: hidden;
    display: none;
    float: left;
    width: 20px;
    background-color: aliceblue;
}
.noRespOpClIcon {
    width: 30px;
}
#userIcon {
	width: 40px;
	height: auto;
	vertical-align: middle;
	margin: 5px;
}
#hdIcon {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 5px;
	background-color: black;
}
#nrIcon {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin: 5px;
	background-color: black;
}
.optIcon {
	width: 40px;
	height: auto;
	vertical-align: middle;
	margin: 5px;
    margin-right: 10px;
	background-color: black;
    cursor: pointer;
}
#optIconResp {
    display: none;
}
.statoAbb {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.statoAbbInfo {
    max-width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.gratuito {
    color: black;
    background-color: #add;
}
.bronzo {
    color: white;
    background-color: #CD7F32;
}
.argento {
    color: white;
    background-color: #C0C0C0;
}
.oro {
    color: black;
    background-color: #FFD700;
}
.platino {
    color: black;
    background-color: #e5e4e2;
}
.logoutButton {
    color: black;
    height: 47px;
    float: right;
    cursor: pointer;
    padding-top: 3px;
}
.menuButton {
    position: relative;
	background-color:#b8d0c8;
	text-align: center;
	font-size: 26px;
	margin-top: 10px;
	color:#555555;
}
.catTitCont {
    float: left;
}
.mbCont {
    margin: 0 auto;
    padding: 10px;
    background-color: #e7e7e7;
}
.mBnC {
    text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.mBaB {
    float: right;
}
.noCat {
	font-size: 24px;
	background-color:#d9d8d8;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	color:#555555;
    text-overflow: ellipsis;
}
.searchCont {
	background-color:#b8d0c8;
	text-align: center;
	font-size: 40px;
	padding: 10px;
	margin-top: 10px;
	color:#555555;
	line-height: 40px;
}
#searchInput {
	font-size: 30px;
	padding: 2px;
	padding-left: 4px;
	height: 40px;
	width: 300px;
	margin: 0 auto;
	border: 0;
	color: darkolivegreen;
	display: inline-block;
	vertical-align: middle;
	line-height:40px;
}
#searchIcon {
	cursor: pointer;
	height: 44px;
	width: 44px;
	display: inline-block;
	vertical-align: middle;
	
}
#searchInput:focus { 
	outline: none;
}
.infoCont {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    margin: 10px auto;
}
.infoDateT, .infoTitleT, .infoContenutoT, .infoDate, .infoTitle, .infoContenuto {
    float: left;
    padding: 5px 0px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
}
.infoDateT, .infoTitleT, .infoContenutoT {
    background-color:#a9a9a9;
    font-size: 14px;
}
.infoDate, .infoTitle, .infoContenuto {
    background-color:#e9e9e9; 
}
.infoDateT, .infoDate {
    width: 20%;
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.infoTitleT, .infoTitle{
    width: 30%; 
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.infoTitle {
    cursor: pointer;
    background-color: #d3d3d3;
}
.infoContenuto, .infoContenutoT {
    width: 50%;
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.entryContainer {
	margin-top: 3px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
}
.entryContainer:hover > .entryDate {
    background-color: #efeded;
}
.entryContainer:hover > .entryContent {
    background-color: #efeded;
}
.entryContainer:hover > .entryTitle {
    background-color: #e1dfdf;
}
.entryDate, .entryTitle, .entryContent, .entryFiles, .entryAnno, .entryUltimo, .entryPosizione, .entryInf, .entryTitleS, .entryValutazione {
	float: left;
	color: white;
	padding: 8px 0;
}
.entryDate, .entryContent, .entryInf, .entryUltimo  {
	color: #3E3E3E;
	background-color: #e8e8e8;
}
.entryTitle,.entryFiles, .entryTitleS, .entryAnno, .entryPosizione, .entryValutazione {
	color: #3E3E3E;
	background-color: #D9D8D8;
}
.bge8e8e8 {
    background-color: #e8e8e8;
}
.entryDate {
	text-align: center;
}
.entryTitle {
	text-align: center;
    cursor: pointer;
}
.entryContent {
	min-height: 17px;
}
.entryFiles {
	text-align: center;
}
.entryDateT, .entryTitleT, .entryContentT, .entryFilesT, .entryAnnoT, .entryUltimoT, .entryPosizioneT, .entryValutazioneT, .entryInfT, .entryTitleST {
	float: left;
	font-size: 16px;
	padding: 5px 0;
	color: white;
    color: crimson;
    text-align: center;
}
.entryDateT, .entryContentT, .entryTitleST, .entryAnnoT, .entryValutazioneT {
	background-color: #dfdfdf;
}
.entryTitleT,.entryFilesT, .entryInfT, .entryUltimoT, .entryPosizioneT {
	background-color: #dfdfdf;
}
.entryDateT {
}
.entryTitleT {

}
.entryFilesT {

}
.entryDateT, .entryDate {
	width: 10%;
}
.entryTitleT, .entryTitle {
	width: 32%;
}
.entryContentT, .entryContent {
	width: 58%;
}
.entryFilesT, .entryFiles {
	width: 7%;
}
.entryTitleST, .entryTitleS {
	width: 30%;
}
.entryInfT, .entryInf {
	width: 40%;
}
.entryUltimoT, .entryUltimo {
	width:  10%;
    text-align: center;
}
.entryAnnoT, .entryAnno {
	width: 10%;
    text-align: center;
}
.entryValutazioneT, .entryValutazione {
    width: 15%;
    text-align: center;
}
.entryPosizioneT, .entryPosizione {
	width: 10%;
    text-align: center;
}
.entryMargin {
	margin: 0 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.width40pc {
    width: 40%;
}
.width20pc {
    width: 20%;
}
.width25pc {
    width: 25%;
}
.fileCountResp {
    display: none;
    padding: 2px;
    background-color: white;
    color: red;
}
#ajaxPopupCont {
	position: absolute;
    top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
    min-height: 100vh;
    background-color: rgba(148, 153, 155, 0.9);
    overflow: auto;
}
#ajax100 {
    height: 100vh;
}
#ajaxCont{
	width: 800px;
	background-color: white;
    margin: 20px auto;
    padding: 5px;
	padding-bottom: 20px;
}
.ajaxAddTitle {
	color: darkorange;
	font-size: 22px;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
    overflow-wrap: break-word;
}
#ajaxClose {
	height: 30px;
	width: auto;
	cursor: pointer;
}
#clipboard {
	cursor: pointer;
    vertical-align: middle;
    padding-left: 10px;
}
.ajaxUserInfo {
    text-align: center;
    position: relative;
    width: 90%;
    background-color: beige;
    margin: 0 auto;
    padding: 20px;
}
.ajaxUserInfo img {
    width: 150px;
}
.ajUname {
    font-size: 24px;
    min-width: 160px;
    padding: 5px;
    background-color: #AEBD38;
    color: white;
    position: absolute;
    top: 140px;
    z-index: 10;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ajUITitle {
    font-size: 16px;
    color: black;
}
.ajUICont {
    font-size: 16px;
    color: #AEBD38;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}
.ajStAbb .statoAbb{
    padding: 10px !important;
}
.filtersCont {
    text-align: center;
    padding-bottom: 5px;
}
.filtersButton {
    background-color: #fbc18d;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
#searchClose {
	height: 44px;
	width: auto;
	cursor: pointer;
    vertical-align: bottom;
    padding-right: 5px;
}
.modificaDatoButt, .vediDatoButt {
    float: left;
    width: 100px;
    color: black;
    height: 30px;
    line-height: 30px;
    background-color: orange;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.closeDiv {
    float: right;
    text-align: right;
    width: 50%;
}
.borderLeftRight {
    border-left: 2px solid #e3dfdf;
    border-right: 2px solid #e3dfdf;
}
.borderBottom {
    border-bottom: 2px solid #e3dfdf;
}
.ajaxViewFormT {
	color: #818181;
	background-color: #e3dfdf;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
    font-size: 18px;
}
.ajaxViewFormC, .ajaxViewFormText  {
	color:#4D4D4D;
	background-color: #f7f2f2;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
    font-size: 24px;
    overflow-wrap: break-word;
}
.ajaxViewFormText {
    white-space: pre-wrap;    
}
.ajaxAddFormT, .ajaxAddFormC {
	color: #585656;
	background-color: white;
	padding: 6px;
	text-align: center;
	width: 96%;
	margin: 0 auto;
}
#addDatoContent {
    white-space: pre-wrap;
}
.formAddTitle, .inputEdit, .inputAdd {
	padding: 5px;
	font-size: 20px;
	color: #353535;
	width: 100%;
	margin: 0  auto;
	box-sizing: border-box;
}
.editContent, .addContent {
    padding: 3px;
	height: 250px;
	resize: none;
	font-family: Arial;
	width: 100%;
	margin: 0  auto;
	box-sizing: border-box;
    font-size: 20px;
}
.addFile {
    margin-top: 20px;
	text-align: center;
	color: darkcyan;
	padding: 10px;
}
#fileInput {
 	background-color: #e5e4e2;
	color: black;
	font-size: 14px;
	width: 400px;
}
#uploadIcon {
	background-color: darkcyan;
	cursor: pointer;
	padding: 10px 0;
    font-size: 14px;
	width: 400px;
	margin: 0 auto;
    color: white;
}
.progressBar {
    background-color:#7E7A7A;
    color:orange;
    max-width: 80%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 10px;
}
.uploadOk {
    color: white;
    display: inline-block;
    padding: 5px;
}
.selectCont {
    text-align: center;
    padding: 10px;
}
#selectCat {
    font-size: 16px;
    width: 300px;
    padding: 5px;
    margin-bottom: 10px;
}
#delUpload {
    background-color: darkorange;
    color: white;
    display: inline-block;
    padding: 5px;
}
input[type=file]::file-selector-button {
 	background-color: #283747;
	color: white;
	font-size: 20px;
	border: none;
	padding: 5px;
	cursor: pointer;
}
.addButtonDiv, .delButtonDiv {
	text-align: center;
	margin-top: 10px;
}
.delButtonDiv {
    margin-bottom: 20px;
}
.ajaxCloseCont {
    text-align: right;
}
.addButton {
	padding: 10px;
	background-color:#17A734;
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	color: white;
	margin-bottom: 10px;
	cursor: pointer;
}
.addButtonGen {
	padding: 10px;
	background-color:#17A734;
	font-size: 20px;
    width: 200px;
	margin-top: 5px;
	color: white;
	margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
    text-align: center;
}
.delButton, .delButtonDo {
	background-color:crimson;
    color: white;
	padding: 10px;
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
.delButtonAnn {
	background-color:#ff896e;
    color: white;
	padding: 10px;
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
#delDatoAsk {
    display: none;
    text-align: center;
    color: crimson;
    margin-bottom: 20px;
    padding: 0px 10px;
}
#addButtonResp {
	text-align: center;
    color: black;
}
#ajaxRespClickButt {
    text-align: center;
    color:crimson;
}
#ajaxRespChPass, #ajaxRespChEmail {
    text-align: center;
}
#doResponse, #doUploadResponse {
    background-color: #264172;
    z-index: 1000;
    padding: 20px;
    text-align: center;
    color:white;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    bottom: 5px;
    width: 100%;
    max-width: 300px;
    /*left: 50%;
    transform: translateX(-50%);*/
    left: 5px;
    display: none;
    border-radius: 15px;
}
#closeUpOk {
    background-color: #38ff00;
    color: black;
    padding: 3px;
    cursor: pointer;
}
.catNameColor {
    color: #6C6C6C;
	font-weight: bold;
}
.clear {
	clear: both;
}
.addCatButtonDiv {
	text-align: center;
	margin-top: 10px;
}
.ajaxFiles {
    font-size: 16px;
    color: #4D4D4D;
    background-color: #f7f2f2;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    overflow-wrap: break-word;
    border-bottom: 2px solid #e3dfdf;
}
.fileTitle {
    color: #5A5A5A;
}
.fileList {
    padding: 5px;
    text-align: left;
    line-height: 24px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-bottom: 1px solid #dad7d7;
    color: #ff9000;
    white-space:inherit;
    overflow: hidden;
}
.fileListImg {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    background-position:center;
    background-size: cover;
    text-align: center;
    line-height: 75px;
    text-transform: uppercase;
    font-size: 14px;
}
.fileListImg img {
    width: inherit;
}
.fileListInfoCont {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 680px;
}
.delConfermi {
    color: black;
    font-size: 14px;
}
a.downFile:link, a.downFile:active, a.downFile:focus, a.downFile:visited, a.downFile:hover {
    padding: 4px;
    background-color:#797979;
    color: white;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.delFile {
    padding: 4px;
    background-color: crimson;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
#addCatButton {
	padding: 10px;
	background-color:#17A734;
	font-size: 20px;
	display: inline-block;
	margin-top: 5px;
	color: white;
	margin-bottom: 10px;
	cursor: pointer;
}
.noEntries {
    text-align: center;
    margin-top: 10px;
}
.radioAsk {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.radioAskUsr {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}
#ajaxRespConsenso {
    text-align: center;
}
/* The container */
.containerRb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRb:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRb input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRb .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*premium*/
#cambioPiano {
}
.sfumaBronzo, .sfumaArgento, .sfumaOro {
    opacity: 0.2;
    cursor: none;
    pointer-events: none;
}
.hideAbb {
    display: none;
}
.cambioPianoResp {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #007683;
    color: white;
    cursor: pointer;
    display: none;
}
.cambioPianoH {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #007683;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-top: 6px;
    border-radius: 5px;
}
.cambioPianoH:hover {
    background-color:#0099AA;
}
.premContBg {
	position: absolute;
    top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
    min-height: 100vh;
    background-color: rgba(148, 153, 155, 0.9);
    display: none;
}
.premContFull {
	width: 100%;
	background-color: white;
    margin-top: -300px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.premContCen {
	width: 1000px;
    margin: 0 auto;
}
.premSquare {
    width: 240px;
    float: left;
    margin-right: 10px;
    background-color: #efeeee;
    padding-bottom: 20px;
}
.premColore {
    padding: 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.premDescr {
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #777777;
    text-align: center;
}
.premPrice {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: cadetblue;
}
.premPaypal {
    text-align: center;
    padding-top: 30px;
}
.buttAcq {
	background-color:#44c767;
	border-radius:7px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:22px;
	padding:16px 31px;
	text-decoration:none;
}
.buttAcq:hover {
	background-color:#5cbf2a;
}
.buttAcq:active {
	position:relative;
	top:1px;
}
.premClose {
    background-color: white;
    text-align: right;
}
.iconStato {
    vertical-align: sub;
    width: 30px;
    padding-right: 5px;
}
#premClose {
    height: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .sfumaBronzo, .sfumaArgento, .sfumaOro {
        display: none;
    }
    .premContFull {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .premContCen {
        width: auto;
        margin: 0 auto;
    }
    .premSquare {
        width: 100%;
        float: none;
        margin-right: 0px;
        background-color: #efeeee;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .premDescr {
        padding: 20px;
        font-weight: bold;
        font-size: 16px;
        line-height: 35px;
        color: #777777;
        text-align: center;
    }
}
@media only screen and (max-width: 862px) {
    .respOpClIcon {
        display: inline;
    }
    .noResOpClIcon {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 862px) {
    #accInfoHide {
        display: none;
    }
    .accInfoHide {
        display: none;
    }
    #usrInfoResp {
        display: inherit;
        text-align: center;
    }
    #optIconHide {
        display: none;
    }
    #optIconResp {
        display:inline;
    }
    .optIcon {
        width: 30px;
    }
    .accInfo {
        width: 100%;
        padding-top: 5px;
        height: 45px;
        padding-right: 0px;
    }
	.entryDateT, .entryDate {
		display: none;
	}
	.entryTitleT, .entryTitle {
		width: 42%;
		font-size: 20px;
	}
	.entryContentT, .entryContent {
		font-size: 20px;
	}
    .entryContent {
        min-height: 23px;
    }
	.entryFilesT, .entryFiles {
		width: 10%;
		font-size: 20px;
	}
	#ajaxCont,#ajaxViewDatoCont {
		width: 90%;
	}
    .opClIcon {
        position: absolute;
        z-index: 10;
    }
    .opClIcon img {
    }
    .catTitCont {
        float: inherit;
    }
    .mbCont {
        width: auto;
    }
	.mBnC {
		height: 35px;
		line-height: 35px;
		float: inherit;
		text-align: center;
		margin-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
	}
	.mBaB {
		float: inherit;
        width: 250px;
		margin: 0 auto;
	}
    .cambioPianoResp {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .cambioPianoH {
        display: none;
        text-align: center;
    }
    .fileListInfoCont {
        max-width: 300px;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #doResponse, #doUploadResponse {
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 479px) {
    .userName {
        font-size: 16px;
    }
    .esciSpan {
        display: none;
    }
    #usrInfoResp {
        display: inherit;
        text-align: center;
    }
    #optIconHide {
        display: none;
    }
    #optIconResp {
        display:inline;
    }
    .optIcon {
        width: 30px;
    }
    .accInfo {
        width: 100%;
        padding-top: 5px;
        height: 45px;
        padding-right: 0px;
    }
	.entryDateT, .entryDate {
		display: none;
	}
	.entryTitleT, .entryTitle {
		width: 100%;
		font-size: 20px;
	}
	.entryFilesT, .entryFiles {
		display: none;
	}
	.entryContentT, .entryContent {
		display: none;
	}
    #ajaxCont, #ajaxViewDatoCont{
		width: 96%;
	}
	#fileInput {
		width: 300px;
		margin: 0 auto;
	}
    #searchInput {
        width: 250px;
        font-size: 24px;
    }
	#uploadIcon {
		width: 220px;
		margin: 0 auto;
	}
    .opClIcon {
        position: absolute;
        z-index: 10;
    }
    .opClIcon img {
    }
    .catTitCont {
        float: inherit;
    }
    .mbCont {
        width: auto;
        position: relative;
        height: 90px;
    }
    .menuButton {
        font-size: 20px;
    }
    .entryCounter, .addIcon, .delIcon {
	    font-size: 20px;
    }
	.addIcon, .delIcon, .editIcon {
		margin-left: 8px;
		width: 40px;
		height: 40px;
        padding: 0px;
	}
    .vediFileIcon {
		width: 40px;
		height: 40px;
        padding: 0px;
	}
    .entryCounter {
        margin-left: 8px;
		width: 25px;
		height: 25px;
    }
	.mBnC {
		margin-bottom: 10px;
		float: inherit;
		text-align: center;
        padding-left: 30px;
        padding-right: 30px;
	}
	.mBaB {
        position: absolute;
        width: 244px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        top: 80px;
	}
    .noCat {
        font-size: 16px;
    }
    .cambioPianoResp {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .cambioPianoH {
        display: none;
    }
    .fileListImg {
        float: inherit;
        margin: 0 auto;
    }
    .fileListInfoCont {
        float: inherit;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }
    .fileCountResp {
        display: inline;
    }
    .ajaxUserInfo {
        padding: 10px;
    }
    #doResponse, #doUploadResponse {
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 2px;
        margin-left: 2px;
        margin-bottom: 2px;
        padding: 10px;
    }
}
@media only screen and (max-width: 700px) {
    .entryAnnoT, .entryAnno, .entryUltimoT, .entryUltimo, .entryPosizioneT, .entryPosizione, .entryValutazione, .entryValutazioneT {
        display: none;
    }
    .entryTitleST, .entryInfT, .entryTitleS, .entryInf {
        width: 50%;
    }
    .navMenu, .navMenu:hover {
        padding: 5px;
        font-size: 16px;
        margin-right: 3px;
    }
    .infoDate, .infoDateT {
        display: none;
    }
    .infoTitle, .infoTitle {
        width: 30%;
        padding-right: 3px;
        padding-left: 3px;
        box-sizing: border-box;
        text-overflow: ellipsis;
    } 
    .infoContenuto, .infoContenutoT {
        width: 70%;
        padding-right: 3px;
        padding-left: 3px;
        box-sizing: border-box;
        text-overflow: ellipsis;
    }
    .datiContainer {
        padding: 0px;
    }
}