body.function-login {
height:100%;
/*background:transparent url('/images/sfondo.png') no-repeat center center fixed;*/
  background:transparent url('../../images/sfondo.png') no-repeat center center fixed;

background-size:cover;
}

body.function-login .r-panel-page {
position: absolute;
top: 40%;
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
/*
.r-left::before {
    content: '';
    background-image: url('../../images/LOGO_SELLING.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    left: 50px;
    width: 100px;
    height: 100px;
    opacity: 0.9;
    border: 2px solid #ccc;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.r-left:hover::before {
    transform: scale(1.05);
    opacity: 1;
    border-color: #888;
}
*/
.table, .table th, .table td {
    border-right: none !important;  /* elimina bordi verticali */
    border-left: none !important;
}

.table th, .table td {
    border-top: 1px solid #dee2e6; /* lascia bordi orizzontali per separare le righe */
    border-bottom: 1px solid #dee2e6;
}

/* Riduce padding verticale dei messaggi */
.alert {
    padding: 6px 12px !important;  /* meno spazio sopra e sotto */
    margin-bottom: 8px !important; /* riduce spazio sotto il box */
}

/* Bordo e stile più compatto */
.alert {
    border-radius: 4px !important;
    line-height: 1.2em !important;
}


/*
tr.rowstyle, tr.rowstylealt {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
}

td.r-ori-vert {
white-space: nowrap;
}

.table>tbody>tr>td {
 line-height: 2!important;
 vertical-align: middle !important;
}
*/











/* body background */

/*body {
background: #1a2035 !important;
    
}*/

/* left sidebar background */
/*
.r-vbar-page .navbar {
    border-left: none;
    padding: 17px;
}*/
/*
.navbar-brand {
  /*  color: red !important;*/
  /*  padding: 17px;*/
/*}
*/

/*
body, a, p , div, span, td {
font-family: 'Roboto', sans-serif !important;
font-size: 12px !important;
/*color: #747474;*//*
}*/

 /*
.r-vbar-page .r-left [data-logo-cell][data-logo-cell] {
    background-color: #007bff;
    color: rgba(255, 255, 255, 0.75);
    height: 85px;
    border: none;
    border-bottom: solid 1px #dee2e6;
    display: flex;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 1;
    justify-content: center;
}
*/


/*


#mCSB_1 {
    opacity: 0.95;
    height: 100%;    
  /*  background: #1f283e;*/
/*}

/*  grids  
    make sure to replace grid IDs here with your own*/
/*
#dashelement_categories_grid1 .panel-heading,
#dashelement_customers_grid1 .panel-heading {
    padding: 17px; 
}

#dashelement_categories_grid1 td,
#dashelement_customers_grid1 td {
    border-top-width: 1px; 
    border-color: hsla(0,0%,71%,.1);
    padding: 9px;
}
*/
/* code snippets */
/*
.snip_title {
color: #8b92a9;
    text-align: right;
    font-family: 'Roboto';
    font-size: 14px;
}    
    
.snip_body {
color: #606477;
    text-align: right;
    font-family: 'Roboto';
    font-size: 25px;
}    

.snip_link {
color: #a9afbbd1;;
    text-align: right;
    font-family: 'Roboto';
    font-size: 12px;
    padding-top: 20px;
}      
    



/*
body, a, p , div, span, td {
/*
font-family: 'Roboto', sans-serif !important;
font-size: 12px !important;
color: #747474;
}
*//*
tr.rowstyle, tr.rowstylealt {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
}

td.r-ori-vert {
white-space: nowrap;
}

 
/*
.btn {
  margin: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn kbd {
  margin: 0.25rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
*/
/* From Uiverse.io by cssbuttons-io */ 
/* From Uiverse.io by e-coders */ /*
.btn {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow:
    rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  padding: 3px 12px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.btn:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.btn:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.btn:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.btn:focus {
  outline: 1px transparent;
}

.btn:before {
  display: none;
}

.btn:-webkit-details-marker {
  display: none;
}*/
