/*
 Theme Name: SCC Universidade de Évora
 Author: Decsis
 Version: 1.0
*/

  body p:empty:before { content: none; }


  h1{
    font-weight: bold;
  }

  .content-center{
    display: flex;
    justify-content: center;
  }

  #wppb-loginform label {
    display: none;
  }

  #rememberme {
    display: none;
  }

  #user_login {
    color:#3333;
    display: flex;
    width: 307px;
    padding: 18px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #EEE;
    background: #FFF;
  }

  #user_pass {
    color:#3333;
    display: flex;
    width: 307px;
    padding: 18px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #EEE;
    background: #FFF;
  }

  #wppb-submit {
    display: flex;
    width: 307px;
    padding: 18px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #9f1c33;
    border: none;
  }

  #wppb-submit {
    color:#FFF;
  }

  .fields {
    margin-left: 30%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagebutton{
    border-width:3px; 
    border-style:solid; 
    border-color:#000000;
    padding: 0.5em;
    font-size:15px;
  }

  .aligncenter{
    text-align:center;
  }
  
  .alignright{
    text-align: right;
  }
  .whitetext{
    color:#FFFFFF;
    background:#1F1F1F; 
    text-align:center;
  }

  .contentbox {
    border:3px solid #1F1F1F; 
    border-radius: 5px; 
    margin-bottom:25px; 
    box-shadow: 10px 10px #9f1c33;
  }

  .contentunderline {
    border-bottom:3px solid #1F1F1F; 
    text-align:center; 
  }

  .margin {
    margin-top:3%;
  }

  .dropbtn {
    background: white;
    padding: 16px;
    font-size: 20px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;

  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    background: #FFF;
    border:3px solid #1F1F1F; 
    width: 324px;
  }
  
  .dropdown-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 132.1%;
    display: flex;
    width: 239px;
    height: 27px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: 10%;
    text-align: left;
  }

  .dropdown-content input {
    text-decoration: none;
    width: 18px; 
    height: 18px; 
    float: right; 
    
  }

  .dropdown:hover .dropdown-content {display: block;}

  #superset-dashboard iframe{
    min-height:180vh;
    width: 100%;
  }
