#pushalert_notification_title, #pushalert_notification_message {
    width: 100%;
    margin-top: 8px;
    display: block;
    padding: 5px;
}

.pushalert_enable_label{
    margin-top: 8px;
    display: block;
}

.pushalert-woocommerce-text{
    width:100%;
    max-width: 480px;
}
.pushalert-woocommerce-text-small{
    width:100%;
    max-width: 100px;
}
.pushalert-woocommerce-text-css{
    width:100%;
    max-width: 480px;
    height:200px;
}

.pa-settings-woo-title p{
    font-weight: normal;
    margin-bottom: 0px;
}

.pushalert-stats-top{
    margin-top: 30px;
}

.pushalert-stats-top>div{
    display: inline-block;
    width:30%;
    margin-right: 3%;
    box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
}

.pushalert-stats-top>div:last-child{
    margin-right: 0;
}

.pushalert-stats-top .panel-body {
    padding: 15px;
}

.pushalert-stats-top .panel-body .info {
    padding: 4px;
}

.pushalert-stats-top .panel-body .icon {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 17px;
    display: table;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.pushalert-stats-top .panel-body .icon i {
    font-size: 25px;
    line-height: 2;
}

.pushalert-stats-top .panel-body h4{
    color: #444;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.pushalert-stats-top .panel-body .text-uppercase{
    font-size: 15px;
    text-transform: uppercase;
    margin:0;
}

.pa-clearfix:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}

.pushalert-stats-top .panel-footer {
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 12px;
}

.pushalert-stats-top .bg-blue {
    background-color: #0073b7;
}

.pushalert-stats-top .bg-green {
    background-color: #00a65a;
}

.pushalert-stats-top .bg-orange {
    background-color: #ff851b;
}

.pushalert-stats-top .panel-footer a{
    color: #fff;
    text-decoration: none;
}

.pa-pull-left{
    float:left;
}

.pa-pull-right{
    float:right;
}

.pa-text-center{
    text-align: center;
}

.pa-txt-orange {
    color: #ff851b !important;
}
.pa-txt-default {
    color: #333333 !important;
}
.pa-txt-light-blue {
    color: #3c8dbc !important;
}
.pa-txt-green {
    color: #00a65a !important;
}
.pa-txt-teal {
    color: #39cccc !important;
}


.pa-box-panel {
    margin-top: 30px;
    border: 1px solid #eee;
    box-shadow: 0 1px 0.5px rgba(30,30,30,.02);
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-right: 3%;
}

.pa-box-panel, .pa-box-panel *, .pa-mini-widget-group, .pa-mini-widget-group *, .pa-data-legend, .pa-data-legend *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pa-box-panel .panel-heading {
    color: #707070;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    padding: 12px 20px;
    font-weight: 600;
}

.pa-box-panel .panel-body {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.pa-box-panel.pa-last-notification .panel-body>div{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.pa-push-notification{min-height:80px;width:362px;box-shadow: 0 1px 1px rgba(0,0,0,0.1);border:1px solid #e3e3e3;margin: 0 auto; margin-top:25px;}
.pa-push-notification .preview-icon-container{height:80px;width:80px;overflow:hidden;position:relative;}
.pa-push-notification .icon, #preview-icon{max-height:80px;max-width:80px;position:absolute;top:0;margin:auto;bottom:0;left:0;right:0;margin:0;}
.pa-push-notification .content{padding:11px 16px 5px;width:280px;text-align:left;position:relative}
.pa-push-notification .content span{display:block;}
.pa-push-notification .content .title{color:#333;font-size:14px;line-height:1;}
.pa-push-notification .content .message{color:#333;font-size:11.5px;margin-top:8px;line-height:1.4;    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; max-height: 7em;}
.pa-push-notification .content .site{color:#8c8c8c;font-size:12px;margin-top:13px;line-height:1}
.pa-push-notification .preview-action-button{padding: 5px 15px;border-top: 1px solid #e3e3e3;font-size: 13px;display:none;text-align:left;position:relative;}
.pa-push-notification .preview-action-button span{font-size: 15px;}

.pa-push-notification .click-arrow {
    position: absolute;
    top: 50%;
    font-size: 12px;
    margin-top: -6px;
    left: -134px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    border-radius: 3px 0 0 3px;
    background: #f08080;
    color: #fff;
    height: 20px;
    width: 38px;
    text-align: center;
}

.pa-push-notification .click-arrow::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f08080;
}

.pa-push-notification .click-arrow.action-arrow {
    position: absolute;
    top: 50%;
    font-size: 12px;
    margin-top: -10px;
    left: -54px;
    line-height: 1;
    padding: 4px 0 4px 4px;
    border-radius: 3px 0 0 3px;
    background: #f08080;
    color: #fff;
    height: 20px;
    width: 38px;
    text-align: center;
}

.pa-mini-widget-group{
    position: relative;
}

.ltime-label {
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
}

.pa-mini-widget{
    width:50%;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.pa-mini-widget i {
    font-size: 2.5em;
    display: block;
    margin-bottom: 8px;
}

.pa-mini-widget strong{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
}

.pa-data-legend{
    
}

.pa-data-legend>div{
    width:25%;
    display:inline-block;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-align: center;
}

.pa-data-legend strong {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.pa-notification-graph{
    margin-top: 30px;
}

.pa-notification-graph .pa-graph-container{
    width: 80%;
    margin: 0 auto;
}

.pa-more-stats-container{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.pa-more-stats-container a.button-primary{
    font-size: 16px;
    line-height: 1.8em;
    height: 1.9em;
}

.notification-type-ab {
    color: red;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    font-weight: 600;
    border: 3px solid #337ab7;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding-left: 7px;
    padding-top: 5px;
    margin-left: -18px;
    margin-top: -18px;
}

.pa-mt20{
    margin-top:20px;
}

.pa-dashboard-title{
    margin-right: 3%;
}

.pa-dashboard-title h2{
    font-size: 30px;
    margin-bottom: 0;
}
.pa-btn{
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin-top: 18px;
}

.pa-btn-primary{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.pa-btn-primary:hover,.pa-btn-primary:active{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.pa-copy-button-container{
    text-align: right;
    margin-top: 8px;
}

.pushalert_enable_for_cb{
	margin-bottom:5px;
	display:block;
}

.pa-notification-expiry{
	margin-top:8px;
}

.pa-overlay-no-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    z-index: 1029;
    z-index: 999;
    opacity: 0.75;
    filter: alpha(opacity = 0);
    background-color: #000;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    width: 100% !important;
}

.pa-overlay-no-access>div {
    padding: 50px;
    padding-top: 10%;
    text-align: center;
    font-weight: 400;
}

@media (max-width: 768px){
    .pushalert-stats-top>div{
        display: block;
        width: auto;
        margin-bottom: 15px;
    }
    
    .pushalert-stats-top>div:last-child{
        margin-bottom: 0;
        margin-right: 3%;
    }
    
    .pa-box-panel.pa-last-notification .panel-body>div{
        width: 100%;
        display: block;
    }
    
    .pa-notification-graph .pa-graph-container{
        width: 95%;
    }
    
    .pa-push-notification{
        max-width: 362px;
        width: auto;
        min-height: 82px;
    }
    
    .pa-push-notification .preview-icon-container{
        position: absolute;
    }
    
    .pa-push-notification .content{
        width: 100%;
        padding-left: 90px;
    }
    .pa-more-stats-container a.button-primary{
        padding: 0 10px;
    }
    
    .pa-dashboard-title h2{
        font-size: 26px;
    }
}