/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.npd-hidden{
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.woocommerce-page table.fixed {
    table-layout: auto !important;
}

.wpc-clipart-holder
{
    display: inline-block;
    margin-right: 10px;
    /*position: relative;*/
/*    width: 130px;
    height: 130px;*/
}

.wpc-clipart-holder img
{
    max-height: 130px;
    max-width: 200px;
}

a.wpc-remove-clipart
{
    /*position: absolute;*/
    text-align: center;
    display: block !important;
}

#cliparts-container
{
    margin-top: 10px;
}

/*.reveal-modal.wpc_part
{
    top: -300px !important;
    width: auto;
}*/

.wpc_preview
{
    max-width: 40px;
    display: inline-block;
    margin-left: 15px;
}

.wpc_preview img
{
    max-width: 100%;
    max-height: 200px;
}

.media-preview img
{
    max-width: 50px;
    max-height: 50px;
    
}

#wpc_parts_tab_data
{
    padding: 10px;
}

#wpc_parts_tab_data .wc-metaboxes-wrapper
{
    display: block !important;
}

#wpc_parts_tab_data .wc-metaboxes-wrapper .wc-metaboxes
{
    border: 1px solid #eee;
    margin-bottom: 10px;
}

#wpc_parts_tab_data .wc-metaboxes-wrapper .wc-metabox h3
{
    background-color: #eee;
}

#wpc_parts_tab_data label
{
    margin: 0;
    /*font-weight: bold;*/
}

.omodal.wpc_part .omodal-body> div
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.omodal.wpc_part .omodal-body img
{
    max-width: 100%;
}

.mg-top-10
{
    margin-top: 10px;
}

.mg-top-10-i
{
    margin-top: 10px !important;
}

.mg-top-20
{
    margin-top: 20px;
}

.mg-top-20-i
{
    margin-top: 20px !important;
}

.mg-left-10
{
    margin-left: 10px;
}

.mg-bot-5
{
    margin-bottom: 5px !important;
}

.mg-bot-10
{
    margin-bottom: 10px;
}

.mg-bot-10i
{
    margin-bottom: 10px !important;
}

/*#menu-posts-wpc-template > ul
{
    display: none;
}

#wpc-parts-bar
{
    border-top: none !important;
    position: relative;
}

#wpc-parts-bar > span
{
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    border-bottom: 3px solid #DEE0DF;
    margin-bottom: 10px;
    margin-left: 10px;
}

#wpc-parts-bar > span.active
{
    border-bottom: 3px solid #0C7EF1;
}

#wpc-parts-bar img
{
    max-height: 65px;
}*/


body.post-type-wpc-template #misc-publishing-actions .misc-pub-section,
body.post-type-wpc-template #save-post,
body.post-type-wpc-template #visibility,
body.post-type-wpc-template #timestamp,
body.post-type-wpc-template #preview-action,
body.post-type-wpc-template #minor-publishing-actions
/*body.post-type-wpc-template #minor-publishing*/
{
    display: none !important;
}

.toplevel_page_wpc-manage-dashboard > ul > .wp-first-item
{
    display: none;
}

#wpc_parts_tab_data .wc-metaboxes-wrapper .wc-metabox table td input[type="checkbox"]
{
    float: none;
    width: auto;
    min-width: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.wpc-part-img-block, .wpc-part-dimensions-block
{
    margin-left: 20px;
    margin-top: 10px;
}

.wpc-part-img-block > div, .wpc-part-dimensions-block > div {
    display: inline-block;
    vertical-align: top;
}

.wpc-part-img-block > div:first-of-type, .wpc-part-dimensions-block > div:first-of-type
{
    width: 35%;
}

.wpc-part-block
{
    padding: 10px;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
}

#wpc-add-color
{
    margin-top: 10px;
}

.wpc-rules-table
{
    margin: 10px 0;
}

/*.wpc-rules-table tr:first-of-type .wpc-remove-rule
{
    display: none !important;
    visibility: hidden;
}*/

.wpc-remove-rule
{
    background: url(../images/sprite.png) -66px -116px no-repeat #fff;
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 9px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.wpc-remove-rule:hover
{
    background: url(../images/sprite.png) -66px -166px no-repeat #fff;
}

.wpc-rules-table-container select, .wpc-rules-table-container input[type="text"]
{
    width: 100% !important;
}

.wpc-rules-table-container .a_price input[type="text"] {
    width: 20% !important;
    margin-right: 5px;
}

.wpc-rules-table-container .a_price select {
    width: 70% !important;
}

.wpc-rules-table .a_price
{
    vertical-align: middle;
}

.wpc-clipart-holder label
{
    display: block;
}
/*.settings_content table:nth-child(2) tr:not(:first-child) td{
    padding-left: 30px !important;
}*/
/*.settings_content{
    min-height: 200px;
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 10px;
    background: white;
}*/
td.wpc_images_data > div{
    float:left;
    margin-right: 10px;
}
.wpc_images_data img{
    padding-right: 10px;
    max-width: 50px;
}

/*.settings_content input[name^='wpc-texts-']:not(:first-child) {
    margin-left: 30px !important;
}
.settings_content tr:not(:first-child) input[name^='wpc-designs-options'],.settings_content tr:not(:first-child) input[name^='wpc-images-options'],
.settings_content tr:not(:first-child) input[name^='wpc-shapes-options'],.settings_content tr:not(:first-child) input[name^='wpc-texts-options']
{ margin-left: 30px !important;}*/

#wpc-settings
{
    /*max-width: 1310px;*/
    margin-right: 30px;
}

#wpc-settings #TabbedPanels1
{
    margin-top: 15px;
    background: transparent;
}

/*#wpc-settings .settings_content h2, #wpc-settings .settings_content h3
{
    color: #08AED6;
}*/

.post-type-wpc-template .row-actions .view
{
    display: none;
}

/*.tab-links:after {
    display:block;
    clear:both;
    content:'';        
}
.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#7FB5DA;
    font-size:16px;
    font-weight:600;
    color:#4c4c4c;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

.tab-links{
    margin-bottom: 0px;
}

.tab-content {
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
    display: inline-block !important;
    padding-top: 20px !important;
    width: 100%;
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#81C0C5;
    font-size:16px;
    font-weight:600;
    color:#fff;
    transition:all linear 0.15s;
    text-decoration: none;
}

.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color: #81C0C5;
}

.about-heading div:first-child{
    width: 80%;
    display: inline-block;
}

.about-logo{
    width: 19%;
    display: inline-block;
    padding: 10px 0;
    text-align: right;
}
.about-button div{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-button{
    margin-bottom: 10px;
    min-height: 40px;
}

.youtube_movie{
    display: inline-block;
    float: left;
    padding: 17px;
    width: 47%;
}
.youtube_movie div{
    font-weight: bold;
    font-size: 18px;
}
#getting_started H3{padding-left: 20px;}
#what_news,#find_us{padding:20px;}
#find_us li{
    display: inline-block;
    width: 100%;
    line-height: 6;
}
.twitter-container iframe{
    width: 1097px !important;
}
#find_us .f-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    background-color: rgb(129, 192, 197);
    margin: 10px;
    color: #fff;
}
.dashboard_page_wpc-about a:focus{
    box-shadow: 0 0 0 1px #FFFFFF,0 0 2px 1px rgba(255, 255, 255, 1) !important;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF,0 0 2px 1px rgba(255, 255, 255, 1) !important;
}

.dashboard_page_wpc-about #wpcontent
{
    padding-right: 20px;
}

.youtube_movie{
    display: inline-block;
    float: left;
    padding: 17px;
    width: 47%;
    position: relative;
    padding-bottom: 31.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.youtube_movie iframe{
 position: absolute;
 width: 95%;
 height: 82%;
}*/
.wpc-output-dimensions-block div{
    vertical-align: middle;
    display:inline-block;
}
.wpc-output-dimensions-block{
    line-height: 4;
    padding-left: 20px;
}
.wpc-output-dimensions-block > div:first-of-type{
    min-width:260px;
    /*font-weight: bold;*/
/*    vertical-align: top;
    font-size: 14px;*/
}

#wpc_parts_tab_data .panel.wc-metaboxes-wrapper
{
    width: 100%;
}

#wpc_parts_tab_data .panel.wc-metaboxes-wrapper table
{
    background: transparent;
    border: none;
}

#wpc_additional_price_tab_data, #wpc_related_products_tab_data
{
    padding: 10px;
}


#wpd-about-page{
/*    background: #fff;*/
    margin-top: 10px;
/*  border-radius: 5px;
  margin: 10px auto;*/
}

.about-heading div:first-child{
    width: 80%;
    display: inline-block;
}

.about-logo{
    width: 19%;
    display: inline-block;
    padding: 10px 0;
    text-align: right;
}
.about-button div{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-button{
    margin-bottom: 10px;
    min-height: 40px;
    padding: 0 20px;
}

.about-heading{
    padding: 0px 20px;
}
.about-heading > div > h2{
    color: #597a96;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.about-heading > div > h4{
    color: #12aaeb;
  font-size: 14px;
}

.TabbedPanels
{
    background: white;
    /*padding: 10px;*/
}

.TabbedPanelsTabGroup{
    margin-bottom: 0px;
    table-layout: fixed;
    width: 100%;
    display: table;
    /*padding: 10px;*/
    padding: 10px 10px 0;

}

.TabbedPanelsContentGroup
{
    /*background: #F1F5F8;*/
    border-top: 1px solid #ededed;
}

.TabbedPanelsTab{
    list-style:none;
    display: table-cell;
    text-align: center;
    outline: none;
    cursor: pointer;
    color: #9cb2c0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.TabbedPanelsTabSelected /*> span*/{
    /*background:transparent;*/
    color: #12aaeb;
    border-bottom: 3px solid #12aaeb;
    /*padding: 0 15%;*/
    padding-bottom: 5px;
    text-transform: uppercase;
}
.TabbedPanelsContent{
    /*background: #D4D8DB;*/
    width: 100%;
/*    color: #597a96;
    font-weight: bold;*/
    padding-bottom: 20px;
}
.TabbedPanelsContent > .wpc-grid{
    max-width: 100%;
}
.TabbedPanelsContent > .wpc-grid > div{
    /*text-align: center;*/
}
.img-title{
    background:#fff;
    border-top: 1px solid #ededed;
    padding: .5rem 1rem; 
}
.product-container{
    border: 1px solid lightgray;
  background: #fff;
}
.product-container a
{
    text-decoration: none;
}
.img-container{
    padding: 5px;
}
.img-container img{
    max-width: 100%;
   /* width:100%;
    height: auto;*/
}
.follow-us-list,.follow-us-text{
    margin:0 auto;
    padding: 10px 0px;
    border: 1px solid transparent;
}
.follow-us .rs-ico{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 50px;
    margin-right: 15px;
    float: left;
}

.follow-us .rs-ico img
{
    max-width: 100%;
    max-height: 100%;
}

.follow-us a{
    text-decoration: none;
    display: table;
    color: inherit;
}
.follow-us li{
    border-bottom: 1px solid #fff;
    padding: 10px;
}
.follow-us li:last-child{
    border-bottom: none;
}
.follow-us li a > span{
    display: table-cell;
    vertical-align: top;
}
.follow-us .title{
    margin: 0px 0px 5px 0px;
}
.follow-us{
    display: table;
}
.follow-us-text{
    padding: 10px;
    display: table-cell;
}
.follow-us-text button{
    padding: 10px;
    cursor:pointer;
}
.follow-us .btn-container{
    float: right;
    margin-top: 10px;
}

.follow-us > *{
    display: table-cell;
    vertical-align: top;
    /*background:#f7f7f7;*/ 
    background-color: rgba(248, 247, 248, 0.6);
    float: none !important;
    padding-right: 0px !important;
}

.follow-us #separator{
    background:#fff;
    min-width: 20px;
    width: 20px;
}

.follow-us h3
{
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
    background: white;
    border-left: 3px solid #12aaeb;
    color: lightgray;
    margin-bottom: 10px;
    font-size: 13px;
}
.wpc-output-dimensions-block label{
    margin:0px !important;
    font-weight: normal;
}
.wpc-output-dimensions-block input[type='text']{
      margin-top: 24px !important;
        
}
.wpc-output-dimensions-block th{
      padding: 33px 10px 20px 0 !important;
}
.wpc-output-dimensions-block .forminp-select select{
    margin-top: 25px;
}
.wpc-output-dimensions-block input[type='radio']{
    min-width: 10px !important;
    width: 10% !important;
}
.media-holder{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.media-holder img{
    width: 10%;
}
.media-holder img[src=""]{
    display:none;
}
.icon_title{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 20%;
    padding: 10px;
}
#wpc-settings p.description{
    display: inline-block;
}
#wpd-check-all-products
{
    margin-left: 0px;
}
#wpd-base-product
{
    margin-bottom: 10px;
}
.media-name
{
    font-weight: bold;
    display: inline-block;
    margin-top: 5Px;
    font-size: 12px;
    margin-right: 15px;
}
.font_style_table{
    width: 100%;
    border: 1px solid #DFD8D8;
    margin-top: 10px;
    border-spacing: 0;
}
.font_style_table thead{
    border-bottom:1px solid #DFD8D8;
}
.font_style_table th{
    width: 33%;
    padding: 8px 0px;
    border-bottom: 1px solid #DFD8D8;
    border-right: 1px solid #DFD8D8;
}
td[id ^="file_data"]{
    text-align:center;
}
.wpd-design-composition img
{
    max-height: 60px;
    max-width: 60px;
    vertical-align: middle;
    margin-right: 10px;
}

.TabbedPanels.VTabbedPanels .TabbedPanelsTabGroup{
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border:none;
    box-sizing: border-box;

}
.TabbedPanels.VTabbedPanels .TabbedPanelsTab{
    margin: 0;
    padding: 10px;
    display: block;
    position: relative;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #0073aa;
    -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    cursor:pointer;
    border-right:0;
}
.TabbedPanels.VTabbedPanels .TabbedPanelsTab:first-of-type:not(.TabbedPanelsTabSelected){
 border-left:0;
}
.TabbedPanels.VTabbedPanels .TabbedPanelsTab:hover{
    color: #00a0d2;
    background-color: transparent;
}
.TabbedPanels.VTabbedPanels .TabbedPanelsTab.TabbedPanelsTabSelected{
    color: #555;
    position: relative;
    background-color: #eee !important;
}
.TabbedPanels.VTabbedPanels .TabbedPanelsContentGroup{
    min-height: 415px;
    width:80%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

body.post-type-product .o-metabox-container
{
    padding: 10px;
}

body.post-type-product .o-metabox-container .block-form .label {
    width: 217px !important;
}

body.post-type-product .o-wrap label, body.post-type-product .o-wrap legend
{
    float: none !important;
    margin-left: 0 !important;
    width: auto !important;
}

body.post-type-product .o-wrap > label.xl-1-2
{
    width: 50% !important;
}

body.post-type-product .o-wrap .o-col
{
    font-size: 13px;
}

body.post-type-product .o-metabox-container input[type=checkbox], body.post-type-product .o-metabox-container input[type=radio]
{
    min-width: 16px;
    width: auto;
    float: none;
    display: inline-block;
}

body.post-type-product .wpd-variation-settings .TabbedPanelsContent
{
    padding: 0;
}

body.post-type-product .wpd-variation-settings td
{
    padding: 8px 10px !important;
}

body.post-type-product .wpd-variation-settings
{
    overflow: scroll;
}

body.post-type-product .wpd-variation-settings .TabbedPanelsContentGroup
{
    height: auto;
}

body.post-type-product .wpd-variation-settings .TabbedPanelsTabGroup
{
    border: 1px solid #eee;
    border-right: 0;
}
.wpd_hide_requirements
{
    display: none;
}
#wpc-products-selector-modal .select2-container, #wpd-base-product-box .select2-container
{
    min-width: 80%;
    margin-right: 10px;
}
.mg-bot-15
{
    margin-bottom: 15px;
}
#wpc-settings .TabbedPanelsContentGroup {
    border: none;
}
.wpd-info{
    background: #fff;
    border-left: 4px solid #2196f3;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px 0px;
    padding: 1px 12px;
}

.wpd-info p
{
    margin: .5em 0;
    padding: 2px;
}

.wpd-add-cliparts
{
    margin-top: 10px !important;
}
.post-type-wpd-config [class*='show-if-']
{
    display: none;
}
.wpd-migrate-loading
{
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
}
.wpc-rules-table .a_price input[type='number']
{
    width: 27%;
}

body.post-type-wpd-config #poststuff #post-body.columns-2
{
    margin-right: 0;
}
.wpd-error
{
    background-color: #dc3232 !important;
    color: white !important;
    border-left-color: white !important;
}
/*********Features Lists Styles **********/
.o-features > div.o-col{
    min-height: 360px;
    overflow: hidden;
    padding: 20px 10px;
}
.o-features > div.o-col:hover {
    border: 0 none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
}
.list-posts-content .o-features{
    text-align: center;
}
.list-posts-content .o-features img {
    width: 200px!important;
/*    padding-top: 10px!important;*/
}
.list-posts-content .o-features h3 {
    font-size: 14px!important;
    font-family: 'Poppins',sans-serif!important;
}
.wpd-title {
    font-family: 'Poppins',sans-serif!important;
    line-height: normal;
    color: #3f4e6d;
    margin-bottom: 0!important;
}
.list-posts-content .o-features p {
    text-align: center;
    font-family: Droid Serif;
    font-weight: 400;
    font-style: normal!important;
    font-size: 14px!important;
    margin: 8px auto;
    color: #818283;
}
.list-posts-content{
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}
.o-features .button{
    box-shadow: none; 
    line-height: 40px;
    height: 40px;
    background-color: transparent;
    color: #3f4e6d;
    margin-top: 5px;
    transition: background-color .2s , color .2s , border-color .2s;
}
.o-features > div.o-col:hover .button{
    background-color: #edb324;
    color:#fff;
    border-color:#edb324;
}
.feature-h2{
    font-size: 23px;
    text-transform: uppercase;
}

/*osubscription style*/
#subscription-notice{
    display:table;
    width:100%;
    padding-right: 1px;
}
#subscription-notice > div{
    display:table-cell;
}
#plug-logo-text{
    width:60%;
}
#plug-logo-text > *,#subscription-success-notice > *{
    vertical-align: middle;
    display: inline-block;
}

