/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 24 mag 2022, 11:46:57
    Author     : sal
*/
.footer-error {
    position: absolute;
    bottom: 125px;
    width: 100%;
    z-index:1001;	
}

html, body {
    margin: 0;
   /* height:100%;*/
    width:100%;
    padding:0;
    background-color: #1F375F;
    overflow: auto;
}
.bkg-image{
    background-image: url("/logo_satismart.png");
    background-repeat: no-repeat;
    background-position: center;
}

/*
.sectionVertical {
    display: block;
    background: #CFF;
    height:100%;
    width:100%;
    padding: 60px;
    padding-left: 120px;
    box-sizing:border-box;
}*/

.flex-container {
    display: flex;
    gap: 10px;
    gap: 10px 20px; /* row-gap column gap */
    row-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    border-bottom: white;
    border-bottom-style: solid;
    border-bottom-width: initial;
}

.padding-card
{
    padding-left: 20px !important;
    padding-top: 5px !important;
    padding-right: 20px !important;
    padding-bottom: 5px !important;  
    text-align: center;
    word-break: break-word;
}
.size-card{
    width:128px;
}

.padding-card-row-sub
{
    padding-left: 0px !important;
    padding-right: 0px !important;  
    text-align:unset !important;
}

.articolo-submenu
{
    padding: 0px !important;
}

.no-bkg
{
    background-color: transparent !important;
    height: 100%;
}

.padding-card-left-right
{
    padding-left: 3px !important;
    padding-right: 3px !important;  
}

.titolo-dettaglio {
    font-style: italic;
    font-size: x-large;
    font-weight: 800;
    color: black;
}

.modal-dettaglio{
    width:80% !important;
    max-height: 80% !important;
}
/*.padding-top-3rem{
    padding-top: 1rem;
}*/

.pagination li a {
  /*  font-size: 3rem !important;
    padding: 0.5rem !important;*/
  color:#fff !important;
}

.pagination li{
   /* height: auto !important;*/
}

.pagination li i {
   /* font-size: 3rem;*/
   color:#fff !important;
}


.fixed-action-btn {
    position: fixed;
    left: 10px;
    bottom: 5px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 1100;
}

/*.btn-emettitore {
    width:200px !important;
    height:60px !important;
    border-radius: 0% !important;
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
}*/

.center {
  line-height: 60px;
  height: 60px;
  text-align: center;
}

/* If the text has multiple lines, add the following: */
.center p {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}



.pagination li.disabled {
    /*font-size: 2.5rem;*/
    color:#fff !important;
}
.modal-ricerca {
    height: 250px !important;
}
/*
.fixed-action-btn-volantino {
    position: fixed;
    right: 10px;
    top: 10px;
    padding-top: 1rem;
    margin-bottom: 0;
    z-index: 997;
}*/

/*.logo-volantino {
    border-radius: 5% !important;
    height: 6rem !important;
    width : 10rem !important;
    padding : 0px !important;
}*/

.logo {
    width : 10rem !important;    
}
/*
.modal-volantino {
    max-height: 90% !important;
    min-height: 80% !important;
    width: 1240px !important;
    background: darkslategrey;
    overflow: hidden;

}*/


/*login*/
#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#messageInfoContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 80%;
  left: 10%;
  position: absolute;
  padding: 1rem;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
  bottom: 7rem;
}


.wrapper {
  /*display: flex;*/
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  /*min-height: 100%;*/
  padding: 20px;
}

.title{
    font-weight: 400;
    font-size: x-large;
    color:darkslateblue;
    border-bottom:1px solid #9e9e9e;
    background: cadetblue;
    border-radius: 10px 10px 0px 0px;
       
}
.msg-error{
    text-align: left;
    color: red;
    font-style: italic;
    font-size: 0.8rem;
    padding-left: 3rem;    
}

.logomenu
{
    background-color: white;
    border-radius: 4px;
    padding: 5px;
    margin:6px;
    height:50px;    
}

.card-panel-color {
    background-color: lightsteelblue !important;
    font-size: 1.25rem;
    padding-bottom: 0.25rem;
}
.paddingCollapsible
{
    padding: 0.5em !important;
}

.btn-app {
    margin-right: 5px !important;
    padding-left: 0.2em !important;
    padding-right: 0.8em !important;
    margin-top: 0.1em !important;
    margin-bottom: 0.1em !important;
}

.btn-create{
    background-color: midnightblue;
}
btn-create:hover{
    background-color: red !important;
}

.btn-update{
    background-color: green;
}

.btn-delete{
    background-color: red;
}

.btn-read{
   background-color: blue; 
}

.btn-chiudi{
   background-color: #607d8b; /*blue-grey*/
}

.btn-annulla{
   background-color: #607d8b; /*blue-grey*/
}

.btn-yellow {
   background-color: yellow;
   color : black;
}

btn-stampa{
    background-color:#009688;
}

