﻿@charset "utf-8";
/* Global */
/* ------------------------------------------------------------------------- *
 *  Fonts
/* ------------------------------------------------------------------------- */
@font-face {
    font-family: 'ubunturegular';
    src: url('../../../fonts/ubuntu-regular-webfont.eot');
    src: url('../../../fonts/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/ubuntu-regular-webfont.woff') format('woff'), url('../../../fonts/ubuntu-regular-webfont.ttf') format('truetype'), url('../../../fonts/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('../../../fonts/ubuntu-light-webfont.eot');
    src: url('../../../fonts/ubuntu-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/ubuntu-light-webfont.woff') format('woff'), url('../../../fonts/ubuntu-light-webfont.ttf') format('truetype'), url('../../../fonts/ubuntu-light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/****** FONTS MULI *****/

@font-face {
    font-family: 'Muli-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-Light';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-ExtraLight';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-ExtraLight.ttf') format('truetype');
}


@font-face {
    font-family: 'Muli-Bold';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-ExtraBold';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Muli-Black';
    font-weight: normal;
    font-style: normal;
    src: url('../../../fonts/Muli-Black.ttf') format('truetype');
}


/* Header */
#main-top-bar .navbar-brand {
    float: inherit !important;
    padding: 0;
    width: 250px;
}

#main-top-bar h2 {
    font-family: 'Muli-ExtraLight';
    font-size: 30px;
    color: #ffffff;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
}


.lang-flag-area {
    position: absolute;
    top: 0px;
    right: 20px;
    height: 50px;
    line-height: 50px;
}

.readOnlyField {
    -moz-user-focus: none;
}

@media only screen and (max-width: 480px) {
    .lang-flag-area {
        right: 0;
    }
}

/* Tables */
.table > thead > tr > th {
    vertical-align: top !important;
}

.table .mes-extrato {
    background-color: #ddd !important;
    color: #000;
}

.table#tbl-extrato-moeda-extr th, .table#tbl-extrato-moeda-extr td {
    text-align: center;
}

    .table#tbl-extrato-moeda-extr th:first-child, .table#tbl-extrato-moeda-extr td:first-child {
        text-align: left;
    }

    .table#tbl-extrato-moeda-extr th:nth-child(2), .table#tbl-extrato-moeda-extr td:nth-child(2) {
        text-align: left;
    }

.table#tbl-extrato-cc td, .table#tbl-extrato-moeda-extr td {
    vertical-align: middle;
}

.table#tbl-extrato-cc i, .table#tbl-extrato-moeda-extr i {
    font-size: 1.75em;
}

.table .radio, .table .checkbox {
    margin: 0;
}

    .table .radio label, .table .checkbox label {
        padding: 0;
    }

/* ------------------------------------------------------------------------- *
 * base layout
/* ------------------------------------------------------------------------- */
html,
body {
    font-family: 'ubuntulight', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    height: 100%;
    min-width: 320px;
}

body {
    background: inherit;
    overflow-x: hidden;
}

    body.modalBlur > *:not(#configPanel) {
        -webkit-filter: blur(7px);
    }

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.wrapper {
    min-height: 100%;
}

    .wrapper:before,
    .wrapper:after {
        display: table;
        content: " ";
    }

    .wrapper:after {
        clear: both;
    }

img {
    max-width: 100%;
}

/* Layout structure
-------------------------*/

.content-separator {
    border-top: 1px dotted #cccccc;
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.07) inset;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
}