#plug-sucribe-form{
    width:40%;
    padding: 10px 20px 10px 0px;
    background-color: #eee;
    border-radius: 0 4px 4px 0;
}

#plug-sucribe-form > *{
    height:30px;
    vertical-align: middle;
    display:inline-block;
}
#plug-sucribe-form > a{
    line-height: 28px;
    padding: 0 10px;
    cursor:pointer;
    color:#ccc;
}
#plug-sucribe-form #vpc-subscribe{
    background-color: #00a0d2;
    border-color: #008EC2;
    color:#fff;
}
#plug-sucribe-form input{
    min-width: 250px;
    margin-left: 10px;
}
#subscription-success-notice{
    padding: 15px 20px;
}
#subscription-success-notice > img{
    width:50px;
    height: 50px;
    margin-right: 10px
}
@media (max-width: 768px) {
    #subscription-notice > div{
        display: inline-block;
        width:100%;
    }
    #subscription-notice #plug-logo-text{
        margin-bottom: 10px;
    }
}  

.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}

#wpc_toolbar_icons_options,#wpc_toolbar_colors_options,#wpc_features_options,
#wpc_features_colors_options,#wpc_separators_colors_options,#wpc_add_to_cart_buttons_colors_options,
#wpc_add_to_cart_buttons_colors_options{
    display:none;
}