﻿
/*###############################################################################*/
/*                                IOS TOGGLE BUTTONS                             */
/*###############################################################################*/

div#mainContainer ul.iStyleButtons li button {
    background-color: white;
    border: 1px solid #3fa8c3;
    color: #0099b5;
    margin-left: -1px;
}

    div#mainContainer ul.iStyleButtons li button.selected {
        background-color: #3fa8c3;
        color: white;
    }

div#mainContainer ul.iStyleButtons li:first-child button {
    border-radius: 2px 0px 0px 2px;
}

div#mainContainer ul.iStyleButtons li:last-child button {
    border-radius: 0px 2px 2px 0px;
}

/*###############################################################################*/
/*                             END OF IOS TOGGLE BUTTONS                         */
/*###############################################################################*/





#ConfirmationKeyHolder span {
    width: 100%;
}

.width100 {
    width: 100%;
}

/*FONTS*/

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Content/Styles/fonts/glyphicons-halflings-regular.eot');
    src: url('../Content/Styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Content/Styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Content/Styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Content/Styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/*GENERAL*/
body {
    font-size: 14px;
    font-family: 'Roboto', Verdana, Arial;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    /*font-weight: 400;*/
    font-style: normal;
    color: #6D6E70;
    overflow-x: hidden;
    line-height: 1.25em;
    letter-spacing: .025em;
}

.swiftNote {
    margin-bottom: 0px;
    padding-left: 34.5% !important;
    font-weight: 500 !important;
}

.sepaNote {
    margin-bottom: 0px;
    padding-left: 34.5% !important;
}


a, a:visited {
    color: #0099b5;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #1C80BB;
        text-decoration: none;
    }

    a:active {
        color: #1C80BB;
        text-decoration: none;
    }

.pointer {
    cursor: pointer;
}

.lef {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    /*font-weight: 500;*/
}

.title {
    color: #0099B4;
}



input {
    height: 30px;
    width: 100%;
    font-size: 0.95em;
    font-weight: 400;
    color: #6D6E70;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: none;
    padding: 3px 1px 3px 3px;
    border: 1px solid #d9d9d9 !important;
}

    /*We need separate rules for each browser. Otherwise the whole group would be ignored by all browsers.*/
    input::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 0.8em;
        padding: 2px 1px 3px 3px;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 0.8em;
        padding: 2px 1px 3px 3px;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 0.8em;
        padding: 2px 1px 3px 3px;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 0.8em;
        padding: 2px 1px 3px 3px;
    }

div.chosen-container-single a.chosen-default span {
    font-size: 0.8em;
}

/*select BOXES*/

.chosen-container {
    font-size: 0.95em;
    float: left;
}

.chosen-container-single .chosen-single {
    background: none;
}

.chosen-container-single .chosen-single, select.chosen-select {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 8px;
    box-shadow: none;
    width: 100%;
    height: 30px;
    font-size: 0.95em;
    font-weight: 400;
    color: #6D6E70;
    border: 1px solid #d9d9d9 !important;
    border-top: 1px solid #c0c0c0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
}

.chosen-container-single .chosen-single span {
    padding-top: 3px;
}

.chosen-container-single .chosen-single div {
    top: 3px;
}

.chosen-container-single .chosen-drop {
    border-radius: 2px;
}

.chosen-container .chosen-drop {
    border: 1px solid #d9d9d9;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}

.chosen-container .chosen-results {
    color: #6D6E70;
}

    .chosen-container .chosen-results li.highlighted {
        background-color: #e6e6e6;
        background-image: none;
        color: #6D6E70;
    }

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    font-size: 0.95em;
    font-weight: 400;
    color: #6D6E70;
    border: 1px solid #d9d9d9 !important;
    border-top: 1px solid #c0c0c0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: none;
}

/*div table*/

table tbody td {
    font-size: 1em;
}

table td.theader,
table thead th {
    font-size: 1em;
}

.chosen-container {
    width: 100% !important;
    border-radius: 2px;
}

.table > tbody > tr > td {
    border-top: none;
}

/*HEADER*/
#topBar {
    height: 60px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0099B4', EndColorStr='#34BFC5')";
    background: linear-gradient(#0099B4, #34BFC5);
}

    #topBar #menu-toggle {
        background: no-repeat url(../content/images/favorites_off.svg) top right;
        display: block;
        padding: 15px;
        position: absolute;
        top: 15px;
        right: 15px;
    }

        #topBar #menu-toggle:hover {
            background: no-repeat url(../content/images/favorites_on.svg) top right;
            cursor: pointer;
        }

    #topBar #logoutBtn {
        background: no-repeat url(../content/images/logout_off.svg) top right;
        padding: 15px;
        float: right;
        position: relative;
        right: 15px;
        margin-top: -16px;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

        #topBar #logoutBtn:hover {
            background: no-repeat url(../content/images/logout_on.svg) top right;
            cursor: pointer;
        }

@media (max-width: 992px) {
    .savingsAccountBalance {
        display: block !important;
    }


    #imgQuestionMark {
        left: 80px;
        right: 0px;
    }

    #imgQuestionMarkV2 {
        left: 80px;
        right: 0px;
    }


    #topBar #logoutBtn, #shadowEffect, #topBar #logoutContainer span {
        display: none;
    }

    .swiftNote {
        padding-left: 1% !important;
    }

    .sepaNote {
        padding-left: 1% !important;
    }
}

#topBar .logo {
    /*width: 50%;*/
    width: 220px;
    margin: 0 auto;
    height: 30px;
    padding-top: 8px;
    text-align: center
}

    #topBar .logo img {
        width: 220px;
        height: 45px;
    }

#shadowEffect {
    max-height: 90px;
    position: absolute;
    max-width: 360px;
    min-width: 260px;
}

@media (min-width: 992px) {

    #mainContainer .transferBegin div.col-md-7 {
        padding-right: 0px;
    }

    #topBar, #footerLegalLinks {
        padding-right: 300px;
    }



        #topBar .logo img {
            width: 220px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    #sidebar-wrapper #closeAction, .navmenu-default #closeAction {
        display: none;
    }
}

#printLogo, #printFooter {
    display: none;
}

#secondaryTopBar {
    height: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb')";
    background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
    background: linear-gradient(#f5f5f5, #ebebeb);
    border-bottom: 1px solid #e6e6e6;
}

    #secondaryTopBar .infoContainer {
        height: 100%;
    }

    #secondaryTopBar p {
        display: inline;
        word-wrap: break-word;
        font-size: 0.8em;
    }

@media (max-width: 540px) {
    #TransactionTable .operationBase {
        height: inherit !important;
    }
}


@media (max-width: 450px) {
    #topBar .logo img {
        width: 100%;
        text-align: center;
    }

    #topBar .logo {
        width: 50%;
    }


    #arrowPaginationHolder p {
        margin-right: 10px !important;
    }

    #availablePoints {
        display: none;
    }

    #availablePointsHidden {
        display: block !important;
        width: 47%;
    }

    #usedPoints {
        display: none !important;
    }

    #secondaryTopBar p.login {
        display: none;
    }

    .detailsHeader, makeFavoriteHeader, .detailsActivity, .makeFavoriteActivity {
        display: none;
    }

    .operationHeader {
        width: 100% !important;
        padding-left: 5px !important;
    }

    .repeatHeader {
        width: 100% !important;
    }

    .operationActivity {
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 15px !important;
    }

    .repeatActivity {
        width: 100% !important;
        padding-right: 15px !important;
    }

    #recenetActsTable tr td {
        padding-top: 8px !important;
    }
}

#secondaryTopBar .greetings, #secondaryTopBar .mailbox, #secondaryTopBar .pendingoperations {
    margin-top: 6px;
}

#secondaryTopBar .greetings {
    float: left;
}


/*###############################################################################*/
/*                              FUNDOS DE INVESTIMENTO                           */
/*###############################################################################*/

.fundsmenu-item {
    display: inline-block;
}

.fundsmenu-link {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 15px 35px 15px 35px;
}

.fundsmenu-item .fundsmenu-icon.topFundos {
    background-image: url("../Content/Images/fundosDestaque_off.png");
}

.fundsmenu-item .fundsmenu-icon.pesquisa {
    background-image: url("../Content/Images/fundosPesquisa_off.png");
}

.fundsmenu-item .fundsmenu-icon.recomendados {
    background-image: url("../Content/Images/fundosRecomendados_off.png");
}

.fundsmenu-item .fundsmenu-icon.topFundosClicked {
    background-image: url("../Content/Images/fundosDestaque_on.png");
}

.fundsmenu-item .fundsmenu-icon.pesquisaClicked {
    background-image: url("../Content/Images/fundosPesquisa_on.png");
}

.fundsmenu-item .fundsmenu-icon.recomendadosClicked {
    background-image: url("../Content/Images/fundosRecomendados_on.png");
}

.fundsmenu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 55px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.fundsmenu-label {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.95em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: normal;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
    white-space: normal;
    color: #6D6E70;
}

    .fundsmenu-label.topFundosClicked,
    .fundsmenu-label.pesquisaClicked,
    .fundsmenu-label.recomendadosClicked {
        color: #0099B4;
    }

.fundsmenu-link:hover .fundsmenu-icon,
.fundsmenu-link:hover .fundsmenu-label {
    color: #0099b5;
}

.fundsmenu-link:hover #fundsFeaturedIcon {
    background-image: url("../Content/Images/fundosDestaque_on.png");
}

.fundsmenu-link:hover #fundsSearchIcon {
    background-image: url("../Content/Images/fundosPesquisa_on.png");
}

.fundsmenu-link:hover #fundsRecommendedIcon {
    background-image: url("../Content/Images/fundosRecomendados_on.png");
}

#fundsFeaturedIcon {
    margin-bottom: -5px;
}

#fundsSearchIcon {
    margin-bottom: -10px;
}

#fundsRecommendedIcon {
    margin-bottom: -2px;
}

#secondaryMenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100px;
    background-color: #e6f3f7;
}

    #secondaryMenu .middleContainer {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
        text-align: center;
    }

        #secondaryMenu .middleContainer.withSlideEffect.slideEffect {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            margin-left: 0px;
        }

#fundsFeaturedLabel,
#fundsRecommendedLabel {
    display: initial;
}

#fundsFeaturedLabelShort,
#fundsRecommendedLabelShort {
    display: none;
}

.mobileRend5,
#RendCol2 {
    display: none;
}

@media (min-width: 992px) {
    #secondaryMenu .middleContainer.noSlideEffect {
        margin-left: 0px;
    }

    #secondaryMenu .middleContainer.withSlideEffect {
        margin-left: 150px; /* Used for transition. Start with this and ends with 0. */
    }

    #secondaryMenu .middleContainer {
        padding-right: 300px;
    }
}

@media (max-width: 1110px) {
    #allFundsTable #RendCol3 {
        display: none;
    }

    #allFundsTable #RendCol2 {
        display: table-cell !important;
    }

    table#allFundsTable .Rend1Y {
        display: none;
    }

    table#allFundsTable thead th.Rend3Y,
    table#allFundsTable thead th.Rend5Y {
        width: 10% !important;
    }

    #allFundsTable #Currency {
        width: 11% !important;
    }

    #allFundsTable #Risk {
        width: 9% !important;
    }

    div#tab2 div#transactionDetail div.subTable {
        display: none;
    }

    div#tab2 div#transactionDetail div.subTable_1 {
        display: inline !important;
    }
}

@media (max-width: 1009px) {
    #allFundsTable #RendCol3 {
        display: none;
    }

    #allFundsTable #RendCol2 {
        display: table-cell !important;
    }

    table#allFundsTable .Rend1Y {
        display: none;
    }

    table#allFundsTable thead th.Rend3Y,
    table#allFundsTable thead th.Rend5Y {
        width: 11% !important;
    }

    #allFundsTable #Currency {
        width: 11% !important;
    }

    #allFundsTable #Risk {
        width: 9% !important;
    }

    #allFundsTable #Category {
        width: 20% !important;
    }

    #allFundsTable #Name {
        width: 33% !important;
    }
}

