﻿html {
  font-size: 17px; }

body {
  font-family: 'Mukta', sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #575756;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #000000;
  text-decoration: none; }

.alinks:hover {
  filter: Alpha(Opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #575756; }

.has-error .help-block {
  font-size: 0.7em !important;
  color: red;
  margin: 0 15px 0 15px;
  background-color: white;
  padding: 0 5px 0 10px;
  border: #a94442 1px solid;
  border-top: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*.has-error .control-label {
    color: white;
}*/
/* ------------------------------------------------ */
/* MISC STUFF */
table#tlist thead tr th.sorting, table#tlist thead tr th.sorting_asc, table#tlist thead tr th.sorting_desc {
  background-color: white;
  border-right: solid 3px white; }

table#tlist thead tr th.sorting_disabled {
  background-color: white;
  border-right: solid 3px white; }

.preview img {
  max-width: 250px; }

.has-float-label {
  margin-bottom: 15px; }
  .has-float-label .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
    font-size: .6em; }

div#loginSection {
  z-index: 1035;
  position: fixed;
  top: -10px; }

#loginPartial {
  padding: 3px; }

header {
  /* /#social */ }
  header #social {
    position: relative;
    color: white;
    background-color: #80bc04; }
    header #social a {
      color: white;
      /*margin-left: 3px;*/
      text-decoration: none; }
      header #social a:hover {
        color: #000000; }
    header #social .barraInicial {
      padding: 7px 0px 4px 0;
      float: right;
      line-height: .8em;
      /* UL das Langs */
      /*.svgImage {
                width: 25px;
                height: 25px;
                vertical-align: middle;

                path, circle {
                    @include transition;
                }

                &:hover path {
                    fill: black;
                }

                &:hover circle {
                    stroke: black;
                }
            }*/ }
      header #social .barraInicial ul#lang {
        display: inline-block;
        padding-left: 0;
        margin-top: 5px;
        margin-right: 10px; }
        header #social .barraInicial ul#lang li {
          display: inline;
          margin-left: 3px;
          margin-right: 3px; }
          header #social .barraInicial ul#lang li a {
            margin: 0;
            font-size: .9em; }
  header #menuBar {
    /*background-color: #303030;*/
    position: relative;
    z-index: 1032; }

/* Fim Header */
footer {
  font-size: 1em; }
  footer .footerData {
    padding-top: 60px;
    padding-bottom: 120px;
    font-weight: 400;
    color: white;
    background-color: #575756; }
    footer .footerData a {
      color: white; }
      footer .footerData a:hover {
        color: #e6e6e6; }
    footer .footerData .col-sm-4 {
      padding: 0; }
    footer .footerData .footerBlock {
      padding-right: 5px;
      padding-bottom: 20px;
      font-size: 1em; }
      @media (min-width: 768px) {
        footer .footerData .footerBlock {
          margin-bottom: 0; } }
      footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
        display: table;
        margin: 0 auto;
        text-align: center;
        position: relative;
        /*
                @media (min-width: 992px) {
                    width: 150px;
                }

                @media (min-width: 1200px) {
                    width: 150px;
                }*/ }
        footer .footerData .footerBlock .footerBlock1 span, footer .footerData .footerBlock .footerBlock2 span, footer .footerData .footerBlock .footerBlock3 span {
          color: #80bc04;
          font-weight: 500; }
        footer .footerData .footerBlock .footerBlock1 svg, footer .footerData .footerBlock .footerBlock2 svg, footer .footerData .footerBlock .footerBlock3 svg {
          margin-left: 3px;
          margin-right: 3px; }
        @media (min-width: 768px) {
          footer .footerData .footerBlock .footerBlock1, footer .footerData .footerBlock .footerBlock2, footer .footerData .footerBlock .footerBlock3 {
            text-align: left; } }
      @media (min-width: 768px) {
        footer .footerData .footerBlock .borderLeft {
          border-left: #80bc04 1px solid;
          position: absolute;
          top: 40px;
          height: 70px; } }
  footer .footerLine {
    font-size: .8em; }
    footer .footerLine img {
      margin-left: 3px;
      width: 95px;
      vertical-align: text-bottom; }

/* /misc stuff */
/* ------------------------------------------------ */
/* NAVBAR default CUSTOM STYLES */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.navbar-brand {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  display: inline-block; }
  .navbar-brand > svg {
    width: 175px;
    height: 82px;
    /*top: -63px;*/
    position: relative; }

.navbar-nav {
  position: relative;
  top: 0;
  right: 10px;
  clear: right;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-nav {
      position: relative;
      top: 0;
      clear: right;
      right: 0; } }

.navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  margin-bottom: 0;
  /*margin-bottom: 50px;*/ }
  .navbar-default .navbar-nav > li {
    padding-left: 18px;
    /* Items */ }
    .navbar-default .navbar-nav > li::after {
      content: "";
      background: #e6e6e6;
      width: 0;
      height: 10px;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .navbar-default .navbar-nav > li > a {
      color: #575756;
      font-size: 1em;
      text-transform: uppercase;
      padding: 10px 10px 5px 10px; }
      @media (min-width: 768px) {
        .navbar-default .navbar-nav > li > a {
          padding: 60px 0 30px 0; } }
  .navbar-default .navbar-toggle {
    padding: 10px 10px;
    margin-top: 65px;
    margin-bottom: 16px; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: rgba(255, 255, 255, 0.4); }

/* Items activos/selecionados */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active a {
  color: black;
  font-weight: 400;
  position: relative;
  background-color: transparent; }

.navbar-default .navbar-nav > li:hover::after,
.navbar-default .navbar-nav > li:focus::after,
.navbar-default .navbar-nav > li.active::after {
  content: "";
  background: #e6e6e6;
  width: 100%;
  height: 10px;
  display: block;
  margin: 0 auto; }

#navbar.in, #navbar.collapsing {
  background-color: white;
  padding-right: 15px;
  text-align: right; }

