﻿.kg-ontology-constructor {
    width: calc(100% - 247px);
    height: calc(100% - 82px);
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: 82px;
    transition: width 0.4s ease;
    animation: fade-in 0.4s ease;
}

#main.widescreen .kg-ontology-constructor{
    width: calc(100% - 68px);
}

/*.kg-ontology-constructor__refresh {
    position: fixed;
    float: right;
    right: 10px;
    top: 84px;
    cursor: pointer;
    border: 1px solid lightgray;
    padding: 5px;
}*/

.kg-ontology-constructor__instance-list {
    padding-left: 32px;
    height: 100%;
    width: auto;
    overflow: auto;
    display: flex;
}

.kg-ontology-constructor__network {
    
}
