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

/* ul#adminmenu li#toplevel_page_atd-manage-dashboard ul.wp-submenu li.wp-first-item { */
/* #adminmenu li#toplevel_page_atd-manage-dashboard .wp-submenu li.wp-first-item{
    display: none !important;
} */

.atd-h3-flex {
  /* display: table;
  table-layout: fixed; */
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.atd-clipart-holder
{
    display: inline-block;
    margin-right: 10px;
}

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

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

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

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

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

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

}

#atd_parts_tab_data
{
    padding: 10px;
}

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

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

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

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

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

.omodal.atd_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;
}

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

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

#atd_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;
}

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

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

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

.atd-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;
}

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

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

.atd-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);
}

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

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

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

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

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

.atd-clipart-holder label
{
    display: block;
}

td.atd_images_data > div{
    float:left;
    margin-right: 10px;
}
.atd_images_data img{
    padding-right: 10px;
    max-width: 50px;
}

#atd-settings
{
    margin-right: 30px;
}

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

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

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

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

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

#atd_additional_price_tab_data, #atd_related_products_tab_data
{
    padding: 10px;
}


#atd-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 > .atd-grid{
    max-width: 100%;
}
.TabbedPanelsContent > .atd-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;
}
.atd-output-dimensions-block label{
    margin:0px !important;
    font-weight: normal;
}
.atd-output-dimensions-block input[type='text']{
    margin-top: 24px !important;

}
.atd-output-dimensions-block th{
    padding: 33px 10px 20px 0 !important;
}
.atd-output-dimensions-block .forminp-select select{
    margin-top: 25px;
}
.atd-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;
}
#atd-settings p.description{
    display: inline-block;
}
#atd-check-all-products
{
    margin-left: 0px;
}
#atd-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;
}
.atd-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 .atd-variation-settings .TabbedPanelsContent
{
    padding: 0;
}

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

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

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

body.post-type-product .atd-variation-settings .TabbedPanelsTabGroup
{
    border: 1px solid #eee;
    border-right: 0;
}
.atd_hide_requirements
{
    display: none;
}
#atd-products-selector-modal .select2-container, #atd-base-product-box .select2-container
{
    min-width: 80%;
    margin-right: 10px;
}
.mg-bot-15
{
    margin-bottom: 15px;
}
#atd-settings .TabbedPanelsContentGroup {
    border: none;
}
.atd-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;
}

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

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

body.post-type-atd-config #poststuff #post-body.columns-2
{
    margin-right: 0;
}
.atd-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;
}
.atd-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;
}

.wc_btn {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.wc_btn:focus {
  background: #f3f5f6;
  border-color: #007cba;
  color: #016087;
  box-shadow: 0 0 0 1px #007cba;
  outline: 2px solid transparent;
}


/* Wb modal Begin */

.wb-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 36px 50px;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.wb-modal-header {
    position: relative;
}

.wb-modal-title {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 60px;
}

.wb-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wb-modal.wb-show,
.wb-modal-overlay.wb-show {
    opacity: 1;
    pointer-events: auto;
}

.wb-modal-icon-cross {
    position: absolute;
    right: 0;
    top: -40px;
    height: 45px;
    width: 45px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 600;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wb-modal-icon-cross:hover {
    background: #f5f5f5;
}

.wb-modal-icon-cross:active {
    background: #f5f5f5 !important;
}

.wb-modal-btns {
    margin-top: 60px;
}

.wb-modal-title {
    color: rgba(0, 0, 0, 0.7);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
}

.wb-btn {
    display: inline-block;
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin: 0 20px;
    padding: 12px 50px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    outline: none;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wb-btn-cancel {
    background: #ff0000;
}

.wb-btn-assign {
    background: rgb(53, 116, 209);
}

.wb-btn-cancel:hover {
    background: #af0000;
}

.wb-btn-assign:hover {
    background: rgb(32, 69, 124);
}

.wb-form-group {
    position: relative;
    display: block;
}

.wb-form-field {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100% !important;
    min-height: 50px !important;
    font-size: 22px !important;
    line-height: 1.5;
    padding: 0 24px !important;
    color: grey !important;
    background-color: white;
    border: 1px solid lightgrey !important;
    outline: none;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.wb-form-field:focus {
    background-color: white;
    /*border-color: ;
      box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb), 0.25);*/
    color: grey;
}

.wb-form-field::-webkit-input-placeholder {
    color: grey;
    opacity: 1;
}

.wb-form-field::-moz-placeholder {
    color: grey;
    opacity: 1;
}

.wb-form-field:-ms-input-placeholder {
    color: grey;
    opacity: 1;
}

.wb-form-field::-ms-input-placeholder {
    color: grey;
    opacity: 1;
}

.wb-form-field::placeholder {
    color: grey;
    opacity: 1;
}

.wb-modal-footer {
    text-align: center;
}

/* Wb modal End */

