@charset "utf-8";

/* CSS Document */

body {
    display: block;
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-image: none;
}

a,
.ui-widget-content a {
    outline: none;
    text-decoration: underline;
    color: #5EDDC1;
}

a:hover,
.ui-widget-content a:hover {
    outline: none;
    text-decoration: none;
    color: #0072C6;
}

img {
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.none {
    display: none;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.floatLeft {
    display: block;
    float: left;
}

.floatRight {
    display: block;
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.backcontent {
    /* float: right; */
    clear: both;
    background-color: #5EDDC1;
    background-image: url("../imgs/seta-white-btns-tabs-back.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 4px 8px 4px 18px;
    text-decoration: none;
    margin-bottom: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.backcontent:hover {
    background-color: #0072C6;
    color: #FFF;
}

.backcontent.up {
    background-image: url("../imgs/seta-white-btns-tabs-back-up.png");
    background-position: 6px 9px;
}

.backcontent.down {
    background-image: url("../imgs/seta-white-btns-tabs-back-down.png");
    background-position: 6px 9px;
}

.backcontent.no-arrow {
    background-image: none;
    padding-left: 8px;
}

.backcontent.btnVoltar {
    float: left;
    display: block;
    padding: 0 0 0 11px;
    background: url('../imgs/btn-voltar.png') 0 2px no-repeat;
    text-decoration: none;
    line-height: 15px;
    height: 15px;
    color: #5EDDC1;
    font-size: 12px;
}

.backcontent.btnVoltar:hover {
    background-position: left -14px;
    color: #0072C6;
}


/* Favoritos */

.star {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../imgs/icone-favoritos.png") no-repeat -16px 0;
    cursor: pointer;
}

.favorited {
    background-position: 0 0;
}


/* Favoritos [END] */


/* Loaders */

.loading-color-small {
    display: block;
    width: 15px;
    height: 12px;
    background: url("../imgs/loading-color.gif") no-repeat center center;
}


/* Remove Chrome Outline Border */

textarea:focus,
input:focus {
    outline: none;
}

h1 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 9px;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 8px;
    margin: 0;
    padding: 0;
}

.blockUILoading {
    display: block;
    /*background: transparent url("../imgs/loading-bg.png") no-repeat center center;*/
    margin: 0 auto;
    background: #ffffff url("/temas/stcp/imgs/loading-big-color.gif") no-repeat 50% 50%;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0px 0px 13px 19px #ffffff;
}

.blockUILoading>img {
    display: none;
}


/*
Botões Submit
*/

.newbtnsubmit {
    clear: both;
    display: block;
    background: #5EDDC1;
    padding: 4px 10px;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.newbtnsubmit:hover {
    background: #5EDDC1;
    color: #FFF;
}

.btnsubmit_orange {
    background: url("../imgs/setaMenuFrente2.png") no-repeat scroll 100% 50% #5EDDC1;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    padding: 3px 14px 3px 5px;
}

.btnsubmit_orange:hover {
    background-color: #0072C6;
}

.btnVoltar {
    clear: both;
    padding-top: 15px;
}

.btnVoltar>a {
    float: left;
    display: block;
    padding-left: 11px;
    background: url('../imgs/btn-voltar.png') 0 2px no-repeat;
    text-decoration: none;
    line-height: 15px;
    height: 15px;
}

.btnVoltar>a:hover {
    background-position: left -14px;
}


/***** header *****/

.divGeralHeader {
    display: block;
}

.divCenterHeader {
    display: block;
    width: 1000px;
    margin: 0px auto;
    height: 155px;
    background: #FFFFFF;
}

.barraTopoHeader {
    display: block;
    float: right;
    height: 24px;
    padding: 14px 0 0 0;
}

.barraTopoHeader .boxLogin {
    float: left;
    margin: 0px 0 0 40px;
}

.barraTopoHeader .boxLogin>a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 0;
}

.barraTopoHeader .boxLogin>a:hover {
    color: #5EDDC1;
}

.barraTopoHeader .boxLogin>span,
.boxLogin>a>span {
    display: inline-block;
    width: 14px;
    background: url('../imgs/icone-login.png') no-repeat right 0;
    height: 13px;
    margin: 0px 5px 0 5px;
}

.barraTopoHeader .boxLogin a:hover>span {
    background: url('../imgs/icone-login.png') no-repeat right -23px;
}

.idioma {
    display: block;
    float: left;
    margin: 2px 0 0 40px;
}

.idioma a {
    /*color:#fff;*/
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.idioma a:hover {
    color: #5EDDC1;
}

.logoRedes01 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat 0 0px;
}

.logoRedes01:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat 0 -16px;
}

.logoRedes02 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -26px 0px;
}

.logoRedes02:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -26px -16px;
}

.logoRedes03 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -52px 0px;
}

.logoRedes03:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -52px -16px;
}

.logoRedes04 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -78px 0px;
}

.logoRedes04:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -78px -16px;
}

.logoRedes05 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -104px 0px;
}

.logoRedes05:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -104px -16px;
}

.logoRedes06 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -130px 0px;
}

.logoRedes06:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -130px -16px;
}

.logoRedes07 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -156px 0px;
}

.logoRedes07:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -156px -16px;
}

.logoRedes08 {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -182px 0px;
}

.logoRedes08:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -182px -16px;
}

.logoRedes09 {
    display: block;
    float: left;
    margin: 0;
    width: 16px;
    height: 16px;
    background: url('../imgs/logos-redes-topo.png') no-repeat -208px 0px;
}

.logoRedes09:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -208px -16px;
}

.feeds {
    float: left;
    display: block;
    background: url('../imgs/icon_rss.gif') no-repeat right 3px;
    /*color:#fff;*/
    color: #000;
    text-decoration: none;
    padding: 0 15px 0 0;
    margin: 2px 0 0 30px;
}

.feeds:hover {
    color: #5EDDC1;
}

.alertas {
    float: left;
    display: block;
    background: url('../imgs/icone-alertas.png') no-repeat right 1px;
    /*color:#fff;*/
    color: #000;
    text-decoration: none;
    padding: 0 20px 0 0;
    margin: 2px 0 0 30px;
}

.alertas:hover,
.alertas.sel {
    background: url(../imgs/icone-alertas.png) no-repeat right -20px;
    color: #5EDDC1;
}

.fontSizeSelect {
    float: left;
    display: block;
    margin: 0 0 0 35px;
}

.fontSizeSelect span {
    float: left;
    display: block;
    /*color:#fff;*/
    color: #000;
    font: bold 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}

.fontSizeSelect span.normal {
    margin-top: 2px;
    font-size: 11px;
}

.fontSizeSelect span.diminui {
    margin-top: 2px;
    font-size: 10px;
}

.fontSizeSelect span:hover {
    color: #5EDDC1;
}

.logoTopo {
    display: block;
    float: left;
    width: 138px;
    height: 50px;
    margin: 24px 0 0 8px;
}

.wrapperWidgetsTopo {
    float: right;
    height: 70px;
    padding: 0 0 0 150px;
    margin: 0 0 0 0;
}

.linhaAzul {
    display: block;
    float: right;
    margin: 10px 0 0 0;
    color: #5EDDC1;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.linhaAzul span {
    display: block;
    font: bold 20px Arial, Helvetica, sans-serif;
    color: #0072C6;
}

.linhaAzul span.little {
    display: block;
    font: bold 10px Arial, Helvetica, sans-serif;
    color: #0072C6;
}

.meteo {
    display: block;
    padding: 20px 0 0 0;
    float: left;
    margin-left: 55px;
}

.meteotxt {
    display: block;
    padding: 20px 0 0 10px;
    float: left;
    font: bold 19px Arial, Helvetica, sans-serif;
    color: #5EDDC1;
}

.meteotxt span {
    display: block;
    padding: 0;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #213441;
}

.barraMenuPesquisa {
    display: block;
    float: left;
    width: 992px;
    background-color: #5EDDC1;
    margin: 5px 0 0 0;
    height: 30px;
    padding-left: 8px;
}

#menuSuperior {
    display: block;
    float: left;
    margin: 1px 0 0 0px;
}

#menuSuperior ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menuSuperior ul li {
    float: left;
    display: block;
}

#menuSuperior ul li a {
    display: block;
    font: bold 16px Arial, Helvetica, sans-serif;
    color: #FFF;
    text-decoration: none;
    height: 25px;
    line-height: 22px;
    background: #5EDDC1;
    margin: 0 1px 0 0;
    padding: 4px 14px 0 14px;
}

#menuSuperior ul li a:hover {
    color: #5EDDC1;
    background: #fff;
}

#menuSuperior ul li a.active {
    color: #000;
    background: #fff;
}


/*
Caixa de Pesquisa
*/

.divPesquisa {
    display: block;
    width: 270px;
    height: 40px;
    float: right;
}

.divPesquisa>.divPesquisaPosition {
    float: right;
    position: relative;
    display: block;
    width: 252px;
    height: 30px;
    background: url('../imgs/bg-pesquisa.png') no-repeat;
}

.divPesquisa>.divPesquisaPosition>form>input[type="text"] {
    position: absolute;
    top: 3px;
    left: 34px;
    width: 204px;
    height: 24px;
    display: block;
    border: 0;
    background: 0;
    /*ont-style:italic;*/
    color: #999;
    outline: none;
}

.divPesquisa>.divPesquisaPosition>form>input[type="text"]:focus {
    color: #000000;
}

.divPesquisa>.divPesquisaPosition>form>input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    border: 0;
    background: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}


/***** content geral *****/

.divGeralContent {
    display: block;
    width: 1000px;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px auto;
}

.divContentCenter {
    background: #FFFFFF;
    padding: 0px;
    float: left;
    width: 100%;
}

.divContentBorder {
    display: block;
    background: url('../imgs/fundo_col_dir.jpg') repeat-y left top;
    margin: 0 0 25px 0;
    position: relative;
}

#mnuLeftContainer {
    float: left;
    display: block;
}

.divleftContent {
    display: block;
    width: 152px;
    margin: 0 1px 0 0;
    /*background:#FFF url(../imgs/bg-col-left.jpg) no-repeat 0 0;*/
    background-color: #666;
    padding: 30px 10px 20px 0px;
}

.divleftContent>span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0 0 0 20px;
    color: #FFF;
}

.divleftContent>span>span {
    display: block;
    font-size: 11px;
    color: #0072C6;
}


/*
Menu Left
*/

#submenuLeft {
    display: block;
    margin: 0;
    padding: 0;
}

#submenuLeft>ul {
    margin: 0;
    padding: 0;
}

#submenuLeft>ul>li {
    list-style: none;
    margin: 0;
}

#submenuLeft>ul>li>a {
    display: block;
    margin: 0 0 1px 0;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    background-color: #d9d9d9;
}

#submenuLeft>ul>li>a:hover {
    color: #FFF;
    background-color: #5EDDC1;
}

