﻿/*
    robot.info-channel.css v1.0.0
    Author : Asiri Dissanayaka
    Owner : Robot Industries
    Last Modification : Asiri Dissanayaka on 2019-10-25
*/

html {
    overflow-x: hidden;
}

#help-wrapper {
    float: right;
    position: absolute;
    right: -303px;
    z-index: 100000;
    overflow: hidden;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 3px 3px #999999;
}

#help-wrapper.open {
    right: 0;
}

#help-button {
    position: fixed;
    padding: 5px;
    right: 0;
    margin-top:8px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 100000;
}

#help-button i {
    text-shadow: 0 0 3px #999999;
}

#help-button.open {
    right: 300px;
}

#help-body {
    padding: 5px;
    width: 300px;
    background: #ffffff;
}

#help-title .header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #999999;
    padding: 5px;
}

#help-channel .header {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #999;
    margin: 5px;
    padding: 5px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#help-content .content {
    margin: 10px;
    text-align: center;
}
