/* CSS geral (Mobile e Desktop) */

body {
    background-color: #FFF;
}

a{
	color: #548cc5;
}
.content_wrap {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

.footer_text {
    margin: 20px 10px 0;
    font-size: 10px;
    color: #999;
    line-height: 12px;
}


.icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background: url(../best_images/icons-sprites.png) no-repeat;
}
.input_wrap {
    position: relative;
}

.stars_rating {
    float: left;
    display: block;
    width: 85px;
    height: 14px;
    background: url(../best_images/icons-sprites.png) -245px -220px;
}

.stars_rating.one {background-position: -228px -220px;}
.stars_rating.two {background-position: -211px -220px;}
.stars_rating.three {background-position: -194px -220px;}
.stars_rating.four {background-position: -177px -220px;}
.stars_rating.five {background-position: -160px -220px;}

.level_rating,
.level_rating_bg {
    display: block;
    height: 11px;
    background-image: url(../best_images/icons-sprites.png);
}
.level_rating_bg {
    position: relative;
    float: left;
    width: 80px;
    background-position: -160px -240px;
}
.level_rating {
    position: absolute;
    top: 0;
    left: 0;
    background-position: -240px -240px;
}

.level_rating.one {width: 11px;}
.level_rating.two {width: 22px;}
.level_rating.three {width: 33px;}
.level_rating.four {width: 44px;}
.level_rating.five {width: 55px;}
.level_rating.six {width: 66px;}
.level_rating.seven {width: 80px;}


.carousel-control {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 62px;
    margin-top: -31px;
    text-align: center;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 70%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, #ffffff 70%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 70%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 70%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 70%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.carousel-control.left {
    left: -43px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.carousel-control.right {
    right: -43px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.carousel-control .icon {
    margin: 21px 11px 0;
}
.carousel-control.left .icon {
    background-position: -380px -120px;
}
.carousel-control.right .icon {
    background-position: -400px -120px;
}

.carousel-indicators {
    text-align: center;
}
.carousel-indicators li {
    display: inline;
}
.carousel-indicators a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 5px;
    background-color: #FFF;
}
.carousel-indicators .active a {
    border-color: transparent;
    background-color: #3276BD;
}

.inner_container {
    max-width: 940px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}



/* RESET CLASSES */
.no-boxshadow {
    box-shadow: none !important;
}
.no-pad-r {
    padding-right: 0 !important;
}
.no-border {
    border: 0 !important;
}
.no-scroll {
    overflow: hidden !important;
}
.greater {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../best_images/icons-sprites.png') no-repeat scroll -140px -100px transparent;
}
#homepage article .inner_container{
    border: 0 none;
    margin-bottom: 4px;
    -webkit-box-shadow:  0px 2px 3px -2px #555555;
        box-shadow:  0px 2px 3px -2px #555555;
}

/************ HOMEPAGE ***************/
.logged #top_menu_right .mensagens{display: none;}

#homepage {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

#home_carousel {
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    background: #FFFFFF;
}
#home_carousel .carousel-indicators {
    position: absolute;
    bottom: 12px;
    z-index: 2;
    width: 100%;
}
#home_carousel .carousel-indicators a {
    border: 1px solid #b0b7bc;
}
#home_carousel .carousel-indicators .active a {
    border-color: transparent;
}

#homepage .destaque {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #FFFFFF;
    border-radius: 5px;
}
.homepage_destaques .text {
    color: #999999;
}
.homepage_destaques .title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.homepage_destaques .title a{
    color: #555555;
}
.homepage_destaques .title a:hover{
    color: #1C4F90
}
.homepage_destaques .greater{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#cotacoes{
margin-top: 20px;
}

#homepage #cotacoes #map{
    background: url("../best_images/map.jpg") ;
    width: 635px;
    height: 320px;
    position: relative;
    float: left;
 }
#homepage #cotacoes #map .map_item{
    position: absolute;
    white-space: nowrap;
    height: 40px;
    cursor: pointer;
}
.clock span{
    font-size: 12px;
    color: #999999;
    padding-top: 2px;
    display: block;
}
.clock{
    font-size: 12px;
    color: #999999;
    min-width: 70px;
 }
