﻿.benevolencewrapper {
    --themecolor: #6245a2;
    --themecolor2: #19abab;
    --themecolor: #333333;
    --themecolor2: #656565;
}

.benevolencewrapper img
{
    border: 0px;
}

.benevolencewrapper .table, .benevolencewrapper .bentable
{
    display: table;
}

.benevolencewrapper .table > div, .benevolencewrapper .bentable > div
{
    display: table-row;
}
.benevolencewrapper .table > div > div, .benevolencewrapper .bentable > div > div
{
    display: table-cell;
    vertical-align: middle;
}
.benevolencewrapper .table.top > div > div, .benevolencewrapper .bentable.top > div > div, .benevolencewrapper table.top td
{
    vertical-align: top;
}
.benevolencewrapper .table.middle > div > div, .benevolencewrapper .bentable.middle > div > div, .benevolencewrapper table.middle td
{
    vertical-align: middle;
}
.benevolencewrapper .table.full, .benevolencewrapper .bentable.full, .benevolencewrapper table.full
{
    width: 100%;
}
.benevolencewrapper .table.padded > div > div, .benevolencewrapper .bentable.padded > div > div, .benevolencewrapper table.padded td, .benevolencewrapper table.padded th
{
    padding: 4px;
}

.benreporttable{
    font-size: 13px;
    border-spacing: 0px;
    border-collapse: separate;
}
.benreporttable th{
    background-color: #cfcfcf;
    color: black;
    font-weight: bold;
}
.benreporttable th, .benreporttable td{
    padding: 8px;
}
.benreporttable .benaltrow td, .benreporttable .even td{
    background-color: #e3e3e3;
}

.benevolencewrapper .required
{
    color: Red;
    padding-left: 2px;
}
.benevolencewrapper label.error, .benevolencewrapper span.error, .benevolencewrapper label.beninvalid, .benevolencewrapper span.beninvalid {
    font-size: 12px;
    color: red;
    padding-left: 2px;
}
.benevolencewrapper input.error, .benevolencewrapper select.error, .benevolencewrapper input.beninvalid, .benevolencewrapper select.beninvalid {
    border: solid 2px red !important;
}