.page-header i {
    background-color: #0072bc;
    color: #fff;
    display: inline-block;
    font-size: 0.9em !important;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1060;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

.one-half {
    width: 48.4%;
}

/* Box content */
.box {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    border-top: 2px solid #c1c1c1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .box .box-header {
        border-bottom: 1px solid #f4f4f4;
        border-radius: 3px 3px 0 0;
        color: #444;
        height: 40px;
        position: relative;
    }

        .box .box-header:before, .box .box-header:after {
            content: " ";
            display: table;
        }

        .box .box-header:after {
            clear: both;
        }

        .box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > *[class*="ion-"], .box .box-header .box-title {
            cursor: default;
            display: inline-block;
            float: left;
            font-size: 1.7em;
            line-height: 1.7em;
            margin: 0;
            padding: 0 10px;
        }

        .box .box-header h3 {
            line-height: 40px;
            margin: 0;
        }

        .box .box-header > .box-tools {
            padding: 5px 10px 5px 5px;
        }

    .box .box-body {
        border-radius: 0 0 3px 3px;
        padding: 20px;
    }

        .box .box-body > table, .box .box-body > .table {
            margin-bottom: 0;
        }

        .box .box-body.chart-responsive {
            overflow: hidden;
            width: 100%;
        }

        .box .box-body > .chart {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .box .box-body > .chart svg, .box .box-body > .chart canvas {
                width: 100% !important;
            }

        .box .box-body .fc {
            margin-top: 5px;
        }

        .box .box-body .fc-header-title h2 {
            color: #666;
            font-size: 15px;
            line-height: 1.6em;
            margin-left: 10px;
        }

        .box .box-body .fc-header-right {
            padding-right: 10px;
        }

        .box .box-body .fc-header-left {
            padding-left: 10px;
        }

        .box .box-body .fc-widget-header {
            background: none repeat scroll 0 0 #fafafa;
            box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.02) inset;
        }

        .box .box-body .fc-grid {
            border: 0 none;
            width: 100%;
        }

        .box .box-body .fc-widget-header:first-of-type, .box .box-body .fc-widget-content:first-of-type {
            border-left: 0 none;
            border-right: 0 none;
        }

        .box .box-body .fc-widget-header:last-of-type, .box .box-body .fc-widget-content:last-of-type {
            border-right: 0 none;
        }

        .box .box-body .table {
            margin-bottom: 0;
        }

        .box .box-body .full-width-chart {
            margin: -19px;
        }

        .box .box-body.no-padding .full-width-chart {
            margin: -9px;
        }

    .box .box-footer {
        background-color: #ffffff;
        border-radius: 0 0 3px 3px;
        border-top: 1px solid #f4f4f4;
        padding: 10px;
    }

/* Themes : focus
-------------------------*/


/* conta corrente */
.contacorrente .box .form-control:focus {
    border-color: #6751C5 !important;
}

/* transferencias */
.transferencias .box .form-control:focus {
    border-color: #0072bc !important;
}

/* Themes : box
-------------------------*/
/* conta corrente */
.contacorrente .box {
    border-top-color: #6751C5;
}

/* pagamentos */
.pagamentos .box {
    border-top-color: #ffba00;
}

/* transferencias */
.transferencias .box {
    border-top-color: #0072bc;
}


/* Top Menu
-------------------------*/

.nav.navbar-nav i {
    /* background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 24px; */
    color: #666666;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}

/* Usuário / Confgurações / 
-------------------------*/

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: inherit;
    color: inherit;
}

/* Include CDN/rvf / 
-------------------------*/

#main-top-bar .navbar-right {
    float: right !important;
    margin-top: -8px;
    height: 48px;
}

#main-top-bar .nav navbar-nav navbar-right > ul {
    z-index: auto;
}

#main-top-bar .navbar-nav > li:hover {
    background-color: #043876;
}

#main-top-bar .navbar-nav > li > a {
    padding-top: 13px;
}

#main-top-bar .nav > li > a {
    color: #ffffff;
    background: none;
    height: 43px;
}

    #main-top-bar .nav > li > a:hover {
        text-decoration: none;
    }

#main-top-bar .dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
    color: #666666;
}

.dropdown-menu > li > a {
    font-size: 13px;
}

.btn-bottom {
    padding-bottom: 20px;
}

.btn-top {
    padding-top: 28px;
}

.btn-top {
    padding-top: 26px;
}

.btn-width {
    width: 200px;
}


#content-wrapper .col-md-2 .col-md-7 > label {
    font-weight: normal !important;
}

.box-cliente {
    padding: 13px 19px 19px 19px;
    margin-bottom: 13px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border-top: 1px solid #CCC;
    height: 62px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #FFF;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.table th {
    vertical-align: top !important;
}

