body {    
    color: #003760;
}
p, ul, li, label{    
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0!important;
    font-weight: 600;
}
a{
    color: #00afea;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    font-size: 0.8rem;
}
label{
    margin-top: 0.5rem!important;
    font-size: 0.9rem;
}
table{
    width: 100%;    
}
table td{
    white-space: nowrap;
    display: flex;
    align-items: center;
}
table label{
    white-space: normal;
    margin-top: 0!important;
    margin-left: 5px!important;
}
#uploadFile table{    
    width: 100%;
    max-width: 250px;
    margin: auto;
}
#uploadFile table td{    
    display: inline-block;
}
.form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #b9c7d6;
    border-radius: 0rem;
}
.sceltabonusfield.multiline {
    height: 45px;
}
.input-group{
    flex-wrap: nowrap;    
}
.input-group.multiview select{
    flex: 0 1 auto;
    width: auto;
}
.input-group-text {
    color: #3cace6;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    border-right: 0px;
}
.sceltabonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sceltabonus > div.btn-group{
    width: 52%;
}
.sceltabonus .dropdown-menu{
    /* width: 413px; */
    border-radius: 0;
    margin-bottom: 0;
    background-color: #00afea;
    border-color: #ffffff;
    border-bottom: 0px;
    max-height: 320px;
    overflow-y: auto;
}
.sceltabonus .dropdown-menu::-webkit-scrollbar
{   
    width: 5px;
}
.sceltabonus .dropdown-menu::-webkit-scrollbar-track
{
    background-color: #fff;
}
.sceltabonus .dropdown-menu::-webkit-scrollbar-thumb
{
    background-color: #495057;
    border: 1px solid #495057;
}
.sceltabonus .grouped-dropdown-menu .dropdown-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b9c7d6;
    color:#fff;
    height: 41px;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
}
.sceltabonus .grouped-dropdown-menu a.dropdown-item{
    cursor:pointer;
}
.sceltabonus .grouped-dropdown-menu .dropdown-item:hover,
.sceltabonus .grouped-dropdown-menu .dropdown-item:focus
{
    background-color: #00afea;
    color: #003760;
}
.input-codice-promo > input {
    background-color: transparent;
}
.input-codice-promo > input:disabled, .input-codice-promo > input[readonly] {
    cursor: pointer;
    background-color: rgba(176,176,176,0.25);
}
#promoPlaceholder {
    position: absolute;
    z-index: -1;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    color: rgb(107, 107, 107);
    font-size: 0.9rem;
}
.multiline #promoPlaceholder {
    line-height: 1.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.badge-circle {
    height: 20px;
    min-width: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sceltabonus .grouped-dropdown-menu {
    padding:0;
}
.sceltabonus .grouped-dropdown-menu .dropdown-item:last-child {
    border-bottom:0;
}
.sceltabonus .grouped-dropdown-menu .dropdown-item {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.sceltabonus .grouped-dropdown-menu .dropdown-item i {
    font-size: 20px;
}
.sceltabonus .grouped-dropdown-menu .dropdown-group-items ul li div{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color: #003760;
    color: #fff;
    font-weight: 500;
    padding: .25rem 1.5rem;
    padding-left: 2.5rem;
    cursor: pointer;
    -webkit-transition: color 250ms linear;
    -moz-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    -ms-transition: color 250ms linear;
    transition: color 250ms linear;
}
.sceltabonus .grouped-dropdown-menu .dropdown-group-items ul li div:hover {
    color: #ffea16;
}
.sceltabonus .grouped-dropdown-menu .dropdown-group-items ul li div:hover i {
    color: #ffea16;
}
/* .sceltabonus .dropdown-menu div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0.5rem;
    border-bottom: 1px solid #b9c7d6;
} */
.sceltabonus .dropdown-menu div:last-child{    
    border-bottom: 0;
}
.sceltabonus .dropdown-menu div a{
    padding: .5rem 0rem;
    color: #ffffff;
    cursor: pointer;
}
.sceltabonus .dropdown-menu div a span{   
    display: inline-block;
    text-align: center;
    font-size: 0.8rem;
}
.sceltabonus .dropdown-menu div a:hover{   
    background-color: transparent;
    color: #003760;
}
.sceltabonus .dropdown-menu div svg, .sceltabonus .dropdown-menu div i{
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.sceltabonus .dropdown-menu div svg:hover, .sceltabonus .dropdown-menu div i:hover{   
    color: #495057;
}
.checkbox {padding-left: 12px!important;cursor: pointer;}
.checkbox input {
    opacity: 0;
    cursor: pointer;
}
.checkbox input:focus + span { 
    border: 1px solid #3cace6;
}
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #b9c7d7;
    margin-left: -30px;
    margin-top: -1px;
}
.checkbox:hover input ~ .checkmark {
    background-color: #00afea;
    border: 1px solid #00afea;
}
.checkbox input:checked ~ .checkmark {
    background-color: #00385f;
    border: 1px solid #00385f;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkbox .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uploadDocCheck{
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadDocCheck > div{
    margin: 0 0 5px 10px
}


.btn-default{
    color: #00385f;
    background-color: #d8e5f4;
    border-color: #d9e5f5;
    border-radius: 0;
}
.btn-default:hover{
    color: #fff;
    background-color: #00afea;   
    border-color: #00afea; 
}
.btn-primary {
    color: #fff;
    background-color: #003760;
    border-color: #00385f;
    border-radius: 0;
}
.btn-primary:hover {    
    background-color: #00afea;   
    border-color: #00afea; 
}
.btn-secondary {
    color: #fff;
    background-color: #00afea;
    border-color: #00afea;
    border-radius: 0;
}
.btn-secondary:hover {    
    background-color: #ffea16;   
    border-color: #ffea16; 
    color: #000;
}
.btn-warning {
    color: #fff;
    background-color: #00afea;
    border-color: #00afea;
    border-radius: 0;
}
.btn-warning:hover {    
    color: #fff;
    background-color: #003760;
    border-color: #003760;
}
.balduzzi{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.balduzzi p{
    font-size: 0.7rem;
    color: #636363;
    line-height: 0.7rem;
}
.header {
    height: 50px;
    align-items: center;
}
.header.desktop{
    height: 80px;    
}
.header .logo{
    max-width: 145px;
}
.header h4{
    letter-spacing: -1px;
    line-height: 0.8;
}
.header div.text-right{
    display: flex;
    align-items: baseline;
    justify-content:flex-end;
}
.header #ButtonClose{
    display: none;
    max-width: 25px;
    margin-left: 10px;
    cursor: pointer;
}
.header #logoImgCLick{
    cursor: pointer;
}
.fix-button{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.fix-button .btn{
    white-space: normal;
    margin-right: 2px;
}
.fix-button .btn:last-child{    
    margin-right: 0px;
}
.flex-info{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.flex-info i{
    font-size: 0.7rem;
    color: #00afea;
    text-align: right;
    line-height: 0.8rem;
}
.footer .btn{
    padding: .375rem .5rem;
}
.footer a.btn{
    color: #003760;
    font-weight: 600;
    border: 1px solid #d8e5f4;
    border-radius: 0;
    font-size: 0.9rem;
    padding: .45rem .5rem;
}
.footer a.btn:hover{
    color: #fff;
    border: 1px solid #14ba30;
    background-color: #14ba30;
}
.footer .flex-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .flex-footer > div {
    margin-left: auto;
}
.has-error{
    background-color:#ffdddd;
}
#TextBox25.has-error {
    border: 1px #003760 solid;
}
.info{
    display: flex;
    align-items: center;
    justify-content: center;    
}
.info a{
    font-size: 0.8rem;
}
.info img{
    max-width: 25px;
    margin-left: 5px;
}
.note{
    display: inline-block;
    padding: 0.2rem 0.5rem !important;
    background-color: #ffea16;
    margin-top: 0.2rem !important;
}
.note b{
    font-weight: 600;
    font-size: 1rem;
}

.InfoBonusSignup{
    display: flex;
    align-items: center;
    justify-content: center;
}
.InfoBonusSignup .InfoBonusSignupCnt{
    position: fixed;
    top: 15%;
    height: 70%;
    z-index: 1000001;
    width: 60%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupText{
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupText .text{
    display: block;
    margin-top: 10px!important;
    font-size: 1rem;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupFooter{
    flex: 0;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupFooter div{
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupFooter div button:first-child{
     margin-right: auto;
     margin-left: 5px;
}
.InfoBonusSignup .InfoBonusSignupCnt div.InfoBonusSignupFooter div button{
     margin: 5px 5px 5px 0;
     border-radius: 0px;
}
.InfoBonusSignup .InfoBonusSignupWrp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #003760;
    opacity: 0.3;
}

.loaderSignup svg, .loaderSignup i {
    font-size: 50px;
    color: #ffffff;
    margin: 0 auto;
}
.loaderSignup div.loaderWrp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #003760;
    opacity: 0.3;
}
.loaderSignup div.loaderCnt {
    display: block;
    position: fixed;
    top: 50%;
    height: 100px;
    text-align: center;
    color: #428bca;
    z-index: 1000001;
    width: 100%; 
}
.layerCloseSignup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.layerCloseSignup div.layerWrp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #003760;
    opacity: 0.3;
}
.layerCloseSignup div.layerCnt {
    display: flex;
    color: #00385f;
    z-index: 1000001;
    width: 50%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 2rem;
    margin: 0 auto;
    top: 2rem;
    position: relative;
}
.layerCloseSignup .btn-success {
    color: #fff;
    background-color: #0db100;
    border-color: #0db100;
    border-radius: 0;
}
.layerCloseSignup .btn-success:hover {    
    background-color: #00afea;   
    border-color: #00afea; 
}
.layerCloseSignup .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0;
}
.layerCloseSignup .btn-danger:hover {    
    background-color: #00afea;   
    border-color: #00afea; 
}
.progress {
    height: 0.5rem;
    background-color: #d7e5f3;
    border-radius: 0;
}
.progress-bar{
    background: #01afea;
}
.uploadedFile{
    color: #14ba30;
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.uploadedFile svg, .uploadedFile i{
    margin-right: 5px;
    cursor: pointer;
    font-size: 1rem;
}
.btnUpload{
    height: 40px;
}
.btnDoc{
    width: 165px;
    padding: .375rem .5rem;
}
.btnDoc svg, .btnDoc i{
    margin-right: 5px
}
.inputfile{
    position: absolute;
    overflow: hidden;
    z-index: 1;
    height: 34px;
    opacity: 0;
    cursor: pointer;
    width: 165px;
}
.maintain{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
}
/* POPOVER */
.popover {
    z-index:1;
}
.popover {
    border-radius:0;
}
.popover-body {
    color:#dc3545;
}
.input-codice-promo {
    width:100%;
    -webkit-transition: border 250ms linear;
    -moz-transition: border 250ms linear;
    -o-transition: border 250ms linear;
    -ms-transition: border 250ms linear;
    transition: border 250ms linear;
}
.input-codice-promo i {
    margin-left: -8px;
    display:none;
    background-color: #fff;
}
.input-codice-promo small {
    color:#dc3545;
    visibility:hidden;
}
.input-codice-promo #icon-ok {
    color:#28a745;
}
.input-codice-promo #icon-ko {
    color:#dc3545;
}
.input-codice-promo.valid input {
    border: 1px #28a745 solid;
}
.input-codice-promo.valid input:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
}
.input-codice-promo.valid #icon-ok {
    display:block !important;
}
.input-codice-promo.valid #icon-ko {
    display:none !important;
}
.input-codice-promo.valid small {
    visibility: hidden !important;
}
.input-codice-promo.invalid input {
    border: 1px #dc3545 solid;
}
.input-codice-promo.invalid input:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.input-codice-promo.invalid #icon-ok {
    display:none !important;
}
.input-codice-promo.invalid #icon-ko {
    display:block !important;
}
.input-codice-promo.invalid small {
    visibility: visible !important;
}
@media (max-width: 448px) {
    #ContentPlaceHolder1_barraPul > a[data-hide-sm="true"] {
        display: none;
    }
}
@media (max-width: 319px) {  
    .container-fluid, .container {     
        width: 320px;        
    }
}
@media (max-width: 332px) {
    .sceltabonusfield {
        height: 54px;
    }
    .sceltabonusfield.multiline {
        height: 62px;
    }
}
@media (max-width: 349px) {
    
}
@media (max-width: 360px) { 
    .layerCloseSignup div.layerCnt .btn-lg{
        padding: .2rem 0.5rem;
        font-size: 1.20rem;
        line-height: 1.5;
    }
    .layerCloseSignup div.layerCnt .mt-5{        
        margin-top: 1rem!important;
    }
    .layerCloseSignup div.layerCnt img{
        width: 150px;
    }
    .layerCloseSignup div.layerCnt h3{        
        font-size: 1.5rem;
    }
    .layerCloseSignup div.layerCnt h4{        
        font-size: 1.2rem;
    }
    
}
@media (max-width: 767px) { 
    .header .logo {
        max-width: 100px;
    }
    .header h4 {
        font-size: 1rem;
    }
    #SignupPanel{
        padding-bottom: 20px;
    }
    .layerCloseSignup div.layerCnt{
        width: 90%;
    }    
    .sceltabonus > div.btn-group{
        width: 100%;
    }
    .sceltabonus .dropdown-menu div a {
        /* padding: .2rem 0rem; */
        color: #003760;
        cursor: pointer;
        font-size: 0.9rem;
    }
    .InfoBonusSignup .InfoBonusSignupCnt {       
        width: 95%;        
    }
    .InfoBonusSignup .InfoBonusSignupCnt {
        position: fixed;
        top: 5%;
        height: 90%;
        z-index: 1000001;
        width: 90%;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        flex-direction: column;        
    }

    .input-codice-promo small,
    .input-codice-promo.invalid small,
    .input-codice-promo.valid small {
        display:none !important;
    }
}
@media (min-width: 991px) {
    .sceltabonus > div.btn-group{
        width: 41%;
    }
}
@media (min-width: 1199px) {
    .sceltabonus > div.btn-group{
        width: 34%;
    }
}
@media (min-width: 576px){ 
    .container-step.desktop{
        min-height: 505px;
    }
    .row.step{
        margin-left: -5px;
        margin-right: -5px;
    }
    .row.step .col-12, .row.step .col-7, .row.step .col-5, .row.step .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }
}









