* {
    box-sizing: border-box;
}
html, body {
    height:100%;
    overflow-y: hidden;
}

body {
    background-color: #F7F7F7;
    padding: 0px;
    margin: 0px;
}

.content-container {
    font-family: sans-serif;
    font-size: 12px;
    height: 97%;
    display: none;
}

.loading-container {
    font-family: sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
    display: table;
}

.loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tree-wrapper {
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 42px) !important;
}

.content {
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: hidden;
    /*height: calc(100% - 42px); <div class="btn-group"> está desabilitado*/
    height: calc(100% - 0px);
    margin: 0px;
}

.contet > iframe {
    overflow-y: hidden;
}

.viewer {
    margin-left: 400px;
    height: 100%;
    overflow-y: hidden;
}

.ok {
    color: #008000;
}

.nok {
    color: #FF0000;
}

.vakata-context li>a {
    font-size: 13px !important;
    line-height: 1.2em !important;
    height: 18px !important;
}

.vakata-context li>a>i {
    line-height: 1.2em !important;
}

.vakata-context li>a .vakata-contextmenu-sep {
    height: 1.2em !important;
}

.version {
    width: 100%;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    background: #F2F2F2;
    text-align: center;
}

.version-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.version-status-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.space {
    height: 20px;
}

.error-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
}

.version-status > span {
    color: darkgray;
}

.tree-container {
    width: 400px;
    float: left;
    height: 100%;
}

.table-row {
    display: table-row;
}

.table-footer {
    display: table-footer-group;
}

.loading-version {
    text-align: center;
    margin: 5px;
}

.ui-tooltip-content {
    font-size: 12px;
    word-wrap: break-word;
}

.neutral-color {
    background: #F2F2F2 !important;
}
