/* remove rounding from cards, buttons and inputs 
.card, .btn, .form-control { border-radius: 0; }
*/
body {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}


.btn-primary2 {
  color: #fff;
  width: 150px;
  height: 80px;
  margin: 0% 1% 0% 1%;
  background-color: #337AB7;
  border-color: #337AB7;
}

.btn-primary2:hover {
  color: #fff;
  background-color: #0B5ED7;
  border-color: #0A58CA;
  border: 1px solid #D0D0D0;
}

.btn-primary2-dark {
  color: #000;
  width: 150px;
  height: 80px;
  margin: 0% 1% 0% 1%;
  background-color: #D1E0E0;
  border-color: #D1E0E0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);  
}

.btn-primary2-dark:hover {
  color: #fff;
  background-color: #337AB7;
  border-color: #337AB7;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);  
}

.btn-esito {
  background-color: transparent;
  border: 0px;
  vertical-align: center;
  height: 40px;
}

.btn-primary-img {
  color: #fff;
  width: 150px;
  height: 80px;
  margin: 1% 1% 0% 1%;
  background-repeat:no-repeat;
  background-color: #337AB7;
  border-color: #337AB7;
  opacity: 0.4;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);  
}

.btn-primary-img:hover {
  color: #fff;
  background-color: #0B5ED7;
  border-color: #0A58CA;
  border: 1px solid #D0D0D0;
  opacity: 1.0;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);  
}

.btn-primary-img-dark {
  color: #fff;
  width: 150px;
  height: 80px;
  margin: 1% 1% 0% 1%;
  background-color: #337AB7;
  border-color: #337AB7;
  opacity: 1.0;
}

.panel2 {
    background-color: #F1F1F1 !important;
	text-align: left;
    margin-bottom: -25px;
	margin-top: -10px;
	/*border-color: #27AE60;*/
	border-radius: 7px;
	border-style: none none none solid;
    border-width: 0px 0px 0px 12px;
	box-shadow: 3px 3px 6px grey;	
}

.datamsg {
  padding-top: 1%;
}
 
.scroll {
  max-height: 115px;
  overflow: auto;
}

.panel2-info {
    background-color: #F1F1F1 !important;
	text-align: center;
    padding: 15px;
    margin: 0px 10% 25px 10%;
	width: 80%;
	float: left;
	border-color: #d40b04;
	border-radius: 7px;
	border-style: none none none solid;
    border-width: 0px 0px 0px 12px;
	box-shadow: 3px 3px 6px grey;
	font-size: 1.75em;	
}

.panel-body2 {
	/*padding: 15px 15px 5px 25px;*/
	padding: 5px 15px 5px 15px;
}
	
.header {
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    position: -webkit-sticky;
	position: sticky;
	top: 0;	
	z-index: 2;
}

.sticky {
    position: -webkit-sticky;
	position: sticky;
	top: 125px;	
	z-index: 1;
	max-height: 800px;
	overflow-x: hidden; /* Hide horizontal scrollbar */
	overflow-y: auto; /* Add vertical scrollbar */
}

.footer {
   width: 100%;
   height: 50px;
   background-color: #B2BABB;
   color: #566573;
   text-align: center;
   font-size: 0.75em;
   padding-top: 15px;
}

.warning {
   display: none;
}

.panel-sm, .panel-group-sm > .panel {
  font-size: 1.2rem;
  border-radius: 0.2rem;
}

.small-white {
  font-size: 0.75em;
  color: #fff;
}

.small-black {
  font-size: 0.75em;
  color: #000;
}

.small-ico {
  font-size: 1em;
  float: right;
  vertical-align: middle;
}

.login {
  float: left;
}

.datalert {
  font-size: 0.85em;
  float: left;
  padding-left: 8%;
}

.reqinfo {
  font-size: 1.25em;
  text-align: left;
  padding: 12px 12px 12px 12px;
  color: #334D4D;
 }
 
.reqinfotitle {
  font-size: 1.25em;
  font-style: italic;
  color: #27AE60;
  padding: 12px 12px 12px 12px;
 }
 
.reqerror {
  font-size: 1.25em;
  text-align: left;
  padding: 12px 12px 12px 12px;
  color: RED;
 }

.reqerrortitle {
  font-size: 1.25em;
  font-style: italic;
  color: RED;
  padding: 12px 12px 12px 12px;
 }
 

.datatitle {
  font-size: 1.25em;
}

.servizio {
  text-align: left;
  font-size: 1.75em;
  color: #000000;
}

