/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#vpc-container.save_process .vpc-component .vpc-options *, #vpc-container.save_process .vpc-component .vpc-addon-options *{
    pointer-events: none;
}

#vpc-save-btn {
    display: inline-block;
}

#vpc-save-btn:after {
    content: url('../img/save_for_later.svg');
    margin-left: 5px;
    font-family:'FontAwesome';
    font-size:14px;
    letter-spacing: normal;
    width: 14px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.saved_panel{
    font-size: 13px;
}
.vpc_sfla_edit_url{
    border: 1px solid;
    padding: 10px 5px;
    display: inline-block;
    margin: 6px 0 4px 4px;
}

.saved_panel .title, .saved_panel .product_name{
    padding: 10px 0;
    font-size: 16px;
    margin: 10px;
    text-decoration: underline;
    font-weight: bold;
}

.vpc_sfla_saved_container{
    display: inline-block;
    padding: 0;
    margin: 10px;
    position: relative;
    width: 100px;
}

.saved_panel .vpc_sfla_edit_url {
    padding: 10px;
    text-decoration: none;
    color: #777;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 0px;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
}
.vpc_sfla_saved_container .save-name{
    text-align: center;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.saved_panel .delete_saved {
    position: absolute;
    border: 1px solid;
    padding: 0px 5px;
    border-radius: 10px;
    cursor: pointer;

    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 0 !important;
    color: #fff;
    background-color: #cc0000;
    top: -5px;
    right: -10px;
}

div#vpc-container {
    position: relative;
}

.loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(255, 255, 255, .7);
    top: 0;
}

.loader img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
.line{
    padding: 16px 10px;
    font-size: 18px;
}
.line .btn{

    text-align: center;
}

/*==== POPUP =====*/

div.omodal-backdrop {
    background-color: #222;
}

div.omodal-backdrop.fade, div.omodal.fade {
    opacity: 0;
    transition: opacity .2s;
}
div.omodal-backdrop.in {
    opacity: .6 !important;
}

div.omodal.in {
    opacity: 1 !important;
}

div.omodal {
    overflow: hidden;
}

div.omodal-content {
    border-radius: 0;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.omodal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    line-height: 30px;
    padding: 0px 15px !important;
    color: #fff;
    background-color: #cc0000;
    opacity: 1;
    height: 50px;
    border-radius: 0;
    margin: 0;
}

div.omodal-header .close:hover {
    opacity: .8;
}

div.omodal-header {
    background-color: #444;
    padding: 0 70px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    border: 0;
}

div.omodal-header .omodal-title {
    font-size: 18px !important;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sfla_form .modal-content {
    box-shadow: none;
    border: 0;
}

#sfla_form .omodal-body {
    padding: 0 25px 0 !important;
    max-width: 100%;
    max-height: 50vh;
    overflow: auto;
}

#sfla_form .omodal-body .line > div input {
    width: 100%;
}

#sfla_form .omodal-body .line {
    padding: 15px 0 0;
}

#sfla_form div.formError .formErrorContent {
    min-width: auto;
}

#sfla_form div.formError {
    right: 10px !important;
    left: auto !important;
}

div.omodal-footer{
    border-top: none !important;
    padding: 0;
    margin-top: 0;
}
div.omodal-footer .btn {
    text-align: center;
    padding: 30px 25px !important;
}
div.omodal .formbuilt div{
    padding: 0;
}