/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_FormBuilder
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*New css start here*/
@font-face{
    font-family: 'Admin Icons';
    src: url('../fonts/admin-icons/admin-icons.eot');
    src: url('../fonts/admin-icons/admin-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/admin-icons/admin-icons.woff2') format('woff2'),
         url('../fonts/admin-icons/admin-icons.woff') format('woff'),
         url('../fonts/admin-icons/admin-icons.ttf') format('truetype'),
         url('../fonts/admin-icons/admin-icons.svg#Admin Icons') format('svg');
    font-weight: normal;font-style: normal
}
.image.image-placeholder .form-buttons > span {
    display: none;
}
.image.image-placeholder input[type="file"] {
    border: 500px solid transparent;
    bottom: 0;
    cursor: pointer;
    font-size: 10em;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.image.image-placeholder:before {
    color: #ccc;
    content: "\e63c";
    display: inline-block;
    font-family: "Admin Icons";
    font-size: 4rem;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.image .spacer {
    width: 100%;
}
.image .actions {
    -moz-user-select: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.image .action-delete {
    bottom: 6px;
    left: 6px;
    position: absolute;
    z-index: 10;
}
.image .action-delete:before {
    color: #9e9e9e;
    content: "\e630";
    display: inline-block;
    font-family: "Admin Icons";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.actions .action-delete[disabled] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
}
.image.image-placeholder .fileinput-button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.image .file-row {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: auto;
    z-index: 5;
}
.image.image-placeholder .file-row {
    height: 100%;
    position: absolute;
    width: 100%;
}
.file-row {
    border: 1px solid #adadad;
    margin: 0.5rem 0;
    padding: 2px;
}
.actions .action-delete span {
    display: none;
}
.actions .action-delete:hover:before {
    color: #7e7e7e;
}
.action-delete[type="button"]:hover:before{
    background: none repeat scroll 0 0 transparent;
    color: #a5a29d;
}
.action-delete[type="button"]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
}
.image .draggable-handle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    line-height: inherit;
    cursor: move;
    display: inline-block;
    height: 20px;
    left: 3px;
    position: absolute;
    text-decoration: none;
    top: 2px;
    width: 20px;
    z-index: 3;
}
.image .draggable-handle:before {
    color: #9e9e9e;
    content: "\e617";
    display: inline-block;
    font-family: "Admin Icons";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.image .image-fade {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    color: #9e9e9e;
    content: attr(data-image-hidden-label);
    font-size: 1.8rem;
    font-weight: 600;
    left: 0;
    line-height: 125px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    visibility: hidden;
    z-index: 2;
}
.image:hover .actions [class^="action-"], .image:hover .image-label, .image.base-image .image-label, .image[data-image-hidden]:hover .actions .action-delete, .hidden-for-front:hover .actions [class^="action-"] {
    visibility: visible;
}

.image .actions [class^="action-"], .image .image-label, .image[data-image-hidden] .actions [class^="action-"], .image.hidden-for-front .actions [class^="action-"] {
    visibility: hidden;
}
.image .image-label {
    bottom: 6px;
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    width: 20px;
    z-index: 3;
}
.image .image-label > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.image .image-label:before {
    color: #9e9e9e;
    content: "\e63b";
    display: inline-block;
    font-family: "Admin Icons";
    font-size: 1.8rem;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.image .image-label:hover:before {
    color: #858585;
}
.image.base-image .image-label:before {
    display: none;
}
.image.base-image:hover .image-label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 6px;
    height: 20px;
    right: 3px;
    width: 20px;
    display: none;
}
.image.base-image:hover .image-label:before {
    display: block;
}
.base-image .image-label {
    display: block;
}
.gallery {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 1rem 0.3rem 0;
}
.gallery .image {
    margin-bottom: 1rem;
}
.image {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 125px;
    margin: 0 0.8rem;
    overflow: hidden;
    position: relative;
    width: 125px;
}
.image.image-placeholder {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.image.image-placeholder > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.image.image-placeholder .spinner {
    display: none;
}
.image.image-placeholder.loading .spinner, .image.image-placeholder .file-row .spinner {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}
.image.image-placeholder.loading .spinner > span, .image.image-placeholder .file-row .spinner > span {
    left: 50%;
    margin: 0 0 0 -2rem;
    top: 50%;
}
.image .image-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.333;
    margin-bottom: 15%;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    text-align: center;
}
.image.ui-sortable-placeholder {
    background: #e0f6fe none repeat scroll 0 0;
    border: 1px solid #008bdb;
    visibility: visible !important;
}
.image .draggable-handle:hover:before {
    color: #858585;
}
.image.hidden-for-front .image-fade {
    visibility: visible;
}
.image-panel {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 1px 3px #ccc inset;
    clear: both;
    display: none;
    margin: 0 -18px 15px;
    padding: 2rem 15px;
    position: relative;
    top: 5px;
}
.image-panel-controls, .image-panel-preview {
    float: left;
    margin-left: 2.12766%;
    width: 65.9574%;
}
.image-panel-preview {
    margin-left: 0;
}
.image-panel-controls {
    padding: 0 1%;
    width: 29.9149%;
}
.image-panel-controls .image-name {
    color: #666;
    display: block;
    font-size: 1.6rem;
}
.image-panel-controls .fieldset-image-panel {
    padding: 2rem 0.5rem 0 0;
}
.image-panel-controls .fieldset-image-panel .field {
    margin-bottom: 1rem;
}
.image-panel-controls .fieldset-image-panel .label {
    margin-bottom: 1rem;
    padding-top: 0;
    text-align: left;
    width: 100%;
}
.image-panel-controls .fieldset-image-panel .field > .control, .image-panel-controls .image-panel-controls textarea {
    resize: vertical;
    width: 100%;
}
.image-panel-preview img {
    width: 100%;
}
