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

.tppdil-wrap{
    direction: ltr;
    text-align: left;
}
.tp_range{
    /* -webkit-appearance: none;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    background: #96588a; */
}
.tp_range::-webkit-slider-thumb,
.tp_range::-moz-range-thumb{
    /* -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #9c438a; */
}
.tp_range_show{
    margin: 0 0 0 10px;
    display: inline-block;
    font-weight: bold;
    color: #96588a;
}
.tppdil-wrap h1{
    padding: 0 0 15px 0;
}
.tpglobal-tabs{
    width: 100%;
    float: left;
    background: #fff;
}
.tpglobal-tabs ul{
    width: 100%;
    float: left;
    background: #23282d;
    padding: 0;
    margin: 0;
}
.tpglobal-tabs ul li{
    width: auto;
    float: left;
    padding: 0;
    background: #23282d;
    margin: 0;
}
.tpglobal-tabs ul li a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
}
.tpglobal-tabs .tpglobal-tabs-content{
    
}
.tpglobal-tabs .ui-state-active a{
    background: #96588a;
}
.tpglobal-tabs-content{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    float: left;
}
.tpglobal-tabs-content select{
    min-width: 100px;
}
.tppdil-wrap p.submit{
    float: left;
}
.tpglobal-tabs ul li a:focus,
.tpglobal-tabs ul li:focus{
    box-shadow:0 !important;
}
.tpglobal-desc{
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

/* ------------------------------------------------------- */
.tpglobal_triangle_topright_box{
    position: absolute;
    top: 0;
    right: 0;
}
.tpglobal_triangle_topright{
    width: 0;
    height: 0;
    border-top: 60px solid #96588a;
    border-left: 80px solid transparent;
}
.tpglobal_triangle_topright span{
    position: absolute;
    top: 8px;
    color: #fff;
    right: 10px;
}


.tpglobal_triangle_topright_box_small{
    position: absolute;
    top: 0;
    right: 0;
}
.tpglobal_triangle_topright_small{
    width: 0;
    height: 0;
    border-top: 35px solid #96588a;
    border-left: 60px solid transparent;
}
.tpglobal_triangle_topright_small span{
    position: absolute;
    top: 1px;
    font-size: 11px;
    color: #fff;
    right: 6px;
}

.tpglobal-ul-info{
    background: none !important;
    margin: 15px 0 !important;
    padding: 0 0 0 15px !important;
    width: 100% !important;
    float: left !important;
}
.tpglobal-ul-info ol{
    width: 100% !important;
    margin: 0 0 5px 0 !important;
    color: #333;
    display: inline-block;
    background: none !important;
}
.tpglobal-tabs-row-group{
    margin: 10px 0 0 0;
}
.tppdil-wrap-export-csv{
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
    float: left;
}
.tppdil-wrap-export-csv .button-primary{
    border-color: #4aaa4e;
    background: #4aaa4e;
}
.tppdil-wrap-export-csv .button-primary:hover{
    border-color: #388f3b;
    background: #388f3b;
}

.tppdil-wrap-export-csv .button-primary:active{
    border-color: #388f3b;
    background: #388f3b;
}

/* ------------------------------------------------------- */

.tpglobal-license-form{
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.tppdil_email_body{

}
.tppdil_admin_settings_left{
    width: 48%;
    float: left;
}
.tppdil_admin_settings_right{
    width: 48%;
    float: right;
}
.tpglobal-code{
    background: #dedede;
    padding: 5px 15px;
    display: inline-block;
    margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------ */

/* The container */
.tpglobal-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.tpglobal-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.tpglobal-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.tpglobal-container input:checked ~ .checkmark {
    background-color: #96588a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.tpglobal-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.tpglobal-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tpglobal-radio{
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.tppdil_email_preview{

}
.tppdil_email_preview_in{

}

.tppdil_email_preview h2{
    font-size: 1.5rem;
}
.tppdil_email_preview h3{
    font-size: 1rem;
}

/* ------------------------------------------------------------------ */

.tpglobal-tabs-row{
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 15px;
    margin: 0 0 10px 0;
    position: relative;
}
.tpglobal-tabs-row label{
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.tpglobal-long-label{
    width: 60%;
}
.tpglobal-tabs-row label span{

}
.tpglobal-tabs-row-ins{
    width: 100%;
    float: left;
    border-bottom:2px solid #fff;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.tpglobal-tabs-row-ins:last-child {
    border-bottom:none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.tppdil_custom_css{
    width: 100%;
    min-height: 200px;
}
.tpglobal-label{
    margin: 0 0 10px 0 !important;
}
.tpglobal-split-20{
    width: 20%;
}
.tpglobal-tabs-left{
    width: 50%;
    float: left;
}
.tpglobal-tabs-right{
    width: 50%;
    float: right;
}
.tpglobal-tabs-row-30{
    width: 30%;
    margin: 10px;
}
.tpglobal-tabs-row-tiz{
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0 10px 0;
}
.tpglobal-small label{
    font-weight: normal;
}
.tpglobal-small .checkmark{
    width: 20px;
    height: 20px;
}
.tpglobal-small .tpglobal-container .checkmark:after{
    left: 7px;
    top: 2px;
}
.tpglobal-tabs-row textarea{
    width: 100%;
    min-height: 100px;
    text-align: left;
    direction: ltr;
}

/* ------------------------------------------------------------------ */
.tppdil_save_license_key{
    width: auto;
    padding: 7px 20px;
    background: #96588a;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.tps_admin_section input{
    width: 200px;
}

.tpa_error_desc,
.tpa_error_warning,
.tpa_success_desc{
    padding: 5px 10px;
    margin: 15px 0;
    font-size: 15px;
    display: inline-block;
    border: 1px solid;
    width: auto;
}

.tpa_success_desc{
    color: green;
}
.tpa_error_desc{
    color: #e21818;
}
.tpa_error_warning{
    color: #ff8c15;
}

.tppdil_lkey_expiresat{
    padding:0;
    margin: 15px 0;
    font-size: 15px;
    display: inline-block;
    /* border: 1px solid; */
    width: 100%;
}

.license_key_expires_message{
    padding: 10px 15px;
    width: auto;
    color: #e21818;
    float: left;
    border: 1px solid;
}

.tppdil-ring-mask{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    display: none;
}

/* <div class="tppdil-ring"><div></div><div></div><div></div><div></div></div> */
.tppdil-ring {
    margin: 30px 0;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.tppdil-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fcf;
    border-radius: 50%;
    animation: tppdil-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fcf transparent transparent transparent;
}
.tppdil-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.tppdil-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.tppdil-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes tppdil-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* <div class="tppdil-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div> */
.tppdil-roller {
    margin: 30px 0;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.tppdil-roller div {
    animation: tppdil-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.tppdil-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fcf;
    margin: -4px 0 0 -4px;
}
.tppdil-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.tppdil-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.tppdil-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.tppdil-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.tppdil-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.tppdil-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.tppdil-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.tppdil-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.tppdil-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.tppdil-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.tppdil-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.tppdil-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.tppdil-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.tppdil-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.tppdil-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.tppdil-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
.width_20{
    width: 20% !important;
}
@keyframes tppdil-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tppdil_send_log{
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.tppdil_send_log input{
    float: left;
}
.tppdil_send_log_button{
    float: left;
    background: #96588a;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    cursor: pointer;
}
#tppdil_send_log_ajax_response{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
#tppdil_send_log_ajax_response .good,
#tppdil_send_log_ajax_response .bad{
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 15px;
}
#tppdil_send_log_ajax_response .good{
    color: green;
}
#tppdil_send_log_ajax_response .bad{
    color: #d62424;
}

#tppdil-customers-table_wrapper{
    background: #fff;
    padding: 20px;
}
.dataTables_length select{
    width: 50px;
}
#tppdil-customers-table{
    margin: 15px 0;
    float: left;
}

/* ------------------------------------------------------------------ */

.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 1.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 0.8em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* vertical-align: -0.5em; */
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
}

.multi-select-button:after {
    content: "";
    
    width: 0;
    float: right;
    margin: 7px 0 0 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.6em;
    vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
    /* Allow labels to line wrap when menu is artificially narrowed */
    white-space: normal;
}

.tppdil-modal-example .multi-select-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50%;
    min-width: 0;
    overflow: auto;
    border: none;
    border-radius: 0.3em;
    box-shadow: 0 1em 3em rgba(0,0,0,0.4);
}

.tppdil-modal-example .multi-select-menuitem {
    font-size: 1em;
    padding: 1.5em 2.5em 1.5em 3.5em;
}

.tppdil-modal-example .multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.tppdil-modal-example .multi-select-menuitem input {
    margin-left: -2.5em;
}

.multi-select-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.multi-select-container--open .multi-select-modal {
    display: block;
}

.tppdil_more_statistics_info{
    width: 98%;
    float: left;
    padding: 1%;
    margin: 0;
    background: #fff;
    display: flex;
}
.tppdil_most_wanted{
    margin: 0 10px 0 0;
    width: auto;
    float: left;
    border: 1px solid #999;
    padding: 1%;
    flex: 1;
}
.tppdil_most_wanted_in{
    
}
.tppdil_most_wanted h3{
    margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------ */

.tppdil_tr_status_1{

}
.tppdil_tr_status_2{
    
}
.tppdil_tr_status_3{
    
}

.tppdil_td_status_1{

}
.tppdil_td_status_2{
    
}
.tppdil_td_status_3{
    
}
.tppdil_select_icon{

}
.tppdil_select_icon label{
    width: auto !important;
    float: none !important;
    font-weight: normal !important;
    font-size: 16px !important;
    margin: 0 0 0 0 !important;
}
.tppdil_select_icon_row{
    margin: 0 15px 10px 0;
    float: left;
}
.pimage{
    width: 100px;
    height: 100px;
    float: left;
    padding: 0;
    margin: 0 15px 0 0;
    background: #c3c3c3;
    text-align: center;
}
.pimage::after{
    content: 'Product Image';
    margin: 20px 0 0 0;
    display: inline-block;
}

.tppdil_product_panels_pro{
    padding: 20px;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
}
.tppdil_product_panels_pro a{
    color: #96588a;
}
.tpc_live_demo{
    color: orange;
    font-weight: bold;
}
.tpc_get_pro {
    color: green;
    font-weight: bold;
}