.fixed-top-bar {
    position: fixed;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.panel-title {
    color: #555;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

span.span-icone {
    margin: 5px;
    font-family: 'ubuntulight', sans-serif;
    -webkit-font-smoothing: antialiased;
}



/*  ********************** Login *********************
-------------------------*/



header#main-top-bar {
    background-color: #052c5a;
    height: 45px; /*50px*/
    position: fixed;
    width: 100%;
    z-index: 10;
}

header#main-top-bar-digital {
    background-color: #052c5a;
    height: 80px; /*45px*/
    position: fixed;
    box-shadow: 0px 10px 30px 0 rgba(0, 30, 72, 0.3);
    background-image: linear-gradient(to right, #001c55, #077dc2);
    width: 100%;
    z-index: 10;
}


div#fake-header {
    height: 45px;
    display: block;
    width: 100%;
}

.daycoval-logo {
    padding: 4px 0 0;
}

h1.daycoval-logo-digital {
    padding: 0 0 0 20px;
    margin-top: 20px;
    float: left;
    margin-right: 60px;
}

h1.daycoval-logo {
    padding: 0;
    margin: 0;
}

.login-container {
    display: block;
    min-height: 100%;
}

.bg-login-container {
    background-position: center bottom;
    background-size: cover;
    margin-top: 80px;
    background-image: url('../images/br-login.jpg');
}

.login .box-mask {
    /*background: url("../../../images/pattern.png") repeat left top rgba(0, 0, 0, 0.5);*/
    height: 100vh;
    margin-top: -80px;
    position: relative;
}

.box-mask {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    height: 100vh;
    margin-top: -80px;
    position: relative;
}

.signin-main {
    padding-top: 80px;
}

/*#form-login {
    border-top: 1px solid #001643;
}*/

.authenty h1 {
    color: #CCC;
    font-size: 22px !important;
    font-weight: normal !important;
    letter-spacing: inherit !important;
    line-height: 40px;
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .daycoval-logo {
        text-align: left;
    }
}

.bg-img-popup {
    background-image: url("../../../images/login/img-default2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
@media only screen and (max-width: 480px) {
    .bg-img-popup {
        height: 0;
    }
}
@media only screen and (max-width: 880px) {
    .bg-img-popup {
        height: 200px;
    }
}

@media only screen and (max-width: 1880px) {
    .bg-img-popup {
        height: 400px;
    }
}

.login #main-top-bar .navbar-brand path {
    fill: #FFF;
}

/* ------------------------------------------------------------------------- *
 *  Components
/* ------------------------------------------------------------------------- */
/* Token
-------------------------*/
#tokenArea {
    background: url("../../../images/tokenSkin.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}

    #tokenArea input {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        box-shadow: none;
        color: #333;
        font-size: 23px;
        height: 22px;
        height: 28px\0;
        left: 100px;
        margin: -13px 0 0 2px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        top: 47%\0;
        width: 137px;
    }
/* Keypad
-------------------------*/
#client-code .row-centered {
    text-align: center !important;
}

#client-code .list-keypad-container {
    margin: 10px -32px;
}

    #client-code .list-keypad-container ul {
        margin: 0;
        padding: 0;
    }

        #client-code .list-keypad-container ul li {
            float: none !important;
            margin: 0;
            padding: 0;
        }

#client-code .keypad-container {
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: none !important;
    margin: 0 2px;
    padding: 8px 3px;
}

#client-code .value-password {
    cursor: default;
    margin: 0 33%;
    width: 33%;
}

/* Component: Modal
-------------------------*/
#configPanel {
    width: 40%; /*65%*/
}

#configPanel {
    background-color: #FFFFFF;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.window {
    display: none;
    position: absolute;
    z-index: 9999;
}

#mask {
    background-color: #000000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9000;
}

.modal-header {
    min-height: 26px;
}

#loaderModal {
    z-index: 9001;
}

    #loaderModal i.ion-refresh, .modal-container i.ion-refresh {
        color: #FFF;
        font-size: 72px;
        width: 72px;
    }

/*modal Login*/

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    -ms-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

