.pg-actions { 
    margin-bottom: 30px;
}
.tkt-search { 
    max-width: 220px;
    position: relative;
}
.tkt-search button { 
    background: none;
    border: none;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
}
.tkt-search .form-control { 
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 2px #d7d7d7;
    line-height: normal;
    padding-right: 40px;
}
.pg-btns { 
    text-align: right;
}
.pg-item { 
    background: #fff;
    box-shadow: 0 1px 3px #c9c9c9;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.pg-edit { 
    position: absolute;
    left: 15px;
    top: 15px;
    width: 18px;
    height: 18px;
    color: #666;
    z-index: 1;
    line-height: 18px;
}
.pg-dlt { 
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px;
    height: 18px;
    color: #666;
    line-height: 18px;
}
.pg-logo { 
    margin-bottom: 15px;
    position: relative;
}
.pg-logo .plogo-icon { 
    display: inline-block;
    border: 1px solid #ddd;
    width: 100px;
    height: 100px;
    line-height: 80px;
    padding: 10px;
    border-radius: 100%;
}
.pg-logo .label { 
    position: absolute;
    border-radius: 50px !important;
    font-size: 10px;
    padding: 5px 10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.pg-logo span img { 
    max-height: 100%;
    max-width: 100%;
}
.pg-item-top h2 { 
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
.pg-item-top p { 
    margin-bottom: 10px;
    color: #666;
}
.pg-status { 
    margin-bottom: 10px;
}
.pg-item-btm { 
    border-top: 1px solid #ddd;
    margin: 0 -15px;
    padding-top: 10px;
}
.pg-item-btm h6 { 
    margin: 0 0 10px;
    font-weight: 400;
}
.pg-banned-countries { 
    font-size: 11px;
    min-height: 32px;
    font-weight: 300;
    line-height: 32px;
}
.pg-banned-countries ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}
.pg-banned-countries ul li { 
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    height: 32px;
    line-height: 18px;
    margin: 0 2px;
    vertical-align: bottom;
    padding: 5px;
    width: 32px;
}
.pg-banned-countries ul li.pg-more { 
    background: #ddd;
    color: #0e0e0e;
    font-size: 10px;
}
.pg-banned-countries .tooltip-inner { 
    text-align: left;
    width: auto;
    white-space: nowrap;
}