.clock .icon{
    background: url("../best_images/cotacoes-sprites.png") no-repeat 0 -60px scroll transparent;
    height: 20px;
    width: 20px;
    float: left;
}

#homepage #cotacoes #map .map_item .bullet{
    background: url("../best_images/cotacoes-sprites.png") no-repeat scroll transparent;
    width: 16px;
    height: 16px;
    position: absolute;
}
#homepage #cotacoes #map .map_item.red .bullet{
    background-position: 0 -40px;
}
#homepage #cotacoes #map .map_item.green .bullet{
     background-position: -20px -40px;
 }
#homepage #cotacoes #map .map_item .box{
    position: absolute;
    height: 31px;
    min-width: 40px;
}
#homepage #cotacoes #map .map_item .box .box_left, #homepage #cotacoes #map .box .box_right{
    background: url("../best_images/cotacoes-sprites.png") no-repeat scroll transparent;
    height: 31px;
    width: 20px;
    position: absolute;
}

#homepage #cotacoes #map .map_item .box .box_left{
    left: 0;
}
#homepage #cotacoes #map .map_item .box .box_right{
    right: 0;
    top: 0;
 }
#homepage #cotacoes #map .map_item .box .inside{
    background-color: #f8f7ed;
    opacity: 0.9;
    filter: alpha(opacity=90);
    height: 23px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    padding: 6px 2px 0 2px;
}

#homepage #cotacoes #map .map_item.activa .box .inside{
    background-color: #408DE3;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    border-top: 1px solid #408DE3;
    border-bottom: 1px solid #408DE3;
    color: #FFFFFF;
}
#homepage #cotacoes #map .map_item .box .inside .value{
    padding: 2px 4px;
    width: 52px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
#homepage #cotacoes #map .map_item.activa .box .inside .value{
   background-color: #ffffff;
}
#homepage #cotacoes #map .map_item.green .box .inside .value{
    color: #33cc33;
}
#homepage #cotacoes #map .map_item.red .box .inside .value{
     color: #e41d1b;
 }


#homepage #cotacoes #map .map_item.type2 .bullet{
    bottom: -8px;
    right: -9px;
}
#homepage #cotacoes #map .map_item.type2 .box{
    top: 8px;
    left: 9px;
}

#homepage #cotacoes #map .map_item.type2 .box .box_left{
    background-position: -60px 0
}
#homepage #cotacoes #map .map_item.type2 .box .box_right{
    background-position: -240px 0
}
#homepage #cotacoes #map .map_item.type2 .box .inside{
    margin: 0 10px 0 3px;
}
#homepage #cotacoes #map .map_item.type2.over .box .box_left{
    background-position: -80px 0
}
#homepage #cotacoes #map .map_item.type2.over .box .box_right{
    background-position: -260px 0
}
#homepage #cotacoes #map .map_item.type2.over .box .inside{
    border-top: 1px solid #408de3;
    border-bottom: 1px solid #408de3;
}
#homepage #cotacoes #map .map_item.type2.activa .box .box_left{
    background-position: -100px 0
}
#homepage #cotacoes #map .map_item.type2.activa .box .box_right{
    background-position: -280px 0
}



#homepage #cotacoes #map .map_item.type3 .bullet{
    top: -8px;
    left: -9px;
}
#homepage #cotacoes #map .map_item.type3 .box{
    top: 8px;
    left: 9px;
}
#homepage #cotacoes #map .map_item.type3 .box .box_left{
    background-position: -120px 0
}
#homepage #cotacoes #map .map_item.type3 .box .box_right{
    background-position: 0 0
}
#homepage #cotacoes #map .map_item.type3 .box .inside{
    margin: 0 3px 0 10px;
}
#homepage #cotacoes #map .map_item.type3.over .box .box_left{
    background-position: -140px 0
}
#homepage #cotacoes #map .map_item.type3.over .box .box_right{
    background-position: -20px 0
}
#homepage #cotacoes #map .map_item.type3.over .box .inside{
    border-top: 1px solid #408de3;
    border-bottom: 1px solid #408de3;
}

