/* Stile body e altri elementi */
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #515559;
  text-align: left;
  background-color: #fff;
}

.brand-link {
  padding: 6px 2px;
}

.no-border {
  border: 0px !important;
}

.no-border-bottom {
  border-bottom: 0px !important;
}

.no-display {
  display: none !important;
}

.lista-semplice{
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

.no-visibility {
  visibility: hidden !important;
}

.display-footer {
  display:table-footer-group !important;
}

.zero-h {
  padding:0 !important;
  margin:0 !important;
  height:0px !important;
}

.colvis-cdg {
  text-align:left ;
  font-size: 0.9rem;
  margin-top: 6px;
}

.colvis-cdg .dropdown-menu {
  font-size: 0.8rem;
  list-style: none;
  border: 1px solid #DDD;
  padding: 4px;
}

.dt-button-collection   {
  z-index: 9999 !important;
}

.btn {
  padding: .3rem .6rem;
  font-size: 0.8rem;
  line-height: 1.2;
  border-radius: .25rem;
}

.content-title .btn {
  padding: .2rem .4rem;
  font-size: 0.9rem;
  line-height: 1.2;
  border-radius: .1rem;
}

.btn.disabled-sp {
  cursor: default !important;
}
.btn-success.disabled-sp {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.no-cursor {
  cursor:default !important;
}

.note {
  font-size: 0.7rem;
  color: #717579;
}

.notediv {
  border-bottom: 1px solid rgba(7, 128, 207, 0.2);
  padding-bottom: 2px;
  margin-bottom: 4px;
}

.link-data {
  font-size: 0.8rem;
  font-weight: 600;
  color:#0780CF;
}

.link-data:hover {
  color:#000;
}

.list-group-item {
  border: 0px;
  border-bottom: 1px solid  rgba(0, 0, 0, 0.08);
  padding: 8px 0px;
}

.bgcolor-inherit{
  background-color: inherit !important;
}

.bgcolor-uffici{
  background-color:  rgba(0, 0, 0, 0.04);;
}

.border-uffici{
  border: 1px solid rgba(0, 0, 0, 0.04);;
}
.modal-th{
  background-color:#AAA !important;
  padding:6px 8px !important;
}

.modal-td{
  padding:2px 8px !important;
}

/* Stile header, footer e content */
.content-wrapper > .content {
  padding: 0.8rem 0.4rem;
  background-color:#FFFFFF;
}

.content-title {
  font-size: 1.4rem;
  color:#000;
  font-weight: bold;
}

.content-red {
  color:red;
}

.content-bold {
  font-weight: bold;
}

.content-subtitle {
  font-size: 1.2rem;
  color:#333;
}

.ticket-title {
  font-size: 1.2rem;
  color:#333;
  font-weight: bold;
}

.content-tabmenu {
  font-size: 1.6rem;
  color:#007bff;
  margin: 2px 8px 0px 8px;
}

.content-header {
  padding: 8px 0.5rem 8px 0.5rem;
}

.content-header-home {
  padding: 8px 0.5rem 8px 0.5rem;
}

.main-footer {
  background-color: #E2E2E2;
  border-top: 1px solid #dee2e6;
  color: #777;
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
}

/* Stile card pr accordion periodi PRA */
.accordion-pra .card-header {
  background-color:#FFF;
  padding: 0.2rem 0rem 0rem 0rem;
  line-height: 1.1;
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
}

.accordion-pra .card-body {
  padding: 0rem 0rem 0rem 0rem;
}

/* Stile card */  
.card {
  border-radius: 0%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.0), 0 1px 3px rgba(0, 0, 0, 0.0); 
  border: 1px solid  rgba(0, 0, 0, 0.12);
}
 
.card-header {
  background-color:#EFEFEF;
  padding: 0.4rem 1.25rem;
  line-height: 1.2;
  border-bottom: 0px solid rgba(0, 0, 0, 0.08);
}

.card-body {
  padding: 1rem 1rem;
}

.card-g {
  background-color: #F2F2F2;
}

.card-w {
  background-color: #F2F2F2;
}

.card-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.card-footer {
  padding: 0;
}

.card-title {
  font-size: 1.1rem;
  color: #212529;
  font-weight:600;
}

#accordion .card-title {
  font-size: 0.9rem;
  color: #212529;
  font-weight: 700;
}

.card-subtitle {
  font-size: 0.9rem;
  color: #515559;
  font-weight:600;
}

.title-right {
  float: right !important;
  font-weight: bold;
  font-size: 1rem;
}

.detail-right {
  float: right !important;
  font-weight: bold;
}
 
/* Stile sidebar e menu */  

.navbar .container{
  max-width: 1220px !important;
}

