.btcriarcvdigital {
    //position: absolute;
    float: right;
    top: 5px;
    width: 170px;
    background-size: auto 13px !important;
    font-size: 10pt !important;
    right: 10px;
    height: 20px !important;
}
.btpubliqueja {
    //position: absolute;
    float: right;
    top: 5px;
    width: 170px;
    margin-right: 10px;
    background-size: auto 13px !important;
    font-size: 10pt !important;
    right: 10px;
    height: 20px !important;
}
.sloganDiv{}
/*
.sloganDiv {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 178px;
    height: 23px;
    border: 1px solid rgb(78, 162, 197);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(78, 162, 197);
}
.sloganDiv:hover {
    cursor: pointer;
}
.sloganDiv-texto {
    position: absolute;
    left: 14px;
    top: 3px;
    width: 100px;
    height: 10px;
    color: rgb(256, 256, 256);
}
.sloganDiv-seta {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 17px;
    height: 15px;
    background-image: url("pictures/seta_branca.png");  
    background-repeat: no-repeat;
    background-size: 9px;
}
*/
.separador {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(78, 162, 197);
    width: 100%;
    height: 0px;
}
.anuncioDiv {
    position: relative;
    height: 65px;
}
.anuncioDiv:hover{
    background-color: rgb(245, 244, 244);
    cursor: pointer;
}
.anuncioDiv:hover .anuncioDiv-nome {
    color: rgb(78, 162, 197);
}
.anuncioDivContainer:hover{
    background-color: rgb(245, 244, 244);
    cursor: pointer;
}
.anuncioDivContainer:hover .anuncioDiv-nome {
    color: rgb(78, 162, 197);
}
.anuncioDivContainer:hover .anuncioDiv-seta {
    background: url("pictures/seta_grande_verde.png");
    background-repeat: no-repeat;
    background-size: 10px 17px;
}
.anuncioDiv-nome {
    pointer-events: none;
    position: absolute;
    left: 7px;
    top: 9px;
    width: 250px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDiv-validade {
    position: absolute;
    left: 7px;
    top: 32px;
    font-size: 9pt;
}
.anuncioDiv-empresa {
    position: absolute;
    left: 315px;
    top: 9px;
    width: 250px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDiv-concelho {
    position: absolute;
    left: 315px;
    top: 32px;
    font-size: 9pt;
}
.anuncioDiv-categoria {
    position: absolute;
    left: 630px;
    top: 9px;
    width: 250px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDiv-eye {
    position: absolute;
    left: 630px;
    top: 32px;
    width: 20px;
    height: 20px;
    background-image: url("pictures/olho_preto.png");
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.anuncioDiv-views {
    position: absolute;
    left: 650px;
    top: 32px;
    width: 220px;
    height: 20px;
    font-size: 9pt;
}
.anuncioDiv-seta {
    position: absolute;
    left: 914px;
    bottom: 19px;
    width: 25px;
    height: 20px;
    background-image: url("pictures/seta_grande_cinza.png");
    background-repeat: no-repeat;
    background-size: 10px 17px;
}
.anuncioDiv-novo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 12px;
    font-weight: 400;
    font-size: 8pt;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    color: #FFFFFF;
    background-color: #4EA2C5;
    border-color: #4EA2C5;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}
.filtroDiv-texto {
    position: absolute;
    top: 100px;
    font-weight: bold;
}
.filtroDiv-texto-categoria {
    left: 8px; 
}
.filtroDiv-texto-distrito {
    left: 323px;
}
.filtroDiv-texto-conselho {
    left: 638px;
}
.filtroDiv-select {
    position: absolute;
    top: 130px;
    width: 200px;
    height: 40px;
}
.filtroDiv-select-categoria {
    left: 8px;
}
.filtroDiv-select-distrito {
    left: 322px;
}
.filtroDiv-select-conselho {
    left: 637px;
}
.filtroDiv-line {
    position: absolute;
    top: 120px;
    width: 222px;
    height: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgb(78, 162, 197);
}
.filtroDiv-line-categoria {
    left: 1px;
}
.filtroDiv-line-distrito {
    left: 315px;
}
.filtroDiv-line-conselho {
    left: 630px;
}
.pageButton {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    width: 22px;
    height: 22px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #f1f1f2;
}
.pageButton-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    margin-top: 3px;
    font-size: 9pt;
}
.pageButton-normal {
    cursor: pointer;
    background-color: #f1f1f2;
}
.pageButton-normal:hover {
    background-color: rgb(78, 162, 197);
}
.pageButton-normal:hover .pageButton-text {
    color: #FFFFFF;
}
.pageButton-active {
    cursor: default;
    background-color: rgb(78, 162, 197);
}
.pageButton-inactive {
    cursor: default;
    background-color: #f1f1f2;
}
.pageButton-text-normal {
    color: rgb(157, 157, 156);
}
.pageButton-text-active {
    color: #FFFFFF;
}
.pageButton-text-inactive {
    color: #D8D8D8;
}
.pageButtonBack {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
}
.pageButtonBack-normal {
    background-image: url("pictures/seta_cinza_move_first.png");
    background-repeat: no-repeat;
}
.pageButtonBack-normal:hover {
    cursor: pointer;
    background-image: url("pictures/seta_verde_move_first.png");
    background-repeat: no-repeat;
}
.pageButtonBack-inactive {
    background-image: url("pictures/seta_cinza_move_first_inative.png");
    background-repeat: no-repeat;
}
.pageButtonNext {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
}
.pageButtonNext-normal {
    background-image: url("pictures/seta_cinza_move_last.png");
    background-repeat: no-repeat;
}
.pageButtonNext-normal:hover {
    cursor: pointer;
    background-image: url("pictures/seta_verde_move_last.png");
    background-repeat: no-repeat;
}
.pageButtonNext-inactive {
    background-image: url("pictures/seta_cinza_move_last_inative.png");
    background-repeat: no-repeat;
}
.anuncioNoRes {
    position: relative;
    height: 65px;
}
.anuncioNoRes-notFound {
    position: absolute; 
    left: 7px;
    top: 14px;
    padding-left: 20px;
    font-weight: bold;
    background-image: url("pictures/noresults.png");
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.anuncioNoRes-limparFiltros {
    position: absolute; 
    left: 7px;
    top: 37px;
    padding-left: 20px;
    font-weight: 400;
    color: rgb(138, 137, 137);
}
.anuncioNoRes-limparFiltros:hover {
    cursor: pointer;
    color: rgb(78, 162, 197);
}
.anuncioDivContainer {
    position: relative;
    height: 65px;
}
.anuncioDetailedDiv {
    display: none;
    position: relative;
    width: 100%;
}
.anuncioDetailedDivHeader {
    position: relative;
    /*alterações para recomendado
    width: 100%;
    height: 95px;
    */
    width: 101%;
    height: 65px;
    margin-top: -3px;
    margin-left: -4px;
}
.anuncioDetailedDiv-titulo {
    position: absolute;
    left: 4px;
    top: 9px;
    width: 525px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDetailedDiv-empresa-grande {
    position: absolute;
    left: 4px;
    top: 32px;
    max-width: 525px;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDetailedDiv-empresa-grande:hover {
    cursor: pointer;
    color: rgb(78, 162, 197);
}
.anuncioDetailedDivFavoritos {
    position: relative;
    left: 626px;
    top: 9px;
    width: 160px;
    height: 20px;
    cursor: pointer;
}
.anuncioDetailedDivFavoritos:hover {
    color: rgb(78, 162, 197);
}
/*
.anuncioDetailedDivFavoritos:hover .anuncioDetailedDiv-coracao {
    background-image: url("pictures/favoritos_verde.png");
}
*/
.anuncioDetailedDiv-coracao {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("pictures/favoritos_black.png");
    background-repeat: no-repeat;
    background-position-y: 1px;
}
.anuncioDetailedDiv-favoritos {
    position: absolute;
    left: 21px;
    font-weight: bold;
}
.anuncioDetailedDivPartilhar {
    display: none;
    position: absolute;
    left: 626px;
    top: 32px;
    width: 120px;
    height: 20px;
}
.anuncioDetailedDivPartilhar:hover {
    cursor: pointer;
    color: rgb(78, 162, 197);
}
.anuncioDetailedDivPartilhar:hover .anuncioDetailedDivPartilhar-icon {
    background-image: url("pictures/partilhar_verde_grande.png");
}
.anuncioDetailedDivPartilhar-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("pictures/partilhar_black_grande.png");
    background-repeat: no-repeat;
    background-position-y: 2px;
}
.anuncioDetailedDivPartilhar-text {
    position: absolute;
    left: 21px;
    font-size: 9pt;
}
.anuncioDetailedDivFechar {
    position: absolute;
    right: 15px;
    top: 32px;
    width: 15px;
    height: 15px;
    background-image: url("pictures/close_slim.png");
    background-size: 15px 15px;
}

.anuncioDetailedDivFechar:hover {
    cursor: pointer;
    color: rgb(78, 162, 197);
    background-image: url("pictures/close_slim_green.png");
}
.anuncioDetailedDivContent {
    position: relative;
    width: 570px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(78, 162, 197);
}
.anuncioDetailedDivContentHeader {
    position: relative;
    top: 0px;
    margin-left: 27px;
    //margin-bottom: 30px;
    font-size: 9pt;
    line-height: 22px;
    width: 100%;
}
.anuncioDetailedDivContent-header {
    height: 17px;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 14px;
    font-weight: 700;
}
.anuncioDetailedDivContent-texto {
    position: relative;
    margin-left: 17px;
    //margin-bottom: 30px;
    font-size: 9pt;
    line-height: 22px;
}
.anuncioDetailedDivContent-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.anuncioDetailedDivContent-li {
    padding-left: 1em; 
    text-indent: 0;
}
.anuncioDetailedDivContent-li:before {
    content: "";
    line-height: 1em;
    width: .3em;
    height: .3em;
    background-color: rgb(78, 162, 197);
    float: left;
    margin: .65em -.7em 0;
}
.anuncioDetailedDivContent-btresponder {
    position: relative;
    width: 214px;
    height: 20px;
    padding-left: 8px;
    padding-top: 4px;
    margin-left: 27px;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgb(78, 162, 197);
    background-image: url("pictures/seta_branca.png");  
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: 207px 5px;
}
.anuncioDetailedDivContent-btresponder:hover {
    cursor: pointer;
}
.anuncioDetailedDivRight {
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 14px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(78, 162, 197);
}
.anuncioDetailedDivResumeData-header {
    position: relative;
    height: 17px;
    margin-left: 30px;
    margin-bottom: 3px;
    font-weight: 700;
}
.anuncioDetailedDivResumeData-content {
    position: relative;
    display: inline-block;
    height: 17px;
    max-width: 240px;
    margin-left: 30px;
    margin-bottom: 14px;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anuncioDetailedDiv-contactos {
    position: relative;
    height: 17px;
    max-width: 240px;
    margin-left: 30px;
    margin-bottom: 6px;
    font-size: 9pt;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aDDResumedData-link:hover {
    cursor: pointer;
    color: rgb(78, 162, 197);
}
.anuncioDetailedDivResumeData-NrViews {
    position: relative;
    height: 17px;
    margin-top: 3px;
    margin-left: 30px;
    padding-left: 20px;
    font-size: 9pt;
    background: url('pictures/olho_preto.png');
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.anuncioDetailedDivEmpresa-logotipo {
    position: relative;
    width: 140px;
    height: 74px;
    margin-left: 30px;
    margin-bottom: 20px;
}
.anuncioDetailedDivEmpresa-urlface {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background: url('pictures/facebook_black.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urlface:hover {
    cursor: pointer;
    background: url('pictures/facebook_verde.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urllinkedin {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background: url('pictures/linkedin_black.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urllinkedin:hover {
    cursor: pointer;
    background: url('pictures/linkedin_verde.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urlyoutube {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background: url('pictures/youtube_black.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urlyoutube:hover {
    cursor: pointer;
    background: url('pictures/youtube_verde.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urltwitter {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 3px;
    background: url('pictures/twitter_black.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresa-urltwitter:hover {
    cursor: pointer;
    background: url('pictures/twitter_verde.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
}
.anuncioDetailedDivEmpresaUrls {
    position: relative;
    margin-left: 30px;
    margin-bottom: 14px;
}
.anuncioDetailedDivEmpresaUrls-td {
    width: 25px;
}
.loadingDiv {
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 65px;
    background: url('pictures/loading.gif');
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.raLabelHeader {
    position: absolute;
    top: 20px;
    line-height: 25px;
}
.txtmensagem {
    resize: none;
    line-height: 20px;
    position: absolute;
    top: 90px;
    width: 400px;
    height: 120px !important;
    font-size: 10pt !important;
}
.radescarregarcv {
    position: absolute;
    top: 49px;
    left: 185px;
    color: rgb(78, 162, 197);
    cursor: pointer;
}
.radescarregarcv:hover {
    text-decoration: underline;
}
.raresponder {
    position: absolute;
    width: 140px;
    bottom: 0px;
}
.FavCand {
    background-image: url("pictures/favoritos_verde.png");
}
.FavCand-black {
    background-image: url("pictures/favoritos_black.png");
}

.anuncioRecomendado{
    position: relative;
    height: 65px;
    /*padding: 15px 0; 
    background: -moz-linear-gradient(top, #fff294, #ffffff); 
    background: -webkit-linear-gradient(top, #fff294, #ffffff); 
    background: -o-linear-gradient(top, #fff294, #ffffff); 
    background: -ms-linear-gradient(top, #fff294, #ffffff); 
    background: linear-gradient(top, #fff294, #ffffff); 
    color: #000;*/
    //background-color: rgba(255,242,148,0.2);
    background-color: rgba(240,230,140,0.2);
}
.anuncioRecomendado:hover{
    /*padding: 15px 0; 
    background: -moz-linear-gradient(top, #fff294, #ffffff); 
    background: -webkit-linear-gradient(top, #fff294, #ffffff); 
    background: -o-linear-gradient(top, #fff294, #ffffff); 
    background: -ms-linear-gradient(top, #fff294, #ffffff); 
    background: linear-gradient(top, #fff294, #ffffff); 
    color: #000;*/
    //background-color: rgba(255,242,148,0.2);
    //background-color: #FFEE83;
    background-color: rgba(240,230,140,0.4);
}
.anuncioDiv-recomendado {
    position: absolute;
    right: 0px;
    top: 0px;
    //top: 56px;
    width: 82px;
    height: 12px;
    font-weight: 400;
    font-size: 8pt;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    //color: black;
    color: white;
    //background-color:#e2d027;
    background-color: rgb(235,187,28);
    //opacity: 0.2;
    //border-color: #e2d027;
    border-color: rgb(235,187,28);
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

/* Paginação Premium */
.paginacaoPremium{
    height: 20px;
}

.pageButton {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    width: 22px;
    height: 22px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #f1f1f2;
}
.pageButton-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    margin-top: 3px;
    font-size: 9pt;
}
.pageButton-normal {
    cursor: pointer;
    background-color: #f1f1f2;
}
.pageButton-normal:hover {
    background-color: rgb(78, 162, 197);
}
.pageButton-normal:hover .pageButton-text {
    color: #FFFFFF;
}
.pageButton-active {
    cursor: default;
    background-color: rgb(78, 162, 197);
}
.pageButton-inactive {
    cursor: default;
    background-color: #f1f1f2;
}
.pageButton-text-normal {
    color: rgb(157, 157, 156);
}
.pageButton-text-active {
    color: #FFFFFF;
}
.pageButton-text-inactive {
    color: #D8D8D8;
}

.pageButtonBackPremium {
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url("pictures/seta_cinza_move_first.png");
    background-repeat: no-repeat;
}
.pageButtonBackPremium:hover {
    cursor: pointer;
    background-image: url("pictures/seta_verde_move_first.png");
    background-repeat: no-repeat;
}
.pageButtonBackPremium-inactive {
    background-image: url("pictures/seta_cinza_move_first_inative.png");
    background-repeat: no-repeat;
}
.pageButtonBackPremium {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
}
.pageButtonNext-normal {
    background-image: url("pictures/seta_cinza_move_last.png");
    background-repeat: no-repeat;
}
.pageButtonNext-normal:hover {
    cursor: pointer;
    background-image: url("pictures/seta_verde_move_last.png");
    background-repeat: no-repeat;
}
.pageButtonNext-inactive {
    background-image: url("pictures/seta_cinza_move_last_inative.png");
    background-repeat: no-repeat;
}

.cruz-cinza{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    vertical-align: middle;
    background-image: url("pictures/close-cinza.png");
    background-repeat: no-repeat;
    background-size: 30px;
}

.anuncio-nao-existe{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
    color: #888687;
}

.anuncios-empresa{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 19px;
}

.link-anuncios-empresa{
    color: rgb(78, 162, 197);
    cursor: pointer;
}

.partilhar-container{
    margin-left: 25px;
    margin-top: 35px;
}

.facebook-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;
    background-image: url("pictures/fb.png");
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.googlePlus-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("pictures/gplus.png");
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.twitter-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("pictures/tw.png");
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.email-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("pictures/mail.png");
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.linkedin-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url("pictures/linkedin.png");
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}
