/**
/* Footer nuovo SINFRANET
*/
.sinfranet-footer {
	padding-bottom: 30px;
    padding-top: 32px;
    background-color: #003354;
    width: 100%;
    color: white;
}

.sinfranet-footer .footer-title {
	height: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #fff;
}

.sinfranet-footer .footer-voices {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}

.sinfranet-footer .footer-voices > .col-voices {
	padding-left: 0;
}

.sinfranet-footer .footer-voices ul.voices {
    list-style: none;
    padding-left: 0px;
    padding-right: 30px;
}

.sinfranet-footer .footer-voices ul.voices li {
    padding: 7px 0px;
    /* border-bottom: 1px solid #979797; */
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.sinfranet-footer .footer-voices ul.voices li a {
    cursor: pointer;
    color: #fff;
}

.sinfranet-footer .copyright-Regione {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    color: #d8d8d8;
    display: block;
    padding-right: 70px;
}

nav.nav-margin {
	margin-bottom: 37vh;
}

/* generali */
.error {color: #ff0000;}
.errorTooltip {color: #ff0000;}
.testoNeroPiccolo{
	color: #000000;
	font-size: 8pt;
}
.divError{
/* 	float: right; */
	width: auto;
	text-align: left;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
}
.divErrorPiccolo{
	float: left;
	width: auto;
	text-align: left;
	color: #ff0000;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	font-size: 8pt;
}
.testoBold {
	font-weight: bold;
}
.testoRedBold{
	color: #ff0000;
	font-weight: bold;
	vertical-align: top;
}

.testoAzzuroBold {
	color: #007FFF;
	font-weight: bold;
	vertical-align: top;
	
}
.testoVerdeBold {
	color: #077515 !important;
	font-size: 11pt !important;
	font-weight: bold !important;
}
.testoRed {
	color: #ff0000;
}

.testoAzzuro{
	color: #007FFF;
	display:inline-block;
}

.linkVerdeBold{
	color: #077515 !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	cursor: pointer !important;
}
.linkReturnBack {
	font-size: 11pt;
	font-weight: bold;
	padding:0px;
	padding-left:23px; 
	vertical-align: text-top;
	background-image: url('../images/icone/arrowL.png'); background-repeat:no-repeat;
}
.redCell{
	background-color: #FF0000 !important;
	text-align:center !important;
}
.greenCell{
	background-color: #00D21B !important;
	text-align:center !important;
}
/************/
/* Pulsanti */
/************/
.pulsante {
	cursor: pointer !important;
	height:25px !important;
	font-size: 12px !important;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif !important;
	text-transform: uppercase !important;
    background-color: #FFFFFF !important;
	font-weight: bold !important;
	margin: 0 2px !important;
	border-style: none !important;
	border: 2px solid #077515 !important;
	min-width: 80px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.pulsante:active
{
    background-color: #077515 !important;
    border: 2px solid #077515 !important;
}
.pulsante:hover {
	background-color: #077515 !important;
	border: 2px solid #077515 !important;
}
.pulsante:visited {
	background-color: #077515 !important;
	border: 2px solid #077515 !important;
}
.pulsante:link {
	background-color: #077515 !important;
	border: 2px solid #077515 !important;
}
.pulsante:select {
	background-color: #077515 !important;
	border: 2px solid #077515 !important;
}
.pulsante:focus {
	background-color: #064A00 !important;
	border: 2px solid #064A00 !important;
	color: #FFFFFF !important;
}
.pulsante:disabled {
	background-color: #fffff0 !important;
	border: 2px solid #a9a9a9 !important;
	color: #a9a9a9 !important;
}
.pulsanteRed {
	cursor: pointer !important;
	height:25px !important;
	font-size: 12px !important;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif !important;
    background-color: #FFFFFF !important;
	font-weight: bold !important;
	margin: 1px !important;
	border-style: none !important;
	border: 2px solid red !important;
	min-width: 80px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.pulsanteRed:active
{
    background-color: red !important;
    border: 2px solid red !important;
}
.pulsanteRed:hover {
	background-color: red !important;
	border: 2px solid red !important;
}
.pulsanteRed:visited {
	background-color: red !important;
	border: 2px solid red !important;
}
.pulsanteRed:link {
	background-color: red !important;
	border: 2px solid red !important;
}
.pulsanteRed:select {
	background-color: red !important;
	border: 2px solid red !important;
}
.pulsanteRed:focus {
	background-color: red !important;
	border: 2px solid red !important;
	color: #FFFFFF !important;
}
.pulsanteRed:disabled {
	background-color: #fffff0 !important;
	border: 2px solid #a9a9a9 !important;
	color: #a9a9a9 !important;
}

.pulsanteOrange {
	cursor: pointer !important;
	height:25px !important;
	font-size: 12px !important;
	font-family: "Trebuchet MS", Garuda, FreeSans, arial, sans-serif !important;
    background-color: #FFFFFF !important;
	font-weight: bold !important;
	margin: 1px !important;
	border-style: none !important;
	border: 2px solid #FFBF57 !important;
	min-width: 80px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
.pulsanteOrange:active
{
    background-color: #FFBF57 !important;
    border: 2px solid #FFBF57 !important;
}
.pulsanteOrange:hover {
	background-color: #FFBF57 !important;
	border: 2px solid #FFBF57 !important;
}
.pulsanteOrange:visited {
	background-color: #FFBF57 !important;
	border: 2px solid #FFBF57 !important;
}
.pulsanteOrange:link {
	background-color: #FFBF57 !important;
	border: 2px solid #FFBF57 !important;
}
.pulsanteOrange:select {
	background-color: #FFBF57 !important;
	border: 2px solid #FFBF57 !important;
}
.pulsanteOrange:focus {
	background-color: #FFBF57 !important;
	border: 2px solid #FFBF57 !important;
	color: #FFFFFF !important;
}
.pulsanteOrange:disabled {
	background-color: #fffff0 !important;
	border: 2px solid #a9a9a9 !important;
	color: #a9a9a9 !important;
}

.divUtility{top: 9px; right:5px; position: absolute; z-index: 2;}

/* contenitore centrale */
#content{width:auto !important; margin:0px; min-height:400px; padding:10px; padding-right:0px; padding-top:7px; background-color:#FFFFFF; position:relative; padding-bottom: 50px;}

#boxNews{text-align:left; width:300px; height:20px; overflow-y:hidden; position: absolute; top:1px; right:10px; }
#boxAvvisi{ text-align:left; width:300px; height:250px; border:1px solid gray; overflow-y:hidden; position: absolute; top:25px; right:10px; }
#boxAvvisi li { min-height:20px; border-bottom:1px solid grey;}
#boxInterventi{ height:100%; width:95%; position:absolute; top:43px; }

#boxNormativeTitolo{width: 300px; height:20px; position: absolute; top:280px; right:10px; }
#boxNormative{width: 300px; height:138px; border: 1px solid gray; position: absolute; top:305px; right:10px; }

#accordion-resizer {padding: 0px; height: 100%; width: 100%; position: relative; border: 0px solid black; border-bottom:1px solid #D0D0D0 !important;}
.accordionDiv {border-bottom:1px solid #D0D0D0 !important;}
.accordionDiv .ui-accordion-header {background: none; margin: 0px; color: #000000; height: 20px; padding-top: 5px; padding-bottom: 0px; border: 1px solid gray;}
.accordionDiv .ui-accordion-header_green1 {background: none; margin: 0px; color: #000000;}
.accordionDiv .ui-accordion-header_green2 {background: none; margin: 0px; color: #000000;}
.accordionDiv .ui-accordion-content { padding: 0; border:1px solid #D0D0D0 !important; border-bottom: 0px !important; }
.accordionDiv .ui-state-focus { border:1px solid #D0D0D0 !important; border-bottom: 0px !important;}
.accordionDiv .ui-tabs-active { border:1px solid #D0D0D0 !important; border-bottom: 0px !important;}
.accordionDiv .ui-state-default { border:1px solid #D0D0D0 !important; border-bottom: 0px !important;}
.tbContentAccordion{border-collapse: collapse; width: 100%;}
.tbContentAccordion th{ 
	font-size:12px; 
	text-align:left; 
	background-color:#e8eee8;
	font-weight:bold;
	vertical-align: top;
	/* white-space: pre; */           /* CSS 2.0 */
    /* white-space: pre-wrap; */      /* CSS 2.1 */
    /* white-space: pre-line; */      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}
.tbContentAccordion tr{ border-bottom:1px solid #e8eee8;}
.tbContentAccordion tr:hover{ background-color:#E6E6E6;}
.tbContentAccordion td{ 
	font-size:12px; 
	vertical-align: top !important; 
	padding: 2px; 
	/* white-space: pre; */           /* CSS 2.0 */
    /* white-space: pre-wrap; */      /* CSS 2.1 */
    /* white-space: pre-line; */      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}

.tdInfo{ 
	background-color:#e8eee8;
}

.tdBorderLeft{
	border-left:1px solid #e8eee8 !important;
}
/* .tdBorderRight{
 border-right: 1px solid #A8A8A8 !important;
} */
.tdBorderRight:hover{
 border-right: 1px solid #A8A8A8 !important;
}
.thBorderLeft{
	border-left:1px solid white !important;
}
.thBorderBottom{
	border-bottom:1px solid white !important;
}

.tdBorder{
	border:1px solid gray !important;
}

#tbHomeNormativa{width:100%;}
#tbHomeNormativa td{font-size:11px; font-style:italic; vertical-align: top;}

img[class^="tbIcon"] {cursor:pointer; }

.divGest{
	width: 100%;
	height: auto;
	min-width: 780px;
	border: 1px dashed #077515;
	background-color: #C4D5C4;
	padding: 5px;
}
.divGest2{
	border: 1px dashed #077515;
	background-color: #C4D5C4;
	padding: 5px;
}
.divGestSchermoIntero{
	border: 1px dashed #077515;
	background-color: #F2FAF2;
	padding: 5px;
	position: fixed;
	top: 0;
    left: 0;
    text-align:center;
    z-index:5000;
    overflow: auto;
    width: 100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    color: #000000;
}
.noLink:hover{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
/* Pagina di Ricerca */
#fldOpzioni{width:95%;margin-left:auto; margin-right:auto;}
#tbOpzioniRicerca{width:95%;margin-left:auto; margin-right:auto;margin-top:5px; margin-bottom:10px;border-collapse: collapse;}
#tbOpzioniRicerca td{ font-size:12px;font-weight:normal;}
#tbCountRisultati{width:95%; margin-left:auto; margin-right:auto;margin-top:10px}
#tbCountRisultati td{ font-size:12px;font-weight:normal;}
#tbRisultati{width:95%; margin-left:auto; margin-right:auto;border-collapse: collapse;}
#tbRisultati th{ font-size:12px; text-align:left; background-color:#e8eee8;font-weight:bold;}
#tbRisultati tr{ border-bottom:1px solid #A4A4A4}
#tbRisultati tr:hover{ background-color:#E6E6E6;}
#tbRisultati td{ font-size:12px;font-weight:normal;}

.selOpzioni{width:100%}
.ui-datepicker-trigger { position: relative; margin-top: -4px; margin-left:0px; height:26px} /* posizionamento corretto icone per le data */

#dialog-tree .ui-widget-content{
	border: 1px solid #aaa;
	background: red;
	color: #222;
}
	
fieldset{
	border: 1px solid #535353;
	padding: 5px;
}
legend{
	font-weight: bold; padding-left: 15px; padding-right: 15px;
}
.spinnerAttendere {
	background-color: #F5F5F2;
	background: url("../images/spinner_squares_circle.gif") no-repeat center center;
	position: fixed;
	top: 0;
    left: 0;
    text-align:center;
    z-index:9999999999;
    overflow: auto;
    width: 100%; /* width of the spinner gif */
    height: 100%; /*hight of the spinner gif +2px to fix IE8 issue */
    color: #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	opacity: .5;
}
.ui-autocomplete-loading {
	background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}	
*:focus { outline: none !important; }
	
/* Tabber ---->  INIZIO */
.tabber {
	width: 100% !important;
	height: 100% !important;
}
.tabber >ul {
	height:30px !important; 
	padding: 0px !important;
	border:0px !important;
	margin: 0px !important;
	border-bottom: 2px solid #077515 !important;
	color: #222222 !important;
	font-weight: bold !important;
}
.tabber >ul >li {
	width: auto !important;
}
.tabber a:not(.ztree) {
	padding: 3px !important;
}
.tabber label:not(.ztree){float: left}
.ui-tabs {position: relative !important; border:0px !important; padding: 0px !important; height: 100% !important; min-height:600px !important; z-index:1 !important;}
.ui-tabs:before {
  content : "";
  position: absolute;
  top: 30px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-left:2px solid #077515;
  border-bottom:2px solid #077515;
  border-top:0px;
  z-index: 2 !important;
}
.tabber .ui-tabs-panel{padding-top: 8px !important; padding-left: 8px !important; padding-right: 8px !important;}
.tabber .ui-state-focus{border: 2px solid #077515 !important; border-bottom: 1px solid #FFFFFF !important;}
.tabber .ui-tabs-active {position: absolute; margin: 0px !important; border: 2px solid #077515 !important; border-bottom: 1px solid #FFFFFF !important; height: 33px !important; margin-right: 2px !important; font-weight: bold !important;}
.tabber .ui-state-default {position: absolute; height: 28px !important;}
.divContentTabber1 {position: relative; z-index: 3; width: 99%;}
.divContentTabber2 {position: relative; z-index: 4; width: 99%;}
.iconEditBox{height:15px;cursor:pointer;}
.iconAllegato{height:15px;cursor:pointer;}
.ui-tabs-nav{padding: 0px  !important;}
/* Tabber ---->  FINE */

/* font */
.titoloNeroBold{font-size:15px;font-weight:bold;}
.titoloNeroNormal{font-size:15px;font-weight:normal;}
.titoloNeroBold14{font-size:14px;font-weight:bold;}
.titoloNeroNormal14{font-size:14px;font-weight:normal;}
.dato{font-size:12px;font-weight:normal;}
.label{font-size:12px;font-weight:normal;color:navy;float:left !important;}
.datoNonModificabile{font-size:12px;font-weight:bold; color:#A4A4A4; text-decoration:none}

/* vari */
.lnkGenerico{cursor:pointer}
.txtData{width:80px}

.clearStyle{
	border: 0px !important;	
	background: transparent !important;
}
.ui-dialog {
	/* z-index: 99999 !important; */
}
.ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center !important;
	float: none !important;
}
.ui-dialog-buttonpane button {
	margin-right: 10px !important;
	min-width: 100px !important;
}

.fixed-dialog{
  position: fixed;
}

textarea, input, select, option {
	/* color: #000000 !important; */
	/* border: 1px solid #A9A9A9 !important; */
	padding: 0px 0px 0px 2px !important;
	margin: 0px !important;
	outline: 0px !important;
}
/* textarea[disabled='disabled'], input[disabled='disabled'], select[disabled='disabled'], option[disabled='disabled'] { */
/* 	background: #FFFFFF !important; */
/*     color: #000000 !important; */
/*     cursor:default !important; */
/* } */
/* textarea[disabled=''], input[disabled=''], select[disabled=''], option[disabled=''] { */
/* 	background: #FFFFFF !important; */
/*     color: #000000 !important; */
/*     cursor:default !important; */
/* } */
/* textarea[disabled], input[disabled], select[disabled] { */
/* 	background: #FFFFFF !important; */
/*     color: #000000 !important; */
/*     cursor:default !important; */
/* } */
/* option[disabled] { */
/* 	background: #FFFFFF !important; */
/*     color: #a5a5a5 !important; */
/*     cursor:default !important; */
/* } */
/* select[disabled]{
	 border: 0px !important;
	 padding: 0px !important;
	 -webkit-appearance: none !important;
     -moz-appearance: none !important;
     appearance: none !important;
     overflow: hidden !important;
     text-overflow: '' !important;
     color: #000000 !important; 
} */
input, select, option {
  	/* height: 22px !important; */
}

input {
  	line-height: 22px !important;
}
input[type="checkbox"] {
	border: 1px solid #A9A9A9 !important;
	margin: 0px !important;
	outline: 0px !important;
	background:transparent !important;
	border:0px !important;
	box-shadow: none !important;
	height: 20px !important;
	width: 20px !important;
	padding: 0px !important;
}
.myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}
.myui-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.alignLeft{text-align: left;}
.ui-datepicker-year{
	size: 10 !important;
}
.ui-datepicker-year option {
    height: 10px !important;
}
.ui-datepicker-current-day{
	border: 1px solid red !important;
	background-color: red !important;
}
.ui-datepicker-today{
	border: 1px solid #077515 !important;
	background-color: #077515 !important;
}

.info {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.info:hover {
  position: relative;
}

.tableBorder{
	font-size:12px !important;
	border: 1px solid #A9A9A9;
	border-collapse: collapse;
}
#tableBorder th{ background-color:#e8eee8; font-weight:bold;}
.tableBorder td{
	border: 1px solid #A9A9A9;
	padding: 3px;
}
.tableNoBorder{
	font-size:12px !important;
	border: 0px solid #A9A9A9;
	border-collapse: collapse;
}
#tableNoBorder th{ background-color:#e8eee8; font-weight:bold;}
.tableNoBorder td{
	border: 0px solid #A9A9A9;
	padding: 3px;
}
/* STILE TOOLTIP/TOOLBAR ------------> INIZIO */
.tool-container {
	background-color: #FFFFFF !important;
	background-size: 0% 0% !important;
	border: 2px solid #077515;
	box-shadow: 0px 0px 0px 0px #000 !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
	background: url(../images/tagli_html/white.jpg) repeat !important;
	border-radius: 0px !important;
	padding: 5px;
	vertical-align: top;
}
.tool-item {
	height: 100% !important;
	display: block !important;				
	width: auto !important;
	padding:3px;
	text-align: left !important;
	vertical-align: top !important;
}

.tool-item.selected, .tool-item:hover  {
	background-color: #FFFFFF !important;
	background-size: 100% !important;
	background: url(../images/tagli_html/white.jpg) repeat !important;
}

.tool-container.tool-top .arrow {
	border-color: #077515 transparent transparent !important; 
}

.tool-container.tool-bottom .arrow {
	border-color: transparent transparent #077515 !important; 
}

.tool-container.tool-left .arrow {
	border-color: transparent transparent transparent #077515 !important;
}

.tool-container.tool-right .arrow {
	border-color: transparent #077515 transparent transparent !important;
}

.linkNolink{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
.linkNolink:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
.imglink{
	border: 0px;
}
.noHoveClass:hover{ background-color:#FFFFFF !important;}
/* STILE TOOLTIP/TOOLBAR ------------> FINE */
/*   https://css-tricks.com/examples/hrs/    */
hr.style7 {
    height: 10px !important;
    border-style: solid !important;
    border-color: #077515 !important;
    border-width: 2px 0 0 0 !important;
    border-radius: 20px !important;
}
hr.style7:after { /* Not really supposed to work, but does */
    display: block !important;
    content: "" !important;
    height: 10px !important;
    margin-top: -31px !important;
    border-style: solid !important;
    border-color: #077515 !important;
    border-width: 0 0 1px 0 !important;
    border-radius: 20px !important;
}
hr.style8 {
    padding: 0 !important;
    border: none !important;
    border-top: medium double #333 !important;
    color: #333 !important;
    text-align: center !important;
}
hr.style8:after {
    content: "�";
    display: inline-block !important;
    position: relative !important;
    top: -0.7em !important;
    font-size: 1.5em !important;
    padding: 0 0.25em !important;
    background: white !important;
}
a.disabled{
/* 	color: grey !important; */
/* 	font-size: 11pt !important; */
/* 	font-weight: bold !important; */
/* 	cursor: default !important; */
/* 	pointer-events: none; */
}

.ui-tooltip, .ui-tooltip-content {
	 max-width: 600px !important;
 }
 /* HIDE SHOW ANIMATIONS */
 .ng-hide {
	left: -100%;
  	opacity:0;
  	padding:0 10px;
}
.ng-hide-remove      { 
 	transition: 0.5s;
}
/* CUSTOM TREEVIEW */
.treeview 
.treeBranch:before{
	content:"";
	display: block;
	width:15px;
	height:0;
	border-top:2px solid
	;margin-top:3px;
	position:absolute;
	top:1em;
	left:40px;
}
 /* ICONE MODIFICA */
.iconEdit {
 	cursor: pointer;
 	font-size: 18px;
	color: #003354;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #003354;
	background-color: #ffffff;
}
.iconRead {
 	cursor: pointer;
 	font-size: 18px;
	color: #003354;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #003354;
	background-color: #ffffff;
}
.iconDelete {
	cursor: pointer;
	font-size: 18px;
	color: red;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid red;
	background-color: #ffffff;
}
.iconUpload {
 	cursor: pointer;
 	font-size: 18px;
	color: green;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid green;
	background-color: #ffffff;
}
/*********************/
/* Tabella selezione */
/*********************/
.hoverTable tr.notHeader:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

/*********************/
/* Tabella files */
/*********************/
.fileTable tr.selected {
    color: rgb(249, 0, 0);
}
/*********************/
/* Tabella selezione */
/*********************/
.hoverTable tr.selected {
	background-color: #AED2F1;
}
/*******************/
/* Icona notifiche */
/*******************/
.iconNotificaContainer {
	position:relative;
}
.icoNotifica {
    /* -webkit-filter: invert(1) !important; */
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background-image: url('../images/ico_notifica.png'); 
    background-size: 20px 20px;
    background-repeat:no-repeat;
    margin-right: 10px;
	cursor: pointer;
}
.iconNumberNotifica {
	border-radius: 10px;
	background-color: red; 
	width: 15px; 
	height: 15px; 
	font-size:8pt; 
	display: inline-block;
	text-align: center; 
	cursor: pointer;
	position:absolute;
	margin-left: 11px;
	margin-top: -25px;
}
/*****************/
/* Modali Custom */
/*****************/
.modal-header {
	padding: 5px !important;
}
.modal-title {
	font-size: 13pt !important;
}
/* .modal-body { */
/* 	padding: 5px !important; */
/* } */
.modal-1 div.modal-dialog {
    width: 80% !important;
/*     padding-top: 5%; */
}

.modal-2 div.modal-dialog {
    width: 45% !important;
    padding-top: 5%;
}

.modal-3 div.modal-dialog {
    width: 30% !important;
    padding-top: 15%;
}

.modal-4 div.modal-dialog {
    width: 70% !important;
/*     padding-top: 5%; */
}

.modal-5 div.modal-dialog {
    width: 65% !important;
/*     padding-top: 5%; */
}

.modal-5 .modal-dialog{
    overflow-y: initial !important
}
.modal-5 .modal-body{
    height: 550px;
    overflow-y: auto;
}

.modal-6 div.modal-dialog {
    width: 95% !important;
}

.modal-6 .modal-dialog{
    overflow-y: initial !important
}
.modal-6 .modal-body{
    height: 550px;
    overflow-y: auto;
}

.modal-7 div.modal-dialog {
    width: 50% !important;
/*     padding-top: 5%; */
}

.modal-7 .modal-dialog{
    overflow-y: initial !important
}
.modal-7 .modal-body{
    height: 550px;
    overflow-y: auto;
}

/***************/
/* Form Custom */
/***************/

form.tabberForm {
/* 	border-left: 1px solid #dddddd; */
/*     padding-left: 10px; */
    padding-top: 10px;
}

/*********/
/* Index */
/*********/
div#cose {
	background-color: #EEEEEE;
	width: 30%;
	margin-left: 20px;
	height: 600px;
    overflow: visible;
}

div#area_avvisi {
	background-color: #DDDDDD;
	margin-left: 20px;
	height: 600px;
}

div#titolo_pagina {
	background-color: #003A60;
	color: #FFFFFF;
	width: 30%;
	margin-left: 20px;
	height: 600px;
}
/*********/
/* Badge */
/*********/
.custom-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/******************/
/* Custom Tooltip */
/******************/
.tooltip-info {
	cursor: pointer;
}
.tooltip-info + .tooltip.in {
	opacity: 1;
}
.tooltip-info + .tooltip .tooltip-inner {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top-left .tooltip-arrow,
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #bce8f1;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip-info + .tooltip.bottom-left .tooltip-arrow,
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #bce8f1;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #bce8f1;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #bce8f1;
}
.tooltip-danger {
	cursor: pointer;
}
.tooltip-danger + .tooltip.in {
	opacity: 1;
}
.tooltip-danger + .tooltip .tooltip-inner {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.tooltip-danger + .tooltip.top .tooltip-arrow,
.tooltip-danger + .tooltip.top-left .tooltip-arrow,
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #ebccd1;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ebccd1;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #ebccd1;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #ebccd1;
}
.tooltip-warning {
	cursor: pointer;
}
.tooltip-warning + .tooltip.in {
	opacity: 1;
}
.tooltip-warning + .tooltip .tooltip-inner {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip-warning + .tooltip.top-left .tooltip-arrow,
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #faebcc;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #faebcc;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #faebcc;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #faebcc;
}
.tooltip-success {
	cursor: pointer;
}
.tooltip-success + .tooltip.in {
	opacity: 1;
}
.tooltip-success + .tooltip .tooltip-inner {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top-left .tooltip-arrow,
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #d6e9c6;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip-success + .tooltip.bottom-left .tooltip-arrow,
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #d6e9c6;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #d6e9c6;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #d6e9c6;
}

/******************/
/* Custom Scrollbar */
/******************/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #eeeeee;
/* 	border-radius: 10px; */
}

::-webkit-scrollbar
{
	width: 15px;
	height: 15px;
	background-color: #eeeeee;
}

::-webkit-scrollbar-thumb
{
/* 	border-radius: 10px; */
	background-color: #003a60;

}

::-webkit-scrollbar-thumb:hover
{
/* 	border-radius: 10px; */
	background-color: #02609d;

}

/* ::-webkit-scrollbar-button:horizontal:increment { */
/*     background-image: url('../images/icone/arrowL.png'); */
/* } */

/* ::-webkit-scrollbar-button:horizontal:decrement { */
/*     background-image: url('../images/icone/arrowL.png'); */
    
/* } */

/* ::-webkit-scrollbar-button:vertical:increment { */
/*     background-image: url('../images/icone/arrowL.png'); */
/* } */

/* ::-webkit-scrollbar-button:vertical:decrement { */
/*    background-image: url('../images/icone/arrowL.png'); */
/* } */

/*****************/
/* Custom Tabber */
/*****************/
.tab-content > .active {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/***********************************************/
/* Programmazione capitoli Custom table */
/***********************************************/
.excelLike {
	font-size: 13px;
	font-family: inherit;
/* 	width: 1262px; */
/* 	width: 1602px; */
/* 	width: 1762px; */
}

.excelLike th.greenHeaderCell {
	background-color: #D7E4BD;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	border-style: solid;
    border-width: 1px;
    height: 40px;
    min-width: 80px;
}

.excelLike th.greyHeaderCell {
	background-color: #e5e5e5;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	border-style: solid;
    border-width: 1px;
    height: 40px;
    min-width: 80px;
}

.excelLike td.greenDataCell {
	background-color: #D7E4BD;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	text-align: center;
	border-style: solid;
    border-width: 1px;
    height: 40px;
    display: table-cell; 
    vertical-align: middle;
    min-width: 80px;
}

.excelLike td.greyDataCell {
	background-color: #e5e5e5;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	text-align: center;
	border-style: solid;
    border-width: 1px;
    height: 40px;
    display: table-cell; 
    vertical-align: middle;
    min-width: 80px;
}

.excelLike th.fixedCell {
	background-color: #D7E4BD;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	padding-top: 7px;
	height: 35px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}

.excelLike th.fixedCellHeader {
	background-color: #D7E4BD;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	border-style: solid;
    border-width: 1px 0px 0px 1px;
}

.excelLike th.fixedCellTot {
	background-color: #e5e5e5;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	padding-top: 7px;
	height: 35px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

.excelLike th.fixedCellTotHeader {
	background-color: #e5e5e5;
	font-weight: normal;
	color: black;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	border-style: solid;
    border-width: 1px 0px 0px 1px;
}

.excelLike td.cellHeaderGreen {
	background-color:#D7E4BD;
	font-weight:bold;
	text-align:center;
	border: 1px solid black;
}

.excelLike td.cellGreen {
	background-color: #D7E4BD;
	border: 1px solid black;
	padding-left: 5px;
	text-align: left;
}

.excelLike td.excelInputCell  {
	vertical-align: middle;
	color: black;
	border: 1px solid black;
	padding-left: 0px;
	text-align: left;
}

.excelLike td.cellTot {
	background-color:#e5e5e5;
	font-weight:bold;
	text-align:center;
}

.excelLike th.cellEmpty {
	background-color:#e5e5e5;
	width: 160px;
    left: 0;
	border-color: black;
	border-width: 1px 0 1px 1px;
	border-style: solid; 
	height: 20px;
}

.excelLike th.cellEmpty1 {
	background-color:#e5e5e5;
	width: 220px;
    left: 0;
	border-color: black;
	border-width: 1px 0 1px 1px;
	border-style: solid; 
	height: 21px;
}

.excelLike td.whiteCell {
	border: 1px solid black;
	padding-left: 5px;
	text-align: left;
}

.excelLike td.cellTotNumber {
	border: 1px solid black;
	background-color:#e5e5e5;
	padding-left: 5px;
	text-align: left;
}

.excelLike td input {
	font-size: 13px;
	border: 0;
	border-radius: 0;
	height: 32px;
	
}

.excelLike td input.emptyCell {
	border: solid 1px #a94442;
	background-color: #f2dede;
}

.excelLike td input:focus {
	background-color: #f5f5f5;
}

.scrolling table {
    table-layout: inherit;
 /*margin-left: -100px;ie7 */
}
.scrolling th {
	position: absolute;
 /*position: relative; ie7*/
}
.outer {
	position: relative;
	overflow-y: scroll;
}
.inner {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: 320px;
/* 	margin-right: 160px; */
}

.scrolling1 table {
    table-layout: inherit;
 /*margin-left: -100px;ie7 */
}
.scrolling1 th {
	position: absolute;
 /*position: relative; ie7*/
}
.outer1 {
	position: relative;
}
.inner1 {
	overflow-x: scroll;
	overflow-y: hidden;
	margin-left: 320px;
/* 	margin-right: 175px; */
	height: 15px;
}

.scrolling2 table::before {
    table-layout: inherit;
 /*margin-left: -100px;ie7 */
}
.scrolling2 th::before {
	position: absolute;
 /*position: relative; ie7*/
}
.outer2 {
	position: relative;
}
.inner2 {
	overflow-x: scroll;
	overflow-y: hidden;
	margin-left: 320px;
/* 	margin-right: 175px; */
/* 	height: 80px; */
	height: 92px;
}
.inner3 {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: 320px;
	margin-right: 0px;
}
.inner4 {
	overflow-x: scroll;
	
	overflow-y: hidden;
	margin-left: 320px;
	margin-right: 15px;
	height: 15px;
}

.inner5 {
	overflow-x: scroll;
	overflow-y: hidden;
	margin-left: 320px;
	margin-right: 15px;
/* 	height: 80px; */
}

/***********************************************/
/* #expandtable, #tablecontainer { */
/* 	margin: 0; */
/* 	padding: 0; */
/* 	border: none; */
/* 	overflow-y: hidden; */
/* } */

/* #tablecontainer { */
/* 	height: 600px; */
/* 	max-height: 300px; */
/* 	margin-left: 145px; */
/* 	margin-right: 145px; */
/* } */

/* .breakline { */
/* 	clear: both; */
/* } */

/* #expandtable */
/* { */
/* 	overflow-x: hidden; */
/* 	overflow-y: scroll; */
/* 	height: 60%; */
/* 	border-bottom: 0; */
/* 	background-color: #eee; */
/* 	width: 1300px; */
/* } */


/************** panel ************************/
.panel-primary a{
	font-weight: bold;
	 text-decoration: underline;
}

 .panel-primary a.linkDisabled{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	cursor: not-allowed;
}

.panel-green {
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #348d45;
}

.panel-green>.panel-heading {
	color: #ffffff;
	background-color: #348d45;
	border-color: #348d45;
}

.panel-green a{
	color: #348d45;
	font-weight: bold;
	text-decoration: underline;
}

.panel-green a.linkDisabled{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	cursor: not-allowed;
}

.panel-red {
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #ff0404;
}

.panel-red>.panel-heading {
	color: #ffffff;
	background-color: #ff0404;
	border-color: #ff0404;
}

.panel-red a{
	color: #ff0404;
	font-weight: bold;
	text-decoration: underline;
}

.panel-red a.linkDisabled{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	cursor: not-allowed;
}

.panel-grey {
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #858585;
}

.panel-grey>.panel-heading {
	color: #ffffff;
	background-color: #858585;
	border-color: #858585;
}

.panel-grey a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.panel-grey a.linkDisabled{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	cursor: not-allowed;
}

.card-title a.linkDisabled{
	color: gray;
	font-weight: bold;
	text-decoration: none;
	cursor: not-allowed;
}

.customCardHome {
	border-radius: 2em; 
	box-shadow: 0 5px 10px rgba(0,0,0,.2); 
	border: 1px solid black; 
	margin: 10px;
	height: 150px; 
	cursor: pointer;
	min-width: 300px;
	font-size: 13px;
}

.customCardHomeDisabled {
	border-radius: 2em; 
	box-shadow: 0 5px 10px rgba(0,0,0,.2); 
	border: 1px solid black; 
	margin: 10px;
	height: 150px; 
	opacity: 0.7;
	cursor: not-allowed;
	min-width: 300px;
	font-size: 13px;
}

.customCardHome:hover {
	transform: scale(1.05);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.50);
	transition: all 0.2s ease-in;
}

.menu_verticale_sel {
	color: #ffffff !important;
	background-color: #003A60 !important;
}
.menu_verticale_sel > a {
	color: #ffffff !important;
	background-color: #003A60 !important;
}

/* ottimizzazione spazi nell'applicativo --------------> INIZIO */
/* body {
	font-size: 13px !important;
} */
/* label {
	margin-bottom: 2px !important;
} */
/* .form-group {
	margin-bottom: 8px !important;
} */
/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 10px !important;
	padding-right: 10px !important;
} */
/* .form-control {
	height: 28px !important;
	padding: 0px 4px !important;
	font-size: 13px !important;
} */

/* textarea.form-control {
	height: auto !important;
	min-height: 45px !important;
} */
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 3px !important; 
}
.table-condensed > tbody > tr.error-row {
	color: red;
}
/* .input-group-addon {
	padding: 0px 9px !important; 
} */
/* ottimizzazione spazi nell'applicativo --------------> FINE */

.check-tree-view {
	font-size: 19pt;
	color: green;
	margin-right: 30px !important;
}
.uncheck-tree-view {
	font-size: 16pt;
	color: red;
	margin-right: 30px !important;
}


/* nasconde tutte le option senza testo */
.redClass {
	color: red !important;
}

.redClass>option:not(:checked){
  color:black;
}

td.riduci-nota {
	width: 400px;
	word-wrap: break-word;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

td.riduci-nota + .tooltip > .tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  opacity: 1;
}
td.riduci-nota + .tooltip.top > .tooltip-arrow,
td.riduci-nota + .tooltip.top-left > .tooltip-arrow,
td.riduci-nota + .tooltip.top-right > .tooltip-arrow {
  border-top-color: #bce8f1;
}
td.riduci-nota + .tooltip.bottom > .tooltip-arrow,
td.riduci-nota + .tooltip.bottom-left > .tooltip-arrow,
td.riduci-nota + .tooltip.bottom-right > .tooltip-arrow {
  border-bottom-color: #bce8f1;
}
td.riduci-nota + .tooltip.right > .tooltip-arrow {
  border-right-color: #bce8f1;
}
td.riduci-nota + .tooltip.left > .tooltip-arrow {
  border-left-color: #bce8f1;
}

.checkIntervento {
	 float: right;
}

.interMonitorabili, .interChiusi, .interTerminati {
	margin-top: 26px;
}

.interMonitorabili {
	
	width: 170px;
}

.interChiusi {
 
 width: 130px; 
}
 
.interTerminati {
	
	width: 150px;
}

.sommaRendiconto {
	margin-left: 0 !important; 
	margin-right: 0 !important; 
}
 
.wizard {
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.wizard .wizard-inner .connecting-line {
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 53%;
    z-index: 1;
    height: 1em;
}

/* .wizard .wizard-inner .progress-bar { */
/* 	position: absolute; */
/*     width: 0%; */
/*     margin: 0 auto; */
/*     margin-left: 150px; */
/*     left: 0; */
/*     right: 0; */
/*     top: 53%; */
/*     z-index: 1; */
/*     height: 1em; */
/* 	background: green; */
/*  	transition: width 0.3s; */
/* } */

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: darkblue;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}

.wizard li.active span.round-tab {
    background: darkblue;
    border: 2px solid darkblue;
}
.wizard li.active span.round-tab i{
    color: white;
}

.wizard li.complete span.round-tab {
    background: white;
    border: 2px solid green;
}
.wizard li.complete span.round-tab i{
    color: green;
}

.wizard li.activeAndComplete span.round-tab {
    background: green;
    border: 2px solid green;
}
.wizard li.activeAndComplete span.round-tab i{
    color: white;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
    text-align: center;
    position: relative;
}

.wizard .nav-tabs > li .progress-bar {
	position: absolute;
    width: 100%;
    margin: 0 auto;
    margin-left: 150px;
    left: 0;
    top: 53%;
    z-index: 1;
    height: 1em;
	background: green;
 	transition: width 0.3s;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: darkblue;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: darkblue;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.tabIconAdministration {
	padding: 0.5rem;
	width: 3.5rem;
	height: 3.5rem;
}