@charset "utf-8";

.infowin { }
.infowin .in { }
.infowin h3{
    padding-bottom: 23px;
}
.infowin h3.state_loading{
    padding-bottom: 20px;
    margin-top: -6px;
}
.infowin h3.state_loading2{
    padding-bottom: 28px;
    margin-top: -6px;
}

.checklist1.pos_abs_right{
    position: absolute;
    display: none;
    right: 30px;
    top: 30px;
}
.text-left{
    text-align: left;
}
.infowin.terms_v2 .mtext {
    text-align: left;
}
.text-justify{
    text-align: justify;
}
.text-center{
    text-align: center;
}
    .term-paragraf-2 p,.term-paragraf-1 p{
        text-indent: 0;
        line-height: 19px;
        margin: 0 0 12px 0;
    }
    .term-paragraf-2 p.p-loading,.term-paragraf-1 p.p-loading{
        margin-bottom: 22px;
    }
    .term-paragraf-2 p.p-loading-txt,.term-paragraf-1 p.p-loading-txt{
        font-weight: 500;
        letter-spacing: 0;
        text-shadow: none;
    }
    .term-paragraf-2 p.p-loading-txt a,.term-paragraf-1 p.p-loading-txt a{
        font-weight: 500;
        letter-spacing: 0;
        text-shadow: none;
    }
    .term-paragraf-1 ul{
        margin: 22px 0 22px 0;
        padding-left: 21px;
        line-height: 21px;
    }
    .term-paragraf-2 a{
        color: #0aadd6;
        text-decoration: none;
        font-weight: 600;
    }
    .term-paragraf-2 a:hover{
        text-decoration: underline;
    }
    p.long{
        margin-bottom: 25px;
    }
.infowin .mtext h3 {
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
}
.infowin .term-paragraf-1 h3{
    color:  #1c1b1b;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0 0 22px 0;
    padding: 0;
}
.infowin .term-paragraf-1 h4{
    text-indent: 19px;
    margin-bottom: 24px;
    margin-top: 22px;
}

.infowin .term-paragraf-2 h3,.infowin .term-paragraf-2 h4{
    text-align: left;
}
.infowin .term-paragraf-2 h4{
    color:  #666666;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-shadow: 0 1px 0 #ffffff;
    margin: 8px 0 11px 0;
}

.btn-left{
    float: left;
}
.btn-right{
    float: right;
}
.infowin.terms_v2 .buttons.w-arrow{
    left: 0;
    padding: 0 30px;
}

