﻿/* The Modal (background) */
.modal {
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 30px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    margin: 30px auto;
    padding: 20px;
    position: relative;
    width: 498px;
    z-index: -2;
}

.qcpx_single_field_shortcode {
    margin-bottom: 10px;
}

/* The Close Button */
.close {

    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 10px;

    margin: -20px -20px 0 0;
    color: red;
    background: #F5F5F5;
    border: 1px solid #eeeeee;
}

.close:hover,
.close:focus {
    color: #ffffff;
    background: red;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid red;
}

.sm_shortcode_list {
    overflow: hidden;
}

.sm_shortcode_list li {
    float: left;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
}

/*# sourceMappingURL=style.css.map */

.switchilist {
    position: relative;
    margin-bottom: 22px;
    float: right;
    margin-right: 148px;
    margin-top: 15px;
}

.switchilist label {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.switchilist input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* DEMO 3 */

.switchilist.demo3 {
    width: 144px;
    height: 38px;
    left: -25px;
}

.switchilist.demo3 label {
    display: block;
    width: 100%;
    height: 100%;
    background: #a5a39d;
    border-radius: 40px;
    box-shadow: inset 0 3px 8px 1px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.5);
}

.switchilist.demo3 label:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: inherit;
    background: #ababab;
    background: -moz-linear-gradient(#f2f2f2, #ababab);
    background: -ms-linear-gradient(#f2f2f2, #ababab);
    background: -o-linear-gradient(#f2f2f2, #ababab);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ababab));
    background: -webkit-linear-gradient(#f2f2f2, #ababab);
    background: linear-gradient(#f2f2f2, #ababab);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3),
    0 1px 1px rgba(0, 0, 0, 0.25);
}

.switchilist.demo3 label:before {

    position: absolute;
    z-index: -1;
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    border-radius: inherit;
    background: #eee;
    background: -moz-linear-gradient(#e5e7e6, #eee);
    background: -ms-linear-gradient(#e5e7e6, #eee);
    background: -o-linear-gradient(#e5e7e6, #eee);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e7e6), to(#eee));
    background: -webkit-linear-gradient(#e5e7e6, #eee);
    background: linear-gradient(#e5e7e6, #eee);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}

.switchilist.demo3 label i {
    display: block;
    height: 100%;
    width: 60%;
    border-radius: inherit;
    background: silver;
    position: absolute;
    z-index: 2;
    right: 40%;
    top: 0;
    background: #b2ac9e;
    background: -moz-linear-gradient(#f7f2f6, #b2ac9e);
    background: -ms-linear-gradient(#f7f2f6, #b2ac9e);
    background: -o-linear-gradient(#f7f2f6, #b2ac9e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f2f6), to(#b2ac9e));
    background: -webkit-linear-gradient(#f7f2f6, #b2ac9e);
    background: linear-gradient(#f7f2f6, #b2ac9e);
    box-shadow: inset 0 1px 0 white,
    0 0 8px rgba(0, 0, 0, 0.3),
    0 5px 5px rgba(0, 0, 0, 0.2);
}

.switchilist.demo3 label i:after {
    content: "";
    position: absolute;
    left: 15%;
    top: 25%;
    width: 70%;
    height: 50%;
    background: #d2cbc3;
    background: -moz-linear-gradient(#cbc7bc, #d2cbc3);
    background: -ms-linear-gradient(#cbc7bc, #d2cbc3);
    background: -o-linear-gradient(#cbc7bc, #d2cbc3);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3));
    background: -webkit-linear-gradient(#cbc7bc, #d2cbc3);
    background: linear-gradient(#cbc7bc, #d2cbc3);
    border-radius: inherit;
}

.switchilist.demo3 label i:before {
    content: "off";
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    position: absolute;
    top: 63%;
    margin-top: -12px;
    right: -50%;
}

.switchilist.demo3 input:checked ~ label {
    background: #9abb82;
}

.switchilist.demo3 input:checked ~ label i {
    right: -1%;
}

.switchilist.demo3 input:checked ~ label i:before {
    content: "on";
    right: 115%;
    color: #82a06a;
    text-shadow: 0 1px 0 #afcb9b,
    0 -1px 0 #6b8659;
}

.hidden-class {
    display: none;
}

/*25-01-2017*/

.modal .info {
    font-size: 10px;
}

.switchilist.demo3 {
    height: 27px;
    width: 110px;
}

.hidden-div {
    display: none;
}

.kbx-shortcode-gn-heading {
    padding: 0 20px 20px;
    margin: 0 -20px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.kbx_single_field_shortcode {
    padding: 10px 0;
}

.kbx_single_field_shortcode input[type="radio"] + label {
    margin-right: 20px;
}

.sld-sc-btn {
    background: #005070;
    border: 1px solid #004664;
    border-radius: 3px;
    padding: 8px 15px;
    color: #fff;
    text-shadow: 0 0 2px #424040;
}

.sld-sc-btn:hover {
    cursor: pointer;
    background-color: #005f84;
}

#demo-preview-link {
    margin: 10px 10px 10px 200px;
    padding-left: 5px;
}

/*02-10-17*/
#field_portfolio, #field_portfolio_tpls, #field_showcase_tpls, #field_portfolio_showcase {
    display: none;
}

.qcpx_single_field_shortcode > input {
    width: 225px;
}