@media (max-width: 991px) {
    #secondaryMenu .middleContainer {
        margin-left: 0px;
    }

    .fundsmenu-link {
        margin: 10px 10px 10px 10px;
    }

    .fundsmenu-icon {
        height: 36px;
    }

    .fundsmenu-item .fundsmenu-icon.topFundos {
        background-image: url("../Content/Images/fundosDestaque_off_small.png");
    }

    .fundsmenu-item .fundsmenu-icon.pesquisa {
        background-image: url("../Content/Images/fundosPesquisa_off_small.png");
    }

    .fundsmenu-item .fundsmenu-icon.recomendados {
        background-image: url("../Content/Images/fundosRecomendados_off_small.png");
    }

    .fundsmenu-item .fundsmenu-icon.topFundosClicked {
        background-image: url("../Content/Images/fundosDestaque_on_small.png");
    }

    .fundsmenu-item .fundsmenu-icon.pesquisaClicked {
        background-image: url("../Content/Images/fundosPesquisa_on_small.png");
    }

    .fundsmenu-item .fundsmenu-icon.recomendadosClicked {
        background-image: url("../Content/Images/fundosRecomendados_on_small.png");
    }

    .fundsmenu-link:hover #fundsFeaturedIcon {
        background-image: url("../Content/Images/fundosDestaque_on_small.png");
    }

    .fundsmenu-link:hover #fundsSearchIcon {
        background-image: url("../Content/Images/fundosPesquisa_on_small.png");
    }

    .fundsmenu-link:hover #fundsRecommendedIcon {
        background-image: url("../Content/Images/fundosRecomendados_on_small.png");
    }

    #secondaryMenu {
        height: 70px;
    }

    .fundsmenu-label {
        font-size: 0.8em;
        padding-top: 5px;
    }

    #fundsFeaturedLabel,
    #fundsRecommendedLabel {
        display: none;
    }

    #fundsFeaturedLabelShort,
    #fundsRecommendedLabelShort {
        display: initial;
    }

    #riskLevelCriteria button {
        width: 100%;
        /*padding-left:-1px;*/
    }

    #fundsSearchIcon,
    #fundsRecommendedIcon {
        margin-bottom: -3px;
    }

    div#fundHeader div#fundSecondRow div#fundDate.toHide {
        display: none;
    }

    div#fundHeader div#fundFirstRow div#fundTitle,
    div#fundHeader div#fundFirstRow div#fundPrice,
    div#fundHeader div#fundSecondRow div#fundDesc {
        float: left;
        text-align: left;
        width: 100%;
    }

    div#tab1 div#transactionDetail div.infoRow div.right,
    div#tab3 div#transactionDetail div.infoRow div.right {
        text-align: left !important;
    }

    div#tab2 div#transactionDetail div.col-md-1,
    div#tab5 div#transactionDetail div.col-md-1 {
        width: 8.33333333%;
        float: left;
    }

    div#tab4 div#transactionDetail div.col-md-4 {
        width: 33.33333333%;
        float: left;
    }

    div#tab2 div#transactionDetail div.col-md-7 {
        width: 58.33333333%;
        float: left;
    }

    div#tab4 div#transactionDetail div.col-md-8 {
        width: 66.66666667%;
        float: left;
    }

    div#tab5 div#transactionDetail div.col-md-11 {
        width: 91.66666667%;
        float: left;
    }

    div#tab4 div#transactionDetail div.col-md-12,
    div#tab5 div#transactionDetail div.col-md-12 {
        width: 100%;
        float: left;
    }

    div#tab2 div#transactionDetail div.subTable {
        display: inline !important;
    }

    div#tab2 div#transactionDetail div.subTable_1 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /*#mainContainer table tr th.toHide,
    #mainContainer table tr td.toHide {
        display: none;
    }

    #mainContainer table thead tr:first-child {
        display: none;
    }*/
    #mainContainer table thead tr:last-child th {
        background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important;
        background: linear-gradient(#f5f5f5, #ebebeb) !important;
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .mobileFundName {
        width: 61% !important;
    }

    .mobileRend5 {
        display: table-cell;
    }
}

@media (max-width: 710px) {
    div#tab2 div#transactionDetail div.subTable {
        display: none !important;
    }

    div#tab2 div#transactionDetail div.subTable_1 {
        display: inline !important;
    }

        div#tab2 div#transactionDetail div.subTable_1 div.col-md-12 {
            height: 36px;
        }
}

@media (max-width: 992px) {
    #riskLevelCriteria button {
        width: 100% !important;
    }
}

table.fundsTable thead tr th.backgroundUpperHalf {
    background: -webkit-linear-gradient(#f5f5f5, #f0f0f0) !important;
    background: linear-gradient(#f5f5f5, #f0f0f0) !important;
}

table.fundsTable thead tr th.backgroundBottomHalf {
    background: -webkit-linear-gradient(#f0f0f0, #ebebeb) !important;
    background: linear-gradient(#f0f0f0, #ebebeb) !important;
}

table.fundsTable thead th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

#fundFilterType button {
    width: 110px;
    height: 30px;
    font-size: 0.8em;
}

table.fundsTable thead tr th.noBorder {
    border: none !important;
}

table.fundsTable thead tr th.right {
    text-align: right !important;
}

table.fundsTable tbody tr td span.riskIcon {
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -0.3em;
    background-repeat: no-repeat;
}

table.fundsTable span.riskIcon.riskLevel_1 {
    background-image: url("../Content/Images/risk_level_1.svg");
}

table.fundsTable span.riskIcon.riskLevel_2 {
    background-image: url("../Content/Images/risk_level_2.svg");
}

table.fundsTable span.riskIcon.riskLevel_3 {
    background-image: url("../Content/Images/risk_level_3.svg");
}

table.fundsTable span.riskIcon.riskLevel_4 {
    background-image: url("../Content/Images/risk_level_4.svg");
}

table.fundsTable span.riskIcon.riskLevel_5 {
    background-image: url("../Content/Images/risk_level_5.svg");
}

table.fundsTable span.riskIcon.riskLevel_6 {
    background-image: url("../Content/Images/risk_level_6.svg");
}

table.fundsTable span.riskIcon.riskLevel_7 {
    background-image: url("../Content/Images/risk_level_7.svg");
}

table.fundsTable tbody tr td.riskLevel {
    position: relative;
}

#fundsSearchContainer {
    padding-top: 25px;
}

#searchFieldHolder {
    margin-bottom: 10px !important;
}

#riskLevelCriteria ul {
    width: 100%;
    margin-bottom: 0px;
}

    #riskLevelCriteria ul li {
        width: 15%;
        margin-left: -1px;
    }

#riskLevelCriteria button {
    width: 100%;
    height: 31px;
}

#riskLevelCriteria div.left {
    float: left;
}

#riskLevelCriteria div.left,
#riskLevelCriteria div.right {
    font-size: 0.8em;
}


#fundsAdvancedSearchSelector {
    margin-top: 7px;
}

    #fundsAdvancedSearchSelector span {
        font-size: 0.95em;
        color: #0099B4;
    }

        #fundsAdvancedSearchSelector span.signSymbol {
            font-size: 1em;
        }

#fundAdvancedSearch {
    display: none;
}

.signSymbol {
    float: left;
    width: 12px;
}

table.hotFunds {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.hotFundsHeader {
    height: 34px;
    padding: 8px 5px;
    color: #0099b4;
    border-bottom: 1px solid;
    border-bottom-color: #d9d9d9;
    background: -webkit-linear-gradient(#f5f5f5,#ebebeb);
    background: linear-gradient(#f5f5f5,#ebebeb);
    cursor: pointer;
}

    div.hotFundsHeader div.name {
        padding-left: 0px;
        float: left;
    }

    div.hotFundsHeader div.collapseSign {
        padding-right: 10px;
        text-align: right;
    }

        div.hotFundsHeader div.collapseSign.minusSign {
            padding-right: 12px;
        }

#fundsAdvancedSearchSelector {
    cursor: pointer;
    float: left;
}

div#mainContainer.fundDetailContainer div#fundDetailButtonsContainer button,
div#mainContainer.fundDetailContainer div#fundNegotiatonButtonsContainer button {
    border: 0 !important;
    width: 100%;
}

div#mainContainer.fundDetailContainer div#fundNegotiationSlide1 ul.iStyleButtons button {
    width: 120px;
}

div#mainContainer.fundDetailContainer div#fundDetailButtonsContainer .buttonRed {
    color: white;
    background: -webkit-linear-gradient(#DF554F, #DE4545);
    background: linear-gradient(#DF554F, #DE4545);
}

div#mainContainer.fundDetailContainer div#fundDetailButtonsContainer .buttonGreen {
    color: white;
    background: -webkit-linear-gradient(#4AB067, #2FAC66);
    background: linear-gradient(#4AB067, #2FAC66);
}

div#mainContainer.fundDetailContainer div#fundDetailButtonsContainer .buttonRed:hover {
    background: #D73C3C;
}

div#mainContainer.fundDetailContainer div#fundDetailButtonsContainer .buttonGreen:hover {
    background: #24A056;
}


#fundBox {
    padding: 10px 15px 10px 15px;
}

#fundTitle, #fundPrice {
    font-size: 1.1em;
    font-weight: 400;
    width: auto;
}

#fundTitle, #fundDesc {
    text-align: left;
}

#fundPrice, #fundDate {
    text-align: right;
    float: right;
}

#fundBox#fundSecondRow {
    padding-top: 5px;
}

#fundDesc, #fundDate {
    font-size: 1.05em;
    font-weight: 400;
    width: auto;
}

div#fundBox {
    margin-bottom: 10px;
}

div#touchDiv {
    margin-top: 16px;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
}

    div#touchDiv div#chartdiv {
        height: 270px;
        font-size: 0.8em;
        margin-top: 5px;
    }

div#tabsContainer ul {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
}

    div#tabsContainer ul li:nth-child(1) {
        width: 16%;
    }

    div#tabsContainer ul li:nth-child(2) {
        width: 27%;
    }

    div#tabsContainer ul li:nth-child(3) {
        width: 19%;
    }

    div#tabsContainer ul li:nth-child(4) {
        width: 19%;
    }

    div#tabsContainer ul li:nth-child(5) {
        width: 19%;
    }

    div#tabsContainer ul li button {
        background-color: white;
        color: #6D6E70;
        width: 100%;
        outline: 1px solid #ebebeb;
        height: 32px;
        border: 0;
        background-color: #d9d9d9;
    }

        div#tabsContainer ul li button:hover {
            background-color: #EBEBEB;
        }

        div#tabsContainer ul li button.active {
            background-color: #FFFFFF;
            color: #0099B4;
        }

div.subTable div.col-md-12 {
    width: 100%;
    float: left;
    padding: 9px 0px !important;
}

div.subTable div.col-md-6 {
    width: 50%;
    float: left;
}

div.subTable div.col-md-2 {
    width: 16.66666667%;
    float: left;
}

@media(min-width:652px) {
    div#fundDetailSimple {
        display: none;
    }
}

@media(max-width:651px) {
    div#fundDetailComplete {
        display: none;
    }
}

@media(max-width:556px) {
    div.subTable div.toHide {
        display: none;
    }

    div.subTable div.rendTitle {
        width: 70%;
    }

    div.subTable div.rend5 {
        float: right;
        width: 30%;
        white-space: nowrap;
    }
}

@media(max-width:432px) {
    div#tab1 div#transactionDetail div.subTable {
        display: none;
    }

    div#tab1 div#transactionDetail div.subTable_min {
        display: inline !important;
    }

        div#tab1 div#transactionDetail div.subTable_min div.col-md-12:nth-child(1) {
            padding: 9px 0px;
        }

    div#tab1 div#transactionDetail div.noBottomLine {
        padding: 9px 0px;
        background: url(../content/images/dot_pixel.png) repeat-x;
        background-position: bottom;
    }
}

div#fundDetailComplete div#tab1 div#transactionDetail,
div#fundDetailComplete div#tab2 div#transactionDetail,
div#fundDetailComplete div#tab3 div#transactionDetail,
div#fundDetailComplete div#tab4 div#transactionDetail,
div#fundDetailComplete div#tab5 div#transactionDetail {
    padding-top: 10px;
    border-top: 1px solid white;
}

div#fundDetailComplete div#tab2 div#transactionDetail,
div#fundDetailComplete div#tab4 div#transactionDetail {
    padding-top: 15px;
}

div#transactionDetail div.noBottomLine {
    background: white;
}

div#tab1 div.headerRow,
div#tab4 div.headerRow,
div#tab2 div.headerRow {
    margin-bottom: 0px;
    color: #0099b4;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-bottom-color: #d9d9d9;
    border-top-color: #d9d9d9;
    background: #ebebeb;
    height: 32px;
    padding-top: 7px !important;
}

div#touchDiv div#chartButtons {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 5px;
}

    div#touchDiv div#chartButtons button {
        font-size: 0.8em;
        width: 45px;
        height: 30px;
    }

div#tab2 div.subTable div.col-md-7 {
    width: 32.5% !important;
}

div#tab2 div.subTable div.col-md-1 {
    width: 13.5% !important;
}

div#tab2 div.subTable_1 div.col-md-7 {
    width: 38% !important;
}

div#tab2 div.subTable_1 div.col-md-1 {
    width: 15.5% !important;
}

/* Assert slide transitions. */
div#fundDetailMainPanel div#fundDetailComplete div#tab1 div.left,
div#fundDetailMainPanel div#fundDetailComplete div#tab2 div.left,
div#fundDetailMainPanel div#fundDetailComplete div#tab3 div.left,
div#fundDetailMainPanel div#fundDetailComplete div#tab4 div.left,
div#fundDetailMainPanel div#fundDetailComplete div#tab4 div.headerRow,
div#fundDetailMainPanel div#fundDetailComplete div#tab5 div.left,
div#fundDetailMainPanel div#fundDetailSimple div.left,
div#fundDetailMainPanel div#fundNegotiationSlide1 div.balanceName,
div#fundDetailMainPanel div#fundNegotiationSlide1 div#messageBox div.operationBase.error,
div#fundDetailMainPanel div#fundNegotiationSlide1 div.noDataBox p,
div#fundDetailMainPanel div#fundNegotiationSlide2 div#transactionDetail div.col-md-4,
div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning label,
div#fundDetailMainPanel div#fundNegotiationSlide3 div#mainContainerPartial h1,
div#fundDetailMainPanel div#fundNegotiationSlide3 div#mainContainerPartial div#validationDesc,
div#fundDetailMainPanel div#fundNegotiationSlide1 div.ForAcceptedTerms,
div#fundDetailMainPanel a.chosen-single span {
    text-align: left;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div.chosen-container span,
div#fundDetailMainPanel div#fundNegotiationSlide1 label#labelAmmountType,
div#fundDetailMainPanel h1 {
    float: left;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 ul.steps {
    padding-top: 8px;
    padding-bottom: 22px;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div#FundAmmountBox label#labelAmmountType {
    padding-top: 7px;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div.chosen-disabled {
    margin-bottom: 0px;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div.error {
    color: red;
    font-size: 1em;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div#fundHeader div#fundBox {
    margin-bottom: 20px;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 input#confirmDocsAck {
    float: right;
    margin-right: 0px;
}

div#fundDetailMainPanel .buttonWhite.split {
    width: 49% !important;
}



div#fundDetailMainPanel div#fundNegotiationSlide2 div#transactionDetail {
    margin-top: 0px;
    margin-bottom: 0px;
}

div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning div.box {
    margin-top: -6px;
}

div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning div.box {
    padding: 15px 15px 10px 15px;
}

