﻿.waitForShop {
    filter: none;
}
/*! CSS Used from: http://localhost:83/assets/css/shortcodes.css */
i[class*="-icon"]:hover:after {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 1;
}

i[class*="-icon"] {
    display: inline-block;
    font-style: normal;
}

.accordion {
    position: relative;
}

    .accordion .panel {
        margin: 0;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .accordion h5.acc-head {
        margin-bottom: 0;
    }

        .accordion h5.acc-head a {
            display: block;
            padding: 15px;
            line-height: 20px;
            position: relative;
            font-size: 15px;
            border: 1px transparent solid;
            margin-bottom: -1px;
        }

            .accordion h5.acc-head a:after {
                position: absolute;
                top: 50%;
                left: 0;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f00d";
                top: 0px;
                font-size: 12px;
                padding: 18px 0;
                font-size: 14px;
                width: 45px;
                text-align: center;
            }

            .accordion h5.acc-head a.collapsed:after {
                -webkit-transform: rotate(0deg);
                transform: rotate(225deg);
            }

h5.acc-head i {
    margin-left: 10px;
    font-size: 12px;
}

.acc-body .acc-content {
    padding: 0px 15px;
    margin: 15px 8px 15px 0;
    border-right: 2px rgba(0, 0, 0, 0.06) solid;
}

.accordion.shadowed {
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.23);
    border-radius: 3px;
}

    .accordion.shadowed h5.acc-head {
        border-top: 1px rgba(0,0,0,0.1) solid;
        border-radius: 3px;
    }

        .accordion.shadowed h5.acc-head a {
            background: transparent;
            border: 0;
            margin-bottom: 1px;
            border-radius: 3px;
            border-top: 1px rgba(255,255,255,0.1) solid;
        }

    .accordion.shadowed .panel:first-child h5.acc-head, .accordion.shadowed .panel:first-child h5.acc-head a {
        border-top: 0;
    }

    .accordion.shadowed.white-bg h5.acc-head a:not(.collapsed) i {
        color: #fff;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/*! CSS Used from: http://localhost:83/assets/css/light.css */
.white-bg {
    background-color: #fff;
}

a, a:hover, a:focus, h5 {
    color: #444;
    text-decoration: none;
}

.accordion h5.acc-head a {
    background-color: #f7f7f7;
}

.accordion h5.acc-head a {
    border-color: #ddd;
}
    /*! CSS Used from: http://localhost:83/assets/css/skins/default.css */
    a:hover, .main-color, .accordion h5.acc-head a:not(.collapsed) {
        color: #26abff;
    }

.accordion.shadowed h5.acc-head a:not(.collapsed) {
    background-color: #26abff;
    color: #fff;
}

.form-control:focus {
    border-color: #26abff;
}

.accordion h5.acc-head a:not(.collapsed) {
    border-bottom-color: #26abff;
}

/*! CSS Used from: Embedded */
#c000 .select2-search__field {
    width: 200px !important;
}

