.app .app-widget-tile .icon.icon-lg .cc {
  font-size: 56px;
  line-height: 80px;
}

.app .app-widget-tile .icon.icon-lg .fas {
  font-size: 56px;
  line-height: 90px;
}

.heading-elements .bs-select {
  width: 300px !important;
}

.intval1 {
  font-size: 20px !important;
  line-height: 30px !important;
}

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.cb-slideshow:after {
  content: '';
  background: transparent url(../assets/images/background/pattern.png) repeat top left;
}
.cb-slideshow li {
  list-style-type: none;
}

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  -ms-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}
.cb-slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 24s linear infinite 0s;
  -moz-animation: titleAnimation 24s linear infinite 0s;
  -o-animation: titleAnimation 24s linear infinite 0s;
  -ms-animation: titleAnimation 24s linear infinite 0s;
  animation: titleAnimation 24s linear infinite 0s;
}
.cb-slideshow li div h3 {
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  font-size: 180px;
  padding: 0;
  line-height: 200px;
  color: rgba(249,171,23, 0.8);
}
.cb-slideshow li:nth-child(1) span { background-image: url(../assets/images/background/bg-1.jpg) }
.cb-slideshow li:nth-child(2) span {
  background-image: url(../assets/images/background/bg-2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(../assets/images/background/bg-3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
  background-image: url(../assets/images/background/bg-4.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
  background-image: url(../assets/images/background/bg-5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
  background-image: url(../assets/images/background/bg-6.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
    opacity: 0;
    -moz-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -o-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
    opacity: 0;
    -o-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
  0% {
    opacity: 0;
    -ms-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% { opacity: 0 }
}
@keyframes titleAnimation { 
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  8% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}
@media screen and (max-width: 1140px) { 
  .cb-slideshow li div h3 { font-size: 100px; line-height: 110px; }
}
@media screen and (max-width: 600px) { 
  .cb-slideshow li div h3 { font-size: 50px; line-height: 60px;}
}

.app-navigation-logo, .app-navigation-logo:hover {
  background-size: auto 90% !important;
  background-color: #ccc !important;
  background-position: center !important;
}

td.details-control {
  background: url('../img/icons/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.details td.details-control {
  background: url('../img/icons/details_close.png') no-repeat center center;
}

.blocco-risorsa-add, .blocco-attivita-add {
  color: #DBE0E4;
  position: relative;
  border: 4px dashed #DBE0E4 !important;
  min-height: 200px;
}

.blocco-attivita-add {
  min-height: 100px;
}

.blocco-risorsa-add .block-content,.blocco-attivita-add .block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.blocco-risorsa-add:hover, .blocco-attivita-add:hover {
  color: #0F9DEA;
  border: 4px dashed #0F9DEA !important;
}

.modal .modal-dialog {
  margin: 30px auto;
}

.block-attivita .block-content-note {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.block-attivita i:before {
  content: "\f142" !important;
}


.block-attivita.att .title>.handleAttivita, .block-attivita.sub .title>.handleAttivita {
  /*display: none;*/
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  /*visibility: hidden;*/
  cursor: move;
}

.block-attivita.att:hover .title>.handleAttivita, .block-attivita.sub:hover .title>.handleAttivita {
  /*display: inline-block;*/
  /*visibility: visible;*/
}

@media screen and (max-width: 1280px) { 
  .block-attivita.att .title>.handleAttivita, .block-attivita.sub .title>.handleAttivita {
    display: block;
    text-align: center;
  }
  .block-attivita i:before {
    content: "\f141" !important;
    position: absolute;
    top: 0px;
  }
}

.block-attivita .titleAttivita {
  display: inline-block;
  vertical-align: middle;
}

.block-attivita .block-content {
  margin-bottom: 0px;
}

.block-attivita .contact.contact-rounded {
  padding: 0px;
  padding-left: 30px;
  display: inline-block;
  width: auto;
  margin-right: 15px;
}

.block-attivita .contact.contact-rounded img {
  top: 0px;
}

.block-attivita .app-tip.app-tip-primary {
  box-sizing: border-box;
  height:30px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 5px 0px;
  float: none; 
}

.blocco-risorsa .tab-content {
  min-height: 185px;
}

.app .allegatiRisorsaMini .table tr td, .app .allegatiRisorsaMini .table tr th {
  padding: 0px 10px;
}

.app .allegatiRisorsaMini .dataTables_scrollHead {
  display: none;
}

.app .allegatiRisorsaMini .table > tbody > tr > td {
  border-bottom: none;
}

@media (max-width: 992px) {
  .selectSquadra {
    width: calc(100% - 130px);
  }
}

.lineaEvidenza {
  background-color: #3fa2d0 !important;
  color:#ffffff;
  background: #3fa2d0 !important;
}

.lineaEvidenza a {
  color:#ffffff !important;
}