﻿.page
{
    text-align: left;
    overflow: hidden;
    min-height: 600px;
}

.page-main
{
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    width: 984px;
}

.page-header
{
    margin-top: 16px;
}

.page-content-title
{
    margin-bottom: 5px;
}

.page-content
{
    width: 984px;
}

.page-top-navbar
{
}

.page-top-userarea
{
    overflow: hidden;
}

.user-area
{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: right;
}

.user-area-left
{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
}

.user-area-item
{
    display: inline;
    float: left;
    margin-left: 5px;
}

.banner
{
    width: 1024px;
    height: 120px;
    margin-top: -15px;
}

/**

	Page Specific

**/

.gestao-dados-utilizador-label
{
    width: 200px;
}

.gestao-dados-utilizador-description
{
    width: 700px;
}

.upload-ficheiros-section
{
}

.upload-ficheiros-row
{
    clear: both;
}

.upload-ficheiros-nome
{
    display: inline;
    float: left;
    vertical-align: top;
    margin-right: 10px;
    width: 400px;
}

.upload-ficheiros-action
{
    vertical-align: top;
    display: inline;
    float: left;
}

.login
{
}

.login-form
{
    display: inline;
    float: left;
    padding: 10px 10px 10px 10px;
    margin-top: 65px;
    background-color: #D9D9D9; /*margin-right: 5px;*/
    margin-left: 15px;
    height: 190px;
    border-radius: 15px;
    width: 254px;
}

.login-cc
{
    display: inline;
    float: left;
    width: 274px;
    margin-top: 65px;
    height: 210px;
    background-color: #D9D9D9;
    vertical-align: middle;
    text-align: center;
    border-radius: 15px;
}

.login-button-cc
{
    padding-top: 35px;
    height: 136px;
}
.login-ue
{
    display: inline;
    float: left;
    width: 280px;
    margin-top: 65px;
    height: 210px;
    background-color: #D9D9D9;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    border-radius: 15px;
}

.login-button-ue
{
    padding-top: 35px;
    height: 136px;
}

.dados-utilizador-form-label
{
    width: 200px;
}

.dados-utilizador-form-field
{
}

.login-error
{
    color: Red;
}

/*.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}*/
.model
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    min-height: 100%;
    width: 100%;
}
.carregar
{
    font-family: Arial;
    font-size: 10pt;
    border: 0px solid #67CFF5;
    width: 0px;
    height: 0px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 970;
}

.coluna-esquerda
{
    float: left; /*width: 490px;*/
    width: auto;
}

.coluna-direita
{
    float: right;
    width: 490px;
}

.edicao-dados-bo
{
    padding-right: 50px;
}

section
{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
div#one
{
    width: 50%;
    float: left;
}
div#two
{
    margin-left: 50%;
}

.scrollIT
{
    overflow: scroll;
    height: 300px;
    width: 990px;
}
.boxer
{
    display: table;
    border-collapse: collapse;
    width: 100%;
    height: 50px;
}

.boxer .box-row
{
    display: table-row;
}

.boxer .box
{
    display: table-cell;
    text-align: left;
    vertical-align: top;
      padding-top: 5px;
}

.stats
{
    display: inline;
    background-color: #D9D9D9;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 15px;
    width: 22%;
    float: left;
    margin-top: 10px;
    height: 100%;
    padding-left: 15px;
    padding-top: 15px;
}

.alertasportalUltimoLogin
{
    color: #0071bc;
    font-size: 12px;
    margin-top: 17px;
    text-transform: uppercase;
    font-family: "Open Sans" , sans-serif;
    border-bottom-width: 1PX;
    font-weight: bold;
}

.alertasportalInfoAlertaDesc
{
    font-size: 13px;
}

.alertasportalUltimoLoginInfo
{
    font-size: 13px;
}
.imgUltimoLoginS
{
    float: right;
    margin-right: 25px;
    margin-top: -23px;
}
.imageAlerta
{
    float: right;
    margin-right: 25px;
    margin-top: -23px;
}

.tituloGestaoBO
{
  /*color: #00933B;*/
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  /*padding-left: 25px;*/
}


/* DA-CHANGES */
.hidden
{
    display: none;
}

.popup-modal .login-form,
.popup-modal .login-cc
{
    /*float: none;*/
    margin: 0px 0px 0px 15px;
}

.modal-close
{
    margin-top: 10px;
    text-align: center;
    font-size: smaller;
}

.login-intro.citizen
{
      background: url('/_layouts/PortalImages/login/citizen.png') no-repeat right bottom;
}


.login-intro.institutional
{
      background: url('/_layouts/PortalImages/login/institution.png') no-repeat right bottom;
}

.login-intro .title
{
    color: #2C2A2B;
    font-size: 2.4rem;
    font-weight: bold;
}

.login-form.clickable:hover,
.login-form.clickable:focus
{
    background-color: #EFEFEF;
    box-shadow: 10px 10px 5px #888888;
    cursor: pointer;
    outline: none;
}

.login-canvas
{
    text-align: left;
    width: 578px;
    margin: auto auto;
}