
/* 
    Author apvjx (cristian.ulloa@agfa.com)
    Version 1.0
*/

body {
    background-image:url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/background_light.jpg");
    width: 99%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title {
    position:relative;
    display:inline-block;
    padding:100px;
  }
  
.title:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:-1;
  opacity:0.2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  border-radius: 15px 50px;
}

 .outer {
    position: absolute;
    display: table;
    width: 99%;
    height: 99%;
    text-align: center;
}
 
 .middle {
    display: table-cell;
    vertical-align: middle;
}
 
 .inner {
    text-align: center;
    display: inline-block;
    width: auto;
    font-size: 1.1em;
}

h1.a {
    font-family: sans-serif;
    color: white;
}

h2.a {
    font-family: sans-serif;
    color: aliceblue;
}

h3.a {
    font-family: sans-serif;
    color: aliceblue;
}

.recoverPassword {
    font-family: sans-serif;
    font-size: 13px;
}

.footer {
    font-family: sans-serif;
    font-size: 10px;
    color: graytext;
}

.home-icon {
    background-image: url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/home.png") !important;
}

.exit-icon {
    background-image: url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/exit.png") !important;
}

.user-account-icon {
    background-image: url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/user_account.png") !important;
}

.view-study-icon {
    background-image: url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/view_study.png") !important;
}

.help-icon {
    background-image: url("/PatientPortal-1.0-SNAPSHOT/faces/javax.faces.resource/images/help.png") !important;
}

.ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;;
    font-size: 0.9em !important;;
}

.iframe-container {
  overflow: hidden;
  padding-top: 47%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0; 
   position: absolute;
   top: 0;
   width: 100%;
}