div#cnt-loader {
    position: fixed;
    margin: -72px 0 0 -72px;
    left: 50%;
    top: 50%;
    font-size: 50px;
    color: #FFFFFF;
}

div#cnt-body-daycoModalLoader {
    display: block;
    width: 100%;
    height: 100%;
}

div#cnt-modal-dialog {
    display: block;
    width: 100%;
    height: 100%;
}

.modal {
    text-align: center;
    padding: 0 !important;
    background: #000000;
    background: rgba(0, 0, 0, 0.4);
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

h4.modal-title {
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 3px;
}

.modal-base .icone-header {
    float: left;
    margin: 0;
    margin-right: 15px;
    font-size: 30px;
}

.modal-base .modal-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}

.modal-alerta .modal-header {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.modal-erro .modal-header {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.modal-sucesso .modal-header {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.partial-view {
    display: none;
}

#procedimento-header {
    display: none;
}

div.dadosCobrancaEmpresa {
    display: none;
}

/* Component: Vertical newsticker
-------------------------*/
.panel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.news-item {
    border-bottom: 1px dotted #555;
    margin: 0;
    padding: 4px;
}

/* Component: Favorite panel
-------------------------*/
/* Draggable boxes*/
.title-button {
    margin: 4px;
}

.drag-container {
    position: relative;
}

    .drag-container > div {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
        border-color: #ccc #ddd #ddd;
        border-image: none;
        border-right: 1px solid #ddd;
        border-style: solid;
        border-width: 2px 1px 1px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        min-height: 92px;
        padding: 5px 5px 0;
        position: absolute;
        width: 230px;
    }

    .drag-container .drag-area {
        cursor: move;
        min-height: 60px;
    }

    .drag-container > div .drag-box-title h3 {
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

    .drag-container .service-name {
        min-height: 37px;
    }

    .drag-container .icon {
        bottom: 2px;
        color: #000000;
        color: rgba(0, 0, 0, 0.5);
        font-size: 22px;
        position: absolute;
        right: 5px;
        text-shadow: 1px 1px 0 #fff;
        top: 0;
        z-index: 0;
    }

    .drag-container > .ss-placeholder-child {
        background: transparent;
        border: 1px dashed blue;
        padding: 5px 5px 0;
    }

    .drag-container .drag-container-footer {
        border-top: 1px solid #ddd;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
        color: rgba(0, 0, 0, 0.5);
        display: block;
        font-size: 23px;
        margin: 5px -5px 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-decoration: none;
        z-index: 10;
    }

.trash {
    height: 52px;
    position: relative;
}

.draggable-item-container .icon-bordered {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
    font-size: 35px;
    height: 52px;
    left: 50% !important;
    line-height: 50px;
    margin: -36px 0 0 -26px;
    position: absolute;
    text-align: center;
    top: 50% !important;
    width: 52px;
}

/* Component: Vertical news
-------------------------*/
#vertical-news {
    list-style: none outside;
    margin: 5px 0;
    padding: 0;
}

/* Component: Text area*/
div.text-area-editable {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow-y: auto;
    margin-bottom: 10px;
}

    div.text-area-editable h4 {
        color: #0072bc;
    }

    div.text-area-editable .numeric-list {
        color: #0072bc;
    }

    div.text-area-editable ul {
        font-weight: bold;
        list-style: outside none lower-latin;
    }

        div.text-area-editable ul li p {
            font-weight: normal;
        }

/* ------------------------------------------------------------------------- *
 *  Messages
/* ------------------------------------------------------------------------- */
.message {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    text-align: center;
}

.alert {
    padding: 5px 15px;
}

.alertMensagem {
    margin: 15px;
    padding-left: 30px;
    position: relative;
}

    .alertMensagem > .fa, .alertMensagem > .glyphicon {
        background: inherit;
        border: inherit;
        border-radius: 50%;
        height: 35px;
        left: -15px;
        line-height: 35px;
        position: absolute;
        text-align: center;
        top: -15px;
        width: 35px;
    }

/* ------------------------------------------------------------------------- *
 *  Form
/* ------------------------------------------------------------------------- */
.btn-area {
    overflow: hidden;
}

.no-style {
    border-width: 1px medium;
    border-style: solid none;
    border-color: #DDD -moz-use-text-color;
    background-color: rgb(250, 250, 250) !important;
}

.btn-icon-left {
    padding-left: 30px;
    position: relative;
}

    .btn-icon-left i {
        font-size: 1.6em;
        left: 5px;
        position: absolute;
        top: 4px;
    }

.btn-icon-right {
    padding-right: 30px;
    position: relative;
}

    .btn-icon-right i {
        font-size: 1.6em;
        right: 5px;
        position: absolute;
        top: 4px;
    }

/* ------------------------------------------------------------------------- *
 *  Home
/* ------------------------------------------------------------------------- */
/* bottom content */
.container-content {
    margin: 10px 0;
}

.content-block {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.09);
    padding: 0 0 15px;
}

    .content-block figure {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }

    .content-block > figure > img {
        padding-top: 15px;
    }

.text-overlay {
    background: none repeat scroll 0 0 #fff;
    height: 25%;
    opacity: 1;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.info {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    min-height: 78px;
    padding: 10px 0;
}

    .info h3 {
        margin: 0;
    }

.read-more-container {
    min-height: 70px;
    padding: 10px 0 0;
}

/* ------------------------------------------------------------------------- *
 *  Transferencias
/* ------------------------------------------------------------------------- */

/* Solicitacao TED */
.ted-conta-debito {
    background-color: #f6f6f6;
    border: 1px dashed #ddd;
    margin-bottom: 20px;
    padding: 10px 0;
}

/* ------------------------------------------------------------------------- *
 *  Date picker
/* ------------------------------------------------------------------------- */
.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    border-radius: 0 !important;
}

.datepicker thead th.next, .datepicker thead th.prev {
    background: transparent !important;
}

/* ------------------------------------------------------------------------- *
 *  Animation
/* ------------------------------------------------------------------------- */
.shake {
    /* ReSharper disable once InvalidValue */
    animation: 0.5s linear 0s normal none 1 shake;
}

/* ------------------------------------------------------------------------- *
 *  Footer
/* ------------------------------------------------------------------------- */
#footer-bottom {
    background-color: #001e48;
    border-top: none;
}

