/* Utils */
.orgeo-text-margin-right {
    margin-right: 10px;
}
.orgeo-clear-both {
    clear: both;
}
.orgeo-primary-label, .orgeo-secondary-label {
    color: white;
    font-size: 80%;
    padding: 3px 7px;
    border-radius: 3px;
}
.orgeo-secondary-label {
    background: #888;
}
.orgeo-primary-label {
    background: #337ab7;
}
.orgeo-secondary-label:hover {
    text-decoration: none;
}
.orgeo-small-text {
    font-size: 90%;
}
.orgeo-claim-button {
    padding: 4px 7px;
    border-radius: 4px;
    color: #fff !important;
    background: #337ab7;
}
.orgeo-nowrap {
    white-space: nowrap;
}
.orgeo-flex {
    display: flex;
}
.orgeo-flex-wrap {
    flex-wrap: wrap;
}
.orgeo-flex-justify-between {
    justify-content: space-between;
}
.orgeo-flex-fill {
    flex: 1 1 auto!important;
}
.orgeo-svg-bg {
    background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 20px;
}
.orgeo-progress {
    width:200px;
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin: 10px 0;
}
.orgeo-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
.orgeo-bg-primary {
    background-color: #337ab7;
}
.orgeo-bg-success {
    background-color: #398439;
}

/* Card */
.orgeo-card a {
    text-decoration: none !important;
    color: #337ab7;
}
.orgeo-card {
    border-radius: 8px;
    /*box-shadow: 0 1px 0.5px rgba(0,0,0,0.1);
    border: 1px solid #ddd;*/
    background-color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.orgeo-card-logo {
    float: left;
    margin-right: 15px;
}
.orgeo-card-logo img {
    width: 160px;
}
.orgeo-card-body {
    padding: 15px;
}
.orgeo-event-info > div:not(:first-child) {
    padding-top: 5px;
}
.orgeo-card-body > div:first-child {
    float: left;
    margin-right: 15px;
}
.orgeo-fund-header > div:first-child {
    margin-right: 7px;
}

.orgeo-fund-header > div > div:first-child {
    font-size: 15px;
}
.orgeo-fund-header > div > div:last-child {
    font-size: 18px;
}
.orgeo-fund-header > div:last-child {
    text-align: right;
}
.orgeo-fund-bottom {
    font-size: 13px;
}
.orgeo-to-pay-link {
    margin-top: 10px;
    display: inline-block;
}

/* Adaptive */
@media (max-width: 800px) {
    .orgeo-card-body {
        flex-direction: column!important;
    }
    .orgeo-progress { 
        width: 100%;
    }
    .fundraising-info-in-card {
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .orgeo-card-logo img {
        width: 130px;
    }=
}
@media (max-width: 500px) {
    .orgeo-card-logo img {
        width: 100px;
    }
}