.full {
    width: 100%;
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #EDEFF1;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #78828D
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}

/* Profile container */
.profile {
    margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 20px 20px 20px;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #9c9c9c;

}
.profile-userpic{
    margin: 0 auto;
    display: table;
}
.profile-userpic img {
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
    margin: 20px;
    background: #fff;
    min-height: 460px;
    border: 1px solid #9c9c9c;
}
.profile-content>p{
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
}
.profile-content p:last-of-type{
    border-bottom: none;
}
.profile-content>p>span{
    display: block;
    padding: 0 0 15px 0;
}

form{
    max-width: 500px;
    min-width: 350px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: table;
    margin: 0 auto;
    padding: 20px;
}
footer{
    margin-top: 10px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.buy {
  background: #e6fff9;
}

.sell {
  background: #ffddcc;
}

.tituloTesouro {
  font: 16px Arial;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
}

.lastUpdated {
  height: auto;
  padding-top: 20px;
  margin-bottom: 5px;
}

.pageTitle {
  height: 50px;
  padding-top: 20px;
}

.chartTitle {
  height: 50px;
  padding-top: 20px;
  text-align: left;
}

#block1.square {
  height: 30px;
  width: 30px;
  background-color: #e6fff9;
  border-style: solid;
  border-width: 1px;
}

#block3.square {
  height: 30px;
  width: 30px;
  background-color: #ffddcc;
  border-style: solid;
  border-width: 1px;
}

#block_container {
    text-align:left;
    height: 30px;
}

#block2{
  width: 100px;
  line-height: 30px;
  padding-left: 40px;
  padding-top: 5px;
}


.table.ratesprices td {
  /*color: black;*/
  text-align: center;
  /*border-style: solid;
  border-width: 0px;*/
}

.espborders {
  border-color: white;
  border-style: solid;
  border-right-width: 1px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.neg {
  color: red;
  font: 16px Arial;
}

.pos {
  color: #000082;
  font: 16px Arial;
}

#xlsLastUpdated {
  height: auto;
  padding-top: 5px;
  margin-bottom: 20px;
}

.qa {
  font: 16px Arial;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-top: 55px;
  margin-bottom: 20px;
}

.question {
  padding-top: 10px;
  padding-bottom: 15px;
  font-style: italic;
  font-size: 24px;
  cursor: pointer;
}

.answer {
  font-style: normal;
  padding-top: 10px;
  font-size: 24px;
}

.tituloMain {
  font-size: 30px;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 50px;
  /*line-height: 80px;*/
}

.last_updated {
  text-align: left;
  margin-top: -15px;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}

