/* CSS Document */

body {
    font-family: "Quattrocento Sans";
    font-size: medium ;
    line-height: 1.231 ;
    background-image: url('../images/background_image.png');
    background-size: cover;
}

.removeMarginTop{
  margin-top: 0px !important;
}

.input_error{
  border: 2px solid red !important;
}

.error_text{
  color:red;
  font-weight: bold;
  font-size: 15px;
  display: none;
  margin: 0px 0px 5px 0px;
}

.highlight_word{
  border: 2px solid grey !important;
  border-radius: 5px;
  color: white;
  background: black;
}

.menu #horizontalMenu > .active > a {
	background-color: #ce4730;
}

.hide1 {
	display:none;
}

.titleText {
	font-size: 36px;
	font-weight: bolder;
    color: #333333 !important;
    font-family:Quattrocento Sans !important;
    line-height: 1.231;
    text-decoration: none !important;
}

.bylineText {
	font-size: 18px;
	font-style: italic;
	color: #333333;
    font-family:Quattrocento Sans !important;
}

.p10 {
	font-size: 10px;
}

.p12 {
	font-size: 14px;
}

.p13 {
	font-size: 13px;
}

.p14{
	font-size: 14px;
}

.p15{
	font-size: 15px;
}

.p16 {
	font-size: 16px;
}

.p17 {
	font-size: 17px;
}

.p20 {
	font-size: 20px;
}

.p-left{
    text-align: left;
}

.p-center {
	text-align:center;
}

.p-justify {
	text-align:justify;
}

.p-italics {
	font-style:italic;
}

.white-color{
	color:#FFF;
	text-align:justify;
}

.gray-color{
	color:#333333;
	text-align:justify;
	font-weight:bold;
}
/*
#amount_span {
    padding-left: 60%;
}
*/
.white-color1 {
	color: #FFF;
}

.span-div {
	margin-top: -16px;
	float:left;
	/*padding-left: 12px;*/
	width: 100%;
}

.span-table {
	width: 100%;
	padding: 4px;
}

.span-table tr td{
  width:33%;
  padding-top:1%;
  text-align: center;
}

.span-table tr td {
	width: 33%;
	float:left;
	text-align:center;
    padding-top: 1%;
    padding-right: 11%;
}

#instruction{
	font-weight: 100;
    text-align: center;
}

#wrapper .baricon {					/*progress tracker */
	display: inline-block;
	border-radius: 50%;
	min-width: 26px;
    min-height: 26px;
	width:auto;
    height: 26;
    padding: 4px;
	text-align: center;
	background-color: #3C3C3C;
	color: #FFF;
	margin-right: -1.4px;
}


#donationDate, #recurringCycles, #recurringFrequency {
	float: right;
    padding-right: 1%;
}

.recurring-table tr td {
	width: 65%;
	vertical-align: middle;
}

.recurring-table tr td input, .recurring-table tr td select {
	width: 155px;
}

#tabbedPanels .baricon1 {						/*Tabs*/
	display: inline-block;
	border-radius: 50%;
	width:auto;
	min-width: 51px;
    min-height: 51px;
    height: auto;
    padding: 8px;
	text-align: center;
	border: 1.5px solid #222222;
}

.TabbedPanelsTabSelected .baricon1 {
	background-color: #ce4730;
	color: #FFF;
}

.owtg {						/*Tabs */
	margin-top: 10px;
}

.form-group{
	width: 100%;
	float:none;
	clear:both;
}

.donate-frequency {					/* page1 frequency buttons */
     margin:0;
     padding:0;
}

.donate-frequency label {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	/*padding: 0.1em 0.4em;*/      /*Nicole changed from 0.3em 0.3em*/
    padding: 0.3em 0.3em;
	text-align: center;
    /*border:1px solid #CCC; */
    cursor:pointer;
}

.donate-frequency input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.donate-frequency input[type="radio"]:checked + label, .Checked + label {
  	background-color: #0d8644;
	color: #FFF;
}

.donate-frequency label:hover {
     background: #0d8644;
}

table tr td input, table tr td select{
	border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 1px;
    height: 40px;
	text-align: center;
	width: 100%;
}

p input[type="radio"], p input[type="checkbox"]{
	border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 20px;
	height: 20px;
}

table tr td select{
	width: 49.3%;
}

.table2{
	max-width: 350px;
}

.dropDownBox{
	width: 100% !important;
}

select:required:invalid {
  color: gray;
}

option[value=""][hidden] {
  display: none;
}

option {
  color: black;
  text-align:center !important;
}

.list-pad {
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width: 481px) {
table tr td select{
	width: 49.38%;
}

.table2{
	max-width: 500px;
}

}
@media only screen and (min-width: 767px) {
table tr td select{
	width: 49.2%;
}

.table2{
	/* [disabled]max-width: 200px; */
}

}

.amount-entry input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.amount-entry input[type="text"] {
     border:1px solid #ccc;
     border-radius: 4px;
     border-style: solid;
     width: 100%;
     height:40px;
     text-align:center;
     margin: 0px auto;
}

.amount-entry input[type="number"] {
     border:1px solid #ccc;
     border-radius: 4px;
     border-style: solid;
     width: 100%;
     height:40px;
     text-align:center;
     margin: 0px auto;
}

.amount-entry input[type="radio"]:checked + label, .Checked + label {
  	background-color: #0d8644;
	color: #FFF;
    margin-bottom: auto;
}

.amount-entry label {
     padding: 10px 5px;
	 text-align: center;
     cursor:pointer;
	 font-size: medium;
     font-weight: normal;                        /* to overwrite Bootstrap's bold font */
}

.amount-entry label:hover {
    background:#0d8644;
    margin-bottom: auto;
}

