/*
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;    
}
.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-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*/
}

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;

    }
}

@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:4rem;
    font-weight: bold; 
    font-size :2rem;
}