body, html {
    font-family: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
    font-size: 1em;
}
a {
  color: #C00000;
}

a:hover {
  color: #C00044;
}

.bg-secondaryCap {
  /* Color cap�alera */
  background-color: #333333 !important;
}

:root {
  --font-family-sans-serif: 'OpenSansSemiBold', Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem;
}

#mainNav .navbar-brand {
  color: #fff;
}

*,*::before,*::after {
  -webkit-box-sizing: border-box;
}

/*-------------------------------------------*/
/* portfolio */
/*-------------------------------------------*/

.portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 30px;
  border-radius: 0.25rem;
  overflow: hidden;
}

.portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;  
}

.portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}


.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}

/*-------------------------------------------*/
/* LABEL APLICACIONS */
/*-------------------------------------------*/ 

.card-signin {
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
}

.card-signin .card-title {
  margin-bottom: 2rem;
}

.card-signin .card-body {
  padding: 1.5rem;
}

.form-signin {
  width: 100%;
}

.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

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

.form-label-group input {
  height: auto;
  border-radius: 0.5rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  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-label-group input::-webkit-input-placeholder {
  color: transparent;
}

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

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

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

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

.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-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;
}

/* FOOTER */ 

#sticky-footer {
  background-color: #efefef;
  color: #999999 !important;
  text-align: center !important; 
  padding:3px 0 3px 0;
  flex-shrink: none;
  font-size: 0.688em;
}

#page-content {
  margin-top: 10px;
  flex: 1 0 auto;
}
    
#sticky-footer p a {
    font-family: 'OpenSansSemibold', Helvetica, Arial, sans-serif; 
    color: #999;
}

/* FOOTER */ 


#divUser{
    color: #ffffff; 
    width: 150px;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
  #divUser {
    text-align: right; 
  }
}

@media (min-width: 768px) {
  #mainNav {
    min-height: 100px !important;   
  }
}
@media (min-width: 576px) {
  #mainNav {
    
  }
}

@media (min-width: 768px) {
  #mainNav50 {
    min-height: 50px !important;    
  }
}

.card-block {
  flex: 1 1 auto;
  padding: 1rem; 

}
.card {
    margin-bottom: 10px !important;
}

.list-group-item {
    margin-top: 10px;

}

#prova a {
    height: 100px;
}

#divPseudo{
    width: 100%;
    height: 100%;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/* Menu visible hover
-------------------------------------------------- */
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

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

.dropdown-menu{
    margin: 0 0 0 !important;
}

/* / Menu visible hover
-------------------------------------------------- */


/* Table header PortalRSA.jsp
-------------------------------------------------- */
#tHeaderPortal{
    width:100%; 
    background-color: #333333;
    height: 75px;
}

#tHeaderPortal td{
    color: #fff;
    width: 20%;
}

#divUserPortal{
    color: #ffffff; 
    font-size: 12px; 
}

#tdUser{
    width:auto !important;
    text-align: right;
}

.contenedor{ display: table; empty-cells: show; border-collapse: collapse; width: 100%; height: 100%; }
#topPortal{ display: table-row; overflow: auto; height: 105px; }
#cosPortal{display: table-cell; height: 100%; overflow: hidden; }
#cosPortal iframe {width: 100%; height: 100%; border: none; margin: 0; padding: 0; display: block;}
    