.login #footer-bottom {
    background-color: #001e48;
    border-top: none;
}

#footer-bottom a {
    color: rgba(0, 0, 0, 0.15);
}

#footer-bottom .back-to-top {
    background: #eaeaea;
    color: #37414d;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin: 0 auto -30px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
}

    #footer-bottom .back-to-top i {
        font-size: 38px;
        position: relative;
        top: -7px;
    }

#footer .pad {
    padding: 0;
}

#footer-bottom .pad {
    padding: 6px 0; /*padding: 15px 0;*/
}

#footer-bottom #footer-logo {
    display: block;
    margin-bottom: 20px;
    max-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#footer-bottom #copyright, #footer-bottom #credit {
    background-color: #052c5a;
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

    #footer-bottom #copyright p, #footer-bottom #credit p {
        margin: 0;
    }

/*  common : social links
/* ------------------------------------ */
.social-links {
    float: right;
    position: relative;
    padding-top: 2px;
}

    .social-links li {
        display: inline-block;
        font-size: 0;
        line-height: 16px;
        margin-left: 8px;
    }

        .social-links li a {
            display: block !important;
            position: relative;
            text-align: center;
        }

            .social-links li a i {
                font-size: 28px;
            }

@media only screen and (max-width: 480px) {
    .social-links li a i {
        font-size: 24px;
    }

    .div-flutuante {
        width: auto;
        height: auto;
        position: fixed;
        background: transparent;
        /* padding: 10px; */
        bottom: 109px;
        right: 269px;
        z-index: 9999;
    }
}

