body {
    font-family: 'Open Sans', sans-serif;
    color: #656565;
    line-height: 1.8em;
    background-color: #0073bd;
    background-image: url(/w/Img/Formbuilder/FormBuilderTemplates/sample_bg5.jpg); /*../../img/bg-01.jpg*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.second-font {
    font-family: 'Montserrat', sans-serif;
}
/*Removed  #form_wrapper by raheem
    #form_wrapper, .texteditor-append {*/
.texteditor-append {
    /*max-width: 540px;*/
    margin: 0 auto;
}

#logo {
    /*max-width: 260px;*/
    transition: all .4s;
}

.separator {
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
    clear: both;
}

.container {
    padding: 0;
}

.widget-container {
    background-color: white;
    margin: 10px auto;
    padding: 0;
    max-width: 850px;
}

.widget-container-left {
    background-color: white;
    margin: 10px auto 10px 10px;
    padding: 0;
    max-width: 850px;
}

.widget-container-right {
    background-color: white;
    margin: 10px 10px 10px auto;
    padding: 0;
    max-width: 850px;
}

.dw-inner-container {
    background: none;
    margin: 0;
    padding: 15px;
}

.dw-title {
    line-height: 1;
    background-color: #656565;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
}

    .dw-title .form_title-wrapper {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

        .dw-title .form_title-wrapper .form_title {
            margin: 0;
            font-weight: bold;
        }

    .dw-title .donation-amount {
        text-align: right;
        font-size: 22px;
        display: table-cell;
        vertical-align: middle;
    }

.dwf-content {
    background: #fff;
    border: 1px solid transparent;
    margin-bottom: 1px !important;
    border-radius: 2px;
    padding: 20px !important;
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 0;
}

.dw-content-notitle {
    padding-top: 0;
}

.dw-content button.dw-amount, .dw-other-amount {
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
    padding: 10px 0;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #4285f4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0288d3+0,027cc0+100 */
    background: #0288d3; /* Old browsers */
    background: -moz-linear-gradient(top, #0288d3 0%, #027cc0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0288d3 0%,#027cc0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0288d3 0%,#027cc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d3', endColorstr='#027cc0',GradientType=0 ); /* IE6-9 */
    transition: all .4s;
    outline: none !important;
}

    .dw-content button.dw-amount:hover, .dw-other-amount:hover {
        border-radius: 30px;
    }

.dw-content button.dw-amount-selected {
    background-color: #1d2c35;
    border-radius: 30px;
    color: white;
}

.dw-other-amount-selected {
    visibility: hidden;
    opacity: 0;
}

.dw-other-amount-container {
    position: relative;
}

.amount_btn {
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
    outline: none;
    border: 1px solid transparent;
    width: 100%;
    border-radius: 2px;
    background-color: #0073bd;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    transition: all .4s;
    margin-bottom: 10px;
}

    .amount_btn:hover {
        border-radius: 24px;
    }

.amount_btn_selected {
    opacity: .5;
    border-radius: 24px;
    cursor: not-allowed;
}

.amount-custom {
    display: none;
}

.dw-other-amount-container {
    overflow: hidden;
    width: 100%;
    padding: 0 15px;
    display: none;
}

.dw-oam-input-comtainer-visible {
    top: 0;
    display: block;
}

.dw-oam-input-comtainer input {
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 56px;
    border-width: 1px;
    outline: none;
}

    .dw-oam-input-comtainer input:focus {
        border-width: 1px;
        outline: none;
    }

.dw-oam-input-comtainer span {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 20px;
    color: white;
    background: #4285f4;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
}

.continue-btn {
    background-color: #f46253;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 2px;
    display: block;
    color: white;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s;
}

input.continue-btn {
    background-color: #f46253;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border: none;
    border-radius: 2px;
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: all .4s;
}

.continue-btn:hover, .continue-btn:focus {
    color: white;
    background-color: #d64d3f;
    text-decoration: none;
}

.checkbox {
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
    background-size: 20px 20px;
    transition: all .4s;
    position: relative;
    padding-left: 26px;
}

    .checkbox:before {
        font-family: 'fontello';
        content: '\e8f9';
        display: inline;
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.checkbox-checked:before {
    font-family: 'fontello';
    content: '\e8f8';
    font-size: 22px;
}

.secure-badge {
    text-align: center;
    margin-top: 15px;
}

    .secure-badge img {
        border: 1px solid #ddd;
    }

.dw-content-title h5 {
    font-weight: bold;
    color: #222;
    margin: 0;
    padding: 0;
}

.dw-form input,
.dw-form select,
.dw-form textarea {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    border-color: #bbb;
    height: 36px;
    color: #555e64;
    box-shadow: none !important;
    outline: none !important;
}

.dw-form select {
    line-height: 36px;
}

.dw-form input[type="radio"],
.dw-form input[type="checkbox"] {
    height: auto;
	display: none;
    /*position: absolute;
    margin-top: -5px;
    margin-left: 2px;*/
}

    .dw-form input[type="radio"] + label,
    .dw-form input[type="checkbox"] + label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        /*top: -5px;*/
    }

        .dw-form input[type="radio"] + label:before,
        .dw-form input[type="checkbox"] + label:before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 2px;
            background-color: #fff;
            border: 1px solid #aaa;
        }

        .dw-form input[type="radio"] + label:before {
            border-radius: 10px;
        }

        .dw-form input[type="checkbox"] + label:before {
            border-radius: 2px;
        }

    .dw-form input[type="radio"]:checked + label:before {
        content: "\e8fa";
        color: #777;
        font-size: 9px;
        text-align: center;
        line-height: 16px;
        font-family: 'fontello';
    }

    .dw-form input[type="checkbox"]:checked + label:before {
        content: "\e810";
        color: #777;
        font-size: 13px;
        text-align: center;
        line-height: 17px;
        font-family: 'fontello';
    }

.dw-form label {
    font-size: 14px;
    font-weight: normal;
}

/* SORTABLE */
.dwf-module-title {
    background: #ddd;
    color: #1d2c35;
    padding: 10px 15px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #ddd url(../img/drag.svg) no-repeat 10px center;
    background-size: 22px 22px;
    opacity: .5;
    cursor: move;
}


/* PRODUCTION & PREVIEW */

body.production .dwf-content {
    border: none;
    padding: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.input-group button {
    background: white;
    border-radius: 2px;
    padding: 8px 12px;
    border-color: #ced3d6;
}

    .input-group button:hover {
        background-color: white !important;
        border-color: #ced3d6 !important;
    }

.timing_option-wrapper {
    display: none;
}

/* CUSTOM OPTIONS */
.custom-options-list {
    list-style: none;
    padding: 0;
}

    .custom-options-list li {
        padding: 10px;
        border: 1px solid transparent;
        background-color: #f46253;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        margin-bottom: 3px;
        padding-right: 20px;
        position: relative;
        outline: none;
    }

        .custom-options-list li.selected::after {
            font-family: icomoon;
            content: '\e904';
            float: right;
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
        }

.input-group-addon {
    color: #FFFFFF;
    background-color: #bbb;
    border: none;
    border-radius: 2px;
    padding: 6px 20px;
}

.cvv-container {
    position: relative;
}

.cvv_helper {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: none;
    z-index: 2;
}

.custom-options-other-amount-input {
    display: none;
}

.dedication-wrapper {
    display: none;
}

#cvv_help {
    cursor: pointer;
}

.card-types {
    list-style: none;
    padding: 0;
}

    .card-types li {
        display: inline;
        margin-right: 2px;
        margin-bottom: 5px;
    }

.pre-submit-section {
    font-size: 16px;
}

    .pre-submit-section span {
        font-weight: bold;
        font-size: 20px;
    }

.submit-btn {
    background-color: #0073bd;
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: none;
    font-weight: bold;
    text-align: center;
    padding: 18px 10px;
    border-radius: 2px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    width: 100%;
}

/* HEADER FOOTER */
.header {
    padding: 20px 30px;
    position: relative;
    background: #fff;
}

.footer {
    background: #222;
    padding: 30px;
    color: white;
}

.footer-has-editor .footer-content {
    display: none;
}

.form-sidebar {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
}

.form-sidebar-hidden {
    display: none;
}

.form-sidebar img {
    max-width: 100%;
}

/* THANK YOU PAGE */
.ty_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100%;
    background: #ffffff;
    z-index: 5;
    display: none;
}

.ty_wrapper {
    max-width: 720px;
    margin: 4em auto;
    text-align: center;
}

    .ty_wrapper img {
        max-width: 100%;
    }
/*safari fix*/
.ty_icon {
    height: 50px;
    margin: 0px auto;
    position: relative;
    width: 50px;
}

.ty_text_wrapper {
    padding: 15px;
}

.ty_title {
    font-weight: bold;
}

.ty_text {
    font-size: 1.4em;
    line-height: 1.8em;
    margin-top: 20px;
}

.recurring-buttons button {
    outline: none !important;
    border-color: #bbb;
}

    .recurring-buttons button.current {
        background-color: #ddd;
    }

#main_bodyeditor .texteditor-append {
    padding: 7px 21px;
}

