
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #1e1e1e;
}

a{
    transition: all ease-in-out 300ms;
    outline: none !important;
    text-decoration: none !important;
}

.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}


/*Typography*/
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-weight: 700;
}
.p-left p{
	text-align:left;
}



/*Button*/
.button{
    padding: 8px 15px 9px;
    background: #bdc3c7;
    display: inline-block;
    text-align: center;
    color: #fff !important;
    transition: all ease-in-out 300ms;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    outline: none !important;
}
.button:hover{
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.button-primary{
    background: #30a9d9;
}

.button-secondary{
    background: #266fa5;
}

.button-danger{
    background: #f00;
}

.button-white{
    background: #ffffff;
    border: 1px solid #000;
    color: #000 !important;
}

.button-danger-negative{
    background: #ffffff;
    border: 1px solid #f00;
    color: #f00 !important;
}

/*Carousel*/
.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 500%;
    color: #333 !important;
}
.owl-theme .owl-nav .fa{
    position: relative;
    top: 2px;
}
.owl-theme .owl-dots .owl-dot span{
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #333;
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-nav .disabled{
    opacity: .4 !important;
}
.owl-theme.owl-single .owl-nav [class*=owl-]{
    position: absolute;
    top: 44%;
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    /*border-radius: 500%;*/
    color: #fff !important;
}




/*Popup*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.open-popup, .scroll-to, .window-popup{
    outline: inherit;
}

/*Navigation*/
#header{
    background: #fefefe;
    position: relative;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}

.navbar-nav li a:focus{
    background: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
.navbar-nav li a{
    color: #3d3d48;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.navbar-nav li.active a, .navbar-nav li a:hover{
    background: none;
    color: #30a9d9;
}

.navbar-toggle {
    color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    text-decoration: none;
}

.nav .dropdown-menu{
    border: none;
    border-radius: 0 !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    background: #f1f1f1;
}
.navbar-brand{
    color: #000 !important;
    font-weight: 700;
    height: auto;
}

.top-bar{
    background: #363636;
    line-height: 1.2;
    color: #fff;
    text-align: right;
}
.top-bar-item{
    display: inline-block;
    vertical-align: middle;
}
.top-bar-inner{
    position: relative;
}
.top-bar-link{
    margin-right: 10px;
}
.top-bar-item a{
    color: #fff;
    font-size: 12px;
}
.user-links a{
    display: block;
    float: left;
    padding: 14px 10px;
}
.user-link{
    background: #266fa5;
}
.log-link{
    background: #30a9d9;
}
.language-switcher{
    background: transparent;
    border: 0;
    outline: none;
    height: 42px;
}
.language-dropdown{
    position: relative;
}
.language-dropdown .dropdown-menu{
    border: 1px solid #f1f1f1;
    border-radius: 3px !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    background: #fff;

}



/*Forms*/
.form-control{
    height: auto;
    line-height: 1.2;
    padding: 9px 15px;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    background: #eeeeee;
    border: 1px solid #d8d8d8;
    outline: none;
    font-style: normal!important;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #5dade2;
}
textarea.form-control{
    resize:vertical ;
}
label{
    font-weight: 400;
    margin-bottom: 5px;
}

#home-banner{
    background-image: url("../images/banner-bg.png");
    padding-top: 20px;
}
.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.create-account-form{
    max-width: 465px;
    margin-bottom: 30px;
}
.create-account-header{
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #30a9d9;
}
.create-account-content{
    padding: 20px 25px;
    background: #fff;
}

.create-account-content .form-control{
    padding: 17px 15px;
    background: #f0f0f0;
    border-color: transparent;
}
.create-account-content .button{
    padding: 15px 25px;
    font-size: 14px;
    margin-right: 20px;
}

.terms-link{
    border-bottom: 1px solid #37b7ca;
    color: #37b7ca;
}
.terms{
    font-style: italic;
}

.home-banner-phone{
    margin-bottom: -58px;
    position: relative;
    z-index: 9;
}
.exchange-bar{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.exchange-bar-item{
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
    padding-right: 13px;
    color: #000;
}
.exchange-bar-item-balance {
    display: flex;
    flex-direction: column;
}
.exchange-bar-item-head{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.exchange-bar-item-head .fa-angle-down{
    color: #db1818;
}
.exchange-bar-item-head .fa-angle-up{
    color: #34db18;
}
.exchange-bar-item-content{
    font-family: Consolas, sans-serif;
    font-size: 19px;
}
.exchange-bar-item-bordered{
    border-right: 1px solid #000;
}
.exchange-bar-item-content-balance{
    display: flex;
    justify-content: flex-end;
}
.exchange-bar-item-content-balance-item{
    padding-left: 10px;
}

#home-video{
    padding-top: 180px;
    padding-bottom: 320px;
    background-image: url("../images/vidoe-poster.png");
}
.video-popup{
    max-width: 800px;
    margin: 20px auto;
}

#home-qualides{
    background-image: url("../images/point-bg.png");
    padding-top: 50px;
    padding-bottom: 30px;
}
.home-qualides-title{
    display: inline-block;
    padding: 12px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #30a9d9;
    font-size: 26px;
    font-weight: 600;
}
.home-qualides-content{
    padding: 60px 50px 0;
    border: 7px solid #fff;
    background: #f6f6f6;
    position: relative;
}
.home-qualides-title-wrapper{
    position: absolute;
    left: 0;
    width: 100%;
    top: -30px;
}
.home-qualides-box{
    margin-bottom: 60px;
    text-align: left;
}
.home-qualides-box p{
    font-size: 11px;
    line-height: 23px;
    color: #727272;
    margin-bottom: 0;
}
.home-qualides-box h3{
    font-size: 22px;
    color: #727272;
    font-weight: 600;
}
.home-qualides-box h3 img{
    margin-right: 10px;
}