#homepage #cotacoes #map .map_item.type3.activa .box .box_left{
    background-position: -160px 0
}
#homepage #cotacoes #map .map_item.type3.activa .box .box_right{
    background-position: -40px 0
}


#homepage #cotacoes #map .map_item.type1 .bullet{
    bottom: -8px;
    left: -9px;
}
#homepage #cotacoes #map .map_item.type1 .box{
    top: 8px;
    left: 9px;
}
#homepage #cotacoes #map .map_item.type1 .box .box_left{
    background-position: -180px 0
}
#homepage #cotacoes #map .map_item.type1 .box .box_right{
    background-position: 0 0
}
#homepage #cotacoes #map .map_item.type1 .box .inside{
    margin: 0 3px 0 10px;
}
#homepage #cotacoes #map .map_item.type1.over .box .box_left{
    background-position: -200px 0
}
#homepage #cotacoes #map .map_item.type1.over .box .box_right{
    background-position: -20px 0
}
#homepage #cotacoes #map .map_item.type1.over .box .inside{
    border-top: 1px solid #408de3;
    border-bottom: 1px solid #408de3;
}

#homepage #cotacoes #map .map_item.type1.activa .box .box_left{
    background-position: -220px 0
}
#homepage #cotacoes #map .map_item.type1.activa .box .box_right{
    background-position: -40px 0
}


#homepage #cotacoes #map #nasdaq100{
    top: 102px;
    left: 98px;
}

#homepage #cotacoes #map #dji30{
    top: 29px;
    left: 63px;
 }
#homepage #cotacoes #map #psi20{
    top: 150px;
    left: 45px;
}
#homepage #cotacoes #map #dax30{
    left: 372px;
    top: 96px;
}
#homepage #cotacoes #map #bel20{
    top: 150px;
    left: 406px;
}
#homepage #cotacoes #map #aex25{
    left: 462px;
    top: 51px;
}
#homepage #cotacoes #map #cac40{
    left: 261px;
    top: 173px;
}
#homepage #cotacoes #map #ibex35{
    left: 226px;
    top: 224px;
}
#homepage #cotacoes #map #ftse100{
     left: 256px;
     top: 15px;
}

#best_guru {
    background: #f0f0f0;
    border: 1px solid #d8d8d8;
    border-top: 0;
}
#homepage #best_guru .top {
    margin: auto;
    padding-top: 10px;
    position: relative;
    background-color: #1e5497;
}
#best_guru .logo {
    float: left;
    background: url(../best_images/cotacoes-sprites.png) no-repeat -40px -40px;
}

#homepage #cotacoes .topo {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

#homepage #cotacoes #tops {
    margin: 30px 20px 20px 30px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    height: 115px
}

#homepage #tops .item{
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 12px;
    overflow: hidden;
    height: 107px;

    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background: #eaeaea;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );


    -webkit-box-shadow:  0.5px 1.5px 1.5px 0.1px #b7b7b7;
    box-shadow:  0.5px 1.5px 1.5px 0.1px #b7b7b7;
    /*
        background: #f5f5f5;
        background: -webkit-gradient(linear, 0 0, 0 top, from(#fdfdfd), to(#ebebeb));
        background: -webkit-linear-gradient   (#fdfdfd, #ebebeb);
        background: -moz-linear-gradient      (#fdfdfd, #ebebeb);
        background: -ms-linear-gradient       (#fdfdfd, #ebebeb);
        background: -o-linear-gradient        (#fdfdfd, #ebebeb);
        background: linear-gradient           (#fdfdfd, #ebebeb);
    */

    /* border-radius: 3px 3px 3px 3px; */

    /*
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.50);
    */
}

#homepage #cotacoes #best_guru #tops .item .group_wrapper{
    overflow: hidden;
    float: left;
    width: 1px;
}

#homepage #cotacoes #best_guru #tops .item .group{
    width: 485px;
}

