#device-mac-address-title{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 5px 100px;
    background: rgba(72, 81, 102, 0.48);
    margin-top: 150px;
    margin-bottom: 180px;
}
#device-mac-address-title *{
    font-weight: bold;
}
.device-mac-address-value.mac-address {
    margin-left: 300px;
}
#device-active-status-title,#expired-device-title{
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
#expired-device-title {
    color: #FF8889;
}

#device-active-status-title.expired{
    color: #FF8889;
}
#trial-cost-information {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 15px;
}
#device-activate-title {
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    margin-top: 15px;
}
#device-activate-link {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#device-restart-text {
    text-align: center;
    font-size: 25px;
    color: #ddd;
    font-weight: lighter;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    text-transform: uppercase;
}
.device-restart-key {
    font-weight: bold;
    color: #fff;
}
#device-app-version-text {
    color: #888;
    font-size: 30px;
    font-weight: lighter;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#channel-categories-container {
    position: relative;
    margin-top: 40px;
    height: 840px;
    overflow-y: scroll;
}
.channel-category-item-container {
    /*padding: 5px 0;*/
}
.channel-category-item-wrapper{
    white-space: nowrap;
    transition: all 0.05s;
    position: relative;
}
.channel-category-item-wrapper.active{
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.25);
}
.channel-category-item-title {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    font-size: 30px;
    font-weight: lighter;
    color: #fff;
    padding-left: 80px;
}
.channel-category-channel-count-wrapper {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    width: 30%;
    padding:15px 0;
    padding-left: 50px;
    transition: all 0.2s;
    position: relative;
}
.channel-category-item-wrapper.active .channel-category-channel-count-wrapper{
    background: rgba(255, 255, 255, 0.1);
}
.category-channel-item-count-wrapper {
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
}
.channel-category-item-wrapper.active .category-channel-item-count-wrapper{
    visibility: visible;
}
.channel-category-item-wrapper.active .channel-category-item-title {
    font-weight: bold;
}
.category-channel-item-count {
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.channel-category-icon-wrapper {
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    width: 33px;
}
.channel-category-icon {
    height: 25px;
    max-width: 100%;
    text-align: center;
}







