/* UserPreferences CustomStyle.css */

body  { 
   background-color: white; 
   line-height: 1.5;
   -webkit-text-size-adjust : 100%; 
   font-family: Roboto;
}

.PortletMenu {
    position:relative;
    text-align: center;
}

.GenericResponsiveTop1 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 55px;
    background-color: white;
}

.GenericResponsiveTop2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 55px;
    width: 100%;
    background-color: #003366;
    opacity: 1.00;
    color:#ffffff;
}

.pureCssMenui {
    background: #003366;
    color: #ffffff;
}

.pureCssMenu.pureCssMenum ul:hover {
    background: #425e6f;
    color: #539ed0;
}

section#profileBar {
    display:none !important;
}

/*Background Image*/
/*
.Role--All { 
background: rgba(147, 149, 152, 0) 
url("https://www.epledge.uw.org/epledge/UserPreferences/Gen/GenBkdCrop19WB.png") repeat scroll 0 0; 
background-repeat: no-repeat; 
background-size: cover; 
width:100%; 
height:100%; 
}
*/

.Role--All { 
background-color: whitesmoke;
}

/* Subtle Buttons */
.SubtleButtons .button {
    display: inline-block;
    margin: 0.5em;
    padding: 0.3em 0.7em;
    font-size: 14px;
    color: white;
    background-color: #76a3db;
    font-family: Roboto;
    border-radius: 4px;
}

.SubtleButtons .button:hover {
    color: lightgray;
    text-decoration: none;
}

.SubtleButtons .button.subtle-btn-focus {
    color: #0c1580;
    font-weight: bolder;
}

.SubtleButtons.SubmitDisabled .button {
    color: #cccccc;
}
/* Subtle Buttons END */

form[name=LoginForm] {
  background-color: rgba(255, 255, 255, 1);
  width: 350px;
  margin: auto;
  border: 0px solid lightgray;
  border-radius: 10px;
  box-shadow: 2px 2px 2px lightgray;
}

div.FormFields.LoginFields {
  margin: 1em auto;
  width: 100%;
}

nav.LoginButtonPanel {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 10px;
}