.navbar-collapse {
  padding-right: 0; }

/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/
/* /navbar */
/* ------------------------------------------------ */
.menuStick-fixed-top {
  position: fixed;
  top: 0;
  z-index: 1031;
  right: 0;
  left: 0; }

.mapa iframe {
  pointer-events: none; }

.slideWrapper {
  position: relative;
  text-align: center; }
  .slideWrapper .contentWrapper {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: left; }
    .slideWrapper .contentWrapper .slideContent {
      display: inline-block;
      color: white;
      padding: 7px 0 0 0;
      border-bottom: 7px solid #80bc04;
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1em; }
      @media (min-width: 768px) {
        .slideWrapper .contentWrapper .slideContent {
          padding: 20px 0 0 0;
          border-bottom: 15px solid #80bc04;
          font-size: 2.5em; } }
      @media (min-width: 992px) {
        .slideWrapper .contentWrapper .slideContent {
          font-size: 3em; } }
      @media (min-width: 1200px) {
        .slideWrapper .contentWrapper .slideContent {
          font-size: 3.5em; } }

.mapaWrapper {
  position: relative;
  clear: both;
  overflow: hidden; }
  .mapaWrapper .embed-responsive-16by9 {
    padding-bottom: 30.25%; }

/* VARIAS SECTIONS */
section {
  /*padding-top: 107px;*/
  padding-bottom: 60px; }

section#backofficeMenu {
  padding-top: 50px;
  /*padding-bottom: 50px;*/ }

section#homeMenuOpcoes {
  margin-top: 100px; }
  section#homeMenuOpcoes .opcaoWrapper {
    margin-bottom: 40px; }
    section#homeMenuOpcoes .opcaoWrapper .opcaoImagemWrapper {
      position: relative;
      margin-bottom: 10px; }
      section#homeMenuOpcoes .opcaoWrapper .opcaoImagemWrapper img {
        margin: 0 auto;
        position: relative;
        display: inline-block;
        width: 100%; }
      section#homeMenuOpcoes .opcaoWrapper .opcaoImagemWrapper .pelic {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 1.8em;
        line-height: 1.2em;
        display: flex;
        justify-content: space-between;
        align-content: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px 15px 15px 15px; }
    section#homeMenuOpcoes .opcaoWrapper .opcaoLinkWrapper {
      display: flex;
      justify-content: space-between;
      background-color: #80bc04;
      color: white;
      font-size: 1.8em;
      font-weight: 700;
      padding: 15px 20px 15px 20px; }

