.page-summary-container{
    color: #333;
    background-color: #f5f5f5;
    border:1px solid #ddd;
    padding: 6px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:15px;
}

.page-summary-text{
    margin-top:2px;
    font-size:12px;
}

.page-summary-container .form-inline{

}
.page-summary-container .form-group{

}

.page-summary-container .sort-label{
    font-weight: normal;
    font-size:12px;
}

.page-summary-container .input-xs {
    height: 22px !important;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-left:4px;
}

.list-item{
    margin-bottom:25px;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    font-size:14px;
}

.list-item-heading{
    background-color: #fff;
    padding: 10px 15px;

}

.list-item-avatar{
    font-weight:500;
    font-size:30px;
    border-radius:50px;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    text-transform: uppercase;
    cursor: default;
    margin-bottom:10px;
    background-color: #337ab7;
    color: #fff;
}

.list-item-avatar-image{
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    margin-bottom:10px;
}


.list-item-avatar-disabled {
    background-color: #777 !important;
}

.list-item-title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
}

.list-item-description {
    color: #383838;
    margin-bottom: 15px;
}

.list-item-footer{
    padding: 3px 10px 2px 10px;
    background-color: #f8f8f8;
    text-align:right;
    border-top:1px solid #ccc;
}

.list-item-footer-link {
    white-space: nowrap;
    padding-left: 20px;
    color:#383838;
    font-size:13px;
    font-weight: normal;
}

.list-footer-expand-btn {
    white-space: nowrap;
    padding-left: 5px;
    color: #383838;
    font-size: 13px;
    font-weight: normal;

}

.list-item-section {
    color: #666;
    margin:16px;
}

.custom-action-dropdown-btn {
    width: 30px;
    border: none;
    background: #fafafa;
    color: #383838;
}

.list-item-label {
    font-weight: 600;
    margin-right: 7px;
}

.list-item-value {
}

.list-item-body{
    border-top:1px solid #e4e4e4;
}

.list-item-ul {
    padding-left: 0;
}

.list-item-ul li {
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.list-item-ul li .list-item-label {
    margin-right: 4px;
}

.list-item-badges {
    margin-top:10px;
}

.list-item-body .list-item-badges {
    padding:0 16px 16px 16px;
    line-height:27px;
    margin-top:18px;
}

.list-item-badge {
    padding: .5em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    background: #fff;
    min-width: 50%;
    margin-bottom: 3px;
}

.list-item-badge-default {
    border: 1px solid #777;
    color: #6A6A6A;
}

.list-item-badge-primary {
    border: 1px solid #337ab7;
    color: #337ab7;
}

.list-item-badge-success {
    border: 1px solid #5cb85c;
    color: #3B873B;
}

.list-item-badge-warning {
    border: 1px solid #eea236;
    color: #EB9419;
}

.list-item-badge-info {
    border: 1px solid #5bc0de;
    color: #5bc0de;
}

.list-item-badge-danger {
    border: 1px solid #d9534f;
    color: #d9534f;
}

.list-ul{
    margin:0;
    padding:0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .list-item-badge{
        display:inline-block;
        line-height:11px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
