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

/**
 * Overwritting icon menu position for dashboard
 */
#adminmenu .wp-menu-image img {
    opacity: 0.6;
    padding: 0;
}

.loading-block {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/plytix_load.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    background-size: 10%;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 999;
    display: none;
}


/**
* Loading Button on Bulk Matching
*/
@-webkit-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';

    display: inline-block;

    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-primary {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.loading_button {
    background: #00a0d2 none repeat scroll 0 0;
    margin-left: -30px;
}

table #title{
    width: 150px;
}

#woocommerce-plytix-data .inside {
    margin: 0;
    padding: 0;
}

#woocommerce-plytix-data .woocommerce_options_panel {
    float: left;
    width: 80%;
}

#woocommerce-plytix-data ul.wc-tabs li.info_tab a:before,
#woocommerce-plytix-data ul.wc-tabs li.info_tab a:before,
.woocommerce ul.wc-tabs li.info_tab a:before {
    content: "\e006";
}

#woocommerce-plytix-data ul.wc-tabs li.images_tab a:before,
#woocommerce-plytix-data ul.wc-tabs li.images_tab a:before,
.woocommerce ul.wc-tabs li.images_tab a:before {
    content: "\e02b"
}


.plytix-step-instructions  {
    font-size: 16px;
    border: 1px solid black;
    margin-top: 10px;
    padding: 20px;
}

.plytix-step-1-container {
    max-width: 520px;
}

.plytix-step-radio-wrap label  {
    font-size: 14px;
    margin-left: 70px;
}

#plytix-options th {
    width: 0px;
}