#homepage #cotacoes #best_guru #tops .item .main{
    float: left;
    height: 106px;
    width: 103px;
    cursor: pointer;
    background: #f6f6f6;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#ffffff), to(#eaeaea));
    background: -webkit-linear-gradient   (#ffffff, #eaeaea);
    background: -moz-linear-gradient      (#ffffff, #eaeaea);
    background: -ms-linear-gradient       (#ffffff, #eaeaea);
    background: -o-linear-gradient        (#ffffff, #eaeaea);
    background: linear-gradient           (#ffffff, #eaeaea);
}

#homepage #cotacoes #best_guru #tops .item .main_open{
    background-color: #ffffff;
}

#homepage #cotacoes #best_guru #tops .item .main:hover{
    background: #eaeaea;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
 }

#homepage #cotacoes #best_guru #tops .item .main .number{
    color: #c4c4c4;
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    top: 32px;
    width: 103px;
}

#homepage #cotacoes #best_guru #tops .item .main .small_bar {
    width: 92px;
    height: 3px;
    position: absolute;
    top: 4px;
    left: 6px;
}

#homepage #cotacoes #best_guru #tops .item .main_open .small_bar{
     display:none;
 }
#homepage #cotacoes #best_guru #tops .item .main .name{
    position: absolute;
    top: 82px;
    width: 103px;
    text-align: center;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
}
#homepage #cotacoes #best_guru #tops .item .main_open .name{
    top: 12px;
}
#homepage #cotacoes #best_guru #tops .item .main .button{
    display: none;
    position: absolute;
    bottom: 8px;
    left: 8px;
    text-align: center;
}

#homepage #cotacoes #best_guru #tops .item .main_open .button{
    display: block;
}

#homepage #cotacoes #best_guru #tops .item .sub{
    float: left;
    height: 89px;
    width: 76px;
    border-left: 1px solid #dbdbdb;
    position: relative;
    top: 12px;
    padding-left: 20px;
 }
#homepage #cotacoes #best_guru #tops .item .sub .actions {
    margin-top: 10px;
}
#homepage #cotacoes #best_guru #tops .item .line1{
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 2px;
    color: #333333;
    cursor: pointer;
}
#homepage #cotacoes #best_guru #tops .item .line1:hover{
    color: #1e5497;
}

