* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/** bootstrap.min.css**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #3074A5 /*#4183c4*/;
    text-decoration: none;
}


/** TABELAS retirado de style.css  **/
table{
  font-family: "Source Sans Pro", sans-serif;
  border-collapse: collapse;
  width: 100%;

  background-color: white;
  border-spacing: 0;
}

/** TABELAS retirado de style.css **/
th, td {
    text-align: left;
    padding: 8px;
}

th {
   background-color: #1F4D6D;
   color: white;
   text-align: left;
   padding: 8px;
}

tr:nth-child(even) {
  background-color: #DDEEFA;
}

/** retirado de style.css **/
tr:hover {background-color: #B0CEE4;}


/** ajustar altura de página**/
.site{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}



@media (min-width: 768px) {
    .container {
        width:750px;
    }
}

@media (min-width: 992px) {
    .container {
        width:970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/** COR DE FUNDO **/
.site-content {
  flex: 1;
  background: white /*#EFF3F5*/;
}

.ui.divider{
  font-size: 1rem;
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #1F4D6D;
  user-select: none;
}

.row{
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.ui.tab .row{
  align-items: flex-start;
  width: auto;
}

/** Disposção em 3 colunas com imagens **/
/* grid-framework.less*/
.ui.tab .row {
    margin-right: -15px;
    margin-left: -15px;
}

/*bootstrap.css*/
@media (min-width: 992px){
  .col-md-4 {
      width: 33.33333333%;
  }
  .col-md-3 {
      width: 25%;
  }
  .col-md-6 {
      width: 50%;
  }
}


@media (min-width: 992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
}

.col-md-4, .col-md-3, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*scaffolding.less*/
.img-rounded {
    border-radius: 6px;

}

img {
  border-style: none;
  vertical-align: middle;
  border: 0;
}

.apoios {
    margin: 20px;
    vertical-align: middle;
}

/* semantic.min.css */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/* bootstrap.css */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DDEEFA;
}

.sameline h4, .sameline p {
    display: inline;
    line-height: 1.28571429em;
}

.sameline p{
      margin-left: 0px;
      margin-right: 0px;
      line-height: 24px;
      text-align: justify;
      padding-bottom: 15px;
}

.sameline h4 {
  margin-left: 0px;
}

/*bootstrap.css*/
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 40px;
}

h4:first-child {
    margin-top: 0;
}



/** Mensagens de Aviso
 retirado de semantic.min.css
 **/
.ui.teal.message {
    background-color: #e1f7f7;
    color: #10a3a3;
    box-shadow: 0 0 0 1px #10a3a3 inset, 0 0 0 0 transparent;
}

/* retirado de semantic.min.css */
.ui.red.message {
    background-color: #ffe8e6;
    color: #db2828;
    box-shadow: 0 0 0 1px #db2828 inset, 0 0 0 0 transparent;
}

.ui.success.message {
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    background-color: #fcfff5;
    color: #2c662d;
}

.ui.warning.message {
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
    background-color: #fffaf3;
    color: #573a08;
}

.ui.message:first-child {
    margin-top: 0;
}
.ui.message:last-child {
    margin-bottom: 0;
}

.ui.message {
    font-size: 1em;
}

.ui.message {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0,0,0,.87);
    -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
    border-radius: 0.28571429rem;
    box-shadow: 0 0 0 1px rgba(34,36,38,.22) inset, 0 0 0 0 transparent;
}

.ui.message p {
	padding-bottom: 0px;
  opacity: .85;
  margin: 0.75em 0;
}

.ui.message p:first-child {
    margin-top: 0;
}

/** Para ocultar texto momentaneamente
    retirado de bootstrap.min.css
**/
.collapse {
    display: none;
}

.collapse.in {
    display: block;
}
/* tra*/
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}


/** PAINEIS TIPO CALLOUT
    retirado de panels.less
**/

.container {
    > h3 {
      overflow:auto;
    }
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #DDEEFA;
    border-color: #B0CEE4;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #B0CEE4;
}
.panel-body {
    padding: 15px;
}

/* retirado de vendor-prefixes.less*/
.panel {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #B0CEE4;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/* retirado de bootstrap.css*/
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/* retirado de bootstrap.css*/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

/* Panels */

.panel-variant (@border; @heading-text-color; @heading-bg-color; @heading-border) {
  border-color: @border;

  & > .panel-heading {
    color: @heading-text-color;
    background-color: @heading-bg-color;
    border-color: @heading-border;

    + .panel-collapse > .panel-body {
      border-top-color: @border;
    }
    .badge {
      color: @heading-bg-color;
      background-color: @heading-text-color;
    }
  }
  & > .panel-footer {
    + .panel-collapse > .panel-body {
      border-bottom-color: @border;
    }
  }
}

/** Tabular menu
retirado de semantic.min.css
**/
.ui.tabular.menu {
    border-radius: 0;
    box-shadow: none!important;
    border: none;
    background: none transparent;
    border-bottom: 1px solid #B0CEE4;
}
.ui.menu {
    font-size: 0.9rem;
}
.ui.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    font-weight: 400;
    border: 1px solid rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    border-radius: 0.28571429rem;
    min-height: 2.85714286em;
}