#submenuLeft>ul>li.expand>a {
    background: #d9d9d9 url('../imgs/setaMenuBaixo.png') no-repeat 135px 9px;
}

#submenuLeft>ul>li.expand>a:hover {
    background-color: #5EDDC1;
}

#submenuLeft>ul>li.expand.active>a {
    background: #5EDDC1 url('../imgs/setaMenuCima.png') no-repeat 135px 9px;
}

#submenuLeft>ul>li.active>a {
    color: #FFF;
    background-color: #5EDDC1;
}

#submenuLeft>ul>li.active.seta>a {
    background-color: #5EDDC1
}

#submenuLeft>ul>li.open>ul {
    display: block;
}

#submenuLeft>ul>li.active>ul {
    width: 143px;
}

#submenuLeft>ul>li.active>ul,
#submenuLeft>ul>li.active>ul ul {
    display: block;
}

#submenuLeft>ul>li>ul,
#submenuLeft>ul>li>ul ul {
    display: none;
    margin: 0 0 1px 9px;
    padding: 1px 0 1px 0;
}

#submenuLeft>ul>li>ul>li {
    width: 142px;
}

#submenuLeft>ul>li>ul>li,
#submenuLeft>ul>li>ul>li li {
    display: block;
    list-style: none;
    padding: 0;
}

#submenuLeft>ul>li>ul>li a {
    display: block;
    margin: 6px 0 7px 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    background: url('../imgs/setaMenuFrente.png') no-repeat 0px center;
}

#submenuLeft>ul>li>ul li>a:hover,
#submenuLeft>ul>li>ul li.active>a {
    color: #5EDDC1;
    background: url('../imgs/setaMenuFrente.png') no-repeat 0px center;
}

.ad-image-wrapper img {
    cursor: pointer;
}


/*
[FIM] Menu Left
*/


/*
[Inicio] Caixa Newsletter
*/

.divGeralNewsletter {
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.divGeralNewsletter>form>input[type="text"] {
    display: block;
    margin: 0 0 10px 0;
    display: block;
    padding: 5px;
    border: 1px solid #CCC;
}


/*
[Fim] Caixa Newsletter
*/


/*
[Inicio] Conteúdo + ShareThis
*/

.divmiddleContent {
    display: block;
    width: 589px;
    float: left;
    margin: 0 0 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 150%;
    min-height: 350px;
}

.divmiddleContent.eventos {
    width: 770px;
}

.divmiddleContent>.titulo {
    display: block;
    margin-top: 10px;
}

.titulo>h1 {
    float: left;
    display: block;
    color: #000000;
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 40px 20px 0px;
    line-height: 100%;
}

.divmiddleContent>.titulo>.share {
    float: right;
    margin: 3px 20px 0 0;
}

.divmiddleContent>.titulo>.share>.addthis_button {
    float: left;
}

.divmiddleContent>.titulo>.share>.addthis_button>img {
    margin-top: 2px;
}

.divmiddleContent>.titulo>.share>.botao_imprimir {
    float: left;
    cursor: pointer;
    display: block;
    width: 19px;
    height: 16px;
    background: transparent url('/temas/stcp/imgs/icon-print.png') no-repeat 0 0;
    margin: 2px 7px 0 0;
}

.divmiddleContent>.titulo>.share>.botao_imprimir_pdf {
    float: left;
    cursor: pointer;
    display: block;
    width: 19px;
    height: 16px;
    background: transparent url('/temas/stcp/imgs/botao_imprimir_pdf.png') no-repeat 0 0;
    margin: 2px 7px 0 0;
}

.divmiddleContent>.titulo>.share>.st_email_custom {
    float: left;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 16px;
    background: transparent url('/temas/stcp/imgs/icon-email.png') no-repeat 0 0;
    margin: 2px 7px 0 0;
}

.divmiddleContent>.titulo>.share>.st_facebook_custom:hover {
    background: transparent url('/temas/stcp/imgs/sharethis_icons.jpg') no-repeat 0 0;
}

.divmiddleContent>.titulo>.share>.st_facebook_custom {
    float: left;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url('/temas/stcp/imgs/sharethis_icons.jpg') no-repeat 0 -16px;
    margin: 0 7px 0 0;
}

.divmiddleContent>.titulo>.share>.st_facebook_custom:hover {
    background: transparent url('/temas/stcp/imgs/sharethis_icons.jpg') no-repeat 0 0;
}

.divmiddleContent>.titulo>.share>.st_twitter_custom {
    float: left;
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url('/temas/stcp/imgs/sharethis_icons.jpg') no-repeat -16px -16px;
    margin: 0;
}

.divmiddleContent>.titulo>.share>.st_twitter_custom:hover {
    background-position: -16px 0px;
}

.divmiddleContent>.titulo>.btnVoltar {
    float: left;
    padding: 0;
    display: block;
    clear: both;
    margin: 5px 0 15px 0;
}

.divmiddleContent>.titulo>.btnVoltar>a {
    font-size: 12px;
    margin: 0px 0 0 20px;
}

.divmiddleContent .content-padding {
    display: block;
    min-height: 310px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    clear: left;
    width: 548px;
    padding: 0 20px 40px 20px;
}

.divrightContent {
    display: block;
    width: 247px;
    float: right;
    margin: 0 0 0 0;
}

.divrightContent .sidebarRight {
    float: left;
}

.divrightContent .sidebarRight .slidebar-bloco {
    float: left;
    clear: both;
    display: block;
    width: 247px;
    margin: 0 0 1px 0;
    background: #F0F0F0;
}


/*
[Fim] Conteúdo + ShareThis
*/


/*
[INI] Galeria de Imagens
*/

.galeriaImgWrapper {
    position: relative;
    display: block;
    margin: 0px 0px 1px 0px;
    width: 589px;
    height: 246px;
    overflow: hidden;
}

.galeriaImgWrapper .gallery-items {
    width: 589px;
    height: 246px;
}

.galeriaImgWrapper .gallery-items .item {
    position: relative;
}

.galeriaImgWrapper .gallery-items .item .titulo {
    position: absolute;
    top: 20px;
    left: 21px;
    width: 548px;
    height: 33px;
    background: url('../imgs/ambiente-titulo.png') no-repeat 0px 0px;
}

.galeriaImgWrapper .gallery-items .item .titulo>span {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 7px 0 0 12px;
}

.galeriaImgWrapper>ul.pagination {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.galeriaImgWrapper>ul.pagination li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 7px;
    width: 10px;
    height: 10px;
    background: url('../imgs/bullets-paginacao-destaquehome.png') no-repeat 0px 0px;
}

.galeriaImgWrapper>ul.pagination li a {
    display: block;
    float: left;
    margin: 0 0 0px 0;
    padding: 0px;
    width: 10px;
    height: 10px;
    background: url('../imgs/bullets-paginacao-destaquehome.png') no-repeat -17px 0px;
}

.galeriaImgWrapper>ul.pagination li a:hover,
.galeriaImgWrapper>ul.pagination li.selected a {
    color: #FFF;
    background: url('../imgs/bullets-paginacao-destaquehome.png') no-repeat 0px 0px;
}


/*
[FIM] Galeria de Imagens
*/


/*
[INI] Destaques Pequenos
*/

.highlightSmall {
    display: block;
    width: 150px;
    float: left;
    margin: 0 25px 30px 0;
}

.highlightSmall.last {
    margin-right: 0;
}

.highlightSmall>p {
    display: block;
    color: #666666;
    font: normal 1em Arial, Helvetica, sans-serif;
    margin: 10px 0 18px 0;
}

.highlightSmall>.link {
    display: block;
    height: 21px;
    background: url(../imgs/bg-bt-lermais.gif);
    padding: 5px 0 0 0;
}

.highlightSmall>.link>a {
    display: block;
    padding: 2px 0px 0px 10px;
    color: #000;
    font: normal 1em Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url(../imgs/bullets-footer.png) no-repeat 0 4px;
}

.highlightSmall>.link>a:hover {
    color: #5EDDC1;
}


/*
[FIM] Destaques Pequenos
*/


/*
[INI] Destaques Grandes
*/

.highlightBig {
    display: block;
    width: 237px;
    margin: 0 0px 30px 0;
}

.highlightBig>p {
    display: block;
    color: #666666;
    font: normal 1em Arial, Helvetica, sans-serif;
    margin: 10px 0 18px 0;
}

.highlightBig>p span {
    display: block;
    color: #666666;
    font: bold 110% Arial, Helvetica, sans-serif;
    margin: 0px 0 3px 0;
}

.highlightBig>.link {
    display: block;
    height: 21px;
    background: url(../imgs/bg-bt-lermais.gif);
    padding: 5px 0 0 0;
}

.highlightBig>.link>a {
    display: block;
    padding: 2px 0px 0px 10px;
    color: #000;
    font: normal 1em Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url(../imgs/bullets-footer.png) no-repeat 0 4px;
}

.highlightBig>.link>a:hover {
    color: #5EDDC1;
}


/*
[FIM] Destaques Grandes
*/


/*
[Inicio] Plano de viagem
*/

.divPlanoViagem {
    clear: both;
    width: 206px;
    height: 176px;
    padding: 50px 20px 20px 20px;
    display: block;
    margin: 0px 0px 1px 0px;
    overflow: hidden;
    background: transparent url('../imgs/imgBgItinerarium.jpg') no-repeat 0 0;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.divPlanoViagem .titi {
    color: #5EDDC1;
    font: bold 14px arial;
    margin-bottom: 10px;
}

.divPlanoViagem input[type=text] {
    border: 0px;
    background: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 155px;
}

.divPlanoViagem input[type=submit] {
    color: #ffffff;
    background: #5EDDC1;
    border: 0px;
    padding: 3px 7px;
    cursor: pointer;
}

.divPlanoViagem input.datepicker {
    width: 90px;
    margin-right: 0px;
    margin-top: 5px;
}

.divPlanoViagem input.timepicker {
    width: 50px;
    margin-top: 5px;
}

.divPlanoViagem .more-options {
    margin-top: 5px;
    color: #ffffff;
    font-weight: bold;
}


/*
[Fim] Plano de viagem
*/

.bannerWidget {
    display: block;
    width: 249px;
    height: 73px;
    margin: 0 0 1px 0;
}


/***** alterações serviço *****/

.divAlteracoesServico {
    float: left;
    display: block;
    margin: 0px 0px 1px 0px;
    padding: 17px 13px 10px 12px;
    border: 2px solid #aeaeae;
}

.labelAlteracoesServico {
    display: block;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: #000;
    background: url(../imgs/label-alteracaoservicos.gif) no-repeat 0 0;
    padding: 0 0 0 56px;
    line-height: 90%;
    height: 46px;
    font-size: 120%;
}

.linkVerMais {
    display: block;
    padding: 16px 0 0 0;
}

.linkVerMais a {
    display: block;
    padding: 0px 0px 0px 10px;
    color: #000;
    font: normal 0.6875em Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url(../imgs/bullets-footer.png) no-repeat 0 4px;
}

.linkVerMais a:hover {
    color: #5EDDC1;
}


/***** banner teatro sj *****/

.divBannerTeatro {
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 662px;
}

.txtBannerTeatro {
    float: left;
    max-width: 230px;
    margin: 10px 0 0 20px;
}

.bannerBottomRight {
    float: right;
}


/***** footer *****/

.divGeralFooter {
    clear: both;
    display: block;
    padding: 29px 0 30px;
    width: 1000px;
    background: #FFF;
}

.divSeparadorFooter {
    display: block;
    background: #aeaeae;
    height: 3px;
    margin: 0px 0 30px 0;
}

#opcoesFooter {
    float: left;
    clear: both;
    display: block;
    margin-bottom: 25px;
    margin: 0 auto;
    width: 886px;
}

#opcoesFooter ul {
    display: block;
    padding: 0;
    margin: 0px 50px 0px 0px;
    float: left;
}

