﻿/* 20110614 > BMCC > Geral
 ---------------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
    background-image: url(Images/background.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ffffff;
}

a {
    color: #000000;
    text-decoration: none;
    outline: 0px;
}

img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 21px;
    font-weight: normal;
}

h2 {
    font-size: 12px;
    color: #c09a5e;
}

h3 {
    font-size: 12px;
    color: #c09a5e;
}

h4 {
    font-size: 14px;
    color: #c09a5e;
}

input {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

select {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

p.last {
    margin-bottom: 0px;
}

.clear {
    height: 0px;
    clear: both;
}


/* 20110614 > BMCC > Layout
 ---------------------------------------------- */
.page-container {
    width: 880px;
    margin: 0px auto;
}

.page-header {
    height: 97px;
    position: relative;
}

    .page-header .flags {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 90;
    }

    .page-header .social-links {
        position: absolute;
        top: 5px;
        right: 90px;
        z-index: 80;
    }

    .page-header .logo {
        width: 179px;
        height: 59px;
        margin: 25px 0px 0px 20px;
    }

div.page-header img.logo25 {
    position: absolute;
    top: 20px;
    right: 320px;
    z-index: 80;
    height: 80px;
}

div.page-main {
    width: 880px;
}

    div.page-main div.main-left {
        width: 570px;
        float: left;
    }

    div.page-main div.main-right {
        width: 300px;
        float: right;
    }

.page-menu {
    height: 22px;
    margin: 18px 0px 0px 10px;
    padding-bottom: 10px;
    display: block;
}

    .page-menu a.main {
        padding: 2px 6px;
        display: inline-block;
        float: left;
        color: #cdae7e;
        font-size: 14px;
        font-weight: bold;
    }

        .page-menu a.main:hover {
            color: #c09a5e;
        }