.donate-payment, .donate-payment1 {					/* page3 frequency buttons */
     list-style-type:none;
     margin: 10px 0 0 0;
     padding:0;
}

.donate-payment li {
     float:none;
     margin:0 5px 0 0;
     width: 100px;
     height: 71px;
     position:relative;
	 display: inline-block;
	 /*background-color: #222222;*/
}

.donate-payment label {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	padding: 0.6em 0.55em;
	text-align: center;
    cursor:pointer;
	padding-bottom: 0;
}

.donate-payment label img {
	width: 100%;
	height: 51px;
}

.donate-payment1 label img{
	width: 23%;
	height: 51px;
}

.donate-payment input[type="radio"], .donate-payment1 input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.donate-payment input[type="radio"]:checked + label,.donate-payment1 input[type="radio"]:checked + label, .Checked + label {
  	background-color: #0d8644;
	color: #FFF;
}

.donate-payment label:hover, .donate-payment1 label:hover {
     background:#0d8644;
}

div#paymentMeansTopRow ul li.selected:after, div#paymentMeansBottomRow ul li.selected:after {
	width: 0;
    height: 0;
    position: absolute;
    content:"";

    display:block;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #0d8644;
    left: 50%;
	top: 69px;
    margin-left: -11.5px;
}

.donate-payment1 li {
	 float:none;
     width: 100%;
     height: 74px;
     position:relative;
	 display: inline-block;
	 /*background-color: #222222;*/
}

.donate-payment1 label {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	padding: 0.63em 0.55em;
	text-align: center;
    cursor:pointer;
}

.donate-owtg {					/* Other ways to give buttons */
     margin: 0 0 0 0;
}

.donate-owtg label {
	padding: 5.5% 13%;
	text-align: center;
    cursor:pointer;
}

.donate-owtg input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

.donate-owtg input[type="radio"]:checked + label, .Checked + label {
  	background-color: #0d8644;
	color:#cde3a9 !important;
  height:120px;
}

.donate-owtg label:hover {
     background:#0d8644;
}

/* Dropdown Button */
.dropbtn {
    background-color: #004068;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 30px;
     margin-left: 30px;
     margin: 0px;
     height: 40px;
     top: 0px !important;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
/*    background-color: #002040;*/
     	box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;

}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #002040;
	list-style-type: none;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #333333 !important;
    text-decoration: none !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #333333 !important;
    text-decoration: none !important;
     background-color: #f1f1f1;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#text1 {
	padding: 0 10px 0 10px;
}

/* confirm page checkbox - send updates */
.roundedTwo {
	width: 28px;
	height: 28px;
  background: #dddddddd;
  border: 5px solid #004068;
  float: left;
/*
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	position: relative;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 1px;
	top: 0px;
/*
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #0d8644;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
input[type=checkbox] {
    visibility: hidden;
}


/* Radio buttons in bank transfer form */
.bt-radio {
	width: 28px;
	height: 28px;
	background: #004068;
  border: 5px solid #0d8644;
	float: left;
  /*
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.bt-radio-text {
	font-size: 15px;
	text-align:left;
	margin-left:40px;
}

#bankTransferForm input[type="radio"] {
    display:none;
}

#bankTransferForm input[type="radio"] + label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 1px;
	top: 1px;
  /*
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

#bankTransferForm input[type="radio"] + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #dddddd;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#bankTransferForm input[type="radio"]:checked + label:after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#bankTransferForm input[type="radio"] + label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#captcha_img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#captcha_label {
    text-align: center;
    padding-top: 5%;
}

#captcha_btn {
    margin-top: 2%;
}


#submit2 {
    margin-top: 2%;
}

.faq-arrow{
  width:16px;
	float: left;
  margin-right:10px;
}

table tr td.td-width70 {
	width: 70%
}

#owtgBottomRow {
	padding-top: 20px;
}

::-webkit-datetime-edit { padding: 15px; }

.header_details {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-family:Quattrocento Sans !important;
}

.contactHeaders {
    font-weight: 700;
    color: #333333;
    font-size: 20px;
}

.contact_table1 tr td, .contact_table2 tr td {
	padding:10px;
}

.contact_table1 tr:first-child td:last-child .contactHeaders::after,.contact_table2 tr:first-child td:last-child .contactHeaders::after{
    content : "E-mail";
}

#client_name a,#client_name_block,.deskofficer_name a,.deskofficer_name_block{
  color:#004068 !important;
  line-height: 1.6em;
  font-weight: bold;
}

#client_nameq,#deskofficer_nameq{
  position: fixed;
  margin-left:-5000px;
  color: transparent;
}


#deskofficer_firsTname::before{
  content : "123";
}

.deskofficer_firstName::before{
  content : "donations";
}

#deskofficer_firsTname::after{
  content :"\0040";
}

.deskofficer_firstName::after{
  content :"\0040";
}

#deskofficer_middlEname::before{
  content : "px";
}

.deskofficer_middleName::before{
  content : "allegrosolutions";
}

#deskofficer_middlEname::after{
  content : "\002e";
}

.deskofficer_middleName::after{
  content : "\002e";
}

#deskofficer_lasTname::before{
  content : "com";
}

.deskofficer_lastName::before{
  content : "org";
}

#dof_contact p,#dof_contact a{
  font-size: 15px !important;
}

#dof1,#dof2,#dof3,#dof4,#dof5,#dof6{  /*main div*/
  display: inline;
}

#dof1 div,#dof1 p,#dof2 div,#dof2 p,#dof3 div,#dof3 p,#dof4 div,#dof4 p,#dof5 div,#dof5 p,#dof6 div,#dof6 p{ /* contents after replacement */
  display: inline;
}
