﻿html, body {
    margin:     0;
    padding:    0;
    font-size: 12px;
    height: 100%;
}

body, input, textarea
{
    /*  background: url('../Images/body_bg.png') repeat;*/
    /*background: #CBCBCB;*/
    background: #F6F6F6;
    color: #000;
    /*font: 12px; /* 'segoe ui', Verdana, Arial, sans-serif;*/
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
}
/*   IE  scrollbar style  */
body  {
    height: 100%;
    scrollbar-3dlight-color:rgba(255, 255, 255, 0);
    scrollbar-arrow-color:rgba(210, 210, 210, 0.1);/* frecce */
    scrollbar-base-color:rgba(255, 255, 255, 0);
    scrollbar-darkshadow-color:rgba(255, 255, 255, 0);
    scrollbar-face-color:rgba(210, 210, 210, 0.1); /* barra scroll */
    scrollbar-highlight-color:rgba(255, 255, 255, 0);
    scrollbar-shadow-color:rgba(210, 210, 210, 0.1);/*rcontorno barra scroll*/
	overflow: auto;
}
html {
    scrollbar-3dlight-color:rgba(255, 255, 255, 0);
    scrollbar-arrow-color:rgba(210, 210, 210, 0.1);/* frecce */
    scrollbar-base-color:rgba(246, 246, 255, 0);
    scrollbar-darkshadow-color:rgba(255, 255, 255, 0);
    scrollbar-face-color:rgba(210, 210, 210, 0.1); /* barra scroll */
    scrollbar-highlight-color:rgba(246, 246, 246, 1);
    scrollbar-shadow-color:rgba(210, 210, 210, 0.1);/*rcontorno barra scroll*/
}

@font-face {
  font-family: 'TitleFont';
  /*src: url('../fonts/TitleFont.eot'); *//* IE9 Compat Modes */
  src: url('../fonts/TitleFont.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TitleFont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/TitleFont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TitleFont.ttf')  format('truetype') /* Safari, Android, iOS */
       /*url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}

.colorebase {
    /*background-color: rgba(119, 14, 14, 1);*/
    background: #93022c; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #93022c 0%, #8c020b 44%, #820024 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #93022c 0%,#8c020b 44%,#820024 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #93022c 0%,#8c020b 44%,#820024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93022c', endColorstr='#820024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .colorebase[disabled] {
        background-color: rgba(84, 48, 48, 0.3)
    }

.gis-label {
    font-family: sans-serif;
    font-size:12px;
    color: #444;

}

.disabled {
    opacity: 0.35;
    cursor: default !important;
}

.iconButton {
    /*background: none !important;
    border: none !important;*/
    background-position: center center;
    /*background-size: 20px auto;*/
    width: 26px;
    height: 26px;
    background-repeat: no-repeat !important;
    text-decoration: none;
    cursor: pointer;
}

.iconButton[disabled]{
	opacity:0.3;
	cursor: default;
}

.flat-button
{
    left: 25px;
    top: 460px;
    position: absolute;
    width: 80px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 8px 3px;
    border:0px;
}

    .flat-button:hover{
        color: #fff;
        cursor: pointer;
    }

    .flat-button[disabled] {
        cursor: not-allowed;
    }
        .flat-button[disabled]:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .iconSelezione {
        background-image: url(../Images/seleziona.gif) !important;
    }
.iconElimina 		{ background-image: url(../Images/gistable_rimuovi.png) !important;}
.iconAvanzamento 	{ background-image: url(../Images/gistable_avanti.png) !important;}
.iconRetrocessione 	{ background-image: url(../Images/gistable_indietro.png) !important;}
.iconCreaPdL 		{ background-image: url(../Images/nuovopdl.png) !important;}
.iconRicerca  		{ background-image: url(../Images/ricerca.png) !important; }
.iconRimuoviPdL		{ background-image: url(../Images/gistable_rimuovi.png) !important; }
.iconUtenti  		{ background-image: url(../Images/gistable_utenti.png) !important; }
.iconProroga  		{ background-image: url(../Images/proroga.png) !important; }
.iconAbilita  		{ background-image: url(../Images/lock.png) !important; }
.iconDisabilita 	{ background-image: url(../Images/unlock.png) !important; }
.iconCrea 			{ background-image: url(../Images/gistable_aggiungi.png) !important; }
.iconAllegati		{ background-image: url(../Images/allegati.png) !important; }
.iconNuovaAzione    { background-image: url(../Images/nuova_azione.png) !important; }
.iconSalva   		{ background-image: url(../Images/salva.png) !important;}
.iconStampa   		{ background-image: url(../Images/gistable_stampa.png) !important;}
.iconMail   		{ background-image: url(../Images/Mail.png) !important;}
.iconCreaEvento	    { background-image: url(../Images/creaevento.png) !important;}

.toolbar-menu,
.toolbar-icon {
    display: inline-block;
    background: transparent;
    border: 0px solid #000;
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 16px;
}

.toolbar-menu {
    margin-left: 7px;
    color: rgba(224, 224, 224, 0.4);
}

.toolbar-icon {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.76);
}
    .toolbar-icon:hover {
        background-color: rgba(167, 177, 226, 0.23);
        border-radius: 15px;
    }

    .toolbar-icon>span {
        display: block;
        height: 20px;
        width: 20px;
        background-size: 20px;
    }