.social-links .social-tooltip {
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    display: inline;
    position: relative;
    z-index: 98;
}

    .social-links .social-tooltip:hover {
        color: #fff;
        text-decoration: none;
    }

        .social-links .social-tooltip:hover:after {
            top: -36px;
            background: #fff;
            font-size: 0.8em;
            color: #666;
            content: attr(title);
            display: block;
            right: 0;
            padding: 5px 15px;
            position: absolute;
            white-space: nowrap;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
            box-shadow: 0 0 2px rgba(0,0,0,0.2);
        }

        .social-links .social-tooltip:hover:before {
            top: -10px;
            right: 8px;
            border: solid;
            border-color: #fff transparent;
            border-width: 5px 5px 0 5px;
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
        }

/*.input-validation-error {
    background-color: rgba(255, 0, 0, 0.05);
    border: 1px solid rgba(255, 0, 20, 0.5);
    padding: 3px 0 3px 3px;
}*/

/*Tabs Passo a Passo*/
.tabs {
    margin: 0;
    width: 100%;
    height: 40px;
    list-style: none;
    background-color: #edeae6;
    z-index: 0;
    display: table;
    overflow: hidden;
    padding: 0;
}

    .tabs li {
        float: left;
        padding: 5px 20px 5px 30px;
        margin: 0;
        width: auto;
        height: auto;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        line-height: 30px;
        position: relative;
        color: #666;
    }

        .tabs li:first-child {
            margin-left: 0;
        }

            .tabs li:first-child.active {
                margin-left: 0;
                padding-left: 2.5%;
            }

        .tabs li:last-child {
            margin-right: 0;
        }

        .tabs li.active {
            width: auto;
            background-color: #0083cc;
            color: #fff;
            padding-left: 35px;
        }

            .tabs li.active:before {
                border-color: transparent transparent transparent #0083cc;
            }

                .tabs li.active:before span {
                    display: inline;
                }

        .tabs li:after {
            border-width: 32px 0 32px 17px;
            border-style: solid;
            border-color: transparent transparent transparent #f5f5f5;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            margin-top: -13px;
        }

        .tabs li:before {
            border-style: solid;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            margin-top: -15px;
            top: 0;
            left: 100%;
            border-color: transparent transparent transparent #edeae6;
            border-width: 20px 0 20px 12px;
            z-index: 2;
            margin-top: 0;
        }

        .tabs li:last-child {
            border: none;
        }

            .tabs li:last-child:after, .tabs li:last-child:before {
                display: none;
            }

.dadosFatca {
    display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

    .select2-container .select2-selection--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ccc;
        height: 34px;
        outline: none;
        position: relative;
    }

        /*------------------------------------------------------------------
[ in select ]*/
        .select2-container .select2-selection--single .select2-selection__rendered {
            font-family: 'Muli-Regular';
            font-size: 18px;
            color: #ADADBF;
            line-height: 1.0;
            padding-left: 10px;
            background-color: transparent;
            /*display: none;*/
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: -30px;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #0088ca;
    /*background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);*/
    color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #0088ca;
    /*background: -webkit-linear-gradient(right, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff);*/
    color: white;
}

.select2-results__options {
    font-family: 'Muli-Regular';
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: 'Muli-Regular';
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
}

.termo-nao-preenchido {
    border: 1px red solid;
}

.lightbox-daycoval {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    display: table
}

    .lightbox-daycoval .conteudo-lightbox {
        display: table-cell;
        vertical-align: middle
    }

        .lightbox-daycoval .conteudo-lightbox .box-lightbox {
            width: 50%;
            margin: auto;
            padding: 15px;
            background-color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            max-height: 85vh
        }

            .lightbox-daycoval .conteudo-lightbox .box-lightbox .fechar {
                font-size: 35px;
                position: absolute;
                top: -45px;
                right: 0;
                color: #fff
            }

                .lightbox-daycoval .conteudo-lightbox .box-lightbox .fechar:hover {
                    cursor: pointer;
                    color: #ddd
                }

            .lightbox-daycoval .conteudo-lightbox .box-lightbox .scroll {
                overflow: auto;
                max-height: 80vh
            }

@media screen and (max-width:992px) {

    .lightbox-daycoval .conteudo-lightbox .box-lightbox {
        width: 90%
    }
}

.font-16-bold {
    font-family: Muli-Regular !important;
}