.benevolencewrapper .mask
{
    background-color: #777;
	filter:alpha(opacity=40);
	opacity: .40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /*--IE 8 Transparency--*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3000;
}
.benevolencewrapper .imagebutton {
    cursor: pointer;
}

/* Standard/Global */
.benevolencewrapper {
    line-height: 1.2;
}
.benevolencewrapper .heading1, .benh1 {
    font-size: 30px;
}
.benevolencewrapper .heading2, .benh2 {
    font-size: 24px;
}
.benevolencewrapper .heading3, .benh3 {
    font-size: 18px;
    font-weight: bold;
}
.benevolencewrapper .heading4 {
    font-size: 15px;
    font-weight: bold;
}
.benevolencewrapper .headingicon{
    margin: 6px 12px;
}
.benevolencewrapper a:not(.button) {
    color: var(--themecolor);
    text-decoration: none;
}
.benevolencewrapper .bottomborder{
    border-bottom: 1px #dfdfdf solid;
    margin-bottom: 4px;
}
.bentableheading{
    background-color: #d3d3d3;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}
.table.form > div:not(.hidden):nth-child(odd) > div, .bentable.form > div:not(.hidden):nth-child(odd) > div {
    background-color: #fafafa;
}
.table.form > div > div, .bentable.form > div > div{
    background-color: #fafafa;
}
.table.form, .bentable.form{
    width: 100%;
}
.table.form > div > div, .bentable.form > div > div, .bentableheading{
    padding: 4px;
}
.table.form > div > div, .bentable.form > div > div{
    width: 50%;
    /*text-align: right;*/
}
.table.form > div > div + div, .bentable.form > div > div + div{
    width: 50%;
    text-align: left;
}
.button {
/*    background-color: #5a4099; */
    background-color: var(--themecolor);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-collapse: collapse;
    border: 0;
    border-radius: 2px;
    min-width: 100px;
    padding: 14px 6px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.button2 {
    background-color: var(--themecolor2);
}
.benp2pbutton {
    font-size: 28px;
    padding: 10px 0px;
    width: 100%;
}
.large {
    min-width: 140px;
    padding: 24px 10px;
    border-radius: 3px;
}
.small{
    padding: 8px 4px;
}
.squarebutton{
    width: 139px;
    height: 139px;
    color: white;
    background-color: #333333;
    display: table-cell;
    border-radius: 8px;
    vertical-align: middle;
}
.squarebutton:hover{
    background-color: #828282;
}
.squarebutton .fa {
    font-size: 70px;
    color: white;
    margin: 0px;
}
.squarebutton span {
    color: white;
}
.cancel{
    background-color: #606060 !important;
}
a.button .fa, span.button .fa, input.button .fa, .fa {
    margin-right: 7px;
    font-size: 12px;
}
a.button.notext .fa, span.button.notext .fa, input.button.notext .fa {
    margin-right: 0px;
}

.benevolencewrapper input[type=text], .benevolencewrapper .textbox, .benevolencewrapper select, .benevolencewrapper .dropdown{
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 4px;
}
.watermark
{
    color: #777;
}
.benthemecolor {
    background-color: #7665b5;
}
.benthemeborder {
    border-color: #7665b5;
}

/* Home HQ */
#benHome {
    max-width: 1180px;
    margin: 0px auto;
}
.benmyhqheader{
    background-color: #7665b5;
    color: white;
}
.fundraisinggoal{
    margin-bottom: 10px;
}
.fundraisinggoal a{
    font-size: 10px;
    font-weight: normal;
}
.goalthermometer_mygoal{
    
    font-weight: bold;
}
.fundraisinggoal_totalraised{
    font-size: 42px;
}
.goalthermometer_raisedof {
    color: #696969;
    font-size: 18px;
}
.fundraisinggoal_generalteamfunds {
    color: #8b8b8b;
}
.goalthermometer{
    font-size: 18px;
    margin-top: 8px;
    color: #5f5f5f;
}
.goalthermometer_outer
{
    width: 100%;
    background-color: #e0e0e0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.goalthermometer_inner{
    width: 0%;
    height: 10px;
    background-color: #7867b5;
    background: -webkit-linear-gradient(#8878bf, #6151a3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#8878bf, #6151a3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#8878bf, #6151a3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#8878bf, #6151a3); /* Standard syntax */
}
.goalthermometer_percentage{
    position: absolute;
    left: 10px;
    top: 6px;
    color: white;
    font-size: 10px;
    display: none;
}
.p2pfundraisingwidget {
    padding: 14px 20px 30px 20px;
    filter: drop-shadow(3px 3px 6px #ccc);
    background-color: white;
    border-radius: 6px;
}

.myprogress {
    margin: 25px 8px;
}
.myprogress_bar{
    margin: 10px 10px;
    background-repeat: repeat-x;
    background-position: 0px 20px;
    width: 92%;
    max-width: 484px;
    height: 50px;
}
.myprogress_bar img{
    /*display: block;*/
}

.hometab, .emailtab {
    width: 132px;
    display: inline-block;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding: 19px 0px;
    font-size: 12px;
    color: white !important;
    margin-right: 5px;
    background-color: var(--themecolor);
    background: -webkit-linear-gradient(#f9fafa, #dfdfdf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f9fafa, #dfdfdf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f9fafa, #dfdfdf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f9fafa, #dfdfdf); /* Standard syntax */
    background: -webkit-linear-gradient(var(--themecolor), var(--themecolor)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(var(--themecolor), var(--themecolor)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--themecolor), var(--themecolor)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(var(--themecolor), var(--themecolor)); /* Standard syntax */
    border: 1px solid #d8d8d8;
    border-bottom: 0px;
    margin-bottom: -1px;
    cursor: pointer;
}
.hometab.active, .emailtab.active{
    color: #333333 !important;
    font-weight: bold;
    background-color: #f9fafa;
    background: -webkit-linear-gradient(#dfdfdf, #f9fafa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dfdfdf, #f9fafa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dfdfdf, #f9fafa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dfdfdf, #f9fafa); /* Standard syntax */
}
.hometabpanel, .emailtabpanel{
    background-color: #f9fafa;
    border-top: 1px solid #d8d8d8;
    display: none;
    /*position: relative;
    z-index: 10;*/
    padding: 22px 44px;
    min-height: 400px;
}
.hometabpanel.active, .emailtabpanel.active{
    display: inherit;
}

.benoverviewp2purl {
    width: 430px;
    display: inline-block;
    font-weight: bold;
}
.ben-responsive-menu {
    min-width: 1050px;
}

#benemailcontactstable td {
    padding: 5px;
}
#benemailcontactstable td:last-child {
    padding: 1px;
}
#benemailcontactstable .heading{
    font-weight: bold;
}

.submitvote {
    display: none;
    position: relative;
    z-index: 2000 !important;
}
.bencontestitem {
    position: relative;
    padding: 12px;
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin: 8px;
    background-color: white;
}
.bencontestitem:hover {
    background-color: #ddd;
}
.bencontestitem div {
    color: black !important;
}
.bencontestitem img {
    width: 200px;
}
.bencontestitem.benselected {
    background-color: lightgreen;
}

#bentxtMessageBoardMessage {
    margin-top: 4px;
    border: #ddd solid 1px;
    padding: 4px 8px;
    width: calc(100% - 18px);
}
#benmessageboard .benmessage {
    background-color: white;
    padding: 12px;
    margin-top: 10px;
    border: solid 1px #ddd;
    font-size: 11px;
}
#benmessageboard .benmessagechild {
    margin-top: 0px;
    border-top: 0px;
    margin-left: 20px;
}
.bensponsorimg {
    position: relative;
    padding: 20px;
    vertical-align: middle;
    max-width: 225px;
    max-height: 225px;
}

.benregistrantlisting {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.benregistrantlisting a {
    height: 280px;
    width: 280px;
    display: inline-block;
}
.benregistrantlistingname {
    font-weight: bold;
}

/* Personal Page */
#benhomepersonalpage .urltextbox {
    font-size: 22px;
    padding: 4px 6px;
}
.personalpageediticon{
    position: absolute;
    top: 3px;
    right: 3px;
}
.p2pdonate
{
    padding: 30px 0px;
}
.benp2ptitle {
    text-transform: uppercase;
    color: var(--themecolor2);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
    font-family: Calibri, Arial, sans-serif;
}
.benp2psubtitle {
    color: var(--themecolor);
    font-size: 32px;
    font-weight: bold;
}
.benp2pheaderimage {
    margin: 10px 0px;
}
.benp2pheaderimage img {
    max-height: 400px;
    max-width: 100%;
}
.p2pteam {
    padding: 26px 8px 26px 8px;
    border-top: 3px solid #e7e7e7;
    font-weight: bold;
}
.p2pmyteam {
    color: var(--themecolor2);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
}
.p2pteamname {
    font-size: 16px;
    color: #878c8f;
}
.p2pteamlinks a:not(.button) {
    font-size: 13px;
    text-transform: uppercase;
    color: #f4762c;
}
.p2phonorroll {
    padding: 26px 8px 8px 8px;
    border-top: 3px solid #e7e7e7;
    font-weight: bold;
}
.benteamcaptainstar{
    color: white;
    font-size: 9px;
    background-color: #5a4099;
    border-radius: 8px;
    padding: 1px 2px 2px 3px;
    margin-left: 8px;
    margin-top: 4px;
    vertical-align: top;
}
.p2phonorroll .dataTables_info{
    display: none;
}
/*.p2phonorroll table.dataTable.hover tbody tr:hover, .p2phonorroll table.dataTable.display tbody tr:hover {
    background-color: transparent;
}*/
.benp2pbadge {
    border-radius: 50%;
    background-color: #ccc;
    width: 70px;
    margin: 12px 4px;
}
.benp2pbadgeactive {
    background-color: #7665b5;
}

/* Teams */
.benjointeamresult {
    padding: 5px;
    cursor: pointer;
}
.benjointeamresult:hover{
    background-color: #dddddd;
}

/* Form */
.benevolencewrapper .hidden{
    display: none !important;
}
.regtypecatheading
{
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}

.benfpprofilepic {
    width: 100px;
    height: 100px;
    text-align: center;
}
.benfpprofilepic img {
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
}
.benfptitle {
    font-size: 26px;
    font-weight: bold;
    min-height: 35px;
}
.benfpsubtitle {
    min-height: 26px;
}
.benfpthermometer {
    font-size: 18px;
    margin-top: 8px;
    color: #5f5f5f;

}
.benfpthermometer_outer {
    width: 100%;
    background-color: #e0e0e0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 3px;
    border: solid 1px #ccc;
    background: -webkit-linear-gradient(#f0f0f0, #d0d0d0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f0f0, #d0d0d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f0f0, #d0d0d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f0f0, #d0d0d0); /* Standard syntax */
}
.benfpthermometer_inner {
    width: 0%;
    height: 24px;
    background-color: var(--themecolor);
    border-radius: 3px 0px 0px 3px;
}
.benfpthermometer_percentage{
    position: absolute;
    right: 10px;
    top: 5px;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.benteamfindtable > div:nth-child(odd) {
    background-color: #eeeeee;
}
.benrecaptcha {
    margin: 10px 0px 10px auto;
    padding: 10px;
    width: 330px;
    border: solid 1px #cfcfcf;
    font-size: 16px;
}
.benevolencewrapper .g-recaptcha > div{
    margin: 10px auto 0px auto;
}

#ben-card-element {
    margin: 8px 0px;
    background-color: #caf9ce;
    padding: 10px;
    border: solid 3px #777;
}

.bentributecardsdiv {
    
}
.bentributecardsimages div {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding: 8px;
}
.bentributecardsimages img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
.bentributecardyours {
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 6px;
}
.bentributecardsdiv input[type=text], .bentributecardsdiv textarea, .bentributecardsdiv select {
    display: block;
    margin-top: 10px;
}
.bentributecardsemailwrap {
    max-width: 500px;
    border: solid 8px #bbb;
    border-radius: 20px;
    padding: 30px;
}
.bentributecardsdiv label {
    font-weight: bold;
    font-size: 18px;
}
.bentributecardsdiv textarea {
    padding: 10px 14px;
    line-height: 1.4;
}
.bentributecardsdiv [xed=fieldheading] {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
}
.bentributecardsdiv [xed=heading] {
    font-size: 24px;
    padding: 20px 0px;
}
/* Form out */
/* Manage Account */
#benmanageprofilewrap {
    display: table;
}
#benmanageprofilewrap > div {
    display: table-row;
}
#benmanageprofilewrap > div > div {
    display: table-cell;
    vertical-align: top;
}
#benmanageprofilesidenav{
    width: 200px;
    font-weight: bold;
}
#benmanageprofilesidenav ul{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
#benmanageprofilesidenav li{
    padding: 9px 20px;
    border: solid 2px #e5e5e5;
    cursor: pointer;
    position: relative;
    list-style: none;
    background-color: #f7f7f7;
}
#benmanageprofilesidenav li.benactive{
    background-color: #7c7f80;
    border-color: #7c7f80;
    color: white;
}

