﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
  top: 0px;
  height: 100vh;
  padding-top: 60px;
  background-image: url('../images/spid_background_light.png');
  background-size: cover;
  background-attachment: fixed;
  overflow-y: auto!important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; 
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
  max-width: 280px;
}

.campoUtente {
  min-width: 100% !important;
  background-color: rgba(255,255,255,0.7)!important;
}

.dnone {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}

.dnone2 {
  display:none;
}

.bg-primary {
  background-color:#1b6ec2;
}

.linkWhite {
  font-size:16px;
  color: #CCCCCC;
}

.linkWhite:hover {
  color: #FFFFFF;
}

.linkPrimary {
  font-size: 16px;
  color: #CCCCCC;
}

.linkPrimary:hover {
  color: #FFFFFF;
}

.fontMicro {
  font-size: 14px;
  line-height: 18px!important;
}

.fontMini {
  font-size: 16px
}

.fontNormal {
  font-size: 18px;
}

.fontMaxi {
  font-size: 22px;
}

.fontBold {
  font-weight:bold;
}

.maxWidth {
  width:100%;
}

.form-control, .select-option, .select-option-text {
  /*color: var(--mdb-primary-rgb) !important;*/
  color:rgb(59, 113,202)!important;
}

.tooltip {
  z-index: 1060 !important;
  margin-top: 5px;
}

.tooltip-arrow {
  display: block !important;
  border-top-color: red;
}

.tooltip-arrow:before {
  border-top-color: #f00 !important;
}

.tooltip-inner {
  background-color: #f00 !important;
  border-color: #f00 !important;
  border: 1px solid !important;
  color: #fff !important;
  font-weight: 600 !important
}

.tooltip.show {
  opacity: 1 !important;
}

.form-label {
  color: var(--mdb-primary-rgb)!important;
  font-size:16px;
}

#box01 {
  position: relative;
  /*background-image: url('../images/logo_comune_FULL_opacity.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8%;*/
}

#xbox01:before {
  z-index: 0;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url('../images/logo_comune_FULL.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10%;
}

a.underline {
  text-decoration: underline;
  text-decoration-skip: spaces;
}

.underline {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.loading-overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

.select-dropdown-container {
  width: unset!important;
}

.select-input {
  min-width: 100%!important;
}

.italia-it-button {
  border:1px!important;
  border-color:#FFFFFF!important;
  border-style:solid!important;
}

.modal-xxl {
  --mdb-modal-width: 80%;
  --mdb-modal-height: 80%;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    opacity: 0.5;
  }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .body-content {
    padding: 0;
  }
}
