﻿.octaHubHeader {
    height: 40px;
    line-height: 40px;
    background-color: #f78d1e;
    color: #fff;
    border-radius: 6px 6px 0 0;
    font-family: sans-serif;
    padding-left: 20px;
}

.octaHubCustomerLogo {
}

.octaHubCustomerLabel {
}


.octaHubContainer {
    position: fixed;
    bottom: -460px;
    right: 20px;
    width: 310px;
    height: 500px;
    border: 1px solid #f78d1e;
    border-radius: 8px 8px 0 0;
    border-bottom: 0px;
}

.octaHubContainerVisible {
    bottom: 0;
    transition: all .05s linear;
}

.octaHubIframe {
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border: 0px;
}