.toolbar-icon[disabled]{
	opacity:0.3;
	cursor: default;
}

.toolbar-spacer {
    float:left;
    height: 16px;
    margin-left: 6px;
    color: #ccc;
    margin-top: 1px;
}
    .toolbar-spacer span {
        display:block;
        border-left: 2px solid #ccc;
        height:18px;
    }

input[type=radio] {
    outline:none;
}

input[disabled],textarea[disabled],select[disabled]{
	background-color:#FaFaFa !important;
    cursor: default !important;
}

div, button, span {
    outline: none;
}

.buttonIcon {
    cursor: pointer;
}

input[type=text], input[type=password], textarea, .value {

    border-width: 1px;


    box-sizing: content-box;

    background-color: #FFFFFF;

    border: 1px inset;

    font-size: 11px;
    display: block;
    color: blue;
    height: 18px;

    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #bbb;
    padding-left: 5px;

    margin:0;


    /*box-sizing: border-box;
    height: 26px;*/
}

.testo {
    color: blue;
    font-size: 11px !important;
}

.testoArea {
    color: blue;
    overflow: auto;
    font-size: 11px !important;
}

 textarea, select {
    font-size: 11px !important;
    border: 1px solid #bbb;
}


input[type=text]:focus, textarea:focus, .value:focus, select:focus {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


select {
    color: blue;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}



#fldLoginPassword {
    background: #fff;
}

/*input[type=text] {
    background: #F8F8F8;
    border: 1px inset;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-radius: 2px;
    margin: 0;
    box-sizing: content-box;
}*/



/* fix 0 height problem */
div
{
    /*overflow: hidden;*/
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor:default;
}

.wrapper {
	position:relative;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(201, 201, 201, 1);
    box-shadow:         0px 0px 10px 0px rgba(201, 201, 201, 1);*/

}


.right {
    float:right;
}

.divPopupCommands {
  position: absolute;
  bottom: 0px;
  height: 45px;
  width: 100%;
  padding: 11px;
  padding-top:9px;
  border-top: 1px solid #a8b5bf;
  box-sizing: border-box;
  background-color:#E6EAEE;
}

#dialog-window.ui-dialog-content.ui-widget-content, .divPopup {
    padding:0 !important;
}

.divPopup {
    background-color: #F7F7F7 !important;
}

/* clear div */
.clear
{
    clear: both;
}

.container
{
    display: inline;
}

/* all customized general class */

.value-container
{

}
/*
.value
{
    color: #000;
}*/

.label-container
{
    padding-bottom:.2em;
}

.label-addition
{

}

.label-block
{
}

.no-close-dialog .ui-dialog-titlebar-close {
    display: none;
}


select {
    height: 26px;
    margin: 0;
}
.scrollable
{
}

.disabled>*  {
    cursor: default !important;
}
.icona-immagine.disabled:hover {
    background: inherit;
}


.span-2-number
{
    width: 100px;
    float:left;
}

.nopadding  {
    padding: 0 !important;
}

.force-float
{
    float:left;
}
/* Index section */
#gis-main-page
{
    display:none;
    overflow: hidden;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(201, 201, 201, 1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(201, 201, 201, 1);
    box-shadow:         0px 0px 10px 0px rgba(201, 201, 201, 1);
}

#divHeader {
    display: flex;
    height: 43px;
    line-height: 0;
    /*background: url('../Images/header-hse-background.png') repeat-x;*/
}

    #divHeader .header-center {
        flex-grow: 8;
        position: relative;
        overflow: hidden;
    }


#divHomePage {
    flex-grow: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    padding: 5px 3px 3px 5px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-top: 6px;
    margin-left:7px;
}

    #divHomePage:hover, #divPreviousPage:hover {
        background-color: rgba(167, 177, 226, 0.23);
        cursor: pointer;
        border-radius: 25px;
        color: #fff;
    }

#divPreviousPage {
    flex-grow: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 20px;
    padding: 5px 3px 3px 4px;
    width: 25px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 6px;
    margin-left: 7px;
}

#divLogout {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
    margin-left: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 2px 2px 5px;
}
    #divLogout:hover {
        background-color: rgba(167, 177, 226, 0.23);
        cursor: pointer;
        border-radius: 25px;
        color: #fff;
    }

    .logo-hse {
        float: left;
        position: absolute;
        top: -8px;
        width: 900px;
        left: Calc(50% - 250px);
    }


.titolo-gis-main-header {
    font-family: 'TitleFont';
    font-size: 22px;
    color: rgba(255, 255, 255, 0.87);
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    text-align: center;
}

#gis-main-menu
{
    /*background: url('../Images/silver_bg.png') repeat-x;*/
    /*height:20px;*/
    width:100%;

    /*per sfumatura esterna */
    /*overflow:hidden;*/

}
.menu-voce
{
    float:left;
    padding-right:2em;
}





#divPages {
    height: calc(100% - 43px); /*43px = height(header) */
}


.page-body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    min-width: 1198px;
    /*width: 1198px;*/
    background: white;
    border-radius: 0;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: opacity 1s ease-in-out;
}

.page-toolbar {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
    height: 35px;
    width: 100%;
    overflow: hidden;
}

