﻿body {
    topmargin: 0;
    font-size: 11px;
    font-family: Trebuchet MS;
}

.simulador_bottom_content {
    align-content: center;
}

.simulador_bottom_column.col1, .simulador_bottom_column.col3 {
    -webkit-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, .5);
    box-shadow: 0 3px 4px 0 rgba(50, 50, 50, .5);
    margin: 15px;
}

.simulador_bottom_column_content {
    padding: 10px;
    width: 100%;
    float: left;
}

.animated {
    visibility: visible;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

.fa-home:before {
    content: "\f015";
}

.delay3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


.banner_text_right_top .fa, .banner_text_right_top img {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 20px;
    float: left;
    width: 35px !important;
    height: auto;
}

.banner_text_right_top .fa {
    font-size: 40px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner_text_right_top {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f26922;
    color: #fff;
    z-index: 300;
    visibility: hidden;
    border-radius: 15px;
}

    .banner_text_right_top p.banner_text_right_top_h3 {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        font-family: nexabold;
        text-transform: none;
    }

    .banner_text_right_top p.banner_text_right_top_h2 {
        color: #fff;
        font-size: 50px;
        line-height: 45px;
        font-family: nexabold;
        text-align: left;
        margin: 0;
        text-transform: uppercase;
    }

    .banner_text_right_top p {
        margin: 0 0 2px;
        color: #fff;
        font-family: nexaregular;
        text-align: left;
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
    }

.animated {
    visibility: visible !important;
}

.banner_text_right_top, .produtos_bola.banner_text_right_top {
    padding: 25px;
}

.ajax__fileupload_dropzone {
    border-style: double !important;
    border-width: 3px !important;
    line-height: 50px;
    text-align: center;
    _text-align: left;
    margin-bottom: 2px;
}

.ajax__fileupload_queueContainer {
    border: #c0c0c0 0px solid !important;
    border-width: 0px !important;
    margin-top: 2px;
    padding: 0px;
    clear: both;
}
/*.ajax__fileupload_queueContainer {
    border: #c0c0c0 0px solid !important;
    border-width: 1px;
    margin-top: 2px;
    padding: 0px;
    clear: both;
}

.ajax__fileupload_footer {
    margin-top: 2px !important;
    line-height: 20px !important;
    height: 20px !important;
}

.ajax__fileupload_fileItemInfo {
    margin-bottom: 2px !important;
    overflow: visible !important;
    height: 0px !important;
    line-height: 0px !important;
}

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #fff;
        display: none !important;
    }*/


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
    padding-right: 11px !important;
    padding-left: 11px !important;
}

@font-face {
    font-family: "nexaregular";
    src: url("../../fonts/Fontfabric - NexaLight.otf") format("opentype");
}

@font-face {
    font-family: 'nexabold';
    src: url("../../fonts/Nexa Bold.otf") format("opentype");
}

ma.acc-wizard-sidebar {
    padding-top: 50px;
    margin-left: 0;
    padding-left: 0;
}

    ma.acc-wizard-sidebar li {
        position: relative;
        margin: 10em 0 .5em 2em;
        padding: .25em .75em;
        list-style: none;
    }

        ma.acc-wizard-sidebar li:before {
            content: "";
            counter-increment: acc-wizard-counter;
            position: absolute;
            left: -2em;
            top: 50%;
            margin-top: -1.3em;
            height: 2em;
            width: 2em;
            line-height: 2em;
            border: 0;
            text-align: center;
            font-weight: 700;
            color: #fff;
            border-radius: 2em;
        }

        ma.acc-wizard-sidebar li a {
            color: #999;
        }

        ma.acc-wizard-sidebar li:before {
            background: #999;
        }

        ma.acc-wizard-sidebar li.acc-wizard-completed, ol.acc-wizard-sidebar li.acc-wizard-completed a {
            color: #999;
        }

            ma.acc-wizard-sidebar li.acc-wizard-completed:before {
                background: #999;
            }




.acc-wizard-step {
    margin-top: 2em;
}

.panel-heading {
    height: 2.pem;
    position: relative;
    z-index: 1;
}

.panel-collapse {
    padding-top: 2.6em;
    margin-top: -2.6em;
}

.btn_form_Smal {
    border-radius: 0px !important;
    background-color: #1BA9E1;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    border: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-family: 'nexaregular';
}

    .btn_form_Smal:hover {
        background-color: #fff;
        color: #1BA9E1;
        font-family: 'nexaregular';
    }

.btn_form {
    width: 40%;
    border-radius: 0px !important;
    background-color: #1BA9E1;
    font-size: 16px;
    color: #fff;
    border: 1px solid #000;
    border: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-family: 'nexaregular';
}

    .btn_form:hover {
        background-color: #fff;
        color: #1BA9E1;
        font-family: 'nexaregular';
    }

.Titulo {
    font-size: 11px;
    font-family: Trebuchet MS;
    font-weight: bold;
    background-color: Transparent;
}

.TextoNormal {
    font-size: 11px;
    font-family: 'Trebuchet MS';
    vertical-align: bottom;
    background-color: Transparent;
    color: Black;
    text-align: justify;
}

.MenuColor {
    background-color: #9c9d9e !important;
}

.MenuColorSub {
    background-color: #E7E8E9 !important;
}





.TextoNormalNexa {
    font-size: 14px;
    font-family: 'nexaregular';
    vertical-align: bottom;
    background-color: Transparent;
    color: #58595b;
    text-align: justify;
}

.TextoNormalHeaderNexa {
    font-size: 16px;
    font-family: 'nexaregular';
    vertical-align: bottom;
    background-color: Transparent;
    color: #58595b;
    text-align: justify;
}


.imputAr {
    font-size: 14px;
    font-family: 'nexaregular';
    /*float: left;*/
    border: 1px solid #58595b !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.TextoNormalLogin {
    font-size: 14px;
    font-family: 'nexabold';
    vertical-align: bottom;
    background-color: Transparent;
    color: #58595b;
    text-align: justify;
}

.yellow {
    color: yellow !important;
}

.TextoNormalLink {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    color: Black;
    text-align: justify;
    text-transform: none;
    text-decoration: none;
}

.TextDecoration {
    text-decoration: underline !important;
}

.font10 {
    font-size: 10px !important;
}

.LabelTextBox {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: #5C5859;
    height: 14px;
    text-align: left;
    padding: 5px 0px 5px 2px;
}

.NodeStyle {
    padding: 0px 0px 0px 5px !important;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: Black;
}

.ParentStyle {
    padding: 5px 0px 5px 5px !important;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: #EF6B01;
    font-weight: bold !important;
}

.barInternalRed {
    background: red;
}

.barInternalYellow {
    background: yellow;
}

.barInternalGreen {
    background: green;
}

.TextoNormalGreen {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Green;
    color: Black;
}

.TextoNormalOranje {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Orange;
    color: Black;
}

.TextoNormalYellow {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Yellow;
    color: Black;
}

.TextoNormalRed {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: red;
    color: Black;
}

.SubTitulo {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    font-weight: bold;
    color: Black;
}


.TextoRodape {
    font-size: 9px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    color: #686868;
}

.TextoNormalNegrito {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    color: Black;
    font-weight: bold;
}

.TextoNormalTextBox {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: #5C5859;
    height: 18px;
    text-align: left;
    padding: 0px 0px 0px 2px;
}



.TextoNormalTextBoxCombo {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: #5C5859;
    height: 14px;
    text-align: left;
    padding: 2px 0px 2px 2px;
}

.TextoNormalTextBoxUpperCase {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: #9B9DA5;
    height: 18px;
    text-align: left;
    padding: 0px 0px 0px 2px;
    text-transform: uppercase;
}


.TextoNormalTextBoxFundo {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: inherit;
    color: Black;
    height: 18px;
    text-align: left;
    padding: 0px 0px 0px 2px;
    text-transform: uppercase;
}

.TextoNormalAlteracaoDados {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: Black;
    height: 18px;
    text-align: left;
    padding: 0px 0px 0px 2px;
    text-transform: uppercase;
}

.ddlNormal {
    border: 1px solid #DBDDED;
    font-family: Trebuchet MS;
    background-color: White;
    color: #A6A8B2;
}

.ddlAlteracaoDados {
    border: 1px solid #DBDDED;
    font-family: Trebuchet MS;
    background-color: White;
    color: Black;
}

.TextoNormalTextBoxRight {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    background-color: Transparent;
    color: #5C5859;
    height: 18px;
    text-align: right;
    padding: 0px 2px 0px 0px;
}

.DDLNormal {
    border: 1px solid #DBDDED;
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    color: Black;
    font-weight: bold;
}

.BarraTitulo {
    background: url(../../Resources/greygrad.gif) repeat-x;
}

.imagem {
    background-image: url(../../Resources/seta_laranja_On.png);
}

.MarcaAgua {
    background-image: url(../../Resources/marca_dagua.png);
    background-repeat: no-repeat;
    background-position: center;
}

.Botao {
    font-size: 12px;
    background-color: #F6B066;
    border: 1px solid #BCBDC0;
    font-family: Trebuchet MS;
    width: 60px;
    height: 25px;
}

.BotaoBlue {
    font-size: 14px;
    color: white;
    background-image: url(../../Resources/botao.png);
    font-family: 'nexaregular';
    width: 60px;
    height: 25px;
}

.BotaoPesq {
    font-size: 12px;
    background-color: #F6B066;
    border: 1px solid #BCBDC0;
    font-family: Trebuchet MS;
    width: 70px;
    height: 25px;
}

.TemplateField {
    text-align: right;
    padding-right: 5px;
}

.ButtonPosition {
    background-image: url(../../Resources/position.gif);
    background-color: transparent;
}

/* GridViews */
.GridView {
    font-family: Trebuchet MS !important;
    border-right: white 1px solid !important;
    border-top: white 1px solid !important;
    border-left: white 1px solid !important;
    border-bottom: white 1px solid !important;
    width: 100%;
}


/* GridViews */
.GridViewBorder {
    border-right: white 1px solid !important;
    border-top: white 1px solid !important;
    border-left: white 1px solid !important;
    border-bottom: white 1px solid !important;
    width: 100%;
}



.GV_Header {
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #726E6F;
    text-align: center;
}

.GV_SubHeader {
    font-size: 11px;
    color: White;
    border-color: White;
    background-color: #a0cdf8;
    text-align: center;
}

.GV_HeaderEnc {
    font-size: 11px;
    color: White;
    background-color: #84A3C1;
    text-align: center;
}

.GV_Item {
    font-size: 11px;
    border-collapse: collapse;
    color: #333333;
    background-color: White;
    cursor: pointer;
    cursor: hand !important;
    height: 18px;
    vertical-align: middle;
}

.GV_Edited {
    font-size: 11px;
    color: #333333;
    background-color: Yellow;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand !important;
}

.GV_Item_Number {
    text-align: right;
}

.GV_TB_Number {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Trebuchet MS;
    border-right: lightsteelblue 1px solid;
    border-top: lightsteelblue 1px solid;
    border-left: lightsteelblue 1px solid;
    border-bottom: lightsteelblue 1px solid;
    text-align: right;
}

.GV_AlternatingItem {
    font-size: 11px;
    color: #333333;
    background-color: #F3F3F3;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand !important;
}

.GV_Item_Over {
    font-size: 11px;
    color: #666666;
    background-color: #dfdfdf;
    cursor: pointer;
    cursor: hand !important;
    height: 18px;
    vertical-align: middle;
}

.GV_SelectedItem {
    font-size: 11px;
    background-color: #efdede;
    height: 18px;
    vertical-align: middle;
}

.GV_Pager {
    font-size: 11px;
    color: #84A3C1;
    text-align: right;
}
/* popup*/
#mbox {
    /*	background-color: red; 	padding: 8px; 	border: 2px outset #666;*/
}

