@charset "UTF-8";

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-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: 8px 15px 15px 15px;
	border-color: #27AE60;
	border-radius: 7px;
	border-style: none none none solid;
    border-width: 0px 0px 0px 12px;
	box-shadow: 3px 3px 6px grey;	
}

.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;
  color: #000000;
}

.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;
}

.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:-15px;
  margin-top: -50px;
  width: 45px;
  text-align:right;
  /*font-size:13px;*/
}

.hr_red{
  border: 3px solid red;
  border-radius: 5px;
  width: 80%;
}

.btn-prb_id{
  width: 250px;
}

.btn-code {
  background-color: #f5e7fc;
  color: #aa00ff;
  border-color: #eaccf9;
  width: 100px;			   
}

.btn-code:hover {
  background-color: #eaccf9;
}

.prb_id_sbmt {
 border: none;
    outline: none;
    background: none;
    cursor: pointer;
    text-decoration: none;
}

.prb_id_sbmt:hover {
  text-decoration: underline;
}