@import url("font-awesome.min.css");

html, body {
    height: 100%;
    background-color: #808285;
    position:relative;
    font-family: 'Open Sans', sans-serif;
    -webkit-overflow-scrolling: touch;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.submit-modal-main {
    position: absolute; width:100%; min-height:100%; z-index:998; text-align:center;
}

.submit-modal-bg {
    position: absolute; background-color: rgba(0, 0, 0, 0.4); width: 100%; min-height: 100%;
}

.submit-modal-loading {
    position: absolute; opacity:1; width: 80%; margin-left: -40%; margin-top: 40%; padding: 20px; border-radius: 10px; background:#fff; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.submit-modal-circle {
    width: 50px; height: 50px; background-color: #fff; border-radius: 50%; margin: 0 auto; border: 3px solid #A5DC86;
}

.monthly-warning-modal {
    width: 80%;
    padding: 10px;
    display: none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
}

.forgot-password-modal {
    width: 80%;
    padding: 10px;
    display: none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
}

label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;
    width: 100%;
    color: #fff;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
}

select {
    overflow: hidden !important;
    background: url(../img/new_arrow.png) no-repeat #ededed !important;
    background-size: 16px 16px !important;
    background-position: 95% !important;
    border: 1px solid #ccc !important;
    -webkit-appearance: none !important;
}

.button-quick, .button-submit, .button-register, .button-forgot, .button-donate, .button-contact, .button-help, .button-logout, .button-login {
    color: white;
    border-radius: 4px;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    width: 80%;
    background: rgb(195, 82, 25);
    margin-bottom: 4%;
    height: 50px;
}