.page-content {
    height: 100%;
    overflow: auto;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
    .page-toolbar + .page-content {
        height: Calc(100% - 30px);
    }

#gis-main-footer
{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
}
#gis-main-footer .wrapper
{
    min-width: 1198px;
    /*width: 1198px;*/
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #CCC;
	position: relative;
}


#gis-main-footer .wrapper>.infobar {
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    padding-left: 5px;
    font-size:11px;
    min-height: 22px;


}


#gis-main-footer .wrapper .infobar.section {
   float:left;
   /*padding-left: 10px;*/
   padding-top: 5px;
   padding-bottom: 5px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow:hidden;
}
#gis-main-footer .wrapper .infobar.image {
   float:left;
   padding-left: 20px;
   padding-top: 0;
   padding-bottom: 0;
}
#gis-main-footer .wrapper .infobar.image:first-child {
   padding-left: 0;
}


#gis-main-footer .wrapper .infobar.section:first-child {
   padding-left:0;
}


/*
#dialog-window,
div#dialog-window,
div#dialog-window.ui-dialog-content
{
    padding: 0px;
    overflow: hidden;
    display: hidden;
}

#dialog-window2
{
    background: #CBCBCB;
}
*/
.icona-immagine:hover {
    background: rgba(163, 46, 60, 1);
}
textarea {
    resize: none;
}

#icona-nuovo-corso, #icona-ricerca-corso {
    cursor: pointer;
}

#GPWSOverlay {
    position:fixed !important;
}




.tree .plusminus {
    background:url(../Images/plusminus.png) 16px 0;
    display:inline-block;
    width:16px;
    height:19px;
    vertical-align:middle;
}
.tree .nodo {
    padding-left: 20px;
    background: url(../Images/treeviewline.png) 0 0 no-repeat;
    /*display:none;*/
    /*position: relative;*/
}
/*.tree .nodo a, .tree .nodo a:hover, .tree .nodo a:visited {*/
.tree a, .tree a:hover, .tree a:visited {
    text-decoration:none;
    color: #333;
    margin-left: 5px;
    cursor: pointer;
}
.tree a:hover {
    text-decoration: underline;
}


.tree .nodo:first-child {
    top:10px;
}
.tree .nodo:last-child {
    background: url(../Images/treeviewline.png) 0 -1764px no-repeat;
}
/*
.tree>div:first-child
{
    background: url() !important;
}*/

/*
.PlusMinus {
    position: absolute;
    left: 0px;
}*/



.login-dialog .ui-dialog-titlebar-close {
    display: none;
}

/*.login-dialog {
    background-image: none;
    background: #7A92BA;

    -webkit-box-shadow: 6px 6px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    6px 6px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         6px 6px 6px rgba(50, 50, 50, 0.4);

}*/
/*.login-dialog * {
    color: #000 !important;
}*/
/*
.login-dialog .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix{
    border:none;
    background:none;
}
*/
.login-dialog.ui-dialog .ui-dialog-title {
    width: 100%;
    text-align:center;
}



#gis-main-menu .menu-line {
    /*margin-top: 2px;*/
    /*height: 21px;*/
    border-bottom: 1px solid #CACACA;
}


#gis-main-menu .menu-line #gis-header-top-menu {
    padding: 6px 0 6px 0;
}

#gis-main-menu .menu-line>ul {
    font-size: 11px;
    list-style: none;
}

#gis-main-menu .menu-line>ul>li {
    float:left;
    margin-left: 15px;
}

#gis-main-menu .menu-line>ul>li>a {
    text-decoration: none;
    color: #333;
}
#gis-main-menu .menu-line>ul.active>li>a.active {
    text-decoration: underline;
}
#gis-main-menu .menu-line>ul.active>li>a {
    /*text-decoration: underline;*/
}

#gis-main-menu .menu-line>ul>li>ul>li>a {
    text-decoration: none;
    color: #333;
}


#gis-main-menu .menu-line>ul>li>ul {
    display: none;
    position: absolute;
    z-index: 1000;
    list-style: none;
    padding: 0;
    background: #FFF;
    min-width: 110px;
    border: 1px solid #B6B6B6;
    margin-top: 6px;
}


#gis-main-menu .menu-line>ul.active>li>ul.active {
    display:block;
}

#gis-main-menu .menu-line>ul.active>li>ul.active>li>a {
    min-width: 110px;
    background: #F8F8F8;
    padding: 8px 50px 8px 30px;
    display: block;
    border-bottom: 1px solid #DDD;
}

#gis-main-menu .menu-line>ul.active>li>ul.active>li> a:hover {
    background: #eee;
}

#gis-main-menu .menu-line>ul.active>li>ul.active>li> a.disabled {
    background: #F8F8F8;
    color: #AAAAAA;
    cursor: default;
}
#top-ricerca-veloce {
    font-size: 11px;
    margin-top: 1px;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    width:70px;
    margin-top: 6px;
}
/*
#gis-main-menu .menu-line>ul.active>li>ul.active>li> a.disabled:hover {
    background: #F8F8F8;
    color: #AAAAAA;
}*/


#gis-main-toolbar .toolbar-line {
   margin-top: 2px;
   height: 28px;
}

