.h-menu a {
	color: white;
	text-transform: uppercase;
}

.h-menu ul{
	width: 100%;
	
}

.h-menu ul > li {

	background-color: #0066cc;
    border-right: 1px solid #0b5297;
}

.h-menu ul > li.active {
	background-color: #65dde0;
	color:#0d4882
}

.h-menu ul > li > a:hover {
	background-color: #65dde0;
	color:#0d4882
}


.h-menu{
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

.sub-navbar {
	background: #0066cc;
	margin-bottom: 0;
	border-width: 0;
	border-radius: 0;
}

#sidebar {
	height: 100vh;
	-webkit-box-shadow: inset 0px 3px 8px -2px rgba(0, 32, 63, 0.89);
	box-shadow: inset 0px 3px 8px -2px rgba(0, 32, 63, 0.89);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	/* transition: all 0.6s ease-in-out; */
}

#sidebar-toolbar {
	/*width: 100%;*/
	/* background: #0e65bb; */
	height: 65px;
	border-bottom: 1px solid #2e71b3;
}

/* ORDINATIVO INFORMATICO --INIZIO */
/* non utilizzato */
#firma-digitale {
	color: red;
	font-size: 36px;
	background-image: url("../img/firma_digitale_logo.jpg");
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	width:104px;
	height:54px;
	padding: 10px;
	border-radius:  25px  0px   25px 0px ;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5);
/* 			 margin-top:10px; */
/* 			margin-left:35%; */
		margin:auto;
 	margin-top:10px;
	
 }
 
 
.roundbox-green-check{
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px; 
  padding-top:50px;
  min-width: 50%;
  height: 150px; 
  background-color:#E2F0D9;
  font-size:bold;

  
}

.message-container{
	display:flex;
	text-align: center;
	justify-content:center;
	
	}
	
#check-mark{
	padding-top:10px;
	color: #73AD21;
	font-size: 36px;
  }
 
 
.roundbox-red-warning{
	 border-radius: 25px;
	  border: 2px solid red;
	  padding: 20px; 
	  padding-top:50px;
	  min-width: 50%;
	  height: 180px; 
	  background-color:#FBE5D6;
	  font-size:bold;
}
 
#warning-mark{
	padding-top:10px;
	color: red;
	font-size: 36px;
  }
  
 
/* ORDINATIVO INFORMATICO --FINE  */
		 
.lbl-menu-v{
	font-size: 1.5em;
    max-width: 228px;
    line-height: 63px;
	font-weight: 600;
	color: white;
	text-align: center;
	display: inline-block;
	width: -moz-calc(100% - 57px);
	/* WebKit */
	width: -webkit-calc(100% - 57px);
	/* Opera */
	width: -o-calc(100% - 57px);
	/* Standard */
	width: calc(100% - 57px);
}

.sidebar-toolbar-btn {
    margin: 17px 0px;
}


/*Cristian----*/
.btn-ricerca.active{
	background: #b2d7fa;
	color: #001A30;
}

.col-with-botder1.inserimento1 {
	text-align: center;
	background: #ffffff;
	border: 3px solid #d8f9cb;
	/*border-radius:10px;*/
	margin-bottom: 5px;
}

input1.inserimento-presunta1 {
	width: 100%;
	text-align: right;
	background: #ffffff;
	border-top: 2px solid #d8f9cb;
	border-left: 3px solid #d8f9cb;
	border-right: 3px solid #d8f9cb;
	border-bottom: 1px solid #d8f9cb;
}

.no-padding {
	padding: 0px 5px 0px 0px;
}

.divider {
    height: 10px;
}

.monitoraggio-content-home{background:#f1f1f1;margin-bottom:15px;border-bottom: 1px solid #fafafa;}

/*Cristian home----*/

.divider-white{
    height: 10px;
    background: #ffffff;
}

.divider-grey{
    height: 10px;
    background: #8c8c8c;
}

.button-home{
    background: #0066cc;
    /*margin: 10%;*/
    padding: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);;
    border-radius: 5px;
    border: 1px solid #80808029;
	margin-top: 31px;
	margin-bottom: 45px;
	/*margin-left:19px;*/
}

.button-home :hover {
	cursor: pointer;
}

.button-home i {
	
	font-size: 50px;
	color: #fff;
	margin-top: 20px;
}
.button-home label {
	font-size: 100%;
	color: #fff;
}

.btn-home-block {
    width: 80px;
}

.button-home-monitoraggio {
	background: #0066cc;
	color: #fff;
}
.no-margin{
    margin: 0px;
}

.blue-progress-bar::-webkit-progress-value{ color: #0066cc; }
progress::-webkit-progress-value { background: red; }

/*Cristian----*/

.rowround-button {
	padding: 16px;
}

.round-button {
	cursor: pointer;
	border-style: none;
	color: white;
	background-color: #0066CC;
	/*border-radius: 7px;*/
	font-size: 43px;
	text-align: center;
    vertical-align: top;
    height: 75px;
    width: 75px;
	/*font-variant-caps: petite-caps;*/
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5);*/
}
.round-button:before {
	content: '';
	display: inline-block;;
	vertical-align: text-top;
/* 	padding-top: 100%; */
}
.round-button span {
    display: inline-grid;
    vertical-align: middle;
    max-width: 100%;
    text-align: center;
    margin-left: -10px;
}
span {
	height: max-content;
	display: inline-block;
	max-width: 90%;
}
.icon{
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0px;
	
}
#img_miur{
	float:left;
	display:block;
	width:30%;
}
.round-button:active {
	background-color: #2980b9;
}

