/*
* * CSS FILE PROMISE DONATE DRUPAL 8
*/

/*#donation-form h3 {

    font-family: 'FedraBook';
    font-size: 18px;
}
.donate-section-header {
    font-family: 'FedraBook';
    font-size: 18px;
    padding: 36px 0px;
    margin: 15px 0px;
}

.donation-section ul li {
    list-style: none;
    float: left;
    width: 15%;
    border: 1px solid #cccccc;
    padding: 5px 15px;
    margin: 10px;
    min-height: 100px;
    border-radius: 20px;
}

.donation-section ul li:hover {
    background: #abd03a;
    color: #ffffff;
}


.donation-section ul li label {
    font-family: 'FedraBook';
    width: 100%;
    padding: 31px 20px;
    font-size: 18px;
    margin: 0;
    text-align: center;
    display: table;
}

.donation-level-label-other {
    padding: 19px 15px !important;
}

.donor-input-row  {
    font-family: 'FedraBook';
    font-size: 14px;
    margin: 10px 0px;
}

.donor-input-row label {
    padding: 5px 0px;
    margin: 10px 0px;
}

.donor-input-row select,
.donor-input-row input,
.donor-input-row select
{
    width: 65%;
    padding: 5px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #ccc;
    margin: 10px;
}

.donor-input-row select {
    padding: 5px;
    appearence: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/down-arrow.svg') no-repeat 97% 60%;
    background-size: 10%;
}
.donate-row-btn {
    text-align: right;
    margin: 30px 0px;
}
.button-donate {
    background: #abd03a;
    border: 0;
    padding: 14px 15px 10px 15px;
    border-radius: 5px;
}
.button-donate:hover,
.button-donate:active,
.button-donate:focus{
    background: transparent;
    border: 1px solid #abd03a;
}

.donation-level-other-error {
    font-size: 12px;
    font-family: 'FedraBook';
    padding: 15px 25px;
}

.none-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 5px;
}
.infos-cvv {
    padding-left: 25px !important;
}

#other_amount {
    width: 100%;
    padding: 20px 6px;
    font-size: 24px;
}

.mini-select select {
    padding: 5px 17px !important;
    background: url('../images/down-arrow.svg') no-repeat 90% 50% !important;
    background-size: 25% !important;
    width: 90% !important;
    margin: 10px 0;
}
*/
.donation-section-top h4{
    font-family: 'FedraBook';
    color: #192e7b;
    font-size: 1.8rem;
    margin: 10px 0px 10px 0px;
    line-height: 1.5;
}

#donation-form p, #donation-form h4 {
    text-align: justify;
    font-size: 1.6rem;
}
#donation-form h4 {
    color: rgb(41,66,135);
    font-family: 'FedraBook';
}
#donation-form h4 a {
    color: #2ba6cb;
}

.billing-input-label {
    color: rgb(164,164,164); font-weight: 300; text-align: right;
}

.button-donate {
    font-size: 15px;
    background-color: rgb(148,195,50);
    color: #ffffff;
    border: 2px solid rgb(148,195,50);
    color: rgb(255,255,255);
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 1em 0.8em 1.33em;
    -moz-border-radius: .33em;
    -webkit-border-radius: .33em;
    border-radius: .33em;
    vertical-align: middle;
    margin-bottom: 30px;
    font-family: 'FedraBook';
}

.button-donate:hover {
    background: transparent;
    color: rgb(148,195,50);
    padding: 1em 0.5em 0.8em 0.5em;
    border: 2px solid rgb(148,195,50);


}

.button-big { padding: 1.5em 3em !important; }

.current-menu-item a,
.current-page-ancestor a,
.current_page_parent a,
.current_page_item a
{
    color: rgb(41,66,135) !important;
}

.current-page-item a
{
    color: rgb(41,66,135) !important;
}

.donate-callout { color: rgb(69,69,69); }

.donate-callout span { color: rgb(41,66,135); }

.donation-level-label,
.donation-level-label-other
{
    font-family: 'FedraSansLight';
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2em;
    height: 100%;
    font-size: 16px;
    display: block;
    text-align: center
}