.ui.tabular.menu .active.item {
    background: none #fff;
    color: #1F4D6D /*rgba(0,0,0,.95)*/;
    border-top-width: 1px;
    border-color: #B0CEE4;
    font-weight: 700;
    margin-bottom: -1px;
    box-shadow: none;
    border-radius: 0.28571429rem 0.28571429rem 0 0!important;
}

.ui.tabular.menu .item {
    background: 0 0;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
    padding: 0.92857143em 1.42857143em;
    color: #1F4D6D /*rgba(0,0,0,.87)*/;
}
.ui.menu .active.item {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    font-weight: 400;
    box-shadow: none;
}

.ui.menu>.item:first-child {
    border-radius: 0.28571429rem 0 0 0.28571429rem;
}

.ui.menu:not(.vertical) .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui.menu .item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    padding: 0.92857143em 1.14285714em;
    text-transform: none;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    -webkit-transition: background .1s ease,box-shadow .1s ease,color .1s ease;
    transition: background .1s ease,box-shadow .1s ease,color .1s ease;
}

.ui.tab.active, .ui.tab.open {
    display: block;
}

.ui.tab {
    display: none;
}

/** linha de localização
retirado de semantic.min.css
**/
.ui[class*="center aligned"].container {
    text-align: center;
}

.ui.container {
    display: block;
    max-width: 100%!important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
.ui.container {
    width: 933px;
    margin-left: auto!important;
    margin-right: auto!important;
}

.ui.divided.horizontal.list {
    margin-left: 0;
}
.ui.horizontal.list {
    display: inline-block;
    font-size: 0;
}
.ui.list:last-child, ol.ui.list:last-child, ul.ui.list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ui.list:first-child, ol.ui.list:first-child, ul.ui.list:first-child {
    margin-top: 0;
    padding-top: 0;
}
.ui.list {
    font-size: 1em;
}
.ui.list, ol.ui.list, ul.ui.list {
    list-style-type: none;
    margin: 1em 0;
    padding: 0 0;
}

.ui.horizontal.divided.list>.item:first-child {
    border-left: none;
}
.ui.divided.horizontal.list>.item:not(:last-child) {
    padding-right: 0.5em;
}

.ui.divided.horizontal.list>.item:not(:first-child) {
    padding-left: 0.5em;
}

.ui.horizontal.list:not(.celled)>.item:first-child {
    margin-left: 0!important;
    g-left: 0!important;
}
.ui.divided.horizontal.list>.item {
    border-top: none;
    border-left: 1px solid #B0CEE4;
    margin: 0;
    line-height: .6;
}
.ui.divided.list .list>.item:first-child, .ui.divided.list>.item:first-child {
    border-top: none;
}
.ui.horizontal.list>.item:first-child, .ui.horizontal.list>.item:last-child {
    padding-top: 0.21428571em;
    padding-bottom: 0.21428571em;
}

.ui.link.list .item, .ui.link.list .item a:not(.ui), .ui.link.list a.item {
    color: #3074A5;
    -webkit-transition: .1s color ease;
    transition: .1s color ease;
}
.ui.horizontal.list .list>.item, .ui.horizontal.list>.item {
    font-size: 1rem;
}
.ui.horizontal.list>.item {
    display: inline-block;
    margin-left: 1em;
    font-size: 1rem;
}
.ui.list .list>a.item, .ui.list>a.item {
    cursor: pointer;
    color: #4183c4;
}

/**
dropdown dos colaboradores equipa
de semantic.min.css
**/

.ui.pointing.dropdown.link.item {
    > i {
      margin-left: 8px;
    }
  }
  
  .ui.pointing.dropdown.link.item {
    > i:hover {
      color:whitesmoke;
    }
  }
  
  .ui.pointing.dropdown.link.item {
      .menu {
          display:none;
          position: relative;
          width: 150px;
          background:  whitesmoke;
          backdrop-filter: blur(15px);
          margin-left: 100px;
  
          > a {
            display:flex;
            justify-content: center;
          }
      }
  }
  
  .ui.pointing.dropdown.link.item:hover {
      .menu {
          display: flex;
          flex-direction: column;
      }
  
  }