@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/* COMPANY: CLICK & PLEDGE
 * AUTHOR: Click&Pledge-ZA
 *  */
/*=== Click & Pledge default styles ===*/
/* Browser Alert */

#BrowserNote {
    float: none;
}

.wrapper {
    /*width:600px;*/
    
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5px;
    overflow: hidden;
}

.top p {
    font-family: 'Arial' !important;
    color: #848383;
    font-size: 14pt;
    line-height: 26px;
}

.top h1 {
    background: #ff6600;
    color: #fff !important;
    font-family: 'Arial' !important;
    text-align: center;
}

ul.browsers {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

ul.browsers li {
    float: left;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.footer {
    background: #eaedf1;
    padding: 20px 0;
    text-align: center;
}

.btn-continue {
    font-family: Arial;
    background: #576270;
    padding: 5px 10px;
    box-shadow: 0 2px 2px #313944;
    float: none;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 1.1em;
}

.footer a,
.footer a:hover {
    color: #333;
    font-weight: normal;
    text-decoration: underline;
}

.browsers li.span1 {
    float: left;
}
/* --END Browser Alert--- */
/* --JavaScript Error --*/

noscript h3 {
    color: red;
    font-weight: bold;
}

#form-cover-noscript {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    min-height: 100%;
}

noscript h3,
.h3-noscript {
    z-index: 999;
    position: absolute;
    -moz-position: absolute;
    -webkit-position: absolute;
}

noscript em,
.em-noscript {
    z-index: 999;
    position: absolute;
    margin-top: 50px;
    left: 1px;
    text-align: left;
}
/* -- END JavaScript Error --*/

.glyphicon-asterisk {
    color: #B91B1E !important;
}

.popup_message {
    padding: 10px 0 !important;
}
/* START Error CSS */

label.error {
    display: none !important;
}

input.error,
select.error,
textarea.error {
    background: #FC9A9A;
    color: #fff;
}

#Errs .modal-content,
#Accountids-error .modal-body {
    padding: 10px !important;
}

#ValidationErrs label.error {
    display: list-item !important;
    list-style: inside disc;
}
/* END Error CSS */

span.CustomQ {
    display: none;
}

/* Android Standard browser select styles */
.browser-android select.form-control{
	-webkit-appearance: listbox;
  background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==); /* a simple arrow img */
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  padding-top:0px !important;
}
/* END Android Standard browser select styles */

body {
    background-color: transparent !important;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
	line-height:1.4em !important;
}

h5{
	font-weight:bold !important;
}

label {
    font-weight: normal !important;
}

input,
select,
textarea {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
	color:#000 !important;
	resize:none;
}

input[type='radio'],
input[type='checkbox'] {
    margin-right: 10px !important;
	display:none;
}

select {
    color: #000 !important;
}

select option {
    color: #000 !important;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

select {}

#MainWrapper {
    padding-bottom: 10px;
}

.form-title {
    color: #0083be;
}

.sub-sub-titles {
    font-weight: bold;
    font-size: 1.2em;
}

#Frequency .col-sm-2 {
    padding: 0;
}

section {
    margin-bottom: 0.5em;
}

legend{
	  color: #155180 !important;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1em !important;
  border-bottom: 2px solid #155180 !important;
  padding: 10px 0 0 !important;
}

#PostData {
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	text-transform:uppercase;
    float: right;
    width: 244px;
    background-color: #EA7716 !important;
}

#DonationLevels label, .custom-section label{
	color:#fff;
}

#DonationLevels section, .custom-section label{
	background-color:#155180;
	padding:5px 5px;
	width:100%;
	margin-bottom:2px;
	border-radius:4px;
}


#ContactInfo section, #OrgInfo section, #PaymentInfo section{
	  padding-left:0;
}

.custom-section{
	margin-right:0 !important;
	margin-top:10px;
	margin-bottom:10px;
}

#Tribute-Details section input, #Tribute-Details section select{
	margin-bottom:10px;
}

/*input[type=radio]{
	display:none;
}*/

.radio-btn{
	display:block;
	float:left;
	width:15px;
	height:15px;
	border: 2px solid #fff;
	margin:5px 10px 5px 5px;
	border-radius:50px;
}

.rdo-active{
	
}

.rdo-dot{
	display:block;
	float:left;
	background-color:#fff;
	border: 2px solid #155180;
	border-radius:50px;
	width:12px;
	height:13px;
	position:relative;
	top:-20px;
}

.chk-btn{
	display:block;
	float:left;
	width:15px;
	height:15px;
	border: 2px solid #fff;
	margin:5px 10px 5px 5px;
	  border-radius: 2px;
}

.chk-dot{
	display:block;
	float:left;
	background-image:url(../images/checked-bg.png);
	background-repeat:no-repeat;
	width: 20px;
  	height: 20px;
	position:relative;
	top:-20px;
}

.other-sec{
	background-color:transparent !important;
}

.custom-label{
	margin-bottom:5px;
	display:block;
}