#gis-main-toolbar .toolbar-line button {
    margin-top: 2px;
    margin-bottom: 2px;
}



 #gis-main-toolbar .wrapper, #gis-main-menu .wrapper{
    min-width: 1198px;
    /*width: 1198px;*/
    margin: 0 auto;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    /*border-bottom: none;
    border-radius: 3px 3px 0 0;*/
}



#gis-main-menu>.wrapper, #gis-main-toolbar>.wrapper, #gis-main-footer .wrapper  {
    background-image: linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -o-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);
    background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 34%, rgb(250,250,250) 67%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.34, rgb(245,245,245)),
        color-stop(0.67, rgb(250,250,250))
    );
}



.ui-button-icon-only {
    width: 23px;
    border: none;
    background: rgba(0, 0, 0, 0);

}

.ui-button-text-only .ui-button-text {
    /*font-size:11px;*/
    color:#6b6b6b ;
}

    .ui-button-text-only:hover .ui-button-text:hover {
        color:#222 ;
        background: rgba(230, 230, 230, 0.6);
    }

.ui-button-icon-only>span {
    padding:0!important;
}
.toolbar-line .ui-button-icon-only {
    width: 25px;
}

.ui-button.ui-corner-all {
    font-family: sans-serif;
    font-size:12px !important;
    font-weight: bold;
    color: #444 !important;

    border-radius: 5px !important;
    border: 1px solid #a8b5bf !important;
    /*height:26px;*/
}
    .ui-button.ui-corner-all:hover {

    border: 1px solid #98a5af !important;
        /*background: rgba(130, 130, 130, 1);*/
    }

.toolbar-line .icon-small-active{
    border-radius: 2px;
}



#gis-main-toolbar .toolbar-line button {
    padding: 2px;
    outline: none;
}

#gis-main-footer .small-icon {
    margin: 3px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.toolbar-line .ui-icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.icon-small-home        { background-image: url(../Images/tb_home.png) !important; }
.icon-small-disconnetti { background-image: url(../Images/tb_disconetti.png) !important; }
.icon-small-anteprima-stampa { background-image: url(../Images/tb_anteprima_stampa.png) !important; }
.icon-small-duplica     { background-image: url(../Images/tb_duplica.png) !important; }
.icon-small-nuovo       { background-image: url(../Images/tb_nuovo.png) !important;  }
.icon-small-nuovo-2       { background-image: url(../Images/tb_nuovo_2.png) !important;  }
.icon-small-ricerca     { background-image: url(../Images/tb_ricerca.png) !important; }
.icon-small-stampa      { background-image: url(../Images/tb_stampa.png) !important; }
.icon-small-stampa-modulo { background-image: url(../Images/PrintModule.png) !important; }
.icon-small-wizard      { background-image: url(../Images/tb_wizard.png) !important; }
.icon-small-programmazione     { background-image: url(../Images/programmazione.png) !important; }
.icon-small-statistiche     { background-image: url(../Images/chart.png) !important; }
.icon-small-importa       { background-image: url(../Images/excel.gif) !important;  }

.icon-small-sw5      { background-image: url(../Images/sw5.png) !important; }
.icon-small-utente      { background-image: url(../Images/utente.png) !important; }
.icon-small-ruolo       { background-image: url(../Images/ruolo.png) !important; }
.icon-small-ditte       { background-image: url(../Images/partecipanti.png) !important; }
.icon-small-textfile       { background-image: url(../Images/textfile.png) !important; }
.icon-small-registry       { background-image: url(../Images/registry.png) !important; }
.icon-small-config       { background-image: url(../Images/Database-Options.bmp) !important; }


.icon-small-ricerca-veloce       { background-image: url(../Images/ricerca.png) !important; }

.icon-small-riepilogo       { background-image: url(../Images/riepilogo.png) !important; }
.icon-small-dettagli       { background-image: url(../Images/dettagli.png) !important; }
.icon-small-storico       { background-image: url(../Images/storico.png?rev=0) !important; }
.icon-small-partecipanti       { background-image: url(../Images/partecipanti.png) !important; }

.icon-small-report        { background-image: url(../Images/tb_report.png) !important; }

.icon-small-associa        { background-image: url(../Images/gistable_utenti.png) !important; }

.icon-small-calendario   { background-image: url(../Images/calendario.png) !important; }
.icon-small-active {
    background: #CCC;
}

.icon-ricerca-evind     { background-image: url(../Images/tb_ricerca_evind.png) !important; }
.icon-ricerca-task     { background-image: url(../Images/tb_ricerca_task.png) !important; }

.left {
    float:left;
}



.dialog-wait {

}
.dialog-wait>.ui-dialog-titlebar {
    display:none;
}

.dialog-wait .dialog-icon {


    padding-top: 14px;
}
.dialog-wait .dialog-text {
    width: 173px;
    padding-top: 17px;
    padding-left: 14px;
}


.stretchy {
    overflow-y: auto;
    overflow-x: hidden;
    /*padding-right: 3px;  /* 6 */
    padding-right: 15px;
    /*margin-right: -20px;*/
    margin-top: 25px;
}