#mbm {
    font-family: Trebuchet MS;
    font-weight: bold;
    float: right;
    padding-bottom: 5px;
}

.dialog {
    height: 170px;
    width: 435px;
    display: block;
    padding: 6px;
    color: #666666;
    font-size: 13px;
    overflow-y: auto;
}

* html #ol {
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

/*acordion ajax*/
.accordion {
    font-size: 11pt;
    font-family: Trebuchet MS; /*background: url(../../Resources/item_bg.gif) no-repeat;*/
}

    .accordion .header {
        cursor: pointer;
        background: url(../../Resources/greygrad.gif) repeat-x;
        height: 30px;
        width: 221px;
    }

        .accordion .header DIV {
            cursor: pointer;
            padding-left: 10px;
            background-color: Transparent;
            background-repeat: no-repeat;
        }

        .accordion .header SPAN {
            font-weight: bold;
            font-size: 11px;
            font-family: Trebuchet MS;
            cursor: pointer;
            display: block;
            padding-top: 9px;
            color: #666666;
            text-align: left;
        }

        .accordion .header:hover {
            cursor: pointer;
            height: 30px;
            background-color: Transparent;
            border-bottom: none;
        }

    .accordion UL {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: Trebuchet MS;
        font-size: x-small;
        list-style-type: none;
        box-sizing: content-box;
    }

    .accordion LI {
        background-color: #cacbcb;
        background-position: left center;
        vertical-align: middle;
        cursor: pointer;
        padding: 6px 4px 4px 10px !important;
        border-bottom: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        width: 205px;
        -webkit-box-sizing: inherit;
        box-sizing: inherit !important;
    }

        .accordion LI DIV {
            padding-left: 10px;
            color: #666666;
            cursor: pointer;
            width: 139px;
        }

        .accordion LI:hover {
            cursor: pointer;
        }