.box-index-menu {
	height: 166px;
	width: 100%;
}

.box-index-menu-full {
	padding: 0 26px 0 26px;
}

.img-top {
	max-width: 403px;
	margin-top: 23px;
	margin: 20px auto 20px auto;
}

.button-home  label>label {
	display: block
}

.footer {
	background-color:#333;
	margin-top: 30px;
	color:white;
	
}
.footer-bottom {
	background-color:#333;
	color:white;
	
	position: fixed;
	
	left: 0;
	bottom: 0;
	width: 100%;
}



button.noborder {
	border: transparent;
    background-color: transparent;
}

#modalConfirmRegister .table-datatable tr{
	cursor: pointer;
}


.input-importo[disabled]			{padding-right: 30px;}
.input-importo						{text-align:right;}

.input-importoconsegno[disabled]			{padding-right: 30px;}
.input-importoconsegno						{text-align:right;}

.input-numeropositivo[disabled]		{padding-right: 30px;}
.input-numeropositivo				{text-align:right;}

.input-annofinanziario[disabled]		{padding-right: 30px;}
.input-annofinanziario				{text-align:right;}


.input-error						{color: red !important;border-color: red;}




.tableXXX td						{padding-left:2px; padding-right:2px;} // classe usata nel form di destinazione delle entrate 

html {
	height: 100%;
}

body {
	min-height: 100%;
}

@media ( max-width : 768px) {
	.navbar-nav {
		margin: 0;
	}
	li#sidebar-col.top {
		width: 100%;
	}
	li#sidebar-col.top span {
		display: inline-block;
	}
}

@media ( max-width : 481px) {
	div#sidebar {
		display: none;
	}
}

.modal-content .input-group-btn {
	line-height: 1.2;
	font-size: 13px;
}

.modal-content .input-group-btn .fa {
	padding: 0;
	margin: 0 auto;
}

.modal-content .input-group-btn .btn {
	height: 29px;
	margin-top: 0;
	margin-right: 0;
	border-bottom: none;
    padding: 4px 8px 4px 8px;
}
.btn.active, .btn:active {
    border: 1px solid transparent;
}

table.dataTable.dt-multiselect tbody>tr:hover{
	cursor: pointer;
}

table.dataTable.dt-multiselect tbody>tr.selected {
    background-color: #CAFAFA !important;
    cursor: pointer;
}

.container-sospesi .panel-footer .btn, .container-pago-in-rete .panel-footer .btn{
    padding-left: 0;
    padding-right: 0;
    font-size: 12pt;
}

/*------------ STILE X GAUGE CHART - JustGage - start ---------
*/

.indice-box{
  margin: 0px;
  margin-bottom: 20px;
	vertical-align: middle;
	cursor: pointer;
	border-style: none;
	border: 1px solid #d1d1d1;
	background-color: white;
	color: black;
	border-radius: 7px;
	font-size: 20px;
	font-variant-caps: petite-caps;
}

.wrapper {
	position: relative;
	text-align: center;
	width: 100%;
	height: 260px;
}

.indice-formula>span>hr {
	border-bottom: 2px solid black;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

.indice-formula>span>br {
	line-height: 1px;
}

.box {
	width: 100%;
}

.container {
	margin: 0 auto;
	text-align: center;
}

.gauge {
	width: 100%;
	height: 210px;
	margin-top: -30px;
  margin-bottom: -30px;
}
.gauge tspan{
	font-size:20px;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.flexbox>div {
	flex: 1 0 300px;
}

.s-icon.icon-xs{  width:24px;  min-width:24px;  height:24px;    }
.s-icon.icon-xxs{ width:18px;  min-width:18px;  height:18px;    }
.title-1{    font-size:2.5rem;     line-height:1.2;  font-weight:600;  }
.title-2{    font-size:2rem;       line-height:1.2;  font-weight:600;  }
.title-3{    font-size:1.75rem;    line-height:1.2;  font-weight:600;  }
.title-4{    font-size:1.5rem;     line-height:1.2;  font-weight:600;  }
.title-5{    font-size:1.25rem;    line-height:1.2;  font-weight:600;  }
.title-6{    font-size:1rem;       line-height:1.5rem;  }
/*------------ STILE X GAUGE CHART - JustGage - end ------------
*/

.domanda-stato0{  color:#EF4927;  }
.domanda-stato1{  color:#EF4927;  }
.domanda-stato2{  color:#E3A000;  }
.domanda-stato3{  color:#00CB8C;  }
.domanda-stato4{  color:#0066CC;  }
.domanda-stato5{  color:#FF3B30;  }
.list-status{     list-style:none; padding-left:0;    }
.list-status li{  display:flex;    padding-top:16px;  }  

.action-td-white								{text-align:center !important}
/*
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.6rem 32px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 24px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }
  
.btn-primary {
  color: #FFFFFF;
  background-color: #0066cc;
  border-color: #0066cc;
  }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #0053a6;
    border-color: #004d99; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #0066cc;
    border-color: #0066cc; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #004d99;
    border-color: #00468c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #5c6f82;
  border-color: #5c6f82; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #4c5c6c;
    border-color: #475664; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 111, 130, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #5c6f82;
    border-color: #5c6f82; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #475664;
    border-color: #424f5d; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 111, 130, 0.5); }
*/
