.single-image {
    width: 120px;
    height: 100px;
    display: inline;
    padding: 10px;
}

#loader {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.66);;
    z-index: 30001;
    opacity: 0.8;
}

.category-title {
    color: green;
    font-weight: 500;
}

.empty-content {
    color: darkred;
    margin-left: 25px;
}
.boxarea {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.one_full{
    height: 100% !important;
}
section.item{
    min-height: 100% !important;
}
section.item > .content{
    height: 100% !important;
}
.one_half{
    height: 100% !important;
}
#link-list{
    height: 100% !important;
}
.section-accordian{
    overflow-y: scroll;
}

.td-iframe video {
    max-width: 150px !important;
    height: auto;
}