#benmanageaccountcontent {
    padding-left: 40px;
}

.benmanageaccountpanel{
    display: none;
}
.benmanageaccountpanel.benactive{
    display: inherit;
}
/* Manage Account out */

.bentopindividualsteams .table > div > div, .bentopindividualsteams .bentable > div > div{
    padding: 2px;
}
.bentopfundraisersitems {
    display: flex;
    text-align: center;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: center;
    font-size: 12px;
    line-height: 1.5;
}

.bentopfundraisersitems > div {
    justify-content: center;
    width: 115px;
    margin: 6px;
}

.bentopfundraisersitems img, .bentopfundraisersitems span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bentopfundraisersitems img {
    max-width: 82px;
    max-height: 82px;
    margin: 10px auto;
}

.bentopfundraisersitems .bentopfundraisersname {
    min-height: 36px;
    margin-bottom: 2px;
    font-weight: bold;
}

.bentopfundraisersheading {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0px 6px 0px;
}
/* Popup */
.benevolencewrapper .fade, .benevolencewrapper .benfade {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    opacity: .70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
    left: 0;
    top: 0;
    z-index: 2147483647;
}

.benevolencewrapper .hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.benevolencewrapper .popup_block {
    background: white;
    /*border: 5px solid #333333;*/
    /*float: left;*/
    width: 625px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin: 0 0 0 -323px;
    z-index: 2147483647;
    border-radius: 8px;
}
.benevolencewrapper.fixed .popup_block, .benevolencewrapper .popup_block.fixed {
    position: fixed;
}
.benevolencewrapper .popup_block .popup {
	background: white;
    padding: 20px;
}

