
/* =========== Style By Frates ========== */

/* google font - open sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700,800);

body{
    margin: 0;
    padding: 0;
    color: #343434;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#pista-item{
    background: white !important;
    margin-top: 10px;
    padding: 3px;
    width: 175px;
    border-radius: 5px;
    position: absolute;
    right:14px;
}
a {
    color: #3C5B95; 
    text-decoration: none;
}
a:hover {
    color: #555;
}

.imgRep img{width:100%;}

#star{width: 140px !important; position: relative; top:3px; left:17px;}
.star{width: 140px !important; position: relative; top:3px; left:17px;}

/* container default */
.container{
    max-width: 960px !important;
}

/* header */

.header{
    padding: 20px 0px;
}

.header .logo img{
    width: 100%;
    max-width: 152px;
}

/* menu */

.menu{
    display: inline-block;
}

.nav > li {
    padding: 0px 20px 0 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #999;
}

.navbar-menu .navbar-toggle {
    border: 1px solid #434343;
}

.navbar-menu .icon-bar {
    background-color: #434343;
}

/* profile */

.profile{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.profile a{
    text-decoration: none;
}

.profile .user{
    display: inline-block;
    background-color: #E01519;
    padding: 10.5px 16.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.profile .user.active{
    background-color: #8C8C8C;
}

.profile .block{
    display: inline-block;
    padding: 0 0 0 2px;
}

.profile .block.down{
    background: url(../img/common/arrow-down-silver.png);
    width: 15px;
    height: 12px;
}

.profile .block.up{
    background: url(../img/common/arrow-up-silver.png);
    width: 15px;
    height: 12px;
}

.profile .dropdownAvatar{
    position: absolute;
    top: 52px;
    left: -20px;
    z-index: 5050;
    width: 100px;
}

.profile .dropdownAvatar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile .dropdownAvatar ul li{
    background-color: #0094EC;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 1px;
}

.profile .dropdownAvatar ul li:last-child{
    margin-bottom: 0;
}

.profile .dropdownAvatar ul li a{
    color: #fff;
    text-decoration: none;
}

/* title default site */

.title{
    width: 100%;
    background-color: #424242;
    padding: 25px 0;
    color: #fff;
}

.title h1{
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

/* title-search site */

.title-search{}

.title-search h1.top{
    position: relative;
    top: 4px;
}

.title-search span{
    color: #fff;
    font-size: 16px;
}

.title-search span a{
    color: #fff;
    text-decoration: underline;
}

.title-search .spanLink{
    position: relative;
    top: 9px;
}

/* title-shared */

.title-shared{}

.title-shared h1{
    position: relative;
    top: 4px;
}

.title-shared .barOption{
    float: right;
}

.title-shared .barOption .white{
    background-color: #FFF;
}

.title-shared .barOption .edit{
    width: 40px;
    height: 38px;
    padding: 7px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.title-shared .barOption .favorites{
    height: 38px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}

.title-shared .barOption .favorites .add-blue{
    width: 29px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    background-color: #0094EC;
}

.title-shared .barOption .favorites .add-blue .sprite-add{
    position: relative;
    top: 3px;
    left: 7px;
}

.title-shared .barOption .favorites .text{
    color: #343434;
    font-weight: 600;
    font-size: 14px;
    padding: 0 12px 0 8px;
    position: relative;
    top: 5px;
}

/* rank */

.title-shared .barOption .rank{
    height: 38px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}

.title-shared .barOption .rank .rank-star{
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.title-shared .barOption .rank .rank-star img{
    width: 20px;
}

.title-shared .barOption .rank .rank-star #star{
    position: inherit;
    width: 117px !important;
}

.title-shared .barOption .rank .text{
    color: #343434;
    font-weight: 600;
    font-size: 14px;
    padding: 0 12px 0 8px;
    position: relative;
    top: 5px;
}

.title-shared .barOption .shared{
    width: 40px;
    height: 38px;
    padding: 7px;
    display: inline-block;
    vertical-align: top;
}

.title-shared .barOption .shared .sprite-shared-blue{
    position: relative;
    top: 1px;
    left: 3px;
}

/* barOption-min */

.title-shared .barOption.min .edit {
    width: 38px;
    height: 34px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.title-shared .barOption.min .favorites{
    height: 34px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}

.title-shared .barOption.min .favorites .text {
    color: #343434;
    font-weight: 600;
    font-size: 12px;
    padding: 0 12px 0 8px;
    position: relative;
    top: 1px;
}

.title-shared .barOption.min .rank {
    height: 34px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}

.title-shared .barOption.min .rank .text {
    color: #343434;
    font-weight: 600;
    font-size: 12px;
    padding: 0 12px 0 8px;
    position: relative;
    top: 2px;
}

.title-shared .barOption.min .shared {
    width: 38px;
    height: 34px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

/* filter */

.filter{}

.order-list{
    margin-bottom: 30px;
}

/* linkOrder */

.linkOrder{
    min-width: 200px;
    display: inline-block;
    background-color: #0094EC;
    font-size: 13px;
    padding: 9px 34px 8px 8px;
    color: #fff;
    text-decoration: none;
    margin-right: 6px;
    text-shadow: 0px 0px 0 #fff;
}

.linkOrder:hover{
    text-decoration: none;
    color: #fff;
}

.linkOrder.asc{
    background-image: url(../img/common/arrow-asc-order.png);
    background-repeat: no-repeat;
    background-position: 96% 13px;
}

.linkOrder.desc{
    background-image: url(../img/common/arrow-desc-order.png);
    background-repeat: no-repeat;
    background-position: 94% 11px;
}

/* content-page */
.content-page{
    background-color: #F3F3F3;
    padding: 30px;
}

.container .bg{
  background: url(../img/common/bg-editar-indicador.png) no-repeat center center !important;
}

.content-page.light{
    background-color: #FFF;
}

.content-page .group-text{
    padding: 0px 0 10px;
}

.content-page h1{
    font-weight: 700;
    margin: 0px 0 30px;
    font-size: 24px;
}

.content-page h2{
    font-weight: 700;
    margin: 0px 0 10px;
    font-size: 20px;
}

.content-page h4{
    font-weight: 700;
    margin: 0px 0 30px;
}

.content-page h5{
    color: #E1161A;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0;
}

.content-page p{
    font-size: 16px;
    margin: 0 0 15px;
}

/* news */

.divider{
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
}

.content-page .img-news{
    max-width: 300px;
    margin-bottom: 20px;
    float: right;
}

/* bt icons */

.bt{
    width: 40px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}

.bt.bt-shared{
    background-color: #E01519;
    padding: 7px 10px;
}

.bt.bt-add{
    background-color: #0094EC;
    padding: 2px 8px;
    width: 30px;
    height: 28px;
}

.bt.bt-article{
    background-color: #E01519;
    padding: 3px 8px 3px 9px;
    width: 30px;
    height: 28px;
}

.bt.bt-news{
    background-color: #E01519;
    padding: 3px 8px 3px 9px;
    width: 30px;
    height: 28px;
}

.bt.bt-remove{
    display: inline-block;
    background-color: #E01519;
    padding: 4px 8px 3px 8px;
    width: 30px;
    height: 28px;
}

.bt.bt-edit-white{
    display: inline-block;
    background-color: #E01519;
    padding: 4px 8px 3px 8px;
    width: 30px;
    height: 28px;
}

.bt.bt-trash{
    display: inline-block;
    background-color: #E01519;
    padding: 4px 8px 3px 10px;
    width: 30px;
    height: 28px;
}

/* anuncie */

.anuncie{}

.anuncie .banner-default{
    //background-color: #333333;
    position: relative;
    //width: 190px;
    //height: 290px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.anuncie .banner-default p{
    color: #999999;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -25px;
}

/* error-itens = pagina de erro, pagina nÃƒÂ£o encontrada */

.error-itens{
    margin: 40px auto 80px;
}

.error-itens ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.error-itens ul li{
    padding: 7px 0;
}

.error-itens a{
    color: #E1161A;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.error-itens a span{
    position: relative;
    top: -2px;
    padding: 0 7px;
}

.error-message{
    color: #E1161A;
    font-weight: 700;
    margin-top: 5px;
}

.error{
    color: #E1161A;
    font-weight: 700;
    margin-top: 5px;
}
/* newsArticle */

.newsArticle{

}

.newsArticle .bt{
    margin-bottom: 6px;
    position: relative;
    top: 9px;
}

.newsArticle ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsArticle ul li{
    padding: 12px 0;
    border-top: 1px solid #DADADA;
}

.newsArticle ul li:last-child{
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.newsArticle ul li p{
    margin: 0;
    font-size: 14px;
    margin-left: 20px;
}

.newsArticle ul li a{
    color: #E1161A;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 0px 0 18px;
    display: table;
    background: url(../img/common/arrow-silver-right.png) no-repeat 0px 5px;
}

.newsArticle ul li .sprite-right-silver{
    position: relative;
    top: -2px;
    padding: 0 7px;
}

.partners{}

.partners h5{
    margin: 0 0 5px;
}

.partners p{
    font-size: 14px;
    margin: 0 0 10px;
}

.partners .banner img{
    width: 100%;
    margin-bottom: 5px;
}

/* group-ipsum */

.group-ipsum{
    margin-bottom: 30px;
}

.group-ipsum:last-child{
    margin-bottom: 0px;
}

.group-ipsum .item a{
    color: #343434;
    text-decoration: none;
    padding: 0 0 0 18px;
    line-height: 18px;
    background: url(../img/common/arrow-silver-right.png) no-repeat left center;
    display: table;
}

.group-ipsum .item a:hover{
    text-decoration: underline;
}

/* box-indicador */
.box-indicador{
    background-color: #fff;
    border:1px solid #CCCBC9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.box-indicador .header{
    border-bottom: 1px solid #CCCBC9;
    padding: 10px;
}

.box-indicador .header h2{
    color: #DD0D07;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

.box-indicador .header h2 span{
    color: #343434;
}

.box-indicador .body{
    padding: 0px;
}

.box-indicador .body .tags{
    padding: 10px 6px 5px;
}

.box-indicador .body .itens{
    padding: 10px;
}

.box-indicador .body .itens ul{
    margin: 0;
    padding: 0 4px 0 4px;
    list-style: none;
}

.box-indicador .body .itens ul li{
    width: 100%;
    text-decoration: none;
    padding: 7px 0 7px 18px;
    line-height: 15px;
    background: url(../img/common/arrow-silver-right.png) no-repeat left center;
    display: table;
    font-size: 12px;
    border-bottom: 2px dotted #C5C5C5;
}

.box-indicador .body .itens ul li:last-child{
    text-decoration: none;
    border: none;
}

.box-indicador .body .itens ul li a{
    color: #343434;
}

.box-indicador .body .itens.double{}

.box-indicador .body .itens.double ul li{
    display: inline-block;
    vertical-align: top;
    border: none;
}

.box-indicador .body .info{
    border-bottom: 1px solid #CCCBC9;
    padding: 14px 10px;
}

.box-indicador .body .info:last-child{
    border: none;
}

.box-indicador .body .info p{
    font-size: 14px;
}

.box-indicador .body .info p:last-child{
    margin: 0 !important;
}

.box-indicador .body .info h3{
    margin: 10px 0;
    font-size: 18px;
    color: #010101;
    font-weight: 600;
}

.box-indicador .body .info .moreText p{
    margin: 0 0 5px;
}

.box-indicador .body .info .moreText b{
    color: #343434;
}

/* comment-page */

.comment-page{
    background-color: #DADADA;
    padding: 30px;
}

.comment-page h4{
    color: #E1161A;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.comment-page .box-comment{

}

.comment-page .box-comment .inputText{
    width: 100%;
    height: 65px;
    display: inline-block;
    background-color: #EEEEEE;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.comment-page .box-comment .inputButton{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: #0094EC;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 700;
    height: 65px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.comment-page .box-comment .comment-reg{
    margin: 20px auto 50px;
}

.comment-page .box-comment .comment-reg ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-page .box-comment .comment-reg ul li{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 15px 10px;
}

.comment-page .box-comment .comment-reg ul li a{
    color: #343434;
}

.comment-page .box-comment .comment-reg ul li a.aLink{
    color: #343434;
    border-bottom: 1px solid #343434;
    text-decoration: none;
}

.comment-page .box-comment .comment-reg ul li a.aLink:hover{
    text-decoration: none;
}

.comment-page .box-comment .comment-reg ul li p{
    margin: 5px 0 10px;
    text-align: justify;
    padding: 0 10px 0 0;
}

.comment-page .box-comment .comment-reg ul li .user {
    display: inline-block;
    background-color: #E01519;
    padding: 10.5px 16.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* favorites */
.favorites{
    margin-bottom: 20px;
}

.favorites ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.favorites ul li{
    padding: 5.5px 0;
    border-bottom: 1px solid #DADADA;
}

.favorites ul li:first-child{
    border-top: 1px solid #DADADA;
}

.favorites ul li a.aLink{
    color: #343434;
    padding: 0 0px 0 18px;
    display: table;
    background: url(../img/common/arrow-silver-right.png) no-repeat left center;
    position: relative;
    top: 4px;
    margin-bottom: 8px;
}

/* suport */

.suport{}

.suport span.alertRed{
    color: #E1161A;
    font-size: 16px;
    margin: 0px auto 5px;
    display: block;
}

.suport .form{
    margin: 10px auto 0;
}

.suport .form .group{
    margin-bottom: 20px;
}

.suport .form .group:last-child{
    margin-bottom: 0px;
}

.suport .form .text{
    width: 100%;
    height: 60px;
    display: inline-block;
    background-color: #F3F3F3;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.suport .form textarea.text{
    height: auto !important;
    padding: 20px 12px;
}

.suport .text::-moz-placeholder {
    font-style: italic;
}
.suport .text:-ms-input-placeholder {
    font-style: italic;
}
.suport .text::-webkit-input-placeholder {
    font-style: italic;
}

.suport .form .buttonLarge{
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: #0094EC;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 700;
    height: 90px;
    padding: 6px 12px;
    font-size: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.suport .form .buttonLarge:hover{
    background-color: #18A4F8;
}

/* create-indicators */

.create-indicators{
    margin-bottom: 50px;
}

.create-indicators .box{
    background-color: #fff;
    border: 1px solid #CCCBC9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.create-indicators .box .header {
    border-bottom: 1px solid #CCCBC9;
    background-color: #EEEEEE;
    padding: 10px;
}

.create-indicators .box .header h2 {
    color: #DD0D07;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

.create-indicators .box .body {
    background-color: #F3F3F3;
    padding: 10px;
}

.create-indicators .box .body .item{
    border-top: 1px solid #CCCBC9;
    padding: 10px 0;
}

.create-indicators .box .body .item:first-child{
    border: none;
}

.create-indicators .box .body .item a.aLink{
    color: #343434;
    font-size: 13px;
    padding: 7px 0 7px 19px;
    display: table;
    background: url(../img/common/arrow-silver-right.png) no-repeat left center;
}

.create-indicators .box .body .item p{
    margin: 0;
    margin-left: 19px;
    font-size: 12px;
    position: relative;
    top: -8px;
}

.create-indicators .box .body .item .iconOption{
    position: relative;
    top: 10px;
    left: 9px;
    margin-bottom: 15px;
}

/* descIndicators */

.descIndicators{}

.descIndicators .box{}

/* pagination */

.pagination{}

.pagination li.left a,
.pagination li.right a{
    background-color: #CECECE;
}

.pagination li.left a:hover,
.pagination li.right a:hover{
    background-color: #CECECE;
}

.pagination li a{
    border-radius: 0 !important;
    padding: 4px 14px;
    margin-right: 5px;
    background-color: #424242;
    color: #fff;
    font-size: 20px;
}

.pagination li a span{
    position: relative;
    top: -1px;
}

.pagination li a:hover{
    background-color: #DC0C06;
    color: #fff;
}

.pagination li.active a{
    background-color: #DC0C06;
    border: 1px solid #ddd;
    font-weight: 700;
}

.pagination li.active a:hover{
    background-color: #DC0C06;
    border: 1px solid #ddd;
}

.search{}

.search .group{
    display: table;
}

.search .text{
    display: inline-block;
    background-color: #F3F3F3;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search .button{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: #0094EC;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search .button:hover{
    z-index: 0;
}

.search input:focus{
    outline: 0;
}

.search .text::-moz-placeholder {
    font-style: italic;
}
.search .text:-ms-input-placeholder {
    font-style: italic;
}
.search .text::-webkit-input-placeholder {
    font-style: italic;
}

/* footSearch */

.footSearch{
    padding: 6.5px 0;
    background-color: #F3F3F3;
    border-top:1px solid #C6C6C6;
    border-bottom:1px solid #C6C6C6;
    overflow: hidden;
}

.footSearch .fbk-like{
    padding: 6px 0;
    height: 20px;
    width: 108px;
}

.footSearch .search{

}

.footSearch .search label{
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}

.footSearch .search input{
    outline: 0;
}

.footSearch .search .bt-search{
    background-color: #FEFEFE;
    border: 1px solid #C6C6C6;
    color: #000000;
    padding: 4px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.footer{
    margin-bottom: 20px;
    position: relative;
}

.footer ul{
    margin: 0 0 10px 0;
    padding: 10px 0 9px;
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
}

.footer ul li{
    display: inline-block;
    padding: 0 20px 0 0; 
}

.footer ul li a{
    color: #3C5B95;
}

.footer .frates{
    position: absolute;
    right: 0;
    top: 28px;
    background-color: #fff;
}

/* buttons e text forms */

.form-text{
    width: 100%;
    height: 60px;
    display: inline-block;
    background-color: #F3F3F3;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}
.form-text-select{
    width: 100%;
    min-height: 100%;
    display: inline-block;
    background-color: #F3F3F3;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

textarea.form-text{
    height: auto !important;
    padding: 16px 18px;
}

.form-text::-moz-placeholder {
    font-style: italic;
}
.form-text:-ms-input-placeholder {
    font-style: italic;
}
.form-text::-webkit-input-placeholder {
    font-style: italic;
}

.buttonText{
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: #0094EC;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 700;
    height: 90px;
    padding: 6px 12px;
    font-size: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}
.buttonExcluirConta{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background-color: #EC0026;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 700;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    text-decoration: none !important;
}

.buttonText.default{
    font-weight: 600;
    height: 60px;
    padding: 6px 12px;
    font-size: 20px;
}

.buttonText:hover{
    background-color: #18A4F8;
}

/* button facebook */

.btn-fbk{
    display: inline-block;
    height: 66px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-fbk .group{
    display: table;
}

.group .icon{
    display: inline-block;
    vertical-align: top;
    background-color: #1D598B;
    height: 66px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 21px 28px;
}

.group .text{
    display: inline-block;
    vertical-align: top;
    background-color: #2574B4;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    height: 66px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 21px 28px;
}

/* tag */
.tag{
    width: 48.5%;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 4px;
    margin-left: 5px;
    vertical-align: top;
}

.tag.blue{
    background-color: #0094EC;
    color: #fff;
}

.group-tag{
    width: 100%;
    display: table;
}

/* ============================================================= */
/* ================= elements for page home =================== */
/* =========================================================== */

.header-home{
    max-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}

.header-home .logo img {
    width: 100%;
    max-width: 270px;
}

.header-home .insideTop{
    text-align: right;
    padding: 25px 0 0;
}

.header-home .insideTop .language{

}

.header-home .insideTop .language .bt-l{
    display: inline-block;
}

.header-home .insideTop .enter{
    margin-top: 11px;
}

.header-home .insideTop .enter a{
    color: #fff;
    padding: 6px 21px;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #155D94), color-stop(1, #145C93));
    background-image: -o-linear-gradient(bottom, #155D94 0%, #145C93 100%);
    background-image: -moz-linear-gradient(bottom, #155D94 0%, #145C93 100%);
    background-image: -webkit-linear-gradient(bottom, #155D94 0%, #145C93 100%);
    background-image: -ms-linear-gradient(bottom, #155D94 0%, #145C93 100%);
    background-image: linear-gradient(to bottom, #155D94 0%, #145C93 100%);
    -webkit-box-shadow: 0 3px #052F69;
    -moz-box-shadow: 0 3px #052F69;
    box-shadow: 0 3px #052F69;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* well-indicator */

.well-indicator{
    max-width: 1000px;
    min-height: 315px;
    margin: 0px auto;
    background: url(../img/common/bg-home.jpg);
}

.well-indicator .info{
    color: #fff;
    padding: 80px 0 0;
    max-width: 645px;
}

.well-indicator .info span{
    font-size: 28px;
    text-shadow: #343434 1px 2px 1px;
}

.well-indicator .info h1{
    font-size: 44px;
    text-shadow: #343434 1px 2px 1px;
    margin: 0 0 20px;
    font-weight: 800;
}

.well-indicator .info h4{
    margin: 15px 0 0;
    color: #fff;
    font-weight: 700;
}

.well-indicator .info h4 span{
    font-weight: 300;
    font-size: 18px;
    text-shadow: inherit;
}

.well-indicator .info .field{
    width: 100%;
    max-width: 400px;
    margin-right: 6px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

.well-indicator .info .btnCad{
    width: 155px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    color: #fff;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 300;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1292ED), color-stop(1, #107BCD));
    background-image: -o-linear-gradient(bottom, #1292ED 0%, #107BCD 100%);
    background-image: -moz-linear-gradient(bottom, #1292ED 0%, #107BCD 100%);
    background-image: -webkit-linear-gradient(bottom, #1292ED 0%, #107BCD 100%);
    background-image: -ms-linear-gradient(bottom, #1292ED 0%, #107BCD 100%);
    background-image: linear-gradient(to bottom, #1292ED 0%, #107BCD 100%);
}

/* text-indicator */

.text-indicator{
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    margin-bottom: 30px;
}

.text-indicator h1{
    text-align: center;
    color: #AD0E1B;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}

.text-indicator p{
    text-align: center;
    max-width: 770px;
    margin: 0px auto 10px;
    color: #343434;
}

/* boxers */

.boxers{
    margin-bottom: 40px;
}

.boxers h4{
    text-align: center;
    color: #06446C;
    font-weight: 700;
    margin-bottom: 30px;
}

.boxers .box{}

.boxers .box .search{
    margin-top: 5px;
}

.boxers .box .search .button{
    background-color: #AC4300;
}

.boxers .box .header{
    padding: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.boxers .box .header p{
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 5px;
}

.boxers .box .body{
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.boxers .box .itens ul {
    margin: 0;
    padding: 0 4px 0 4px;
    list-style: none;
}

.boxers .box .itens ul li {
    width: 100%;
    text-decoration: none;
    padding: 7px 0 7px 18px;
    line-height: 15px;
    background: url(../img/common/arrow-silver-right.png) no-repeat left center;
    display: table;
    font-size: 12px;
    border-bottom: 1px dashed #9FA19A;
}

.boxers .box .itens ul li:last-child {
    text-decoration: none;
    border: none;
}

.boxers .box .itens ul li a {
    color: #343434;
}

/* box colors orange */
.boxers .box.orange .header{
    background-color: #AC4300;
}

.boxers .box.orange .body{
    background-color: #F9E1CB;
    border: 1px solid #E0B383;
}

/* box colors purple */
.boxers .box.purple .header{
    background-color: #851AB4;
}

.boxers .box.purple .body{
    background-color: #D1CCDB;
    border: 1px solid #C3ADD2;
}

/* box colors green */
.boxers .box.green .header{
    background-color: #39B600;
}

.boxers .box.green .body{
    background-color: #D6DEC4;
    border: 1px solid #A8C3A3;
}

/* box colors gold */
.boxers .box.gold .header{
    background-color: #B19700;
}

.boxers .box.gold .body{
    background-color: #F8F0C2;
    border: 1px solid #E0D7A3;
}

.bottomText{
    margin-bottom: 60px;
    text-align: center;
}

.bottomText h4{
    color: #06446C;
    font-weight: 700;
    margin-bottom: 20px;
}

.bottomText p{}

/* icones sprite - comoon-sprite */

[class^="sprite-"], [class*=" sprite-"]{
    background: url('../img/common/common-sprite.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.sprite-msg{
    background-position: -8px -6px;
    width: 66px;
    height: 66px;
}

.sprite-answer{
    background-position: -88px -6px;
    width: 66px;
    height: 66px;
}

.sprite-config{
    background-position: -163px -6px;
    width: 66px;
    height: 66px;
}

.sprite-write{
    background-position: -237px -6px;
    width: 66px;
    height: 66px;
}

.sprite-espanha{
    background-position: -308px -10px;
    width: 29px;
    height: 20px;
}

.sprite-brasil{
    background-position: -340px -10px;
    width: 29px;
    height: 20px;
}

.sprite-avatar{
    background-position: -308px -42px;
    width: 27px;
    height: 29px;
}

.sprite-add{
    background-position: -377px -16px;
    width: 15px;
    height: 15px;
}

.sprite-trash{
    background-position: -401px -17px;
    width: 11px;
    height: 14px;
}

.sprite-article{
    background-position: -421px -18px;
    width: 13px;
    height: 13px;
}

.sprite-news{
    background-position: -443px -18px;
    width: 12px;
    height: 13px;
}

.sprite-edit-white{
    background-position: -462px -15px;
    width: 16px;
    height: 16px;
}

.sprite-edit-blue{
    background-position: -483px -6px;
    width: 25px;
    height: 25px;
}

.sprite-lupa{
    background-position: -515px -6px;
    width: 25px;
    height: 25px;
}

.sprite-shared-white{
    background-position: -547px -9px;
    width: 18px;
    height: 22px;
}

.sprite-shared-blue{
    background-position: -571px -9px;
    width: 18px;
    height: 22px;
}

.sprite-star-white{
    background-position: -373px -42px;
    width: 26px;
    height: 25px;
}

.sprite-star-blue{
    background-position: -407px -42px;
    width: 26px;
    height: 25px;
}

.sprite-fb-white{
    background-position: -442px -43px;
    width: 14px;
    height: 24px;
}

.sprite-remove{
    background-position: -467px -54px;
    width: 15px;
    height: 4px;
}

.sprite-down-white{
    background-position: -491px -51px;
    width: 13px;
    height: 10px;
}

.sprite-down-silver{
    background-position: -512px -51px;
    width: 13px;
    height: 10px;
}

.sprite-right-silver{
    background-position: -515px -67px;
    width: 10px;
    height: 13px;
}

.sprite-left-silver{
    background-position: -491px -67px;
    width: 10px;
    height: 13px;
}

.sprite-select{
    background-position: -532px -45px;
    width: 24px;
    height: 22px;
}

.sprite-select-check{
    background-position: -564px -45px;
    width: 24px;
    height: 22px;
}

.sprite-arrow-large{
    background-position: -9px -81px;
    width: 402px;
    height: 314px;
}

.ComboSelect{
    background-color: #F3F3F3;
    background-image: url(../img/common/arrow-down-silver.png);
    background-repeat: no-repeat;
    background-position: 96% 25px;
    color: #A9A9A9;
    font-weight: 600;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
}

.ComboSelect .customSelectInner{
    padding: 14px 0;
    font-size: 14px;
    font-weight: 300;
}

/*==========================================================*/
/*                     Elements Responsives                */
/*========================================================*/

/* oculta nome menu do menu responsivo */
@media (min-width: 768px){
    .navbar{
        margin-bottom: 0;
    }
    .navbar-menu .navbar-brand {
        display: none;
    }
}

@media (max-width: 768px){
    .navbar{
        margin-bottom: 0;
    }
    .content-page {
        padding: 20px 0px; /* estende conteudo principal de pagina de canto a canto */
    }
    .footSearch .fbk-like{
        margin-bottom: 15px;
    }
    .footer .frates{
        position: relative;
        right: 0;
        top: 10px;
    }
    .news .img-news{
        float: none;
    }
    .title-search h1{
        position: relative;
        top: 4px;
        margin-bottom: 10px;
    }
    .filter .jqTransformSelectWrapper{
        margin-bottom: 10px;
    }
    .create-indicators .box .body .item .iconOption{
        position: relative;
        top: 5px;
        left: 20px;
        margin-bottom: 10px;
    }
    .title-shared .barOption .edit {
        margin-bottom: 10px;
    }
    .title-shared .barOption .favorites {
        margin-bottom: 10px;
    }
    .title-shared .barOption .rank {
        margin-bottom: 10px;
    }
    .title-shared .barOption .shared {
        margin-bottom: 10px;
    }
    .title-shared h1 {
        margin-bottom: 10px;
    }
    .linkOrder{
        margin-bottom: 10px;
    }
    .well-indicator .info h1 {
        white-space: inherit;
    }
    .well-indicator .info h4 {
        padding: 0 0 20px;
    }
    .well-indicator .info .field{
        margin-bottom: 15px;
    }
    .header-home .insideTop {
        padding: 0px 0 0;
        margin-bottom: 20px;
        margin-right: 15px;
    }
}

/* diminui tamanho do botÃƒÂ£o do facebook para dispositivos atÃƒÂ© 680px */
@media (max-width: 680px){
    .btn-fbk {
        height: 56px;
    }
    .group .icon {
        height: 54px;
        padding: 15px 18px;
    }
    .group .text {
        font-size: 16px;
        height: 54px;
        padding: 16px 18px;
    }
}

/* diminui tamanho do botão do facebook para dispositivos até 486px */
@media (max-width: 486px){
    .btn-fbk {
        height: 56px;
    }
    .group .icon {
        height: 54px;
        padding: 16px 12px;
    }
    .group .text {
        font-size: 14px;
        height: 54px;
        padding: 18px 10px;
    }
}

/* ----- element min and max -----*/
@media only screen and (min-width: 768px) and (max-width: 998px) {

}