.viewer {
    position: relative;
    overflow-y: auto;
    overflow-x: visible;
}

.channel-title {
    font-size: 15px;
    padding: 5px 5px;
    border-bottom: 1px solid #626262;
}

.logo {
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    word-break: break-all;
}

.language .btn-group {
    width: 40px !important;
}

.language .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px 4px !important;
}

.language img {
    border: 1px #a8a8a8 solid;
    /*margin-top: -10px;*/
    /*margin-bottom: -4px;*/

}

.status-general {
    position: relative;
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-top: -16px;*/
    /*margin-left: -16px;*/
    z-index: 999999;
}

.status-general img {
    width: 16px;
    margin-top: -2px;
}

.status-secondary {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 999999;
}

.status-on {
    display: inline-block;
}

.status-off {
    display: none;
    /*display: inline-block;*/
}

#login {
    width: 330px;
    background-color: #e6f4f1;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -165px;
}

#login>div{
    padding: 10px;

}
#login label {
    font-weight: normal;
    text-align: left;
}

#login .form-group:last-of-type {
    margin-bottom: 0;
}

#login h4 {
    font-size: 110%;
    text-align: center;
    background-color: #B1E5D9;
    margin: 0;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #555555;
    font-weight: bold;
}

.remember {
    font-size: 90%;
}

.remember input {
    margin-top: 2px !important;
}

table.add td:first-child{
    width: 50px;
    text-align: center;
    height: 30px;
}
table.add td:last-child{
    font-weight: 700;
}

table.add {
    margin-bottom: 20px;
    width: 100%;
}

table.add tr{
    border-bottom: solid 1px bisque;
}

.clip {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


