﻿body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

form input[type='text'], form input[type='password'], form input[type='email'], form input[type='url'], form input[type='tel'], form textarea {
    padding: 5px 15px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #616469;
    background-color: #fff;
    border: 0;
    outline: none;
    font-weight: 700;
    width: 100%;
}

form input.percentage, form input.monetary {
    text-align: right;
    padding-right: 20px;
}

h4, .h4 {
    font-size: 21px;
    font-weight: bold;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 700;
    color: #72777a;
    text-align: left;
    margin: 25px 0 15px;
}

.clear {
    clear: both;
}

.simReforma {
}

#simrefWEB2 .btn_row input[type=submit] {
    width: auto;
}

#simAvancada .glyphicon-chevron-up,
#simAvancada .glyphicon-chevron-down {
    font-size: 10px;
    line-height: 10px;
    padding-left: 3px;
}

#leftCol {
    padding: 0 20px 0 10px;
    height: 100%;
    position: relative;
    overflow: visible;
}

    #leftCol .row {
        padding: 15px 0 5px;
    }

    #leftCol label.title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 7px;
        margin-top: 15px;
        width: 100%;
        line-height: 1.3;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
    }

        #leftCol .CLtitulo1 span {
            font-weight: bold;
            font-size: 11px;
            text-transform: uppercase;
            float: right;
            margin-top: -2px;
            line-height: 24px;
            display: none;
        }

            #leftCol .CLtitulo1 span.max:after {
                content: '+';
                font-size: 16px;
                font-weight: 900;
                padding: 0 0 0 4px;
                position: relative;
                top: 1px;
            }

            #leftCol .CLtitulo1 span.min:after {
                content: '-';
                font-size: 16px;
                font-weight: 900;
                padding: 0 0 0 4px;
                position: relative;
                top: 1px;
            }

    #leftCol .CLtitulo2 {
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 15px 0 5px;
    }

    #leftCol label.lblinline {
        width: auto;
    }

    #leftCol .CLpan2 {
        margin-top: 10px;
    }

    #leftCol .slides input.percentage {
        width: auto;
        font-size: 14px;
        padding: 0;
        margin: 5px 0 0 0;
        background: transparent;
        margin-left: 5px;
    }

    #leftCol .slides .percentageSign {
        font-size: 14px;
        font-weight: bold;
        margin-left: -3px;
    }

    #leftCol .ui-slider-horizontal {
        margin: 10px 0;
    }

    #leftCol .slideValue {
        white-space: nowrap;
        overflow: visible;
        text-align: right;
    }

    #leftCol .vLine {
        width: 1px;
        position: absolute;
        right: -1px;
        height: 100%;
        background: #9aa0a0;
    }

.L_s1 label {
    width: 100%;
}

#rdGender {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}

    #rdGender input[type=radio] {
        margin: 0 5px 0 10px;
    }

    #rdGender label {
        padding: 0;
    }

#rightCol {
    text-align: center;
    padding: 10px 25px;
    border-left: 1px solid #9aa0a0;
    height: 100%;
}

    #rightCol .slides {
        margin-bottom: 20px;
    }

    #rightCol p.nota {
        font-size: 14px;
        text-align: left;
    }

    #rightCol .percentage {
        width: 80%;
        margin-left: 20%;
        color: #633C8F;
        font-size: 20px;
        padding-right: 25px;
    }

#MainContent_spWinLossValue {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 45px;
}

#rightColtitle {
    margin-bottom: 30px;
}

span.montante {
    position: relative;
    display: block;
    line-height: 38px;
    margin-top: -3px;
}

    span.montante input[type='text'] {
        padding-right: 22px;
    }

    span.montante:after {
        position: absolute;
        top: 0;
        content: "€";
        right: 10px;
        font-weight: bold;
    }

#rightCol span.montante:after {
    color: #633C8F;
    font-size: 21px;
}

span.anos {
    position: relative;
}

    span.anos input {
        padding-right: 55px;
    }

    span.anos:after {
        position: absolute;
        top: 0;
        content: "anos";
        right: 10px;
        font-weight: bold;
    }

#errorMsg {
    color: #F7643B;
}

