/* fonts */
h2 {
    font-weight: 700;
    margin-bottom: 30px;
}
h3 {
    font-weight: 700;
}

/* header */
body:not(.offcanvas) {
    padding-top: 0;
}
#sp-header {
    top: 0;
    position: relative;
}
#sp-header > .container {
    padding: 0;
}
#sp-logo {
    height: 70px;
    margin: 0;
    border: none;
}
#sp-header .logo img {
    height: 48px;
    width: auto;
}
.sp-megamenu-parent {
    text-align: right;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    letter-spacing: 0;
}
.sp-megamenu-parent > li:last-child > a {
    padding-right: 0;
}

/* tabs */
.tab-content {
    min-height: calc(100vh - 110px);
    align-content: center;
}
.panel.panel-default {
    box-shadow: none;
    border: none;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(0, 91, 140, 0.2);
}
.panel-body > ul > li > div:first-child {
    font-weight: 700;
    color: #005b8c !important;
    margin-bottom: 15px;
}
.panel-default > .panel-heading {
    color: #005b8c;
}
.com-skilift .panel-body > ul > li {
    border-color: rgba(0, 91, 140, 0.2) !important;
    padding: 30px 15px !important;
}
.com-skilift .panel-body > ul > li:first-child {
    padding-top: 0 !important;
}
.com-skilift .panel-body > ul > li:last-child {
    padding-bottom: 0 !important;
}
.KwSalitaDiscesa {
    margin-top: 15px;
}

/* notifiche */
.kwFormNotifica {
    display: flex;
    gap: 10px;
}
.kwFormNotifica select,
.kwFormNotifica input {
    width: 100%;
}
.kwFormNotifica + .kwTitoloLinguaNotifica {
    margin-top: 30px;
}
.kwFormNotifica {
    margin-top: 10px;
}

/* bottoni */
#btSaveLedwall,
#notifications-save-btn.btn-primary,
#save-powder-slope-btn {
    background-color: #398c00 !important;
    padding: 8px 15px !important;
    display: inline-block !important;
    color: #fff !important;
    margin-top: 10px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
}
#delete-notification-btnit-IT.btn-primary,
#delete-notification-btnen-GB.btn-primary {
    background: #c63d3d !important;
}
#btSaveLedwall:hover,
#notifications-save-btn.btn-primary:hover,
#save-powder-slope-btn:hover {
    color: #f99a1c !important;
}