.displaynone {
    display: none;
}

.demo {
    padding: 1px;
    width: 100%;
}

html {
    scrollbar-base-color: #DBDDED;
    scrollbar-shadown-color: White;
    scrollbar-3dlight-color: White;
    scrollbar-arrow-color: White;
    scrollbar-darkshadown-color: White;
    scrollbar-highlight-color: White;
}


.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    font-weight: bold;
}

.ajax__tab_xp.ajax__tab_header {
    font-family: Trebuchet MS !important;
    font-size: 11px !important;
}


DIV.Feedback_Wrapper {
    margin-top: 5px;
    margin-bottom: 10px;
}

DIV.Feedback_Text {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 31px;
    font-size: 11px;
    font-family: Trebuchet MS !important;
}

DIV.Feedback_Image {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

DIV.Feedback_Error {
    padding-bottom: 10px;
    border-right: #ffcece 1px solid;
    border-top: #ffcece 1px solid;
    border-left: #ffcece 1px solid;
    color: #c7331f;
    border-bottom: #ffcece 1px solid;
    background-color: #ffe5e5;
    padding-bottom: 4px;
}

    DIV.Feedback_Error strong {
        display: block;
        color: #9D1A1A;
        font-size: 11px;
        font-family: Trebuchet MS;
    }

DIV.Feedback_Warning {
    border-right: #f8e6c2 1px solid;
    border-top: #f8e6c2 1px solid;
    border-left: #f8e6c2 1px solid;
    color: #bd830b;
    border-bottom: #f8e6c2 1px solid;
    background-color: #fbf3e0;
    padding-bottom: 4px;
}

    DIV.Feedback_Warning strong {
        display: block;
        color: #855C07;
        font-size: 11px;
    }

.updateModal {
    z-index: 10;
    position: fixed;
    top: 0px;
    right: 0px; /* IE não le isso */
    bottom: -22px; /* IE não le isso */
    padding: 0px;
    background-color: White;
    filter: alpha(opacity=65);
    opacity: 0.7;
    height: 100%;
    width: 100%;
}

.updateModalBox {
    padding: 4px;
    position: absolute;
    left: 60%;
    top: 30%;
    margin-top: -35px;
    margin-left: -100px;
    height: 70px;
    padding-top: 20px;
    width: 200px;
}


.datagridList {
    border-color: White;
    font-size: small;
    font-family: Trebuchet MS;
}

.gridHeader1 {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    font-weight: bold;
    background-color: #E0E0E0;
    text-align: left;
}

.gridItem1 {
    font-size: 11px;
    font-family: Trebuchet MS;
    vertical-align: bottom;
    background-color: Transparent;
    color: #686868;
    text-align: left;
    border-width: 0px;
}


.ajax__fileupload_uploadbutton {
    background-color: #337ab7 !important;
    width: 80px !important;
}



.ajax__fileupload_selectFileButton {
    background-color: #337ab7 !important;
    color: white !important;
}

.ajax__fileupload_fileItemInfo .removeButton {
    width: 80px !important;
}

.ajax_fileupload_cancelbutton {
    width: 80px !important;
}


.ajax__fileupload_footer {
    padding: 2px !important;
    padding-bottom: 4px !important;
}


.MenuDow .myimageDowOff {
    display: none !important;
}

.MenuDow .myimageDowDow {
    width: 9px !important;
    height: 5px !important;
    display: inline !important;
}

.myimageDowOff {
    width: 5px !important;
    height: 9px !important;
    display: inline !important;
}

.myimageDowDow {
    display: none;
}

.MenuDow .myimageDow {
    width: 9px !important;
    height: 5px !important;
    content: url(../../Resources/seta_laranja_On_down.png) !important;
    background: url('../../Resources/seta_laranja_On_down.png') no-repeat;
}


.myimageDow {
    width: 5px !important;
    height: 9px !important;
    content: url(../../Resources/seta_cinza_Off.png) !important;
    background: url('../../Resources/seta_cinza_Off.png') no-repeat;
    background-image: url('../../Resources/seta_cinza_Off.png');
}


#footer p {
    margin: 0;
    line-height: 34px;
    font-size: 13px;
}