div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning input#confirmRiskLevel {
    float: left;
    margin-top: 1px;
    margin-left: 3px;
}

div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning label#confirmRiskLevelText {
    font-weight: normal;
    display: block;
    padding-top: 0px;
    padding-left: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
    font-size: 0.95em;
}

div#fundDetailMainPanel div#fundNegotiationSlide2 div#riskLevelWarning span.field-validation-error {
    padding-left: 30px;
    padding-top: 3px;
    font-size: 0.8em;
    font-weight: initial;
}

div#fundDetailMainPanel div#fundNegotiationSlide3 div.operationPage div.box h1 {
    width: 100%;
}

div#fundDetailMainPanel div#fundNegotiationSlide1 div#FundType {
    margin-bottom: 0px;
}

    div#fundDetailMainPanel div#fundNegotiationSlide1 div#FundType ul {
        width: 100%;
    }

div#fundDetailMainPanel div#fundHeader div.fundBox {
    width: 100%;
}

div#fundDetailMainPanel div#fundHeader div.firstCol {
    width: 4%;
    float: left;
}

div#fundDetailMainPanel div#fundHeader div.secondCol {
    width: 96%;
    float: right;
}

.toggleButton {
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', arial;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
    height: 30px;
    padding: 0;
}


/* Fund flipping header */

div#fundDetailMainPanel div#fundHeader div.firstCol div#switchFundHeader {
    background-image: url("../Content/Images/change_off.svg");
    width: 22px;
    height: 22px;
    margin-top: 9px;
    cursor: pointer;
}

    div#fundDetailMainPanel div#fundHeader div.firstCol div#switchFundHeader:hover {
        background-image: url("../Content/Images/change_on.svg");
    }

div#fundDetailMainPanel div#fundHeader div.secondCol {
    height: 40px;
}

    div#fundDetailMainPanel div#fundHeader div.secondCol div#flipperBox {
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    div#fundDetailMainPanel div#fundHeader div.secondCol.flipped div#flipperBox {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

        div#fundDetailMainPanel div#fundHeader div.secondCol.flipped div#flipperBox .front {
            z-index: 1;
        }

        div#fundDetailMainPanel div#fundHeader div.secondCol.flipped div#flipperBox .back {
            z-index: 0;
        }

    div#fundDetailMainPanel div#fundHeader div.secondCol div#flipperBox .front {
        z-index: 1;
    }

    div#fundDetailMainPanel div#fundHeader div.secondCol div#flipperBox .back {
        z-index: 1;
    }

    div#fundDetailMainPanel div#fundHeader div.secondCol div#flipperBox .face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: white;
    }

        div#fundDetailMainPanel div#fundHeader div.secondCol div#flipperBox .face.back {
            -webkit-transform: rotateX(-180deg);
            -ms-transform: rotateX(-180deg);
            -o-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
        }

    div#fundDetailMainPanel div#fundHeader div.secondCol .front {
        padding-top: 1px;
    }

    div#fundDetailMainPanel div#fundHeader div.secondCol .back {
        padding-top: 5px;
    }

/* Assert the overlap of the chosen content results over other elements */
div#fundDetailMainPanel .sendToBack {
    position: relative;
    z-index: -1;
}

div#fundNegotiationSlide1 div#FundQuantityBox label#labelAmmountType {
    padding-top: 7px;
}

/*###############################################################################*/
/*                           END OF FUNDOS DE INVESTIMENTO                       */
/*###############################################################################*/




#secondaryTopBar .mailbox, #secondaryTopBar .pendingoperations {
    float: right;
}

#secondaryTopBar .middleContainer {
    max-width: 850px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    #secondaryTopBar .infoContainer {
        padding-right: 315px;
        padding-left: 15px;
    }

    #secondaryTopBar .middleContainer {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*LEFT MENU*/
.navmenu-default {
    background-color: #9A9B9F;
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    padding: 14px 0px;
}

    .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-toggle .icon-text {
        position: absolute;
        margin-top: -16px;
        margin-left: 20px;
        color: #FFF;
        font-weight: 400;
    }

    .navbar-toggle:hover .icon-text {
        color: #CCC;
    }

    .navbar-toggle:hover .icon-bar {
        background-color: #CCC;
    }

@media (min-width: 0) {
    .navbar-toggle {
        display: block; /* force showing the toggle */
    }
}

@media (min-width: 992px) {
    .navbar {
        right: auto;
        background: none;
        border: none;
    }
}

.navmenu-default .personalName {
    font-size: 1em;
    font-weight: bolder;
    padding-bottom: 0px;
    line-height: 15px;
    color: white;
    display: block;
    padding: 15px 15px 0px 10px;
    margin: 10px 0 1px 0px;
}

    .navmenu-default .personalName:hover {
        color: white;
    }

#personalInfo .editPersonalInfo {
    font-size: 0.9em;
    font-weight: bolder;
    padding-top: 0px;
    line-height: 0px;
    color: #777;
}

#personalImage {
    float: left;
    margin: 17px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 45px;
}

#personalInfo {
    display: inline-block;
    width: 100%;
}

#favoritesImg {
    width: 100%;
}

/*Main Container*/

#mainContainer {
    max-width: 850px;
    margin: 0 auto;
    /*#FS - temp*/
    /*padding-bottom: 50px;*/
    padding-bottom: 70px;
    width: 100%;
}

body[url='~/Configuracoes/Favoritos'] #mainContainer, body[url='~/Configuracoes/TransferenciasProgramadas'] #mainContainer, body[url='~/Empresas/Autorizacoes'] #mainContainer, body[url='~/ContaPoupancaAOrdem/ConsultarPlanosEntrega'] #mainContainer {
    overflow-x: hidden;
}

#mainContainer h1 {
    color: #0099B4;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 10px;
    padding: 20px 0 20px 0;
}

#mainContainer.operationPage .row .chosen-container, .TransferForm #mainContainer div.box.alone input {
    margin-bottom: 0px;
}

#mainContainer .attributeHolder {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.TransferForm .buttonWhite:first-child {
    margin-right: 2px;
}

#labelAmountType {
    margin-top: 7px;
    font-weight: 500;
}

.TransferForm #mainContainer .attributeHolder input {
    margin-bottom: 0px;
}

#mainContainer .row .box .targetAccountHolder {
    margin-bottom: 20px;
}

    #mainContainer .row .box .targetAccountHolder input {
        margin-bottom: 0px;
    }

/*#mainContainer .row input,*/ #mainContainer .row .chosen-container, #mainContainer .row .box #transferDetail > div {
    margin-bottom: 20px;
}

/*#mainContainer .row .box input, #mainContainer .row .box .chosen-container{
    margin-bottom:0px;
}*/

#mainContainer div.search p {
    font-size: 0.8em;
    cursor: pointer;
    color: #0099B4;
}

#mainContainer .text {
    float: left;
}

#mainContainer .disclaimer {
    margin-top: 15px;
}

#mainContainer .disclaimer2 {
    margin-top: 30px;
}

#mainContainer .disclaimer-mb {
    margin-bottom: 15px;
}

#mainContainer table {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    margin-top: 15px;
    overflow-x: hidden;
}

    #mainContainer table tr td.theader,
    #mainContainer table thead tr th {
        background-color: white;
        height: 21px;
        color: #0099B4;
        border-bottom: 1px solid;
        border-bottom-color: #d9d9d9;
        border-top: 1px solid #d9d9d9;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb')";
        background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
        background: linear-gradient(#f5f5f5, #ebebeb);
        border-top: 0;
    }

/*body[url='/myatlantico/'] #mainContainer table tr:nth-child(4) {
    background: none;
}

body[url='/myatlantico/'] #mainContainer table tr:last-child td {
    border-bottom: none;
}*/

#mainContainer table tr {
    background: url(../content/images/dot_pixel.png) repeat-x;
    background-position: bottom;
}

#mainContainer tr:last-child {
    background: none;
}

#mainContainer table td,
#mainContainer table th {
    padding: 8px 5px;
    text-align: left;
}

    #mainContainer table td.right {
        text-align: right;
    }

#mainContainer table #sorttable_sortfwdind {
    display: inline-block;
    width: 11px;
    padding-left: 3px;
    padding-right: 12px;
}

#mainContainer table #sorttable_sortrevind {
    display: inline-block;
    height: 8px;
    width: 11px;
    padding-left: 3px;
    padding-right: 12px;
}

#mainContainer table#PortfolioTable #sorttable_sortfwdind, #mainContainer table#PortfolioTable #sorttable_sortrevind {
    width: 10px;
    padding-left: 1px;
    padding-right: 10px;
}

#mainContainer table.sortable tr td.theader,
#mainContainer table.sortable thead th {
    cursor: pointer;
}

#mainContainer table#PortfolioTable {
    background: url(../content/images/dot_pixel.png) repeat-x;
    background-position: bottom;
    border: none;
    margin-bottom: 0px;
}

#mainContainer table#PortfolioSum {
    background: none;
    background-position: bottom;
    border-bottom: 1px solid #0099B4;
    margin: 0px;
    color: #0099B4;
    margin-bottom: 30px;
}
/* FAVORITES */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0px;
    top: 0;
    width: 300px;
    height: 100%;
    margin-right: -300px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb')";
    background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
    background: linear-gradient(#f5f5f5, #ebebeb);
    border-left: 1px solid;
    border-left-color: #A7A9AB;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #sidebar-wrapper h1 {
        color: #0099B4;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
        padding-top: 15px;
        padding-left: 10px;
    }

    #sidebar-wrapper .search {
        padding-left: 10px;
        border-bottom: 1px solid;
        border-bottom-color: #FFF;
        padding-bottom: 10px;
        padding-top: 9px !important;
    }

        #sidebar-wrapper .search input {
            width: 200px;
            background: #FFF url(../content/images/icons_hb-49.svg) no-repeat 98%;
            padding: 4px 20px 4px 5px;
            background-size: 20px;
        }

        #sidebar-wrapper .search #config {
            width: 24px;
            height: 24px;
            cursor: pointer;
            margin-left: 5px;
            margin-top: -2px;
        }

        #sidebar-wrapper .search #create {
            width: 24px;
            height: 24px;
            cursor: pointer;
            margin-left: 5px;
            margin-top: -2px;
        }

.sidebar-nav {
    position: absolute;
    top: 90px;
    width: 298px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        border-bottom: 1px solid;
        border-bottom-color: #FFF;
        padding-left: 10px;
        height: 100px;
    }

        .sidebar-nav li:hover {
            background-color: #e6e6e6;
            cursor: pointer;
        }

    .sidebar-nav .Favorite {
        right: 0;
        display: inline-block;
        width: 96%;
        position: relative;
        padding-top: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.Favorite .favImage {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
}

.Favorite .name {
    font-size: 0.95em;
    width: 70%;
    overflow: hidden;
    line-height: 18px;
    padding-top: 5px;
    padding-left: 10px;
}

.Favorite .type {
    color: #777;
    width: 15%;
    float: left;
    padding-left: 10px;
}

.Favorite .value {
    width: 70%;
    font-size: 0.8em;
    line-height: 15px;
    overflow: hidden;
    padding-left: 10px;
}

.Favorite .nofav {
    font-size: 0.95em;
    width: 80%;
    overflow: hidden;
    line-height: 16px;
    padding-left: 10px;
    padding-top: 5px;
}

@media(min-width:992px) {
    #sidebar-wrapper {
        right: 300px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    /*#FS slide changes*/
    /*body.pml-open #PageWrapper, body.pml-open #footerLegalLinks {
        width: calc(100% - 300px);
    }*/

    #topBar #menu-toggle {
        display: none;
    }

    body {
        padding: 0;
    }

    .container {
        padding-right: 315px;
        width: 100%;
    }

    /*#FS slide changes*/
    /*body.pml-open .container, body.pml-open #topBar{
    padding-right:0px;
  }*/

    #divLoading {
        margin-left: -136px;
    }
}

.ui-keyboard {
    left: 50% !important;
    top: 50% !important;
    margin-left: -276px;
    background: #ebebeb;
}

/*FIREFOX KLUDGE*/
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/*callmenick push menu*/
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 80%;
    height: 100%;
}

div.menu {
    position: fixed;
    z-index: 20;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#PageWrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.safariBrowser #PageWrapper {
    position: relative;
    -webkit-transition: ease 0.0s;
}

.safariBrowser div.menu {
    -webkit-transition: ease 0.0s;
}

.safariBrowser #sidebar-wrapper {
    -webkit-transition: ease 0.0s;
}

.safariBrowser #footerLegalLinks {
    transition: all 0.0s;
}

.safariBrowser .navmenu-default {
    transition: all 0.0s !important;
}


/*Left*/
div.push-menu-left {
    left: -300px;
    width: 300px;
}

body.pml-open div.push-menu-left {
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    overflow-y: auto;
}

body.pml-open #sidebar-wrapper {
    right: 0px;
}

body.pml-open #PageWrapper, body.pml-open #footerLegalLinks {
    left: 300px;
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    /*#FS slide changes*/
    /*position: fixed;*/
}

/*Right*/

@media (min-width: 992px) {
    div.push-menu-right {
        width: 300px;
        right: 0px;
    }
}

body.pmr-open div.push-menu-right {
    width: 300px;
    right: 0;
}

body.pmr-open #sidebar-wrapper {
    right: 300px;
}

body.pmr-open #PageWrapper, body.pmr-open #footerLegalLinks {
    left: -300px;
}

.sidebar-nav li.editionOn div.Favorite {
    right: -50px;
}

