/* general */
body, input, textarea {
  font-family: 'Open Sans Condensed';
}

body {
  font-size: 20px;
  margin: 0 auto;
  /*background-color: rgba(224, 224, 224, 0.53);*/
  color: #575757;
  overflow-y: scroll;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  } 
}

@media (min-width: 768px) {
  .container {
      max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}


@media (min-width: 1200px) {
  .container {
      max-width: 1400px !important;
  }
}


/*a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}*/

.font-16px {
  font-size: 16px;
}
.success {
  color: #7aa947;
  display: block;
  margin-bottom: 10px;
}
.success2 {
  color: #7aa947;
}

.grey-form-background {
  padding: 20px 50px 20px 50px;
  background-color: whitesmoke;
}

.link-black {
  text-decoration: none;
  color: #000000;
}

.link-black:hover {
  text-decoration: none;
  color: #000000;
}

/* buttons */
.button-centered {
  margin: 10px auto;
}
.button {
  padding: 6px 12px 6px 12px;
  font-weight: 500;
  border-width: 0;
  font-size: 20;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}
.button-white {
  color: #000000;
  background-color: #ffffff;
}
.button-green {
    background-color: #7aa947;
    color: #ffffff;
}
.button-grey {
  background-color: #7d7d7d;
  color: #ffffff;
}
.button-red {
    background-color: #C76665;
    color: #ffffff;
}
.button-orange {
  background-color: #E65100;
  color: #ffffff;
}
.button-dark {
  background-color: rgba(43, 41, 41, 1);
}
.button-white:hover {
    background-color: #e8e8e8;
}
.button-green:hover {
  background-color: #668c3c;
}
.button-white:focus {
    border-width: 0;
}
.button-green:focus {
    border-width: 0;
    outline: none;
}

.button-red[disabled] {
    background-color: rgba(199, 102, 101, 0.31);
    cursor: not-allowed! important;
}

.button-green[disabled] {
    background-color: rgba(121, 169, 71, 0.31);
    cursor: not-allowed! important;
}

/* button loading fa */
#button-fa {
    padding: 0px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
}
#button-fa:focus {
    outline: none;
}


/*
.button-orange:hover {
    background-color: #EF6E28;
}
.button-orange:focus {
    border-width: 0;
}

.button-normal:hover {
    background-color: 
}
.button-dark:hover {
  background-color: #3b3b3b;
}
.button-orange:focus {
    border-width: 0;
}


.button-green:hover {
    background-color: #EF6E28;
}
.button-green:focus {
    border-width: 0;
}
*/

/* form pages */
label {
    font-weight: 400 !important;
}
.error {
    color: red;
    display: block;
    margin-bottom: 10px;
}
.form-page-container {
  /*min-height: 610px;
  min-width: 1200px;*/
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.body {
  padding-top: 20px;
}

/*.form-wrapper {
  margin: 20px auto;
  width: 1000px;
  background:white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  transition: box-shadow 0.3s ease-in-out;
}*/

.form-wrapper {
  /*margin: 20px auto;*/
  /*width: 1000px;*/
  padding: 50px 30px 50px 30px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.form-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}*/



/*.form-content {*/
  /*margin: 0 auto;*/
  /*width: 350px;*/
  /*text-align: center;
  padding: 40px 0 40px 0;*/
/*}*/

.align-center {
  text-align: center;
}

.box {
  margin: 0 auto 20px auto;
  padding: 25px 40px 20px;
  text-align: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

/* campaign start form page */
 .margintop20 {
    margin-top: 20px;
  }
  .primary-label {
    color: #7aa947;
  }
  .secondary-label {
    font-size: 16;
    color: #575757;
  }

  .inputfile {
    width: 100px;
    height: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;

  }

  .inputfile + label {
    display: inline-block;
    padding: 10px;
    background-color: rgba(122, 169, 71, 0.61);
    float: left;
    cursor: pointer;
    color: #ffffff;
  }


/* new forn styles */
.from-lables {
  color: #7aa947;
}
.green-links {
  color: #7aa947;
  cursor: pointer;
}
.green-links:hover {
  color: #7aa947;
  text-decoration: underline;
}
.rouded-button {
  width: 150px;
  border-radius: 20px;
}
.form-input {
  border: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 0px;
  border-bottom: 1px solid #7aa947;
}

.login-or-signup .form-input {
  border: none;
  padding: 0px !important;
  font-size: 20px;
}

.login-or-signup .input-group {
  border: 1px solid rgba(122, 169, 71, 0.25);
  border-radius: 7px;
  height: 50px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.login-or-signup .form-input:focus {
  border: none;
  box-shadow: none
  border-bottom: 0px solid #7aa947;
}

.login-or-signup .form-icon {
  width: 30px;
  margin-left: 0px;
  /*padding-top: 8px;*/
  margin-right: 10px;
}

.form-input:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #7aa947;
}

.form-icon {
  width: 30px;
  padding-top: 8px;
  margin-right: 10px;
}

/* password toggler */
.show_hide_password a {
  color: #000 !important;
}
#hide-pass .fa {
  color: #000;
  height: 40px;
  padding: 15px 5px 10px 5px !important;
  width: 40px !important;
  font-size: 17px !important;
}

#hide-pass  .fa-eye {
  color: #000 !important;
}

