﻿
.ChannelDeviceMainStyle {
    width: 100%;
    height: 38px;
    text-align: center;
    vertical-align: central;
}

.ChannelDeviceSubStyle {
    width: 100%;
    height: 38px;
    vertical-align: central;
    text-align: center;
    line-height: 38px;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
}

.rtsUL {
    width: 100%;
}

.ChannelDeviceMainStyle > .rtsLevel1 > ul > .rtsLI {
    width: calc(50% - 3px);
}

.tabBorder {
    border-style: solid;
    border-width: 2px;
    border-color: #F0F0F0;
}

.tabBorderNoTop {
    border-top-style: none !important;
}

.tabBorderNoBottom {
    border-bottom-style: none !important;
}

.tabBorderNoRight {
    border-right-style: none !important;
}

.tabBorderNoLeft {
    border-left-style: none !important;
}