section#homeGrafismo {
  margin-top: 50px;
  margin-bottom: 100px;
  display: none; }
  @media (min-width: 768px) {
    section#homeGrafismo {
      display: block; } }
  section#homeGrafismo img {
    width: 100%; }

.noticiaWrapper {
  margin-bottom: 40px; }
  .noticiaWrapper:hover .imagem .pelicula {
    opacity: 1; }
  .noticiaWrapper:hover .verMais .verMaisBotao {
    background-color: #999999; }
  .noticiaWrapper .titulo {
    color: #80bc04;
    font-size: 1.8em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .noticiaWrapper .imagem {
    position: relative;
    margin-bottom: 20px; }
    .noticiaWrapper .imagem img {
      width: 100%; }
    .noticiaWrapper .imagem .pelicula {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .noticiaWrapper .verMais {
    color: white;
    background-color: #e6e6e6;
    display: block;
    width: 100%; }
    .noticiaWrapper .verMais .verMaisBotao {
      float: right;
      background-color: #80bc04;
      padding: 6px 10px;
      font-size: 1.1em;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

section#mainNoticias {
  margin-bottom: 50px; }
  section#mainNoticias .mainTitulo {
    text-align: center;
    color: #80bc04;
    font-size: 2em;
    font-weight: 500;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 50px; }

.tituloGrande {
  color: #80bc04;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase; }
  .tituloGrande:before {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #80bc04;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    bottom: 5px; }

.texto {
  color: #575756;
  margin-bottom: 50px; }

section#sobreNos {
  margin-top: 100px;
  margin-bottom: 50px; }
  section#sobreNos .imgWrapper {
    text-align: center; }
    section#sobreNos .imgWrapper img {
      position: relative; }

section#noticias {
  margin-top: 100px;
  margin-bottom: 50px; }

section#tituloGrandeSemSlideWrapper {
  position: relative;
  background-color: #575756;
  padding-top: 20px;
  padding-bottom: 20px; }
  section#tituloGrandeSemSlideWrapper .tituloGrandeSemSlide {
    color: white;
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 75px; }
    section#tituloGrandeSemSlideWrapper .tituloGrandeSemSlide:before {
      content: "";
      width: 20px;
      height: 10px;
      background-color: #80bc04;
      margin-right: 5px;
      position: relative;
      display: inline-block;
      bottom: 5px; }
    section#tituloGrandeSemSlideWrapper .tituloGrandeSemSlide .iconBarra {
      float: right; }
      section#tituloGrandeSemSlideWrapper .tituloGrandeSemSlide .iconBarra img {
        height: 75px; }

section#breadCrumbs {
  margin-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 0; }
  section#breadCrumbs a {
    color: #999999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    section#breadCrumbs a:hover {
      color: #575756; }
  section#breadCrumbs .voltarIcon {
    float: right;
    padding: 3px 8px 0px 8px;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    section#breadCrumbs .voltarIcon:hover {
      color: #575756;
      border-color: #575756; }

section#noticiasVer .tituloVerde {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #80bc04; }
  section#noticiasVer .tituloVerde .dataLocal {
    color: #999999;
    font-size: .5em; }

section#noticiasVer .imagemWrapper {
  text-align: center; }
  section#noticiasVer .imagemWrapper img {
    position: relative;
    display: inline-block;
    max-width: 100%; }

section#contactos {
  margin-top: 100px;
  margin-bottom: 50px; }

.btn-multiwork {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #80bc04;
  background-color: #80bc04;
  color: white;
  padding: 8px 45px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .btn-multiwork:hover {
    background-color: #5e8a03;
    color: white; }

section#candidatosMenu {
  margin-top: 100px;
  margin-bottom: 50px; }
  section#candidatosMenu .menuItemWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#candidatosMenu .menuItemWrapper .menuItem {
      margin-bottom: 40px; }
      section#candidatosMenu .menuItemWrapper .menuItem:hover .menuIcon .st0 {
        fill: #999999; }
      section#candidatosMenu .menuItemWrapper .menuItem:hover .menuNome {
        color: #999999; }
      section#candidatosMenu .menuItemWrapper .menuItem .menuIcon {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-bottom: 10px; }
        section#candidatosMenu .menuItemWrapper .menuItem .menuIcon .svgImage {
          width: 175px;
          height: 175px; }
          section#candidatosMenu .menuItemWrapper .menuItem .menuIcon .svgImage .st0 {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      section#candidatosMenu .menuItemWrapper .menuItem .menuNome {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        text-align: center;
        width: 175px;
        font-size: 1.4em;
        color: #575756; }

