/* UserPreferences CustomStyle.css */

@font-face {
  font-family: 'Roboto';
  src: url('<BaseURL>servlet/eAndar.WebFileLibrary/31/3639373439/Roboto.ttf');
}
@font-face {
  font-family: 'RobotoCondensed';
  src: url('<BaseURL>servlet/eAndar.WebFileLibrary/31/3639373530/RobotoCondensed.ttf');
}
@font-face {
  font-family: 'LeagueGothic';
  src: url('<BaseURL>servlet/eAndar.WebFileLibrary/31/3639373438/LeagueGothic.ttf');
}

.pureCssMenui {
    background: transparent !important;
    color: #ffffff;
}

.GeneralBlueMainContent {
	margin-top: 150px !important;
	margin-bottom: 20px;
}

.Page-Article.ePledge h1 {
	display: none;
}

div.donate {
    background-color: #f57814;
    width: 200px;
    height: 65px;
    padding: 10px;
    margin: 25px;
    color: white;
}

/*ICON COLOR*/
.PledgeTypeSelection .TypeSelection-Items label.RadioLabel {
color: #003366;
border: 1px solid lightgray;
border-radius: 5px;
}
/*SELCTED ICON BG/COLOR*/
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + span +  label.RadioLabel,
.PledgeTypeSelection .TypeSelection-Items input[type="radio"]:checked + label.RadioLabel {
background-color: #76a3db;
color: #fff;
}

.float{
	position:fixed;
	width:140px;
	height:45px;
	bottom:25px;
	right:25px;
	background-color:#76a3db;
	color:white;
	border-radius:1px;
	text-align:center;
	box-shadow: 2px 2px 2px #999;
}

.button-float{
	font-style: normal;
	position: relative;
	bottom: 22px;
}

body  { 
   background-color: white; 
   line-height: 1.5;
   -webkit-text-size-adjust : 100%; 
   font-family: Roboto;
}

div.uwsl {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
    border: none;
    background-color: #f3f3f3;
    color: #575d61;
}

div.uwslmessage {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
    border: none;
    background-color: #ffffff;
    color: black;
}

div.reportbutton
{   height: 30px;
    width: 250px;
    position: relative;
    vertical-align: middle;
}

div.reportbuttonwide
{   height: 30px;
    width: 300px;
    position: relative;
    vertical-align: middle;
}

span.reportbutton
{
    background: #76a3db;
    opacity: 1;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding: 5px;
    color:white;
    font-family: Roboto;
    font-size:14px;
    font-weight:normal;
    vertical-align: middle;
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
}

div.reportbox
{   min-width:320px;
    max-width:750px;
    margin: auto;
    padding: 10px;
    background: white;
    border: 2px solid transparent;
}

div.reportboxwarn
{   min-width:320px;
    max-width:750px;
    margin: auto;
    padding: 20px;
    background: #ffe8e1;
    border: 2px solid #ff6f57;
}

div.reporttextbox
{   min-width:320px;
    max-width:750px;
    margin: auto;
    padding: 10px;
    background: white;
}

.ytwrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
}
.ytwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.GeneralBlueTop2 {
    background-color: #003366 !important;
}

.PortletMenu {
    position:relative;
    text-align: center;
}

section#profileBar {
    display:none !important;
}

form[name=LoginForm] {
  background-color: rgba(255, 255, 255, 0.5) !important;
  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;
}

.GeneralBlueMainPage {
    margin: 20px 0;
    background-color: white !important;
}