span.error {
    color: #F00;
    top: -5px;
    position: relative;
    left: 45px;
}

.modal-volantino {
    max-height: 90% !important;
    min-height: 80% !important;
    width: 1240px !important;
    background: darkslategrey;
    overflow: hidden;

}

.label-report-import
{
    font-size: 1.5rem !important;
    color: #000;    
}


.switch.red-1 label .lever {
   background-color: #ffcccc;
}
.switch.red-1 label input[type=checkbox]:checked+.lever {
   background-color: #ff2222;
}
.switch.red-1 label input[type=checkbox]:checked+.lever:after {
   background-color: #ff0000;
}

.switch.green-1 label .lever {
   background-color: #ccffcc;
}
.switch.green-1 label input[type=checkbox]:checked+.lever {
   background-color: #22ff22;
}
.switch.green-1 label input[type=checkbox]:checked+.lever:after {
   background-color: #00ff00;
}

.switch.blue-1 label .lever {
   background-color: #ccccff;
}
.switch.blue-1 label input[type=checkbox]:checked+.lever {
   background-color: #2222ff;
}
.switch.blue-1 label input[type=checkbox]:checked+.lever:after {
   background-color: #0000ff;
}

.switch.yellow-1 label .lever {
   background-color: #ffffcc;
}
.switch.yellow-1 label input[type=checkbox]:checked+.lever {
   background-color: #ffff22;
}
.switch.yellow-1 label input[type=checkbox]:checked+.lever:after {
   background-color: #ffff00;
}

.vertical-auto-align{
    margin-top:auto;
    margin-bottom:auto;
}


.mgs-error-modal{
    position: absolute;
    bottom: 10px;
    background: red;
    color: white;
    padding: 5px;
    text-align: center;
    width: 94%;
    visibility: hidden;
}

@media (max-width: 480px) {
    .label-align {
        text-align: center !important;
    }
    
    .scaleTitle {
        font-size: 2.5vw !important;
    }
}

@media (min-width: 480px) 
{
    .label-align {
        text-align: right !important;
    }
    

}

.message-error-modal2{
    position: absolute;
    bottom: 80px;
    text-align: center;
    background: red;
    color: white;
    width: 90%;
    margin-left: 5%;
    font-size: large;   
}

.dot-red {
  height: 25px;
  width: 25px;
  background-color: #F00;
  border-radius: 50%;
  display: inline-block;
  border-style: ridge;  
}

.dot-yellow {
  height: 25px;
  width: 25px;
  background-color: #FF0;
  border-radius: 50%;
  display: inline-block;
  border-style: ridge;
}

.dot-green {
  height: 25px;
  width: 25px;
  background-color: #0F0;
  border-radius: 50%;
  display: inline-block;
  border-style: ridge;
}

.select-dropdown li img {
    width: auto !important;
    float: left !important;
}

.title-tabs{
    width:100%;
    display:block;
    text-align: center;
    font-size: 1.15em;
    font-weight: bold;
}

.margin-bottom-row-5
{
    margin-bottom: 5px !important;
}


.margin-input-field-small
{
    margin-top: 0.25rem !important;
    margin-bottom:0.25 !important;
}

.customCollapsible
{
    padding-top:1rem !important;
    padding-bottom:1rem !important;
}


.logoGruppo{
    width : 10rem !important;    
}

.padding-LR-2rem{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.report-titolo-div{
    background-color: #ffffff;
    height:auto;
    font-weight: bold; 
    font-size :2rem;
}

.font-Marlboro{
    font-family: 'Marlboro';
}


  @media (min-width:700px) {
      .sizeTitle{
          font-size: 2.5em;
      }
  }
  @media (min-width:900px) {
      .sizeTitle{
          font-size: 3.5em;
      }
  }
    @media (min-width:1000px) {
      .sizeTitle{
          font-size: 4.5em;
      }
  }

  .titoloReport{
    width:100%;
    padding-top:1rem;
    padding-bottom:1rem;
    background-color: cadetblue;
    margin-bottom:0.75rem;
    margin-top:0.75rem;
  }
  
  .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.margin-3{
    margin: 3px;
}

#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 30%;
  left:10%;
  width:80%;

  
}
#toast-container > div {
   background-color:red; 
   width:100%;
   color:white;
   font-weight: 800;
   font-size:1.25rem;
}

.warning-toast{
   background-color:yellow !important;  
}

span.error2 {
    color: #F00;
    top: 0px;
    position: relative;
    left: 0px;
}

.paddin1remTB {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fixed-row {
      background: #f8f8f8;
      padding: 5px;
      font-weight: bold;
      flex-shrink: 0; 
}
  
.scrollable-rows {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 10px;
    overflow-x: hidden;
    height:300px;
}

.container-custom {
    height: 400px; /* Altezza fissa della col */
    /*border: 1px solid #ddd;*/
    display: flex;
    flex-direction: column;
}