.progress {
    overflow: hidden;
    height: 9px;
    margin-bottom: 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-success {
    background-color: #5cb85c;
}




/* JQUERY DIALOG UPDATE 06032014*/




.ui-dialog>div {
    overflow:hidden !important;
}
.ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
    font-size:14px;
    font-family: sans-serif;
    font-weight: bold !important;
    padding: 1px;
    margin: 0;
    color: #355575;
    font-weight: normal;
    /*margin-left: 5px;*/
}


.ui-dialog-title {

}



.ui-dialog-titlebar.ui-widget-header .ui-button.ui-dialog-titlebar-close {
    background: none;
    border: none;

}

/*.ui-dialog-buttonpane.ui-widget-content button {
    border: 1px solid #68BAFC;
    background: #75C1FD;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    outline:none;
}

.ui-dialog-buttonpane.ui-widget-content button:hover {
    background: #49ADFC;
}

.ui-dialog-buttonpane.ui-widget-content button>span {

    color: #FFF;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;

}*/


.ui-dialog {
    border-radius: 0;
    padding: 0;

}

.ui-dialog-titlebar.ui-widget-header {
    border: 0;
    background: rgb(230, 234, 238);
    border-bottom: 1px solid #a8b5bf;
    border-radius: 0;
    padding: 6px;
}
.corso-actionbar-container {
    padding: 0 10px;
}

.titolo-scheda {
    min-width: 650px;
    letter-spacing: -1px;
    font-size: 24px;
    margin: 20px 0px;
    color: rgba(74, 74, 74, 1);
    font-weight: 300;
    font-family: helvetica;
}


.sottotitolo-scheda {
    font-size: 12px;
    color: #000080;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
}

.grassetto {
    font-size: 12px;
    color: #000080;
    font-weight: bold;
    /*padding-bottom: 9px;*/
}

.ui-dialog.ui-front.ui-draggable {
    border: 0px solid #000;
    border-radius: 5px !important;
}


.title.border-bottom.green {
    margin-bottom: 12px;
    padding-bottom:2px;
    height:31px;
}
.noborder {
    border:0;
}

/*
::-webkit-scrollbar
{
  width: 17px;
  height: 12px;
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.2);
}
*/



.ui-button-icon-primary.ui-icon.ui-icon-closethick {
    background: url(../Images/popupclose.png) !important;
}


.ui-dialog.ui-widget.ui-widget-content.ui-front {
	box-shadow: 0 0px 20px rgba(0,0,0,0.25), 0 0px 25px rgba(0,0,0,0.50);
}


hr {
    border: none;
    border-top: 2px solid #484;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
 /*.pageRicerca {*/
.chiudi-ricerca {
    text-align: center;
    height: 100%;
    position: absolute;
    left: 0;
    width: 15px;
    color: white; 
}

/*
.chiudi-ricerca .gis-label {
    top: 40vh;
    width: 120px;
    text-align: center;
    position: absolute;
    transform: rotate(-90deg);
    color: white;
    font-size: 14px;
}
*/
.chiudi-ricerca .gis-label {
    top: 40vh;
    width: 120px;
    height: 29px;
    text-align: center;
    position: absolute;
    transform: rotate(-90deg);
    color: white;
    font-size: 14px;
    left: -60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 7px;
    cursor: pointer;
}

#divResultElencoDialoghi {
    float: left;
    width: 98%;
    height: 100%;
}

#divResultElencoDialoghi.search_size {
    width: calc(100% - 320px) !important;
}

.pageRicerca {
	height: inherit;
	padding-top:10px;
    padding-left:28px;
    padding-right:28px;
    font-size:12px;
}

.pageRicerca.ui-widget-content {
    border:0px !important;
}

.pageRicerca li  {
	padding:0;
}


.pageRicerca li a {
	outline: none !important;
}
/*
.pageRicerca li.selezione-corso.ui-state-active {
	background: #DDEAF4;
}*/
.pageRicerca li.selezione-corso {
	margin-left: 28px;
}

.pageRicerca .ui-tabs.ui-tabs-panel {
	padding:0 ;
	margin:0 ;

}
.pageRicerca .ui-tabs {

	padding:0 ;
	margin:0 ;
}


.pageRicerca .ui-widget-content {
	border: 0 ;
	padding:0;
	margin:0;
	font: inherit ;
}

.pageRicerca .ui-widget-header {

	padding:0 ;
	border:0 ;
	background: none;
}
.pageRicerca .ui-tabs-nav .ui-tabs-active {
	background: rgba(222, 237, 242, 1);
	/* position: relative; */
	/* top: 0px; */
	min-height: 28px !important;
}

.pageRicerca-filtri-ricerchespecifiche {
	padding: 26px;
}

.pageRicerca-filtri * {
	/*font-size: 11px;*/
}

.pageRicerca-filtri .left , .pageRicerca-filtri-ricerchespecifiche .left{
	float:left;
}

.pageRicerca-filtri {
	/*padding: 26px;*/
	background-color: #ddeaf4;
	border: 1px solid #CCC;
	border-width: 1px 0;
}

.pageRicerca-filtri .ricerca-label , .pageRicerca-filtri-ricerchespecifiche  .ricerca-label{
	width: 90px;
	padding: 7px;
	padding-left: 60px;
	line-height: 11px;
}

.pageRicerca-filtri .ricerca-label.nopaddingleft ,  .pageRicerca-filtri-ricerchespecifiche .ricerca-label.nopaddingleft   {
	padding-left:0;
}