div.editionActions {
    width: 50px;
    height: 100%;
    left: -60px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.deleteConfirmation, div.cancelConfirmation {
    position: absolute;
    width: 70px;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.deleteConfirmation {
    left: -210px;
    background-color: red;
    color: white;
}

div.cancelConfirmation {
    left: -280px;
    background: #ebebeb;
    color: #6D6E70;
}

div.editionActions span:first-child {
    padding-top: 20px;
}

div.editionActions span {
    font-size: 20px;
    padding-top: 15px;
    float: right;
    padding-right: 10px;
}

.sidebar-nav li.editionOn div.editionActions {
    left: -10px;
}

.sidebar-nav li.editionOn div.deleteConfirmation {
    left: -80px;
}

.sidebar-nav li.editionOn div.cancelConfirmation {
    left: -150px;
}

div.mainContainerEditionMode.confirmDeleteOn div.editionActions {
    left: 130px;
}

div.mainContainerEditionMode.confirmDeleteOn div.deleteConfirmation {
    left: 60px;
}

div.mainContainerEditionMode.confirmDeleteOn div.cancelConfirmation {
    left: -10px;
    font-size: 0.8em;
}

div.mainContainerEditionMode.confirmDeleteOn div.Favorite {
    right: -190px;
}

.mainContainerEditionMode {
    height: 100%;
    display: inline-block;
    position: relative;
    width: 298px;
}

div.editionActions img.favImage {
    height: 32%;
    width: 55%;
    margin-top: 32px;
    margin-left: 10px;
}

img.imgAction, img.delete, img.edit, img.imgLink {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

div.editionActions img.delete, div.editionActions img.edit {
    position: absolute;
    margin-left: 20px;
}

div.editionActions img.edit {
    margin-top: 20px;
}

div.editionActions img.delete {
    margin-top: 55px;
}

.deleteConfirmation {
    font-size: 0.8em;
    text-align: center;
}

    .deleteConfirmation p, .cancelConfirmation p {
        text-align: center;
        line-height: 99px;
    }

@media (max-width: 450px) {
    #switchSearch {
        display: none;
    }
}

@media (min-width: 451px) {
    /*Account Details*/
    #mainContainer #accountDetailsContainerTable table tr td:nth-child(4) {
        display: none;
    }
}

/*Mobile table rules*/
@media (max-width: 450px) {
    /*Balance and Transactions*/
    #mainContainer balanceTransactionContainerTable table tr {
        height: 50px;
    }


    #questionLabel {
        margin-left: 50%;
    }

    #questionPeriodLabel {
        margin-left: 50%;
    }

    #mainContainer table tr td.toHide {
        display: none;
    }


    #mainContainer #balanceTransactionContainerTable p {
        margin: 0 0 2px;
    }

    #mainContainer #balanceTransactionContainerTable tbody td {
        vertical-align: middle;
    }

    /*Constituir deposito*/
    /*#mainContainer #ApplicationListContainerTable table tr td.toHide{
        display:none;
    }*/

    /*Account Details*/
    #mainContainer #accountDetailsContainerTable table tr td:nth-child(1),
    #mainContainer #accountDetailsContainerTable table tr td:nth-child(2),
    #mainContainer #accountDetailsContainerTable table tr td:nth-child(3) {
        display: none;
    }

    /*My Accounts*/
    #mainContainer #myAccountsContainerTable table tr td:nth-child(1),
    #mainContainer #myAccountsContainerTable table tr td:nth-child(2),
    #mainContainer #myAccountsContainerTable table tr td:nth-child(3),
    #mainContainer #myAccountsContainerTable table tr td:nth-child(4) {
        display: none;
    }

    /*Depositos em carteira*/
    #myApplicationsContainerTable table tr td:nth-child(2),
    /*#myApplicationsContainerTable table tr td:nth-child(3),*/
    #myApplicationsContainerTable table tr td:nth-child(4),
    #myApplicationsContainerTable table tr td:nth-child(5) {
        display: none;
    }

    /*Tarefas favoritas*/
    /*#FavoritesContainerTable table tr td:nth-child(5),*/ #FavoritesContainerTable table tr td:nth-child(3), #FavoritesContainerTable table tr td:nth-child(4), #FavoritesContainerTable table tr td:nth-child(6) {
        display: none;
    }

    #FavoritesContainerTable td .favImage {
        width: 25px;
        height: 25px;
    }

    .useFav {
        float: right;
    }
}

@media (max-width: 750px) {
    #mainContainer {
        display: inline-block;
    }
}

@media (min-width: 450px) {
    /*Balance and Transactions*/
    #mainContainer #balanceTransactionContainerTable table tr td:nth-child(1), /*#mainContainer #balanceTransactionContainerTable table tr td:nth-child(7),*/ #mainContainer #balanceTransactionContainerTable table tr td:last-child {
        display: none;
    }

    /*Account Details*/
    #mainContainer #accountDetailsContainerTable table tr td:nth-child(6) {
        display: none;
    }

    /*My Accounts*/
    #mainContainer #myAccountsContainerTable table tr td:nth-child(5) {
        display: none;
    }

    .useFav {
        float: none;
    }
}



.paymentPeriod {
    max-width: 323px;
}

/*Account Details*/
div#accountDetailsContainerTable {
    padding-bottom: 20px;
}

#mainContainer h1.accountDetailsSecTitle {
    padding-top: 26px;
}

@media (max-width: 1080px) {
    #PageWrapper #mainContainer ul.steps {
        font-size: 10px;
    }
}


@media (max-width:973px) {
    .paymentPeriod {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .phoneAreaCode {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}




@media (max-width: 992px) {
    #mainContainer h1.accountDetailsSecTitle {
        padding-top: 10px;
        padding-bottom: 2px;
    }

    #shadowEffect {
        max-width: 260px;
    }

    #mainContainer #TransactionSearchFilters, #mainContainer .descriptionRow.searchRows, div.container a#PrinterLink, div.container a#ExcelLink, div.container a#PDFLink, div.container a#ExcelLink, #transactionSearchType {
        display: none !important;
    }

    .datesRow {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    div.transferBegin #btnTransferFavorite.showFavorite {
        width: 200%;
        left: 0;
    }

    #btnTransferFavorite.buttonWhite {
        transition: inherit;
    }

    div.buttonHolder:first-child {
        z-index: 10;
    }

    div#PageWrapper div.specialAmmountTransfer .text {
        width: 100%;
    }

    div#PageWrapper div.specialAmmountTransfer div.col-md-5 {
        max-width: 323px;
        width: 83%;
        margin-right: 0px;
        float: left;
    }

    div#PageWrapper div.specialAmmountTransfer div.col-md-3 {
        width: 5%;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
        float: left;
    }

    #mainContainer.operationPage .attributeHolder #imgQuestionMark, .attributeHolder #imgQuestionMark {
        top: 7px;
        left: 83px;
    }



    #NotificationEmailCheck, #AcceptedTerms {
        float: left;
        position: absolute;
        left: 15px;
    }

    .text.ForAcceptedTerms {
        padding-left: 20px;
    }

    #transferNotification label.text:first-of-type {
        padding-left: 18px;
    }

    #PageWrapper #mainContainer .userDetails .titles {
        padding-top: 0px;
    }

    #mainContainer .userDetails .settingRight {
        float: left;
        margin-top: -8px;
    }

    .switchery-small {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    #mainContainer.operationPage .FavoritesBox #uploadImage {
        float: right;
    }

    #mainContainer.operationPage .FavoritesBox #favImage {
        right: 60px;
    }

    input#operationDate.unstyled {
        float: right;
    }

    .modal-footer .buttonWhite {
        margin-bottom: 5px;
    }

    div#mainContainer .transferBegin .buttonHolder .buttonWhite:first-child {
        padding-right: 0px;
        padding-left: 0px;
    }
}

#accountHoldersContainerTable table, #accountDetailsContainerTable table {
    border-top: 1px solid #A7A9AB;
}

#accountDetailsContainerTable input#editAccountName {
    margin-bottom: 0px;
    opacity: 0;
    transition: opacity .20s linear;
    -moz-transition: opacity .20s ease-in-out;
    -webkit-transition: opacity .20s linear;
    text-align: right;
    position: relative;
    left: 2px;
    height: 28px;
    top: -1px;
}

    #accountDetailsContainerTable input#editAccountName.editOn {
        opacity: 1;
    }

#accountDetailsContainerTable #staticAccountName {
    position: absolute;
    right: 5px;
    top: 11px;
    opacity: 1;
    transition: opacity .20s linear;
    -moz-transition: opacity .20s ease-in-out;
    -webkit-transition: opacity .20s linear;
}

    #accountDetailsContainerTable #staticAccountName.editOn {
        opacity: 0;
    }

/*Edit Profile*/


/*Modal Pic Chooser*/
#picChooser {
    width: 100%;
    height: 90px;
}

#picUploadChooser {
    visibility: hidden;
    position: absolute;
}

.virtualButton {
    width: 100%;
    height: 100%;
    position: absolute;
}

#uploadPic, #takePic {
    float: left;
    width: 50%;
    height: 100%;
    border-bottom: 1px solid #A7A9AB;
    cursor: pointer;
    position: relative;
}

#uploadPic {
    border-right: 1px solid #A7A9AB;
}

    #uploadPic p, #takePic p, #uploadPic img, #takePic img {
        position: absolute;
    }

    #uploadPic p, #takePic p {
        line-height: 90px;
        padding-left: 35%;
    }

    #uploadPic:hover, #takePic:hover {
        background-color: #ebebeb;
    }

@media (min-width: 992px) {
    .modal {
        padding-right: 315px;
    }
}

/*Cropit*/
.cropit-image-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
    cursor: move;
    -moz-border-radius: 250px/250px;
    -webkit-border-radius: 250px 250px;
    border-radius: 250px/250px;
    margin: 0 auto;
}

.cropit-image-background {
    opacity: .2;
    cursor: auto;
}

.image-size-label {
    margin-top: 10px;
}

.small-image {
    font-size: 1.3em;
}

.large-image {
    font-size: 22px;
}

.slider-wrapper {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}

div#image-cropper .cropit-image-preview-container {
    left: 50px;
}

input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
    width: 300px;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: grey;
        margin-top: -4px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: grey;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 300px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: grey;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

div.slider-wrapper input[type="range"] {
    width: 130px;
    display: inline-block;
    border: 0 !important;
}

.cropit-image-zoom-input {
    margin: 0 20px;
    position: relative;
}

.splash .slider-wrapper * {
    vertical-align: middle;
}

.icon-image:before {
    content: "\e600";
}

/*Buttons*/
.buttonWhite {
    background: #ebebeb;
    float: left;
    color: #0099B4;
}

    .buttonWhite.split {
        width: 49%;
    }

.buttonBlue {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#34BFC5', EndColorStr='#0099B4')";
    background: -webkit-linear-gradient(#34BFC5, #0099B4);
    background: -o-linear-gradient(#34BFC5, #0099B4);
    background: -moz-linear-gradient(#34BFC5, #0099B4);
    background: linear-gradient(#34BFC5, #0099B4);*/
    background: #3fa8c3;
    float: right;
    color: #FFF;
}

.buttonWhite:hover {
    background: #DBDCDE;
}

.disabledBack {
    background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f5, #ebebeb) !important; /* Standard syntax */
    cursor: default !important;
}

    .disabledBack:hover {
        background: -webkit-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#f5f5f5, #ebebeb) !important; /* For Firefox 3.6 to 15 */
        background: linear-gradient(#f5f5f5, #ebebeb) !important; /* Standard syntax */
        cursor: default !important;
    }

    .disabledBack a:hover {
        color: #6D6E70 !important;
    }

    .disabledBack a {
        color: #6D6E70 !important;
    }

.buttonBlue, .buttonWhite, .buttonRed, .buttonGreen, .buttonBlue2 {
    font-size: 0.8em;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
}

    .buttonBlue:hover {
        /*background: -webkit-linear-gradient(#249AB9, #248DB9); /* For Safari 5.1 to 6.0 */
        /*background: -o-linear-gradient(#249AB9, #248DB9); /* For Opera 11.1 to 12.0 */
        /*background: -moz-linear-gradient(#249AB9, #248DB9); /* For Firefox 3.6 to 15 */
        /*background: linear-gradient(#249AB9, #248DB9); /* Standard syntax */
        background: #248DB9;
    }

.buttonBlue2 {
    border: 1px solid #009DB5;
    box-sizing: border-box;
    color: #009DB5;
    background: white
}

    .buttonBlue2:hover {
        border: 1px solid #248DB9;
        color: #248DB9;
    }

.modal-content {
    /*max-width: 400px;*/
    margin: 0 auto;
}

.modal-title {
    font-weight: 400;
}

#footerLegalLinks {
    bottom: 0px;
    position: fixed;
    padding-left: 20px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-bottom: 10px;
    background: white;
    z-index: 10;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #footerLegalLinks div {
        display: inline-block;
        color: #0099B4;
        text-decoration: none;
        font-size: 0.95em;
        padding-top: 5px;
    }

    #footerLegalLinks div {
        cursor: pointer;
    }

div.moreInfoHelpV2 {
    display: none;
    text-align: left;
    position: relative;
    z-index: 10;
    color: #6D6E70;
    background-color: #fff;
    padding: 15px 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-bottom: 10px;
    position: absolute;
    width: 300px;
}

div.moreInfoHelp, div.defaultAccountEmailHelp {
    display: none;
    text-align: left;
    position: relative;
    z-index: 10;
    color: #6D6E70;
    background-color: #fff;
    padding: 15px 12px;
    margin-top: -10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin-bottom: 10px;
}

div.defaultAccountEmailHelp {
    width: 320px;
    position: absolute;
}

#footerLegalLinks > div:hover div.moreInfoHelp, #footerLegalLinks > div div.moreInfoHelp:hover {
    display: initial;
    margin-left: 10px;
    position: absolute;
    width: 335px;
    top: -42px;
    left: -4px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 0.95em;
}


#footerLegalLinks div div.moreInfoHelp {
    color: #6D6E70;
    display: none;
}

div:hover div.moreInfoHelp {
    display: initial;
}

#footerLegalLinks a {
    padding-right: 17px;
    font-size: 0.95em;
    color: #0099B4;
    cursor: pointer;
    text-decoration: none;
}