.button-donate-now, .button-history {
    color: white;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    width: 98%;
    background-color: #808285;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}


.button-submit {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: rgb(48, 126, 187);
    margin-bottom: 0;
}

.button-register {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: rgb(48, 187, 100);
    margin-bottom: 4%;
}

.active {
    background-color: #bb5430; 
}

.button-forgot {
    background: rgb(128, 130, 133);
    margin-bottom: 60px;
}

.button-logout {
    background: rgb(128, 130, 133);
    margin-bottom: 60px;
}

.button-login {
    background: rgb(57, 186, 103);
    margin-bottom: 60px;
}

.tool-bar {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
}

.button-contact {
    background: rgb(48, 126, 187);
    width: 50%;
    margin-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    float: left;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-help {
    background: rgb(57, 186, 103);
    width: 50%;
    margin-bottom: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    float: right;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-edit-donation {
    margin-top: 20px; background-color: #b95436; border-radius: 6px; width: 30%; padding: 10px; color: #fff; font-weight: bold; margin-right: 5px;
}

.button-cancel-monthly-donation {
    margin-top: 20px; background-color: #b93636; border-radius: 6px; width: 30%; padding: 10px; color: #fff; font-weight: bold; margin-left: 5px;
}

.button-resend-email {
    margin-top: 20px; background-color: #3580b9; border-radius: 6px; width: 30%; padding: 10px; color: #fff; font-weight: bold; margin-right: 5px;
}

.button-view-donation-pdf {
    margin-top: 20px; background-color: #39ba67; border-radius: 6px; width: 30%; padding: 10px; color: #fff; font-weight: bold; margin-right: 5px;
}

.form-table, .form-table-small {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 0px;
    height: 50px;
}

.form-table-register {
    width: 100%;
    margin-bottom: 0px;
    height: 50px;
}

.form-text {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-bottom: 0px;
}

.label-title {
    display: block;
    text-align: center;
    background-color: #307fbb;
    color: #fff;
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.title-completed {
    display: block;
    text-align: center;
    background-color: #40b96a;
    color: #fff;
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title-incomplete {
    display: block;
    text-align: center;
    background-color: #af4142;
    color: #fff;
    padding: 6px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.title-alert-icons-show, .title-alert-icons {
    float: right; color: #fff; font-size: 22px; margin-top: -1px;
}

.title-alert-icons {
    display: none;
}

.title-alert-icons-info {
    float: left;
    margin-top: -38px;
    margin-left: 2%;
    color: #307fbb;
    font-size: 14px;
    cursor: pointer;
}

.label-title-right {
    display: block;
    text-align: center;
    background-color: #bb5430;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.label-help {
    display: block;
    text-align: left;
    background-color: #307fbb;
    color: #fff;
    padding: 8px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-input {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.form-input-small {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 0;
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.form-input-index {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
    height: 50px;
}

.form-input-register {
    width: 100%;
    height: 50px;
}

.update-monthly-form {
    margin-top: 10px; width: 100%; margin: auto;
}

.input-upper {
    text-transform: capitalize;
}

.form-custom {
    width: 100%;
    margin-bottom: 8px;
}

.header-logo {
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 4%;
}

.index-title {
    width: 100%;
    background-color: #c15224;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.info-box {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.status-bar {
    position:fixed;
    top:0;
    z-index:999;
    height: 20px;
    width: 100%;
    background-color: #b95436;
}

.show-border {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: red !important;
    z-index: 999;
}

.total {
    color: #307fbb;
    font-size: 24px;
    font-weight: bold;
}

.history-table {
    width: 100%;
    text-align: left;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 12px;
}

.monthly-donation-row {
    margin-top: 10px;
    background-color: #307fbb;
    padding: 8px;
    color: #fff;
    cursor: pointer;
}

.comments-icon {
    font-size: 16px;
    color: #3580b9;
    cursor: pointer;
}

.in-honor-comments-icon {
    font-size: 16px;
    color: #b95436;
    cursor: pointer;
}

.recurring-icon {
    font-size: 16px;
    color: #39ba67;
    cursor: pointer;
}

.email-icon {
    font-size: 16px;
    color: #808285;
    cursor: pointer;
}

.button-facebook {
    background: rgb(53, 128, 185);
}

.logged-in {
    position: relative; background-color: #39ba67; padding: 4px; padding-left: 8px; padding-right: 15px; border-bottom-left-radius: 0px; font-size: 14px; color: #fff; margin-bottom: 10px; cursor: pointer;
}

.user-menu {
    text-align: left; position: fixed; right: 10px; top: -160px; background-color: #595a5c; width: 140px; padding-top: 10px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; z-index: 998;
}

.menu-item {
    width: 130px; color: #fff; background-color: #757779; padding: 4px; padding-left: 10px; padding-right: 0px; margin-bottom: 10px;
}

.menu-item:hover {
    background-color: rgba(0,0,0,0.3);;
}

.admin-login {
    width: 100%;
    left: 0;
    opacity: 0.2;
    z-index: 999;
    text-align: center;
    margin-bottom: 50px;
}

.admin-login-icon {
    display: inline-block;
    padding: 0px;
}

.secure-icon {
   position:fixed; top:0; z-index:998; font-size: 16px; background-color: #39ba67; color: #fff; padding: 2px;  padding-left: 4px; padding-top: 24px; border-bottom-right-radius: 4px; width: 16px; height: 22px; overflow: hidden; cursor: pointer;
}

.secure-text {
    visibility: hidden;
}

.save-icon {
   position:fixed; top:20; right: 0; z-index:998; font-size: 16px; background-color: #39ba67; color: #fff; padding: 2px; padding-left: 6px; padding-right: 6px;  border-bottom-left-radius: 4px; width: 16px; height: 22px; overflow: hidden; cursor: pointer;
}

.save-text {
    visibility: hidden;
    padding-left: 6px;
    float: right;
}

.clear-icon {
   position:fixed; bottom:0; right: 0; z-index:998; font-size: 16px; background-color: #b1403f; color: #fff; padding: 2px; padding-top: 8px;  padding-left: 6px; padding-right: 6px; border-top-left-radius: 4px; width: 16px; height: 22px; overflow: hidden; cursor: pointer;
}

.access-icon {
   position:fixed; top:48; right: 0; z-index:998; font-size: 16px; background-color: #307fbb; color: #fff; padding: 2px; padding-top: 8px; padding-left: 6px; padding-right: 6px; border-bottom-left-radius: 4px; border-top-left-radius: 4px; width: 16px; height: 22px; overflow: hidden; cursor: pointer;
}

.download-icon {
    position:fixed; top:40px; z-index:998; font-size: 16px; background-color: #307fbb; color: #fff; padding: 2px; padding-top: 8px; padding-left: 8px; padding-right: 8px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; width: 16px;  height: 22px; overflow: hidden; cursor: pointer; font-size: 14px;
}

@media screen and (min-width: 768px) {
    .button-quick, .button-submit, .button-register, .button-forgot, .button-donate, .button-logout, .button-login {
        width: 60%;
        height: 40px;
    }

    .button-contact {
        height: 40px;
    }

    .button-help {
        height: 40px;
    }

    .form-input-index {
        width: 60%;
        margin-left: 20% !important;
        margin-right: 20% !important;
        height: 40px;
    }

    .form-input-register {
        height: 40px;
    }

    .header-logo {
        height: 120px;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .status-bar {
        display: none;
    }
    .form-table {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-bottom: 8px;
        height: 40px;
    }
    .form-table-register {
        width: 100%;
        margin-bottom: 8px;
        height: 40px;
    }
    .form-table-small {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-bottom: 8px;
        height: 40px;
    }
    .form-text {
        width: 60%;
        margin-left: 20% !important;
        margin-right: 20% !important;
        margin-bottom: 8px;
    }
    .form-input-row {
        width: 100%;
        height: 40px;
    }
    .label-title {
        display: block;
        text-align: left;
        background-color: #307fbb;
        color: #fff;
        padding: 8px;
        width: 70%;
        padding-left: 16%;
        margin-bottom: 10px;
    }
    .title-completed {
        display: block;
        text-align: left;
        background-color: #40b96a;
        color: #fff;
        padding: 8px;
        width: 70%;
        padding-left: 16%;
        margin-bottom: 10px;
    }
    .title-incomplete {
        display: block;
        text-align: left;
        background-color: #af4142;
        color: #fff;
        padding: 8px;
        width: 70%;
        padding-left: 16%;
        margin-bottom: 10px;
    }
    .title-alert-icons-info {
        float: right;
        margin-top: -40px;
        margin-right: 24%;
        margin-left: 0;
        color: #307fbb;
        font-size: 14px;
        cursor: pointer;
    }
    .label-title-right {
        display: block;
        text-align: center;
        background-color: #bb5430;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 60%;
        margin-left: 0%;
        margin-right: 40%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .label-help {
        width: 70%;
        padding-left: 10%;
    }
    .history-table {
        width: 90%;
        margin-left: 5% !important;
        margin-right: 5% !important;
        font-size: 14px;
    }
    .monthly-warning-modal {
        width: 50%;
        padding: 10px;
        display: none;
        background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
    }

    .forgot-password-modal {
        width: 50%;
        padding: 10px;
        display: none;
        background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
    }
    .submit-modal-loading {
        position:absolute; opacity:1; width: 20%; margin-left: -10%; margin-top: 25%; padding: 20px; border-radius: 10px; background:#fff; display: inline-block;
    }

    .update-monthly-form {
        margin-top: 10px; width: 80%; margin: auto;
    }
    .logged-in {
        position: fixed; right: 0; top: 0px; border-bottom-left-radius: 6px; z-index: 999;
    }
    .user-menu {
        right: 50px;
    }
    .admin-login {
	    position: fixed;
	    bottom: 4px;
	    left: 0;
	    margin-bottom: 0;
	    opacity: 0.2;
	    z-index: 999;
        text-align: left;
        display: none;
	}
    .secure-icon {
      padding-top: 2px; padding-right: 2px; padding-left: 4px; width: 70px; height: 18px; font-size: 16px;
    }

    .download-icon {
       position:fixed; top:40px; z-index:998; font-size: 16px; background-color: #307fbb; color: #fff; padding: 2px;  padding-left: 8px; padding-right: 8px; border-bottom-right-radius: 4px; border-top-right-radius: 4px;  height: 22px; overflow: hidden; cursor: pointer; font-size: 14px;
    }

    .clear-icon {
       position:fixed; bottom:0; right: 0; z-index:998; font-size: 16px; background-color: #b1403f; color: #fff; padding: 2px;  padding-left: 10px; padding-right: 14px; border-top-left-radius: 4px; overflow: hidden; cursor: pointer;
    }

    .access-icon {
       position:fixed; top:26px; right: 0; z-index:998; font-size: 16px; background-color: #307fbb; color: #fff; padding: 2px;  padding-left: 8px; border-bottom-left-radius: 4px; width: 80px; height: 22px; overflow: hidden; cursor: pointer;
    }

    .secure-text {
        visibility: visible;
    }

    .save-icon {
       top:0; padding-left: 10px; padding-right: 14px; width: 134px; height: 22px;
    }

    .save-text {
        visibility: visible;
        padding-left: 6px;
        float: right;
    }

    .access-icon {
       top:26px; width: 80px; height: 22px;
    }

    .clear-icon { 
       position:fixed; bottom:0; right: 0; z-index:998; font-size: 16px; width: 110px; background-color: #b1403f; color: #fff; padding: 2px;  padding-left: 10px; padding-right: 14px; border-top-left-radius: 4px; overflow: hidden; cursor: pointer;
    }

    .download-icon {
        position:fixed; top:40px; z-index:998; font-size: 16px; background-color: #307fbb; color: #fff; padding: 2px;  padding-left: 8px; padding-right: 8px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; width: 130px;  height: 22px; overflow: hidden; cursor: pointer; font-size: 14px;
    }
}

.open {
    top: 20px;
}

@media screen and (min-width: 768px) {
    .open {
        top: 24px;
    }
}

#donation {
    width: 75px;
}

#donationAmount {
    width: 75px;
}

@media screen and (min-width: 360px) {

    #donation {
        width: 100px;
    }

    #donationAmount {
        width: 100px;
    }
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}