﻿body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #013377;
    font-weight: 500;
}
a {
    color: #F35612;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-link,
 .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #013377;
    font-weight: 700;
    font-size: 16px;
}
    .navbar-light .navbar-nav .active > .nav-link,
    a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #013377;
    }
.btn-primary:hover{
    background-color:#013377;
    color:white;
}

.btn-outline-primary:hover {
    border-color: #013377;
    color: #013377;
    background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #F35612;
    font-weight:700;
}
.btn {
    font-weight: 600;
    font-size: 14px;
}
#wrapper {
    min-height: 500px;
}
.btn-primary {
    color: #fff;
    background-color: #F35612;
    border-color: #fff;
    padding:5px 10px;
    border-radius: 20px;
}
.btn-secondary {
    padding: 5px 10px;
    border-radius: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #F35612;
    border-color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.btn-outline-primary {
    color: #F35612;
    background-color: #fff;
    border-color: #F35612;
    padding: 5px 10px;
    border-radius: 20px;
}

div.toggle {
    display: none;
    margin-bottom: 30px
}
ul {
    padding-inline-start: 20px;
}

 .navbar-nav .nav-link {
    margin-left:10px; margin-right:10px;
    text-transform: uppercase;
}



.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.modal-content .logo img {
    width:100%;
}

main {
    min-height: 480px;
    padding-top: 220px;
    padding-bottom: 100px;
}
.mobile {
    display: none !important;
}

header,footer {
    top: 0;
    width: 100%;
    left: 0;
    background-color:#fff;
    background-image: url('../img/header-bg.png');
    background-position:center left;
    background-repeat:no-repeat;
    background-size:auto 100%;
}
header {
    position: fixed;
    z-index:2;
}

editable {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

footer {
    top: unset;
    bottom: 0;
    background-image: url('../img/footer-bg.png');
    background-position: center right;
}


@media only screen and (max-width: 980px) {
    .mobile {
        display: none !important;
    }

}

.orange {
    color: #F35612;
}
.bg-orange {
    background-color: #F35612;
}
.blue {
    color: #013377;
}

.bg-orange {
    background-color: #013377;
}

label.etichetta{
    font-weight:700; text-transform:uppercase;
}

.sweet-alert button {
    background-color: #F35612 !important;
}
    .sweet-alert button.cancel{
        background-color:#808080!important;
    }
    .sweet-alert .sa-icon.sa-success .sa-line {
        background-color: #F35612 !important;
    }
.sweet-alert .sa-icon.sa-success {
    border-color: #F35612 !important;
}

.modal-body{
    min-height:200px;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #F35612;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #F35612 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.payment-summary {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .payment-summary #stripe {
        padding: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .payment-summary #stripecard {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        background-color: white;
        border: 1px solid #333;
        padding: 15px;
    }

    .payment-summary table {
        width: 100%;
    }

    .payment-summary hr {
        border-color: #aaa;
        margin-top: 15px;
        margin-bottom: 15px;
    }


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #F35612;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #F35612 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body .sweet-alert p {
    font-weight: bold;
}

#myTabContent .lds-ring{
    left:unset!important;
    top:unset!important;
    margin-top:30px!important;
    position:initial!important;
    margin-left:unset;
    margin-top:unset;
}
.ts-login-form input.highlighted, .ts-login-form select.highlighted, .ts-login-form textarea.highlighted {
    box-shadow: 0 0 5px #d00
}
#field_protocollo {
    font-size: 0.80rem;
    line-height: 38px;
    height: 38px;
}


body div.ts-form-submitting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20000;
    height: 100%;
    background-color: rgb(1, 20, 46, 0.80);
    display: none;
}

body.ts-form-submitting div.ts-form-submitting {
    display: block;
}