/* ochre.css */

/* Stripe */
#card-element {
	margin-bottom:20px;
	padding: 10px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
}

#card-errors {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1e991;
  display:none;
}

.operror {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1e991;
}

.ophighlight {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #91d1f1;
}

.m20top {
  margin-top: 20px;
}

.m20btm {
	margin-bottom: 20px;
}

.mbtm0 {
  margin-bottom: 0px!important;
}

.loginlogout {
	text-align: right;
}

.g-recaptcha {
	margin-bottom: 20px;
}

/* Progress bars
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.progress-bar-area {
    margin-top: 20px;
}
.progress {
    display: none;
    position: relative;
    width: 100%; height: 15px;
    background: #C7DA9F;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 10px;
}
.bar {
    position: absolute;
    top: 0; left: 0;
    width: 0; height: 15px;
    background: #85C220;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: .7em;
}
.bar.red { background: tomato; }

.underformdesc {
	margin-top: -30px;
}
.hiddentext {
	display: none;
}
.entrymetaform {
	margin-bottom: 20px;
}

#delconfirm {
	display:none;
}

.paginationlist {
	word-break: break-all;
}