#homepage #cotacoes #best_guru #tops .item .line2{
   color: #999999;
   font-size: 10px;
   font-weight: bold;
}
#homepage #cotacoes #best_guru #tops .item .value{
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0;
}
#homepage #cotacoes #best_guru #tops .item .actions .file{
    background: url("../best_images/cotacoes-sprites.png") no-repeat 0 -80px scroll transparent;
    float: left;
    width: 20px;
    height: 20px;
}
#homepage #cotacoes #best_guru #tops .item .actions .cart{
    background: url("../best_images/cotacoes-sprites.png") no-repeat 0 -100px scroll transparent;
    float: left;
    width: 20px;
    height: 20px;
}
#homepage #cotacoes #best_guru #tops .item .actions .file:hover{
    background-position:  -20px -80px;
}
#homepage #cotacoes #best_guru #tops .item .actions .cart:hover{
    background-position:  -20px -100px;
}
#homepage #cotacoes #best_guru #tops .item .big_bar{
    width: 472px;
    height: 3px;
    position: absolute;
    top: 4px;
    left: 111px;
}
#homepage #cotacoes .color1{
    background: #2f6b98;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#2f6b98), to(#387eb4));
    background: -webkit-linear-gradient   (#2f6b98, #387eb4);
    background: -moz-linear-gradient      (#2f6b98, #387eb4);
    background: -ms-linear-gradient       (#2f6b98, #387eb4);
    background: -o-linear-gradient        (#2f6b98, #387eb4);
    background: linear-gradient           (#2f6b98, #387eb4);
}
#homepage #cotacoes .color2{
    background: #7097bb;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#7097bb), to(#85b3dd));
    background: -webkit-linear-gradient   (#7097bb, #85b3dd);
    background: -moz-linear-gradient      (#7097bb, #85b3dd);
    background: -ms-linear-gradient       (#7097bb, #85b3dd);
    background: -o-linear-gradient        (#7097bb, #85b3dd);
    background: linear-gradient           (#7097bb, #85b3dd);
}
#homepage #cotacoes .color3{
    background: #5b8a3d;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#5b8a3d), to(#6ca448));
    background: -webkit-linear-gradient   (#5b8a3d, #6ca448);
    background: -moz-linear-gradient      (#5b8a3d, #6ca448);
    background: -ms-linear-gradient       (#5b8a3d, #6ca448);
    background: -o-linear-gradient        (#5b8a3d, #6ca448);
    background: linear-gradient           (#5b8a3d, #6ca448);
}
#homepage #cotacoes .color4{
    background: #7da260;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#7da260), to(#95c071));
    background: -webkit-linear-gradient   (#7da260, #95c071);
    background: -moz-linear-gradient      (#7da260, #95c071);
    background: -ms-linear-gradient       (#7da260, #95c071);
    background: -o-linear-gradient        (#7da260, #95c071);
    background: linear-gradient           (#7da260, #95c071);
}
#homepage #cotacoes #best_guru #tops .item .shadow {
    height: 112px;
    width: 3px;
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-box-shadow: 3.5px 0px 1.5px 0.1px #b7b7b7;
    box-shadow: 3.5px 0px 1.5px 0.1px #b7b7b7;
    opacity: 0.7;
}
#homepage #cotacoes #best_guru #tops .item .end{
    height: 106px;
    width: 1px;
    position: absolute;
    right: 0;
    background-color: #fafafa;
}

#homepage #cotacoes .right{
    width: 300px;
}
#homepage #cotacoes .right .cotacoes_item{
    display: none;
}
#homepage #cotacoes .right .cotacoes_item.active{
     display: block;
 }
#homepage #cotacoes .right .cotacoes_item .top .name{
    float: left;
    color: #3377bb;
    font-size: 28px;
    font-weight: bold;
}
#homepage #cotacoes .right .cotacoes_item .content{
    clear: both;
}
#homepage #cotacoes .right .icons{
    float: right;
}
#homepage #cotacoes .right .icons a{
    width: 20px;
    height: 26px;
    display: block;
    float: left;
    padding-top: 4px;
    margin-left: 14px;
    cursor: pointer;
}
#homepage #cotacoes .right .icons .graph{
    background: url("../best_images/cotacoes-sprites.png") no-repeat -40px -120px scroll transparent;
}
#homepage #cotacoes .right .icons .table{
    background: url("../best_images/cotacoes-sprites.png") no-repeat -0px -120px scroll transparent;
}
#homepage #cotacoes .right .icons .graph.active{
    background: url("../best_images/cotacoes-sprites.png") no-repeat -60px -120px scroll transparent;
}
#homepage #cotacoes .right .icons .table.active{
    background: url("../best_images/cotacoes-sprites.png") no-repeat -20px -120px scroll transparent;
}
#homepage #cotacoes .right .cotacoes_item .content{
    padding-top: 10px;
}
#homepage #cotacoes .right .cotacoes_item .content .graph{
    height: 220px;
    width: 300px;
}
#homepage #cotacoes .right .cotacoes_item .content .table{
    height: 220px;
    width: 300px;
}
#homepage #cotacoes .right .cotacoes_item .content .table table{
    width: 300px;
}
#homepage #cotacoes .right .cotacoes_item .content .table thead {
    border: 1px solid #dddddd;
}
#homepage #cotacoes .right .cotacoes_item .content .table table tr{
     height: 36px;
 }
#homepage #cotacoes .right .cotacoes_item .content .table table th{
	background: none repeat scroll 0 0 #E5E5E5;
    text-transform: uppercase;
    color: #555555;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;

    width: 33%;
    background: #e5e5e5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#e5e5e5));
    background: -webkit-linear-gradient   (#f2f2f2, #e5e5e5);
    background: -moz-linear-gradient      (#f2f2f2, #e5e5e5);
    background: -ms-linear-gradient       (#f2f2f2, #e5e5e5);
    background: -o-linear-gradient        (#f2f2f2, #e5e5e5);
    background: linear-gradient           (#f2f2f2, #e5e5e5);
}
#homepage #cotacoes .right .cotacoes_item .content .table table .mycolor1{
    background-color: #f9f9f9;
}
#homepage #cotacoes .right .cotacoes_item .content .table table .mycolor2{
    background-color: #fcfcfc;
}
#homepage #cotacoes .right .cotacoes_item .content .table table .mycolor3{
    background-color: #f4f4f4;
}
#homepage #cotacoes .right .cotacoes_item .content .table table .mycolor4{
     background-color: #f6f6f6;
 }
