.pack-multi { 
    background: #fff;
    min-height: 220px;
    margin-bottom: 30px;
}
.packs-action { 
    text-align: right;
}
.packs-status label { 
    margin: 0;
}
.packsModal .modal-dialog { 
    width: auto;
    max-width: 1170px;
}
.packs-head { 
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 15px;
}
.packs-head .form-inline { 
    margin: 0 -5px;
}
.packs-head .form-inline .form-group { 
    margin: 0 5px;
}
.packs-range { 
    font-size: 10px;
}
.packs-range-content .slider.slider-horizontal { 
    height: 16px;
    margin: 4px 10px;
}
.packs-range-content .slider-handle { 
    width: 16px;
    height: 16px;
    border-radius: 100% !important;
}
.packs-range-content .slider.slider-horizontal .slider-tick, .packs-range-content .slider.slider-horizontal .slider-handle{ 
    margin-left: -6px;
}
.packs-range-content > label {
    font-size: 10px;
    margin: 0;
    vertical-align: middle;
}
.packs-tabs .portlet-body { 
    min-height: 175px;
}
.packs-content-inn { 
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
    padding-right: 15px;
}
.packs-ch-items { 
    /*padding-bottom: 15px;*/
}
.packs-ch-head { 
    font-weight: bold;
    padding: 10px;
    background: #f7f7f7;
    color: #428bca;
    margin-bottom: 15px;
}
.packs-ch-box {
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
}
.packs-ch-selection {
    float: left;
    padding-top: 20px;
}
.packs-ch-thumb {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    margin-right: 15px;
    border: 1px solid #ddd;
    line-height: 38px;
}
.packs-ch-thumb img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.packs-ch-link {
    float: left;
    margin:20px 15px 0 0;
    position: relative;
    min-height: 40px;
}
.packs-ch-box-vod {
    margin-bottom: 10px;
    position: relative;
    /*padding: 10px;*/
}
.packs-ch-thumb-vod {
    float: left;
    width: 100%;
    height: 130px;
    text-align: center;
    /*padding: 10px;*/
    margin-right: 15px;
    border: 1px solid #ddd;
    line-height: 38px;
}
.packs-ch-thumb-vod img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 130px;
    /*padding: 10px;*/
    display: inline-block;
}
.packs-ch-link-vod {
    float: left;
    /*margin:20px 15px 0 0;*/
    position: relative;
    padding: 10px 0px 0px 1px;
    min-height: 40px;
}
.packs-ch-link:hover .packs-ch-popover { 
    display: block;
}
.packs-ch-popover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px #c5c5c5;
    font-size: 10px;
    left: 100%;
    margin-left: 15px;
    min-width: 130px;
    padding: 10px;
    position: absolute;
    top: -20px;
    display: none;
}
.packs-ch-popover:before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: -18px;
    position: absolute;
    top: 18px;
    width: 0;
}
.packs-ch-popover > h6 {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 6px;
}
.packs-ch-popover > ol {
    margin: 0 0 0 10px;
    padding-left: 0;
}
.packs-ch-excerpt { 
    padding-top: 15px;
}
.packs-ch-excerpt-vod h6 {
    margin:0 0 5px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

.packs-ch-excerpt h6 {
    margin:0 0 5px;
    font-weight: bold;
}

.packs-ch-excerpt p { 
    color: #428bca;
    margin: 0;
    font-size: 10px;
}
.packs-ch-box.active {    
    background: #f7f7f7;    
}