.page-content {
    padding-top: 5px;
    background-image: url(Images/bg-content-top.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #ffffff;
}

.page-content-bottom {
    height: 15px;
    background-image: url(Images/bg-content-bottom.gif);
}

.page-content .banner {
    margin: 0px 5px;
}

.campanha-area {
    width: 545px;
    height: 312px;
    margin-bottom: 10px;
    padding: 230px 327px 8px 8px;
    background-image: url(Images/campanha-area.jpg);
}

.campanha-ok-area {
    width: 880px;
    height: 550px;
    background-image: url(Images/campanha-ok-area.jpg);
}

.e-oportunidades {
    width: 280px;
    margin-top: 10px;
    padding: 50px 10px 0px 10px;
    background-image: url(Images/bg-e-oportunidades-top.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000000;
    height:470px;
}

.e-oportunidades-bes {
    width: 280px;
    margin-top: 10px;
    padding: 10px 10px 0px 10px;
    background-image: url(Images/bg-e-oportunidades-top-bes.gif);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000000;
}

.e-oportunidades-bottom {
    width: 300px;
    height: 15px;
    background-image: url(Images/bg-e-oportunidades-bottom.gif);
}

.boxTtl {
    margin-bottom: 1px;
    display: block;
    padding: 7px;
    border: 1px solid #a37f47;
    background-color: #c09a5e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .boxTtl:hover {
        background-color: #fff;
        color: #000;
    }

.page-footer {
    height: 80px;
    margin-top: 10px;
    clear: both;
    background-color: #000000;
}

/*JPJ 20180305 > FO 3839*/
/*div.page-footer .group-links {float: right;margin: 17px 15px 0px 0px;color: #ffffff;}
div.page-footer .group-links a {color: #ffffff;}
div.page-footer .group-links a:hover {text-decoration: underline;}*/
div.page-footer .group-links, div.page-footer .site-links {
    float: right;
    margin: 17px 15px 0px 0px;
    color: #ffffff;
    text-align: right;
    width: 60%;
}

    div.page-footer .group-links a, div.page-footer .site-links a {
        color: #ffffff;
    }

        div.page-footer .group-links a:hover, div.page-footer .site-links a:hover {
            text-decoration: underline;
        }

.page-footer .footer-btn {
    margin: 18px 0px 0px 15px;
    float: left;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px 10px 0px 10px;
}

.m15 {
    margin: 15px 15px 0px 15px;
}

.m20 {
    margin: 20px;
}


/* 20110614 > BMCC > Página Inicial
 ---------------------------------------------- */
div.hpMainText {
    width: 570px;
    height: 372px;
}

.hp-options {
    width: 570px;
    margin-top: 10px;
}

    .hp-options a {
        width: 160px;
        height: 102px;
        /*padding: 10px;*/
        display: inline-block;
        font-size: 12px;
        color: #ffffff;
        text-align: left;
    }

        .hp-options a.lt {
            /*float: left;*/
            color: #c09a5e;
        }

        .hp-options a.ct {
            
            padding-left:20px;
            margin-left: 22px;
            margin-bottom: 20px;
        }

        .hp-options a.rt {
            padding-left: 20px;
            margin-left: 15px;
            margin-bottom: 20px;
        }

        .hp-options a img {
            display: block;
            margin-bottom: 25px;
        }

.home-btns {
    margin-top: 10px;
}

    .home-btns a.lt {
        float: left;
        /*margin-left: 15px;*/
    }

    .home-btns a.rt {
        float: left;
    }

    .hp-options a.lt {
    float: left;
    /*background-image: url(Images/bg-career-search.gif);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*width:230px;*/

}

    .hp-options a.ct {
    float: left;
    /*background-image: url(Images/bg-company-search.gif);*/
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*width:230px;*/
}



.hp-options a.dt {
    float: left;
    /*background-image: url(Images/bg-company-search.gif);*/
    margin-left: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*width: 230px;*/
}

/* 20110614 > BMCC > Especializações
 ---------------------------------------------- */
.especializacoes-lnk {
    margin: 12px 0px 0px 0px;
    padding: 0px;
    text-align: right;
}

    .especializacoes-lnk a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 10px;
        background-color: #000000;
        border: solid 1px #000000;
        padding: 2px 5px;
        font-size: 11px;
    }


/* 20110614 > BMCC > Fotos Equipa
 ---------------------------------------------- */
.slider-equipa {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .slider-equipa .item-equipa {
        width: 140px;
        height: 220px;
        margin: 0px 14px;
        padding: 0px;
        display: inline-block;
        position: relative;
    }

.item-equipa .item-desc {
    width: 120px;
    height: 43px;
    padding: 7px 10px 10px 10px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    color: #ffffff;
    font-size: 11px;
    background-image: url(Images/bg-equipa.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.item-desc .item-func {
    margin-top: 2px;
    font-weight: bold;
}

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 450px;
    margin: 30px auto 0px auto;
    padding: 0px 40px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 450px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0px 14px 0px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin: 0px 0px 0px 14px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    width: 30px;
    height: 30px;
    top: 95px;
    right: 5px;
    position: absolute;
    cursor: pointer;
    background-image: url(Images/gray_next.png);
    background-position: top;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(Images/gray_prev.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    width: 30px;
    height: 30px;
    top: 95px;
    left: 5px;
    position: absolute;
    cursor: pointer;
    background-image: url(Images/gray_prev.png);
    background-position: top;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(Images/gray_next.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: bottom;
}


/* 20110620 > BMCC > Ofertas Lista
 ---------------------------------------------- */
div.ofertas-lst {
}

    div.ofertas-lst div.anuncio {
        font-size: 11px;
        margin: 10px 0px;
    }

        div.ofertas-lst div.anuncio h3 {
            font-size: 15px;
        }

        div.ofertas-lst div.anuncio div.auxinfo {
            font-weight: bold;
            color: #7c7c7c;
        }

        div.ofertas-lst div.anuncio a {
            color: #c09a5e;
        }

    div.ofertas-lst hr {
        height: 1px;
        background-color: #EFEFEF;
        border: none;
    }


/* 20110620 > BMCC > Notícias Lista
 ---------------------------------------------- */
div.hfeed {
}

    div.hfeed div.hentry {
        font-size: 11px;
        margin: 10px 0px;
    }

        div.hfeed div.hentry h3 {
            font-size: 15px;
            color: #c09a5e;
        }

        div.hfeed div.hentry a {
            font-size: 15px;
            color: #c09a5e;
        }

        div.hfeed div.hentry div.entry-summary {
            margin-bottom: 5px;
        }

        div.hfeed div.hentry .entry-title {
        }

    div.hfeed hr {
        height: 1px;
        background-color: #EFEFEF;
        border: none;
    }


/* 20110620 > BMCC > Paginador
 ---------------------------------------------- */
.pager {
    display: inline-block;
    padding: 5px;
    float: right;
}

    .pager a {
        margin-left: 1px;
    }

    .pager .page {
        display: inline-block;
        padding: 2px 5px;
        border: solid 1px #a37f47;
        background-color: #FFFFFF;
        color: #a37f47;
    }

    .pager .Current {
        display: inline-block;
        padding: 3px 6px;
        background-color: #a37f47;
        color: #FFFFFF;
        font-weight: bold;
    }

div.in-box {
    background: #ece1ce url(Images/bg-in-box-top.gif) no-repeat;
}

div.in-box-bottom {
    background: transparent url(Images/bg-in-box-bottom.gif) bottom no-repeat;
    padding: 5px;
    overflow: hidden;
}


/* 20110620 > BMCC > Pesquisar Ofertas
 ---------------------------------------------- */
div.pesquisahelper {
    margin: 0px 5px 10px 0px;
    padding-bottom: 8px;
    border-bottom: solid 1px #c09a5e;
}

    div.pesquisahelper table.search-box {
        width: 100%;
    }

        div.pesquisahelper table.search-box td {
            vertical-align: top;
        }

            div.pesquisahelper table.search-box td.lbl {
                vertical-align: middle;
                padding-right: 4px;
            }

            div.pesquisahelper table.search-box td.inputs {
                width: 100%;
                padding: 2px 0px;
            }


/* 20110620 > BMCC > Ofertas Recentes
 ---------------------------------------------- */
div.ofertas-recentes{
    background-image: url(Images/bg-ofertas-recentes-top2.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 200px;
}
/*MR 20180611 FA4376 Adiçao da classe ofertas recnetes em ingles devido a meter uma imagen diferente*/
div.ofertas-recentes-en {
    background-image: url(images/bg-ofertas-recentes-top-en.gif);
    background-position: top;
    background-repeat: no-repeat;
    height: 200px;
}
/*MR 20180611 FA4376 Adiçao da classe ofertas recnetes em ingles devido a meter uma imagen diferente*/
div.ofertas-recentes-bottom {
    background: #ffffff url(Images/bg-ofertas-recentes-bottom.gif) bottom no-repeat;
    padding: 10px 10px 15px 10px;
    height:300px;
}

    div.ofertas-recentes-bottom div.ofertas {
        margin: 0px;
    }

    div.ofertas-recentes-bottom div.item {
    }

        div.ofertas-recentes-bottom div.item a {
            color: #c09a5e;
        }

    div.ofertas-recentes-bottom hr {
        border: none;
        background-color: #EFEFEF;
        height: 1px;
    }

/* 20110622 > BMCC > BES Lateral
 ---------------------------------------------- */
div.bes-lateral {
    background: url(Images/bes-lateral-top.gif) top no-repeat;
    padding-top: 15px;
}



div.bes-lateral-bottom {
    background: #ffffff url(Images/bg-ofertas-recentes-bottom.gif) bottom no-repeat;
    padding-bottom: 15px;
    text-align: center;
}

/* 20110620 > BMCC > Oferta Detalhe
 ---------------------------------------------- */
table.OfertaBox {
    margin: 5px;
    width: 100%;
}

    table.OfertaBox td {
        padding: 3px;
        vertical-align: top;
    }

        table.OfertaBox td.info {
            width: 415px;
            background-color: #ffffff;
        }

        table.OfertaBox td.resp {
            vertical-align: bottom;
            padding-left: 10px;
        }

    table.OfertaBox .btn {
        background-color: #c09a5e;
        border: solid 1px #a37f47;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 10px;
        cursor: pointer;
    }

table.OfertaInfo {
    width: 100%;
}

    table.OfertaInfo td.labelCell {
        border-bottom: solid 1px #ffffff;
        background-color: #a37f47;
        color: #ffffff;
        font-weight: bold;
        white-space: nowrap;
        padding-right: 10px;
    }

    table.OfertaInfo td.InfoCell {
        border-bottom: solid 1px #a37f47;
        width: 100%;
        font-size: 11px;
    }


/* 20110620 > BMCC > Login
 ---------------------------------------------- */
div.login-ttl {
    margin: 10px 5px 4px 0px;
    padding-top: 10px;
    text-align: right;
    border-top: solid 1px #c09a5e;
}

div.login-cont {
    margin-right: 5px;
}

    div.login-cont table.login {
        width: 100%;
    }

        div.login-cont table.login td {
            vertical-align: top;
        }

            div.login-cont table.login td.lbl {
                vertical-align: middle;
                padding-right: 4px;
            }

            div.login-cont table.login td.inputs {
                width: 100%;
                padding: 2px 0px;
            }

div.loginInfo {
    color: #ffffff;
    margin-bottom: 2px;
}

    div.loginInfo a {
        color: #ffffff;
    }

        div.loginInfo a.blk-lnk {
            color: #000000;
        }

div.login-inside {
    width: 300px;
    margin-top: 15px;
    background: #ece1ce url(Images/bg-login-inside-top.gif) top no-repeat;
}

div.login-inside-bottom {
    background: transparent url(Images/bg-login-inside-bottom.gif) bottom no-repeat;
}

table.login-inside-tbl {
    width: 100%;
    padding: 10px;
}

    table.login-inside-tbl td.lbl {
        padding: 0px 5px 5px 0px;
        vertical-align: middle;
        font-size: 11px;
        font-weight: bold;
        color: #a37f47;
    }

    table.login-inside-tbl td.inputs {
        width: 100%;
        padding-bottom: 5px;
    }

    table.login-inside-tbl td.btn {
        text-align: right;
    }


/* 20110620 > BMCC > Comun
 ---------------------------------------------- */
div.Curriculo {
    padding: 0px;
}

    div.Curriculo table.CssCabecalho {
        width: 100%;
        background-color: #666666;
        margin-bottom: 5px;
    }

        div.Curriculo table.CssCabecalho td.CaptionCell {
            padding: 5px 5px 5px 10px;
            font-size: 16px;
            color: #ffffff;
        }

        div.Curriculo table.CssCabecalho td.NavCell {
            width: 30px;
            padding: 2px;
        }

    div.Curriculo table.Seccao {
        width: 100%;
    }

        div.Curriculo table.Seccao td.CssTituloSeccao {
            padding: 3px;
            font-size: 14px;
            background-color: #a37f47;
            color: #ffffff;
            border: solid 1px #a37f47;
        }

        div.Curriculo table.Seccao td.CssConteudoSeccao {
            padding: 3px;
        }

    div.Curriculo table.CssInnerTable {
        width: 100%;
    }

        div.Curriculo table.CssInnerTable td.CaptionCell {
            font-size: 12px;
            white-space: nowrap;
            text-align: right;
            padding: 3px 5px;
            vertical-align: top;
            color: #000000;
        }

        div.Curriculo table.CssInnerTable td.HCaptionCell {
            font-size: 12px;
            white-space: nowrap;
            font-weight: bold;
            text-align: left;
            padding: 5px 3px 1px 3px;
            vertical-align: bottom;
        }

        div.Curriculo table.CssInnerTable td.ContentCell {
            vertical-align: top;
            text-align: left;
            padding: 2px;
        }

        div.Curriculo table.CssInnerTable td.FirstColumn {
            width: 70px;
        }

        div.Curriculo table.CssInnerTable td.ContentCell table.AuxTable {
            width: auto;
        }

            div.Curriculo table.CssInnerTable td.ContentCell table.AuxTable td.CaptionCell {
            }

            div.Curriculo table.CssInnerTable td.ContentCell table.AuxTable td.SeparatorCell {
                width: auto !important;
                padding: 0px 5px;
                margin: 0px;
            }

            div.Curriculo table.CssInnerTable td.ContentCell table.AuxTable td.ContentCell {
                padding: 0px !important;
            }

    div.Curriculo table.CssFooter {
        width: 100%;
        margin: 10px 0px;
    }

        div.Curriculo table.CssFooter td.Mensagem {
            text-align: left;
        }

        div.Curriculo table.CssFooter td.btnContainer {
            text-align: right;
        }

    div.Curriculo *.CssInfArea {
        width: 200px;
    }

    div.Curriculo *.CssInfDescricao {
        width: 100px;
    }

    div.Curriculo *.CssInfNivel {
        width: 50px;
    }

    div.Curriculo *.CssInfEntidade {
    }

    div.Curriculo *.CssColIdioma {
    }

    div.Curriculo *.CssColNivel {
        width: 60px !important;
    }

    div.Curriculo *.CssHLColCurso {
        width: 410px;
    }

    div.Curriculo *.CssHLColAnoCaption {
        width: 150px !important;
        white-space: nowrap !important;
    }

    div.Curriculo *.CssHLColAno {
        width: 80px !important;
        white-space: nowrap !important;
    }

    div.Curriculo *.CssMDPCol1 {
        width: 200px;
    }

    div.Curriculo *.CssMDPCol2 {
        width: 140px;
    }

    div.Curriculo *.CssMDPCol3 {
        width: 100px;
    }

    div.Curriculo *.CssContactoCol1 {
        width: 120px;
    }

    div.Curriculo *.CssContactoCol2 {
        width: 120px;
    }

    div.Curriculo *.CssContactoCol3 {
        width: 45px;
    }

    div.Curriculo *.CssDPessoaisCol1 {
        width: 75px;
    }

    div.Curriculo *.CssDPessoaisCol2 {
        width: 350px;
    }

    div.Curriculo *.CssCargosCol1 {
        width: 10px;
        text-align: center;
    }

    div.Curriculo *.CssCargosCol2 {
        width: 505px;
    }

    div.Curriculo *.CssCargosCol3 {
        width: 100px;
    }

    div.Curriculo *.CssCargosCol4 {
        width: 120px;
    }

    div.Curriculo *.CssFauxTextbox {
        border: solid 1px #666666;
        background-color: #FFFFFF;
        margin: 0px;
        padding: 2px;
        display: block;
    }

    div.Curriculo *.CssValidator {
        color: #000000;
    }

    div.Curriculo *.RequiredField {
        color: #000000;
        padding: 0px 2px;
    }

.ContainerSubTitulo {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.CommonList {
    width: 100%;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
}

.CssFileUpload {
    width: 270px;
}

input.CssFillHSpace, textarea.CssFillHSpace {
    border: solid 0px #666666 !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

select.CssFillHSpace {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.CssButtonStyle {
    background-color: #c09a5e;
    border: solid 1px #a37f47;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    padding: 2px 8px;
}

.btnResp {
    border: none;
    background-color: #004123;
    color: #FFFFFF;
    padding: 2px 8px;
    cursor: pointer;
}

.OperationError {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
}

.textBox {
    border: none;
    font-size: 11px;
    padding: 2px 0px;
    width: 100%;
}

.dropdown {
    border: none;
    font-size: 11px;
    padding: 1px 0px;
    width: 100%;
}



.nivoSlider {
    position: relative;
    background: #fff url(images/loading.gif) no-repeat 50% 50%;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .nivoSlider a.nivo-imageLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        z-index: 6;
        display: none;
    }

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .nivo-controlNav a.active {
        font-weight: bold;
    }

#btnOfertas, #btnLogin {
    height: 35px;
    cursor: pointer;
    float: left;
}

#btnOfertas {
    margin-left: 13px;
    width: 158px;
}

#btnLogin {
    margin-left: 28px;
    width: 54px;
}


.LoginForm {
}

    .LoginForm .login {
        padding-bottom: 5px;
    }

        .LoginForm .login .lbl {
            padding-right: 5px;
            vertical-align: top;
        }

    .LoginForm .textBox {
        border: solid 1px #c09a5e;
        width: 170px;
    }

    .LoginForm .inputs {
        padding-bottom: 3px;
    }

        .LoginForm .inputs div {
            font-size: 10px;
            font-style: italic;
        }

    .LoginForm .Options {
        text-align: right;
        margin-right: 10px;
    }

        .LoginForm .Options .Left {
            float: left;
            width: 200px;
            text-align: left;
            padding-left: 8px;
            padding-top: 3px;
        }

            .LoginForm .Options .Left a:hover {
                text-decoration: underline;
            }

        .LoginForm .Options .Right {
            text-align: right;
            float: right;
        }

            .LoginForm .Options .Right .btn {
                cursor: pointer;
            }

div.loginInfo {
    color: #22241f;
    margin-left: 10px;
}

div.loginInfo-opt {
    text-align: right;
    padding-right: 10px;
}

    div.loginInfo-opt .btn {
        border: none;
        background-color: #ee2e24;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        padding: 2px 8px;
        margin: 0px 2px;
        cursor: pointer;
    }


/* NEXT PREV */
.NextPrev {
    margin-top: 20px;
}

.PrevLink {
    float: left;
    margin-left: 5px;
    width: 100px;
}

    .PrevLink a {
        text-decoration: none;
        cursor: pointer;
        color: #bf9a62;
    }

        .PrevLink a:hover {
            text-decoration: underline;
        }

.NextLink {
    float: right;
    margin-right: 5px;
    width: 100px;
    text-align: right;
}

    .NextLink a {
        text-decoration: none;
        cursor: pointer;
        color: #bf9a62;
    }

        .NextLink a:hover {
            text-decoration: underline;
        }

.CssRequiredFieldValidator {
    color: red;
}

/* JPJ 20171110 FO3506 Termos e Condições, Politica de Privacidade*/
#termos-e-condicoes h1, #politica-de-privacidade h1 {
    margin-bottom: 15px;
}

#termos-e-condicoes ul li, #politica-de-privacidade ul li {
    padding: 12px 0;
}

#termos-e-condicoes ul > li, #politica-de-privacidade ul > li {
    list-style: none;
    margin: 0;
}

    #termos-e-condicoes ul > li:not(.sub-bullet), #politica-de-privacidade ul > li:not(.sub-bullet) {
        display: -webkit-flex !important; /* Safari */
        display: -ms-flex !important; /* IE 10 */
        display: -moz-flex !important;
        display: flex;
    }

    #termos-e-condicoes ul > li.sub-bullet, #politica-de-privacidade ul > li.sub-bullet {
        padding: 0 0 15px 15px;
        margin-top: -8px;
    }

#termos-e-condicoes li.sub-bullet > ul li, #politica-de-privacidade li.sub-bullet > ul li {
    padding: 4px 0;
}

    #termos-e-condicoes li.sub-bullet > ul li.NoBullet, #politica-de-privacidade li.sub-bullet > ul li.NoBullet {
        padding-left: 5%;
    }

#termos-e-condicoes .Left, #politica-de-privacidade .Left {
    float: left;
}

#termos-e-condicoes .FirstColumn, #politica-de-privacidade .FirstColumn {
    width: 5%;
}

#termos-e-condicoes .SecondColumn, #politica-de-privacidade .SecondColumn {
    width: 95%;
}

#termos-e-condicoes #btnAceitar:hover, #politica-de-privacidade #btnAceitar:hover {
    background-color: #47621e !important; /*25%*/
}

div.panel-aceitacao {
    position: relative;
}

div.panel-aceitacao-inner {
    position: absolute;
    right: 0;
    top: 0;
    display: inherit;
}

.textfit{
    word-wrap: break-word;
    overflow: auto;
    text-align: start;
}