﻿.block-container {
    display: flex;
    flex-flow: column;
}
.flex-container {
    flex-flow: row;
}
.display-block-1 {order: 1; }
.display-block-2 {order: 2; }
.display-block-3 {order: 3; }

.form-body label { padding: 5px;}

.left-sidebar {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
}
.org-banner {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
/*    padding-bottom: 20px;
*/    padding-top: 15px;
    margin-top: 15px;
}
ul.donation-options {
    list-style-type: none;
}
ul.donation-options li label {
    display: inline;
}

#donate_form div.form-actions {
	background-color: inherit;
}

#find_child_campaign div.form-actions {
	background-color: inherit;
}

#join_the_cause div.form-actions {
	background-color: inherit;
}

.container .body-wrapper {
    border: solid 1px #ccc;
    padding: 50px 0;
}
.campaign-sidebar {

}

.goal {
	display: inline-block;
	margin-left: 3px;
}

.goal:first-of-type {
	margin-right: 10px;
}

.campaign-title {
    color: rgba(62, 77, 92, 1);
    font-weight: 600;
    text-align: center;
}

.campaign-title h1 {
    color: rgba(62, 77, 92, 1);
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    width: 100%;
}

.parent-campaign-title {
    margin-top: 5px;
    text-align: center;
}

.parent-campaign-title a {
	color: inherit;
}
    .min-width-300
    {
        min-width: 300px;
    }
    .sidebar-pane
    {
        min-height: 100px;
    }

    .goal-raised
    {
        display: none;
        margin-top: -10px;
    }

    #goal_gauge_container
    {
        width: 100%;
        display: inline-block;
        background-color: transparent;
        text-align: center;
        height: 270px;
        max-width: 270px;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    #goal_gauge_container span
    {
        font-weight: bold;
    }

    @media (min-width: 768px) {
        .campaign-title h1 {
            font-size: 3vw;
        }
    }

    @media (min-width: 992px)
    {
        #goal_gauge_container
        {
            height: 230px;
        }
        .goal-raised
        {
            margin-top: -45px;
			font-size: smaller;
        }
		div.form-actions .btn 
		{
			min-width: 100px;
		}
        .campaign-title h1 {
            font-size: 2.0vw;
        }
    }

    @media (min-width: 1200px)
    {
        #goal_gauge_container {
            height: 270px;
        }
        .goal-raised
        {
            margin-top: -10px;
			font-size: small;
        }
		div.form-actions .btn 
		{
			min-width: 80px;
		}
    }

    .scrollbox-container
    {
        height: 200px;
        overflow: auto;
        width: 100%;
        background-color: #fff;
        padding: 10px;
    }
        .scrollbox-container ul
        {
            list-style: none;
            padding-left: 0px;
            line-height: 1.5em;
            padding-right: 10px;
        }

        .scrollbox-container ul li
        {
            white-space: nowrap;
        }

            .scrollbox-container ul li a
            {
                color: inherit;
                text-decoration: none;
            }

            .scrollbox-container ul li a:hover
            {
                color: #0DA3E2;
                cursor: pointer;
                text-decoration: none;
            }

    .no-donors
    {
        display:none;
    }

    .center-v
    {
	    height: 50px;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    div.user-page-content img
    {
        height: auto;
        max-width: 100% !important;
    }
    .form-group .help-block
    {
        color: #b94a48;
    }
	div.form-actions .btn
	{
		margin: 2px;
		max-width: 210px;
		white-space: normal !important;
		padding: 7px 14px;
		align-items: center;
        font-size: 16px;
	}



#donation_wrapper {
    display: inline-block;
    text-align: left;
}

ul.donation-options.flat,
ul.recurrence-options.flat {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0px;
    justify-content: center;
}

ul.donation-options.flat li {
    margin-bottom: 10px;
}

ul.donation-options.flat li label {
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 4px;
    margin: 0 10px;
    border: 2px solid #428bca;
    min-width: 126px;
    color: #428bca;
}

    ul.recurrence-options.flat li label {
        font-size: 15px;
        line-height: 24px;
        border-top: 2px solid #428bca;
        border-bottom: 2px solid #428bca;
        border-right: 2px solid #428bca;
        min-width: 170px;
        color: #4D4D4F;
    }

    ul.recurrence-options.flat li:first-of-type label {
        border-left: 2px solid #428bca;
    }

ul.donation-options.flat li label,
ul.recurrence-options.flat li label {
    display: inline;
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-family: 'Avenir-Heavy';
    text-align: center;
    display: block;
}

ul.recurrence-options.flat li:first-of-type label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

ul.recurrence-options.flat li:last-of-type label {
    border-right: 2px solid #428bca;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.donation-options.flat li input[type="radio"],
ul.recurrence-options.flat li input[type="radio"] {
    display: none;
}

ul.donation-options.flat li input[type="radio"]:checked + label,
ul.recurrence-options.flat li input[type="radio"]:checked + label {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

ul.donation-options.flat li input[type="radio"]:hover,
ul.donation-options.flat li label:hover,
ul.recurrence-options.flat li input[type="radio"]:hover,
ul.recurrence-options.flat li label:hover {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: pointer;
}


/*
    NEW STYLES

*/
.bootstrap-touchspin {
    margin: auto;
}
.is-recurrence-options {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: row;
    padding-left: 40px;
}

.is-recurrence-options li {
    padding-right: 19px;
}

.recurrence {
    display: block;
    justify-content: center;
    margin: auto;
    width: 100%;
    text-align: center;
}

.pw-campaing-wrapper {
    padding: 0;
}

.body-wrapper {
    padding: 0;
}

.pw-campaing-wrapper h2.panel-title,
.pw-campaing-wrapper h3.panel-title {
    font-size: 2rem;
}
.container .body-wrapper {
    border: solid 1px #ccc;
    padding: 15px 25px 25px 25px;
    border-top: none;
}




@media (max-width: 1698px) {
}

@media (max-width: 1671px) {
}


@media (max-width: 1630px) and (min-width:991px) {
}

@media (max-width: 1503px) {
}

@media (max-width: 1480px) {
}

@media (max-width: 1389px) {
}


@media (max-width: 1366px) {
    .container .body-wrapper {
        border: solid 1px #ccc;
        padding: 25px 25px;
    }

    .pre-header {
        height: 50px;
    }

    .org-banner {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
    }

    .pre-header #mainLogo img {
        width: 140px;
    }

    div.page-container {
        padding-top: 50px;
    }
}

@media (max-width: 1337px) {
}

@media (max-width: 1330px) and (min-width:991px) {
}

@media (max-width: 1273px) {
}

@media (max-width: 1137px) {
}

@media (max-width: 1200px) {
    ul.recurrence-options.flat li label {
        border: 2px solid #428bca;
    }
}

@media (max-width: 1175px) and (min-width:991px) {
}

@media (min-width: 991px) {
}

@media (max-width: 991px) {
}

@media(min-width: 768px) {
}

@media(max-width: 767px) {

}

@media(max-width:888px) and (min-width: 768px) {
}

@media(max-width:888px) {
}

@media(max-width:575px) {
    .pw-campaing-wrapper {
        padding: 0;
    }
    .body-wrapper {
        padding: 0;
    }
    .is-recurrence-options {
        flex-flow: column;
        padding-left: 0;
    }
}

@media(max-width:480px) {
}

@media(max-width:400px) {
}

@media(max-width:439px) {
}










