﻿/*.typeahead-spinner {
}
.typeahead-spinner label {
    float:left;
}
.typeahead-spinner input {
    float: left;
    clear: left;
    margin-right: 5px;
    width: 300px;
}
.typeahead-spinner .spinner {
    display: none;
    float:left;
}

.clear {
    clear: both;
}

.box
{
    background-color: azure;
    padding: 15px;
    border: 1px solid black;
}*/

@media (max-width:767px){
    .marquee {
        margin: 0px auto;
        /*width: 450px;*/
        z-index: 999999;
        text-align: center;
    }
    .marquee h1 {
        font-size: 1.75em;
    }

    .marquee-help {
        font-size: .8em;
        line-height: 2em;
    }

    .form-group.form-group-marquee {
        margin-bottom: 0px;
    }
    
    .thermometer.thermometer-horizontal,
    .thermometer.thermometer-horizontal.thermometer-smaller {
        width: 200px;
    }
    
    .pledge-list li .paid-indicator {
        font-size: .60em;
    }

    .pledge-list .pay-btn {
        font-size: 10px;
    }

    .pledge-list .sponsor-name {
        font-size: 10px;
    }
    
    .pledge-list .pay-btn {
        margin-left: -10px;
    }
}
@media (min-width:768px){
    .marquee {
        margin: 0px auto;
        width: 450px;
        z-index: 999999;
        text-align: center;
    }

    .marquee-help {
        font-size: .9em;
        line-height: 3em;
    }
    
    .thermometer.thermometer-horizontal,
    .thermometer.thermometer-horizontal.thermometer-smaller {
        width: 350px;
    }
    
    .pledge-list li .paid-indicator {
        font-size: .75em;
    }
}
@media (min-width:992px){
    .marquee {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 200px;
        margin: 0px auto;
        width: 450px;
        z-index: 999999;
        text-align: center;
    }

    .marquee-help {
        font-size: .9em;
        line-height: 3em;
    }
    
    .thermometer.thermometer-horizontal,
    .thermometer.thermometer-horizontal.thermometer-smaller {
        width: 350px;
    }
    
    .pledge-list li .paid-indicator {
        font-size: .75em;
    }
}

@media (min-width:1200px){
    .marquee {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 200px;
        margin: 0px auto;
        width: 450px;
        z-index: 999999;
        text-align: center;
    }

    .marquee-help {
        font-size: .9em;
        line-height: 3em;
    }
    
    .thermometer.thermometer-horizontal,
    .thermometer.thermometer-horizontal.thermometer-smaller {
        width: 350px;
    }
    
    .pledge-list li .paid-indicator {
        font-size: .75em;
    }
}

/*.marquee {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 200px;
    margin: 0px auto;
    width: 450px;
    z-index: 999999;
    text-align: center;
}*/

.pledge-list dl {
    min-width: 300px;
    margin: 0px;
}

.pledge-list dt {
    width: 50%;
    float: left;
    margin: 0;
    clear: left;
}

.pledge-list dd {
    float: right;
    width: 50%;
    margin: 0;
}

.pledge-list .pledge-btn {
    margin: 10px 0px;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}

.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}

.social {
    list-style-type: none;
}

.make-a-pledge-top {
    padding-bottom: 20px;
}

.make-a-pledge-top a {
    width: 90%;
}

.participant-progress h4 {
    font-weight: bold;
    /*text-decoration: underline;*/
}

.participant-content {
    margin-top: 5px;
}

.custom-col-no-margin {
    padding: 0px;
}

.campaign-img img {
    width: 100%;
}

.participant-progress .dollar-sign, .amount {
    vertical-align: middle;
}

.participant-progress .row-custom {
    padding-right: 15px;
}

.participant-progress .title{
    margin: 0px;
    font-size: .65em;
    text-decoration: underline;
    padding-bottom: 5px;
    font-weight: bold;
}

.participant-progress .amount{
    margin: 0px;
    font-size: .65em;
    font-weight: bold;
}

.pledge-list li ul {
    list-style: none;
    font-size: 1.25em;
    padding: 0px;
}

.pledge-list li .paid-indicator {
    font-weight: bold;
    margin-left: 5px;
}

.pledge-list li .paid-indicator span {
    padding: 5px;
}

.pledge-list .pay-btn {
    margin-right: 10px;
    text-align: right;
}

.custom-summary-errors ul
{
    list-style: none;
    padding:10px;
}

.checkbox {
    float: left;
    margin-right: 10px !important;
}

.statement-msg{
    color: red;
}

