﻿li.list-group-item.d-flex.justify-content-between.align-items-center:hover {
  background: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  color: #fff;
  transform: scale(1);
}

.collapsePanelChild {
  width: 100%;
  position: absolute;
  left: 0;
  border: 1px solid #999;
  z-index: 999999;
  background: #FFF;
  border-radius: 6px;
  padding: 30px;
}

.loginframe {
  min-height: 90vh;
}

form {
  min-height: calc(100vh - 156px);
}

footer.navbar {
  background: rgba(0, 0, 0, 0.9) !important;
  width: 100%;
  position: inherit;
}

img.imgfooter, div.imgfooter {
  max-height: 57px;
  height: 57px;
}

.card-body {
  height: 74vh;
  min-height: 74vh;
  text-align: left;
  padding-top: 0;
  padding: 0.5rem;
  width: 100%;
  overflow-y: auto;
}

.card-header {
  padding: 0rem 1.25rem;
}

.card {
  min-height: 85vh;
  max-width: 100%;
  margin: 20px auto auto auto;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px;
  border: 2px solid #000;
  margin-bottom: 33px;
}

img.logoCliente {
  width: 100px;
  position: absolute;
  right: 17px;
  top: 17px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  img.logoCliente {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 15px 7px 0 7px;
  }
}
.Logorid img, .LogoClienterid img {
  margin-top: 16px;
}

.action-col {
  width: 50px;
  text-align: center;
}

.ButtonLinkSiteIcon {
  display: inline-block;
  padding: 4px;
  font-size: 1.1em;
  cursor: pointer;
}

span.boxesito {
  padding: 3px 22px 2px 6px;
  margin-right: 10px;
}

span.noninserito {
  background: #F8B500;
}

span.negativo {
  background: #0d9d2a;
}

span.decorrenzatermini {
  background: #999;
}

span.positivo {
  background: #B91616;
}

h3.nosquare:before {
  background: transparent;
}

div.soggetto {
  padding: 8px 0 5px 41px;
  margin-bottom: 0;
  display: flex;
}

h3.nosquare {
  display: block;
  text-align: left;
  padding: 10px 30px 8px 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px !important;
  cursor: pointer;
  transition: 0.2s all ease-in;
}

.azienda:hover {
  background: #337ab7;
  color: #fff;
}

h3.nosquare.noopen ~ div.soggetto {
  display: none;
}

span.esitazione {
  position: relative;
  display: inline-block;
  top: -3px;
  padding-right: 4px;
  padding-left: 5px;
}

span.sollecita_icon,
span.azienda {
  cursor: pointer;
  display: inline-block;
  padding: 8px 8px 8px 0;
  transition: 0.3s all ease-in-out;
}

span.azienda {
  padding: 8px;
  border-radius: 6px;
  width: calc(100% - 70px);
}

.progress {
  width: 150px;
  display: inline-block;
  height: 25px;
  position: relative;
  margin-right: 10px;
  border: 2px solid #6188a9;
  top: 6px;
}

.progress p {
  font-size: 13px;
  color: #000;
  text-align: center;
  padding-top: 2px;
}

.progress .bg-warning {
  background-image: linear-gradient(to bottom, #c2d5e5 0%, #c2d5e5 100%);
}

div.headesitazionecategoria {
  text-align: center;
  background: #666;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  border-right: 2px solid #fff;
}

span.nominativo {
  font-weight: bold;
  font-size: 14px;
}

table.phsearch.datatableresp td {
  vertical-align: top;
}

fieldset.adjustradio input[type=radio] {
  margin-right: 6px;
  position: relative;
  top: 6px;
}

fieldset.adjustradio > label {
  font-weight: bold;
}

.esitazione_selectall {
  display: block;
  width: auto;
  font-size: 18px;
}

.esitazione_selectall span {
  cursor: pointer;
  margin-right: 5px;
  transition: 0.2s all ease-in-out;
  padding: 10px;
  border-radius: 4px;
}

.esitazione_selectall span:hover {
  background: #337ab7;
  color: #fff;
}

.esitazione_selectall svg {
  margin-right: 7px;
}

div.hidden {
  display: none;
}

div.hidden.show {
  display: block;
}

.esitazione_input {
  margin-left: 4px;
  display: inline-block;
}

.esitazione_void {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.esitazione_panel {
  border: 1px solid #337ab7;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 0 10px;
}

.esitazione_nominativo {
  display: inline-block;
  margin-right: 20px;
  width: calc(100% - 320px);
}

.esitazione_finale {
  height: 10px;
}

@media screen and (max-width: 768px) {
  .esitazione_input,
  .esitazione_nominativo {
    display: block;
  }
  .esitazione_nominativo {
    margin-left: 10px;
    width: 100%;
  }
}
/* Tiles */
.tile {
  margin-bottom: 15px;
  border-radius: 3px;
  color: #FFFFFF;
  transition: all 1s;
}

.tile-primary {
  background-color: #1b80c2;
}

.tile-success {
  background-color: #53b953;
}

.tile-warning {
  background-color: #f3aa41;
}

.tile-danger {
  background-color: #e45847;
}

.tile:hover {
  opacity: 0.95;
}

.tile a {
  color: #FFFFFF;
}

.tile-heading {
  padding: 5px 8px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
}

.tile .tile-heading .pull-right {
  transition: all 1s;
  opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
  opacity: 1;
}

.tile-body {
  padding: 15px;
  color: #FFFFFF;
  line-height: 48px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.tile .tile-body svg {
  font-size: 50px;
  opacity: 0.3;
  transition: all 1s;
}

.tile:hover .tile-body svg {
  color: #FFFFFF;
  opacity: 1;
}

.tile .tile-body span {
  text-align: right;
  display: inline-block;
  width: calc(100% - 81px);
  font-size: 42px;
}

.tile-footer {
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.1);
}

.tile:hover .tile-body svg {
  color: #FFFFFF;
  opacity: 1;
}
