.display
{
    display: block !important;
}
.hidden
{
    display: none !important;
}

a.disabled
{
   pointer-events: none !important;
   color: #b4b4b4 !important;
}


.no-cursor
{
    cursor: auto !important;
}

.display-inline
{
    display: inline-block !important;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.float-none
{
    float: none;
}

.black
{
    color: #000000 !important;
}
.white
{
    color: #ffffff !important;
}
.red
{
    color: #ff0000 !important;
}

.margin-left
{
    margin-left: 15px;
}
.margin-right
{
    margin-right: 15px;
}

.clear
{
    clear: both;
}

.font-bold
{
    font-weight: bold !important;
}
.font-normal
{
    font-weight: normal !important;
}
.font-light
{
    font-weight: lighter !important;
}

.text-center
{
	text-align: center;
}

.text-left
{
	text-align: left;
}

.table
{
    width: 100%;
}

.table td
{
    /*border: solid 1px #2f3d4a;*/
    text-align: center;
    padding: 5px;
    
/*    width: 200px;
    max-width: 200px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.table tr.selezionato
{
    background-color: #dee7ef;
}

.table tr:hover
{
    background-color: #313c4a;
    color: white;
}

.thead
{
    font-weight: bold;
    color: #2f3d4a;
    /*color: #000000;*/
}

.thead td
{
    border-bottom: solid 1px #2f3d4a;
}

.tbuttons
{
    /*color: #000000;*/
    color: #2f3d4a;
}

.tbuttons td
{
    text-align: left;
}

.tbuttons a, .tbuttons span
{
    color: inherit;
    text-decoration: none;
    display: block;
    float: left;
}


.thead:hover, .tbuttons:hover
{
    background-color: #ffffff !important;
    color: #2f3d4a !important;
}

.thead.staccato, .tbuttons.staccato
{
    position: fixed; 
    top:0;
    background-color: #ffffff;
}

.colonna-nascosta
{
	display: none;
}

.input-ricerca-tabella:hover
{
    background-color: #ffffff !important;
    color: #000000 !important;
}

.colonna-check
{
    width: 34px;
}

.colonna-check .contenitore-input, .check-all-table
{
    margin: 0 !important;
    width: 34px !important;
    padding-top: 4px;
}

.form
{
    border: solid 1px #2f3d4a;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    padding-bottom: 20px;
}

.form .titolo-form
{
    margin-top: -24px;
    margin-bottom: 20px;
    text-align: center;
}

.form .titolo-form span
{
    background-color: #ffffff;
    border: solid 1px #2f3d4a;
    padding: 6px;
    border-radius: 5px;
    z-index: 1;
    zoom: 1;
}

.contenitore-input
{
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    max-width: 100%;
    height: 25px;
    position: relative;
}

.table .contenitore-input
{
	margin-bottom:0;
}

.max-input
{
	position: absolute;
    right: 5px;
    top: 0;
    color: #B9B9B9;
    font-weight: 100;
}

.contenitore-checkbox,.contenitore-radio
{
    cursor: pointer;
}

.contenitore-input-checkbox
{
	border: solid 1px transparent;
}

.contenitore-input-checkbox:focus
{
	border: solid 1px #ccc;
	outline: none;
}

.contenitore-input span
{
    display: block;
    float: left;
    line-height: 20px;
    margin-right: 7px;
}


.checkbox, .radio
{
    position: absolute;
    left: -20000px;
}

.testo-select:focus
{
    border-bottom: solid 2px #2f3d4a;
    outline: none;
}

.placeholder,.testo-select
{ 
    color: #aaaaaa; 
    font-weight: lighter;
}

.table .contenitore-input, .table .contenitore-select
{
	float: none;
    margin: auto;
}

.contenitore-textarea
{
	width: 100%;
	height: auto;
}

.textbox, .select, .textarea
{
    border: none;
    border-bottom: solid 1px #9E9E9E;
    outline: none;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: -6px;
    /*float: left;*/
    margin-left: 5px;
    margin-right: 25px;
    font-weight: lighter;
    max-width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}
.lista
{

    margin-left: 5px;
    margin-right: 25px;
    max-width: 100%;
    background-color: #ffffff;
}

.textarea
{
	width: 100%;
	height: 4em;
    margin-top: 0;
    margin-left: 0;
}


.textbox.nonCompilato, .textbox.nonCompilato:focus, .testo-select.nonCompilato, .contenitore-file-input .testo.nonCompilato, .textarea.nonCompilato, select.nonCompilato
{
    border-bottom: solid 3px #ff0000;
}

.placeholder.nonCompilato, .testo-select.nonCompilato,.contenitore-file-input .testo.nonCompilato
{
    color: #ffc2c2;
}

.textbox.nonCompilato::-webkit-input-placeholder
{
    color: #ffc2c2;
}

.textbox.nonCompilato:-moz-placeholder
{
    color: #ffc2c2;
}

.textbox.nonCompilato::-moz-placeholder
{
    color: #ffc2c2;
}

.textbox.nonCompilato:-ms-input-placeholder
{
    color: #ffc2c2;
}

.textbox:focus, .focused, .textarea:focus
{
    border-bottom: solid 2px #2f3d4a;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.select
{
    background-image: url(../Images/Icons/000000/expand_more.png);
    background-attachment: scroll;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    display: none;

   
}


.contenitore-select
{
    float: left;
    width: 300px;
    max-width: 100%;
    position: relative;
}

.testo-select
{
    font-style: normal;
    width: 100%;
    border: none;
    border-bottom: solid 1px #9E9E9E;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: -6px;
}

.contenitore-select ul
{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px #CCC;
    display: none;
    z-index: 1;
}

.contenitore-select li
{
    height: 46px;
    line-height: 46px;
    padding-left: 5px;
    padding-right: 5px;
    color: #2f3d4a;
    cursor: pointer;
    float: none !important;
}

.contenitore-select li.focused
{
	background-color: #dee7ef;
	border:none;
}

.contenitore-select li:hover, .contenitore-select .selezionato
{
    background-color: #dee7ef;
}

.pulsante
{
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #313c4a;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
}

.pulsante:hover,.pulsante-float:hover, .pulsante.mouseOver
{
    background-color: #4a5d73;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.pulsante-cruscotto
{
    display: inline-block;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 10px 0px;
    text-decoration: none;
}

.pulsante-cruscotto:hover,.pulsante-float:hover, .pulsante.mouseOver
{
    background-color: #4c6072;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pulsante-cruscotto-yellow
{
	background-color:#e6e600;
	background:#e6e600;
	color:#000000;
}
.pulsante-cruscotto-red
{
	background-color:#ff0000;
	background:#ff0000;
}
.pulsante-cruscotto-grey
{
	background-color:#c2c2a3;
	background:#c2c2a3;
}
.pulsante-cruscotto-green
{
	background-color:#009933;
	background:#009933;
}

.pulsante-cruscotto-orange
{
	background-color:#ff8000;
	background:#ff8000;
}
.pulsante-cruscotto-deep-orange
{
	background-color:#ff652a;
	background:#ff652a;
	
}
.pulsante-cruscotto-light-orange
{
	background-color:#ffb366;
	background:#ffb366;
}
.pulsante-cruscotto-light-green
{
	background-color:#99ff99;
	background:#99ff99;
	color:#000000;
}
.pulsante-cruscotto-light-blu
{
	background-color:#66ffff;
	background:#66ffff;	
	color:#000000;
}
.pulsante-cruscotto-blu
{
	background-color:#0000ff;
	background:#0000ff;
}

		
.contenitore-pulsanti-float
{
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.pulsante-float
{
    display: block;
    width: 55.5px;
    height: 55.5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    background-color: #313c4a;
    text-align: center;
    line-height: 67px;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#contenitore-toast
{
    position: fixed;
    left: -10000px;
    bottom: 22px;
    z-index: 1001;
    background-color: #181818;
    padding: 15px;
    color: #ffffff;
}

.contenitore-file-input
{
    display: block;
    cursor: pointer;
}

.file-input
{
    position: absolute;
    left: -10000px;
}

.contenitore-file-input .testo
{
    display: block;
    line-height: 39px;
    border-bottom: solid 2px #9E9E9E;
    overflow: hidden;
    height: 39px;
    color: #aaaaaa;
}

.contenitore-file-input .pulsante
{
    float: left;
    margin-right: 10px;
}

.contenitore-file-input .testo.caricato
{
    border-bottom: solid 2px #2f3d4a;
    color: #000000;
}

.contenitore-popup
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a5aaad;
    z-index: 1001;
    display: none;
}

.popup
{
    background-color: #ffffff;
    margin: auto;
    /*max-width: 80%;
    max-height: 80%;*/
    position: relative;
    box-shadow: 0px 0px 10px #585858;
    position: absolute;
    width: 100%;
    height: 80%;
}

.header-popup
{
    background-color: #313c4a;
    width: 100%;
    height: 64px;
    color: #ffffff;
    line-height: 64px;
    text-align: center;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.body-popup
{
    height: 100%;
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    position: absolute;
}


.body-popup .contenitore
{
    padding: 15px 15px;
}

.footer-popup
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 55px;
    border-top: solid 1px #2f3d4a;
    padding-top: 10px;
    background-color: #ffffff;
}

.limite-popup
{
    width: 80%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.popup h1
{
	text-align: center;
    font-weight: bold;
    color: #2f3d4a;
}

.popup h2
{
	text-align: center;
    font-weight: normal;
    color: #2f3d4a;
    font-size: 13px;
    margin-top: 10px;
}

.tooltip
{
	position: relative;
	overflow: visible;
}

.tooltip.help
{
    /*background: url(../Images/Icons/000000/help_outline.png) no-repeat;*/
    /*background-size: contain;*/
    width: 1.6em;
    height: 1.6em;
    /*text-indent: -9999px;*/
    cursor: pointer;
    
    
}

.tooltip-over
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    position: absolute;
    background-color: #42494a;
    color: white;
    padding: 7px;
    border-radius: 10px;
    cursor: default;
    top: 1.7em;
    left: 0;
    display: none;
    text-align: center;
    text-transform: none;
    z-index: 1;
}

.explorer-cartelle,.explorer-file, .file-allegati
{
	position: relative;
    padding-top: 25px;
    color: #2F3E4C;
}

.cartella, 
.cartella-file, 
.file,
.file-allegato
{
	width: 100%;
    text-align: left;
    padding: 5px;
    position: relative;
    height: 30px;
    z-index: 1;
}

.nuova-cartella, 
.nuova-cartella-file, 
.nuovo-file
{
	width: 100px;
    text-align: center;
    padding: 5px;
    float: left;
    position: relative;
    margin-right: 15px;
    margin-bottom: 22px;
    height: 88px;
    z-index:1;
}

.tabella-file
{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
}

.tabella-file .icona
{
	width: 20px;
	font-size: 25px;
    border-right: none;
}

.tabella-file td
{
	padding-left:10px;
	border-right: solid 1px #2F3E4C;
}

.tabella-file .nomeFile
{
/* 	width: 375px; */
}

.tabella-file .tipologia
{
	width: 15%;
}

.tabella-file .dataUpload, .tabella-file .dataVersione
{
	width: 15%;
}

.tabella-file .azioni
{
	width: 150px;
    border-right: none;
}


.cartella:hover, .cartella-file:hover, .file:hover, .file-allegato:hover
{
	background-color: #dee7ef;
}


.nuova-cartella .material-icons, 
.nuova-cartella-file .material-icons,
.nuovo-file .material-icons
{
 	font-size: 45px; 
}

.cartella .apri-cartella, 
.file .vedi-file, 
.file-allegato .vedi-file, 
.file-allegato .file-allegato-delete, 
.file .elimina-file,
.file .add-file, 
.file .modifica-file
{
    /*position: absolute;
    right: 5px;
    top: 0;
    font-size: 28px;
    display: none;
    text-decoration: none;
    color: inherit;*/
    
    position: relative;
    font-size: 25px;
    display: none;
    text-decoration: none;
    color: inherit;
    float: left;
    margin-right: 10px;
}

.file-allegato .file-allegato-delete
{
	left:0;
	right: 100%;
}

.cartella:hover .apri-cartella, .file:hover .vedi-file, .file-allegato:hover .vedi-file, .file:hover .elimina-file, .file-allegato:hover .file-allegato-delete, .file:hover .modifica-file
{
	display: block;
}



/*.file .add-file, .file .modifica-file
{
	position: absolute;
    left: 5px;
    top: 0;
    font-size: 28px;
    display: none;
    text-decoration: none;
    color: inherit;
}

.file .modifica-file
{
	top: 25px;	
}

.file .elimina-file
{
    top: 25px;
}*/

.file:hover .add-file
{
	display: block;
}

.cartella.selezionato
{
    border: solid 1px #4c6072;
    background-color: #dee7ef;
    border-radius: 8px;
    margin-right: 13px;
    height: 86px;
}

.explorer-cartelle .up-cartella, .explorer-file .up-cartella-file
{
	position: absolute;
	left:0;
	top:0;
	text-decoration: none;
    color: inherit;
    display: none;
}

.nuova-cartella .textbox, .nuova-cartella-file .textbox, .nuovo-file .textbox
{
	width: 90%;
    background-color: transparent;
}

.nuova-cartella .pulsante, .nuova-cartella-file .pulsante, .nuovo-file .pulsante
{
    font-size: 12px;
    margin-top: 5px;
}

.nuovo-file .fileupload
{
	display: none;
}

.nuovo-file .statoCaricamento
{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 93%;
    height: 0%;
    background-color: #00ff00;
    z-index: -1;
    margin-left: 5px;
    display: none;
}

.dataTables_scrollHead
{
    overflow: visible !important;
}

.collezione
{
	width: 100%;
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
}

.elemento-collezione
{
    border: solid 1px #ccc;
    border-bottom: none;
}

.titolo-elemento-collezione, .titolo-elemento-collezione1
{
    display: block;
     padding: 10px;
    color: #2f3d4a;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: bold;
}

.contenuto-collezione
{
	display: none;
	 padding: 10px;
}

.a-no-decorazioni
{
	color: inherit;
	text-decoration: none;	
}

.testo-ricerca
{
	display:none;
}

.separatore-pulsanti-tabella
{
	font-weight: bold;
    font-size: 1.4em;
    margin-top: -6px;
    margin-right: 15px;
}

.footerGestione
{
	width: 100%;
    padding: 15px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    background-color: #313c4a;
}

.footerGestione .pulsante
{
	background-color: #ffffff;
    color: #000000;
}

.contenitore-pulsanti-ricerca-file
{
	float: left;
    padding-left: 10px;
    min-width: 340px;
}

.contenitore-pulsanti-ricerca-file .pulsante
{
	margin-bottom: 10px;
}

.esporta-tabella
{
	line-height: 16px;
    position: absolute;
    top: -29px;
    left: 0;
    display: block;
    width: 25px;
}

.box_hp_sinistra
{
	font-weight: normal !important;
	text-align: justify;
	width: 450px;
	padding-left: 100px;	
	float:left;
}

.box_hp_destra
{
	font-weight: normal !important;
	text-align: justify;
	width: 500px;
	padding-right: 150px;
	float: right;	
}

.box_hp_contattiHD
{
	position: absolute;
	font-weight: normal !important;
	text-align: center;
	bottom: 40px;
	width: 95%;
	height: 30px;
}

.ol_hp
{
	font-weight: 10px !important;
	list-style-type: circle;
	margin-left:50px;
}

.footer 
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    /*border-top: solid 1px #2f3d4a;*/
    padding-top: 10px;
    background-color: #313c4a;
    color: white;
    text-align: center;
}
a.white-visited:visited ,a.white-visited
{
	color:white;
}
.selectMultiplo
{
	display:inline;
	margin-left:5px;
	background-color:#ccddee;
}
.selectMultiplo > i
{
	font-size:10pt !important;
	color:red !important;
	cursor: pointer;
	cursor: hand;
}

.cliccato{
	color:green;
}