/* A color theam generated from W3 Schools */
/* http://www.w3schools.com/w3css/w3css_color_themes.asp */
/* Base color for theam: #f0ad4e - from Bootstrap 3.0 btn-warning */
.w3-theme-l5 {color:#000 !important; background-color:#fefaf4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fceedb !important}
.w3-theme-l3 {color:#000 !important; background-color:#f9deb8 !important}
.w3-theme-l2 {color:#000 !important; background-color:#f6cd94 !important}
.w3-theme-l1 {color:#000 !important; background-color:#f3bc70 !important}
.w3-theme-d1 {color:#000 !important; background-color:#ed9e30 !important}
.w3-theme-d2 {color:#fff !important; background-color:#e99014 !important}
.w3-theme-d3 {color:#fff !important; background-color:#cc7e12 !important}
.w3-theme-d4 {color:#fff !important; background-color:#af6c0f !important}
.w3-theme-d5 {color:#fff !important; background-color:#915a0d !important}

.w3-theme-light {color:#000 !important; background-color:#fefaf4 !important}
.w3-theme-dark {color:#fff !important; background-color:#915a0d !important}
.w3-theme-action {color:#fff !important; background-color:#915a0d !important}

.w3-theme {color:#000 !important; background-color:#f0ad4e !important}
.w3-text-theme {color:#f0ad4e !important}
.w3-border-theme {border-color:#f0ad4e !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#f0ad4e !important}
.w3-hover-text-theme {color:#f0ad4e !important}
.w3-hover-border-theme:hover {border-color:#f0ad4e !important}
/* END: A color theam generated from W3 Schools */

/*
    https://www.sitepoint.com/community/t/code-for-a-fundraising-thermometer/21832
    https://jsfiddle.net/ljd144/5xAZt/1/
*/
/* Base thermometer style, this is the slate */
.thermometer {
    width:70px;
    height:300px;
    position: relative;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
            -o-border-radius: 12px;
            border-radius: 12px;


    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
        -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
            -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
}


/* This represents the track of the thermometer, the linear background 
    with a background size set will generate a line every 5% of the track. */
.thermometer .thermometer-track {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}


/* The progress indicator (the mercury, if you will) */
.thermometer .thermometer-progress {
    height:0%;
    width:100%;
    background: rgb(20,100,20);
    background: rgba(20,100,20,0.6);
    position: absolute;
    bottom:0;
    left:0;
}


/* let's position the goal */
.thermometer .thermometer-goal {
    position:absolute;
    top:0;
}

/* just style the amounts a little bit */
.thermometer .thermometer-amount {
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color:#333;
}


/* make sure the progress amount appears on the left side, 
    this way they progress and goal amounts won't overlap should we reach 100% (or greater) */
.thermometer .thermometer-progress .thermometer-amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#060;
    right:0;
}

.thermometer.thermometer-horizontal {
    margin:30px auto 10px auto;
}

.thermometer.thermometer-horizontal {
    height:70px;
}

.thermometer.thermometer-horizontal .thermometer-track {
    width:90%;
    left:0;
    height:20px;
    margin:14px auto;

    /* Need to make sure our "track" has the indicators going in the right direction*/ 
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-size: 5% 100%;
}

.thermometer.thermometer-horizontal .thermometer-progress {
    height:100%;
    width:0%;
}

.thermometer.thermometer-horizontal .thermometer-suggested-goal {
    height: 100%;
    width: 0%;
    position: absolute;
}

.thermometer.thermometer-horizontal .thermometer-goal {
    left:100%;
    height:100%;
}

.thermometer.thermometer-horizontal .thermometer-amount {
    bottom:0;
    position: absolute;
    padding:0 5px 50px 5px;
    border-top:0;
    border-left:1px solid black;
}

.thermometer.thermometer-horizontal .thermometer-progress .thermometer-amount {
    border-left:0;
    border-top:0;
    border-right:1px solid #060;
}

.thermometer.thermometer-horizontal.thermometer-smaller {
    margin:30px auto 20px auto;
    height:35px;
}

.thermometer.thermometer-horizontal.thermometer-smaller .thermometer-track {
    margin:-3px auto;
}

.thermometer.thermometer-horizontal.thermometer-smaller .thermometer-amount {
    font-size: 15px;
}

.thermometer.thermometer-horizontal.thermometer-smaller .thermometer-amount {
    padding:0 5px 30px 5px;
}

.thermometer.thermometer-horizontal.thermometer-smaller .thermometer-amount.inverted {
    bottom: auto;
    color: blue;
    padding: 30px 5px 0px 5px;
    white-space: nowrap;
    left: 100%;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: grey;
    opacity: 0.5; 
    display: none;
    z-index: 99999;
}

.loading .message {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    color: white;
    font-size: 50px;
}

.loading .message span {
    position: absolute;
    top: -25px;
    margin-left: -25px;
}

#prizes {
    position: relative;
}

.error {
    color: #dc3545 !important
}