#opcoesFooter ul.last {
    margin-right: 0;
}

#opcoesFooter ul li {
    list-style: none;
    padding: 0px;
    margin: 0 0 5px 0;
    color: #666666;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

#opcoesFooter ul li a {
    display: block;
    padding: 0px 0px 0px 9px;
    margin: 0px 0 3px 0;
    color: #666666;
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica;
    text-decoration: none;
    background: url('../imgs/bullets-footer.png') no-repeat 0 2px;
}

#opcoesFooter ul li a:hover {
    color: #5EDDC1;
    background: url('../imgs/bullets-footer.png') no-repeat 0 -16px;
}

.divSeparadorFooter2 {
    display: block;
    background: #aeaeae;
    height: 1px;
    margin: 5px 0 15px 0;
}

.facebookLikeThis {
    width: 300px;
    margin-top: 15px;
}

.barraRedesFooter {
    display: block;
    float: left;
    margin: 0 0 0 10px;
}

.labelRedesFooter {
    display: block;
    margin: 4px 0 3px 0;
    color: #999;
    font-size: 11px;
}

.logoRedes01Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes01Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat 0 0px;
    width: 16px;
    height: 16px;
}

.logoRedes01Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat 0 -16px;
}

.logoRedes02Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes02Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -26px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes02Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -26px -16px;
}

.logoRedes03Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes03Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -52px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes03Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -52px -16px;
}

.logoRedes04Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes04Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -78px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes04Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -78px -16px;
}

.logoRedes05Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes05Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -104px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes05Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -104px -16px;
}

.logoRedes06Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes06Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -130px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes06Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -130px -16px;
}

.logoRedes07Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes07Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -156px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes07Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -156px -16px;
}

.logoRedes08Footer {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes08Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -182px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes08Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -182px -16px;
}

.logoRedes09Footer {
    display: block;
    float: left;
    margin: 0 0px 0 0;
    width: 16px;
    height: 16px;
}

.logoRedes09Footer a {
    display: block;
    background: url('../imgs/logos-redes-topo.png') no-repeat -208px 0px;
    width: 16px;
    height: 16px;
}

.logoRedes09Footer a:hover {
    background: url('../imgs/logos-redes-topo.png') no-repeat -208px -16px;
}

.logoFooter {
    display: block;
    float: left;
    width: 59px;
    height: 22px;
}

.logoApcer {
    float: left;
    display: block;
    width: 46px;
    height: 22px;
    margin: 0 0 0 10px;
}

.divCopyFooter {
    display: block;
    float: left;
    color: #666;
    margin: 4px 0 0 8px;
}

.linkFooter {
    display: block;
    float: left;
    margin: 3px 0 0 10px;
}

