﻿body {
    background-color: #f9f9f9;
}
/* BLACK FRIDAY SPECIAL */
.coupon {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1em 1.5em 1em 1.5em;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    line-height: 150%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background: #5195ce;
    background: url(../../images/gensplash/customprints/wallpaper.png);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    /*background:-webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background:-moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background:-o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background:radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png);*/
}

/*.blackfriday {
    padding: 1em 1.5em;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1)), url(../../images/gensplash/customprints/wallpaper.png);
}*/

div.coupon_body {
    float: none;
    display: block;
    width: 100%;
    max-width: 960px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1em 1em 1em 1em;
    line-height: 1.5em;
    /*background: url(../../oneflow/images/genmake/generated/phone-make-bg.png);*/
}

.coupon h1 {
    font-size: 105%;
    display: inline-block;
    width: 100%;
}

.coupon span.coupon_desc {
    padding: 0;
    display: inline-block;
    width: auto;
}

.coupon h1.blackfriday_h1 {
    font-size: 150%;
    padding: 0 0 0.2em 0;
    text-transform: uppercase;
}

.coupon span.blackfriday_desc {
    font-size: 100%;
    padding: 0;
}

.coupon span.blackfriday_sub {
    font-size: 100%;
    padding: 0;
    font-style: italic;
}

.coupon div.coupon_btn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 5% 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .coupon div.coupon_btn a {
        float: none;
        display: inline-block;
        height: auto;
        width: 100%;
        background-color: #3d83ba;
        max-width: 310px;
        font-size: 0.8em;
        text-decoration: none;
        padding: 0;
        margin: 0;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        line-height: 1.2em;
    }

        .coupon div.coupon_btn a span {
            float: left;
            width: 100%;
            text-align: center;
            padding: 1em 0 1em 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
        }

        .coupon div.coupon_btn a:hover {
            background-color: #337bb1;
        }

        .coupon div.coupon_btn a.off {
            background-color: #eeeeee;
        }

            .coupon div.coupon_btn a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            .coupon div.coupon_btn a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

div.make_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

div.make_section_standalone {
    padding-top: 3em;
}

div.phone_step_section {
    display:none;
}

div.breadphone_section {
    display: none;
}

div.breadphone_section article.make_article {
    padding-bottom: 1.5em;
}



article.make_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 0em 2em 3.5em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.phone_btn_section article.make_article {
    padding:0em 2em 2em 2em;
}

article.blackfriday {
    padding: 2em 2em 2em 2em;
}

article.top_article {
    padding: 3em 2em 3.5em 2em;
}

article.design_article {
    padding-top: 0;
}

article.make_article h1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 1.3em;
    color: #313131;
    line-height: 1em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    article.make_article h1 span {
        float: left;
    }

    article.make_article h1 strong {
        float: left;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 6px 15px 6px 15px;
        margin: 0 0 0 1em;
        text-align: center;
        color: #313131;
        font-size: 11px;
        line-height: 11px;
        display: inline-block;
        font-weight: bold;
        border: 1px solid #d6d6d6;
    }

article.make_article h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    color: #515151;
    line-height: 1.6em;
    padding: 1em 0em 0em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

    article.make_article h2.continue {
        padding: 0.75em 0em 0em 0em;
    }

    article.make_article h2:empty {
        padding: 0;
    }

article.make_article h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 1em;
    color: #515151;
    line-height: 1.6em;
    padding: 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

div.video_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

    div.video_section a {
        float: none;
        text-align: center;
        width: 100%;
        font-size: 1em;
        line-height: 1em;
        display: inline-block;
        max-width: 420px;
        padding: 1em 1.5em 1em 1.5em;
        margin: 1.5em 0 0 0;
        margin-left: 0 auto;
        margin-right: 0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        color: #5195ce;
        background: #ffffff;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        cursor: pointer;
    }

        div.video_section a:hover {
            color: #313131;
        }

    div.video_section img {
        float: none;
        margin: -5px 0 -5px 10px;
        height: 20px;
    }