#homepage #cotacoes .right .cotacoes_item .content .table table td{
    border: 1px solid #f3f3f3;
}
#homepage #cotacoes .right .cotacoes_item .content .table .name{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0;
}
#homepage #cotacoes .right .cotacoes_item .content .table .values{
    font-size: 10px;
    font-weight: bold;
}
#homepage #cotacoes .right .cotacoes_item .content .table .value{
float: left;
    color: #999999;
 }
#homepage #cotacoes .right .cotacoes_item .content .table .dif{
float: right;
}
#homepage #cotacoes .right .cotacoes_item .content .table, #homepage #cotacoes .right .cotacoes_item .content .graph{
    display: none;
}
#homepage #cotacoes .right .cotacoes_item .content .table.active, #homepage #cotacoes .right .cotacoes_item .content .graph.active{
    display: block;
}
#homepage #cotacoes .right .cotacoes_item .content .footer .value{
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-top: 6px;
}
#homepage #cotacoes .right .cotacoes_item .content .footer {
    margin-top: 30px;
}
#homepage #cotacoes .right .cotacoes_item .content .but{
    float: right;
}
#homepage #cotacoes .right .cotacoes_item .content .button{
    width: 148px;
    height: 25px;
    text-align: center;
    text-transform: none;
    font-size: 12px;
    font-weight: bold;
}

#homepage #cotacoes .cotacoes_pub {
    margin: 0 auto;
    width: 600px;
    font-size: 13px;
    color: #666666;
    height: 50px;
    width: 615px;
}
#homepage #cotacoes .cotacoes_pub .info {
    padding-top: 10px;
}
#best_guru #tops .temp_item{
    float: left;
    height: 121px;
    overflow: hidden;
    width: 111px;
    position: relative;
}
#best_guru #tops .temp_item .item{
    position: absolute;
    right: 0
}