/*
.pageRicerca-filtri .ricerca-field ,  .pageRicerca-filtri-ricerchespecifiche .ricerca-field  {
	width: 242px;
}
.pageRicerca-filtri .ricerca-field.medium , .pageRicerca-filtri-ricerchespecifiche .ricerca-field.medium{
	width: 635px;
}
.pageRicerca-filtri .ricerca-field.large , .pageRicerca-filtri-ricerchespecifiche .ricerca-filed.large{
	width: 1033px;
}*/

.pageRicerca-filtri .ricerca-field input,#formazione-selezione-corso-filtri .ricerca-field select ,
.pageRicerca-filtri-ricerchespecifiche  .ricerca-field input,.pageRicerca-filtri-ricerchespecifiche .ricerca-field select  {
	width: 100%;
	font-size: 11px;
	/*height: 11px;*/
}

.pageRicerca-filtri .ricerca-field select  {
	/*height: 19px;*/
}

.pageRicerca-filtri>.clear, .pageRicerca-filtri-ricerchespecifiche>.clear {
	margin-bottom:9px;
}




/* grafica ricerca */

.pageRicerca-filtri, .pageRicerca-filtri-ricerchespecifiche  {
		/*padding: 30px;
		padding: 30px 26px;*/
		background-color: rgba(222, 237, 242, 1);
		/*padding-bottom: 11px;*/
		border: 1px solid #CCC;
		border-width: 1px 0;
		/*margin: 0 28px;*/
		border-top: 1px solid #484;
		border-bottom: 1px solid #484;
}

.pageRicerca-filtri .ricerca-field , .pageRicerca-filtri-ricerchespecifiche  .ricerca-field {
	width: 226px;
}
.pageRicerca-filtri .ricerca-field.medium  , .pageRicerca-filtri-ricerchespecifiche  .ricerca-field.medium  {
	width: 609px;
}

.pageRicerca-filtri .ricerca-field.large  , .pageRicerca-filtri-ricerchespecifiche  .ricerca-field.large {
	width: 992px;
}

.ricerche-specifiche-locazione-gear {

	width: 20px;
	height: 20px;
	background-size: 20px auto;
	background-image: url(../Images/seleziona.gif);
	margin-top: 3px;
	cursor: pointer;
	margin-left: 5px;
}

.labelFiltro/*, .label*/ {
    line-height:28px;
}

.campoTestoFiltro, .campoInput {
}

.buttonFiltro, .buttonPopup, .buttonScheda {
    text-align:center !important;

    /*cursor:pointer !important;*/
    border: 1px solid #484 !important;
    /*font-weight: bold;*/

    background: #f3f3f4 !important; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjJmMmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmJmYmZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjZmJmYmZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZjJmMmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZjJmMmY0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZWJlYmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjZWJlYmVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(top, #f3f3f4 0%, #f2f2f4 8%, #fbfbfd 20%, #fbfbfd 68%, #f2f2f4 80%, #f2f2f4 88%, #ebebed 92%, #ebebed 96%, #cccccc 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f4), color-stop(8%,#f2f2f4), color-stop(20%,#fbfbfd), color-stop(68%,#fbfbfd), color-stop(80%,#f2f2f4), color-stop(88%,#f2f2f4), color-stop(92%,#ebebed), color-stop(96%,#ebebed), color-stop(100%,#cccccc)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f4 0%,#f2f2f4 8%,#fbfbfd 20%,#fbfbfd 68%,#f2f2f4 80%,#f2f2f4 88%,#ebebed 92%,#ebebed 96%,#cccccc 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f4 0%,#f2f2f4 8%,#fbfbfd 20%,#fbfbfd 68%,#f2f2f4 80%,#f2f2f4 88%,#ebebed 92%,#ebebed 96%,#cccccc 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f4 0%,#f2f2f4 8%,#fbfbfd 20%,#fbfbfd 68%,#f2f2f4 80%,#f2f2f4 88%,#ebebed 92%,#ebebed 96%,#cccccc 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #f3f3f4 0%,#f2f2f4 8%,#fbfbfd 20%,#fbfbfd 68%,#f2f2f4 80%,#f2f2f4 88%,#ebebed 92%,#ebebed 96%,#cccccc 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f4', endColorstr='#cccccc',GradientType=0 ) !important; /* IE6-8 */

    color: #000 !important;
    float:right ;
}

.tabWizard {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0px;
}

.tdWizardLeft {
    width: 140px;
    background: #E6EAEE;
}

.tdWizardContainer {
    /*border: 1px solid #484;*/
    vertical-align: top;
    padding-top: 10px;
    background-color:#F7F7F7;
}

.tdWizardBottom {
    padding:10px 10px;
    height:1px;
    background: #E6EAEE;
}

.wizardStepTitolo {
  color: #000080;
  font-weight: bold;
  padding: 20px;
  line-height: 18px;
}
    .wizardStepTitolo.selected {
        color: #c50;
    }


.divStatoScheda {
    width: 100%;
    height: 233px;
    background: #F7F7F7;
    min-height: 60px;
    border-top: 1px solid #484;
    border-bottom: 1px solid #484;
    color: #484;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    padding-top: 52px;
}

    .divStatoScheda.nonattivo {
        border-top: 1px solid #C50;
        border-bottom: 1px solid #C50;
        color: #c50;
    }
    .divStatoScheda .label {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        font-weight:normal;
        color: #000;
    }