/* Loading Page */
#divLoading, #divModalLoading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../content/images/loader.gif) 50% 50% no-repeat;
}

.pml-open #divLoading, .pml-open #divModalLoading {
    left: 300px;
}

#divModalLoading {
    position: absolute;
}

.favoriteAccountStar {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url(../content/images/favorite_account-30.svg);
}

div.favStar {
    cursor: default;
    background-image: url(../content/images/favorite_account-32.svg);
}

#GeneralAccountInfo div p:first-child, #PortfolioHeader div p:first-child {
    margin: 0 0 0px;
}

#GeneralAccountInfo, #PortfolioHeader {
    padding-top: 10px;
}

    #GeneralAccountInfo .balanceName, #PortfolioHeader .balanceName {
        float: left;
    }

    #GeneralAccountInfo .balanceInfo, #PortfolioHeader .balanceInfo {
        text-align: right;
        float: right;
    }

#arrowPaginationHolder {
    float: right;
}

/*Settings*/

#mainContainer .settingRow .titles h1 {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #6D6E70;
}

#mainContainer .settingRow {
    min-height: 50px;
    border-bottom: dotted 1px #d9d9d9;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #mainContainer .settingRow.defaultLanguage {
        border-bottom: none;
    }

#mainContainer div.defaultAccount, #mainContainer div.defaultCurrency {
    height: 50px;
}

#mainContainer div.defaultAccount, #mainContainer div.defaultLanguage {
    height: 50px;
}

#mainContainer .settingRow.showEdition {
    height: 124px;
    overflow: inherit;
}

    #mainContainer .settingRow.showEdition .content {
        opacity: 1;
    }

    #mainContainer .settingRow.showEdition.defaultPassword, #mainContainer .settingRow.showEdition.defaultConfirmation, #mainContainer .settingRow.showEdition.defaultPicture {
        height: 345px;
    }

    #mainContainer .settingRow.showEdition.userDetails {
        height: 275px;
    }

#mainContainer .settingRow .titles {
    padding-top: 9px;
}

#mainContainer .defaultAccountEmail .titles h1 img {
    margin-left: 5px;
    margin-top: -3px;
    cursor: pointer;
}

#mainContainer .settingRow .content {
    /*padding-top: 25px;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.settingRow .content {
    display: inline-block;
    width: 100%;
}

    .settingRow .content input {
        float: left;
    }

.settingRow .switchery {
    margin-top: -30px;
    float: right;
}

#mainContainer .row .settingRow .content .chosen-container {
    float: right;
    margin-bottom: 0px;
}

#mainContainer .settingRow .submitBtn {
    width: 32px;
    float: right;
    margin-bottom: 0px;
}

.submitBtn {
    background: url(../content/images/go_off_box.png) no-repeat;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 0px !important;
    border-top: 0px !important;
}

    .submitBtn:hover {
        background: url(../content/images/go_on_box.png) no-repeat;
    }

.blueText {
    color: #0099B4;
}

.settingRow .buttonWhite {
    width: 120px;
    float: right;
    margin-top: -34px;
}

#mainContainer .settingRow .content .col-md-5 {
    padding-right: 15px;
}

#mainContainer .settingRow .content .col-md-7 {
    padding-right: 0px;
}

#mainContainer .settingRow .content .col-md-5, #mainContainer .settingRow .content .col-md-7 {
    padding-left: 0px;
}

#mainContainer .settingRow.defaultAccount .text, #mainContainer .settingRow.defaultCurrency .text {
    float: left;
}

#mainContainer .settingRow.defaultAccount .text, #mainContainer .settingRow.defaultLanguage .text {
    float: left;
}

#mainContainer .settingRow .text, #mainContainer.operationPage form .text {
    float: right;
}

/*#mainContainer.operationPage .box .row {
    margin-bottom: 20px;
}*/

#mainContainer .settingRow input {
    width: 70%;
}

@media (max-width: 992px) and (min-width:650px) {
    #mainContainer .settingRow .text, #mainContainer.operationPage form .text {
        float: left;
    }

    #mainContainer .settingRow input, #mainContainer.operationPage form input {
        float: right;
    }

    #mainContainer .settingRow .content form > div, #mainContainer .settingRow .content > div, #mainContainer.operationPage form .box > div {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width:650px) {
    #mainContainer .settingRow .text, #mainContainer .settingRow input, #mainContainer.operationPage form .text, #mainContainer.operationPage form input {
        float: left;
    }

    #mainContainer .settingRow input, #mainContainer.operationPage form input {
        width: 100%;
    }
}

.settingRight {
    float: right;
    margin-top: -26px;
}

#exportBtnHolder img {
    width: 30px;
    cursor: pointer;
}

#exportBtnHolder {
    float: left;
    margin-top: -4px;
}

a#ExcelLink {
    background: url(../content/images/export-41.svg) no-repeat;
    margin-left: 5px;
}

a#PrinterLink, a#PrinterLink2 {
    background: url(../content/images/export-38.svg) no-repeat;
}

a#PDFLink {
    background: url(../content/images/export-44.svg) no-repeat;
    margin-left: 5px;
}

a#PrinterLink, a#ExcelLink, a#PDFLink {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -5px;
    float: left;
    cursor: pointer;
}

a#PrinterLink2 {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -5px;
    float: right;
    cursor: pointer;
}

a#invoiceLink {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -5px;
    float: right;
    cursor: pointer;
    background: url(../content/images/invoice_icon-03.svg) no-repeat;
}

a#PDFLink2 {
    background: url(../content/images/export-44.svg) no-repeat;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: -5px;
    float: right;
    cursor: pointer;
}

/*Deposits*/

table#DepositsTable tr:hover {
    background-color: #F4FAFC;
}

#mainContainer table#DepositsTable {
    margin-top: 10px;
}

div#mainContainer .buttonWhite:first-child {
    margin-right: 1%;
}

.loginWrapper div#mainContainer .buttonWhite {
    width: 100%;
    float: initial;
}

    .loginWrapper div#mainContainer .buttonWhite:first-child {
        margin-right: 0;
    }

div#mainContainer .buttonBlue, .modal-footer .buttonBlue, .modal-footer .buttonWhite {
    border: 0 !important;
}

#mainContainer ul.steps {
    padding: 32px 0 0 0;
    float: right;
    margin: 0;
    font-size: 0.95em;
}


    #mainContainer ul.steps li {
        float: left;
        margin: 0 8px 0 16px;
        padding: 0;
    }

        #mainContainer ul.steps li:first-child {
            list-style-type: none;
        }

        #mainContainer ul.steps li:last-child {
            margin-right: 0px;
        }

.box {
    border: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    /*padding-bottom: 15px;*/
    margin-bottom: 20px;
}

    .box.alone {
        padding-top: 20px;
    }

#transferNotification.box.alone {
    padding-top: 0px;
    padding-bottom: 20px;
}

#mainContainer .box h1 {
    padding: 0;
    font-size: 1em;
    padding-left: 15px;
    margin-bottom: 20px;
}

#mainContainer .TransferBox h1 {
    margin-bottom: 5px;
}

#mainContainer.operationPage span.field-validation-error, #mainContainer span.field-validation-error {
    float: left;
    color: red;
    font-size: 0.8em;
}

#mainContainer.operationPage span.field-validation-success, #mainContainer span.field-validation-success {
    float: left;
    color: green;
    font-size: 0.8em;
}

#mainContainer.operationPage form .smstext {
    font-size: 0.8em;
    padding: 10px 15px 15px 15px;
}

#mainContainer.operationPage #imgQuestionMark, .attributeHolder #imgQuestionMark {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
    z-index: 1000;
    width: 15px;
}

#mainContainer.operationPage #imgQuestionMarkV2, .attributeHolder #imgQuestionMarkV2 {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
    z-index: 1000;
    width: 15px;
}

#mainContainer #imgQuestionMark {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
}


#mainContainer #imgQuestionMarkV2 {
    position: absolute;
    top: 5px;
    right: -5px;
    cursor: pointer;
}

#mainContainer.operationPage .smscode {
    margin-right: 5px;
}

#mainContainer.operationPage form input {
    margin-bottom: 0px;
}


/*#mainContainer.operationPage .col-md-7{
    margin-bottom:20px;
}*/

#successOperation {
    height: 300px;
    line-height: 300px;
}

#mainContainer .box #successOperation p {
    padding-left: 30px;
}

.slider-wrapper .glyphicon {
    top: -5px;
}

.slider-wrapper .small-image {
    top: -7px;
}

#image-cropper .form-control {
    cursor: default;
}

#image-cropper div.bootstrap-filestyle.input-group label {
    color: #6D6E70;
    font-size: 0.95em;
}

#transactionSearch {
    height: 35px;
    width: 100%;
    background: linear-gradient(#0099B4, #34BFC5);
    color: white;
    position: relative;
}

    #transactionSearch p {
        float: left;
        position: absolute;
        top: 6px;
        left: 5px;
        margin-top: 4px;
    }

    #transactionSearch img {
        height: 24px;
        position: absolute;
        top: 3px;
        right: 6px;
    }

    #transactionSearch #searchClosed img {
        margin-top: 3px;
    }

#balanceTransactionContainerTable table {
    margin-top: 0px;
}

#searchClosed {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#balanceTransactionContainerTable .row input, #balanceTransactionContainerTable .row .chosen-container {
    margin-bottom: 0px;
    /*background: white;*/
    /*margin-top: 6px;*/
}

#searchTransactionByRules {
    width: 100%;
    margin-top: 6px;
}

#balanceTransactionContainerTable #transactionSearch .imgAction {
    height: 29px;
}

#balanceTransactionContainerTable div.text.small {
    margin-top: 3px;
    width: 100%;
}

#balanceTransactionContainerTable #transactionSearch .col-md-3, #balanceTransactionContainerTable #transactionSearch .col-md-2, #balanceTransactionContainerTable #transactionSearch .col-md-1 {
    padding-right: 0;
}

#balanceTransactionContainerTable #transactionSearch .col-md-3 {
    padding-left: 6px;
}

#oldpasswd, #newpasswd, #passwd {
    position: absolute;
    top: 0;
    padding-top: 5px;
    cursor: pointer;
    right: 25px;
}

.contentContainerTable {
    height: 18px;
    overflow: hidden;
}

#balanceTransactionContainerTable .contentContainerTable {
    color: #0099B4;
}

    #balanceTransactionContainerTable .contentContainerTable:hover {
        color: #337ab7;
    }

.unstyled::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

.dateclass.placeholderclass::before {
    width: 100%;
    content: attr(placeholder);
}

#TransactionTable table td .contentContainerTable {
    cursor: pointer;
}

.contentContainerTable {
    cursor: pointer;
}

#transactionDetail .col-md-12 {
    padding: 9px 0px;
    background: url(../content/images/dot_pixel.png) repeat-x;
    background-position: bottom;
}

#mainContainer .row #transactionDetail.box .col-md-8 {
    margin-bottom: 0px;
}

#transactionDetail .col-md-12:first-child {
    padding-top: 0px;
    padding-bottom: 1px;
}

#transactionDetail.box {
    padding: 30px;
}

.smallButton {
    width: 180px;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    position: relative;
    color: white;
    font-weight: 400;
}

#cssmenu {
    width: 100%;
}

    #cssmenu > ul > li:first-child {
        border-top: 1px solid #cccccc;
    }

    #cssmenu > ul > li > a {
        padding-right: 40px;
        display: block;
        color: #ffffff;
        border-bottom: 1px solid #cccccc;
        position: relative;
    }

        #cssmenu > ul > li > a > span {
            padding: 12px;
            display: block;
            font-size: 0.95em;
        }

        #cssmenu > ul > li > a:hover {
            text-decoration: none;
        }

    #cssmenu > ul > li.active {
        border-bottom: none;
    }

        #cssmenu > ul > li.active > a {
            color: #CCC;
        }

    #cssmenu ul ul {
        display: none;
    }

        #cssmenu ul ul li {
            border-bottom: 1px solid #cccccc;
            border-top: 0;
            background: #808284;
        }

        #cssmenu ul ul a {
            padding: 10px;
            display: block;
            font-size: 0.95em;
        }

            #cssmenu ul ul a:hover {
                color: #CCC;
            }

    #cssmenu span.glyphicon {
        position: absolute;
        top: 13px;
        right: 15px;
        padding: 0;
        margin: 0;
        background: none;
    }

    #cssmenu li.active.father > a > span.glyphicon {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    #cssmenu a:hover {
        color: #CCC;
    }

#mainContainer .box .text {
    float: right;
    padding-top: 7px;
    font-weight: 500;
}

#mainContainer .small.text {
    float: left !important;
    padding-top: 0px;
    font-weight: 400;
}

#mainContainer .box p {
    padding: 0px;
}

#mainContainer input[type='checkbox'] {
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    z-index: 10;
}

#mainContainer #myOperationsContainerTable input[type='checkbox'] {
    margin: 0;
}

input[type="text"]:disabled, input:not([type]):disabled, input[readonly="readonly"] {
    background-color: #f5f5f5;
}

/*#DebitInfo{
    padding-top: 20px;
}*/

#TransferSelection {
    padding-top: 20px;
    display: inline-block;
    margin-left: 75px;
}

#mainContainer #TransferSelection p {
    margin-bottom: 5px;
}

#TransferSelection ul {
    list-style-type: none;
    padding: 0 0 0 0px;
}

    #TransferSelection ul li {
        padding: 3px 0px;
    }

#TransferSelection .glyphicon {
    color: #0099b5;
}

#TransferSelection a {
    padding-left: 10px;
}

.transferBegin .buttonBlue, .transferBegin .buttonWhite, .transferBegin .buttonBlue2 {
    border-radius: 0px;
    border: 0px !important;
    width: 52px;
    padding: 0px 0px;
    height: 30px;
}