/* HOME - TOP COMPRAS
====================================================================== */
#top_compras .inner_container {
    border-top: none;
}
#top_compras .tab_content_wrap  .tab-pane{
    padding-bottom: 30px;
}
.article_heading,
.article_heading .nav-tabs {
    float: left;
}
.article_heading {
    padding-right: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    line-height: 36px;
}
.article_header {
    position: relative;
    border-bottom: 1px solid #e2e6e6;
}
.article_header .nav-tabs .tab {
    border-top: 4px solid transparent;
    margin-right: -1px;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
}
.article_header .nav-tabs .active .tab {
    border-top-color: #3377bb;
    border-right: 1px solid #e2e6e6;
    border-left: 1px solid #e2e6e6;
    border-radius: 4px 4px 0 0;
    background-color: #FFF;
    color: #3377bb;
}
#article_tab_fundos {
    border-left: 1px solid #e2e6e6;
}
.article_header .nav-tabs .text_wrap {
    display: inline-block;
    *display: block;
    zoom: 1;
    width: 100%;
    border-right: 1px solid #e2e6e6;
    line-height: 12px;
}
.top_compras_pills {
    margin: 12px 0;
    text-align: center;
}
.top_compras_pills .item {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.top_compras_pills .pill {
    border: 0 none;
    width: 150px;
    border-top: 1px solid #e5e5e5\9;
    border-bottom: 1px solid #acacac\9;
    margin-right: 0;
    background: #eeeeee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfbfb), to(#eeeeee));
    background: -webkit-linear-gradient   (#fbfbfb, #eeeeee);
    background: -moz-linear-gradient      (#fbfbfb, #eeeeee);
    background: -ms-linear-gradient       (#fbfbfb, #eeeeee);
    background: -o-linear-gradient        (#fbfbfb, #eeeeee);
    background: linear-gradient           (#fbfbfb, #eeeeee);
    -webkit-box-shadow: 0 1px 3px -1px #A5A5A5, 0 -10px 6px -6px rgba(64,100,138,0.2) inset;
    -moz-box-shadow: 0 1px 3px -1px #A5A5A5, 0 -10px 6px -6px rgba(64,100,138,0.2) inset;
    box-shadow: 0 1px 3px -1px #A5A5A5, 0 -10px 6px -6px rgba(64,100,138,0.2) inset;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    text-align: center;
}
.top_compras_pills .pill.left {
    border-left: 1px solid #cfcfcf\9;
    border-radius: 3px 0 0 3px;
}
.top_compras_pills .pill.right {
    border-right: 1px solid #cfcfcf\9;
    border-radius: 0 3px 3px 0;
}
.top_compras_pills .active .pill {
    background: #efa84a;
    background: -webkit-gradient(linear, 0 0, 0 top, from(#f2b857), to(#ec993d));
    background: -webkit-linear-gradient   (#f2b857, #ec993d);
    background: -moz-linear-gradient      (#f2b857, #ec993d);
    background: -ms-linear-gradient       (#f2b857, #ec993d);
    background: -o-linear-gradient        (#f2b857, #ec993d);
    background: linear-gradient           (#f2b857, #ec993d);
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.4) inset;
    box-shadow: 0 0 9px rgba(0,0,0,0.4) inset;
    color: #FFF;
}
.top_compras_obrigacoes_heading {
    margin: 15px 0;
    line-height: 20px;
    font-size: 13px;
    color: #555555;
    text-transform: uppercase;
}
.top_compras_obrigacoes_heading .icon {
    margin: 0 5px 0 3px;
    background-position: -400px -60px;
}

.table_header {
    padding: 1px 1px 3px;
    border: 1px solid;
    border-top-color: #d4d4d4;
    border-right-color: #c8c8c8;
    border-bottom-color: #bdbdbd;
    border-left-color: #c8c8c8;
}
.table_header a {
    display: inline-block;
    *display: block;
    zoom: 1;
    line-height: 30px;
    color: #555555;
}
.table tr {
    border-bottom: 1px solid #e3e3e3;
    height: 36px;
    cursor: pointer;
}

.table tr.even {
    background-color: #f7f7f7;
}
.table th {
    background-color: #FFF;
    -webkit-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
    color: #555555;
}
.table th span {
    line-height: 32px;
}
.table .rend1 {
    width: 12%;
    text-align: right;
}
/*.table .rend1 span,
.table .rend1 .order {
    float: right;
}*/
.table td {
    font-weight: bold;
    color: #555555;
}
.table th,
.table td {
    padding: 0 10px;
    font-size: 12px;
    vertical-align: middle;
}
.table .td_first {
    color: #1c4f8e;
}
.table .td_first a {
    font-size: 12px;
    font-weight: bold;
    color: #3377bb;
}
.table .td_first a:hover {
    color: #1c4f90;
}


.table .th_first {
    text-align: left;
}
.table .th_first,
.table .td_first {
    padding-left: 20px;
}
.table .th_last,
.table .td_last {
    padding-right: 20px;
    text-align: right;
}
.table .risk_number {
    margin-left: 5px;
    font-weight: bold;
}

.tablesorter .order {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    background-position: -220px -80px;
}
.headerSortUp .order {
    background-position: -100px -80px;
}
.headerSortDown .order {
    background-position: -120px -80px;
}


/* Classes globais */
.left {
    float: left;
}
.right {
    float: right;
}
.pointer {
    cursor: pointer;
}
.align_left {
    text-align: left;
}
.align_center {
    text-align: center;
}
.align_right {
    text-align: right;
}
.green {
    color: #33cc33 !important;
}
.red {
    color: #f01614 !important;
}
.table th.tablesorter-header span { line-height:inherit;}

/****28112017************/
.icon.pdf{
    display: inline-block;
    line-height: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    float: none;
    background: url("../best_images/pdf1.png") center center no-repeat;
}
.pdf-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 30px !important;
    vertical-align: middle;
}
.pdf-btn span {
    vertical-align: text-bottom;
    margin-right: 15px;
}
.medium-btn {
    padding: 4px 10px;
    text-transform: none;
    font-size: 12px;
    border-radius: 3px;
}
.warrantdetails .pdf-btn {
    position: static;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}
