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

.tppqw-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;
}
.tppqw-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-license-form{
    width: 100%;
    float: left;
    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;
}

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

.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 5px 0;
}
.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;
}
.tppqw_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;
}

/* ------------------------------------------------------------------ */
.tppqw_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;
}

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

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

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