﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
#ristoranti {
    line-height: 1;
    margin-top: -13px;
    min-width:120px;
}
.dl-horizontal dt {
    white-space: normal;
}
.container {
    max-width:100%;
}
.navbar {
    padding: 0px;
    margin-bottom: 20px;
}
.navbarGestMag > li > a {
    color:#fff!important;
}
.navbar-brand {
    padding: 0px 0px 0px 10px;
}

.active {
    border-bottom: 2px solid white;
}

.navbar-nav > li > a {
    padding: 7px 0px !important;
}

.navbar-nav > li {
    margin: 0px 10px;
}

.active-dropdown {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.btnModificaStatoOrdine {
    float:right;
    background-color:transparent;
    padding:0px;
    
    border:0px;
}
.alert-mag{
padding:3px 5px!important;
    float:left;
    width:100%;
    font-size:14px;
}
.btn-mag-ord {
    padding: 3px 5px;
    float: left;
    width: 100%;
    font-size: 14px;
}
.btnHome {
    border: 2px solid #212529;
    border-radius: 8px;
    padding: 35px 10px;
    height: 150px !important;
    float: left;
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: #16181b;
    text-decoration: none;
}

    .btnHome:hover {
        background-color: #f2f2f2;
        color: #16181b;
        cursor: pointer;
        text-decoration: none;
    }

.bg-light {
    background-color: #f2f2f2;
}

.padd3 {
    padding: 3px !important;
}

.btn-mag {
    border-color: #16181b;
    color: #16181b;
}

    .btn-mag:hover {
        background-color: #f2f2f2;
        color: #16181b;
        cursor: pointer;
        text-decoration: none;
    }

.btn-mag-2 {
    color: #fff;
}

    .btn-mag-2:hover {
       color:#fff!important;
        cursor: pointer;
        text-decoration: none;
    }

.content-wrapper {
    background: #f8f9fa;
    padding: 25px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.page-body-wrapper {
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.w-100 {
    width: 100% !important;
}

.auth .auth-form-light {
    background: #ffffff;
}

.text-left {
    text-align: left !important;
}

.p-5 {
    padding: 3rem !important;
}

.auth .brand-logo {
    margin-bottom: 2rem;
    text-align: center;
}

    .auth .brand-logo img {
        height: 60px;
    }

.form-group label {
    font-size: 15PX;
    line-height: 1;
    vertical-align: top;
    margin-bottom: .5rem;
}

.spinner {
    margin: auto;
    height: 30px;
    width: 30px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    float: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.c-white {
    color: white !important;
}

.btnSelectArt {
    margin: 0px 10px 10px 0px;
}

.activeDD {
    
    text-decoration: none;
    background-color: #fff;
}

.nascosto {
    display: none;
}

.form-cancella {
    display: inline;
}

.circle-home {
    border-radius: 50%;
    padding: 20% 0px;
    text-align: center;
    margin: 0 10%;
}

    .circle-home > .icona-home {
        font-size: 70px !important;
    }
    .navbar-brand{
        margin-right:5px!important;
    }
.titolo-icone-home {
    font-size: 23px;
    width:100%;
   display:inline-block;

}
.titolo-icone-home > h2{
    float:left;
}
.titolo-icone-home > svg{
    float:right;
    font-size:35px;
}
.badge-mag-info {
    color:#fff;
}
.badge-mag {
    font-size: 19px;
    padding-bottom: 7px;
}
.link-home {
    color: #16181b!important;
    font-size: 16px;
}
.link-home:hover {
    text-decoration:none!important;
   cursor:pointer;
}