.divDettagliScheda {
    width: 100%;
    height: 233px;
    background: #F7F7F7;
    min-height: 60px;
    border-top: 1px solid #484;
    border-bottom: 1px solid #484;
    box-sizing: border-box;
    padding-top: 35px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999 !important;
}

:placeholder-shown {
    color:    #999 !important;
}


.body-background {
	position:absolute;
	top:0px;
	left:0px;
    width:100%;
    height: 100%;
	background-image: url(..\\Images\\HSEHub-Background.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:0;
}

.icona-operazioni-container-background {
	position:absolute;
	top:0px;
	left:0px;
    width:100%;
    height: 100%;
	background-image: url(..\\Images\\HSEHub-Background.png);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:0;
}
.icona-operazioni-container
{
	position:relative;
	z-index:1;
	padding-left: 10px;
    padding-right: 10px;
}

a.icona, div.icona
{
	margin: 10px;
	float: left;
	width: 120px;
	height: 160px;
	display: block;
    letter-spacing: 2px;
}


    a.icona.disabled, div.icona.disabled {
        cursor: default !important;
    }


div.icona-immagine {
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    background-color: rgba(138, 2, 17, 1);
    width: 120px;
    height: 120px;
    border-radius: 11px;
}

    div.icona-immagine:hover {
        background-color: rgba(163, 46, 60, 1);
        cursor: pointer;
    }

.icona-immagine img
{
	margin-left: auto;
	margin-right: auto;
	width: 96px;
	height: 96px;
}

span.icona-nome
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    margin-top: 3px;
	display: block;
	width: 100%;
}

span.icona-descrizione
{
	display: none;
}

.tabella-allegati-inserisci-allegato {
    margin-bottom: 10px;
}

#tabella-allegati-container {

    width: 100%;
    height: 220px;
    overflow: auto;
    margin-bottom: 12px;

}

.corso-actionbar-button-add, .corso-actionbar-button-edit, .corso-actionbar-button-close
{
    float: right;
    margin-right:7px;
    margin-left:7px;
}
.campo-container
{
    padding-left: 5px;
    padding-top: 5px;

    display: block;
    float: left;
    /* padding-bottom: 10px; */
}

.divMessaggioRicerca {
    padding:30px 15px;
    font-weight: bold;
    font-size:12px;
    text-align:center;
}
.ui-dialog .ui-dialog-content{
	background-color: #F7F7F7 !important;
    font-family: sans-serif;
    color: #444;
}
.ui-dialog .ui-dialog-buttonpane{
	border-top: 1px solid #a8b5bf !important;
	background-color: #E6EAEE !important;
	margin-top: 0px !important;
}

.version
{
	position: absolute;
	width:200px;
	right:10px;
	top:0px;
	cursor: pointer;
}

.versiontext
{
	position: absolute;
	top: 6px;
	right: 0px;
    padding-left: 5px;
    font-size:11px;
    min-height: 22px;
}

.versionicon
{
	position: absolute;
	top: 0px;
	right: 105px;
	width: 16px;
	height: 16px;
}
.campoRicercaDescrizioneAttivita
{
	color: green;
}

.statistiche-filtri {
	padding: 5px;
	padding-top:15px;
	background-color: #ddeaf4;
	border: 1px solid #484;
	border-width: 1px 0;
}

.statistiche-grafico{
	margin-top:10px;
    width: calc(100% - 13px);
}
.statistiche-tabella{
	padding: 5px;
	margin-top:10px;
}
.statistiche-intestazione-stampa {
    font-size: 17px;
    margin-bottom: 8px;
    /*color: #000080;*/
    font-weight: bold;
    margin-top: 6px;
}

