/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body.home #content{
  display: none;
}

#question-20{
  display: none !Important;
}

.survey-wrapper span.author-name, .survey-navigation .btn-save, .survey-wrapper span.category-title, .survey-wrapper span.question-date, .survey-navigation .btn-default{
	display: none !important;
}

.sppb-btn-default, .sppb-btn-link{
	color: #ffffff;
	padding-left: 35px;
	position: relative;
}

.sppb-btn-link:hover{
	color: #fff;
}

.sppb-btn-default:before, .sppb-btn-link:before{
	content: "";
	width: 35px;
	height: 35px;
	background: url(/images/icon-cv1.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: -3px;
	transform: translateY(-50%);
}

#member-profile fieldset:last-child,#member-profile fieldset:nth-child(3) h5 {
    display: none;
}

.perfil a.js-scroll-trigger{
    color: #008D8D;
}

#sp-page-builder .sp-pagebuilder-page-edit, .item-page .icons{
  display: none !important;
}

.navbar-brand {
    padding: 12px 0;
}

.custom-control-label::before {
    left: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    box-shadow: none !important;
    border: 2px solid #008D8D;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #008D8D;
}

.custom-control {
    min-height: 2.5rem;
}

.custom-control-label {
    padding-left: 25px;
    padding-top: 5px;
}

.custom-control-label::after {
    left: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #3A414A;
  font-weight: 400;
}

a {
  color: #008D8D;
}

a:hover {
  color: #2C3946;
}

.text-primary {
  color: #008D8D !important;
}

.text-secundary {
  color: #2C3946 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

h5{
  font-size: 16px;
  text-transform: uppercase;
}

h5.text-primary{
  text-transform: none;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 12px;
  padding: .575rem .75rem;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #008D8D;
  border-color: #008D8D;
  color: #ffffff;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #008D8D !important;
  border-color: #008D8D !important;
  color: #ffffff;
  text-decoration: underline;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 153, 148, 0.5) !important;
}

#mainNav {
  min-height: 79px;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #008D8D;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #008D8D;
}

#mainNav .navbar-nav .nav-item .nav-link, #mainNav .navbar-nav .nav-item {
  font-size: 14px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-nav .nav-item.active .nav-link, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #e7e6e8;
    box-shadow: 0px 2px 5px 0px rgba(232, 232, 232, 0.5);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
/*
header.masthead {
  color: white;
  background-image: url("../imagens/header.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
header.masthead hr.header-hr{
  max-width: 60px;
  border: 1px solid #fff;
}

header.masthead .intro-text {
  padding-top: 270px;
  padding-bottom: 270px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 45px;
}

header.masthead .intro-text .intro-heading {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
  #vertical{
    margin-top: 50px !important;
    position: relative !important;
    transform: none !important;
    -ms-transform: none;
    top: 0 !important;
  }
  #mainNav{
      background: #e7e6e8;
  }
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 270px;
    padding-bottom: 270px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 45px;
  }
  header.masthead .intro-text .intro-heading {
    margin-top: 35px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
  }
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* LOGIN FORM */

.login section#login {
  padding-top: 0;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.form-signin .btn {
  width: 45%;
  border-radius: 100px;
  text-transform: uppercase;
}

.btn-gray {
  color: #ffffff;
  background: #cccccc;
}

.btn-gray:hover {
  background: #dddddd;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input::-webkit-input-placeholder {
  color: #495057;
}

.form-label-group input:-ms-input-placeholder {
  color: #495057;
}

.form-label-group input::-ms-input-placeholder {
  color: #495057;
}

.form-label-group input::-moz-placeholder {
  color: #495057;
}

.form-label-group input::placeholder {
  color: #495057;
}

.form-signin input[id^="input"]{
  background-position: 10px center !important;
  padding-left: 100px;
  height: 100px;
  border: none !important;
  border-bottom: 2px solid #008D8D !important;
  border-radius: 0 !important;
}

.form-signin input[id^="input"]:focus{
  border-color: none;
  border-bottom: 2px solid #008D8D !important;
  box-shadow: none;
}

.form-signin #inputUtilizador{
  background: url(/web/MSD/elearning/images/login/user-icon.png) no-repeat;
}

.form-signin #inputPalavraPasse{
  background: url(/web/MSD/elearning/images/login/password-icon.png) no-repeat;
}

.form-signin .control-label {
    display: none;
}

#nome-top {
  color: #fff;
}

.navbar-shrink #nome-top {
  color: #008D8D;
}

.logout-button {
    display: inline-block;
}

#logout {
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #87C9BD;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  outline: none;
}

#logout:hover {
  color: #87C9BD;
  text-decoration: underline;
}

.text-muted{
  color: #3A414A !important;
}

.img-responsive{
  max-width: 100%;
}

#home #top2 #bg{
  color: white;
  background-image: url(/web/MSD/elearning/images/aula-magna-bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#vertical {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aula-magna-img {
  max-width: 90%;
  -webkit-box-shadow: 10px 10px 82px 28px rgba(246,139,31,.5);
  -moz-box-shadow: 10px 10px 82px 28px rgba(246,139,31,.5);
  box-shadow: 10px 10px 82px 28px rgba(246,139,31,.50,.5);
}

