body {
    font-family: "Montserrat", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar-light {
    background-color: #F7F6F4;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.main-header .brand-image {
    height: 3rem !important;
}

.content-wrapper {
    background-color: #F7F6F4;
    background-image: url("../img/circle.svg");
    background-position: center 170px;
    background-repeat: no-repeat;
    background-size: 170%;
}


.text-primary {
    color: #F69E1C !important;
}

.text-secondary {
    color: #094C90 !important;
}

.form-group label {
    color: #094C90 !important;
}

.btn.btn-hy,
.btn.btn-hy-2,
.btn.btn-hy-green {
    color: #fff;
    border-radius: 1.75rem;
    opacity: 1;
    font-size: 1.2rem;
    font-weight: bold;
    border: 0;
    padding: 0.75rem 3.5rem;
    text-align: center;
}


.btn-hy {
    background: transparent linear-gradient(90deg, #FA9812 0%, #F4BC0B 100%) 0% 0% no-repeat padding-box;
}

.btn-hy:disabled, .btn-hy.disabled {
    background: transparent linear-gradient(90deg, #fa991277 0%, #f4be0b73 100%) 0% 0% no-repeat padding-box;
}

.btn-hy-2 {
    background: #7793AE 0% 0% no-repeat padding-box;
}

.btn-hy-green {
    background: #33CC99 0% 0% no-repeat padding-box;
}

.btn-small {
    font-size: 1rem !important;
    padding: 0.75rem 1.5rem !important;
}

.bg-hy {
    background: transparent linear-gradient(180deg, #F4BC0B 0%, #FA9812 100%) 0% 0% no-repeat padding-box !important;
}

div.iti {
    width: 100%;
}

.spinner-border {
    color: #094C90;
    width: 1.4rem;
    height: 1.4rem;
}

.spinner-border.ontext {
    margin-top: -6px;
}

.spinner-border.onbutton {
    color: #fff;
    margin-bottom: -1px;
}

.spinner-border.onbutton.hidden {
    display: none;
}

/* wizard registrazione e home */
@media (min-width: 768px) {
    .content-header .card {
        height: 100%;
    }
}

.navbar-light .nav-link {
    padding: 8px !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: black !important;
}

.nav-link-img {
    margin: 0 .5rem;
    width: 1.75rem;
}

.nav-link.visita {
    color: #094c90 !important;
}

.table.visita th {
    color: #094c90 !important;
}

.table.visita td {
    color: #094c90 !important;
    cursor: pointer;
}

.card-icon {
    width: 3rem;
    margin-right: 1rem;
}

.card-title .icon.success {
    background: #33CC99 0% 0% no-repeat padding-box;
}

.card-title .icon {
    margin: 3px 5px 0 0;
    opacity: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
}

.value {
    font-weight: normal;
    color: #094C90;
}

.attribute {
    color: #105193;
    font-weight: bold;
}

/* tab form visite */

.tab-group {
    display: flex;
    justify-content: center;
}

.tab {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    border: solid 1px #CCC;
    text-align: center;
    cursor: pointer;
}

.panel-group {
    border: solid 1px #CCC;
    border-top: none;
}

.panel-tab {
    display: none;
}

.tab.is-active {
    background-color: #e9ecef;
    transition: all 0.2s ease-out;
    border-color: #e9ecef #e9ecef #dee2e6;
}

.panel-tab.is-show {
    display: block;
}

/* tab end */

.main-text {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #094C90;
    opacity: 1;
    line-height: 1.3;
}

.main-footer {
    color: black;
}

.text {
    font-size: 1.1rem;
    letter-spacing: 0;
    color: #094C90;
    opacity: 1;
}

.icon {
    margin: 7px 5px 0 0;
    opacity: 1;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: block;
    float: left;
}

.icon.success {
    background: #33CC99 0% 0% no-repeat padding-box;
}

.icon.danger {
    background: #FA6A18 0% 0% no-repeat padding-box;
}

.icon.warning {
    background: #ffc107 0% 0% no-repeat padding-box;
}

.icon.info {
    background: #11B4F9 0% 0% no-repeat padding-box;
}

.icon.cancel {
    background: #c70000 0% 0% no-repeat padding-box;
}

.error-summary {
    color: #bd2130;
}

.big-header-text {
    text-align: left;
    font-size: 2.7rem;
    font-weight: 500;
}

.big-header-text .yellow {
    color: #F69E1C;
}

