﻿div.banner,
div#aposBanner-container,
div.modulosVerticaisGeral {
    display: none;
}
div.tabelaMaeMeio {
    position: relative;
    left: auto;
    right: auto;
}
#registar-root {
    font-size: 14px;
    line-height: 24px;
}
#registar-root div.informacoes,
#registar-root div.erro {
    font-size: 16px;
}
#registar-root div.erro {
    color: red;
}
#registar-root div.grupo {
    /*padding: 10px 0;*/
}
#registar-root input {
    /*height: 36px;
    padding: 3px 5px;*/
    font-size: 14px !important;
}
#registar-root input.nome,
#registar-root input.documento-identificacao-numero {
    /*width: 600px;
    text-align: center;*/
}
#registar-root select.documento-identificacao-tipo {
    /*width: 600px;
    height: 36px;
    padding: 3px 5px;*/
    font-size: 14px !important;
}
#registar-root input.data-nascimento {
    /*width: 110px;
    text-align: center;*/
}
#registar-root input.email {
    /*width: 400px;
    text-align: center;*/
}
#registar-root input.telemovel {
    /*width: 150px;
    text-align: center;*/
}
#registar-root div.curso {
    display: none;
}
#registar-root select.curso {
    width: 650px;
    height: 36px;
    padding: 3px 5px;
    font-size: 14px !important;
}
#registar-root button {
    /*height: 36px;*/    
    font-size: 14px !important;
    padding: 12px 30px 12px 30px;
}

/******************************************************/

body {
    background: url(https://epa.boit.trustit.pt/multimedia/institucional/inscricao-online.jpg) center center no-repeat fixed !important;     
    -webkit-background-size: cover !important;
    -moz-background-size : cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;    
}
.designacaoComponentePanel {
    display: none !important;
    padding-top: 30px !important;
}
.ui-dialog {
    font-size: 11px !important;
}
.cor-cinza {
    color: #999 !important;
}
.cor-azul {
    color: #3f9fff !important;
}
#registar-root {
    padding-top: 30px !important;
}
#registar-root .titulo_designacaoComponentePanel h1{
    color: #fff !important;
    font-weight: bold !important;
}
#registar-root input.documento-identificacao-numero::placeholder {
    color: #999;
}
#registar-root #form_container {
    height: 90vh;
}
#registar-root #form_container > figure {
    background: #e31818;
    /*background: #02575b;*/
    /*background: -webkit-linear-gradient(left,#02575b 20%,#049196 90%);
    background: linear-gradient(to right,#02575b 20%,#049196 90%);*/
    padding: 10px 60px 10px 60px;
}
#registar-root img {
    width: 70px;
}
#registar-root button.forward:before,
#registar-root button.backward:before {
    content: ""
}
#registar-root h3.main_question {
    font-size: 21px;
    margin: 20px 0 20px 0;
}
#registar-root select option{
    color: #3f9fff;
}
#registar-root select option[value='0'] {
    color: #999;
}
#registar-root input.documento-identificacao-numero {
    background: none;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #e8ebed;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #3f9fff;
    height: 44px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 12px 6px 0;
    width: 100%;
}
#registar-root .titulo {
    margin-top: 40px;
    color: #999;
}
.form-group.radio_input {
    margin-left: 20px;
}
#ui-datepicker-div {
    width: 250px;
}
#ui-datepicker-div .ui-widget-header {
    background: inherit;
}
#wizard_container {
    padding: 30px 45px 0 45px !important;
}
#wizard_container input {
    color:#3f9fff;
}

/* Customize the label (the container) */
.custom_radio label {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.custom_radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.custom_radio label:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.custom_radio label input:checked ~ .checkmark {
  background-color: #3f9fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.custom_radio label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom_radio label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}