.transferBegin .buttonWhite {
    background: #9A9B9F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*#btnTransferFavorite > div:hover{
    background: #808284;
}*/

#mainContainer .transferBegin input.buttonBlue {
    /*background-color: #0099B4;*/
    background-color: #3fa8c3;
    margin-bottom: 5px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url('../Content/Images/go_white-64.svg'), -webkit-linear-gradient(top, #34BFC5, #0099B4); /* Chrome 10+, Saf5.1+ */
    /*background-image: url('../Content/Images/go_white-64.svg'), -moz-linear-gradient(top, #34BFC5, #0099B4); /* FF3.6+ */
    /*background-image: url('../Content/Images/go_white-64.svg'), -o-linear-gradient(top, #34BFC5, #0099B4); /* Opera 11.10+ */
    /*background-image: url('../Content/Images/go_white-64.svg'), linear-gradient(to bottom, #34BFC5, #0099B4); /* W3C */
    background-image: url('../Content/Images/go_white-64.svg'); /* Chrome 10+, Saf5.1+ */
    background-image: url('../Content/Images/go_white-64.svg'); /* FF3.6+ */
    background-image: url('../Content/Images/go_white-64.svg'); /* Opera 11.10+ */
    background-image: url('../Content/Images/go_white-64.svg'); /* W3C */
}

    #mainContainer .transferBegin input.buttonBlue:hover {
        background-color: #248DB9;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../Content/Images/go_white-64.svg'); /* Chrome 10+, Saf5.1+ */
        background-image: url('../Content/Images/go_white-64.svg'); /* FF3.6+ */
        background-image: url('../Content/Images/go_white-64.svg'); /* Opera 11.10+ */
        background-image: url('../Content/Images/go_white-64.svg'); /* W3C */
    }



#mainContainer #answersBox input.buttonBlue {
    margin-bottom: 5px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../Content/Images/go_white-64.svg'), -webkit-linear-gradient(top, #34BFC5, #3fa8c3); /* Chrome 10+, Saf5.1+ */
    background-image: url('../Content/Images/go_white-64.svg'), -moz-linear-gradient(top, #34BFC5, #3fa8c3); /* FF3.6+ */
    background-image: url('../Content/Images/go_white-64.svg'), -o-linear-gradient(top, #34BFC5, #3fa8c3); /* Opera 11.10+ */
    background-image: url('../Content/Images/go_white-64.svg'), linear-gradient(to bottom, #34BFC5, #3fa8c3); /* W3C */
}

    #mainContainer #answersBox input.buttonBlue:hover {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../Content/Images/go_white-64.svg'), -webkit-linear-gradient(top, #249AB9, #3fa8c3); /* Chrome 10+, Saf5.1+ */
        background-image: url('../Content/Images/go_white-64.svg'), -moz-linear-gradient(top, #249AB9, #3fa8c3); /* FF3.6+ */
        background-image: url('../Content/Images/go_white-64.svg'), -o-linear-gradient(top, #249AB9, #3fa8c3); /* Opera 11.10+ */
        background-image: url('../Content/Images/go_white-64.svg'), linear-gradient(to bottom, #249AB9, #3fa8c3); /* W3C */
    }

div#mainContainer .buttonBlue.small {
    width: 52px;
}

#changeProfileBtn {
    color: #0099b5;
}

    #changeProfileBtn:hover {
        color: #1C80BB;
    }

#btnTransferFavorite img {
    width: 100%;
    height: 28px;
    padding-top: 1px;
}

#btnTransferFavorite.showFavorite img {
    width: 52px;
    height: 28px;
    padding-top: 1px;
}

/*@media (min-width: 992px) {
    .col-md-2{
        padding-left: 0px;
        padding-right: 10px;
    }
}*/

/*#mainContainer.operationPage #ConfirmationKeyHolder  {
    width:100%;
    margin-bottom: 60px;
}*/

#mainContainer.operationPage #ConfirmationKeyHolder input,
#mainContainerPartial.operationPage #ConfirmationKeyHolder input {
    width: 28%;
    margin-right: 8%;
    float: left;
    text-align: center;
}

    #mainContainer.operationPage #ConfirmationKeyHolder input:last-of-type,
    #mainContainerPartial.operationPage #ConfirmationKeyHolder input:last-of-type {
        margin-right: 0px;
        float: right;
    }


#mainContainer.operationPage #ConfirmationKeyHolder div.confkeyholder,
#mainContainerPartial.operationPage #ConfirmationKeyHolder div.confkeyholder {
    width: 30%;
    float: left;
    margin-right: 5%;
}

    #mainContainer.operationPage #ConfirmationKeyHolder div.confkeyholder input,
    #mainContainerPartial.operationPage #ConfirmationKeyHolder div.confkeyholder input {
        width: 80%;
        float: left;
        margin-left: 5%;
    }

    #mainContainer.operationPage #ConfirmationKeyHolder div.confkeyholder.last,
    #mainContainerPartial.operationPage #ConfirmationKeyHolder div.confkeyholder.last {
        margin-right: 0px;
    }

    #mainContainer.operationPage #ConfirmationKeyHolder div.confkeyholder div,
    #mainContainerPartial.operationPage #ConfirmationKeyHolder div.confkeyholder div {
        float: left;
        padding-top: 7px;
        width: 15%;
    }

div.operationBase {
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
}

.oprationBaseExchange {
    line-height: 20px !important;
    padding-top: 8px;
}

@media (max-width: 640px) {
    .oprationBaseExchange {
        height: 90px !important;
    }
}

@media (max-width: 350px) {
    .oprationBaseExchange {
        height: 110px !important;
    }
}

div.operationBase.success.box {
    color: green;
    border: 1px solid green;
    display: inline-table;
    line-height: 15px;
}

div.operationBase.pending.box {
    color: #ffdb38;
    border: 1px solid #ffdb38;
}

div.operationBase.error.box {
    color: red;
    border: 1px solid red;
    display: inline-table;
    line-height: 15px;
}

div.operationBase.info.box {
    border: 1px solid #0099B4;
    color: #0099B4;
    line-height: 15px;
    display: inline-table;
}





#mainContainer div.operationBase.error.box p, #mainContainer div.operationBase.success.box p, #mainContainer div.operationBase.info.box p {
    margin: 0 0 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.noDataBox {
    line-height: 20px;
    padding: 25px 15px;
}

    div.noDataBox p {
        margin-bottom: 0px;
    }

.arrowtransferselection {
    background: url(../content/images/arrow-69.svg) no-repeat 50%;
    padding: 5px;
}

.attributeHolder .switchery {
    float: right;
}

.TransferForm #mainContainer #transferDetail .scheduleTransferAttribute {
    display: none;
}

.TransferForm #mainContainer #transferDetail.showSchedule .scheduleTransferAttribute {
    display: inline-block;
}

.attributeHolder span.arrowtransferselection {
    margin-right: 5px;
}

.attributeHolder a {
    cursor: pointer;
}

.applicationHolder {
    padding-top: 7px;
}

/*Caso seja um device muito pequeno*/
@media (max-width: 300px) {
    #mainContainer #BalanceTable #GeneralAccountInfo .balanceInfo, #mainContainer #PortfolioTable #PortfolioHeader .balanceInfo, #mainContainer #ConfirmingInfo {
        float: left;
        margin-top: 5px;
        padding-left: 15px;
    }

    #balanceTransactionContainerTable #GeneralAccountInfo {
        display: table-caption;
    }
}

@media (max-width: 992px) {

    #mainContainer .box .text {
        float: left;
    }


    .navbar-toggle .icon-text {
        display: none;
    }

    ul.steps {
        display: none;
    }

    div#mainContainer.operationPage .buttonWhite {
        margin-bottom: 5px;
    }

        div#mainContainer.operationPage .buttonWhite:last-child {
            width: 50%;
        }

    div.transferBegin #targetAccount, div.transferBegin #btnTransferFavorite, div.transferBegin input.buttonBlue {
        margin-bottom: 5px !important;
    }

    #answerBox {
        margin-bottom: 5px !important;
    }

    #mainContainer div.transferBegin .box .text, #mainContainer.operationPage .text, #mainContainer .attributeHolder .text, #mainContainer .FavoritesBox .small.text.floatright {
        float: left;
    }

    .savinsgAccountBalance {
        display: block;
    }

    /*#mainContainer .FavoritesBox .attributeHolder {
        
    }*/

    #GeneralAccountInfo div:nth-child(2), #GeneralAccountInfo div:nth-child(4) {
        display: none;
    }

    #BalanceTable #GeneralAccountInfo .balanceInfo, #PortfolioTable #PortfolioHeader .balanceInfo {
        padding-left: 0px;
    }



    #BalanceTable #GeneralAccountInfo .balanceName, #PortfolioTable #PortfolioHeader .balanceName {
        padding-right: 0px;
    }

    #balanceTransactionContainerTable #GeneralAccountInfo {
        padding-bottom: 10px;
    }

    #ConfirmingInfo div:nth-child(3), #ConfirmingInfo div:nth-child(4) {
        display: none;
    }

    #BalanceTable #ConfirmingInfo .balanceInfo, #PortfolioTable #PortfolioHeader .balanceInfo {
        padding-left: 0px;
    }

    #BalanceTable #ConfirmingInfo .balanceName, #PortfolioTable #PortfolioHeader .balanceName {
        padding-right: 0px;
    }

    #balanceTransactionContainerTable #ConfirmingInfo {
        padding-bottom: 10px;
    }


    #mainContainer .row #transactionDetail.box .right {
        text-align: left;
    }

    #mainContainer .transferBegin div.col-md-2 {
        width: 100%;
    }

    div.transferBegin #btnTransferFavorite {
        right: 0px;
    }

    #mainContainer #oldpasswd, #mainContainer #newpasswd, #mainContainer #passwd {
        top: 24px;
    }

    #mainContainer .smscode.token {
        display: none;
    }

    #TransferSelection {
        margin-left: 15px;
    }

    div#mainContainer .transferBegin #btnTransferFavorite.buttonWhite.showFavorite {
        padding-right: 0px;
        padding-left: 0px;
    }
}

#mainContainer .transferBegin .buttonHolder #btnTransferFavorite.showFavorite > div {
    display: none;
}

#mainContainer .transferBegin div.col-md-2 {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

/*#mainContainer .transferBegin div.col-md-6{
    padding-right:0px;
}*/

#mainContainer .transferBegin .buttonHolder {
    width: 50%;
    position: relative;
}

    #mainContainer .transferBegin .buttonHolder:first-of-type {
        background: none;
    }

    #mainContainer .transferBegin .buttonHolder #btnTransferFavorite > div {
        background: #9A9B9F;
        height: 100%;
        width: 100%;
    }

        #mainContainer .transferBegin .buttonHolder #btnTransferFavorite > div:hover {
            background: #808284;
        }


div#mainContainer .transferBegin .buttonWhite:first-child {
    margin-right: 0px;
    padding-right: 3px;
    padding-left: 2px;
    background: none;
}

#mainContainer .transferBegin .buttonHolder:last-of-type {
    padding-left: 7px;
    float: right;
}

#mainContainer .box .terms .text, #mainContainer .terms input[type='checkbox'] {
    float: left;
}

.green {
    color: green;
}

.red {
    color: red;
}

#mainContainer table tr.bglightgreen {
    background: url(../content/images/dot_pixel.png) repeat-x;
    background-position: bottom;
    background-color: #E8F4ED;
}

#FavoritesContainerTable .favImage {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

#FavoritesContainerTable span.arrowtransferselection {
    margin-right: 5px;
}

.FavoritesBox {
    padding-bottom: 15px;
}

    .FavoritesBox #favImage {
        float: left;
        padding: 17px;
        width: 90px;
        height: 90px;
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        position: absolute;
        top: -40px;
        right: 10px;
    }

#mainContainer .FavoritesBox #uploadImage {
    float: left;
    color: #0099b5;
}

.FavoritesBox #uploadImage:hover {
    color: #1C80BB;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
}

.closeButton {
    display: block;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 27px;
    height: 27px;
    background: url('../Content/Images/close_icon-05.png') no-repeat center center;
    cursor: pointer;
}

.white_content {
    font-size: 0.95em;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 16px;
    z-index: 1002;
}

    .white_content > div {
        padding: 15px;
        background-color: white;
    }

.white_content_show {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fade_show {
    display: block;
}

#mainContainer .box .white_content h1 {
    padding-left: 0px;
    margin-bottom: 0px;
}

.group-span-filestyle .glyphicon {
    padding-right: 5px;
}

.group-span-filestyle .btn {
    padding: 8px 12px;
}

.bootstrap-filestyle .form-control {
    height: 35px;
}

#btnTransferFavorite.showFavorite {
    opacity: 0.9;
    float: right;
    overflow: auto;
    width: 550px;
    height: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #btnTransferFavorite.showFavorite img#starAction, #btnTransferFavorite img#closeAction {
        display: none;
    }


    #btnTransferFavorite.showFavorite img#closeAction {
        display: block;
        float: right;
        right: 0px;
        position: absolute;
        margin-top: 5px;
    }

#btnTransferFavorite {
    color: white;
    position: absolute;
    right: 3px;
    width: 100%;
}

    #transferFavContainer, #btnTransferFavorite.showFavorite:hover {
        background: #9A9B9F;
    }

        #transferFavContainer img, #transferFavContainer .name {
            float: left;
        }

            #transferFavContainer img.favImage {
                width: 40px;
                height: 40px;
                border-radius: 30px;
                -webkit-border-radius: 30px;
            }

        #transferFavContainer .name {
            margin-top: 15px;
            margin-left: 8px;
        }

    #btnTransferFavorite #transferFavContainer {
        list-style: none;
        visibility: hidden;
        opacity: 0;
        /*transition:visibility 0s linear 0.5s,opacity 0.5s linear;*/
    }

    #btnTransferFavorite.showFavorite #transferFavContainer {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    #btnTransferFavorite ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        #btnTransferFavorite ul li {
            width: 100%;
            padding-left: 10px;
            padding-bottom: 4px;
            padding-top: 4px;
        }

            #btnTransferFavorite ul li:hover {
                background: #808284;
            }

