.list-pack ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-content: center;
    -webkit-align-content: center;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0 -2px;
    padding: 0;
}
.list-pack ul li {
    width: 20%;
}
.list-pack ul li .item-pack {
    padding: 2px;
    position: relative;
    letter-spacing: -0.21px;
}
.list-pack ul li .item-pack img {
    width: 100%;
}
.list-pack ul li .item-pack [type="radio"] {
    position: absolute;
    opacity: 0;
}
.list-pack ul li .item-pack [type="radio"]:not(:checked) + label,
.list-pack ul li .item-pack [type="radio"]:checked + label {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 0;
    padding: 5px;
    border: 1px #e5e7ea solid;
    cursor: pointer;
}
.list-pack ul li:hover + label,
.list-pack ul li .item-pack [type="radio"]:checked + label {
    background-color: #00a9ff;
    border-color: #00a9ff;
    color: #fff;
}
.list-pack ul li .item-pack [type="radio"]:checked + label span {
    color: #fff;
}
.list-pack ul li .item-pack [type="radio"] + label:before,
.list-pack ul li .item-pack [type="radio"] + label:after {
    position: relative;
    padding: 6px;
    margin-left: -10px;
}
.list-pack ul li .item-pack [type="radio"] + label:after {
    width: 200%;
    height: 200%;
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    left: -50%;
    right: 0;
    top: -50%;
    bottom: 0;
    padding: 0;
    margin: 0;
    background-color: #eee;
    border-width: 0;
}
.list-pack ul li .item-pack [type="radio"]:checked + label:before {
    border-color: #4CAF50;
    background-color: #4CAF50;
}

.list-pack .item-pack span {
    flex: 1;
    -webkit-flex: 1;
    width: 50%;
    color: #3c3c3c;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-pack .item-pack .ps-left {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    color: #00a9ff;
}
.list-pack .item-pack .ps-right {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
}
@media (max-width: 768px) {
    .list-pack ul li {
        width: 50%;
    }
    .list-pack ul li .item-pack [type="radio"]:not(:checked) + label,
    .list-pack ul li .item-pack [type="radio"]:checked + label {
        padding: 5px 5px;
    }
    .list-pack .item-pack .ps-left {
        font-size: 18px;
        font-weight: 300;
        color: #00a9ff;
        line-height: 24px;
    }
    .list-pack .item-pack .ps-right {
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .list-pack ul li {
        width: 100%;
    }
    .list-pack ul li .item-pack [type="radio"]:not(:checked) + label,
    .list-pack ul li .item-pack [type="radio"]:checked + label {
        padding: 5px 5px;
    }
}
.server-info{
    display: none;
    margin-top:20px;
    border-top:1px dashed #cecece;
}
#box-filter{
    display: none;
}
.role-info{
    display: none;
    margin-top:20px;
    border-top:1px dashed #cecece;
}
.list-role-label{
    padding:15px 0px 10px 0px;
}
.pay-info{
    display: none;
    border-top:1px dashed #cecece;
}
.pay-pack{
    display: none;
    border-top:1px dashed #cecece;
}
.pay-btn{
    display: none;
}
#card-alert-box{
    margin-top:10px;
}
#card-alert-box *{
    display: block;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}