@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700,300i,600i,700i|Raleway:600,800");

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #242022;
}

body .container{
  height: 100%;
}
body.login{
  background-color: #87a8c4;

}
body, input, select, textarea {
  color: #242022;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.0375em;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: 0.175em;
  line-height: 1.75;
  margin: 0 0 1.5rem 0;
  text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
}

h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 2rem 0;
}

h3 {
  font-size: 0.875rem;
}

h4 {
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h6 {
  font-size: 0.625rem;
}

.logo{
  max-height: 80px;
  width: auto;
}

.header{
  background-color: #87a8c4;
  color: #fff;
  background-image: url(../img/bg_login.jpg);
  background-size: cover;
}
header .subtitle{
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  text-align: right;
  padding-top: 20px;;
  font-weight: 700;
}
footer .dx{
  text-align: right;
}
footer .sx img{
  margin-right: 20px;
}
footer img{
  max-height: 35px;
  width: auto;
  margin-bottom: 10px;
}
footer .cx{
  text-align: center;
}

footer .cx img{
  margin: 15px;
}
.comandi{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* stella 2023 */
.login .col.sx{
  background-image: url(../img/bg_login.jpg);
  background-size: cover;
  color: #fff;
}
.login .col.dx{
  background-color: #fff;
}
.login .col .box{
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  padding-top: 50%;
}
.login .col.sx img{
  max-width: 350px;
  height: auto;
}
.login input{
  margin-bottom: 1em;
}
.btn-primary {
  color: #fff;
  background-color: #0066cc;
  border-color: #0066cc;
}
.btn-outline-primary {
  color: #0066cc;
  border-color: #0066cc;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005599;
  border-color: #005599;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #005599;
  border-color: #005599;
  box-shadow: 0 0 0 0.25rem rgba(38, 73, 116, .5);
}
.nav-link {
  color: #0066cc;
}

table thead th{
  color: #fff;
  background-color: #005599;
  border-color: #005599;
}
.table-dark {
  --bs-table-bg: #005599;
  --bs-table-striped-bg: #005599;
  --bs-table-active-bg: #005599;
  --bs-table-hover-bg: #005599;
  border-color: #005599;
}
.tab-pane{
  padding-top: 2em;
  padding-bottom: 2em;
}
hr.space{
  border: none;
  height: 50px;
}
.slider-container{
  padding-top: 3em;
  padding-bottom: 1em;
}
img.logo_min{
  max-height: 55px;
  width: auto;
}

img.logo_dait{
  max-height: 45px;
  width: auto;
}
.modal-content{
  min-height: 70vh;
}
.manina{
  cursor:pointer;
}
.commandButtons{
  text-align: right;
  padding-bottom: 1em;
}
.labelBolded{
  font-weight:bold;
  font-size: 20px;
}
.rs-container .rs-scale span:last-child {
  width: 0 !important;
}

main h1 {
  font-size: 2rem;
  text-align: center;
}

main .btn-lg {
  min-width: 200px;
  padding: 0rem;
}

.nav-link.active {
  font-weight: 900;
}

.alert{
  display: none;
}

main{
  min-height: 75vh;
}

main a[alt$='.popup'],
main a[alt$='.popup']:hover {
  background: transparent url("../img/icon_popup.png") right center no-repeat;
  background-size: 16px 16px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

main a[alt$='.pdf'],
main a[alt$='.pdf']:hover {
  background: transparent url("../img/icon_pdf.gif") right center no-repeat;
  padding-right: 20px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

main a[alt$='.doc'],
main a[alt$='.doc']:hover {
  background: transparent url("../img/icon_word.gif") right center no-repeat;
  padding-right: 20px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

main a[alt$='.xls'],
main a[alt$='.xls']:hover {
  background: transparent url("../img/icon_excel.png") right center no-repeat;
  padding-right: 20px;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

label{
  font-size: 1.1em;
}

label a{
  text-decoration: underline;
  font-weight: 400;
}

.noshow{
  display: none;
}
.elementoNormale {
  color: black !important;
  background-color: white !important;
}
.elementoAggiunto {
  color: white !important;
  background-color: mediumseagreen !important;
}
.elementoRimosso {
  color: white !important;
  background-color: indianred !important;
}
.elementoModificato {
  color: white !important;
  background-color: cornflowerblue !important;
}

.rs-container {
  width: 500px !important;
  max-width: 100% !important;
}

/* MAIN.CSS */
.menu_intro{
  margin-top: 10%;
}
.menu_intro a{
  display: block;
  width: 250px;
  background-color: #2353c3;
  color: #fff;
  margin: 20px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 100px;
  cursor: pointer;
}
.menu_intro a.amm{
  background-color: #999;
}
.menu_intro a.azi{
  background-color: #408c46;
}
.menu_intro a:hover{
  opacity: .8;
}
.flex-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}

.table_sum{
  width: 80%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.table_sum td{
  text-align: left;
}

h1 span{
  font-size: .6em;
  display:block;
}

h1 span i{
  font-style: normal;
  
}


@media (min-width: 768px) {
  .rs-container {
    width: 700px !important;
  }
}
@media (min-width: 1280px) {
  .rs-container {
    width: 1000px !important;
  }
}
@media (min-width: 1400px) {
  .rs-container {
    width: 1200px !important;
  }
}

@media (max-width: 1199px) {
  .logo {
    max-height: 60px;
  }

  header .subtitle {
    font-size: 12px;
  }
}

@media (max-width:767px) {

  header .subtitle {
    text-align:center;
  }

  .menu_intro a{
    width:90%;
    height: auto;
    padding: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-center.menu_intro{
    display: block !important;
  }
}