#transferFavContainer > li > div {
    display: table;
    margin-bottom: 6px;
    width: 100%;
}

    #transferFavContainer > li > div:last-child {
        margin-bottom: 0px;
    }

.modal-footer .buttonWhite {
    width: 100%;
}

#mainContainer .small.text.floatright {
    float: right;
}

.chosen-disabled {
    background-color: #f5f5f5;
}
/*#transferFavContainer > li > div:first-child {
    margin-top: 6px;
}*/

#filtersContainer {
    width: 100%;
    margin-bottom: 7px;
}

.paginationButton {
    background: -webkit-linear-gradient(#f5f5f5, #ebebeb);
    background: linear-gradient(#f5f5f5, #ebebeb);
    padding: 6px;
    padding-bottom: 3px;
    padding-top: 4px;
    float: left;
    color: #CCC;
}

    .paginationButton.blueText {
        color: #0099B4;
        cursor: pointer;
    }

/*.paginationButton:first-of-type {
    margin-right:2px;
}*/

.paginationNumber {
    float: left;
    margin-top: 4px;
    margin-right: 7px;
}

/*#TransactionSearchFilters > div:first-of-type {
    margin-bottom: 15px;
}*/

#TransactionSearchFilters > div:first-of-type a {
    margin-left: 5px;
}

#TransactionSearchFilters {
    /*margin-bottom: 10px;*/
    display: inline-block;
}

input.buttonBlueAction {
    background-image: url(../content/images/go_icon-66.svg);
}

    input.buttonBlueAction:hover {
        background-image: url(../content/images/go_icon-68.svg);
    }

#logoutContainer {
    position: relative;
}

    #logoutContainer > span {
        position: absolute;
        right: 49px;
        color: white;
        top: -9px;
        cursor: pointer;
        font-weight: 400;
    }

        #logoutContainer > span a {
            color: #FFF;
        }

.linkAddTransfFav {
    padding-bottom: 20px;
}

    .linkAddTransfFav span.arrowtransferselection {
        margin-right: 5px;
    }

#logoutContainer:hover span, #logoutContainer:hover a {
    color: #CCC;
}

/* don't show the x for text inputs */
::-ms-clear {
    width: 0;
    height: 0;
}

/* don't show the eye for password inputs */
::-ms-reveal {
    width: 0;
    height: 0;
}

/*#FS - Firefox only*/
@-moz-document url-prefix() {
    div.editionActions {
        left: -61px;
    }
}

#transactionDetail .disclaimer {
    padding: 0px 15px;
}

#FavoritesContainerTable tr.toDelete td, #myApplicationsContainerTable tr.toDelete td,
#myOperationsContainerTable tr.toDelete td {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: -160px;
    position: relative;
}

#FavoritesContainerTable tr td, #myApplicationsContainerTable tr td,
#myOperationsContainerTable tr td {
    left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /*background-color: white;*/
}

    #FavoritesContainerTable tr td .confirmDelete, #myApplicationsContainerTable tr td .confirmDelete, #myOperationsContainerTable tr td .confirmDelete {
        width: 80px;
        height: 77px;
        background-color: red;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 60px;
        color: white;
    }

    #myOperationsContainerTable tr td .confirmDelete {
        left: 150px;
    }

    #FavoritesContainerTable tr td .cancelDelete, #myApplicationsContainerTable tr td .cancelDelete, #myOperationsContainerTable tr td .cancelDelete {
        background: #ebebeb;
        color: #6D6E70;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 140px;
        width: 80px;
    }

    #myOperationsContainerTable tr td .cancelDelete {
        left: 228px;
    }

    #FavoritesContainerTable tr td .confirmDelete, #FavoritesContainerTable tr td .cancelDelete {
        height: 77px;
    }

    #myApplicationsContainerTable tr td .confirmDelete, #myApplicationsContainerTable tr td .cancelDelete, #myOperationsContainerTable tr td .confirmDelete, #myOperationsContainerTable tr td .cancelDelete {
        height: 34px;
    }

        #FavoritesContainerTable tr td .confirmDelete p, #myApplicationsContainerTable tr td .confirmDelete p, #FavoritesContainerTable tr td .cancelDelete p, #myApplicationsContainerTable tr td .cancelDelete p, #myOperationsContainerTable tr td .confirmDelete p, #myOperationsContainerTable tr td .cancelDelete p {
            font-size: 0.8em;
            text-align: center;
        }

        #myOperationsContainerTable tr td .confirmDelete p, #myOperationsContainerTable tr td .cancelDelete p,
        #myApplicationsContainerTable tr td .confirmDelete p, #myApplicationsContainerTable tr td .cancelDelete p {
            line-height: 34px;
        }

    #FavoritesContainerTable tr td .confirmDelete p, #FavoritesContainerTable tr td .cancelDelete p {
        line-height: 77px;
    }

#FavoritesContainerTable a.deleteConfirmation, #myApplicationsContainerTable a.deleteConfirmation,
#myOperationsContainerTable a.deleteConfirmation {
    font-size: 1em;
}

.button-group {
    padding: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

#transactionSearchType button.buttonWhite:first-child {
    margin: 0;
    margin-right: 1px;
}

#transactionSearchType button {
    border: 0 !important;
    color: #6D6E70;
    width: 100px;
}

    #transactionSearchType button.selected {
        color: #0099b5;
        background: -webkit-linear-gradient(#ECEDEC, #DBDCDE);
        background: -o-linear-gradient(#ECEDEC, #DBDCDE);
        background: -moz-linear-gradient(#ECEDEC, #DBDCDE);
        background: linear-gradient(#ECEDEC, #DBDCDE);
        /*border: 1px solid #d9d9d9!important;
    height:31px;*/
    }

#transactionSearchType input[type="date"] {
    font-size: 0.8em;
}

#learnMore {
    float: right;
    padding-top: 5px;
}

div.onepage-wrapper #footerLegalLinks {
    padding-right: 0px;
}

div.responsiveConfKeyHolder {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.navmenu-default #closeAction {
    right: 10px;
    top: 19px;
    position: absolute;
}

#sidebar-wrapper #closeAction {
    right: 22px;
    top: 11px;
    position: absolute;
}

#cmdAccountForTransactions {
    margin-bottom: 20px;
}

#mainContainer.operationPage div.FavoritesBox div.attributeHolder input.switchMobile {
    width: inherit;
    margin-top: 2px;
}

.noStyleBoxFirstItem {
    padding: 9px 0px !important;
}


.expandMainContainer {
    padding-bottom: 170px;
}

.mobileLogo {
    width: 60px;
    height: 60px;
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #aaa;
    border-radius: 60px;
}

    .mobileLogo:hover {
        -moz-box-shadow: 0 0 8px #aaa;
        -webkit-box-shadow: 0 0 8px #aaa;
        box-shadow: 0 0 8px #aaa;
    }


.selectedOperator .mobileLogo {
    -moz-box-shadow: 0 0 8px #aaa;
    -webkit-box-shadow: 0 0 8px #aaa;
    box-shadow: 0 0 8px #aaa;
}



.lastRowLogo {
    width: 60px;
}



.mobileOperator {
    display: inline-block;
    width: 48%;
    text-align: center;
}

.operatorLabel {
    text-align: center;
    padding-top: 10px !important;
}

.mobileOperator:hover {
    cursor: pointer;
    color: #0099B4;
}

.selectedOperator {
    color: #0099B4;
}

#defaultAmountList_chosen {
    margin-bottom: 0px !important;
}

.amountErrorField {
    width: 250px;
}

.textBoxWithMargin {
    margin-bottom: 20px;
}

.entityDDAmount .chosen-container {
    margin-bottom: 0px !important;
}

.safariBrowser input[type=date] {
    line-height: initial;
}

.amountErrorMsg {
    float: left;
    color: red;
    font-size: 0.8em;
}

.mobileLogosBox .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

    .mobileLogosBox .col-md-6 .col-md-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

.availableAmountLabel {
    padding-left: 0px;
}

#TransactionSearchFilters {
    width: 100%;
}

#descSearch {
    width: 200px;
    padding: 4px 20px 4px 5px;
    background-size: 20px;
}


@media(min-width:480px) and (max-width:992px) {
    .leftOpsDiv {
        float: left;
        width: 50%;
    }

    .rightOpsDiv {
        float: left;
        width: 50%;
    }
}


.movementsListShow {
    float: left;
    margin-right: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 8px;
    box-shadow: none;
    width: inherit;
    height: 25px;
    font-size: 0.95em;
    font-weight: 400;
    color: #6D6E70;
    border: 1px solid #d9d9d9 !important;
    border-top: 1px solid #c0c0c0 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: none;
}

.col-md-4.filtersContainer {
    padding-left: 0px;
    padding-right: 20px;
}

.col-md-3.filtersContainer {
    padding-left: 18px;
    padding-right: 14px;
}

    .col-md-3.filtersContainer.last {
        padding-left: 15px;
        padding-right: 0px;
    }

#filtersContainer .col-md-11 {
    padding-left: 10px;
}


#descSearch {
    width: 100%;
}

.descriptionRow {
    margin-top: 20px;
    margin-bottom: 30px;
}

.datesRow {
    margin-top: 30px;
    margin-bottom: 20px;
}

.labeledFilter {
    margin-top: -18px;
}



.col-md-4.filtersContainer.labeledFilter .text {
    padding-left: 5px;
    font-size: 0.95em;
    font-weight: 400;
}

/*.descriptionFilter input::-webkit-input-placeholder {
    color: #6D6E70;
    font-size:12px;
    font-weight:400;
    padding-left:0px;
}
.descriptionFilter input:-moz-placeholder {

    color: #6D6E70;
    font-size:12px;
    font-weight:400;
    padding-left:0px;
}
.descriptionFilter input::-moz-placeholder {

    color: #6D6E70;
    font-size:12px;
    font-weight:400;
    padding-left:0px;
}
.descriptionFilter input:-ms-input-placeholder {

    color: #6D6E70;
    font-size:12px;
    font-weight:400;
    padding-left:0px;
}*/

#filtersContainer .col-md-5.filtersContainer.labeledFilter {
    margin-top: -18px;
    padding-left: 0px;
}

    #filtersContainer .col-md-5.filtersContainer.labeledFilter .text {
        padding-left: 5px;
    }

#filtersContainer .col-md-3.filtersContainer.labeledFilter {
    width: 25.7%;
    margin-top: -18px;
    padding-left: 20px;
    padding-right: 15px;
}

#filtersContainer .col-md-10 {
    padding-right: 0px;
}

.filtersList {
    height: 25px !important;
    margin-right: 10px;
    width: initial !important;
    clear: both;
    float: right;
    margin-top: 10px;
}

#filtersContainer .col-md-1.filtersContainer {
    padding-left: 0px;
    padding-right: 0px;
    width: 21px;
}



.descriptionFilter .col-md-3 {
    padding-right: 0px;
}

    .descriptionFilter .col-md-3.labeledFilter {
        padding-right: 15px;
    }

        .descriptionFilter .col-md-3.labeledFilter.bankFilter {
            padding-right: 35px;
            padding-left: 0px;
        }

.descriptionFilter .col-md-5 {
    padding-left: 0px;
}


.col-md-2.labeledFilter {
    padding-left: 0px;
    /*width: 154px;*/
    margin-left: -8px;
    padding-right: 5px;
}

#filtersList_chosen {
    width: initial !important;
    float: right;
}

.filterListDiv {
    clear: both;
    margin-top: 10px;
    float: right;
    margin-bottom: 70px;
    padding-bottom: 50px;
}

    .filterListDiv p {
        clear: both;
        display: inline-block;
        height: inherit;
        text-align: center;
        margin-top: 7px;
        padding-right: 10px;
        font-size: 0.8em;
    }

#arrowPaginationHolder {
    display: inline-block;
}

    #arrowPaginationHolder p {
        display: inline-block;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
        font-size: 0.8em;
    }

.paginationButton {
    display: inline-block;
}

#spaceTime_chosen .chosen-drop {
    margin-left: 5px;
}

.searchButton {
    padding-left: 6.6% !important;
}

.col-md-5.filtersContainer.labeledFilter {
    margin-top: -18px;
    padding-right: 15px;
    margin-left: -5px;
}

#spaceTime {
    margin-left: 5px;
}

.headerRow {
    margin-bottom: 15px;
}

.movDetailsBts {
    width: initial;
    float: right !important;
    padding-right: 0px;
}

    .movDetailsBts a {
        float: right !important;
    }

.col-md-10.descriptionFilter {
    width: 83.333333%;
    padding-right: 0px;
    margin-right: 0px;
}


    .col-md-10.descriptionFilter .col-md-1 {
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
    }


#filtersContainer .buttonBlue.small {
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    margin: auto;
    width: 138px !important;
}

.backButton {
    padding-left: 0px;
}



/*IE ONLY*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #filtersContainer .col-md-11 .col-md-1.filtersContainer {
        width: 8.3%;
    }

    #filtersList_chosen {
        width: auto !important;
    }
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs li a {
        background-color: white !important;
        background-color: transparent;
        color: #555 !important;
        border-radius: 0px !important;
        border-bottom: 1px solid #ddd !important;
    }


    .nav-tabs li {
    }

        .nav-tabs li.active {
            border-bottom: none !important;
        }


            .nav-tabs li.active a {
                background-color: transparent !important;
                border-bottom: none !important;
                color: #0099b5 !important;
                border-radius: 0px !important;
            }


#sidebar-wrapper .nav.nav-tabs li {
    width: auto;
    text-align: center;
    font-size: 0.95em;
}


#FavoritesTab {
    padding-top: 1% !important;
    width: 100%;
}

.favoritesTabLabel {
    padding-left: 7px !important;
    padding-right: 8px !important;
    width: 100%;
    text-align: center;
    margin: auto;
}


    .favoritesTabLabel:hover {
    }


.recentActivitiesLabel {
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: none;
    width: 125%;
    text-align: center;
    margin: auto;
}

    .recentActivitiesLabel:hover {
        padding-left: 5px !important;
        padding-right: 5px !important;
        border-right: none;
        border-left: none;
        width: 127%;
        /*width:125 com scroll activo*/
        text-align: center;
        margin: auto;
    }