/* LOGIN FORM */

/* REGISTER FORM */

.form-register.edit #jform_username{
  width: 100%;
  margin-bottom: 25px;
}

.hasPopover {
    display: none;
}

.form-register {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

.form-register .btn {
  width: 150px;
  border-radius: 100px;
  text-transform: uppercase;
}

.btn-gray {
  color: #ffffff;
  background: #cccccc;
}

.btn-gray:hover {
  background: #dddddd;
}

.btn-white {
  color: #008D8D;
  background: #fff;
  border-radius: 100px;
  cursor: default !important;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input::-webkit-input-placeholder {
  color: #495057;
}

.form-label-group input:-ms-input-placeholder {
  color: #495057;
}

.form-label-group input::-ms-input-placeholder {
  color: #495057;
}

.form-label-group input::-moz-placeholder {
  color: #495057;
}

.form-label-group input::placeholder {
  color: #495057;
}

.form-register input[id^="input"], .form-register input[id^="jform_"]{
  background-position: 10px center !important;
  padding-left: 20px;
  height: 50px;
  border: none !important;
  border-bottom: 2px solid #008D8D !important;
  border-radius: 0 !important;
}

.form-register input[id^="input"]:focus, .form-register input[id^="jform_"]:focus{
  border-color: none;
  border-bottom: 2px solid #008D8D !important;
  box-shadow: none;
  outline: none;
}

.form-register.edit input[id^="input"], .form-register.edit input[id^="jform_"]{
  color: #3A414A;
}

label#jform_inputEmail-lbl {
    display: none;
}

/* REGISTER FORM */

/* MÓDULOS */

#modulos h3.text-primary {
  font-weight: 700;
}

#modulos hr.title-hr {
  max-width: 60px;
  border: 1px solid #008D8D;
}

.modulos-heading {
  margin: 15px 0;
  text-transform: none;
  font-size: 18px;
  color: #008D8D;
  font-weight: 700;
}
/*
.modules-info img{
  margin-left: 20px;
}*/

span.info {
  font-size: 16px;
  color: #008D8D;
  font-weight: 500;
}

#modulos hr.info-hr {
  max-width: 60px;
  border: 1px solid #008D8D;
}

#modulos hr.modules-info-hr {
  border: 1px solid #008D8D;
}

#modulos .conteudos{
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  font-weight: bold;
/*  margin-left: 20px;*/
}

#modulos .conteudos a img {
    max-width: 35px;
}

#modulos .btn {
  width: 150px;
  border-radius: 100px;
  text-transform: uppercase;
}

#modulos .module{
  border-radius: 100px;
  width: 160px;
  padding: 10px 30px;
  border: 1px solid #e7e6e8;
  color: #fff;
  background: #e7e6e8;
  margin: 10px 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

#modulos .module.active, #modulos .module:hover{
  background: #008D8D;
  color: #ffffff;
  border: 1px solid #008D8D;
}

/* MÓDULOS */

/* MÓDULO */

#modulo p.infos {
  font-size: 13px;
  color: #000000;
}

#modulo p.infos img {
  margin: 10px;
}

#modulo p.infos img:first-child {
  margin-left: 0;
}

#modulo h3.title-module {
  text-transform: none;
  font-size: 24px;
  color: #008D8D;
  font-weight: 300;
}

#modulo h3.text-primary {
  font-weight: 300;
}

#modulo hr.divider-hr {
  border: 1px solid #008D8D;
}

#modulo .header {
  background: #008D8D;
  border-radius: 100px;
  margin: 0;
  color: #fff;
}

#modulo .header .col {
  margin: 10px 15px;
}

#modulo .header .col span.completed {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-weight: 900;
  font-size: 16px;
}

.intend {
  margin-left: 50px;
}

.intend-in {
  margin-left: 80px;
}

/* MÓDULO */

/* EDITAR PERFIL */

.form-register.edit .form-label-group > label {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  width: 97%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-register.edit .row .form-label-group > label {
  left: 35px;
}

.form-register.edit .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-register.edit .form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-register.edit .form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-register.edit .form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-register.edit .form-label-group input::placeholder {
  color: transparent;
}

.form-register.edit .form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-register.edit .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
  top: 0;
  left: 20px;
}

.form-register.edit .row .form-label-group input:not(:placeholder-shown) ~ label {
  left: 35px;
}

#confirmar{
    width: 200px;
}

/* EDITAR PERFIL */

/* FOOTER */

footer {
  padding: 15px 0;
  background: #e7e6e8;
}

footer span.copyright {
  font-size: 90%;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  color: #008D8D;
}

footer span.code {
  font-size: 80%;
  margin-top: 45px;
  display: inline-block;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

footer .col-md-4 div.apoio {
  float: right; 
}

/* FOOTER */

/* questoes */

.questoes li{
    margin-bottom: 20px;
}

/* questoes */

#home #top, #home #top{
  padding-bottom: 0;
}

#modulos #top {
    background-color: #f9f9f9;
}

hr.modules-info-hr {
    border: 1px solid #008D8D;
}