section#candidatosFaq .faqsWrapper h3 {
  color: #80bc04;
  margin-bottom: 3px; }

section#candidatosDicas .dicasWrapper {
  margin-bottom: 50px; }

section#empresasMenu {
  margin-top: 100px;
  margin-bottom: 50px; }
  section#empresasMenu .menuItemWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    section#empresasMenu .menuItemWrapper .menuItem {
      margin-bottom: 40px; }
      section#empresasMenu .menuItemWrapper .menuItem:hover .menuIcon .st1 {
        fill: #575756; }
      section#empresasMenu .menuItemWrapper .menuItem:hover .menuNome {
        color: #999999; }
      section#empresasMenu .menuItemWrapper .menuItem .menuIcon {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-bottom: 10px; }
        section#empresasMenu .menuItemWrapper .menuItem .menuIcon .svgImage {
          width: 152px;
          height: 152px; }
          section#empresasMenu .menuItemWrapper .menuItem .menuIcon .svgImage .st1 {
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      section#empresasMenu .menuItemWrapper .menuItem .menuNome {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        text-align: center;
        width: 152px;
        font-size: 1.4em;
        color: #575756; }

section#empresasInformacao .imagemWrapper {
  text-align: center; }
  section#empresasInformacao .imagemWrapper img {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    max-width: 100%; }

section#empresasInformacao .texto {
  margin-bottom: 50px; }

section#candidatosRegistar .textoInfo {
  margin-bottom: 40px;
  display: block; }

section#candidatosRegistar fieldset.blocoFormulario {
  margin-bottom: 40px;
  /*.form-control {
            @include roundCorners(0);
        }*/ }
  section#candidatosRegistar fieldset.blocoFormulario legend {
    border-bottom: none;
    margin-bottom: 10px;
    text-transform: uppercase; }
  section#candidatosRegistar fieldset.blocoFormulario label {
    color: #80bc04;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  section#candidatosRegistar fieldset.blocoFormulario .expProfissional {
    margin-bottom: 15px; }

section#candidatosRegistar .botoesWrapper .btn.btn-multiwork {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

section#registado {
  margin-top: 100px;
  margin-bottom: 50px; }
  section#registado .titulo {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 30px; }
  section#registado hr {
    border-bottom: 1px solid #80bc04; }
  section#registado tr.margem {
    height: 20px;
    border-bottom: 1px dashed #999999; }

section#ofertas .caixaDeProcuraWrapper .caixaProcuraTitulo {
  font-size: 1.1em;
  color: #575756;
  margin-bottom: 20px; }

section#ofertas .caixaDeProcuraWrapper .caixaDeProcura {
  /*.form-control {
                @include roundCorners(0);
            }*/ }
  section#ofertas .caixaDeProcuraWrapper .caixaDeProcura a .ofertaTitulo {
    font-size: 1.1em;
    color: #80bc04;
    font-weight: 500; }
  section#ofertas .caixaDeProcuraWrapper .caixaDeProcura a:hover > .ofertaTitulo {
    color: #575756; }
  section#ofertas .caixaDeProcuraWrapper .caixaDeProcura a .ofertaDescricao {
    font-size: .9em; }
  section#ofertas .caixaDeProcuraWrapper .caixaDeProcura .btn-multiwork {
    padding: 6px 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  section#ofertas .caixaDeProcuraWrapper .caixaDeProcura .listagemDeOfertasTitulo {
    font-weight: 500;
    font-size: 1.6em;
    color: #80bc04;
    margin-top: 40px; }

section#ofertasVer .titulo {
  font-weight: 500;
  font-size: 1.8em;
  color: #80bc04;
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 20px; }

section#ofertasVer .itemWrapper .itemNome {
  font-weight: 500;
  width: 200px;
  display: inline-block; }

section#ofertasVer .itemWrapper .itemValor {
  display: inline-block; }

section#ofertasVer .tituloDescricao {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 20px; }

.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 34px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    font-size: 14px; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .form-control:focus {
    border-color: #80bc04;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 188, 4, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 188, 4, 0.6); }