.benevolencewrapper .popup img.cntrl {
	position: absolute;
	right: 0px;
	top: 2px;
}

/* IE6 hack */
*html .benevolencewrapper .fade, *html .benevolencewrapper .benfade {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	: document.body.scrollTop);
}

*html .benevolencewrapper .popup_block {
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));

	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft
	+ (document.body.clientWidth /2 )
	: document.body.scrollLeft
	+ (document.body.offsetWidth /2 ));
}

.benpopupx {
    position: absolute;
    top: -42px;
    right: 0px;
    color: white;
    border: solid 1px white;
    border-radius: 8px;
    padding: 4px 7px;
}
.benpopupx .fa {
    font-size: 26px;
    margin: 0px;
}
/* Popup out */
/* Donation Popup */
.bendonationpopupwrap, .bendonationpopupwrap .popup {
    background-color: transparent !important;
}

.bendonationpopupwrap .popup {
    padding: 0px !important;
}

.bendonationpopupwrap.popup_block {
    position: absolute;
    width: 338px;
    margin: 0 0 0 -169px;
}
.bendonationpopupform {
    background-color: #f5f5f5;
    width: 334px;
    border-radius: 10px;
    margin: 0px auto;
/*    padding: 20px 36px;*/
    min-height: 540px;
    color: #777;
}
.bendonationpopupform .bendonlevels {
    margin-left: -5px;
    margin-top: 8px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}