#hide-pass  .fa-eye-slash {
  color: #333 !important;
}

#hide-pass  .fa-eye:hover {
  color: #333 !important;
}

#hide-pass .fa-eye-slash:hover {
  color: #333 !important;
}

/* campagin grid and cards */
.no-camps {
  font-size: 24px;
  margin: 0 auto;
}

.camp-card-container {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.camp-card-goal {
  position: absolute;
  top: 30px;
  left: -8px;
  padding: 4px 22px 4px 25px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #7aa947;
  font-weight: bold;
}

.camp-progress-wrapper {
  background-color: #e6e6e6;
  height: 1.5rem;
  width: 250px;
  border-radius: 20px;
  overflow: hidden;
  padding: 6px;
  margin-bottom: 16px;
}

.progress {
  height: 0.75rem;
  border-radius: 1rem;
  background-color: white;
}
.progress-bar {
  background-color: #7aa947 !important;
}

.camp-card-content {
  position: absolute;
  height: 160px;
  width: 275px;
  bottom: 40px;
  right: 0px;
}

.camp-card-content-text {
  background-color: rgba(122, 169, 71, 0.85);
  text-align: left;
  color: #ffffff;
  padding: 10px 16px 10px 16px;
}

.camp-card-title {
  font-weight: 900;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.2;
}

.camp-card-desc {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 0px;
}

.camp-read-more {
  text-align: right;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
}

  /* campaign and dontate page elements */
  .donate-page-container {
    padding: 50px 75px 50px 75px;
    background-color: rgb(243, 243, 243);
    margin: 8px auto;
  }

  @media only screen and (max-width: 764px) {
    .donate-page-container {
      padding: 50px 25px 50px 35px;
    }
  }

  .donation-list-padding {
    padding: 20px 50px 20px 50px;
  }

  @media only screen and (max-width: 764px) {
    .donation-list-padding {
      padding: 20px 25px 20px 25px;
    }
  }

  .extra-bold {
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
  }

/*****************/
/* settings page */
.settings-header {
  font-weight: 900;
}
.settings-input-box {
  /*width: 400px;*/
  margin-top: 10px;
}

/* donation */
.donate-form-wrapper {
  padding-right: 10px;
}
.don-camp-progress {
  background-color: #e6e6e6;
  height: 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  padding: 6px;
  margin-bottom: 16px;
}
.don-camp-image {
  width: 100%;
}
.don-left-col {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
.don-right-col {
  padding-left: 0px;
  text-align: center;
}
.don-camp-title {
  font-size: 48px;
  font-weight: bold;
  color: #7aa947;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
  background-color: transparent;
}
.don-progress-text {
  color: #7aa947;
  font-weight: bold;
  background-color: transparent;
  margin-bottom: 2px;
}
.donate-form-wrapper {
  padding-right: 20px;
}
.donate-form-wrapper input {
  border-radius: 4px !important;
  border-bottom: none;
  border: 1px solid #d8d8d8;
}
.donate-submit {
  border-radius: 18px;
}
.heart-icon {
  height: 22px;
  margin-top: -4;
}
