﻿#edit-tops,
#revest-page {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 100%;
    color: #eeeeee;
}
#tops-editor-sidebar,
#selected-top-details {
    padding: 10px;
    overflow-y: auto;
}
#revest-editor-sidebar {
    padding: 10px;
    padding-top: 15px;
    overflow-y: auto;
}
#revest-editor-sidebar #close-sidebar {
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 5px;
}
#tops-editor-toolbar {
    background-color: #f1f1f1;
    height: 60px;
    position: fixed;
    left: 620px;
    width: calc(100% - (320px + 300px));
}
#revest-editor-toolbar {
    background-color: #f1f1f1;
    height: 60px;
    position: fixed;
    left: 320px;
    width: calc(100% - 320px);
}
#revest-panels .search-specs {
    margin-bottom: 15px;
}
#revest-panels .specs-loader {
    text-align: center;
    font-size: 50px;
    top: calc(50% - 50px - 40px);
}
#revest-panels .no-specs-txt {
    text-align: center;
}
#tops-editor-sidebar .toggle-favorite {
    margin-top: 5px;
}
#selected-top-details .toggle-favorite {
    font-size: 22px;
    float: right;
}
#tops-editor-canvas-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 620px;
    top: 60px;
    bottom: 0;
    width: calc(100% - (320px + 300px));
}
#tops-editor-canvas-container canvas {
    border: 1px solid #d8d8d8;
    margin: 15px;
    min-height: 120px;
}
#tops-editor-canvas-container img {
    position: absolute;
    margin-left: 15px;
    max-height: 64px;
}
#tops-editor-canvas-container span {
    position: absolute;
    margin-left: 18px;
    margin-top: 15px;
    color: black;
}
#revest-canvas-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 320px;
    top: 60px;
    bottom: 0;
    width: calc(100% - 320px);
}
#revest-canvas-container .axis-img {
    position: absolute;
    background-size: contain;
    margin-left: 15px;
    height: 64px;
    width: 64px;
    bottom: 0;
}
#front-view-canvas {
    margin-bottom: 10px;
}
#top-view-canvas {
    margin-top: 10px;
}
#tops-editor-footer {
    background-color: #f1f1f1;
    height: 60px;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.top-module.selected {
    background-color: #777777;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.top-module.selected .explorer-module-name {
    font-weight: bold;
}
.toggle-favorite {
    padding: 0;
    width: 25px;
    height: 25px;
}
.toggle-favorite .icons8-christmas-star {
    color: white;
}
.toggle-favorite .icons8-christmas-star-2 {
    color: #f0ad4e;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#close-explorer-panel {
    margin: 0;
}
.btn-move-top-container .btn {
    font-weight: bold;
}
.btn-move-top-container .btn-move-x {
    color: #d9534f !important;
}
.btn-move-top-container .btn-move-y {
    color: #5cb85c !important;
}
.btn-move-top-container .btn-move-z {
    color: #5bc0de !important;
}
@media screen and (max-width: 991px) {
    #tops-editor-canvas-container {
        width: calc(100% - (320px - 260px));
        left: 60px;
        top: 50px;
    }
    #tops-editor-toolbar {
        left: 60px;
        width: calc(100% - (320px - 260px));
        top: 40px;
    }
    #revest-page {
        top: 40px;
    }
}
@media screen and (max-width: 767px) {
    #tops-editor-toolbar {
        left: 50px;
        width: calc(100% - (310px - 260px));
    }
    #revest-editor-toolbar {
        height: 50px;
        left: 50px;
        width: calc(100% - (310px - 260px));
    }
    #revest-canvas-container {
        top: 50px;
        left: 50px;
        width: calc(100% - (310px - 260px));
    }
}