.bendonationpopupform .bendonlevels div {
    width: 33.33%;
    padding: 6px 0px 0px 5px;
    display: inline-block;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bendonationpopupform .bendonlevels .ben_button, .bendonationpopupform .benmonthlyoption .ben_button {
    background-color: white;
    border-radius: 5px;
    border-collapse: collapse;
    border: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    font-size: 18px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    color: #777;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.bendonationpopupform .bendonlevels .ben_button.active, .bendonationpopupform .benmonthlyoption .ben_button.active {
    background-color: var(--themecolor);
    color: white;
}
.bendonationpopupform .benmonthlyoption .ben_button {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
}
.bendonationpopupform .benmonthlyoption div div:first-child .ben_button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.bendonationpopupform .benmonthlyoption div div + div .ben_button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.bendonationpopupbutton {
    width: 100%;
    display: block;
    height: 56px;
/*    background-color: #59359c;*/
    background-color: var(--themecolor);
    font-size: 18px;
    color: white;
    opacity: 0.9;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 25%);
    margin-top: 12px;
}
.bendonationpopupbutton:hover {
    opacity: 1;
}
.bendonationpopupbutton.inactive{
    background-color: #ddd;
    color: black;
}
.buttonspacer {
    height: 80px;
}
.bendonationpopupwrap .benpadded {
    padding: 0px 36px;
    width: 262px;
}
.bendonationpopuppanel {
    position: absolute;
    width: 100%;
    height: 540px;
    left: 340px;
    opacity: 0;
    display: none;
}
.bendonpopheading {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    border-bottom: solid 1px #aaa;
}
.bendonpopheading .fa-angle-left {
    font-size: 28px;
    position: absolute;
    left: 18px;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 12px;
    top: 15px;
}
.bendonpopheading .fa-angle-left:hover {
    background-color: #e6e6e6;
}

.bendonationpopupform .benerror {
    border-color: red !important;
}

.bendonationpopuppaymentcc input[type=text],
.bendonationpopuppersonalinfo input[type=text],
.bendonationpopupwrap input[type=text],
.bendonationpopupwrap textarea,
.bendonationpopupwrap select {
    border-radius: 5px;
    border: 1px solid #bbb;
    background-color: white;
    font-size: 14px;
    padding: 14px 16px;
    width: 228px;
    margin-bottom: 14px;
    letter-spacing: 1px;
}
/* Donation Popup out */
/* Login */
.ben_login {
    max-width: 236px;
    text-align: center;
}
.ben_login input[type=text], .ben_login input[type=password], .ben_login .textbox {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}
.ben_login hr{
    color: #ebeae9;
    background-color: #ebeae9;
    height: 2px;
    border: 0;
}
.ben_login .benerror{
    font-size: 11px;
    line-height: 1;
}

/* Datatables */
table.dataTable tbody th, table.dataTable tbody td{
    padding: 5px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
    padding: 2px;
}
/* Datatables out */


div[data-bluesnap] {
    height: 40px;
    width: auto;
}

/* Apple Pay */
.apple-pay-button {
    cursor: pointer;
}

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        width: 200px;
        min-height: 32px;
        max-height: 64px;
        margin: 6px auto;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}
/* Apple Pay out */