.highlights {
  background-color: #FFFF00;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.btn-info2 {
  color: #000;
  background-color: #C2F0C2;
  border-color: #C2F0C2;
}
.btn-info2:hover {
  color: #000;
  background-color: #99E699;
  border-color: #99E699;
}

/*schiaccia il footer in fondo alla pagina*/
.wrapper {
  min-height: calc(100vh - 70px);
}

.center {
  margin: auto;
  width: 100%;
}

.logincenter { 
  height: 400px;
  position: relative;
  /*border: 3px solid green; */
}

.centered {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

tr:nth-child(even) {background-color: #f2f2f2;}

.btn-proc {
  max-width: 300px;
  font-size: .85em;
  margin: 3px;
  border: 0px solid #337AB7;
  background-color: transparent;
}

.btn-proc:hover {
  /*color: #fff;*/
  /*background-color: #337AB7;*/
  /*border-color: #0A58CA;
  border: 1px solid #D0D0D0;
  */
  text-decoration-line: underline;
}

ul.prc {
  list-style-type: none;
  margin: 0px 5px 0px 5px;
  padding: 0px 5px 0px 10px;
 }
 
.btnprc {
  background-color: #D1E0E0;
  border: none;
  border-radius: 6px;
  /*padding: 5px 12px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin: 4px 2px;
  /*cursor: pointer;*/
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.btnprcdis {
  opacity: 0.6;
  cursor: not-allowed;
}

.btnprc:hover {
  background-color: #337AB7; 
  color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0,0,0,0.24),0 12px 25px 0 rgba(0,0,0,0.19);
}

.proc_allegati{
	text-align:center;
	padding:10%;
}


.ck-editor__editable_inline {
    min-height: 200px;
}

.succ_button {
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 24px 2px;
  cursor: pointer;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: not-allowed;
}

#overlay_text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}

.btn_dett {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
}

.panel-body {
  text-align:left;
  padding:3%;
  font-size: 0.8em;
}

.panel-footer {
  background-color:#F5F5F5;
  padding:3%;
}

.adesione_head {
  background-color:#AFF3FE;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
  width:100%;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.tck_dett_ok {
  background-color:#C2F0C2;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
}

.tck_dett_ko {
  background-color:#F2DEDF;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
}


/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 15px grey; 
  border-radius: 10px;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #337AB7; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0B5ED7; 
}

.count-notif{
  vertical-align:middle;
  margin-left:-30px;
  margin-top: -100px;
  width: 45px;
  text-align:right;
  /*font-size:13px;*/
}

.adesione_ttl{
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: bold;
}

.ttl_val{
  font-size: 1.8em;
  text-align: right;
  margin-right:10px;
  color: #03C109;
}

.ttl_imp{
  font-size: 1.8em;
  text-align: right;
  margin-right:10px;
  color: #F8C003;
}

.lotto {
  float: left;
  width: 2.5%;
  height: 100%;
  padding-right: 0.5%;
  margin: auto;
  text-align: center;
}
.regione {
  float: left;
  width: 25.5%;
  height: 100%;
  padding-right: 0.5%;
}

.dati {
  float: left;
  width: 9.5%;
  height: 100%;
  padding-right: 0.5%;
  text-align: center;
}

.valore {
  float: left;
  width: 9.5%;
  height: 100%;
  padding-right: 0.5%;
  text-align: center;
}

.titolo {
  font-weight: bold;
  text-align: center;
}

.bordato {
  border-radius: 8px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #E9E9E9;
  height: 100%;
  font-size: 0.9em;
} 

.bordato2 {
  border; 0;  
}  

.separatore {
	float: left;
	background-color: #000000;
	opacity: 0.1;
	width: 2px;
	height: 40px;
	text-align: center;
	margin-right: 0.5%;
}

.bg-fatt {
	background-color: #D3FC93;
}

.bg-attnz {
	background-color: #FFA2A2;
}

.bg-ode-warning {
	background-color: #FFE07A;
}

.AdeEsaurita {
	font-style: italic;
	color: #757575;
}	

.buttonxxx { 
    padding: 0.2em;
    margin:0.3em;	
    border: 1px solid  #ccc ;  
    border-radius: 8px;
    -webkit-appearance:normal;
    font-size: 1em;
    word-wrap: break-word;
	overflow-wrap: break-word;
 }
 
#top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
}

#top:hover {
  background-color: #555;
}
 
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://gecodev.computercare.it/img/loader.gif") no-repeat center center rgba(0,0,0,0.55);
    background-size: 50px 50px;
}