#home-vermais{
    padding-top: 40px;
    padding-bottom: 30px;
    background: #f0f0f0;
}
.section-title{
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-weight: 400;
    padding-bottom: 5px;
}
.img-full-width{
    display: block;
    width: 100%;
    height: auto;
}
.article-1{
    background: #fff;
    display: block;
    margin-bottom: 10px;
}
.article-1-content{
    padding: 20px 25px;
}
.article-1-title{
    color: #034893;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
}
.article-1-meta{
    font-size: 10px;
    font-style: italic;
    margin-bottom: 10px;
    color: #292929;
}
.article-1-content p{
    margin-bottom: 0;
    font-size: 10px;
    line-height: 20px;
    color: #292929;
}
.article-2{
    display: block;
    min-height: 185px;
    margin-bottom: 10px;
    position: relative;
}
.article-3{
    display: block;
    min-height: 185px;
    margin-bottom: 10px;
    position: relative;
}
.floating-article{
    position: relative;
    padding: 10px 20px;
    color: #fff;
}
.floating-article-title{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.floating-article{
    font-size: 9px;
    line-height: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.floating-article p{
    margin-bottom: 5px;
}
.floating-article-divider{
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}
.floating-article-length{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.article-video:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/play-article.png") no-repeat center 25%;
    background-size: auto;
}

.article-readmore{
    padding: 12px 20px;
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    color: #4cd4f2;
    font-size: 15px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    font-weight: 600;
}

#home-app{
    background-image: url('../images/footer-bg.png');
    padding-bottom: 30px;
}
.cellular-img{
    margin-top: -40px;
}
.app-download-content{
    text-align: center;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 30px;
}
.app-download-content h3{
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
}
.app-download-content p{
    font-weight: 300;
    margin-bottom: 20px;
}

.page-exchange-bar{
    background: #fff;
}
.exchange-bar-logo{
    padding-top: 15px;
}
.page-exchange-bar .exchange-bar{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.page-title-bar{
    background: #000;
}
.page-title-bar .exchange-bar-item-content{
    font-size: 14px;
    color: #fff;
}
.page-title-bar .exchange-bar-item-head{
    font-size: 10px;
    color: #fff;
}
.page-title-bar .exchange-bar{
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.page-title-text{
    padding-top: 17px;
}
.page-title-text-top{
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    line-height: 1.1;
}
.page-title-text-bottom{
    font-size: 14px;
    color: #fff;
    line-height: 1.1;
}

#page-main{
    min-height: 550px;
    background: #fff;
    padding-top: 15px;
}
.inner-top-nav{
    display: block;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.inner-top-nav li{
    display: inline-block;
    padding-top: 15px;
}
.inner-top-nav li a{
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    border-right: 1px solid #30a9d9;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
.inner-top-nav li.active>a{
    color: #30a9d9;
    font-weight: bold;
}
.inner-top-nav li:last-child a{
    border-right: 0;
}
.page-top-menu{
    padding-bottom: 10px;
}
.page-top-menu .button{
    padding: 10px 20px 9px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 15px;
}
.button-light{
    font-weight: 300;
}

.compare-wrapper{
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    padding: 50px 15px 0;
    margin-bottom: 25px;
}
.compare-box{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.compare-box-block{
    max-width: 100%;
}
.compare-box-heading-item{
    display: inline-block;
    vertical-align: middle;
}
.compare-box-heading-label{
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.font-consolas{
    font-family: Consolas, sans-serif;
}
.comparebox-label{
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
}
.bordered-col{
    position: relative;
}

.bar-title{
    text-transform: uppercase;
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 20px;
    text-align: center;
}
.bar-title img{
    margin-right: 10px;
}
.copy-text{
	background: #30a9d9;
	color:#FFF;
	border-color: #30a9d9;
	border-radius:0;
}
.copy-text:hover{
	color:#fcfcfc;
}
.amount{
	font-size:22px;
}
.saldo-bar{
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 14px 20px 0;
    margin-bottom: 20px;
}
.saldo-item{
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 50px;
    vertical-align: top;
}
.saldo-label{
    text-transform: uppercase;
    margin-right: 25px;
    color: #727272;
    font-size: 12px;
}
.saldo-amount{
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.tarifa-item{
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}
.tarifa-label{
    text-transform: uppercase;
    margin-right: 10px;
    color: #727272;
    font-size: 10px;
    vertical-align: middle;
}
.tarifa-amount{
    color: #000;
    font-weight: 700;
    font-size: 17px;
    vertical-align: middle;
}
.voucher-amount{
    color: #000;
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
}
.voucher-net-amount{
    color: green;
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;    
}
.voucher-net-amount-place{
    border: 3px solid green;
    font-size: 30px;
}
.voucher-status{
    color: #000;
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;   
}
.voucher-fee{
    color: #f00;
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
}
.voucher-receipt{
    color: #000;
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
}
.margin-right-8{
    margin-right: 8px;
}

.button-link{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}
.volume-item{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background: #266fa5;
    color: #fff;
}
.volume-item>*{
    display: inline-block;
    vertical-align: middle;
}

.volume-label{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.volume-amount{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.trading-graph{
    margin-bottom: 50px;
}

.compare-checkbox-label{
    font-style: italic;
    text-align: left;
    display: block;
    text-transform: uppercase;
}

.count-filter-wrapper-inner-item{
    display: inline-block;
    vertical-align: middle;
}

.demand-table{
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}
.demand-table thead tr th{
    border: 0;
    font-weight: 700;
    text-align: center;
}
.demand-table tbody tr td{
    border: 2px solid #fff;
    background: #f5f5f5;
    text-align: center;
}
.demand-table tbody tr td:first-child{
    border-left: 0;
}
.demand-table tbody tr td:last-child{
    border-right: 0;
}
.demand-table .table{
    margin-bottom: 0;
}
.demand-box-title{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 1.1;
}
.demand-box-sub-title{
    font-size: 11px;
    color: #1e1e1e;
    margin-bottom: 12px;
    text-align: center;
}

.numbered-pagination{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.numbered-pagination li{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.numbered-pagination li a{
    display: block;
    font-size: 13px;
    padding: 3px 5px;
    color: #000;
}
.numbered-pagination .prev-next a .fa{
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #266fa5;
}
.numbered-pagination li.current a{
    font-weight: 700;
    color: #266fa5;
}

.demand-box{
    margin-bottom: 30px;
}

.inline-box{
    display: inline-block;
    vertical-align: middle;
}

.fine-print{
    font-style: italic;
    color: #636363;
    font-size: 13px;
    padding-top: 5px;
}

.inline-box-group{
    padding-left: 10px;
    padding-right: 10px;
}
.inline-box-group>.inline-box:first-child{
    margin-right: 5px;
}

.bold-label{
    font-weight: 700;
}

.link-light-blue{
    color: #30a9d9;
}

.owl-carousel .owl-stage-outer{
	height: auto;
}

.option-bar{
    padding: 25px 20px 10px;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    color: #1e1e1e;
    margin-bottom: 30px;
}
.option-bar-label{
    display: block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 10px;
}
.option-bar-spacer{
	margin-bottom:20px;
}
.blue-table{
    border: none !important;
}
.blue-table thead tr th{
    border: 2px solid #fff;
    background: #266fa5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
}
.blue-table thead tr th.no-fill{
    background: none;
}
.blue-table tbody tr td{
    border: 2px solid #fff;
    background-color: #e9e9e9;
    font-weight: 700;
    color: #727272;
    font-size: 13px;
    padding: 12px 15px;
}
.blue-table.blue-table-alternate tbody tr:nth-child(even) td{
    background: #f4f4f4;
}
th.subheader {
	font-weight:normal !important;
	background: #5498cb !important;
}
th.main{border-right: 1px solid #ddd;border-left: 1px solid #ddd;background-color: #F4F4F4;}
th.main1{border-right: 1px solid #ddd;border-left: 1px solid #ddd;background-color: #E5F5FC;}
td.main{font-weight:bold !important;border-right: 1px solid #ddd;border-left: 1px solid #ddd;background-color: #ddd !important;color: #444 !important;}
td.main1{font-weight:bold !important;border-right: 1px solid #ddd;border-left: 1px solid #ddd;background-color: #B1DDEF !important;color: #444 !important;}

.contas-bancaria-2-form{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 10px;
}
select.form-control{
    padding: 6px 15px 7px;
    _:-webkit-appearance: none !important;
    line-height: 30px;
}

.text-bar p{
    margin-bottom: 20px;
}

.seguranca-bar{
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 15px;
}
.seguranca-bar-inner{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.seguranca-bar-form{
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-top{
    background: #2c322d;
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer-social{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.footer-social-link{
    display: inline-block;
    background: #404641;
    color: #999999 !important;
    border-radius: 180px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.button-group-item{
    float: left;
}
.send-icon{
    width: 15px;
    height: auto;
}
.send-button{
    padding-left: 8px;
    padding-right: 8px;
}

.upgrade-link-wrapper{
    color: #727272;
    font-size: 12px;
}

.input-wrapper {
    overflow: hidden;
}

.input-wrapper *[type=submit] {
    margin-top: 10px;
    margin-bottom: 3px;
}

.upgrade-title span{
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.margin-bottom-20{
    margin-bottom: 20px;
}
.gray-text{
    color: #a79595;
}
.text-italic{
    font-style: italic; !important;
}

.narrow-button{
    padding-left: 8px;
    padding-right: 8px;
}
.cadastro-buttons-wrapper .button img{
    height: 13px;
    width: auto;
}
.cadastro-buttons-wrapper .inline-box{
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
}
.text-red{
    color: #ff0000 !important;
}
.text-small{
    font-size: 10px;
}

.cadastro-buttons-wrapper .button{
    width: 100%;
}

.button-icon{
    padding-left: 41px;
    position: relative;
}
.button-icon-icon{
    width: 41px;
    top: 0;
    left: 0;
}
.button-icon-button{
    width: 100%;
}

.button-note{
    font-size: 10px;
    color: #727272;
    padding-top: 5px;
}

.carteira-action-wrapper .inline-box{
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
}
.carteira-action-input-text{
    width: 280px;
}

.carteira-action-wrapper .inline-box-group .inline-box{
    vertical-align: middle;
}
.currency_char {
	margin-left:0;
	margin-right:1px;
}
.currency_char.cc {
	margin-left:3px;
	margin-right:0;
}
.buy_currency_char{
	margin-right:0;
	margin-right:1px;
}
.buy_currency_char.cc{
	float: right;
    margin-left:3px;
	margin-right:0;
}
.sell_currency_char{
	margin-right:0;
	margin-right:3px;
}
.sell_currency_char.cc{
	float: right;
    margin-left:3px;
	margin-right:0;
}


.footer-link{
    text-align: center;
}
.footer-link a{
    display: inline-block;
    padding: 10px 15px;
    color: #999999 !important;
    text-transform: uppercase;
}

.footer-bottom{
    background: #0f100f;
    color: #fff;
    line-height: 1.2;
}
.copyright{
    font-size: 11px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.button-enviar img{
    display: none;
}
.button-enviar.loading img{
    display: inline-block;
    margin-right: 4px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.homepage-feature-icon:hover img {
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    10% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    20% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    30% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    40% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    50% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    60% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    70% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    80% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    90% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    10% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    20% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    30% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    40% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    50% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    60% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    70% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    80% {
        -webkit-transform: translate(1px, 0);
        transform: translate(1px, 0);
    }
    90% {
        -webkit-transform: translate(-1px, 0);
        transform: translate(-1px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}



/*Front End*/
#front-end-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
}
#front-end-nav .navbar-nav li a{
    color: #fff;
    border: 0;
}
#front-end-header #front-end-nav .navbar-nav li.nav-button-login a{
    font-size: 11px;
    background: #38aad7;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 3px;
    margin-right: 10px;
}
#front-end-header #front-end-nav .navbar-nav li.nav-button-register a{
    font-size: 11px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff !important;
    padding: 7px 20px;
    border-radius: 3px;
}

.front-end-top-bar-item{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 9;
}

/*Backend changes*/
.small-grey-text{
    font-size: 12px;
    color: #a79595;
}
.button-icon-button img {
    height: 13px;
    width: auto;
}
.button-block{
    width: 100%;
    position:relative;
}
.button-font-small{
    font-size: 10px;
}
.padding-right-10{
    padding-right: 10px;
}

.inner-top-nav .dropdown-menu{
    background: #f2f2f2;
    border-radius: 0;
    padding: 0 10px;
}
.inner-top-nav .dropdown-menu li{
    padding-top: 0;
    display: block;
}
.inner-top-nav .dropdown-menu li a{
    border-bottom: 1px solid #d0d0d0;
    color: #232323;
    padding: 8px 14px;
    border-right: 0;
    display: block;
}
.inner-top-nav .dropdown-menu li:last-child a{
    border-bottom: 0;
}
.margin-bottom-5{
    margin-bottom: 5px;
}

.saldos-box{
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    padding: 20px 15px;
}
.saldos-icon{
    min-height: 68px;
}
.saldos-title{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #727272;
}
.saldos-amount{
    color: #000000;
	font-size: 19px;
	font-weight: 700;
	overflow: hidden;
}
.meu-peril-spacer{
    height: 4px;
}
.deposito-table img{
    margin-left: 4px;
}
.deposito-table .fa{
    margin-left: 4px;
    font-size: 16px;
}
.green-color{
    color: #4BC72C;;
}
.margin-bottom-60{
	margin-bottom:60px;
}
.checkbox_label{
	width: 100%;
}

/*Front Pages*/
#homepage-main{
    min-height: 800px;
    background: url("../images/home-bg.png") no-repeat top center;
    background-size: cover;
    padding-top: 301px;
    padding-bottom: 55px;
}
.home-main-form-wrapper{
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.85);
}
.home-main-form-wrapper h2{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #2a6fa2;
    margin-bottom: 15px;
}

.home-main-form-wrapper .form-control{
    border-radius: 4px;
    border-color: #000;
    padding: 12px 15px;
}
.home-main-form-wrapper .button{
    padding: 12px 25px;
    border-radius: 4px;
}
.home-page-slide{
    color: #fff;
}
.home-page-slide h2{
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home-page-slide p{
    font-weight: 600;
    font-size: 14px;
}
.homepage-slider.owl-theme .owl-dots .owl-dot.active span{
    background: #fff;
}
.homepage-slider.owl-theme .owl-dots .owl-dot span{
    background: transparent;
    border: 1px solid #fff;
}
.homepage-prices{
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 25px 0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-top: 32px;
}
.home-page-price-item{
    position: relative;
}
.home-page-price-item:after{
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    right: -15px;
    top: 0;
    background: #fff;
}
.home-page-price-item.last-item:after{
    display: none;
}
.home-page-price-label{
    font-size: 16px;
    line-height: 1.1;
}
.home-page-price-amount{
    font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 3px;
}
.home-page-prices-title{
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    text-align: center;
}
.home-page-prices-title span{
    display: inline-block;
    padding: 2px 15px;
    background: #000;
    color: #4ad2ef;
    font-size: 14px;
}

.homepage-feature-box{
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.homepage-feature-container{
    padding-top: 100px;
}
.homepage-feature-title{
    display: block;
    font-size: 12px;
    color: #4ad2ef;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom: 12px;
}
.banner-bg{
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#page-banner{
    padding-top: 200px;
    padding-bottom: 70px;
    color: #fff;
    font-size: 14px;
}
.page-title{
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
#front-about{
    background-color: #37aad7;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 40px;
}
.front-about-box{
    margin-bottom: 40px;
}
.front-about-text{
    padding-top: 15px;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    -moz-text-align-last: center;
    text-align-last: center;
}

#front-team{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background: url("../images/team-bg.png") no-repeat center;
    background-size: cover;
}
#front-team h2{
    font-weight: 600;
    font-size: 37px;
    margin-bottom: 40px;
}
.team-box{
    margin-bottom: 40px;
    text-align: center;
}
.team-avatar{
    margin-bottom: 20px;
}
.team-name{
    font-size: 16px;
    font-weight: 600;
}
.team-position{
    font-size: 16px;
    font-weight: 600;
}

#compromisso{
    padding-top: 55px;
    padding-bottom: 50px;
    color: #202020;
    background: url("../images/white-bg.png") no-repeat center;
    background-size: cover;
}
#compromisso h2{
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 30px;
}
#compromisso p{
    font-weight: 600;
    margin-bottom: 20px;
}

#tarifas-main{
    padding-top: 40px;
    padding-bottom: 20px;
}
#tarifas-main h2{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px;
}
.tarifas-table{
    margin-bottom: 40px;
}
.tarifas-table thead tr th{
    background: #153851;
    padding: 30px 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border: 0;
    border-right: 1px solid #153851;
}
.tarifas-table.tarifas-table-2 thead tr th{
    background: #2c8eb5;
    border-right: 1px solid #2c8eb5;
}
.tarifas-table tbody tr td{
    border-top: 1px dashed #959595;
    color: #565656;
    font-size: 17px;
    padding: 20px 13px;
    border-right: 1px dashed #959595;
    text-align: center;
}
.tarifas-table tbody tr:first-child td{
    border-top: 0;
}
.tarifas-table tbody tr:last-child td{
    border-bottom: 1px dashed #959595;
}
.tarifas-table tbody tr td:last-child{
    border-right: 1px solid transparent;
}

#onde-estamos-1{
    padding-top: 40px;
    background: #e6e6e6;
}
#onde-estamos-1 h4{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}
.onde-estamos-1-inline-box .button{
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 4px;
}
.contact-box{
    margin-bottom: 45px;
    border-radius: 8px;
    border: 2px solid #4f4f4f;
    min-height: 240px;
}
.contact-box-header{
    background: #4f4f4f;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.contact-box-body{
    padding: 10px 8px;
}
.contact-box-body tr td{
    padding: 6px;
    font-size: 12px;
}

#seja{
    padding-top: 45px;
    padding-bottom: 40px;
    color: #fff;
    background: url("../images/seja-bg.png") no-repeat center;
    background-size: cover;
}
.seja-heading h2{
    font-size: 22px;
    text-transform: uppercase;
}
.seja-heading p{
    font-size: 16px;
    margin-bottom: 30px;
}

.seja-form-box{
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
}

.form-control-rounded{
    border-radius: 4px;
}
.button-rounded{
    border-radius: 4px;
}
.button-dark{
    background: #000;
}

.seja-form-box .form-control{
    padding: 14px 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.seja-form-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.seja-form-box .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.seja-form-box .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.seja-form-box .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.seja-form-box .button{
    padding: 14px 25px;
}

#contato-main{
    padding-top: 55px;
    padding-bottom: 100px;
    background: #e6e6e6;
}

.contact-form-box{
    color: #727272;
}
.contact-form-box .form-control{
    padding: 14px 15px;
    background: transparent;
    border: 1px solid #000;
    color: #727272;
}
.contact-form-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #727272;
}
.contact-form-box .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #727272;
}
.contact-form-box .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #727272;
}
.contact-form-box .form-control:-moz-placeholder { /* Firefox 18- */
    color: #727272;
}
.contact-form-box  .button{
    padding: 14px 25px;
}
.contact-content-icon{
    min-height: 45px;
    font-size: 30px;
    color: #38aad7;
}
.contact-content, .contact-content a{
    color: #767676;
    font-size: 16px;
    text-align: center;
}
.contact-social-media{
    text-align: center;
    margin-bottom: 30px;
}
.contact-social-media a{
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    color: #38aad7;
}
.contact-address{
    font-size: 12px;
    color: #767676;
}









.front-end-footer-top{
    background-color: #767676;
    color: #d1d1d1;
    padding-top: 35px;
}
.margin-bottom-35{
    margin-bottom: 35px;
}
.front-end-footer-widget h2{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}
.front-end-footer-links{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.front-end-footer-links a{
    display: block;
    text-align: center;
    color: #d1d1d1;
}
.front-end-footer-text{
    display: block;
    text-align: center;
    color: #d1d1d1;
}
.front-end-social-link{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
}
.front-end-social-link a{
    display: inline-block;
    padding: 0 8px 8px;
    text-align: center;
    color: #d1d1d1;
}
.front-end-footer-bottom{
    font-size: 11px;
    color: #fff;
    background: #a3a3a3;
    padding-top: 13px;
    padding-bottom: 15px;
}
.doc-file{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
    font-size: 18px;
    width: 100%;
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

select.bs-dropdown{
    display: none;
}
.clear{
	clear:both;
}
.address-info {
    float: left;
    padding: 20px 20px 10px 0;
    width: 100%;
}
.address-info ul li{list-style: none;}
.address-info a {
    color: #1889c1;
}
.address-info a:hover {
    color: #454545;
}
.contact-frm .editor_li{margin-bottom: 15px;}
.history-date-filter{position: relative;}
.history-date-filter .clear_date{left:60px !important;right:-60px !important;top:12px !important;position: absolute !important;}
.padding-right-5 {padding-right: 5px;}
.register-checkbox-terms{padding-right: 5px;}
.label-inline{
	position: relative;
	top: 3px;
}
.form-inline .form-control[type="radio"]{
	margin-left: 20px;
}

.drag-tablednd{
    cursor: pointer;
}
.fa-hand-paper-o{
    color:#ddd;
}
.drag-tablednd .fa-hand-paper-o{
    color:#383634;
}


.div-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(244,244,244,0.7);
	z-index: 5;
	cursor: pointer;
}
.div-overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 5;
	cursor: pointer;
}
.div-overlay .overlay-note,.div-overlay1 .overlay-note{
	position: absolute;
	top: 23px;
	left: 50%;
	font-size: 21px;
	color: #FFF;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
	line-height: 37px;
	text-transform: uppercase;
	background: rgba(48,169,217,0.8);
	font-weight: bold;
	padding: 5px 20px;
}
.div-overlay1 .overlay-note{
	top:185px;
}
.div-overlay .overlay-note.no-bg,.div-overlay1 .overlay-note.no-bg{
	background:	rgba(48,169,217,0) !important;
	color:#1e1e1e;
	text-transform:none;
}
.bg-white{
	background-color:rgba(255,255,255,1);
}
.op_autocomplete{
	border: 1px solid #00bdbd;
	display:none;
}
.op_autocomplete .result{
	border-bottom: 1px solid #aaa;
	position:relative;
}
.op_autocomplete .result .o1{
	background-color: #30a9d9;
	color:#FFF;
	position:absolute;
	top:0;
	left:0;
	padding: 5px 10px;
	z-index:2;
	width:100px;
	cursor:pointer;
}
.op_autocomplete .result .o2{
	background-color: #D6F3FF;
	font-weight:bold;
	padding: 5px 10px 5px 140px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.op_autocomplete .result.dummy{
	display:none;
}
.user_op_info{
	border: 1px solid #d6d6d6;
	padding: 10px 10px 15px 14px;
	margin-bottom: 15px;
	position: relative;
}
.user_op_info .remove {
	position: absolute;
    right: 9px;
    top: 5px;
    font-size: 23px;
    font-weight: 400;
}
.user_op_info .but_user {
	display: inline-block;
}
.user_op_info .but_user.hide {
	display: none;
}
.user_op_info .line {
	text-align: center;
	clear: both;
	margin: 8px 0 10px;
}
.user_op_info .line:last-child {
	padding-bottom:0;
}
.user_op_info .line .param{
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.user_op_info .line .param.main{
	font-weight:bold;
}
.user_op_info .line .param .name{

}
.user_op_info .line .param .value{

}
.user_op_info .line .param.main .name{

}
.user_op_info .line .param.main .value{

}
.user_op_info .doc{
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
}
.user_op_info .doc a{
	text-decoration: underline;
}
.user_op_info .doc a.inactive{
	color: #aaa;
}
input.error,textarea.error {
	color: #bd6767 !important;
	border-color: #f1bdbd !important;
	background-color: #ffdddd !important;
}

.hide{
	display:none;
}
.long-text h3{margin:15px 0;}
.long-text h2{margin: 40px 0 30px 0 !important;font-size: 30px !important;}

.options{
	position: relative;
	margin-bottom: 15px;
}
.options a{
	background-color: #fff;
    color: #30a9d9;
    display: inline-block;
    margin:0 -2px 0 -1px;
    padding: 5px 0;
    text-align: center;
    width: 50%;
    border: 1px solid #30a9d9;
    text-transform: uppercase;
}
.options a.selected{
	background-color: #30a9d9;
    color: #fff;
}
td .fa-user{
	margin-right:5px;
}
.table td {;white-space: nowrap;}
.table td a.click{color:#383634;margin-right:0;text-decoration:underline;}
.table td a.click:hover{color: #007F99;}
.table td .identify{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: -7px;
	height: 32px;
}
.table td .identify.market_order{background-color:#EFE62F;}
.table td .identify.limit_order{background-color:#FF8282;}
.table td .identify.stop_order{background-color:#DB82FF;}
.table td .oco{color:#727272;font-size: 11px;}
.table td .action{color: #727272;margin: 0 4px 0 2px;}
.table td .fa-exchange{color:#727272;font-size: 10px;margin-left: 2px;}
.table td .fa-pencil{color:#727272;margin-left:4px;}
.table td .fa-times{color:#727272;margin-left:4px;}
.table td.inactive{background-color:#FFF;}
.table td.api-key{font-size: 16px;color:#00BDBD;font-weight: bold;}
.table td.api-label{text-decoration: underline;color:#727272;font-weight: 700;}
.table td.api-label.first{color:#FFF;background-color:#aaaaaa;}
.table tr.blink td{background-color:#A2EEEE;}
.blink {background-color:#A2EEEE !important;}
.dropdown-menu > li > a {
	cursor:pointer;
}
#tv_chart_container {
	height:350px;
	position:relative;
	clear:both;
}

#qr_code_reader {
	height:230px;
	background-color: #FFF;
	width: 100%;
}
.camera_div{
	display:none;
	height:230px;
	background-color: #ddd;
	width: 100%;
	border: 1px solid #ddd;
    position:relative;
    margin-bottom: 10px;
}
.camera_div .camera_show{
	height: 230px;
    width: 100%;
    z-index:1;
    position:relative;
}
.camera_buttons{
	position: absolute;
    z-index: 2;
    background-color: rgba(255,255,255,0.7);
    padding: 5px 0 5px 10px;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    font-size: 18px;
}
.camera_buttons a{
    margin-right: 10px;
    color: #Fcfcfc;
}

.camera_buttons a.fa-camera{
    margin-right: 10px;
    color: #3371b7;
}

.camera_buttons a.fa-exchange {
    color: #3371b7;
}

.camera_buttons a.fa-check {
    color: #7dd83a;
}

/* .camera_buttons a.fa-cloud-upload {
    color: #000;
} */
.camera_buttons a.fa-cloud-upload {
    color: #65c520;
}

.camera_buttons a.fa-spin {
    color: #3371b7;
}

.camera_buttons a.fa-times {
    color: #e70e0e;
}

#tv_chart_container {
	height:350px;
	position:relative;
	clear:both;
}
.text-input {
	width: 100px;
    float: left;
    display: inline-block;
    margin-top: 4px;
    margin-right: 10px;
}
#op_check_label {
	margin-left:10px;
}
.td-contain{
	text-overflow: ellipsis;
	max-width: 115px;
	overflow: hidden;
	display: inline-block;
}
.receipt{
	font-size: 14px;
}
.receipt p{
	margin:0;
}
.receipt .line{
    padding: 10px 0;
    margin-bottom: 15px;
}
.receipt .line.has-border{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.receipt .line-2{
	display: inline-block;
    width: 49%;
    vertical-align:top;
}
.receipt .line-1{
	font-size:13px;
	display: inline-block;
    width: 49%;
}
.receipt .logo{
	margin-bottom: 10px;
}
.receipt table{
	border: 1px solid #aaa;
    border-collapse: collapse;
    margin-top: 35px;
    text-align: left;
    width: 100%;
}
.receipt table tr{

}
.receipt table tr th{
	background-color: #f4f4f4;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.receipt table tr td{
	border-bottom: 1px solid #ddd;
    padding: 8px 10px;
}
.receipt table tr.total td{
	font-weight:bold;
	border-bottom:1px solid #aaa;
	text-transform:uppercase;
}
.ui-datepicker {
	z-index: 2000 !important;
}
.clear_date{
	left: -23px;
    margin-right: -11px;
    position: relative;
}


.loginreg .input-group-addon{
	border: 1px solid #000;
}
.loginreg .form-control{
	border-left:none;
}
.has-error{
	border-color: #a94442;
	background-color: #f2dede;
}
.g-recaptcha {
	margin-bottom:15px;
}
.g-recaptcha div:first-child{
	display:inline-block;
}
.login_bg_less {
	height: 100px;
	min-height: 100px !important;
	padding-top: 60px !important;
}
.font-weight-normal{
	font-weight:normal;
}


/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 10px;
	bottom: 70px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.mobile-nav{
	display:none;
}

/* Mobile device */
@media (max-width: 767px) {
    #header-nav {
        position: absolute !important;
        width: 100%;
        z-index: 997;
        background: #fefefe !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .mobile-nav{
    	display: block;
		z-index: 1;
		margin-top: -50px;
		bottom: 104px;
    }
    .mobile-nav .navbar-collapse{
    	margin-top: 105px;
    }
    .mobile-hide{
    	display:none;
    }
    .navbar-collapse{
        /* border-top: 1px solid #ccc; */
    }
    .xs-text-center{
        text-align: center;
    }
    .top-bar-link a{
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
    }

    .navbar-toggle{
        background-color: #266fa5;
        border-radius: 4px;
        color: #fff;
        position: relative;
        top: 14px;
        padding: 2px 10px;
    }
    .navbar-nav li.active a, .navbar-nav li a:hover {
        border-color: #30a9d9;
    }
    .navbar-nav li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-bar-item a {
        color: #fff;
        font-size: 10px;
    }
    .user-links a {
        display: block;
        float: left;
        padding: 8px 5px;
    }
    .language-switcher {
        height: 22px;
    }

    .home-banner-phone{
        margin-bottom: 50px;
    }
    .create-account-form{
        margin-left: auto;
        margin-right: auto;
    }
    .exchange-bar-item{
        margin-bottom: 10px;
    }
    .exchange-bar .button{
        margin-bottom: 10px;
    }
    .app-download-content{
        padding-top: 30px;
    }
    .cellular-img{
        margin-top: 30px;
    }

    .bordered-col:after{
        content: '';
        position: absolute;
        left: 5%;
        top: 50%;
        height: 1px;
        width: 90%;
        background: #e9e9e9;
        display: none;
    }

    .count-filter-wrapper{
        margin-bottom: 30px;
    }

    #front-end-header #front-end-nav .navbar-nav li.nav-button-login a{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .front-end-top-bar {
        background: rgba(0, 0, 0, 0.5);
        padding-top: 3px;
        padding-bottom: 3px;
    }
    #front-end-nav .navbar-nav{
        margin-top: 0;
        margin-bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    #front-end-nav .navbar-nav.navbar-right{
        padding-bottom: 15px;
    }
    #front-end-header .navbar-header {
        background: rgba(255,255, 255, 0.18);
    }
    .home-page-price-item:after{
        display: none;
    }
    #homepage-main {
        padding-top: 135px;
    }
    .hide-768{
    	display:none;
    }
    .hide-border-768{
    	border:none !important;
    }
    .saldo-label {
	    text-align: right;
	    display: inline-block;
		position: relative;
		top: -2px;
	    margin-right: 10px;
	}
	.saldo-item{
		white-space: nowrap;
		overflow: hidden;
	}
	#filters .inline-box-group{
		width: 100%;
		text-align: left;
	}
}

/* Mobile 480 */
@media (max-width: 480px) {
	.no-margin-left-480{
    	padding-left:0 !important;
    }
    .full-width-480{
     	display:block;
     	width:auto;
     }
     .hide-480{
     	/* display:none; */
     }
    .line-480 {
		/* display: block; */
	}
    .volume-amount{

    }
    .volume-label {
	    width: 100%;
	    text-align: center;
	}
	.volume-item{
		text-align: center;
		width: 100%;
	}
	.saldo-bar{
		padding: 14px 7px 0;
	}
	.text-center .link-light-blue {
		margin-left:10px;
		text-align:left;
		display: inline-block;
	}
	.carteira-action-input-text .form-control{
		display: block;
		width: 100%;
	}
	.carteira-action-input-text .inline-box-group{
		display: block;
		width: 100%;
	}
	.carteira-action-wrapper .button {
		display: block;
		width: 100%;
	}

	#filters{
		margin-bottom: 30px;
	}
	#page-main{
		min-height:auto;
		padding-bottom: 30px;
	}
	.bar-title img {
	    margin-right: 5px;
	    width: 27px;
	}
	.bar-title{
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 14px;
	}
	.bar-title .button{
		margin-top: 20px;
	}
	.button-secondary {
	    margin: -5px 10px 10px;
		display: block;
		width: 93%;
	}
	.alert{
		width: 100%;
		height: auto;
	}
	.page-title-bar .exchange-bar {
		position:relative;
	}
	/* .page-title-bar .exchange-bar-item-content{
		position: absolute;
		left: 131px;
		bottom: 28px;
	} */
	p.normal{
		font-size:13px !important;
    }    
}

/* iPad */
@media (min-width: 768px) {
	p.normal{
		font-size:14px !important;
	}
    .navbar-nav li a{
        padding-top: 40px;
        padding-bottom: 40px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
    .navbar-nav li.active a, .navbar-nav li a:hover{
        border-color: #30a9d9;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .navbar-brand{
        position: relative;
        top: 10px;
    }
    .bordered-col:after{
        content: '';
        position: absolute;
        left: 50%;
        top: 5%;
        height: 90%;
        width: 1px;
        background: #e9e9e9;
    }

    .count-filter-wrapper-inner{
        margin-bottom: -30px;
        position: relative;
        z-index: 9;
    }

    .sm-text-right{
        text-align: right;
    }

    #front-end-header .navbar-nav li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #front-end-header .navbar-nav li.active a, #front-end-header .navbar-nav li a:hover {
        color: #4ad2ef;
        border: 0 !important;
    }
    #front-end-nav .navbar-nav {
        position: relative;
        top: 38px;
    }
    .front-end-top-bar-items {
        position: absolute;
        right: 15px;
        z-index: 7;
    }

    .narrow-grid{
        margin-left: -4px;
        margin-right: -4px;
    }
    .narrow-grid>div{
        padding-left: 4px;
        padding-right: 4px;
    }

    .top-bar-link-left{
        position: absolute;
        left: 0;
        top: 13px;
    }

    .navbar-center{
        position: absolute !important;
        float: none;
        z-index: 8;
        width: 100%;
        text-align: center;
        top: 0;
        left: 0;
    }
    .navbar-center>li{
        float: none;
        display: inline-block;
    }
    .navbar-right, .navbar-header, .navbar-brand{
        z-index: 9;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav li a{
        font-size: 12px !important;
    }
    #front-end-header .navbar-nav li a{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 10px !important;
    }
    #front-end-header #front-end-nav .navbar-nav li.nav-button-register a{
        padding-left: 5px;
        padding-right: 5px;
    }
    #front-end-header #front-end-nav .navbar-nav li.nav-button-login a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #homepage-main {
        padding-top: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    #front-end-header .navbar-nav li a{
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Desktop small screen */
@media (min-width: 992px) {

}

/* Desktop large screen */
@media (min-width: 1200px) {

}

.front-end-top-bar-items{z-index: 10 !important;}

#user-op-container{
	position:relative;
}

.passmeter{
	position: absolute;
	bottom: 0;
	left: 166px;
	height: 5px;
	width: 180px;
	z-index: 5;
	border: 1px solid #D6D6D6;
}
.passmeter .s{
	position:relative;
	width:0;
	color:red;
	height: 5px;
}

.rep-line {
    border-top: 1px solid #999;
    padding-top: 5px;
}
.remove-rep-line{
    cursor: pointer;
    display: none;
}

.account-page .jumbotron,.buysell-page .jumbotron{
    padding: 26px;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
}
.account-page .saldos-list-item{
    padding: 13px 17px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
}
.account-page .saldos-list-item:last-child{
    border-bottom: none;
}
.p-saldos-title,.bs-saldos-title{
    font-size: 12px;
    font-weight: 700;
    color: #727272;
}
.saldo-cur-image {
    min-width: 28px;
    display: inline-block;
}
.p-saldos-price{
    color: #3D5BA5;
    font-size: 16px;
}
.saldos-total{
    font-weight: 700;
}
.account-page .bar-title,.buysell-page .bar-title{
    text-align: left;
}
.button:not(.user_op_search_button){
    border-radius: 9px;
}
.account-page .buy-button, .buysell-page .buy-button{
    background: #3FDF21;
}
.account-page .sell-button, .buysell-page .sell-button{
    background: #DF0D2F;
}
.account-page .input-group .button, .buysell-page .input-group .button{
    border-top-left-radius : 0px;
    border-bottom-left-radius : 0px;
    background: #EBEBEB;
    color : #A6A6A6 !important;
}
.account-page .input-group .button:hover, .buysell-page .input-group .button:hover {
    box-shadow: unset;
}
.account-page .input-group .input-group-btn .button, .buysell-page .input-group .input-group-btn .button{
    border: 1px solid #d8d8d8;
}
.account-page .fa-question-circle, .buysell-page .fa-question-circle{
    font-size: 17px;
    color: #30a9d9;
    margin-left: 2px;
}
.my-position-table tbody tr{
    color: #3D5BA5;
    font-size: 15px;
}
.jumbotron .form-control:focus{
    border: 1px solid #d8d8d8;
}
.jumbotron .compare-box{
    margin-bottom: 5px;
}
.pep-input input[type="checkbox"]{
    margin-left: 5px;
}
.pep-input i, .label-help{
    margin-left: 10px;
    font-size: 17px;
}
.span-cpf-status{
    float: left;
    margin-top: 32px;
    font-weight: bold;
    font-size: 15px;
}

.form-control:disabled{
    background: #B8B8B8;
}
.input-info{
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.wrap-normal{
    white-space: normal;
}


.after-upload {
    padding: 0;
}

.after-upload .button-icon-icon {
    box-sizing: border-box;
    float: left;
}

.after-upload .button-icon-icon a {
    margin: 0;
}

.after-upload .button-icon-button {
    box-sizing: border-box;
    float: left;
}

.alert {
    display: table;
    position: inherit;
    margin: 0 auto 40px auto;
    width: 90%;
}

.alert.password {
    margin-bottom: 5px;
}

.home-page-price-label, .home-page-price-amount {
    text-align: center;
}

@media (min-width: 480px) and (max-width: 768px) {
    .after-upload .button-icon-icon {
        margin-right: 3%;
        width: 5%;
    }

    .after-upload .button-icon-button {
        width: 92%;
    }
}

@media (max-width: 480px) {
    .after-upload .button-icon-icon {
        margin-right: 2%;
        width: 15%;
    }

    .after-upload .button-icon-button {
        width: 83%;
    }

    .compare-box-block a {
        font-size: 12px;
    }

    .g-recaptcha {
        transform:scale(0.80);
        -webkit-transform:scale(0.80);
        -o-transform:scale(0.80);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

    #filters label {
        display: block;
    }

    .history-date-filter input[type=text] {
        float: left;
    }

    .history-date-filter button {
        float: right;
    }

}

@media (max-width: 768px) {
    .button-enviar {
        display: table;
        margin: 0 auto;
    }
    .balance span {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .after-upload .button-icon-icon {
        margin-right: 2%;
        width: 5%;
    }

    .after-upload .button-icon-button {
        width: 93%;
    }
    .balance span {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .alert {
        width: 100%;
    }
    .after-upload .button-icon-icon {
        margin-right: 5%;
        width: 20%;
    }

    .after-upload .button-icon-button {
        width: 75%;
    }
    .balance span {
        font-size: 24px;
    }
}

@media (min-width: 1280px) {
    .alert {
        width: 100%;
    }

    .after-upload .button-icon-icon {
        margin-right: 4%;
        width: 5%;
    }

    .after-upload .button-icon-button {
        width: 91%;
    }
    .balance span {
        font-size: 20px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.form-control {
        line-height: 33px;
    }
}

form[action=settings] {
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

form[name=settings] .alert {
    margin-bottom: 10px;
}

.option-bar {
    border: none;
    display: table;
    margin: 15px auto;
}

.option-bar *[type=submit] {
    margin: 0 auto;
    display: table;
}


.balance {
    padding: 30px 0;
}
.balance .progress {
    height: 10px;
    margin-top: 5px;
}
.balance h5 {
    color: #999;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.balance span {
    font-weight: bold;
}


/*#### MODAL ####*/
.modal-dialog button.close {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 1040;
}

.modal-dialog a.button {
    display: table;
    font-weight: bold;
    margin: 0 auto;
}

.modal-content {
    box-sizing: border-box;
    border-radius: 0;
    display: table;
    margin: 0 auto;
    max-width: 543px;
    min-height: 341px;
    padding: 55px;
}

.modal-header {
    border: none;
    padding: 0;
}

.modal-header img {
    display: table;
    margin: 0 auto 8px auto;
    padding: 0;
}

.modal-header h4 {
    color: #000000;
    font-family: 'Open Sans';
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0;
}

.modal-content p {
    line-height: 2;
    font-family: 'Open Sans';
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
}

.rep-line:first-of-type .remove-rep-line  {
    display: none;
}

.remove-rep-line {
    display: table;
    background: #999999;
    color: #ffffff;
    border-radius: 5px;
    float: right;
    padding: 4px 6px;
}

.remove-rep-line:hover {
    color: #ffffff;
    text-decoration: underline!important;
}

div#sublinhadoMes:hover, div#sublinhadoAno:hover
{
    border-bottom: 3px solid #30a9d9;
    margin-bottom: -3px;
}

.fontWhite
{

    color: white;

}

.sectionOTC
{

    background-image:url('../images/background1.png');
    width: 100%;
    height: auto;

}

.whatsappOTC
{

    background-image:url('../images/texture.png');
    width: 100%;
    height: auto;

}

.labelTitulo
{
    font-size: 15px !important;
    font-weight: 500;
}

.deposit-title
{
    text-align: center !important;
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
    font-weight: bold;
}

.deposit-text
{
    font-size: 13px;
    color: #373737;
    letter-spacing: 1px;
    font-weight: 550;
}

.deposit-text-red
{
    font-size: 14px;
    color: red;
    letter-spacing: 1px;
    font-weight: bold;
}

.modal_popup
{
    padding: 0px !important;
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}

@media print {
    body * {
        visibility: hidden;
    }
    #printable, #printable * {
        visibility: visible;
    }
    #printable {
        position: fixed;
        left: 0;
        top: 0;
    }
}

#whatsapp_support .desktop {
    background-image: url(../images/whatsapp-atendimento.png);
    position: fixed;
    bottom: 10px;
    Right: 10px;
    z-index: 10000000;
    width: 199px;
    height: 48px;
}

#whatsapp_support .mobile {
    background-image:url('../images/whatsapp.png');
    position: fixed;
    bottom:5px;
    Right: 5px;
    z-index: 1000;
    width: 50px;
    height: 50px;
}

#cookies_info {
    /* background-color: rgba(56, 170, 215, 0.8); */
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    display: none;
    flex-direction: column;
    bottom:0px;
    left: 0px;
    width: 100%;
    z-index: 2000;
    font-size: 1em;
    padding: 10px;
    /* color: rgba(255,255,255,1); */
}