/**START MEDIA QUERIES ------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 666px) and (max-width: 992px) {

    #leftCol {
        padding: 0 10px 0 5px;
    }

        #leftCol .CLtitulo2 {
            font-size: 12px;
        }

        #leftCol label.title {
            font-size: 13px;
        }

    form input[type='text'], form input[type='password'], form input[type='email'], form input[type='url'], form input[type='tel'], form textarea {
        font-size: 15px;
    }

    span.montante:after {
        font-size: 15px;
    }


    .graph_stacked .col {
        width: 45%;
    }

    #leftCol .ui-slider-horizontal {
        width: 65%;
        margin-right: 5px;
    }

    #leftCol .slides input.percentage {
        margin-left: 0px;
    }

    #rightCol .percentage {
        padding-right: 23px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {

    #leftCol .CLtitulo2 {
        font-size: 12px;
        letter-spacing: -1px;
        white-space: nowrap;
    }

    #simrefWEB2 p.title {
        font-size: 34px;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }

    #leftCol .ui-slider .ui-slider-handle {
        width: 22px;
        height: 22px;
    }



    #leftCol .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
    }

    #leftCol .slides input.percentage {
        font-size: 13px;
        width: 30px;
        margin-left: 8px;
    }

    #leftCol .slides .percentageSign {
        font-size: 13px;
        margin-left: -2px;
    }

    #leftCol .ui-slider-horizontal {
        width: 65%;
        margin-right: 3px;
    }
}

@media only screen and (min-device-width: 568px) and (max-device-width: 666px) {

    #leftCol label.title {
        font-size: 12px !important;
    }

    #leftCol .CLtitulo1 {
        font-size: 14px;
        font-weight: bold;
    }

    #leftCol label.title.lblsexo {
        width: auto;
    }

    #rightCol {
        padding: 10px 15px;
    }

    #leftCol {
        padding: 0 10px 0 5px;
    }


    #rightCol .percentage {
        font-size: 16px;
    }



    #rightCol span.montante:after {
        font-size: 16px;
    }

    #leftCol .slides input.percentage {
        margin-left: 9px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

    #leftCol {
        padding: 0 10px 0 5px;
    }

        #leftCol label.title {
            font-size: 13px;
        }

        #leftCol .CLtitulo1 span.max {
            font-size: 13px;
        }

        #leftCol .CLtitulo1 span.min {
            font-size: 13px;
        }

        #leftCol .CLtitulo2 {
            font-size: 13px;
            letter-spacing: 0;
            white-space: normal;
            line-height: 1.3;
        }

    form input[type='text'], form input[type='password'], form input[type='email'], form input[type='url'], form input[type='tel'], form textarea {
        font-size: 15px;
    }

    span.montante:after {
        font-size: 15px;
    }

    #leftCol .slides input.percentage {
        width: 30px;
        margin-right: -2px;
    }
}

@media only screen and (max-width: 568px) {

    .vLine {
        display: none;
    }

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 30px;
        line-height: 1.1;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
    }

    .CLpan1 {
        display: none;
    }

    #leftCol .CLpan2 {
        margin-top: 0px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 28px !important;
        background-size: contain;
        padding-left: 24px;
        background-position: 0 -1px;
        line-height: 20px;
    }

    .graph_stacked .col {
        width: 35%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        font-size: 13px;
        line-height: 1;
        margin-top: 5px;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }

    #rightCol .percentage {
        margin-left: 5%;
        font-size: 18px;
        padding-right: 15px;
        padding-left: 5px;
        letter-spacing: -0.3px;
        width: 97%;
    }

    #rightCol span.montante:after {
        font-size: 18px;
        right: 0;
    }

    .sexo {
        margin-top: 6px;
        width: 48%;
        float: right;
    }

    #simrefWEB2 input[type=submit] {
        margin-bottom: 10px;
    }

    #simrefWEB2 .btn_row input[type=submit] {
        width: 100%;
    }

    #rightCol .glyphicon {
        font-size: 30px;
    }
}

@media only screen and (max-device-width: 414px) and (orientation : portrait) {

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 32px;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
    }

    .CLpan1 {
        display: none;
        margin-top: 15px;
        padding: 0 10px 10px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 16px;
        background-size: contain;
        padding-left: 24px;
        background-position: 0 -1px;
        line-height: 20px;
    }

    .graph_stacked .col {
        width: 35%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media only screen and (max-width: 400px) {

    #leftCol .CLtitulo2 {
        font-size: 14px;
        letter-spacing: 0;
    }

    #leftCol label.title {
        font-size: 14px;
    }
}

@media only screen and (max-device-width: 384px) and (orientation : portrait) {

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 32px;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
    }

    .CLpan1 {
        display: none;
        margin-top: 15px;
        padding: 0 10px 10px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 16px;
        background-size: contain;
        padding-left: 24px;
        background-position: 0 -1px;
        line-height: 20px;
    }

    .graph_stacked .col {
        width: 35%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media only screen and (max-device-width: 375px) and (orientation : portrait) {

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 32px;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
    }

    .CLpan1 {
        display: none;
        margin-top: 15px;
        padding: 0 10px 10px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 16px;
        background-size: contain;
        padding-left: 24px;
        background-position: 0 -1px;
        line-height: 20px;
    }

    .graph_stacked .col {
        width: 35%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media only screen and (max-width: 360px) and (orientation : portrait) {

    #leftCol label.title {
        font-size: 13px;
    }

    #leftCol .CLtitulo2 {
        font-size: 13px;
        letter-spacing: 0;
    }

    #leftCol .slides input.percentage {
        font-size: 15px;
        margin: 3px 0 0 3px;
        padding: 0;
        text-align: right;
        width: auto;
    }

    #leftCol .slides .percentageSign {
        font-size: 15px;
        margin-left: 0px;
    }

    #slideSavePerMonth {
        width: 68%;
        margin-right: 7%;
    }
}

@media only screen and (max-width : 320px) {

    #leftCol {
        width: 100%;
    }

        #leftCol .CLtitulo1 {
            cursor: pointer;
        }

            #leftCol .CLtitulo1 span.max {
                display: inline-block;
            }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media screen and (device-width: 320px) and (device-height: 640px) {

    #leftCol .CLtitulo2 {
        font-size: 11px;
    }

    #simrefWEB2 p.title {
        font-size: 36px;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media only screen and (max-device-width : 320px) and (orientation : portrait) {

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
    }

    .CLpan1 {
        display: none;
        margin-top: 15px;
        padding: 0 10px 10px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 16px;
        background-size: contain;
        background-position: 0 -1px;
        line-height: 20px;
    }

    .graph_stacked .col {
        width: 35%;
        margin-left: 6%;
        margin-right: 6%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    #simrefWEB2 p.titleDescription {
        text-align: center;
    }

    #simrefWEB2 p.title {
        margin-top: 30px;
        font-size: 32px;
    }

    h4, .h4 {
        font-size: 16px;
        text-align: left;
    }

    h5, .h5 {
        font-size: 16px;
    }

    #leftCol .CLtitulo1 {
        font-weight: bold;
        border-bottom: 1px solid #ffffff;
        margin: 0 -15px 0;
        padding: 10px 15px 15px;
        font-size: 13px;
    }

    .CLpan1 {
        display: none;
        margin-top: 15px;
        padding: 0 10px 10px;
    }

    #simrefWEB2 .grayBox {
        padding: 0px;
    }

    #leftCol {
        padding: 10px 15px 0px 15px;
        background: #e7e7e7;
        width: 100%;
    }

    #rightCol {
        padding: 10px 15px 10px 15px;
        border-left: 0;
        width: 100%;
    }

    .graph_stacked {
        height: 250px;
    }

    #leftCol .CLtitulo1 span.max {
        display: block;
    }

    .graph_stacked h4 {
        text-align: center;
        font-size: 21px;
    }

    #MainContent_spWinLossValue {
        font-size: 24px !important;
        background-size: contain;
        padding-left: 24px;
        background-position: 0 -1px;
        line-height: 20px;
        margin-bottom: -15px;
    }

    #rightCol .glyphicon {
        font-size: 30px !important;
    }

    .graph_stacked .col {
        width: 43%;
        margin-left: 3%;
        margin-right: 3%;
    }

    .colTitleTop {
        display: none;
    }

    .colTitleBottom {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.1;
    }

    .leftColTitleWeb {
        display: none;
    }

    .leftColTitleMobile {
        display: block;
    }

    #slideSavePerMonth {
        width: 68%;
        margin-right: 7%;
    }
}