.donation-level-label:hover, .donation-level-label.selected, .donation-level-label-other:hover { background-color: rgb(161,206,69) !important;  color: rgb(255,255,255) !important; }

.donation-section { padding: 3em 0; border-top: 1px solid #eee; }
.donation-section ul li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}
.donation-section-top { padding: 3em 0; }

.donate-section-header {
    color: #192e7b;
    margin-top: 0;
    text-align: right;
    font-family: 'FedraBook';
    font-size: 22px;
}

.donate-section-header span {
    color: rgb(159, 159, 160);
    font-size: 0.667em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 5px 0px 10px 0px;
}

.donation-sidebar { font-size: 0.889em; }

.donation-sidebar h4 {
    font-family: 'FedraBook';
    color: #192e7b;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.donation-sidebar h5 {
    font-family: 'FedraBook';
    color: #192e7b;
    font-size: 1.5rem;
}

.donation-sidebar p,
.donation-sidebar p:last-child
{
    margin-bottom: 30px;
}

.donor-input-row { padding-bottom: 2em; }

.donor-input-row label {
    padding-top: .5em;
    font-size: 16px;
}

.other-amount {
    padding: 2em 1em;
    height: 100% ;
    margin-bottom: 0 ;
    border-radius: 10px;
    line-height: 1.6;
    text-align: center;
    border: 0px;
    font-size: 16px;
}

.selected { background-color: rgb(161,206,69) !important;  color: rgb(255,255,255) !important; }

.selected::-webkit-input-placeholder { color: rgb(255,255,255); }
.selected:-moz-placeholder { color: rgb(255,255,255); }
.selected::-moz-placeholder { color: rgb(255,255,255); }
.selected:-ms-input-placeholder { color: rgb(255,255,255); }

.alert-box { font-weight: 300 !important; font-style: normal; }
.error { border-radius: 0; font-weight: 300 !important; font-style: normal; }

form.custom .custom.radio { border-radius: 10px; /*padding: 3em;*/ }

form.custom .custom.radio.checked { background-color: rgb(161,206,69); }

.get-topic-block { border-bottom: 1px solid rgb(212,212,212); margin-bottom: 6%; padding-bottom: 3%; }

.has-tip { font-weight: 300; cursor: pointer; }

.has-tip:hover { border-bottom: 1px solid #ccc; }

.hidden { display: none !important; }


.donor-input-row select,
.donor-input-row input,
.donor-input-row select
{
    font-size: 16px;
    width: 100%;
    padding: 5px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #ccc;
    margin: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.donor-input-row select {
    padding: 5px;
    appearence: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/down-arrow.svg') no-repeat 97% 60%;
    background-size: 6%;
}
.donor-input-row.customDropdown select {
    padding: 5px;
    appearence: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/down-arrow.svg') no-repeat 97% 60%;
    background-size: 10%;
}

.alert-box.alert {
    background-color: #fff;
    color: #192e7b;
    padding: 10px;
    font-size: 15px;
    margin: 15px 28px;
    width: 67%;
}
.alert-box.danger {
    border: 1px solid #c60f13;
}
.alert-box.secondary {
    margin: 0 28px;
    font-size: 15px;
    padding: 0px 10px;
}
span.error, small.error {
    display: block;
    padding: 1.3em 1em;
    margin-top: -1.3125em;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
    background: #c60f13;
    color: #fff;
    margin-left: 10px;
    width: 100%;
}

.donation-level-other-error {
    background-color: #fff;
    border-color: #192e7b;
    color: #192e7b;
    font-weight: bold !important;
}
.success {
    color: green !important;
    font-size: 16px;
}

.page-thankyou h1{
    font-family: 'FedraBook';
    color: #192e7b;
    font-size: 1.8rem;
    margin: 10px 0px 10px 0px;
    line-height: 1.5;
}
.page-thankyou p{
    font-family: 'FedraSansLight';
    font-size: 1.6rem;
}

.infos-cvv {
    padding: 15px 10px;
}






