.frameBox {
    position: absolute !important;
    left: 100px;
    width: 1180px;
    height: 500px;
    overflow-y: hidden;
    overflow-x: hidden;
    resize: both;
    z-index: 800;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 15px -3px rgba(0,0,0,0.60);
    -moz-box-shadow: 4px 4px 15px -3px rgba(0,0,0,0.60);
    box-shadow: 4px 4px 15px -3px rgba(0,0,0,0.60);
}

.frameBox.frametop{
    z-index: 899;
}

.frameHeader{
    display: block;
    padding: 10px;
    height: 40px;
    background-color: #23313f;
    color: #fff;
    cursor: move;
}

.frameHeader .frameAction{
    float: right;
    margin-left: 8px;
    color: #ECECEC;
}

.frameContent {
    width: 100%;
    height: calc(100% - 40px);
    border: none;
}

.frame-main{
    padding-top: 5px;
}

.frame-main #header,
.frame-main .footer,
.ajuda-pagina{
    display: none;
}

.frame-main .container{
    width: calc(100% - 16px);
    margin-bottom: 8px;
}

.frame-main #header,
.frame-main .megamenu-container,
.frame-main .bth-context,
.frame-main .footer,
.ajuda-pagina{
    display: none;
}
/*# sourceMappingURL=ui-openframe.css.map*/