.btn-chkbox{
    position: relative;
    line-height: 36px;
    padding: 0 0 0 48px;
    color:  #464545;
    font-size: 16px;
    font-weight: 600;
    font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.btn-chkbox:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E1E1E1 100%);
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E1E1E1 100%);
    background: linear-gradient(to bottom, #FAFAFA 0%, #E1E1E1 100%);
    box-shadow: #FEFEFE 0 1px 1px inset, #909090 0 -1px 1px inset, 0 1px 2px rgba(0,0,0,.2);
    height: 36px;
    width: 36px;
    text-align: center;
    
    border-radius: 5px;
}
.btn-chkbox.active:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    display: block;
    background: url('../img/igreed.png') no-repeat 0 0;
    height: 20px;
    width: 19px;
}
.btn-chkbox:hover:before{
    background: -moz-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #EBEBEB 100%);
    background: linear-gradient(to bottom, #FEFEFE 0%, #EBEBEB 100%);
}
.btn-chkbox:active:before{
    background: #EBEBEB;
}
.btn9.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.btn9.green.disabled{
    border-color:  rgba(215, 215, 215, 84);
    box-sizing: border-box;
    background: url('../img/disabled-button-mid.png') repeat-x 0 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}
.btn9.green.disabled .arrow, .btn9.green.disabled:hover .arrow, .btn9.green.disabled:active .arrow{
    background: url('../img/disabled-button.png') no-repeat -245px 0;
}
.btn9.green.disabled:hover{
    background-position: 0 0;
}
.btn9.green.disabled:active{
    background-position: 0 0;
}

.block-61-left{
    float: left;
    width: 61%;
}
.block-39-left{
    float: left;
    width: 39%;
}

.area-prices{
    border-radius: 7px;
    background-color:  #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    margin: 12px 0 26px 30px;
    padding: 10px 12px 10px 15px;
}

table.term-prices{
    width: 100%;
}
table.term-prices > tbody > tr > td:first-child{
    padding: 0 0 24px 0;
    font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:  #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    width: 67%;
    text-shadow: 0px 1px 0px #ffffff;
    letter-spacing: -0.1px;
}
table.term-prices > tbody > tr:last-child > td:first-child{
    padding: 0 0 4px 0;
}
table.term-prices > tbody > tr > td:last-child{
    padding: 0 0 24px 0;
    font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:  #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: right;
    text-shadow: 0px 1px 0px #ffffff;
}
table.term-prices > tbody > tr:last-child > td:last-child{
    padding: 0 0 4px 0;
}
.block-final{
    font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:  #666666;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 30px;
    letter-spacing: -0.2px;
}
    .block-final b{
        color: #000000;
    }
.total{
    color:  #97c622;
    font-weight: 600;
}

[str-code="chf"] [data-curr]:not([data-curr="chf"]), [str-code="eur"] [data-curr]:not([data-curr="eur"]), [str-code="usd"] [data-curr]:not([data-curr="usd"]){
    display: none;
}

.all-chews{
    padding: 0 175px 0 0;
    background: url('../img/all.png') no-repeat right 48px top;
}
    .all-chews h5{
        margin: 0 0 5px 0;
        font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #666666;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
        text-shadow: 0px 1px 0px #ffffff;
    }
    .all-chews p{
        margin: 0 0 5px 0;
        font-family: "MyriadProRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:  #171717;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-shadow: 0px 1px 0px #ffffff;
    }
.term-popup p{
    margin-bottom: 0;
}
.upper-chew{
    padding: 0 0 10px 102px;
    background: url('../img/upper-chew.png') no-repeat 0 0;
    min-height: 80px;
    border-bottom: 1px solid #dddde0;
    position: relative;
}
.down-chew{
    padding: 11px 0 10px 102px;
    background: url('../img/down-chew.png') no-repeat 0 12px;
    min-height: 80px;
    border-top: 1px solid #ffffff;
    position: relative;
}
.term-more{
    float: right;
    margin-top: -3px;
    font-size: 14px;
    font-weight: 400;
    margin-top: -27px;
}
.term-less{
    float: right;
}
.term-more.hide{
    display: none;
}
.term-popup{
    display: none;
}
.term-popup p:last-child{
    margin-bottom: 0;
}
.term-popup.active{
    display: block;
}
.checklist1.center a, .checklist1.center span {
    padding-left: 23px;
    padding-right: 22px;
}



.align-ico {display: inline-block; vertical-align: middle; height: 26px; width: 26px; margin-right: 9px; background: url('../img/icons/payment/radio.png') no-repeat;}
.align-ico:hover    {background: url('../img/icons/payment/radio_hover.png') no-repeat;}
.align-ico:active   {background: url('../img/icons/payment/radio_push.png') no-repeat;}
.align-ico.active   {background: url('../img/icons/payment/radio_active.png') no-repeat;}
.align-ico.disabled {background: url('../img/icons/payment/radio_disabled.png') no-repeat;}
.align-ico.active-disabled {background: url('../img/icons/payment/radio_disabled_active.png') no-repeat;}

.term-paragraf-2 a.href-align{
    color: #666666;
}
.term-paragraf-2 a.href-align b{
    color: #333;
}
.term-paragraf-2 a.href-align:hover{
    text-decoration: none;
}
.term-paragraf-2 p.top-mar{
    margin-top: 15px;
    margin-bottom: 13px;
}

.term-paragraf-2 p.payment-notice{
    background: #f1e1e2;
    border: 1px solid #e6cacc;
    font-size: 16px;
    padding: 6px 9px 7px 9px;
    color: #000000;
    letter-spacing: 0;
    text-shadow: none;
}

.loading{
    display: inline-block;
    background: url('../img/slider.gif') no-repeat -57px -50px;
    width: 103px;
    height: 4px;
}
.loading-warning{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url('../img/warning.png') no-repeat center center;
    vertical-align: bottom;
    line-height: 21px;
}
#msgFader{ z-index: 49999; }
#messagebox{ z-index: 50000; }
#messagebox .btn9{ min-width: 100px; user-select: none; -webkit-user-select: none; }