@charset "UTF-8";
/* CSS Document */
#award { 
	display:block;
	width:600px;
	margin:0 auto;
}

#award select {
-webkit-appearance: none !important;
-webkit-border-radius: 0px;
background-color: #fafafa;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border: 1px solid #cccccc;
padding: 10px;
color: rgba(0, 0, 0, 0.75);
line-height: normal;
border-radius: 0;
width:100%;
margin-bottom:1.25rem;
}


#award p {
	font-size:14px;
}

.choose {
	text-align:center;
}

.badge-option {
	width:300px; 
	float:left; 
	text-align:center;
}

.badge-option h1, .point-option h1 {
		font-size:3rem;
		line-height:1.1em;
		font-family: Arial, Helvetica, sans-serif;
		text-transform:none;
		color:black !important;
		margin-bottom:0;
		margin-top:0;
}


.badge-option p, .point-option p {
margin-top:5px;
margin-bottom:20px;
}

.point-option {
	width: 300px;
	float: left;
	text-align: center;
}


#award input[type="text"], #award input[type="password"], #award input[type="date"], #award input[type="datetime"], #award input[type="datetime-local"], #award input[type="month"], #award input[type="week"], #award input[type="email"], #award input[type="number"], #award input[type="search"], #award input[type="tel"], #award input[type="time"], #award input[type="url"], #award textarea {
-webkit-appearance: none;
-webkit-border-radius: 0px;
background-color: #ffffff;
font-family: inherit;
border: 1px solid #cccccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
margin: 0 0 1rem 0;
padding: 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
#award textarea {
	min-height: 50px;
}
#award .bttn_main {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: bold;
line-height: normal;
margin: 0 0 2px;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: inline-block;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
background-color: #333;
border-color: #333;
color: #ffffff;
transition: background-color 300ms ease-out;
border-radius:5px;
}

#award .bttn_main:hover {
	background-color: #000;
	text-decoration: none;
}

#award .gray {
	background-color: #999;
}

#award a.bttn_secondary {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: block;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
background-color: #eee;
border-color: #eee;
color: #666 !important;
transition: background-color 300ms ease-out;
border-radius:5px;
float:left;
}

#award .bttn_secondary:hover {
	background-color: #ccc;
}

#award input.form_ID, #award input.edtErr-TextBox  {
	width:50%;
	float:left;
}

.alert-box{
border-style: solid;
border-width: 1px;
display: block;
font-weight: normal;
margin-bottom: 20px;
position: relative;
padding: 10px 20px 10px 20px;
transition: opacity 300ms ease-out;
background-color: #e02f0f;
border-color: #de2d0f;
color: white; 
border-radius:10px;
}

#wrapper .alert-box h1 {
color:#fff !important;
font-size: 14px !important;
}
#wrapper .alert-box p {
	font-size:11px;
	color: rgba(255,255,255,0.75);
margin-top:-5px;
margin-bottom:5px;
}
#wrapper .alert-box a.close {
font-size: 18px;
padding: 9px 6px 4px;
line-height: 0;
position: absolute;
top: 10%;
right: 0.22222rem;
color: #000;
opacity: 0.5;
background: inherit; }

#wrapper .alert-box a.close:hover {
text-decoration: none; 
opacity: 0.75;
}

.lightradius {
border-radius:5px;
background-color:#efefef;
padding:30px;
margin-bottom:20px;
display:block;
float:left;
width:585px;
}

#contentArea .bigpoints {
	border-radius: 8px;
	border:3px solid #666;
	padding:10px;
	text-align: center;
	width:100px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#contentArea .badge {
	border-radius: 1000px;
	background-color: white;
	padding:23px 20px 17px 20px;
	text-align: center;
	width:100px;
	float:left;
	margin-top:5px;
	margin-left:20px;
}

#contentArea .bigpoints h1 {
font: 4em Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	font-weight: bold;
	color:#666 !important;
	margin-bottom:0;
}
#contentArea .bigpoints h2{
	font-size:1.0em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#666 !important;
	margin-top:-10px;
	margin-bottom:0;
}

.awardinfo {
	font-family: Arial, Helvetica;
	float: left;
	margin-left:40px;
	width:370px;
}