.nav-sidebar .nav-header {
  color: #FFD700;
}

.nav-sidebar .nav-link{
  font-size: 0.9rem;
  background-color: rgba(0,0,0,0.0);
}

.nav-link{
  font-size: 0.9rem;
  background-color: rgba(0,0,0,0.06);
}

.nav-pills .nav-link {
  border-radius: 0.2rem;
  margin-right: 1px;
  margin-left: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.9);
}

.nav-link-menu{
  padding-top: 0.7rem !important;
  color: #CC0000 !important;
}

.nav-link-menu:hover{
  color: #000000 !important;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #28a745;
}

.nav-pills .nav-link:hover {
  background-color: rgba(0,0,0,0.4);
  color: #FFF !important;
  transition: color 0.15s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.nav-pills .nav-link.active:hover {
  background-color: #358f4a;
  transition: color 0.15s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Stile tabelle */
tfoot {
  display: table-header-group!important;
}

.table{
  width:100%;
}

.table tfoot {
  background-color: rgba(185, 228, 255, 0.6);
}

.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #FFF;
}

.table-sm th {
  padding: 0.5rem !important;
}

.table td {
  padding: 0.4rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  font-size: 0.7rem;
}

.alt2{
  min-height: 65px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-bottom-width: 0;
  border-bottom: 1px solid #FFF;
}
 
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.02);
}
 
.table-hover tbody tr:hover {
  background-color: rgba(185, 228, 255, 0.3);
}

.table .icon-table {
  font-size: 1.2rem;
}

.table .icon-red {
  color:red;
}

.table .icon-green {
  color:#28a745;
}

.table .icon-td {
  width: 4%;
}

.table .min-td {
  width: 4%;
}

.t-profile {
  width: 100% !important;
  background-color: #F8F8F8;
}

.t-profile:hover {
  background-color: #F2F2F2;
}

.t-profile td{
  padding: 2px 2px;
}

.t-profile tr td:first-child{
  text-align: left;
  padding-left: 8px;
}
.t-profile tr:first-child td:nth-child(2){
  padding-right: 8px;
  padding-top: 8px;
}

.t-profile tr td:nth-child(2){
  padding-right: 8px;
 }

.t-profile tr:last-child td:nth-child(2){
  padding-bottom: 8px;
}


.t-profile tr:first-child td:nth-child(2){
  width: 70%;
  max-width: 70%;
}

.t-profile label{
  font-size: 0.7rem;
}

.t-profile .form-control {
  height: calc(1.8rem + 2px);
  padding: 0.24rem 0.4rem;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  color: #394047;
  background-color: #f8f8f8;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
}

.t-profile .text-cod {
  font-size: 0.9rem;
  font-weight: bold;
  color:orangered;
}

.t-num-record {
  color:#000;
  padding-top: 16px;
  font-size: 0.9rem;
  text-align: center !important;
}

.t-num-record-l {
  color:#000;
  padding-top: 16px;
  font-size: 0.9rem;
  text-align: left !important;
}

/* Stile modal */
.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #CC0000;
  font-weight: 600;
}

.modal-header {
  background-color: rgba(228, 228, 228, 0.4);
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #DDD;
}

.modal-footer {
  background-color: rgba(228, 228, 228, 0.4);
  padding: 0.4rem 1rem;
  border-top: 1px solid #DDD;
}

.swal2-styled.swal2-deny {
  padding: .375rem .75rem;
  font-size: 1rem;
}

/* Stile form */
.form-control {
  height: calc(1.8rem + 2px);
  padding: 0.24rem 1.4rem 0.24rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #394047;
  background-color: #f8f8f8;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
}

.form-anno {
  max-width: 96px !important;
}

.form-mini {
  height: calc(1.8rem + 2px);
  padding: 0.24rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #394047;
  background-color: #f8f8f8;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
  width: 40%;
}

.dataTables_length option {
  margin-right: 24px;
}

.dataTables_length label {
  margin-top: 0px;
}

.dataTables_length .custom-select {
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: .8em;
}

.dataTables_length label {
  margin-top: .3rem;
}

label {
  display: inline-block;
  margin: 0.6rem 0.1rem 0.2rem 0.2rem ;
}

.label-lista {
  display: inline-block;
  margin: 0.2rem 0.1rem 0.2rem 0.2rem;
  margin-bottom: 0.2rem;
}

.m-check {
  margin: 0rem 0rem 0rem 1.25rem;
}

[class*="icheck-"] {
  min-height: 20px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 16px;
}

[class*="icheck-"] > label {
  margin: 0px;
  min-height: 12px;
  line-height: 12px;
}