.linkFooter a {
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

.linkFooter a:hover {
    color: #5EDDC1;
}

.logoSeara {
    display: block;
    float: right;
    background: url('../imgs/logo-seara.png');
    width: 39px;
    height: 11px;
    margin: 7px 10px 0 0;
}

.logoSeara a {
    display: block;
    width: 39px;
    height: 11px;
}

.logoSIG {
    display: block;
    float: right;
    /*	background: url('../imgs/logo-sig2000.png') no-repeat center center;*/
    width: 26px;
    height: 26px;
    margin: 0;
}


/*.logoSIG a {
    display:block;
   	width: 26px;
	height: 26px;
}*/

.logoCompete2020 {
    display: block;
    float: right;
    /*	background: url('../imgs/logo-compete2020.png') no-repeat center center; */
    width: 169px;
    height: 26px;
    /*margin: 0 30px 0 0;*/
}


/*.logoCompete2020 a {
    display:block;
   	width: 169px;
	height: 26px;
}
*/

.logoReclamacoes {
    display: block;
    float: right;
    background: url('../imgs/livro-reclamacoes.png') no-repeat center center;
    width: 63px;
    height: 26px;
    margin: 0 30px 0 0;
}

.logoReclamacoes a {
    display: block;
    width: 63px;
    height: 26px;
}

.coFinanciamento2 {
    display: block;
    float: center;
    width: 1000px;
    height: 90px;
    /*margin: 0 30px 0 0;*/
}

.coFinanciamento {
    display: block;
    float: center;
    width: 1000px;
    height: 60px;
    /*margin: 0 30px 0 0;*/
}


/*******************************************
Formulários [Estrutura] STCP
*******************************************/

fieldset.formulario input[type='text'],
fieldset.formulario input[type='password'],
fieldset.formulario textarea {
    padding: 4px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #000000;
    font-size: 12px;
    width: 350px;
}

fieldset.formulario input[type='file'] {
    border: 1px solid #CCC;
}

fieldset.formulario input[type='text'].input-error,
fieldset.formulario input[type='password'].input-error,
fieldset.formulario input[type='file'].input-error,
fieldset.formulario textarea.input-error,
fieldset.formulario select.input-error {
    border-color: red;
}


/*******************************************
Formulários Clientes > Login
*******************************************/

fieldset.formulario.frm_clienteslogin>.linha.facebook {
    border-top: 1px solid #CCCCCC;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
}

fieldset.formulario.frm_clienteslogin>.linha.facebook>h2 {
    display: block;
    margin-bottom: 7px;
}


/*******************************************
Formulários Clientes
*******************************************/

fieldset.formulario.frm_clientes ul.areas_interesse {
    clear: both;
    margin: 4px 0 0 0;
    padding: 4px 0 0 0;
    list-style: none;
}

fieldset.formulario.frm_clientes ul.areas_interesse li {
    clear: both;
}


/*******************************************
Formulários Clientes Actualizar
*******************************************/

fieldset.formulario.frm_clientes_actualizar {
    display: block;
}

fieldset.formulario.frm_clientes_actualizar fieldset.linha fieldset.label {
    float: left;
    width: 125px;
    padding-top: 3px;
}

fieldset.formulario.frm_clientes_actualizar fieldset.linha fieldset.input>input {
    margin-top: 0;
}


/*******************************************
Formulário Alertas Subscrever
*******************************************/

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul {
    float: left;
    border: 1px solid #F4F4F4;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li {
    clear: none;
    float: left;
    display: block;
    background-color: #F4F4F4;
    margin: 1px 1px;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li:hover {
    background-color: #666666;
    color: #FFF;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li>input {
    float: left;
    margin: 3px 5px 0 5px;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li>label {
    float: left;
    width: 521px;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li>label>.linha {
    float: left;
    display: block;
    padding: 0px 3px;
    margin: 1px 3px 1px 0;
    min-width: 20px;
    max-width: 50px;
    text-align: center;
}

fieldset.formulario#frmNewsletter fieldset.linhas_alerta>ul>li>label>span {
    float: left;
    display: block;
    margin: 1px 0 0 0;
}


/*******************************************
Mensagens
*******************************************/

.msgBox {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 0px 0 10px 0;
    font-size: 12px;
    position: relative;
}

.msgBox>span {
    display: block;
    padding: 0 10px 0 10px;
}

.msgBox>.options {
    margin: 10px 0 0 0;
    padding: 0 0 0 25px;
}

.msgBox>.options.noMargin {
    margin: 0;
}

.msgBox.sucesso {
    background-color: #184937;
    color: #FFF;
}

.msgBox.erro {
    background-color: red;
    color: #FFF;
}

.msgBox.warning {
    background-color: #F8DC36;
    color: #333;
}


/*******************************************
Paginação Geral
*******************************************/

.navbar {
    float: left;
    position: relative;
    display: block;
    float: right;
    margin: 0 0px 20px 0;
    padding: 0 0 8px 0;
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
}

.navbar.paginRodape {
    padding-top: 5px;
}

.navbar>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.navbar>ul li {
    list-style: none;
    margin: 0 2px 0 2px;
    padding: 0;
    display: block;
    float: left;
}

.navbar>ul li a,
.navbar>ul li span {
    display: block;
    float: left;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 3px 2px 4px 2px;
    text-align: center;
    width: 18px;
    background: #F0F0F0;
}

.navbar>ul li:hover a,
.navbar>ul li:hover span,
.navbar>ul li.active span {
    color: #ffffff;
    font-weight: bold;
    background: #5EDDC1;
}

.navbar>ul li.setas a {
    display: block;
    width: 0px;
    height: 18px;
    float: right;
    padding: 0 0 0 8px;
    overflow: hidden;
    text-indent: 8px;
    margin-top: 1px;
}

.navbar>ul li.setas.pagAnterior a {
    background: url(../imgs/setas-paginacao.png) 0 50% no-repeat;
    margin: 0 0 0 12px;
}

.navbar>ul li.setas.pagSeguinte a {
    background: url(../imgs/setas-paginacao.png) -8px 50% no-repeat;
}


/*******************************************
Formbuilder [STCP]
*******************************************/

.fb3field.fb3text>input,
.fb3field.fb3email>input,
.fb3field.fb3codpostal input,
.fb3field.fb3phone input {
    float: left;
    padding: 4px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #000000;
    font-size: 12px;
}

.fb3field.fb3text>input,
.fb3field.fb3email>input {
    width: 320px;
}

.fb3field.fb3textarea>textarea {
    float: left;
    width: 328px;
    height: 105px;
    border: 1px solid #D3D3D3;
    color: #666666;
    font-size: 11px;
    resize: none;
}

.fb3row span.fb3ast {
    display: inline-block;
    height: 0px !important;
    padding: 7px 4px 0 4px;
    background: transparent url('../imgs/ico_required.png') no-repeat left top;
    overflow: hidden;
    margin-top: 0;
    font-size: 0 !important;
    vertical-align: center;
}

.fb3popup-response {
    display: none;
    width: 100%;
}

.fb3popup-response>.response {
    padding: 10px;
}

.fb3popup-response>h1 {
    background-color: #5EDDC1;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

#fancybox-content .fb3popup-response {
    display: block !important;
    float: left;
    font-size: 12px;
}


/*******************************************
Bolsa de Emprego
*******************************************/

.bolsaEmprego {
    float: left;
    width: 100%;
}

.bolsaEmprego .oportunidadesLista {
    margin: 10px 0 10px 14px;
    padding: 0;
}

.bolsaEmprego .oportunidadesLista>li {
    padding-bottom: 10px;
}

.bolsaEmprego .oportunidadesLista>li>a {
    display: block;
}

.bolsaEmprego .oportunidadesLista>li>a>span.departamento {
    display: block;
}

.bolsaEmprego .sem_oportunidades {
    display: block;
    margin: 10px 0 10px 0;
}


/*******************************************
Alertas Listagem
*******************************************/

.alertasLista {
    float: left;
    width: 100%;
}

.alertasLista>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alertasLista>ul>li {
    display: block;
    float: left;
    margin-bottom: 15px;
    clear: left;
}

.alertasLista>ul>li>a {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.alertasLista>ul>li>.linhasAssoc {
    display: block;
    float: left;
    margin-bottom: 4px;
}

.alertasLista>ul>li>div.resumo {
    float: left;
    clear: left;
    display: block;
}


/*******************************************
Alertas Detalhe
*******************************************/

.alertasDetalhe {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.alertasDetalhe div.header {
    display: block;
    margin-bottom: 10px;
}

.alertasDetalhe div.header>span.titulo {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.alertasDetalhe div.header>span.data {
    display: block;
    color: #AAA;
    font-weight: bold;
}

.alertasDetalhe div.header>.linhas {
    float: left;
    margin: 10px 0 10px 0;
}

.alertasDetalhe div.header>.linhas>span {
    display: block;
    float: left;
    margin: 2px 3px 0 0;
    font-weight: bold;
}

.alertasDetalhe div.header>.linhas>ul {
    float: left;
    clear: none;
}

.alertasDetalhe div.header>div.ficheiro {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.alertasDetalhe div.header>div.ficheiro>img {
    float: left;
    margin-right: 4px;
}

.alertasDetalhe div.header>div.ficheiro>a {
    float: left;
    display: block;
    padding-right: 15px;
    background: url('../imgs/icon_SetaDownload.gif') no-repeat 0 0;
}

.alertasDetalhe .texto {
    clear: left;
}

.alertasDetalhe div.imagem {
    margin-top: 10px;
    max-width: 589px;
}


/*******************************************
Linhas Associadas
*******************************************/

.linhasAssoc {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.linhasAssoc li {
    display: block;
    float: left;
    margin: 1px 2px 0 0;
}

.linhasAssoc li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    min-width: 25px;
    text-align: center;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
}


/*******************************************
Captcha
*******************************************/

.captchaWrap {
    clear: both;
    width: 100%;
}

.captchaWrap>img {
    float: left;
}

.captchaWrap>span {
    float: left;
    display: block;
    margin: 0px 0 0 5px;
    height: 30px;
    line-height: 30px;
}

.captchaWrap>input#security_code {
    clear: both;
    width: 110px;
    height: 26px;
    letter-spacing: 0.7em;
    padding: 2px 0 2px 0;
    font-weight: bold;
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
}


/*******************************************
Módulo de eventos
*******************************************/

.eventosBigPlan {
    float: left;
}

.evento {
    margin-top: 15px;
    float: right;
    width: 285px;
    margin-left: 30px;
}

.evento .item-evento {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}

.evento .item-evento.first {
    margin-top: 25px;
}

.evento .item-evento>.datahora {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.evento .item-evento>.datahora .item>span>span {
    color: #000;
    text-transform: none;
}

.evento .item-evento>a.titulo,
.evento .item-evento>span.titulo {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

.evento .item-evento>a.titulo,
.evento .item-evento>div.imagewrapper {
    margin: 20px 0 20px 0;
}

.bloco-topo {
    display: block;
    width: 100%;
}

.news-servicos-wrapper {
    display: block;
    overflow: hidden;
    width: 589px;
    margin-bottom: 1px;
    color: #000;
}

.enews-list {
    display: block;
    overflow: hidden;
    width: 293px;
    float: left;
    margin-right: 1px;
}

.enews-list>.titulo,
.servicos-list>.titulo {
    display: block;
    color: #FFF;
    font: bold 16px Arial;
    padding: 10px 0px 10px 20px;
    background-color: #666666;
    text-decoration: none;
}

.enews-list>.titulo>span:hover,
.servicos-list>.titulo>span:hover {
    text-decoration: underline;
}

.enews-list .ler-mais,
.servicos-list .ler-mais {
    display: block;
    text-align: right;
}

.servicos-list {
    display: block;
    overflow: hidden;
    width: 295px;
    float: left;
}

.servicos-list>.titulo {
    background-color: #5EDDC1;
}

.cinza-escuro,
.cinza-claro {
    display: block;
    overflow: hidden;
}

.cinza-escuro,
.cinza-claro {
    padding: 13px 20px;
    height: 75px;
}

.cinza-escuro h3,
.cinza-claro h3 {
    font-weight: bold;
}

.cinza-escuro p,
.cinza-claro p {
    margin: 0px;
}

.cinza-escuro {
    background-color: #dddddd;
}

.cinza-claro {
    background-color: #ececec;
}

.enews-list-foto {
    display: block;
    overflow: hidden;
}

.em-destaque {
    display: block;
    width: 247px;
    overflow: hidden;
    background-color: #164D90;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    margin: 1px 0 0 0;
}

.em-destaque>a {
    display: block;
    float: left;
    width: 207px;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFFFFF;
}

.eventosDestaqueDireita {
    position: relative;
    float: left;
    display: block;
    background: #ECECEC;
    padding: 0 0 0px 0;
    margin-bottom: 1px;
    width: 217px;
    height: 120px;
    padding: 11px 15px 11px 15px;
    z-index: 0;
}

.eventosDestaqueDireita .contents {
    float: left;
}

.eventosDestaqueDireita .contents .item-destaque {
    float: left;
}

.eventosDestaqueDireita .contents .item-destaque .categoria {
    display: block;
    background: transparent url("../imgs/bullet-yellow.png") no-repeat left center;
    padding: 0 0 0 10px;
    color: #5EDDC1;
    font-weight: bold;
}

.eventosDestaqueDireita .contents .item-destaque .data {
    display: block;
    color: #000000;
    margin: 0 0 3px 0;
}

.eventosDestaqueDireita .contents .item-destaque .titulo {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 0 3px 0;
}

.eventosDestaqueDireita .contents .item-destaque .resumo {
    color: #666666;
}

.eventosDestaqueDireita .contents .item-destaque .resumo .readmore {
    display: block;
}

#events-pager {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.banner-right-side {
    display: block;
    overflow: hidden;
    padding-bottom: 1px;
    width: 247px;
    background-color: #ececec;
}

.banner-right-side.text {
    padding: 15px;
    width: 217px;
}

.banner-right-side.text p {
    color: #666666;
    font-size: 11px;
    line-height: 150%;
}

.banner-right-side.text a {
    font-size: 11px;
}


/*
Newsletter Listagem
*/

.newsletter_listagem td {
    position: relative;
    vertical-align: bottom;
}

.newsletter_listagem td .item {
    float: left;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #000;
    padding-bottom: 8px;
}

.newsletter_listagem td .item .titulo {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

.newsletter_listagem td.middle {
    padding: 0 50px 0 50px;
}

.newsletter_listagem td .item>a>img {
    margin-bottom: 6px;
}

.newsletter_listagem .ver-newsletter {
    display: block;
    overflow: hidden;
    float: left;
    width: 10px;
}

.newsletter_listagem .download-newsletter {
    display: block;
    overflow: hidden;
    float: left;
    width: 140px;
    text-align: right;
}

.newsletter_listagem .download-newsletter a {
    text-decoration: none;
    color: #c8c8c8;
    font-size: 10px;
    position: relative;
}

.newsletter_listagem .download-newsletter a img {
    position: relative;
    top: 2px;
}

.box-search-newsletter {
    background-color: #f4f4f4;
    display: block;
    overflow: hidden;
    margin: 10px 0 25px 0;
    padding: 5px;
}

.box-search-newsletter select {
    margin-right: 10px;
}

.box-search-newsletter input[type=submit] {
    background-color: #5EDDC1;
    color: #FFF;
    border: none;
    padding: 3px 5px;
    font-size: 11px;
}


/*
Download Conteúdos Listagem
*/

.download-box-wrapper {
    display: table;
    margin: 0 auto;
}

.download-box {
    float: left;
    width: 150px;
    height: 190px;
    margin: 0px 24px 30px 24px;
    border-bottom: dotted 1px #686868;
}

.download-box.first {
    margin-left: 0;
}

.download-box.last {
    margin-right: 0;
    margin-left: 24px;
}

.download-box>p.titulo {
    display: block;
    width: 150px;
    height: 32px;
    font-weight: bold;
    font-size: 12px;
    overflow: hidden;
    /* vertical-align: middle; */
    display: table-cell;
}

.download-box>a.imagem {
    display: block;
    width: 150px;
    height: 120px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.download-box .download-contentor {
    display: block;
    overflow: hidden;
    padding: 10px 0px;
}

.download-box .download-contentor .ver {
    display: block;
    overflow: hidden;
    float: left;
    width: 10px;
}

.download-box .download-contentor .download {
    display: block;
    overflow: hidden;
    float: left;
    width: 140px;
    text-align: right;
}

.download-box .download-contentor .download>a {
    text-decoration: none;
    color: #c8c8c8;
    font-size: 10px;
    position: relative;
}

.download-box .download-contentor .download>a>img {
    position: relative;
    top: 2px;
}

.galeria-box {
    display: block;
    overflow: hidden;
    padding: 15px;
}

.linha-galeria {
    display: block;
    width: 100%;
    border-top: solid 1px #dbdbdb;
    padding: 15px 0px;
    color: #000;
}

.linha-final {
    display: block;
    width: 100%;
    border-bottom: solid 1px #dbdbdb;
}

.linha-galeria span {
    float: right;
}

.linha-galeria span a {
    color: #5EDDC1;
    text-decoration: none;
}

.linha-galeria span a:hover {
    color: #5EDDC1;
    text-decoration: underline;
}

h1.titulo {
    color: #000000;
    font-size: 22px;
    margin: 0 0 10px 0;
}


/*** tabs ***/

.tabs-gca {
    display: block;
    margin-bottom: 15px;
}

.tabs-gca .ui-icon {
    background-image: url(/plugins/jquery/ui/css/smoothness/images/ui-icons_ffffff_256x240.png);
}

.tabs-gca .ui-state-default,
#tabs-gca .ui-widget-content .ui-state-default,
#tabs-gca .ui-widget-header .ui-state-default {
    border-top: none;
    border-bottom: none;
    border-left: 0px solid #d3d3d3;
    border-right: 0px solid #d3d3d3;
    background: #0072C6;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

.tabs-gca .ui-state-active,
#tabs-gca .ui-widget-content .ui-state-active,
#tabs-gca .ui-widget-header .ui-state-active {
    border-top: 0px solid #d3d3d3;
    border-bottom: 0px solid #d3d3d3;
    border-left: 0px solid #d3d3d3;
    border-right: 0px solid #d3d3d3;
    background: #666666 url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #FFFFFF;
}

.tabs-gca .ui-state-default a,
#tabs-gca .ui-state-default a:link,
#tabs-gca .ui-state-default a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold !important;
}

.tabs-gca .ui-state-hover a,
#tabs-gca .ui-state-hover a:hover {
    color: #F0F0F0;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #0072C6;/*#FFFFFF;*/
    font-weight: bold !important;
}

.tabs-gca .ui-widget-content {
    border: 0px solid #aaaaaa;
    background: #ffffff url(/plugins/jquery/ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #666666;
    font-size: 12px;
    line-height: 150%;
    font-family: Arial, Helvetica, Verdana;
}

.tabs-gca .ui-corner-tl {
    -moz-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.tabs-gca .ui-corner-tr {
    -moz-border-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.tabs-gca .ui-corner-bl {
    -moz-border-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tabs-gca .ui-corner-br {
    -moz-border-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabs-gca .ui-corner-top {
    -moz-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.tabs-gca .ui-corner-bottom {
    -moz-border-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabs-gca .ui-corner-right {
    -moz-border-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabs-gca .ui-corner-left {
    -moz-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tabs-gca .ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 10px .5em 10px .7em;
    font: 12px Arial, Helvetica, sans-serif;
}


/* IE7-/Win - Fix extra vertical space in lists */

.ui-accordion a {
    zoom: 1;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.border-bottom {
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #d3d3d3;
}

.small-text {
    font-size: 12px;
}

.breadcrumb {
    display: block;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    font: normal 11px Arial, Helvetica, sans-serif;
    padding: 10px 0;
    clear: both;
    background-color: #FFFFFF;
}

.breadcrumb a {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #666666;
    text-decoration: none;
}

.page-title {
    padding-top: 0px !important;
}


/*******************************************
Página Acessibilidade
*******************************************/

.acessibilidade .tab .titulo {
    float: left;
    display: block;
    background-color: #0072C6;
    padding: 5px 10px;
    width: 529px;
}

.acessibilidade .tab .titulo span {
    float: left;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.acessibilidade .tab .titulo .form {
    display: block;
    float: right;
}

.acessibilidade .tab .titulo>select {
    float: right;
    margin: 0;
    padding: 0;
}

.acessibilidade .tab #filtros-linhas {
    float: left;
    width: 100%;
    display: block;
    border-bottom: none;
    margin: 5px 0 5px 0;
}

.acessibilidade .tab #filtros-linhas.loader {
    background: #FFF url('../imgs/ajax-loader16.png') no-repeat right 5px;
}

.acessibilidade .tab #filtros-linhas .filtro {
    clear: both;
    padding: 5px;
}

.acessibilidade .tab #filtros-linhas .filtro .description {
    float: right;
    width: 430px;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 5px 0;
}

.acessibilidade .tab #filtros-linhas .filtro .description>span {
    display: block;
    font-weight: bold;
}

.acessibilidade .tab .tabela {
    clear: both;
}

#acessibilidade_linhas td {
    vertical-align: middle;
}

#acessibilidade_linhas th.linha {
    width: 60px;
}

#acessibilidade_linhas th.percurso {
    width: 340px;
}

#acessibilidade_linhas td.linha,
#acessibilidade_linhas th.linha,
#acessibilidade_linhas td.acessibilidade,
#acessibilidade_linhas th.acessibilidade {
    text-align: center;
}


/*******************************************
Linhas STCP
*******************************************/

.linha-stcp {
    display: inline-block;
    padding: 2px;
    width: 41px;
}


/*******************************************
TABS GLOBAIS
*******************************************/

.tabs-globais {
    display: block;
    padding: 0 0 0 0;
}

.tabs-globais>ul {
    float: left;
    width: 100%;
    background-color: #f4f4f4;
    list-style: none;
    height: 30px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #5EDDC1;
}

.tabs-globais>ul>li {
    float: left;
    background-color: #666666;
    height: 30px;
    margin-right: 1px;
}

.tabs-globais>ul>li:hover {
    background-color: #D9D9D9;
}

.tabs-globais>ul>li:hover>a {
    color: #333333;
}

.tabs-globais>ul>li.active:hover>a {
    color: #FFF;
}

.tabs-globais>ul>li.active {
    background-color: #5EDDC1;
}

.tabs-globais>ul>li>a {
    display: block;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 8px 0 8px;
}

.tabs-globais>ul>li>a span {
    font-weight: bold;
    color: #333;
}

.tabs-globais>.tab {
    display: none;
}

.tabs-globais>.tab.active {
    display: block;
}


/*******************************************
Registo de Utilizadores
*******************************************/

.tabs-globais.clientes {
    margin: 0 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}


/*******************************************
Noticias Pesquisa
*******************************************/

.boxPesquisaNoticias {
    clear: both;
    padding: 5px;
    background-color: #F4F4F4;
}

.boxPesquisaNoticias>form {
    margin: 0;
    padding: 0;
}

.boxPesquisaNoticias>form>fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.boxPesquisaNoticias>form>fieldset>.titulo {
    float: left;
    width: 235px;
    margin: 0 2px 0 0;
}

.boxPesquisaNoticias>form>fieldset>.data {
    float: left;
    width: 99px;
    margin: 0 2px 0 0;
}

.boxPesquisaNoticias>form>fieldset>.categorias {
    float: left;
    width: 110px;
    margin: 0;
    padding: 1px 1px 1px 0;
    height: 22px;
}

.boxPesquisaNoticias>form>fieldset>.submeter {
    float: right;
    display: block;
    height: 21px;
    background-color: #5EDDC1;
    font-size: 11px;
    color: #FFF;
    border: none;
    cursor: pointer;
    margin: 0;
}

.boxPesquisaNoticias>form>fieldset>.removerFiltro {
    float: right;
    display: block;
    width: 15px;
    height: 15px;
    padding: 3px 5px;
    margin: 0 0 0 1px;
    background-color: #5EDDC1;
    font-size: 11px;
    color: #FFF;
    border: none;
    background: #5EDDC1 url('../imgs/remove-filter.png') no-repeat center center;
}

.boxPesquisaNoticias>form>fieldset>.removerFiltro:hover {
    background-color: #666666;
}


/*******************************************
Noticias Comentários
*******************************************/

.tabs-globais.noticias {
    padding-top: 20px;
}

.tabs-globais.noticias>.comentarios {
    float: left;
    width: 100%;
}

.tabs-globais.noticias>.comentarios>.item-comentario {
    float: left;
    width: 100%;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #AEAEAE;
}

.tabs-globais.noticias>.comentarios>.item-comentario .titulo {
    font-size: 12px;
    font-weight: bold;
}

.tabs-globais.noticias>.comentarios>.item-comentario .username-data {
    display: block;
    color: #ADADAD;
    font-weight: normal;
    font-size: 10px;
}

.tabs-globais.noticias>.comentarios>.item-comentario .username-data>span {
    color: #5EDDC1;
}

.tabs-globais.noticias>.formulario {
    float: left;
    width: 539px;
    padding: 0 0 0 5px;
}

.tabs-globais.noticias>.formulario .response {
    float: left;
    width: 100%;
    margin-top: 2px;
    margin-bottom: -5px;
}

.tabs-globais.noticias>.formulario .response .msgBox.sucesso {
    background: #FFF;
    color: #666666;
}

.tabs-globais.noticias>.formulario textarea {
    width: 500px;
    height: 150px;
}

.linhas-form.resultados-mapas {
    margin-top: 9px;
}

.linhas-form label {
    font-weight: bold;
    display: block;
    clear: both;
    height: auto;
}

.links-square {
    display: block;
}

.links-square a {
    display: inline-block;
    vertical-align: top;
    width: 146px;
    margin-left: 7px;
    height: 80px;
    font: bold 19px Arial;
    text-decoration: none;
    color: #000000;
    padding: 10px 20px 10px 10px;
    line-height: 22px;
}

.links-square a:first-child {
    margin-left: 0px;
}

.links-square a span {
    font-size: 30px;
    text-transform: uppercase;
}

.links-square a:hover {
    /*background-color: #5EDDC1;*/
    color: #ffffff;
}

.horario-paragem {
    padding: 5px 10px;
    background: #F4F4F4;
    font-weight: bold;
    margin-bottom: 20px;
}

.horario-paragem a {
    font-weight: normal;
    color: #666666;
}

.tab-separador {
    background: #0072C6;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

.tab-separador.big {
    padding: 10px;
    font-size: 14px;
}

.form-horario-paragem select {
    width: 260px;
    color: #555555;
}

.form-horario-paragem .ui-combobox {
    width: 260px;
    margin-bottom: 10px;
}

.form-horario-paragem .ui-combobox-input {
    width: 230px;
}

.form-horario-paragem input[type=submit].floatRight {
    margin-right: 0px;
}

.form-horario-paragem input[type=submit] {
    padding: 3px 14px 3px 5px;
    background: #5EDDC1 url('../imgs/setaMenuFrente2.png') no-repeat 100% 50%;
    color: #ffffff;
    border: 0px;
    font-size: 11px;
    cursor: pointer;
    margin: 10px 10px 20px 0px;
    border-radius: 2px;
}

.form-horario-paragem input[type=submit].gray {
    background-color: #999999;
}

.form-horario-paragem.fhp2 select {
    width: 490px;
}

.form-horario-paragem.fhp2.inner {
    margin-left: 40px;
}

.form-horario-paragem.fhp2.inner select {
    width: 450px;
}

.form-horario-paragem.fhp2 input[type=submit] {
    margin: 0px;
}

.form-horario-paragem .tiposHorario {
    float: right;
    margin-right: 60px;
    padding-top: 22px;
}

.form-horario-paragem .tiposHorario>div.item {
    clear: both;
}

.form-horario-paragem .tiposHorario>div.item>input {
    float: left;
}

.form-horario-paragem .tiposHorario>div.item>label {
    clear: none;
    font-weight: normal;
    white-space: nowrap;
    font-size: 12px;
    color: #666666;
}

.form-horario-paragem .box-mapa {
    padding: 15px;
    background: #EAEAEA;
}

.form-horario-paragem .box-mapa.bottom {
    margin-top: 11px;
}

.form-horario-paragem .box-mapa label {
    display: block;
    width: 183px;
    margin: 14px 0 6px 0;
    padding: 0;
}

.form-horario-paragem .box-mapa input.submit {
    float: right;
    margin: 0px 0 0 3px;
    width: 52px;
    height: 22px;
}

.form-horario-paragem .box-mapa-pesquisa {
    float: left;
    clear: both;
    margin-top: 11px;
    padding: 12px 19px 12px 18px;
    background: #EAEAEA;
}

.form-horario-paragem .box-mapa-pesquisa>img.img-top {
    margin-bottom: 12px;
}

.form-horario-paragem .box-mapa-pesquisa select {
    width: 20px;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-paragem {
    float: left;
    width: 310px;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-paragem label {
    display: block;
    margin: 0 0 5px 0;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-paragem input.mapa-pesquisa-paragem {
    float: left;
    width: 233px;
    padding: 2px 0 2px 0;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-paragem input.submit {
    float: right;
    margin: 0 18px 0 0;
    width: 52px;
    height: 22px;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-linha-sentido-paragem {
    float: right;
    width: 180px;
    padding-left: 20px;
    border-left: 1px solid #B6B6B6;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-linha-sentido-paragem label {
    margin: 0;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-linha-sentido-paragem .ui-combobox {
    margin: 5px 0 5px 0;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-linha-sentido-paragem .ui-combobox-input {
    width: 148px;
}

.form-horario-paragem .box-mapa-pesquisa .pesquisa-linha-sentido-paragem input.submit {
    float: right;
    margin: 0;
    width: 52px;
    height: 22px;
}

.form-horario-paragem .horario-numa-paragem {
    width: 260px;
}

.boxResultsBusStop {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.boxResultsBusStop>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boxResultsBusStop>ul>li>span {
    display: block;
    float: left;
}

.boxResultsBusStop>ul>li {
    clear: both;
    padding: 5px 0px;
}

.boxResultsBusStop>ul>li>span.label {
    width: 100px;
    font-weight: bold;
}

.boxResultsBusStop>table {
    clear: both;
    padding-top: 5px;
}

.boxResultsBusStop>table th {
    padding: 2px;
    border-bottom: 1px solid #CCC;
    margin: 0 0 10px 0;
    background-color: #F0F0F0;
}

.boxResultsBusStop>table td {
    padding: 3px;
}


/* Pesquisa Paragem */

.blocoPesquisaParagem {
    display: block;
}

.blocoPesquisaParagem>form {
    margin: 0;
    padding: 0;
}

.blocoPesquisaParagem>form>label {
    display: block;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.blocoPesquisaParagem>form>input[type="text"] {
    width: 484px;
}

.blocoPesquisaParagem>form>input[type="submit"] {
    display: block;
    float: right;
}


/* Horarios Pesquisas */

.form-horario-paragem.pesquisa {
    margin-top: 25px;
}

.form-horario-paragem.pesquisa .ui-combobox {
    width: 260px;
    margin-bottom: 10px;
}

.form-horario-paragem.pesquisa .ui-combobox-input {
    width: 230px;
}


/* Horarios Mapas */

.form-horario-paragem.mapas {
    margin-top: 17px;
}


/* UI Combobox */

.ui-combobox .ui-combobox-input {
    margin: 0;
    padding: 2px;
}

.ui-combobox .ui-corner-left {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}

.ui-combobox .ui-state-default,
.ui-combobox .ui-widget-content .ui-state-default,
.ui-combobox .ui-widget-header .ui-state-default {
    background: #FFF !important;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}

.ui-combobox .ui-widget-content {
    border-top: 1px solid #ABADB3;
    border-bottom: 1px solid #E3E9EF;
    border-left: 1px solid #E2E3EA;
    border-right: none;
}

.ui-combobox .ui-corner-right {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    border-top: 1px solid #ABADB3;
    border-bottom: 1px solid #E3E9EF;
    border-right: 1px solid #E2E3EA;
    border-left: none;
}

.ui-combobox .ui-button-icon-primary {
    margin-left: -4px;
    background: url("/plugins/jquery/ui/css/smoothness/images/ui-icons_454545_256x240.png");
    background-position: -63px -16px;
}


/* UI Combobox - Big */

.ui-combobox.big {
    height: 30px;
}

.ui-combobox.big input {
    height: 24px;
}


/* UI Combobox - Autocomplete */

.ui-autocomplete {
    font-size: 11px;
    border-radius: 0;
}

.ui-autocomplete {
    z-index: 20 !important;
    max-height: 300px;
    /*padding-right: 20px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete .ui-corner-all {
    border-radius: 0;
}

.ui-autocomplete .ui-corner-all.ui-state-hover {
    background: #5EDDC1;
    color: #FFFFFF;
    border: 1px solid #5EDDC1;
}

.ui-autocomplete a {
    color: #333333;
}


/* .ui-autocomplete-input {
    border: 1px solid #E0E0E0 !important;
} */

.ui-autocomplete-input-empty {
    color: red;
    border: 1px solid red !important;
    box-shadow: 0px 0px 2px 0px red !important;
}

.ui-autocomplete-loading {
    background-repeat: no-repeat !important;
    background-image: url('/temas/stcp/imgs/loading-gray.gif') !important;
    background-position: 99% 50% !important;
}


/*******************
# Itinerarium
/*******************/

.iti-map {
    float: left;
    width: 100%;
}

.iti-map>.floatLeft {
    margin-right: 20px;
    width: 316px;
}

.iti-map>.floatRight {
    width: 650px;
    color: #666666;
    line-height: 150%;
}

.iti-map .panel-linha-sentido {
    display: block;
    padding: 10px 0 10px 0;
    margin: 15px 0 0 0;
}

.iti-map .panel-linha-sentido .ui-combobox-input {
    width: 265px;
}

.iti-map .panel-linha-sentido .linha-x,
.iti-map .panel-linha-sentido .inverter-sentido,
.iti-map .panel-linha-sentido .selecionar-outra-linha {
    display: none;
}

.iti-map .title {
    font-weight: bold;
    color: #5EDDC1;
    font-size: 12px;
    margin-bottom: 6px;
}

.iti-map .backcontent.voltarhorarios {
    float: right;
    margin: 11px 2px 7px 0;
    clear: none;
}

.iti-map .linha-x {
    display: block;
    float: left;
    padding: 8px 5px 8px 5px;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px 10px 0;
    width: 280px;
}

.iti-map .linha-x .accessibility {
    display: none;
    float: right;
}

.iti-map .linha-x .linha {
    float: left;
}

.iti-map .linha-x .designacao {
    float: left;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 1px 0 0 5px;
}

.iti-map .inverter-sentido {
    display: block;
    clear: both;
    background: url("../imgs/gray-arrow-right.gif") no-repeat 0 50%;
    padding-left: 8px;
    text-decoration: none;
    color: #333333;
    margin: 2px 0 0 0;
    cursor: pointer;
}

.iti-map .inverter-sentido:hover {
    color: #0072C6;
}

.iti-map #gmap {
    transform: none !important;
}

.selecionar-outra-linha {
    display: block;
    clear: both;
    color: #333333;
    text-decoration: none;
    background: #FFF url("../imgs/gray-arrow-right.gif") no-repeat 7px 50%;
    padding-left: 8px;
    margin: 0 0 7px 0;
    font-size: 13px;
    border: 1px solid #F4F4F4;
    padding: 7px;
    width: 274px;
}

.selecionar-outra-linha:hover {
    background-color: #F0F0F0;
}

.selecionar-outra-linha span {
    margin-left: 10px;
}

.iti-map .bus-stop-code-zone {
    display: none;
    clear: both;
    background: #F4F4F4;
    padding: 5px 10px;
}

.iti-map .bus-stop-code-zone table {
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.iti-map .bus-stop-code-zone table th {
    color: #000000;
    text-align: center;
    padding-bottom: 7px;
}

.iti-map .bus-stop-code-zone table th.paragem {
    text-align: left;
}

.iti-map .bus-stop-code-zone table td {
    padding: 0px 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.iti-map .bus-line {
    width: 8px;
}

.iti-map .bus-line.top {
    background-image: url('../imgs/linhas-cantos-top.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.iti-map .bus-line.bottom {
    background-image: url('../imgs/linhas-cantos-bottom.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.iti-map .bus-line img {
    margin-left: 3px;
    margin-right: 3px;
}

.iti-map .bus-location {
    text-align: left;
}

.iti-map .bus-location>a {
    color: #222222;
    text-decoration: none;
}

.iti-map .bus-location>a:hover {
    text-decoration: underline;
}

.iti-map .bus-code {
    width: 10px;
    background: #DDDDDD;
    border-right: 6px solid #F4F4F4;
}

.iti-map .bus-code>a {
    color: #222222;
    text-decoration: none;
}

.iti-map .bus-code>a:hover {
    text-decoration: underline;
}

.iti-map .bus-zone {
    background: #666666;
    color: #ffffff;
    font-weight: bold;
    width: 18px;
    text-align: center;
    background: #666666 url('../imgs/separador-linhas.jpg') no-repeat top center;
    overflow: hidden;
}

.iti-map .bus-zone>span {
    display: block;
    padding: 2px 0 0 0;
}

.iti-map .bus-zone.last {
    border-bottom: none;
}

.iti-map .bus-win-sel {
    padding: 13px 20px;
    background: #F4F4F4;
    margin-bottom: 1px;
}

.iti-map .bus-win-sel>form>.tabs {
    float: left;
}

.iti-map .bus-win-sel>form>.tabs>input {
    display: none;
}

.iti-map .bus-win-sel>form>.tabs label,
.iti-map .bus-win-sel>form>.tabs span.tab {
    cursor: pointer;
    display: inline-block;
    padding: 7px 20px 7px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    border-radius: 2px;
    background-color: #5EDDC1;
    background-image: url("../imgs/seta-white-btns-tabs.png");
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 2px;
}

.iti-map .bus-win-sel>form>.tabs span.tab {
    cursor: default;
    background-color: #D4D4D4;
}

.iti-map .bus-win-sel>form>.tabs label.active,
.iti-map .bus-win-sel>form>.tabs label:hover {
    background-color: #0072C6;
}

.iti-map .bus-win-sel>form>.tabs label.disabled {
    display: none;
}

.iti-map .bus-win-sel>form>.tabs>.backcontent {
    margin-top: 3px;
}

.iti-map .bus-win-sel>.floatRight {
    padding-top: 8px;
    height: 21px;
}

.iti-map .bus-win-sel>.floatRight>label {
    display: block;
    float: left;
    margin-left: 3px;
}

.iti-map .bus-win-sel>.floatRight>a,
.iti-map .bus-win-sel>.floatRight>span {
    display: block;
    float: left;
    margin-left: 5px;
}

.iti-map .bus-win-sel>.floatRight>.addthis-button {
    float: right;
    margin: 0px 0 0 10px;
}

.iti-map .bus-tabbers h2 {
    font-size: 18px;
    color: #000;
    margin: 15px 0 15px 0;
}

.iti-map select {
    padding: 6px;
    width: 300px;
}


/*
TAB Horários
*/

.iti-map .bus-tabbers .tab.horarios {
    display: block;
}

.iti-map .bus-tabbers .tab.horarios .linha-x {
    width: 623px;
    margin: 0px 0 7px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 20px;
    background-image: url("../imgs/seta-cinza.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.iti-map .bus-tabbers .tab.horarios .calendarioHorarios {
    float: left;
    font-size: 12px;
    margin: 9px 0 0 0;
    color: #5EDDC1;
}

.iti-map .bus-tabbers .tab.horarios .tipoHorario {
    float: right;
}

.iti-map .bus-tabbers .tab.horarios .tipoHorario>form>span {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.iti-map .bus-tabbers .tab.horarios .tipoHorario>form>select {
    width: 200px;
}

.iti-map .bus-tabbers .tab.horarios .week-bar {
    float: left;
    width: 640px;
    display: block;
    clear: both;
    background: #666666;
    padding: 3px 0 0 10px;
    margin: 6px 0 10px 0;
}

.iti-map .bus-tabbers .tab.horarios .week-bar a {
    display: inline-block;
    color: #ffffff;
    padding: 7px 13px;
    text-decoration: none;
    font-size: 14px;
}

.iti-map .bus-tabbers .tab.horarios .week-bar a.active,
.iti-map .bus-tabbers .tab.horarios .week-bar a:hover {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}

.iti-map .bus-tabbers .tab.horarios #bus-horarios-list {
    clear: both;
}

.iti-map .bus-tabbers .tab.horarios .bus-horarios-list {
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 12px 0 0 0;
}

.iti-map .bus-tabbers .tab.horarios .bus-horarios-list th {
    background: #DDDDDD;
    padding: 7px 0px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    color: #000;
    font-size: 12px;
}

.iti-map .bus-tabbers .tab.horarios .bus-horarios-list tr:hover td {
    text-decoration: underline;
}

.iti-map .bus-tabbers .tab.horarios .bus-horarios-list td {
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.iti-map .bus-tabbers .tab.horarios .bus-horarios-list td.odd {
    background: #F4F4F4;
}

.iti-map .tarifarios {
    clear: both;
    margin-bottom: 20px;
}

.iti-map .tarifarios .ida-volta {
    width: 80px;
    margin-right: 20px;
    padding: 3px 5px;
    text-align: center;
    background: #F4F4F4;
    font-size: 20px;
    color: #5EDDC1;
    text-transform: uppercase;
}

.iti-map .tarifarios .z-x {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
    width: 30px;
    border: 1px solid #000000;
    border-radius: 2px;
}

.iti-map .tarifarios .z-x.z-0 {
    background: #ffffff;
}

.iti-map .tarifarios .z-x.z-1 {
    background: #D4EAF7;
}

.iti-map .tarifarios .z-x.z-2 {
    background: #A3CFE8;
}

.iti-map .tarifarios .z-x.z-3 {
    background: #85C0E0;
}

.iti-map .tarifarios .z-x.z-4 {
    background: #439FD1;
}

.iti-map .tarifarios .z-x.z-5 {
    background: #3193C8;
    color: #FFFFFF;
}

.iti-map .tarifarios .z-x.z-6 {
    background: #297DAB;
    color: #FFFFFF;
}

.iti-map .tarifarios .z-x.z-7 {
    background: #206286;
    color: #FFFFFF;
}

.iti-map .tarifarios .zones {
    float: left;
}

.iti-map .tarifarios .zones .title_zone {
    margin: 4px 0 7px 0;
}

.iti-map .tarifarios .zones .item_zone {
    margin-top: 4px;
}

.iti-map .linkers>a {
    text-decoration: none;
}

.event-filter {
    padding: 10px;
    background: #F4F4F4;
    margin-bottom: 10px;
}

.event-filter input {
    width: 100px;
}

.event-filter input[type=submit] {
    background: #5EDDC1;
    border: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    width: 70px;
    padding: 2px;
    font-size: 11px;
    text-transform: capitalize;
}

.big-link-button {
    display: inline-block;
    background: #5EDDC1;
    border: 0px;
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
    border-radius: 3px;
}

.big-link-button:hover {
    background: #043C86;
    color: #ffffff;
}

.small-link-button {
    display: inline-block;
    background: #5EDDC1;
    border: 0px;
    color: #ffffff;
    padding: 3px 5px 1px 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    font-family: arial;
    border-radius: 3px;
}

.small-link-button:hover {
    background: #043C86;
    color: #ffffff;
}

.gray-tabs {
    background: #666666;
    padding: 3px 5px 0px 5px;
}

.gray-tabs a {
    display: inline-block;
    background: transparent;
    padding: 2px 6px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.gray-tabs a.active,
.gray-tabs a:hover {
    background: #ffffff;
    color: #000000;
}

.form-horario-paragem .ui-combobox {
    background: #ffffff;
    width: 180px;
}

.form-horario-paragem .ui-combobox-input {
    width: 150px;
}

.form-horario-paragem label {
    margin: 10px 0px -5px 0px;
    font-size: 12px;
    color: #000000;
}

.form-horario-paragem table {
    margin-top: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    width: 100%;
}

.form-horario-paragem table tr th {
    background: #666666;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
}

.form-horario-paragem table tr td {
    padding: 5px 10px;
    background: #F4F4F4;
    color: #000000;
    border-bottom: 1px solid #D9D9D9;
}

.form-horario-paragem table tr.odd td {
    background: #ffffff;
}

.area-reservada-clientes {
    clear: both;
    position: relative;
    top: -20px;
    width: 750px;
}

.area-reservada-clientes>.titulo {
    display: block;
    clear: both;
    padding: 12px 20px 7px 20px;
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #F4F4F4;
    margin: 0 0 31px 0;
}

.area-reservada-clientes>.titulo>h2 {
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0 7px 0 0;
}

.area-reservada-clientes>.titulo>span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}

.area-reservada-clientes>.titulo>span.tipo {
    display: inline-block;
    padding: 0 10px 0 0px;
    margin: 0 7px 0 0px;
    font-weight: bold;
    border-right: 1px solid #CCC;
}

.area-reservada-clientes .block {
    position: relative;
    float: left;
    background: #F3F3F3;
    padding: 10px;
    margin: 0 10px 10px 0;
    width: 190px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 137px;
}

.area-reservada-clientes .block.last {
    margin-right: 0;
}

.area-reservada-clientes .block.block-large {
    width: 290px;
}

.area-reservada-clientes .block.block-full {
    float: none;
    width: auto;
    margin-right: 0;
}

.area-reservada-clientes .block .nodata {
    display: none;
}

.area-reservada-clientes .block .title {
    font: bold 12px arial;
    color: #5EDDC1;
    margin-bottom: 10px;
}

.area-reservada-clientes .block .title>span {
    color: #000;
}

.area-reservada-clientes .block .blockEditButton {
    float: right;
}

.area-reservada-clientes .item-list {
    height: 80px;
    margin-bottom: 10px;
}

.area-reservada-clientes .item-list .item-arrow {
    position: relative;
    display: table;
    margin-bottom: 3px;
    background-image: url('../imgs/seta-cinza.png');
    background-repeat: no-repeat;
    background-position: 3px 50%;
    min-height: 10px;
    width: 100%;
}

.area-reservada-clientes .item-list .item-arrow>div {
    padding-left: 5px;
    margin: 0 0 0 10px;
}

.area-reservada-clientes .item-list .item-arrow>a.linha,
.area-reservada-clientes .item-list .item-arrow>span {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    padding: 2px 16px 0 0;
}

.area-reservada-clientes .item-list .item-arrow>span.trash {
    display: none;
    position: absolute;
    right: 0;
    top: 3px;
    float: right;
    width: 15px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.area-reservada-clientes .item-list>div img {
    vertical-align: middle;
    float: right;
    margin: 3px 3px 0 0;
}

.area-reservada-clientes .block.block-full table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.area-reservada-clientes .block.block-full table th {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #bbbbbb;
}

.area-reservada-clientes .block.block-full table tr td a {
    color: #666;
    text-decoration: none;
}

.area-reservada-clientes .block.block-full table tr td a:hover {
    color: #5EDDC1;
}

.area-reservada-clientes .block.block-full table tr td:first-child {
    padding-left: 13px;
    background-image: url('../imgs/seta-cinza.png');
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

.area-reservada-clientes .block.block-full.dados-user .item-list {
    height: auto;
}

.area-reservada-clientes .block.block-full.dados-user table th {
    border-bottom: 0px;
    padding: 0;
}

.area-reservada-clientes .block.block-full.dados-user table tr td {
    background: none;
    padding: 0 0 10px 0;
}

.area-reservada-clientes .block.block-full.dados-user table tr td.line-split {
    border-top: 1px solid #bbbbbb;
}

.area-reservada-clientes .jspVerticalBar {
    width: 4px;
}

.area-reservada-clientes .jspVerticalBar .jspTrack {
    background: #C8C8C8;
}

.area-reservada-clientes .jspVerticalBar .jspDrag {
    background: #666666;
}

.area-reservada-clientes .block>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.area-reservada-clientes .block>ul.twoColumns {
    float: left;
    width: 50%;
}

.area-reservada-clientes .block>ul li {
    clear: both;
    padding: 0 0 0 10px;
    background: transparent url('../imgs/seta-cinza.png') left center no-repeat;
}

.area-reservada-clientes .block>ul li a {
    color: #666;
    text-decoration: none;
}

.area-reservada-clientes .block>ul li a:hover {
    color: #5EDDC1;
}


/* Parceiros  || Jornalistas :: Bar*/

.area-reservada-clientes>.parcerias .block,
.area-reservada-clientes>.jornalistas .block {
    padding: 24px 20px;
    height: 86px;
    font-size: 11px;
    margin-bottom: 50px;
}


/* Parceiros */

.area-reservada-clientes>.parcerias .block.left {
    width: 171px;
}

.area-reservada-clientes>.parcerias .block.center {
    width: 310px;
}

.area-reservada-clientes>.parcerias .block.right {
    position: relative;
    margin-right: 0;
    background: #666666;
    color: #FFF;
    width: 129px;
    font-weight: bold;
    font-size: 12px;
}

.area-reservada-clientes>.parcerias .block.right>a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url("../imgs/setaMenuFrente2.png") no-repeat scroll 100% 50% #5EDDC1;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    padding: 4px 14px 3px 5px;
    text-decoration: none;
}

.area-reservada-clientes>.parcerias .block.right>a:hover {
    background-color: #5EDDC1;
}


/* Jornalistas */

.area-reservada-clientes>.jornalistas .block {
    width: 330px;
}

.event-cat {
    float: right;
    padding: 2px 4px;
    color: #ffffff;
    margin-top: -30px;
    border-radius: 3px;
}

.balllooon {
    display: none;
    position: absolute;
    background: #5EDDC1;
    padding: 10px 2px;
    width: 180px;
    color: #ffffff;
    text-align: center;
    font: bold 13px arial;
    border-radius: 2px;
    z-index: 100;
}

.balllooon>a {
    display: inline-block;
    margin-top: 10px;
    background: #ffffff;
    color: #000000;
    padding: 2px 16px;
    text-decoration: none;
    font-weight: normal;
    border-radius: 2px;
}

.balllooon>div {
    position: absolute;
    background: url('../imgs/triangulo-baixo.png') no-repeat 0 0;
    width: 30px;
    height: 15px;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}


/*
Paginadores
*/

.pager-small {
    position: relative;
    z-index: 10;
    text-align: right;
}

.pager-small a {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0px;
    margin: 0px 0px 0px 3px;
    overflow: hidden;
    text-indent: 5000px;
    background: url('../imgs/bullets-paginacao-destaquehome.png') no-repeat right top;
}

.pager-small a.activeSlide,
.pager-small a:hover {
    background-position: left top;
}


/*
END - Paginadores
*/

.ver-linhas {
    clear: both;
    background: url('../imgs/verLinha.jpg') no-repeat 0 0;
    width: 207px;
    height: 98px;
    padding: 20px 20px 0 20px;
    margin: 0 0 1px 0;
}

.ver-linhas h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.ver-linhas .ui-combobox {
    background: #ffffff;
    width: 204px;
    height: 25px;
}

.ver-linhas .ui-combobox-input {
    width: 174px;
    height: 19px;
}

.ver-linhas input[type=submit] {
    border: 0px;
    background: url('../imgs/btFundoLaranja.png') no-repeat 0 0;
    padding: 3px 3px;
    width: 72px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 11px;
    cursor: pointer;
}

.alteracoes-servico-sidebar {
    position: relative;
    float: left;
    width: 247px;
    background: #EDEDED url('../imgs/alteracoes-servico-bg.png') no-repeat 0 40px;
    margin-bottom: 1px;
}

.alteracoes-servico-sidebar>a {
    float: left;
    display: block;
    width: 220px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    margin: 0;
    padding: 0;
    background: #0E2F5F;
    color: #FFFFFF;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px 10px 16px;
    /*padding: 0 0 0 10px;*/
}

.alteracoes-servico-sidebar .contents {
    background: none;
}

.alteracoes-servico-sidebar .item_alerta {
    float: left;
    padding: 16px 16px 16px 16px;
    background: transparent !important;
    overflow: hidden;
}

.alteracoes-servico-sidebar .item_alerta>a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.alteracoes-servico-sidebar .item_alerta>.linhasAssoc {
    clear: both;
    margin: 14px 0 0 0;
}

.alteracoes-servico-sidebar .item_alerta>.resumo {
    display: block;
    clear: both;
    padding: 16px 0 0 0;
}

.alteracoes-servico-sidebar .item_alerta>a:hover {
    text-decoration: underline;
}

.alteracoes-servico-sidebar .pager-small {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.subsrever-alertas {
    background: url('../imgs/subscreverAlertas.jpg') no-repeat 0 0;
    width: 207px;
    height: 98px;
    padding: 20px 20px 0 20px;
    margin: 0 0 1px 0;
}

.subsrever-alertas h2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.subsrever-alertas input[type=text],
.subsrever-alertas select {
    width: 200px;
    border: 0px;
    background: #ffffff;
    padding: 3px;
}

.subsrever-alertas input[type=submit] {
    border: 0px;
    background: url('../imgs/btFundoAmarelo.png') no-repeat 0 0;
    padding: 3px 3px;
    width: 72px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    font-size: 11px;
    cursor: pointer;
}


/*
Paragens [Index]
*/

.iti-map .panel-linha-sentido .ui-combobox-input {
    width: 265px;
}


/*
Paragens [Detalhe]
*/

.paragem-detalhe>.btnVoltar {
    float: right;
    position: relative;
    top: -24px;
}

.paragem-detalhe .pesquisa-topo {
    background-color: #F4F4F4;
    padding: 9px 21px 1px 21px;
}

.paragem-detalhe .pesquisa-topo .pesquisa {
    display: inline-block;
}

.paragem-detalhe .pesquisa-topo .pesquisa a {
    float: none;
    display: inline-block;
    clear: none;
    margin-right: 5px;
}

.paragem-detalhe .pesquisa-topo .share {
    /* float: right; */
    display: inline-block;
    margin: 6px 0 0 0;
}

.paragem-detalhe .pesquisa-topo .share>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paragem-detalhe .pesquisa-topo .share>ul>li {
    float: left;
    margin: 0 0 0 6px;
    height: 20px;
    line-height: 18px;
}

.paragem-detalhe .pesquisa-topo .share>ul>li>span.star {
    margin: 2px 0 0 0;
}

.paragem-detalhe .pesquisa-topo .share>ul>li div.addthis-button {
    margin: 2px 0 0 4px;
}

.paragem-detalhe .contents-wrapper {
    display: none;
    float: left;
    font-size: 12px;
}

.paragem-detalhe .paragem-info {
    display: block;
    padding: 13px 21px 12px 21px;
    border-bottom: 2px solid #F4F4F4;
}

.paragem-detalhe .paragem-info>h2 {
    display: inline-block;
    color: #0072C6;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin: 0 0 0 10px;
}

.paragem-detalhe .paragem-info>.details {
    display: inline-block;
    /* float: right; */
}

.paragem-detalhe .paragem-info>.details>.sms-bus,
.paragem-detalhe .paragem-info>.details>.zona {
    display: inline-block;
    margin-right: 10px;
}

.paragem-detalhe .paragem-info>.details>.sms-bus {
    margin: 0 61px 0 0;
}

.paragem-detalhe .paragem-info>.details>.sms-bus .label {
    color: #5EDDC1;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

.paragem-detalhe .paragem-info>.details>.sms-bus .value {
    font-weight: bold;
    font-size: 18px;
}

.paragem-detalhe .paragem-info>.details>.zona .label {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}

.paragem-detalhe .paragem-info>.details>.zona .value {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.paragem-detalhe .paragem-info>.details>.backcontent {
    float: none;
}

.paragem-detalhe .linhas-relacionadas {
    display: block;
    padding: 16px 21px 14px 21px;
    border-bottom: 2px solid #F4F4F4;
}

.paragem-detalhe .linhas-relacionadas>h2 {
    /* float: left; */
    display: inline-block;
    color: #000000;
    font-size: 12px;
    margin: 0 20px 0 0;
    padding: 0;
}

.paragem-detalhe .linhas-relacionadas>table {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 899px;
}

.paragem-detalhe .linhas-relacionadas>table>tbody>tr>td {
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.paragem-detalhe .linhas-relacionadas>table>tbody>tr>td>table.detail .linha {
    display: inline-block;
    margin-left: 5px;
}

.paragem-detalhe .linhas-relacionadas>table>tbody>tr>td>table.detail .separador {
    display: inline;
    color: #999999;
}

.paragem-detalhe .linhas-relacionadas>table>tbody>tr>td>table.detail .virgula {
    display: inline;
    color: #999999;
}

.paragem-detalhe .linhas-relacionadas>table>tbody>tr>td>table.detail td.linha a {
    display: inline;
    color: #999999;
}

.paragem-detalhe .localizacao-paragem {
    display: block;
    padding: 23px 21px 14px 21px;
}

.paragem-detalhe .localizacao-paragem>h2 {
    display: block;
    color: #000000;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.paragem-detalhe .localizacao-paragem>div {
    color: #999999;
    font-size: 12px;
}

.paragem-detalhe .mapa-opcoes {
    display: block;
    padding: 0 21px 0 21px;
}

.paragem-detalhe .mapa-opcoes .tabs {
    display: block;
    float: left;
}

.paragem-detalhe .mapa-opcoes .tabs>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.paragem-detalhe .mapa-opcoes .tabs>ul>li {
    float: left;
    margin: 0 2px 0 0;
}

.paragem-detalhe .mapa-opcoes .tabs>ul>li>a {
    float: left;
    padding: 6px 21px;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color: #F4F4F4;
}

.paragem-detalhe .mapa-opcoes div.tabs>ul>li>a:hover,
.paragem-detalhe .mapa-opcoes div.tabs>ul>li>a.active {
    background-color: #FFFFFF;
}

.paragem-detalhe .mapa-opcoes .tabs .tab {
    float: left;
    clear: both;
    display: none;
    width: 515px;
    min-height: 324px;
    border: 1px solid #F0F0F0;
    margin-top: 2px;
}

.paragem-detalhe .mapa-opcoes .tabs .tab.active {
    display: block;
}

.paragem-detalhe .mapa-opcoes .tabs .tab-foto {
    display: none;
}

.paragem-detalhe .mapa-opcoes .options {
    float: left;
    width: 410px;
    margin: 30px 0 0 29px;
}

.paragem-detalhe .mapa-opcoes .options .boxes {
    float: left;
    width: 100%;
}

.paragem-detalhe .mapa-opcoes .options .boxes>.title {
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 18px;
}

.paragem-detalhe .mapa-opcoes .options .boxes>.title>span {
    display: block;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 6px;
}

.paragem-detalhe .mapa-opcoes .options .boxes div.item {
    clear: both;
}


/* Box Horários */

.paragem-detalhe .mapa-opcoes .options .boxes.boxHorarios .item {
    margin-bottom: 5px;
}

.paragem-detalhe .mapa-opcoes .options .boxes.boxHorarios input.btnsubmit_orange {
    margin: 2px 0 0 5px;
}


/* Box Plano Viagem */

.paragem-detalhe .mapa-opcoes .options .boxes.boxPlanoViagem {
    margin-top: 30px;
    float: left;
}

.paragem-detalhe .mapa-opcoes .options .boxes.boxPlanoViagem .item>a {
    display: block;
    margin-bottom: 7px;
    color: #999999;
}


/* Box Alterações Serviço */

.paragem-detalhe .mapa-opcoes .options .boxes.boxAlteracoesServico {
    float: left;
    margin-top: 23px;
}

.paragem-detalhe .mapa-opcoes .options .boxes.boxAlteracoesServico .item .backcontent {
    float: left;
    background-color: #0072C6;
}

.paragem-detalhe .mapa-opcoes .options .boxes.boxAlteracoesServico .item .loading-color-small {
    float: left;
    margin: 5px 0 0 5px;
    display: none;
}

.paragem-detalhe .mapa-opcoes .options .boxes.boxAlteracoesServico .contents {
    clear: both;
    width: 100%;
    padding: 10px 0 0 0;
}


/*
Paragens Pesquisa
*/

.form-paragens-pesquisa-linha .ui-combobox {
    margin-bottom: 0;
}

.form-paragens-pesquisa-linha .ui-combobox {
    width: 488px;
}

.form-paragens-pesquisa-linha .ui-combobox-input {
    width: 458px;
    height: 18px;
}

.form-paragens-pesquisa-linha label {
    display: block;
    color: #666666;
    font: bold 12px arial;
    margin-bottom: 5px;
}

.form-paragens-pesquisa-linha label.warn {
    color: red;
}

.form-paragens-pesquisa-linha input[type='submit'] {
    margin-right: 0;
}


/* SMS BUS */

#smsBusHeader {
    clear: both;
}

#smsBusHeader>.filtro {
    float: left;
    width: 100%;
    padding: 5px 0 3px 0;
}

#smsBusHeader>.filtro>a {
    float: left;
}

#smsBusHeader>.filtro>form {
    float: right;
}

#smsBusHeader>.filtro>form>select {
    width: 100px;
}