/*body {*/
    /*padding: 0 15px 0 15px !important;*/
    /*padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;*/
    /*height:100% !important;*/
/*}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    height:100% !important;
}*/

li{
    list-style:none
}

/* Rimuove completamente le frecce su tutti i browser e allinea a destra */
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    appearance: none;
    text-align: right; /* Allineamento a destra */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}




.body-content{
    /*height:100% !important;
    overflow-y:scroll;*/
}
/*Set padding to keep content from hitting the edges*/

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
max-width: 280px;
}*/

.background-users {
    background-color: rgba(0,150,64,.7) !important
}

.background-admins {
    background-color: #f39200 !important
}



/*.table thead {
    background-color:white;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: rgba(0,150,64,.7);
    color: white
}

.table-striped > tbody > tr:nth-child(2n+1) a {
    color: white;    
}


.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #00662c !important;
    color: #00662c !important;
}*/

a:hover{
    color: inherit!important
}

.fa-componiMenu {
    margin: 0 3px 0 3px;
    font-size: 12px;
}

.inpage-dropdown a {
    color: initial !important
}

hr {
    background-color: inherit !important;
}
/******************     HEADER      **********************/
.navbar {
    padding: 0 !important
}

.navbar-brand img {
    max-height: 40px
}

/*.container-header {
    background-color: rgba(0,150,64,.7)
}
*/
.container-header a {
    font-size: 20px;
    color: black
}

.container-header li :hover {
    margin-bottom: -2px;
    border-bottom: 2px solid;
    border-color: #00662c;
}

.container-footer {
    width: auto;
    /*max-width: 680px;*/
    padding: 0 15px;
}

.accordion-header {
    border: 1px solid rgba(0,150,64,.7)
}

/******************      LOGIN     ************************/

.btn-login-med {
    background-color: rgba(0,150,64,.7);
    color: white;
    border: 2px solid transparent;
}
.btn-login-med:hover {
    border: 2px solid;
    border-color: #00662c !important;
    cursor: pointer;
}
.btn-login-bus {
    background-color: #333058;
    color: white;
    border: 2px solid transparent;
}

.btn-login-bus:hover {
    border: 2px solid;
    border-color: #007db3 !important;
    cursor: pointer;
}    

.btn-login-med img, .btn-login-bus img {
    max-height: 30px;
    max-width: 30px;

}

/******************     HOME/INDEX       **********************/

.table-preventivi{
    max-height:700px;
    overflow-y:scroll;
}

.table a{
    color:black;
    text-decoration:none;
}



#pulsantiHeader > .btn {
    height: 27px;
    padding: 1px 5px 5px 5px;
    margin: 0 1px 3px 1px;
    text-transform: uppercase
}

.pulsantiHeader {
    font-size: 11px !important
}

.lbl-pasto {
    background-color: #00662c;
    color: #fff;
    border-radius: .25rem;
    text-transform: uppercase;
    padding: 0 5px 0 5px;
    height: 27px;
    /*margin-bottom:5px*/
    margin: 5px 1px 0px 1px;
    font-weight: bold
}

.row-radio {
    margin-top: 5px !important
}

.element_selected{
    display:none
}

.qtaDesiderata {
    min-width: 120px;
}


.footer {
    bottom: 0px;
/*    position: fixed;
*/    width: 100%;
    /*margin-top: 55px;*/
    /*background-color: rgba(0, 150, 64, 0.7);*/
    color: #000;
}