#RecentActivities {
    display: none;
}

#FavoritesTab {
    display: none;
}

#RecentActivities.active {
    display: inline-block !important;
}

#FavoritesTab.active {
    display: inline-block !important;
}

#RecentActivities .sidebar-nav {
    top: 37px;
}

#recenetActsTable tr td {
    padding: 8px 0px;
}

.operationHeader {
    padding-left: 5px !important;
}


.operationActivity {
    padding-left: 5px !important;
    padding-right: 15px !important;
}

.swiftMsg {
    padding-bottom: 5px !important;
}


/*COMFIRMING CSS*/
/*Input dos ficheiros de confirming*/
.btn-file {
    /*position: relative;*/
    overflow: hidden;
    background: linear-gradient(#34BFC5, #0099B4);
    padding: 10px;
}

    .btn-file input[type=file] {
        padding: 10px 10px;
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.form-control-browse {
    height: 35px;
    border-radius: 0px;
}

.input-browse {
    border-radius: 0px;
}

.confirmingButton {
    float: right;
}

.input-group {
    position: relative;
    display: inline-table !important;
    border-collapse: separate;
}

#ConfirmingInfo div p:first-child {
    margin: 0 0 0px;
}

#ConfirmingInfo .balanceName {
    float: left;
}

#ConfirmingInfo .balanceInfo {
    text-align: right;
    float: right;
}



/*Mobile table rules for confirming*/
@media (min-width: 450px) {
    #facturasList tr td:nth-child(1) {
        display: none;
    }
}

@media (max-width: 450px) {
    /*Balance and Transactions*/
    #mainContainer facturasListFilter table tr {
        height: 50px;
    }

    #mainContainer table tr td.toHide {
        display: none;
    }

    #mainContainer #facturasListFilter p {
        margin: 0 0 2px;
    }

    #mainContainer #facturasListFilter tbody td {
        vertical-align: middle;
    }

    #facturasListFilter tr td:nth-child(1) {
        width: 40%;
    }

    #facturasListFilter tr td:nth-child(2) {
        display: none;
    }





    #mainContainer #facturasList table tr {
        height: 50px;
    }

    #mainContainer table#facturasList tr td.toHide {
        display: none;
    }

    #mainContainer #facturasList p {
        margin: 0 0 2px;
    }

    #mainContainer #facturasList tbody td {
        vertical-align: middle;
    }

    #facturasList tr td:nth-child(5) {
        display: none;
    }

    .CSVLink {
        background: url(../content/images/export-41.svg) no-repeat;
        margin-left: 0px;
        width: 30px;
        height: 30px;
        /*display: block;*/
        margin-top: -0px;
        float: right;
        cursor: pointer;
        display: block;
    }
}

/*END OF CONFIRMING CSS*/





@media (min-width: 1200px) {
    #debitRadio {
        width: 15px;
        height: 16px;
        margin-left: 80px;
        margin-top: 8px;
    }

    #creditRadio {
        width: 15px;
        height: 16px;
        margin-left: 81px;
        margin-top: 8px;
    }
}

@media (min-width: 1145px) {
    #debitRadio {
        width: 15px;
        height: 16px;
        margin-left: 80px !important;
        margin-top: 8px;
    }

    #creditRadio {
        width: 15px;
        height: 16px;
        margin-left: 80px !important;
        margin-top: 8px;
    }
}


@media (min-width: 992px) {

    #mainContainer {
        min-height: 800px;
    }

    #debitRadio {
        width: 15px;
        height: 16px;
        margin-left: 12%;
        margin-top: 8px;
    }

    #creditRadio {
        width: 15px;
        height: 16px;
        margin-left: 12%;
        margin-top: 8px;
    }

    #excDebitErrorMsg {
        position: relative;
        left: 35.5%;
        padding-top: 5px;
    }

    #excCreditErrorMsg {
        position: relative;
        left: 35.5%;
        padding-top: 5px;
    }


    #debitRadioMob {
        display: none;
    }

    #creditRadioMob {
        display: none;
    }
}

@media (max-width: 991px) {
    .toHideDebitRadio {
        display: none;
    }

    .toHideCreditRadio {
        display: none;
    }

    #debitRadioMob {
        width: 15px;
        height: 16px;
        margin-top: 8px;
        float: left;
    }

    #creditRadioMob {
        width: 15px;
        height: 16px;
        margin-top: 8px;
        float: left;
    }

    #exchangeCreditAmount {
        margin-left: 10px;
    }

    #exchangeDebitAmount {
        margin-left: 10px;
    }

    #debitLabel {
        padding-left: 25px;
    }

    #creditLabel {
        padding-left: 25px;
    }

    .toHideDebitRadioMob {
        display: block;
    }

    .toHideCreditRadioMob {
        display: block;
    }

    #fixingLabel {
        padding-left: 25px;
    }

    #fixingBox {
        margin-left: 25px;
        width: 91%;
    }

    #excDebitErrorMsg {
        width: 100%;
        padding-left: 40px;
        padding-top: 5px;
    }

    #excCreditErrorMsg {
        width: 100%;
        padding-left: 40px;
        padding-top: 5px;
    }
}

div#mainContainer ul.iStyleButtons li button {
    background-color: white;
    border: 1px solid #3fa8c3 !important;
    color: #0099b5;
    margin-left: -1px;
}

    div#mainContainer ul.iStyleButtons li button.selected {
        background: #3fa8c3 !important;
        color: white;
    }

div#mainContainer ul.iStyleButtons li:first-child button {
    border-radius: 2px 0px 0px 2px;
}

div#mainContainer ul.iStyleButtons li:last-child button {
    border-radius: 0px 2px 2px 0px;
}

div#mainContainer.fundDetailContainer div#fundNegotiationSlide1 ul.iStyleButtons button {
    width: 120px;
}

#filterDigDocs .iStyleButtons {
    margin-bottom: 15px;
}


    #filterDigDocs .iStyleButtons button {
        height: 30px;
        width: 110px;
        font-size: 0.95em;
    }

.pdfImg:hover {
    cursor: pointer;
}

.subTable {
    border-bottom: 0px !important;
    margin-top: 0px !important;
}

/*
    Remove the blue line arround the buttons when they are clicked (on focus).
*/
button:focus {
    outline: 0px !important;
}

.noMouseEffect {
    cursor: default !important;
}

.center {
    text-align: center !important;
}

.vCenter {
    vertical-align: middle !important;
}

#mainContainer table thead th {
    font-weight: normal;
}

#mainContainer table thead tr th {
    cursor: pointer;
}

.hidden {
    display: none;
}
/*CHAT*/
.chat {
    position: fixed;
    width: 300px;
    z-index: 10000;
    height: 340px;
    font-size: 1em;
    background-color: #f2f2f2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    right: 420px;
    bottom: -300px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
    box-shadow: rgba(0,0,0,0.0980392) 0 0 1px 2px;
}

    .chat:hover {
        cursor: pointer;
    }

@media (max-width: 495px) {
    .chat {
        right: 10px;
    }
}

.chatHeader {
    padding: 10px;
    color: #3fa8c3;
    text-align: left;
    background: url(https://www.atlantico.eu/content/img/icons/chaticon_3.png) 95% 50% no-repeat;
}

.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -300px !important;
}

#debitCardNamePreview {
    position: absolute;
    bottom: 12px;
    left: 55px;
    color: white;
}

div.successBox {
    color: green;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    div.successBox p {
        color: green;
        margin-bottom: 0px;
    }

.quarterWidth {
    width: 25%;
}

.filterForPartialView {
    margin-left: 1px !important;
    height: 30px !important;
    width: 220px !important;
}

.buttonForFilterPartialView {
    height: 30px !important;
    width: 110px !important;
    font-size: 0.95em !important;
}

#remainDebitsTable {
    display: none;
}

.confirmButtonSize {
    width: 190px !important;
}

.whiteText {
    color: white !important;
}

.chosenLanguage {
    font-weight: 500 !important;
}

.unChosenLanguage {
    font-weight: 300 !important;
}

.languagePadding {
    padding: 0 !important;
}

.paddingLastLang {
    padding-right: 12px !important;
}

.limitTextOrdenador {
    display: block;
    width: 325px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limitTextOrdenadorSmall {
    max-width: 100px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limitTextBeneficiario {
    max-width: 200px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limitTextBeneficiarioSmall {
    max-width: 100px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ProposalMainContainer {
    overflow: hidden;
}

.ProposalConfirmDelete {
    background-color: green !important;
}

.ProposalCancelDelete {
    background-color: red !important;
    color: white !important;
}

.disableProposal {
    pointer-events: none;
}

.movementsFilterTabButton {
    width: 150px !important;
}

.twoLineText {
    height: 60px !important;
    line-height: 17px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
}



.movsLogicLastMovs_Text {
    color: #252525;
    font-weight: 500;
}

.movsLogicFilterText {
    /*text-align: right;*/
    cursor: pointer;
}

.movsLogicFilterText_Text {
    float: left;
    width: 87%;
    text-align: right;
    margin-top: 2px;
    text-decoration: underline;
    color: #0099B5;
}


.movsLogicFilterText_Arrow {
    font-size: larger;
    font-weight: 600;
    float: right;
    width: 10%;
    color: #0099B5;
}

.viewOlderMovsClass {
    width: 100%;
    text-align: center;
}

.viewOlderMovsText {
    text-decoration: underline;
    cursor: pointer;
    color: #0099B5;
    display: inline-block;
    margin: 0 auto;
}


.viewOlderGoalsMovsClass {
    width: 100%;
    text-align: center;
}

.viewOlderGoalsMovsText {
    text-decoration: underline;
    cursor: pointer;
    color: #0099B5;
    display: inline-block;
    margin: 0 auto;
}



.alert-warning-card {
    color: #003E52;
    background-color: #DEF2F6;
    border-color: #5CBDD0;
}

.confirmDelete2, .cancelDelete2 {
    display: none;
    cursor: pointer;
    font-size: 0.8em;
    text-align: center;
    line-height: 34px;
    height: 34px;
    width: 80px;
}

.confirmDelete2 {
    background-color: red;
    color: white;
}

.cancelDelete2 {
    background: #ebebeb;
    color: #6D6E70;
}

.confirmDeleteSpace {
    left: 85px !important;
}

.cancelDeleteSpace {
    left: 165px !important;
}

.extraMarginDeleteTab {
    margin-left: 0px !important;
}

.SidePaddingSearchFilter {
    padding-left: 0px;
    padding-right: 0px;
}

.labeledFilterExtraMargin {
    margin-left: -15px;
}

.elipseActive {
    /*position: absolute;*/
    width: 9px;
    height: 9px;
    /*left: 1063px;
    top: 414px;*/
    background: #64AF6D;
    border-radius: 20px;
    margin: 3%;
    float: left;
}

.elipseCancelled {
    /*position: absolute;*/
    width: 9px;
    height: 9px;
    /*left: 1063px;
    top: 414px;*/
    background: #C7544E;
    border-radius: 20px;
    margin: 3%;
    float: left;
}

.elipseExpired {
    /*position: absolute;*/
    width: 9px;
    height: 9px;
    /*left: 1063px;
    top: 414px;*/
    background: #E7D77A;
    border-radius: 20px;
    margin: 3%;
    float: left;
}


.nextToElipse {
    margin-left: 15%;
}

.noPaddingBottomLineTable {
    border-bottom: 0px !important;
    margin-top: 0px !important;
}

.subtitlePadding {
    margin-bottom: 25px;
    font-weight: 500;
}

.paddingBox2021 {
    padding: 25px 32px !important;
}

.cmbZeroPadding {
    padding: 0 !important;
}

.scheduleVisitParagraph {
    margin-bottom: 6px !important;
}

.scheduleVisitParagraph2 {
    font-weight: 500;
}

.availableTimeSchedule {
    text-align: center;
    /* margin-top: 6px; */
    width: 90px;
    height: 30px;
    border: 0.5px solid #009DB5;
    box-sizing: border-box;
    /* margin: auto; */
    padding-top: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #252525;
    cursor: pointer
}

.unavailableTimeSchedule {
    color: #C0C0C0;
    text-align: center;
    /* margin-top: 6px; */
    width: 90px;
    height: 30px;
    border: 0.5px solid #DEF2F6;
    box-sizing: border-box;
    /* margin: auto; */
    padding-top: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
}

#divScheduleTimeTable {
    padding-left: 17px;
}

.selectedSchedule {
    background: #009DB5;
    border: 0.5px solid #009DB5 !important;
    color: white !important;
}

.radioGo1 {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

    .radioGo1 input {
        height: 20px !important;
        margin: 0px !important;
        cursor: pointer;
    }

.radioGo2 {
    height: 20px !important;
}

.scheduleVisitOptionsTextLeft {
    text-align: left;
}

.collapse.show {
    visibility: visible;
}

#sepa-address-form > .card {
    padding-top: 1em;
}

a.disabled, a[disabled="true"] {
    pointer-events: none;
}

#sepa-address-form-togle[aria-expanded="true"] > .glyphicon-chevron-down {
    display: none;
}

#sepa-address-form-togle[aria-expanded="false"] > .glyphicon-chevron-up {
    display: none;
}

.input-browse-group-text {
    font-size: 1em;
}

.modal-backdrop.show {
    background-color: rgba(0,0,0,.5);
}