[class*="icheck-"] .btn {
  padding: .2rem .5rem;
  font-size: 0.8rem;
  line-height: 1.1;
  border-radius: .25rem;
}

[class*="icon-td"] .btn {
  padding: .2rem 0.4rem;
  font-size: 0.9rem;
  line-height: 0.8;
  margin-right: 4px;
}

fieldset.scheduler-border {
  border:1px solid #DDD;
  padding:8px;
}

fieldset.scheduler-border:hover {
  border:1px solid rgba(255, 69, 0, 0.3);
}

fieldset.filter {
  border: 1px solid #EEE;
  padding: 2px;
}

fieldset.filter:hover {
  border: 1px solid #DDD;
}

legend.scheduler-border {
  width: inherit !important;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9rem;
  color:orangered;
  font-weight:400;
}
legend.filter {
  width: inherit !important;
  padding-left: 4px;
  padding-right: 2px;
  font-size: 0.9rem;
  font-weight:400;
}
.bg-filter {
  background-color: rgba(185, 228, 255, 0.0);
}
/* Stile tooltip */
.tooltip-inner {
  background:#555;
  z-index:9992;
}
.tooltip {
  z-index:9992;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #555 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #555 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #555 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #555 !important;
}

.header-fixed {
  position: sticky;
  top:0;
  width: 100%;
  z-index: 9990;
}

/*gabriel*/
.ui-widget-content {
  z-index: 9991;
}

.badge-rew-o {
  color: #fff;
  background-color: rgba(253, 103, 31, 0.9);
  border-color: #fd671f;
}

.btn-rew-o {
  color: #fff;
  background-color: #fd671f;
  border-color: #fd671f;
}

.btn-rew-o:hover {
  color: #fff;
  background-color: #ce4402;
  border-color: #ce4402;
}

.btn-check:focus + .btn-rew-o, .btn-rew-o:focus {
  color: #fff;
  background-color: #fd5606;
  border-color: #ce4402;
  box-shadow: 0 0 0 0.25rem rgba(139, 190, 38, 0.5);
}

.btn-check:checked + .btn-rew-o,
.btn-check:active + .btn-rew-o, .btn-rew-o:active, .btn-rew-o.active,
.show > .btn-rew-o.dropdown-toggle {
  color: #fff;
  background-color: #fd5606;
  border-color: #fd5606;
}

.btn-check:checked + .btn-rew-o:focus,
.btn-check:active + .btn-rew-o:focus, .btn-rew-o:active:focus, .btn-rew-o.active:focus,
.show > .btn-rew-o.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(139, 190, 38, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(252, 86, 7,0.6);
}

.btn-rew-o:disabled, .btn-rew-o.disabled {
  color: #fff;
  background-color: #fe8a52;
  border-color: #fe8a52;
}


.dropdown-menu {
  min-width: 8rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(0,0,0,0.1) !important;
  border: 1px solid  rgba(255,255,255,0.4);
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: 0.2rem 0.2rem !important;
}

.dropdown-menu-w {
  background-color: rgba(255,255,255,0.96) !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem 0.2rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover {
  background-color: rgba(255,255,255,0.2) !important;
}
.d-dropdown-menu {
  min-width: 16rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(220,53,69,0.9) !important;
  border: 1px solid  rgba(255,255,255,0.4);
  border-radius: 0.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: 0.2rem 0.2rem !important;
  left: inherit; 
  right: 0px; 
  top:27px
}
.btnNotifiche{
  cursor:pointer!important;
}
.input-group-text {
  padding: 0.24rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #394047;
  border: 1px solid #DDD;
  border-radius: 0.2rem;
}

.input-min-w {
min-width: 120px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: -8px!important;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
  background-color:#d5d5d5;
   opacity:0.5;
  border-radius:3px;
 cursor:not-allowed;
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0;
}
.select2-selection {
   background: #eee;
   box-shadow: none;
}

.select2-selection__arrow,
.select2-selection__clear {
   display: none;
}
.modal {
  overflow-y:auto !important;
  background: rgba(0,0,0,.3)!important;
}
.m-lv1 {
  z-index: 1061!important;
}

.m-lv2 {
  z-index: 1062!important;
}

.m-lv3 {
  z-index: 1063!important;
}

.m-lv4 {
  z-index: 1064!important;
}

.m-lv5 {
  z-index: 1065!important;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#loading {
	background-color: rgba(25,25,25,0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9998;
	margin-top: 0;
	top: 0;
	text-align: center;
}
#loading .divPreloader {
	/* width: 190px;
	height: 190px;margin-top: -50px;
	margin-left: -50px; */
  position: fixed;
  z-index:9999;
	top: 50%;
}



.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}