#contentArea .awardinfo h1{
color:#000 !important;
text-transform: capitalize;
font-size: 1.5em;
}
#mybadges .awardinfo h1{
color:#000 !important;
text-transform: capitalize;
font-size: 2em;
margin-top:0;
margin-bottom:5px;
}
#mybadges .awardinfo p {
font-family: Arial, Helvetica;
font-size:12px;
color:#888;
line-height: 16px;}

#wrapper .awardinfo p.name {
font-size:12px;
margin-top:-10px;
font-style: italic;
color:#888;
}

#wrapper .awardinfo p.name span{
font-family: Arial, Helvetica;
font-weight: bold;
font-style: normal;
}

.awardinfo p {
	font-family: Georgia, Times;
	font-size:16px;
	line-height: 18px;
}

.label {
	background-color: #999;
	color:white;
	padding:5px;
	font-family: Arial, Helvetica;
	font-size: 10px;
}

/* Begin Badge Feed Style Overrides */

#right-sidebar {
margin-top:50px;
	float:right;
}

#right-sidebar .badge-option {
	margin-left:0%;
}

#contentArea.feed {
float:none;
padding:8px 0px 0px 0px;
}

#contentArea.feed  .lightradius {
padding:15px;
margin-bottom:5px;
width:613px;
}

#mybadges  .lightradius {
padding:30px;
margin-bottom:10px;
width:250px;
margin-right:7px;
text-align: center;
height: 250px;
overflow: hidden;
}

#mybadges .lightradius:hover {
height: auto;
}

#contentArea.feed .awardinfo {
	width:500px;
}

#mybadges .awardinfo {
	width:auto;
	margin-left:0;
}

#contentArea.feed .awardinfo p{
	font-family: Arial, Helvetica;
	font-size:10px;
	color:#787878;
	line-height: 14px;
}

#contentArea.feed .awardinfo p.name {
	font-family: Georgia, Times;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

#contentArea.feed .label {
float:right;
padding:0px 5px 0px 5px;
}

#mybadges .label {
margin-bottom:20px;
display:block;
padding-top:5px;
padding-bottom:3px;
width:70px;
margin:-30px auto 20px auto;
font-size: 12px;}

#contentArea.feed .badge{
	border-radius: none;
	background-color:transparent;
	padding:0;
	text-align: center;
	width:50px;
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}

#right-sidebar .bttn_main {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-weight: bold;
line-height: normal;
margin: 0 0 2px;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: inline-block;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
background-color: #333;
border-color: #333;
color: #ffffff;
transition: background-color 300ms ease-out;
border-radius:5px;
}

#right-sidebar .bttn_main:hover {
	background-color: #000;
	text-decoration: none;
}

#right-sidebar .gray {
	background-color: #999;
}

.floatleft{
	float:left;
}
.floatright {
	float:right;
}

/* End Badge Feed Style Overrides */

/* Homepage Badge Feed Styles */
#badge-feed {
	margin-top:4rem;
}
#badge-feed img {
	width:47px; height:auto; vertical-align: middle;
}
#badge-feed h1 {
color:#333 !important;
font-size:14px;
font-weight: normal;
line-height:14px;
text-transform:capitalize;
}

#badge-feed td {
	border-top:1px solid #ccc;
	padding:5px 0px 5px 0px;
}

#badge-feed td p {
	font-size: 11px;
	color:#999;
	line-height: 13px;
	margin-top:-5px;
}

#badge-feed td p span {
	text-transform:uppercase;
	font-weight: bold;
}

#badge-feed td.link {
	background:#eee;
	color:#333;
	text-align: center;
}

#badge-feed td.link:hover {
	background:#DDD;
	cursor: pointer;
}

#badge-feed td a {
	color:#666;
	font-weight: bold;
	text-transform: uppercase;
}
#badge-feed td a:hover {
	text-decoration: none;
}

#award h2, #mybadges h2 {
margin:0 0 2px;
color:#069;
}

#award h2 span, #mybadges h2 span {
color:#666;
font-size:0.8em;
}

#award .card {
	background-color: #eee;
	background-image: url('../Images/bg-card.png');
	background-repeat: repeat-x;
	border-radius: 10px;
	padding: 75px 50px 25px 50px;
	margin-bottom: 2em;
}

 
#award .card label {
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: .85em;
 float: left;
}
 
#award .card input#txtID {
 	background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

#award form .bttn_main { 
float:left; 
}

#award form .bttn_secondary {
padding:15px 35px;
font-weight:bold
}

/* End Homepage Badge Feed Styles */