p {
    font-family: 'nexaregular';
    word-break: break-word;
    color: #58595b;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

#footer a, #footer a:hover {
    font-family: 'nexaregular';
    color: #58595b !important;
    color: #00aae5;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#footer .siteseal_gd_3_h_l_m, .headerlogo .sprite_img.logo {
    display: inline-table;
}

.siteseal_gd_3_h_l_m {
    background: url(https://www.realvidaseguros.pt/assets/frontend/img/icons.png) left bottom no-repeat;
    width: 131px;
    height: 32px;
}


/**************************** mao area **********************/

.futuro_seguro_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-image: url(/AreaReservada/Resources/transferir_small.png);
    background-size: contain;
}

.futuro_seguro_upload_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-image: url(/AreaReservada/Resources/upload_small.png);
    background-size: contain;
}

.futuro_seguro_content_list div:hover .futuro_seguro_icon {
    width: 20px;
    height: 20px;
    right: 0;
}

.futuro_seguro_content_list div:hover .futuro_seguro_upload_icon {
    width: 20px;
    height: 20px;
    right: 0;
}

.futuro_seguro_content_list div:hover {
    min-height: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.futuro_seguro_content_list div {
    padding: 10px 10px 10px 50px;
    border-bottom: 2px dotted #00A6E1;
    position: relative;
}

.futuro_seguro_content_list h2 {
    margin: 0;
    line-height: 30px;
    color: #00aae5;
    font-size: 16px;
}

.futuro_seguro_content_list div:hover h2 {
    color: #448AC8;
}

.futuro_seguro_seg_vida .futuro_seguro_icon {
    background-repeat: no-repeat;
}

.futuro_seguro_seg_vida .futuro_seguro_upload_icon {
    background-repeat: no-repeat;
}



.futuro_seguro_content_list .fa {
    color: #448AC8;
    font-size: 18px;
    margin-left: 5px;
    line-height: 10px;
}

.article-title {
    color: #448AC8;
    font-size: 18px;
}

body:not(.device-xs) .acc-wizard .acc-wizard-sidebar-content {
    position: fixed;
}

body.device-xs .acc-wizard .acc-wizard-sidebar-content {
    position: relative;
}









.persons-group-box {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}
    .persons-group-box .person-button-box {
        width: 15%;
        height: 70px;
        float: left;
        background: #eaf0f5;
        color: #337ab7;
        border-radius: 6px;
        border: 1px solid transparent;
        margin-right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .persons-group-box .person-button-box:hover {
            border: 1px solid !important;
            transition: 0.3s;
        }

        .persons-group-box .person-button-box a {
            text-decoration: none;
            cursor: pointer;
        }

        .persons-group-box .person-button-box a .person-icon {
            display: block;
            font-size: 17px;
        }
            .persons-group-box .person-button-box a .person-type {
                display: block;
                font-size: 12px;
                font-weight: 600;
                padding-bottom: 4px;
            }
            .persons-group-box .person-button-box a .person-status-true {
                display: none;
                font-size: 11px;
                color: #299309;
            }
            .persons-group-box .person-button-box a .person-status-false {
                display: block;
                font-size: 11px;
                color: #b01b1b;
            }

    /* Active Button */
    .persons-group-box .person-button-active {
        width: 15%;
        height: 70px;
        float: left;
        background: #dfeaf3;
        color: #337ab7;
        border-radius: 6px;
        border: 1px solid !important;
        margin-right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .persons-group-box .person-button-active a {
            text-decoration: none;
            cursor: pointer;
        }

            .persons-group-box .person-button-active a .person-icon {
                display: block;
                font-size: 17px;
            }

            .persons-group-box .person-button-active a .person-type {
                display: block;
                font-size: 12px;
                font-weight: 600;
                padding-bottom: 4px;
            }

            .persons-group-box .person-button-active a .person-status-true {
                display: none;
                font-size: 11px;
                color: #299309;
            }

            .persons-group-box .person-button-active a .person-status-false {
                display: block;
                font-size: 11px;
                color: #b01b1b;
            }



    .persons-group-box .add-person-button-box {
        width: 15%;
        height: 70px;
        float: left;
        background: #97d27f;
        color: #333333;
        border-radius: 6px;
        border: 1px solid transparent;
        margin-right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .persons-group-box .add-person-button-box:hover {
            border: 1px solid #679056 !important;
            transition: 0.3s;
        }

    .persons-group-box .add-person-button-box a {
        text-decoration: none;
        cursor: pointer;
        color: #FFF;
    }

        .persons-group-box .add-person-button-box a .person-icon {
            display: block;
            font-size: 17px;
            color: #FFF;
        }

        .persons-group-box .add-person-button-box a .person-type {
            display: block;
            font-size: 12px;
            font-weight: 600;
            padding-bottom: 4px;
            color: #FFF;
        }

        .persons-group-box .add-person-button-box a .person-status {
            display: block;
            font-size: 10px;
            color: #FFF;
        }



.questions-step-by-step {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e4e4;
    display: inline-flex;
    width: 100%;
}
    .questions-step-by-step .back-questions {
        width: 22%;
        background: #eaf0f5;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 1px solid transparent !important;
    }
        .questions-step-by-step .back-questions:hover {
            border: 1px solid #3e81bb !important;
            transition: 0.3s;
        }
    .questions-step-by-step .back-questions a {
        text-decoration: none;
    }
    .questions-step-by-step .next-questions {
        width: 22%;
        background: #eaf0f5;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 1px solid transparent !important;
    }
        .questions-step-by-step .next-questions:hover {
            border: 1px solid #3e81bb !important;
            transition: 0.3s;
        }

    .questions-step-by-step .next-questions a {
        text-decoration: none;
    }
    .questions-step-by-step .all-questions-status {
        display: inline-flex;
        justify-content: center;
        width: 56%;
    }

        .questions-step-by-step .all-questions-status .number-of-question {
            height: 25px;
            width: 25px;
            margin: 4px;
            background: #efefef;
            border: 1px solid transparent;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .questions-step-by-step .all-questions-status .number-of-question i {
                display: none;
                position: absolute;
                color: #337ab7;
                margin-left: 20px;
                margin-bottom: -20px;
            }

            .questions-step-by-step .all-questions-status .number-of-question:hover {
                background: #f1f4f7;
                border: 1px solid #7d98b1 !important;
                transition: 0.3s;
            }

        .questions-step-by-step .all-questions-status .number-of-question-active {
            height: 25px;
            width: 25px;
            margin: 4px;
            background: #f1f4f7;
            border: 1px solid #7d98b1 !important;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .questions-step-by-step .all-questions-status .number-of-question-active i {
                display: block;
                position: absolute;
                color: #337ab7;
                margin-left: 22px;
                margin-bottom: -22px;
            }

        .questions-step-by-step .all-questions-status .number-of-question a {
            text-decoration: none;
        }
        .questions-step-by-step .all-questions-status .number-of-question-active a {
            text-decoration: none;
        }


        .questions-step-by-step .all-questions-status .files-of-questions {
            height: 25px;
            width: 70px;
            margin: 4px;
            background: #337ab7;
            border: 1px solid transparent;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .questions-step-by-step .all-questions-status .files-of-questions a {
            color: #FFF;
            text-decoration: none !important;
            cursor: pointer;
        }

            .questions-step-by-step .all-questions-status .files-of-questions:hover {
                border: 1px solid #337ab7;
                background: #eaf0f5;
                transition: 0.3s;
            }
                .questions-step-by-step .all-questions-status .files-of-questions:hover a {
                    color: #eaf0f5;
                    transition: 0.3s;
                }

.question-numbers {
    margin-top: 20px;
}

.question-title-number {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #FFFF;
    background: #337ab7;
    padding-left: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    width: 100px;
    position: relative;
    z-index: 9;
}

.question-description {
    background: #eaf0f5;
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border: 0.8px solid #337ab7;
    position: relative;
    top: -8px;
}

    .question-description span {
        color: #337ab7;
        font-weight: 800;
        display: block;
        height: auto;
        margin-top: 0px;
    }

    .question-description .form-group {
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

        .question-description .form-group label {
            padding-right: 16px;
            cursor: pointer;
        }

        .question-description .form-group label input {
            cursor: pointer;
        }

            .question-description .form-group .no-label input[type='radio']:checked:after {
                width: 14px;
                height: 14px;
                border-radius: 15px;
                top: -1px;
                left: -1px;
                position: relative;
                background-color: #ffc4c4;
                content: '';
                display: inline-block;
                visibility: visible;
                border: 1px solid #8b5e5e;
            }

        .question-description .form-group .yes-label input[type='radio']:checked:after {
            width: 14px;
            height: 14px;
            border-radius: 15px;
            top: -1px;
            left: -1px;
            position: relative;
            background-color: #c9f7cb;
            content: '';
            display: inline-block;
            visibility: visible;
            border: 1px solid #618d6a;
        }


.custom-label-1 input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    margin-left: 38px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #659ac8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #245987;
}

.custom-label-2 input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    margin-left: 63px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #659ac8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #245987;
}

.group-format-fumar .custom-label-1 input {
    margin-left: 14px !important;
}

.group-format-fumar .custom-label-2 input {
    margin-left: 40px !important;
}




.persons-line-box {
    display: flex;
    justify-content: center;
}
.add-person-box {
    border: 1.5px solid #337ab7;
    background: #f9fcff;
    padding: 10px;
    border-radius: 4px;
    border-top-right-radius: 0px;
    height: 165px;
    width: 50% !important;
    margin-left: 15px;
    margin-right: 15px;
}
    .add-person-box .form-group .no-label {
        margin-left: 10px !important;
    }

    .add-person-box .form-group .no-label input[type='radio']:checked:after {
        width: 14px;
        height: 14px;
        border-radius: 15px;
        top: -1px;
        left: -1px;
        position: relative;
        background-color: #ffc4c4;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #8b5e5e;
    }

    .add-person-box .form-group .yes-label input[type='radio']:checked:after {
        width: 14px;
        height: 14px;
        border-radius: 15px;
        top: -1px;
        left: -1px;
        position: relative;
        background-color: #c9f7cb;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #618d6a;
    }

.right-number-box {
    position: absolute;
    top: 0;
    right: -1px;
    height: 30px;
    width: 32px;
    padding-left: 3px;
    background: #337ab7;
    color: #FFF;
    line-height: 30px;
    border-bottom-left-radius: 8px;
    text-align: center;
}

.btn-add-person {
    padding: 10px;
    background: #337ab7;
    color: #FFF;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    height: 40px;
    border-color: transparent;
}

    .btn-add-person:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        transition: 0.3s;
    }

.label-nome-cartao {
    width: 100%;
}

.nome-cartao-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nome-cartao-icon {
    float: right;
    font-size: 16px;
    padding-right: 4px;
}

.form-added-person {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: -webkit-fill-available !important;
    border: 1.5px solid #337ab7;
    border-radius: 4px;
    background: #f9fcff;
    padding-bottom: 10px;
}

.left-name-box {
    position: absolute;
    top: 0;
    left: -1px;
    height: 30px;
    width: auto;
    padding-right: 12px;
    padding-left: 10px;
    background: #337ab7;
    color: #FFF;
    line-height: 30px;
    border-bottom-right-radius: 8px;
    text-align: center;
}

.right-remove-box {
    position: absolute;
    top: 0;
    right: -0.5px;
    height: 30px;
    width: auto;
    padding-left: 12px;
    padding-right: 10px;
    background: #e3a3a3;
    color: #FFF !important;
    line-height: 30px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 8px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

    .right-remove-box:hover {
        background: #de8181;
        transition: 0.3s;
    }

    @media only screen and (min-width: 768px) and (max-width: 992px) {

        .add-person-box {
            height: 200px;
        }

        .label-nome-cartao {
            font-size: 13px;
        }

        .nome-cartao-box {
            margin-top: 20px;
        }

        .input-max-width {
            width: 100% !important;
        }

            .input-max-width .form-group {
                margin-bottom: 10px !important;
            }

        .btn-add-person {
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: 100% !important;
            font-size: 11px !important;
            height: 36px !important;
        }
    }

.plano-box-radio {
    padding: 4px;
    padding-left: 10px !important;
    padding-right: 10px;
    margin-right: 6px;
    height: 30px;
    border: 1.5px solid #337ab7;
    border-radius: 5px;
    background-color: #f6fbff;
    cursor: pointer !important;
}

.plano-box-radio label {
    cursor: pointer !important;
}

.plano-box-radio input {
    display: none;
}

.plano-box-radio-active label {
    cursor: pointer !important;
}

.plano-box-radio-active input {
    display: none;
}

.plano-box-radio-active {
    padding: 4px;
    padding-left: 10px !important;
    padding-right: 10px;
    margin-right: 6px;
    height: 30px;
    border: 1.5px solid transparent;
    border-radius: 5px;
    background-color: #337ab7;
    cursor: pointer !important;
    color: #FFF !important;
}

.anexos-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
.anexos-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 6px;
}


















.questions-steps-group {
    border-top: 3px solid #337ab7 !important;
    margin: 0px !important;
    margin-top: 28px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    display: block !important;
}

.status-step-box-status {
    padding: 6px 0px;
    background: #337ab7 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border: 1.5px solid #337ab7 !important;
    position: relative !important;
    top: -1px !important;
    text-align: center !important;
}

    .status-step-box-status span {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #FFF !important;
    }

.status-step-box span i {
    font-size: 17px !important;
    padding-left: 3px !important;
    position: relative !important;
    top: 1.5px !important;
    color: #FFF !important;
}

.status-step-box {
    padding: 6px 0px;
    background: #eaf0f5 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border: 1.5px solid #337ab7 !important;
    position: relative !important;
    top: -1px !important;
    text-align: center !important;
}

    .status-step-box:hover {
        background: #c0d6e9 !important;
    }

        .status-step-box:hover a {
            color: #FFF !important;
        }

            .status-step-box:hover a i {
                color: #d49191 !important;
            }

    .status-step-box a {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #337ab7 !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }

        .status-step-box a .undone-step {
            font-size: 17px !important;
            padding-left: 3px !important;
            position: relative !important;
            top: 1.5px !important;
            color: #dfa8a8 !important;
        }

        .status-step-box a .done-step {
            display: none !important;
        }

.step-complete-box {
    padding: 6px 0px;
    background: #5594ca !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border: 1.5px solid #337ab7 !important;
    position: relative !important;
    top: -1px !important;
    text-align: center !important;
}

    .step-complete-box a {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #FFF !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }

        .step-complete-box a .undone-step {
            display: none !important;
        }

        .step-complete-box a .done-step {
            font-size: 17px !important;
            padding-left: 3px !important;
            position: relative !important;
            top: 1.5px !important;
            color: #91d4a9 !important;
        }

.topic-question {
    font-size: 15px !important;
    position: relative !important;
    left: 30px !important;
    padding-right: 30px !important;
}

.topic-question-number {
    display: inline-flex !important;
    height: 25px !important;
    width: 25px !important;
    background: #337ab7 !important;
    color: #FFF !important;
    border-radius: 15px !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    left: -30px !important;
}

.question-letters {
    position: relative !important;
    left: 20px !important;
    padding-right: 20px !important;
    color: #5594ca !important;
}

.question-letter-number {
    display: inline !important;
    font-size: 16px !important;
    position: absolute;
    left: -20px !important;
    top: -2px !important;
}

.separator-questions {
    border: 0.5px solid #c4d8ea !important;
    background: #d2e0ec !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    width: 90% !important;
}

.questions-inputs-box input {
    margin-bottom: 6px !important;
    border: 1px solid #78a9d2 !important;
    width: 96.5% !important;
    margin-left: 10px !important;
    padding-left: 8px !important;
}

.div-question-14 {
    margin-top: 10px !important;
    display: block !important;
}

    .div-question-14 label {
        padding-left: 2px !important;
        padding-bottom: 2px !important;
    }

    .div-question-14 .details-box-14 {
        padding-left: 0px !important;
        margin-bottom: 8px !important;
    }

.next-step-button {
    padding: 8px 15px;
    width: 135px !important;
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    font-weight: 600 !important;
    color: #FFF !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    position: absolute !important;
    right: 15px !important;
    margin-top: -28px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

    .next-step-button:hover {
        background: #548cbf !important;
    }

    .next-step-button i {
        padding-left: 8px !important;
    }

.done-step-button {
    padding: 8px 15px;
    width: auto !important;
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    font-weight: 600 !important;
    color: #FFF !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    position: absolute !important;
    right: 15px !important;
    margin-top: -28px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

    .done-step-button:hover {
        background: #548cbf !important;
    }

    .done-step-button i {
        padding-left: 8px !important;
    }

.previous-step-button {
    padding: 8px 15px;
    width: auto !important;
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    font-weight: 600 !important;
    color: #FFF !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-top-left-radius: 6px !important;
    position: absolute !important;
    left: 15px !important;
    margin-top: -28px !important;
    text-decoration: none !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

    .previous-step-button:hover {
        background: #548cbf !important;
    }

    .previous-step-button i {
        padding-right: 8px !important;
    }

.help-block {
    color: #a94442 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}