div.video_overlay_wrap {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video_overlay_wrap iframe,
.video_overlay_wrap object,
.video_overlay_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*div.video_overlay_frame
{
    width:560px;
    height:315px;
}*/

/***********************************************************************************************/
/*                                      OLD UPLOAD AREA                                        */
/***********************************************************************************************/

div.ajax_uploader {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    margin-top: 1.5em;
    min-width: 240px;
}

    div.ajax_uploader table {
        float: left;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.ajax_uploader input {
        width: 50%;
        padding: 0.8em;
        border: 1px solid #e6e6e6;
        background: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

div.ajax_design_uplaoder {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
    margin-top: 1em;
    min-width: 240px;
}

    div.ajax_design_uplaoder table {
        float: left;
        width: 100%;
        min-height: 28px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.ajax_design_uplaoder input {
        width: 100% !important;
        padding: 0;
        border: none;
        background: transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block !important;
    }

#ctl00_bodyContent_viewAjaxUploader, #ctl00_bodyContent_viewDesignAjaxUploader,
#ctl00_bodyContent_viewAjaxUploader tbody, #ctl00_bodyContent_viewDesignAjaxUploader tbody,
#ctl00_bodyContent_viewAjaxUploader tbody tr, #ctl00_bodyContent_viewDesignAjaxUploader tbody tr,
#ctl00_bodyContent_viewAjaxUploader tbody tr td, #ctl00_bodyContent_viewDesignAjaxUploader tbody tr td,
#ctl00_bodyContent_viewAjaxUploader tbody tr td div, #ctl00_bodyContent_viewDesignAjaxUploader tbody tr td div {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: auto;
}

/* IE file upload table */
#ctl00_bodyContent_viewAjaxUploader_t_0 tbody tr td, #ctl00_bodyContent_viewDesignAjaxUploader_t_0 tbody tr td {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #ctl00_bodyContent_viewAjaxUploader_t_0 tbody tr td:nth-child(even), #ctl00_bodyContent_viewDesignAjaxUploader_t_0 tbody tr td:nth-child(even) {
        width: 40%;
    }

/* IE file upload text box */
#ctl00_bodyContent_viewAjaxUploader_i_0, #ctl00_bodyContent_viewDesignAjaxUploader_i_0 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 0.5em;
    font-size: 12px;
    color: #515151;
    text-align: left;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

/* IE file upload button */
#ctl00_bodyContent_viewAjaxUploader_BrowseButton0, #ctl00_bodyContent_viewDesignAjaxUploader_BrowseButton0 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #5195ce;
    border: 1px solid #5195ce;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    color: #ffffff;
    cursor: pointer !important;
}

div.progress_text_wrap {
    float: left;
    width: 100%;
    height: auto;
    color: #3e3e3e;
    font-size: 0.8em;
    text-align: center;
}

span.progress_text_desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    padding-top: 1em;
    line-height: 1.5em;
    color: #7e7e7e;
    background-color: transparent;
}

