@charset "UTF-8";

html, body {
    width:  100%;
    height: 100%;
    margin: 0;
}

input[type='button'] {
    width: 90%;
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    background-color: #CCC477;
    border: 1px solid #BCB467;
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    height: 100%;
}

#graphCanvas {
    width: calc(100% - 600px);
    height: calc(100% - 90px);
    margin: 80px 300px 0px 300px;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 0px;
}

main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    pointer-events: none;
}

.optWrapper ul li label {
    font-weight: bold;
}

#details-attributes {
    word-wrap: break-word;
}

#details-category-container,
#details-attributes-container,
.details-ertekeles {
    margin-top: 20px;
}

#left-context-menu,
#right-context-wrapper {
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    pointer-events: all;
}

#left-context-menu {
    width: 300px;
    overflow-y: scroll;
    background-color: #f0e68c;
    padding: 10px;
    border: 1px solid #a29415;
    display: none;
    left: 0px;
}

#right-context-wrapper {
    right: 0px;
}

#right-context-wrapper:after {
    content: " ";
    clear: both;
    display: block;
}

#open-close-right-context-menu {
    padding: 12px 6px;
    background-color: #e0d67c;
    float: left;
    border-top-left-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    cursor: pointer;
}

#open-close-right-context-menu i {
    font-weight: bold;
    font-size: 18px;
    display: block;
}

#right-context-menu {
    width: 300px;
    height: 100%;
    display: none;
    background-color: #f0e68c;
    padding: 10px;
    border: 1px solid #a29415;
    float: left;
    box-sizing: border-box;
    position: relative;
}

#btn-snapshot-memory {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#right-context-menu .label {
    font-weight: bold;
}

.sumo_category-select {
    margin: 5px 20px 20px 5px;
}

.slider-container {
    margin: 10px 30px 0px 10px;
}

.searched-nodes-title {
    margin-top: 20px;
}
.searched-nodes-node-name {
    margin-top: 5px;
    margin-left: 10px;
}

.searched-nodes-node-name i {
    color: red;
    margin-right: 5px;
    cursor: pointer;
}

.details-new-rating.slider-container,
.details-more-search-rating.slider-container,
.details-ertekeles-rating {
   margin: 10px 0px 5px;
}

.details-old-comments-container,
.details-new-comment,
.details-more-search {
    margin-top: 30px;
}

.details-old-rating-container,
.details-old-comment-timestamp,
.details-old-comment {
    margin-left: 10px;
    display: block;
}

#details-name {
    font-size: 18px;
    font-weight: bold;
}

.details-old-comment {
    margin-top: 10px;
}

.details-old-comment-timestamp {
    text-align: right;
    margin-top: 5px;
}

.details-old-rating-container,
.details-old-comment-timestamp {
    color: gray;
}

.details-new-comment textarea {
    width: 90%;
    margin-top: 10px;
    height: 150px;
    box-sizing: border-box;
}

.details-new-rating {
    margin-bottom: 15px;
}

.details-more-search-rating {
    margin-bottom: 15px;
    width: 90%;
}

.ui-slider-handle {
    width: 2em !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.search-container {
    position: relative;
    width: 30%;
    pointer-events: all;
    margin-top: 20px;
    height: fit-content;
}

.search-container i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    padding: 10px;
}

#search-field {
    border-color: blue;
    border-radius: 40px;
    font-size: 20px;
    padding: 15px 45px 15px 25px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
}