.statistiche-intestazione-filtri-stampa{
	line-height: 18px;
	margin-top: 15px;
}
.statistiche-grafico-stampa{
	margin-top: 15px;
}
.statistiche-tabella-intestazione-stampa, .statistiche-tabella-intestazione{
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
.statistiche-risultato-ricerca{
    padding:30px 15px;
    font-weight: bold;
    font-size:12px;
    text-align:center;
}

.statistiche-tabella-stampa{
}

.responsabili-tabs, .gruppi-tabs {
	padding: 5px;
	background-color: rgba(222, 237, 242, 1) !important;
	border: 1px solid #484 !important;
	border-width: 1px 0 !important;
	border-bottom-width:0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.responsabili, .gruppi {
	height: inherit;
	padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    font-size:12px;
}

.responsabili.ui-widget-content, .gruppi.ui-widget-content {
    border:0px !important;
	background: inherit !important;
}

.responsabili li, .gruppi li  {
	padding:0;
}


.responsabili li a, .gruppi li a {
	outline: none !important;
}

.responsabili .ui-tabs.ui-tabs-panel, .gruppi .ui-tabs.ui-tabs-panel {
	padding:0 ;
	margin:0 ;

}
.responsabili .ui-tabs, .gruppi .ui-tabs {
	padding:0 ;
	margin:0 ;
}


.responsabili .ui-widget-content, .gruppi .ui-widget-content {
	border: 0 ;
	padding:0;
	margin:0;
	font: inherit ;
}

.responsabili .ui-widget-header, .gruppi .ui-widget-header {

	padding:0 ;
	border:0 ;
	background: none;
}
.responsabili .ui-tabs-nav .ui-tabs-active, .gruppi .ui-tabs-nav .ui-tabs-active {
	background: rgba(222, 237, 242, 1);
	/* position: relative; */
	/* top: 0px; */
	min-height: 28px !important;
}

.avviso-stato-responsabili{
	font-size:10px;
	line-height:12px;
}

.filtro{
	position: relative;
	background-color: rgba(222, 237, 242, 1);

}

#divImportazioneInCorso
{
    position: fixed;
    right: 0px;
    left: 0px;
	margin-right: auto;
    margin-left: auto;
	top:0px;
	bottom:0px;
	margin-top:auto;
	margin-bottom:auto;
    width: 150px;
    height: 30px;
    background-color: rgba(255, 253, 204, 0.8);
    padding: 5px;
    box-shadow: 0px 0px 10px 0px;
    text-align: center;
    line-height: 16px;
	z-index:100000;
}
.evidenziafiltro{
    border:1px solid #E86A26 !important;
}


.back-button {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url('../Images/back.png');
    background-size: 24px 24px;
    margin-right: 10px;
}

.back-button:hover {
    cursor: pointer;
}

.back-button:active {
    top: 1px;
}


.grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s, padding .5s;;
    height: 0;
  }

.filter-row {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    margin-top: 5px;
}


.novita {
    padding: 20px;
    position: absolute;
    width: 70%;
    bottom: 5px;
    right: 5px;
    top: 5px;
    z-index: 3;
    font-size: 1.3em;
    line-height: 20px;
}

.novita ul {
    margin-left: 50px;
}

.message-container {
    line-height:16px;
}

.versione-modulo {
    right: 4px;
    top: 8px;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-size: 10px;
    position: absolute;
}

.grid-hubhse {
    height: calc(100% - 40px);
    font-family: "Trebuchet MS", "segoe ui", Arial, sans-serif;
    font-size: 11px !important;
}

.grid-hubhse-footer {
    position: relative;
    min-width:600px;
    width: 100%;
    background-color: #f5f5f5;
}

.grid-icon {
    display: inline-block;
    background: transparent;
    border: 0px solid #000;
    width: 30px;
    padding: 1px;
    font-size: 16px;
}

/* ----------------------------------------------- GIS POPUP */
.gis-popup {
    opacity: 0;
}

.gis-popup-content {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-height: 80px;
    overflow: hidden;
}

.gis-popup-body {
    overflow: auto;
}
.gis-popup-header {
    height: 30px;
    padding: 6px 15px;
    border-radius: 5px 5px 0px 0px;
    color: rgba(250,250,250,0.9);
    font-size: 13px;
    background: #93022c; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #93022c 0%, #8c020b 44%, #820024 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #93022c 0%,#8c020b 44%,#820024 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #93022c 0%,#8c020b 44%,#820024 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93022c', endColorstr='#820024',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    cursor: move;
}

    .gis-popup-header .close {
        color: rgba(250,250,250,0.9);
        opacity: 0.7;
        margin-top: -4px
    }

        .gis-popup-header .close:hover {
            opacity: 1;
        }

.gis-popup-footer {
        height: 30px;
        padding: 5px 15px;
        background-color: rgba(250,250,250,0.9);
        border-radius: 0px 0px 5px 5px;
    }


.comprimi {
    background: url(../Images/arrow_down.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 10px;
    vertical-align: middle;
}

.espandi {
    background: url(../Images/arrow_right.png) 0px 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 13px;
    vertical-align: middle;
}


.gis-page-navigator div{
    height: 17px;
}

.align-right {
    text-align: right;
}

.tabulator .tabulator-header {
    border-color: rgb(133, 0, 28) !important;
    background-color: #f5f5f5 !important;
}

    .tabulator .tabulator-header .tabulator-col {
        background-color: #f5f5f5 !important;
    }
.grid-hubhse-footer {
    border-top: 2px solid rgb(133, 0, 28) !important;
}

.gis-toast {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: #2f972fd6;
    width: 250px;
    height: 40px;
    border: 1px solid white;
    opacity: 0;
    z-index: 99999;
}

.gis-toast i {
    display: block;
    width: 40px;
    height: 100%;
    float: left;
    text-align:  center;
    color: white;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
}

.gis-toast span {
    display: table-cell;
    width: calc(100% - 40px);
    height: 38px;
    vertical-align: middle;
    color: white;
    font-size: 14px;
    text-align: center;
}

.gis-toast-show {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.gis-toast-hide {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#divModuloAnagrafiche {
    /*display: none;*/
}


.box-utente {
    white-space:nowrap;
    color: rgba(255, 255, 255, 0.8);
}

.box-utente-opzioni {
    width: 170px;
    padding: 10px;
    color: black;
}

.box-utente button{
    width: 100%;
    color: black;
}

#iconaUtentiOpzioni:hover {
    background-color: rgba(167, 177, 226, 0.23);
    cursor: pointer;
    border-radius: 25px;
    color: #fff;
}

.select_bs {
    border-radius: 0px;
    height: 27px;
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
}