div.ajax_uploaded {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0em;
    background: transparent;
    margin-top: 0;
    min-width: 240px;
}

    div.ajax_uploaded div.ajax_image {
        float: left;
        height: auto;
        width: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1em;
        margin: 1em 1em 0em 0em;
        text-align: center;
        /*border:1px dashed #d8bc9c;
	background:#fcf4bc;*/
        border: 1px dashed #e6e6e6;
        background: #eee;
    }

        div.ajax_uploaded div.ajax_image:last-of-type {
            margin-right: 0;
        }

        div.ajax_uploaded div.ajax_image span.ajax_image_link {
            float: left;
            border: none;
            height: auto;
            width: auto;
            max-width: 150px;
            max-height: 50px;
            padding: 0em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
        }

            div.ajax_uploaded div.ajax_image span.ajax_image_link img {
                float: left;
                border: none;
                height: auto;
                width: auto;
                max-width: 150px;
                max-height: 50px;
                padding: 0em;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin-left: auto;
                margin-right: auto;
            }

        div.ajax_uploaded div.ajax_image img.quality {
            float: left;
            border: none;
            width: 35px;
            padding: 0.8em 0em 0em 1em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
        }

        div.ajax_uploaded div.ajax_image span.quality_text {
            color: #7e7e7e;
            text-align: left;
            padding-left: 0.5em;
            padding-top: 1em;
        }

        div.ajax_uploaded div.ajax_image div {
            float: left;
            width: auto;
        }

    div.ajax_uploaded table {
        float: left;
        width: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    div.ajax_uploaded div.ajax_image span {
        float: left;
        width: auto;
        font-size: 0.8em;
        color: #515151;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
        display: inline;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 1em;
    }

    div.ajax_uploaded div.ajax_image a {
        float: right;
        width: auto;
        font-size: 0.8em;
        color: #5195ce;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
        display: inline;
        padding: 1em 0em 0em 2em;
    }

        div.ajax_uploaded div.ajax_image a:hover {
            color: #313131;
        }

/***********************************************************************************************/
/*                                         OPTION AREA                                         */
/***********************************************************************************************/
div.product {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
}

div.product_item {
    float: left;
    width: 49%;
    padding: 0em;
    margin: 1.5em 1% 0em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: transparent;
    color: #5195ce;
}

    div.product_item:nth-child(even) {
        margin: 1.5em 0em 0em 1%;
    }

    div.product_item a.product_image {
        float: left;
        width: 35%;
        height: auto;
        overflow: hidden;
        padding: 1em 1em 1em 1em;
        margin: 0 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        clear: both;
        cursor:pointer;
    }

        div.product_item a.product_image img {
            float: left;
            width: 100%;
            height: auto;
            border: none;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    div.product_item div.product_info {
        float: left;
        width: 65%;
        height: auto;
        overflow: hidden;
        padding: 1.5em 1.5em 1.5em 0em;
        margin: 0 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        div.product_item div.product_info span.product_input {
            float: left;
            width: 100%;
            height: 13px;
            border: none;
            margin: 0;
            padding: 0;
        }

            div.product_item div.product_info span.product_input input {
                float: left;
                width: 13px;
                height: 13px;
                border: none;
                margin: 0;
                padding: 0;
                cursor: pointer;
            }

        div.product_item div.product_info a {
            float: left;
            text-decoration: none;
            text-align: left;
            margin: -14px 0 0 0;
            padding-left: 20px;
            font-size: 1em;
            line-height: 1em;
            color: inherit;
            width: auto;
            font-weight: bold;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            div.product_item div.product_info a:hover {
                color: #313131;
            }

            div.product_item div.product_info a.product_design_title {
                margin: 0 0 0 0;
                padding-left: 0px;
                width: auto;
            }

            div.product_selected div.product_info a {
                cursor:default;
            }

        div.product_item div.product_info div.product_design_button_wrap {
            display: inline-block;
            width: 100%;
            float: left;
        }

        div.product_item div.product_info a.product_design_button {
            width: 100%;
            font-family: Verdana;
            background: #5195ce;
            float: left;
            margin: 12px 0 -2px 0;
            padding: 0;
            text-decoration: none;
            cursor: pointer;
            color: #ffffff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            max-width: 150px;
            white-space: normal;
            text-overflow: initial;
        }

            div.product_item div.product_info a.product_design_button span {
                float: left;
                width: 100%;
                padding: 10px 0 10px 0;
                text-align: center;
                margin: 0;
                font-size: 0.9em;
                line-height: 1em;
                font-weight: bold;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            div.product_item div.product_info a.product_design_button:hover {
                background: #3d83ba;
            }

        div.product_item div.product_info a.off {
            background-color: #eeeeee;
        }

            div.product_item div.product_info a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

        div.product_item div.product_info span.product_desc {
            float: left;
            width: 100%;
            text-align: left;
            font-size: 0.8em;
            line-height: 1.8em;
            padding: 1em 0em 0em 0em;
            color: #515151;
            clear: both;
            cursor: pointer;
        }



/***********************************************************************************************/
/*                                  PRODUCT ATTRIBUTES AREA                                    */
/***********************************************************************************************/
div.product_phone_models div.product_item {
    width:32%;
    margin:1.5em 0 0 0;
}

div.product_phone_models div.product_item:nth-child(3n+2) {
    margin: 1.5em 1% 0 1%;
}

div.product_item:nth-child(even) {
    margin: 1.5em 0em 0em 0;
}

div.product_phone_models a.product_image {
    width:30%;
}

div.product_phone_models a.product_image img {
    float: none;
    width: auto;
    height: auto;
    max-height: 90px;
}

/*div.product_phone_models div.product_info {
    padding: 0 0 0 0.7em;
}*/

    div.product_phone_models div.product_info span.product_desc {
        color: #04a204;
        cursor:pointer;
    }

        div.product_phone_models div.product_info span.product_desc em {
            color: #464646;
            text-decoration: line-through;
            font-style: italic;
        }

/***********************************************************************************************/
/*                                         CONTINUE                                            */
/***********************************************************************************************/

div.footer_header {
    float: left;
    width: 60%;
}

div.btn {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 2.5em 0;
    margin: 0;
}

    div.btn a {
        float: none;
        position: relative;
        display: inline-block;
        height: auto;
        width: 38%;
        max-width: 350px;
        text-decoration: none;
        padding: 1em 0em 1em 0em;
        margin: 0;
        background-color: #0dab05;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.2em;
        line-height: 1.2em;
    }

        div.btn a img {
            float: none;
            width: 18px;
            height: 18px;
            overflow: hidden;
            text-align: center;
            margin: 0;
            font-size: 1px;
            line-height: 1px;
            display: inline-block;
            position: relative;
            margin: -5px 0 -3px 0;
            padding: 0px;
            border: none;
        }

        div.btn a span {
            float: none;
            width: auto;
            position: relative;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
            display: inline-block;
        }

        div.btn a:hover {
            background-color: #009d00;
        }

        div.btn a.off {
            background-color: #eeeeee;
        }

            div.btn a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }


.new_btn {
    float: none;
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    padding: 1em 0em 1em 0em;
    margin: 0;
    background-color: #0dab05;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    text-indent: -20px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border: none;
    /*background-image: url(./../oneflow/images/genmake/generated/next_icon.png);*/
    background-image: url(../../oneflow/images/genmake/generated/next_icon.png);
    background-repeat: no-repeat;
    background-position: right 35% top 49%;
}

    .new_btn:hover {
        background-color: #009d00;
    }

.new_btn_off {
    background-color: #eeeeee;
}

    .new_btn_off:hover {
        background-color: #eeeeee;
        cursor: progress;
    }


.step_btn {
    width:59%;
    float:left;
}


.start_btn {
    width:100%;
    float:left;
}

.end_btn {
    background-position: right 25% top 49%;
}


.back_btn {
    background: #e6e6e6;
    color: #313131;
    background-image: url(../../oneflow/images/genmake/generated/back_icon.png);
    background-repeat: no-repeat;
    background-position: left 30% top 49%;
    text-indent: 20px;
    margin-right: 3%;
    width: 37%;
    display:none;
}

.back_btn:hover {
    background-color:#e0e0e0;
}

div.product_selected {
    background: #ffffff;
    color: #313131;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor:default;
}

#viewNewContinueBtn {
    visibility: hidden;
}

/***********************************************************************************************/
/*                                        END SECTION                                          */
/***********************************************************************************************/
div.end_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    text-align: center;
    background: #f3f3f3;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

article.end_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 2em 2em 0em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    article.end_article img {
        float: left;
        margin: 0;
        border: none;
        padding: 0;
        width: 40%;
        height: auto;
        margin-bottom: -3px;
    }

    article.end_article div {
        float: right;
        width: 60%;
        padding: 2em 0 0 2em;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
    }

    article.end_article h1 {
        float: left;
        width: 100%;
        padding: 0 1em 1em 0;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: inherit;
        color: #313131;
        font-family: Georgia, Serif;
        font-size: 2em;
        line-height: 1.5em;
        font-style: italic;
        font-weight: normal;
    }

    article.end_article h2 {
        float: left;
        width: 100%;
        padding: 0 2em 2em 0;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #515151;
        text-align: inherit;
        font-size: 1em;
        font-weight: normal;
        font-style: italic;
    }

        article.end_article h2 strong {
            color: #313131;
            font-weight: bold;
        }

/***********************************************************************************************/
/*                                     LOADING SPINNER                                         */
/***********************************************************************************************/

div.loading {
    width: 100%;
    float: left;
    text-align: center;
    padding: 1em 0 0em 1em;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.loading span.spinner {
        float: left;
        height: 25px;
        width: 25px;
        margin: 0 auto;
        position: relative;
        display: inline-block;
        -webkit-animation: rotation .6s infinite linear;
        -moz-animation: rotation .6s infinite linear;
        -o-animation: rotation .6s infinite linear;
        animation: rotation .6s infinite linear;
        border-left: 6px solid rgba(5,117,171,.15);
        border-right: 6px solid rgba(5,117,171,.15);
        border-bottom: 6px solid rgba(5,117,171,.15);
        border-top: 6px solid rgba(5,117,171,.8);
        border-radius: 100%;
    }

/***********************************************************************************************/
/*                                   SIZE SUGGEST OVERLAY                                      */
/***********************************************************************************************/
div.overlay_wrap {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
}

div.overlay_div_half {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3em 1.5em 0 1.5em;
    overflow: hidden;
}

div.overlay_wrap div.half_dark {
    background: #f3f3f3;
    border-left: 1px solid #e6e6e6;
    margin-left: -1px;
}

    div.overlay_wrap div.half_dark:last-of-type {
        padding-bottom: 3em;
    }

div.overlay_div_half h1 {
    float: left;
    width: 100%;
    padding: 1em 0 0 0;
    text-align: center;
    color: #313131;
    font-size: 1.2em;
    line-height: 1.6em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.overlay_div_half div.overlay_div_desc {
    float: left;
    width: 100%;
    color: #515151;
    text-align: center;
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.0em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.overlay_div_half div.overlay_div_desc b {
        color: #313131;
    }


div.overlay_div_half div a {
    color: #5195ce;
    cursor: pointer;
    text-decoration: none;
}

    div.overlay_div_half div a:hover {
        color: #313131;
    }

.overlay_div_half_image {
    float: none;
    width: 1px;
    height: 200px;
    display: inline-block;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.overlay_div_half_image_center {
    float: left;
    width: 330px;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-left: -165px;
}

.overlay_div_half_image_horz {
    float: none;
    width: 100%;
    height: 100%;
    display: inline-table;
}

.overlay_div_half_image_vert {
    float: none;
    width: auto;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

div.overlay_div_full {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0;
    text-align: center;
    display: inline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 1.5em 30px 1.5em;
    overflow: hidden;
}

div.overlay_wrap div.half_dark_full {
    background: #f3f3f3;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-left: -1px;
}

/*div.overlay_wrap div.half_dark_full:last-of-type
{
    padding-bottom:3em;
}*/

div.overlay_div_customize_desc {
    float: left;
    width: 100%;
    color: #515151;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 1em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overlay_div_full_image {
    float: none;
    width: 1px;
    height: 200px;
    display: inline-block;
    text-align: center;
    margin-left: 0 auto;
    margin-right: 0 auto;
}

.customize_image_wrap {
    float: none;
    text-decoration: none;
    display: inline;
    margin-left: 0 auto;
    margin-right: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 8px #a0a0a0;
    -webkit-box-shadow: 0px 0px 8px #a0a0a0;
    -moz-box-shadow: 0px 0px 8px #a0a0a0;
    border: 2px solid #ffffff;
    display: inline-block;
}

    .customize_image_wrap img {
        float: left;
        border: none;
        max-width: 320px;
        max-height: 200px;
    }

.crop_wrap {
    float: none;
    text-decoration: none;
    display: inline;
    margin-left: 0 auto;
    margin-right: 0 auto;
    overflow: hidden;
    box-shadow: 0px 0px 8px #a0a0a0;
    -webkit-box-shadow: 0px 0px 8px #a0a0a0;
    -moz-box-shadow: 0px 0px 8px #a0a0a0;
    border: 2px solid #ffffff;
    display: inline-block;
}

    .crop_wrap img {
        float: left;
        border: none;
    }

div.overlay_btn_half {
    float: left;
    width: 50%;
    height: auto;
    text-align: center;
    padding: 1.5em;
    margin: 0;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    div.overlay_btn_half a {
        float: none;
        position: relative;
        display: inline-block;
        height: auto;
        width: 80%;
        text-decoration: none;
        padding: 1em 0em 1em 0em;
        margin: 0;
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.1em;
        line-height: 1em;
    }

        div.overlay_btn_half a span {
            float: none;
            width: 100%;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
        }

        div.overlay_btn_half a:hover {
            background-color: #3d83ba;
        }

        div.overlay_btn_half a.green_btn {
            background-color: #0dab05;
        }

            div.overlay_btn_half a.green_btn:hover {
                background-color: #009d00;
            }

        div.overlay_btn_half a.off {
            background-color: #eeeeee;
        }

            div.overlay_btn_half a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.overlay_btn_half a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }


/*  MEDIA QUERIES  */
@media (max-width: 915px) {
    article.end_article div h1 {
        font-size: 1.5em;
    }

    div.btn a {
        width: 46%;
    }
}

@media (max-width: 800px) {
    div.overlay_title h1.suggest_title {
        padding: 0.95em 37px 0.95em 0.95em;
        font-size: 0.9em;
    }

    div.overlay_div_full {
        padding: 25px 1em 25px 1em;
    }

    div.overlay_div_half {
        padding: 1em 1em 0 1em;
    }

        div.overlay_div_half h1 {
            padding: 0.5em 0 0 0;
            font-size: 1em;
            line-height: 1.4em;
        }

    div.overlay_div_half_image {
        height: 190px;
    }

    .crop_wrap {
        -ms-transform: scale(0.80);
        -webkit-transform: scale(0.80);
        transform: scale(0.80);
    }

    div.overlay_btn_half {
        padding: 1.5em 1em 1.5em 1em;
    }

    div.overlay_wrap div.half_dark:last-of-type {
        padding-bottom: 3em;
    }

    div.overlay_btn_half a {
        width: 100%;
    }

    div.product_phone_models div.product_item {
        width: 49%;
        margin: 1.5em 1% 0 0;
    }

        div.product_phone_models div.product_item:nth-child(3n+2) {
            margin: 1.5em 1% 0 0;
        }

    div.product_item:nth-child(even) {
        margin: 1.5em 0 0 1% !important;
    }
}


@media (max-width: 700px) {
    div.coupon h1.blackfriday_h1 {
        font-size: 150%;
    }

    div.coupon span.blackfriday_desc {
        font-size: 100%;
    }

    div.coupon span.blackfriday_sub {
        font-size: 90%;
    }

    article.make_article {
        padding: 0 2em 2em 2em;
    }

        article.make_article h1 {
            font-size: 1.2em;
        }

        article.make_article h2 {
            font-size: 0.8em;
        }

        article.make_article div.ajax_uploader {
            width: 100%;
        }

        article.make_article div.drag_uploader {
            width: 100%;
            margin-top: 1em;
            margin-left: 0;
        }

            article.make_article div.drag_uploader span {
                font-size: 0.8em;
            }

        article.make_article div.ajax_uploaded div.ajax_image {
            padding: 0.5em;
            margin: 0.5em 0em 0em 0em;
            width: 100%;
        }

            article.make_article div.ajax_uploaded div.ajax_image span {
                max-width: 164px;
            }

            article.make_article div.ajax_uploaded div.ajax_image img {
                max-width: 100px;
                max-height: 40px;
            }

    #ctl00_bodyContent_viewAjaxUploader_t_0 tbody tr td {
        width: 55%;
    }

        #ctl00_bodyContent_viewAjaxUploader_t_0 tbody tr td:nth-child(even) {
            width: 30%;
        }

    div.product_item {
        width: 100%;
        padding-right: 0;
    }

        div.product_item:nth-child(even) {
            margin: 1.5em 0 0 0;
        }

        div.product_item div.product_info {
            width: 60%;
        }

        div.product_item a.product_image {
            width: 40%;
        }

    div.footer_header {
        width: 100%;
    }

    div.btn a {
        width: 61.8%;
    }

    article.end_article img {
        float: none;
        margin-left: 0 auto;
        margin-right: 0 auto;
        width: 60%;
    }

    article.end_article div {
        width: 100%;
        text-align: center;
    }

    div.phone_btn_section {
        position: fixed;
        bottom: 0;
        left: 0;
        height:90px;
        z-index: 1;
        background: #f3f3f3;
        border-top: 1px solid #e6e6e6;
    }

    .start_btn {
        width: 100%;
        float: none;
    }

    div.chunk_upload_spacer {
        min-height: 400px;
    }

    div.phone_btn_section article.make_article {
        padding: 1.2em 2em 2em 2em;
    }

}

@media (max-width:510px) {
    article.make_article {
        padding: 0em 1.5em 1em 1.5em;
    }

    article.blackfriday {
        padding: 0em 1.5em 1.5em 1.5em;
    }

        article.make_article h1 {
            font-size: 1.2em;
            text-align: left;
        }

        article.make_article h2 {
            font-size: 0.8em;
            text-align: left;
        }

    div.video_section {
        padding: 0 1.5em 0 1.5em;
    }

        div.video_section a {
            max-width: 100%;
        }

    div.product_item a.product_image {
        width: 40%;
        padding: 1em;
    }

    div.product_item div.product_info {
        width: 60%;
        padding: 1.2em 1.2em 1.2em 0;
    }

    div.product_info a {
        font-size: 1em;
    }

    div.btn a {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:500px) {
    div.coupon h1.blackfriday_h1 {
        font-size: 130%;
    }

    div.coupon span.blackfriday_desc {
        font-size: 95%;
    }

    div.coupon span.blackfriday_sub {
        font-size: 85%;
    }

    div.video_section a {
        font-size: 0.9em;
    }

    div.video_section img {
        margin: -3px 0 -3px 10px;
    }

    div.overlay_title h1.suggest_title {
        line-height: 1.3em;
    }

    div.overlay_div_full {
        padding: 0 0.5em 0 0.5em;
    }

    div.overlay_div_half {
        padding: 0.5em 0.5em 0 0.5em;
    }

        div.overlay_div_half h1 {
            padding: 0.5em 0 0 0;
            font-size: 0.9em;
            line-height: 1.4em;
        }

        div.overlay_div_half div.overlay_div_desc {
            font-size: 0.8em;
        }

    div.overlay_div_customize_desc {
        font-size: 0.8em;
    }

    div.overlay_div_half_image {
        height: 190px;
        margin-top: -40px;
        margin-bottom: -40px;
    }

    .crop_wrap {
        -ms-transform: scale(0.50);
        -webkit-transform: scale(0.50);
        transform: scale(0.50);
    }

    .customize_image_wrap {
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    div.overlay_btn_half {
        padding: 1em 0.5em 1em 0.5em;
        width: 100%;
    }

    div.overlay_wrap div.half_dark {
        padding-bottom: 1em;
        border-bottom: 1px solid #e6e6e6;
    }

        div.overlay_wrap div.half_dark:last-of-type {
            padding-bottom: 1em;
            margin-left: 0;
            border-left: none;
            border-bottom: none;
            border-top: 1px solid #e6e6e6;
        }

    div.overlay_wrap div.half_dark_full {
        padding-bottom: 1em;
        border-bottom: 1px solid #e6e6e6;
    }

        div.overlay_wrap div.half_dark_full:last-of-type {
            padding-bottom: 1em;
            margin-left: 0;
            border-left: none;
            border-bottom: none;
            border-top: 1px solid #e6e6e6;
        }

    div.overlay_btn_half a {
        width: 100%;
    }

    div.product_phone_models div.product_item {
        width: 100%;
        margin: 1.5em 0 0 0;
    }

        div.product_phone_models div.product_item:nth-child(3n+2) {
            margin: 1.5em 0 0 0;
        }

    div.product_phone_models div.product_item:nth-child(even) {
        margin: 1.5em 0 0 0 !important;
    }

    div.product_phone_models a.product_image {
        width: 30%;
        padding: 1em;
    }
}

@media (max-width:400px) {
    div.video_section img {
        display: none;
    }

    div.product_item div.product_info {
        width: 70%;
        padding: 1.2em 1.2em 1.2em 0;
    }

    div.product_item a.product_image {
        width: 30%;
        padding: 1em;
    }
}

/***********************************************************************************************/
/*                                      NEW UPLOAD AREA                                        */
/***********************************************************************************************/
div.make_upload_standalone_panel {
    float: left;
    display: inline-block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    z-index: -100;
}

div.make_upload_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    visibility:hidden;
    height:0;
}

div.make_upload_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 0em 2em 1em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.make_upload_wrap {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

    div.make_upload_wrap h1 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 1.3em;
        color: #313131;
        line-height: 1em;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }

    div.make_upload_wrap h2 {
        float: left;
        width: 100%;
        text-align: left;
        font-size: .8em;
        color: #515151;
        line-height: 1.6em;
        padding: 1em 0 1.5em 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        margin: 0;
    }


div.upload_area {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 10px 10px 10px;
    /*background-image: url(../images/genmake/generated/upload_area_bg.png);
    background-repeat: repeat;
    box-shadow: inset 0px 0px 8px 8px rgba(255,255,255,1);*/
    margin-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
}

div.upload_svg {
    width: 100%;
    height: 64px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0.5em 0;
}

    div.upload_svg svg {
        width: 64px;
        height: 64px;
        margin: 0px;
    }

.cloud_upload_svg {
    fill: #5195ce;
    -webkit-transition: fill 0.4s ease;
    -moz-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease;
}

.upload_btn {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5195ce;
    color: #fff;
    font-weight: 400;
}

    .upload_btn:hover {
        text-decoration: none;
        background-color: #3d83ba;
    }

.delete {
    background: #fff;
    border: 1px solid #d6d6d6;
    color: #5195ce;
}

    .delete:hover {
        text-decoration: none;
        background-color: #f9f9f9;
    }

.upload_desc {
    width: 100%;
    display: inline-block;
    color: #515151;
    font-size: 1em;
    margin-top: 1em;
}

div.progress_wrap {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 0em;
}

.progress {
    height: 20px;
    margin: 1em 0;
    overflow: hidden;
    background-color: transparent;
    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);
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-success {
    background-color: #0dab05;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5195ce;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-extended {
    margin-bottom: 1em;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.fade.in {
    opacity: 1;
    height: auto;
    overflow: inherit;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    height: 0;
    overflow: hidden;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

a {
    color: #5195ce;
    text-decoration: none;
}

a {
    background-color: transparent;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

p {
    margin: 0 0 0;
}

.name_td {
    overflow: hidden;
    text-overflow: ellipsis;
}

p.name {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 5px 0 5px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding: 10px;
    text-align:left;
}

.fileinput-button span {
    display:none;
    width:25%;
    float:left;
}

    .fileinput-button input {
        display:inline-block;
        float:left;
        width:100%;
    }

/*.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}*/
        /* Fixes for IE < 8 */
        @media screen\9 {
            .fileinput-button input {
                filter: alpha(opacity=0);
                font-size: 100%;
                height: 100%;
            }
        }

        .fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .progress-bar,
.progress-animated .bar {
    background: url("../img/progressbar.gif") !important;
    filter: none;
}

.fileupload-process {
    float: right;
    display: none;
}

.fileupload-processing .fileupload-process,
.files .processing .preview {
    display: block;
    width: 32px;
    height: 32px;
    /*background: url("../images/genmake/generated/loading.gif") center no-repeat;*/
    background: url("../oneflow/images/genmake/generated/loading.gif") center no-repeat;
    background-size: contain;
}

.files audio,
.files video {
    max-width: 300px;
}

.thumbnail_warning {
    width: 90%;
    padding: 1em 1.5em 1em 1.5em;
    border: 1px solid #ff9800;
    background: #fff3e0;
    color: #aa3510;
    text-align: center;
    font-size: 12px;
    line-height: 1.6em;
    display: inline-block;
    float: none;
    box-sizing: border-box;
    margin-bottom: 1.5em;
}

.cutout_warning {
    width: 100%;
    padding: 1em 1.5em 1em 1.5em;
    border: 1px solid #ff9800;
    background: #fff3e0;
    color: #aa3510;
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
    display: inline-block;
    float: none;
    box-sizing: border-box;
    margin-top: 1.5em;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }

    .files audio,
    .files video {
        max-width: 80px;
    }

    .files img,
    .files canvas {
        max-width: 100%;
    }
}

@media (max-width:510px) {
    div.make_upload_article {
        padding: 1em 2em 1em 2em;
    }

        /*div.make_upload_article h1 {
            text-align: center;
        }

        div.make_upload_article h2 {
            text-align: center;
        }*/
}

@media (max-width:440px) {
    .size {
        font-size: 0.8em;
    }

    /*.new_btn {
        width: 250px;
        padding: 1em 0em 1em 0em;
        font-size: 1.2em;
        line-height: 1.2em;
        text-indent: -20px;
        background-position: right 30% top 49%;
    }*/
}

.loader_bar {
    display: inline-block;
    width: 100%;
    margin-top: 1.5em;
    text-align: center;
}

.loader {
    margin: 0 auto 0 auto;
    top: -3px;
    font-size: 4px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
}

.loader_text {
    width: auto;
    display: inline-block;
    margin-left: 18px;
    margin-top: 0px;
    font-size: 14px;
    color: #313131;
}

.breadphone {
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    font-weight:bold;
    position:relative;
}

    .breadphone li {
        float: left;
    }

        .breadphone li a {
            color: #5195ce;
            text-decoration: none;
            padding: 10px 25px 10px 20px;
            background: #fff;
            position: relative;
            display: block;
            float: left;
            border-top: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            /*-webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;*/
            cursor: pointer;
            margin-left: 16px;
        }

            /*.breadphone li a::after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                border-style: solid;
                border-width: 17px 0 17px 15px;
                border-color: transparent transparent transparent #fff;
                top: 0px;
                right: -14px;
                z-index: 2;
            }

            .breadphone li a::before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                border-style: solid;
                border-width: 17px 0 17px 15px;
                border-color: transparent transparent transparent #e6e6e6;
                top: 0px;
                right: -15px;
                z-index: 1;
            }*/

            .breadphone li a::after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                /*position: absolute;*/
                position: absolute;
                border-style: solid;
                /*border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-right: 15px solid blue;*/
                border-width: 17px 15px 17px 0;
                border-color: transparent #fff transparent transparent;
                top: 0px;
                left: -14px;
                z-index: 2;
            }

            .breadphone li a::before {
                content: "";
                display: block;
                width: 0;
                height: 0;
                /*position: absolute;*/
                position: absolute;
                border-style: solid;
                font-size: 0px;
                line-height: 0px;
                /*border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-right: 15px solid red;*/
                border-width: 17px 15px 17px 0;
                border-color: transparent #e6e6e6 transparent transparent;
                top: 0px;
                left: -15px;
                z-index: 1;
            }

        .breadphone li.secondary a {
            margin-right: -16px;
            padding: 10px 25px 10px 20px;
            background: #f9f9f9;
        }

            .breadphone li.secondary a:after {
                border-color: transparent #f9f9f9 transparent transparent;
            }

        /*.breadphone li:last-child a {
            background: transparent !important;
            color: black;
            pointer-events: none;
            cursor: default;
        }

            .breadphone li:last-child a::after {
                border: 0;
            }*/

        .breadphone li a:hover {
            background: #f0f0f0;
        }

            .breadphone li a:hover:after {
                border-right-color: #f0f0f0 !important;
            }