/*! JointJS+ v3.5.0 - HTML5 Diagramming Framework - TRIAL VERSION

Copyright (c) 2022 client IO

 2022-08-03 


This Source Code Form is subject to the terms of the JointJS+ Trial License
, v. 2.0. If a copy of the JointJS+ License was not distributed with this
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
 or from the JointJS+ archive as was distributed by client IO. See the LICENSE file.*/


@font-face {
    font-family: 'Roboto Condensed';
    src: url('../assets/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
    font-weight: Normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../assets/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
    font-weight: Bold;
}

@font-face {
    font-family: 'Averia Libre';
    src: url('../assets/fonts/Averia_Libre/AveriaLibre-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Averia Libre';
    src: url('../assets/fonts/Averia_Libre/AveriaLibre-Regular.ttf');
    font-weight: Normal;
}

@font-face {
    font-family: 'Averia Libre';
    src: url('../assets/fonts/Averia_Libre/AveriaLibre-Bold.ttf');
    font-weight: Bold;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf');
    font-weight: Normal;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('../assets/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf');
    font-weight: Bold;
}

html, body, .joint-app {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
/*    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;*/
    font-family: sans-serif, Arial;
    overflow: hidden;
}

.app-header {
    position: relative;
    width: 100%;
}

.app-body {
    position: relative;
    height: 100%;
}

.app-title {
    display: inline-block;
    width: 240px;
    height: 100%;
    padding: 0;
}

.app-title > h1 {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 30px;
}

/*  Paper  */
.paper-container {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    left: 240px;
    right: 0;
}

.dynamic-procedure-item-panel {
    display: block;
    width: 35%;
    height: 10%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    padding : 25px;
    border: none;
    box-shadow: -3px 0 6px 0 rgba(0,0,0,0.05);
}

.dynamic-procedure-item-panel-edit {
    display: block;
    width: 35%;
    height: 10%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    padding: 25px;
    border: none;
    box-shadow: -3px 0 6px 0 rgba(0,0,0,0.05);
}

.object-property[data-property$="/fill"],
.object-property[data-property$="/stroke"],
.field[data-field$="/fill"],
.field[data-field$="/stroke"] {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.joint-select-box.joint-color-palette .select-box-option:nth-child(2):not(.hover) {
    border: inset;
    border-width: 1px;
}

.joint-inspector-select-box-options {
    width: 190px;
}


/*  Stencil  */
.stencil-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px !important;
    height: 100%;
}

.joint-stencil .joint-element[data-type="standard.Image"] text,
.joint-stencil .joint-element[data-type="standard.Cylinder"] text,
.joint-stencil .joint-element[data-type="standard.InscribedImage"] text,
.joint-stencil .joint-element[data-type="devs.Atomic"] .inPorts text,
.joint-stencil .joint-element[data-type="devs.Atomic"] .outPorts text,
.joint-stencil .joint-element[data-type="pn.Transition"] text,
.joint-stencil .joint-element .joint-port text {
    display: none;
}

.joint-stencil .joint-element.joint-type-uml rect,
.joint-stencil .joint-element.joint-type-uml path {
    stroke: #4a4d6e;
}
main.js
/*  Toolbar  */

.topBarContainer{
    display: flex;
}

.toolbar-container {
    position: relative;
    height: 50px;
    left: 95px;
    right: 0;
    box-sizing: border-box;
    z-index: 998;
    top: 2px;
}

    .toolbar-container .joint-toolbar {
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
.toolbar-container{
    z-index:999; 
    margin-top:3px;
}
.toolbarContainer #btn-clear, .toolbarContainer #btn-svg, .toolbarContainer #btn-to-front, .toolbarContainer #btn-layout {
    display: none;
}
.toolbarContainer button.joint-widget.joint-theme-modern {
    border-radius: 10px !important;
    height: 39px;
    margin-top: -5px;
    border-width: 1.5px;
    margin-right: 5px;
}


.toolbar-container label {
    white-space: nowrap;
}

.toolbar-container button:not(:empty) {
    padding: 0 4px;
}


.toolbar-container button.joint-widget.joint-theme-modern #btn-png {
  width: 70px;
}

.toolbar-container::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
}

.toolbar-container button.joint-widget.joint-theme-modern {
    border-radius: 12px !important;
    height: 39px;
    border: solid 1.5px #9e9ea0;
    margin-right: 5px;
    background-color: white;
    width: 39px;
}

.toolbar-container button.joint-widget.joint-theme-modern:hover {
    background-color: #9e9ea0;
    border-color: #9e9ea0;
    transition: all 0.3s ease-out;
}

.joint-tooltip.joint-theme-modern.animated.rendered.top::before {
    background-color: red !important;
}

.joint-tooltip.joint-theme-modern.animated.rendered.top {
    background-color: #212529;
    border: 1px solid #212529;
    border-radius: 4px !important;
    font-size: 12px !important;
    padding-top: 0px !important;
    margin: 0 !important;
}

    .joint-tooltip.joint-theme-modern.animated.rendered.top div {
        padding-top: 0px !important;
        margin-top: 4px !important;
        padding-bottom: 3px !important;
        font-size: 12px !important;
    }

    .joint-tooltip.joint-theme-modern.animated.rendered.top .arrow {
        background-color: red !important;
    }


.toolbar-container button.joint-widget.joint-theme-modern#btn-png {
    width: 70px;
}
.toolbar-container button.joint-widget.joint-theme-modern:after {
    border: none;
    background: none;
    font-size: 20px;
    font-family: "Font Awesome 7 Pro";
    font-weight: 200;
    margin: 0 auto;
    padding-top: 1px;
    stroke: #9e9ea0 !important;
}
    .toolbar-container button.joint-widget.joint-theme-modern#btn-print:after {
        content: "\f02f";
         }
    .toolbar-container button.joint-widget.joint-theme-modern[data-type="zoomToFit"]::after {
        content: "\f047";
    }
    .toolbar-container button.joint-widget.joint-theme-modern[data-type="zoomOut"]::after {
        content: "\f010";
    }
    .toolbar-container button.joint-widget.joint-theme-modern[data-type="zoomIn"]::after {
        content: "\f00e";
    }
    .toolbar-container button.joint-widget.joint-theme-modern[data-type="fullscreen"]::after {
        content: "\f0b2";
    }
    .toolbar-container button.joint-widget.joint-theme-modern[data-name="layout"]::after {
        content: "\f247";
    }
.toolbar-container .joint-widget.joint-theme-modern[data-type="zoomSlider"], .toolbar-container .joint-widget.joint-theme-modern[data-name="zoom-slider-label"], .toolbar-container .joint-widget.joint-theme-modern[data-name="snapline"], .toolbar-container .joint-widget.joint-theme-modern[data-group="grid"], .toolbar-container .joint-widget.joint-theme-modern[data-type="range"] {
    display: none;
}

.toolbar-container .joint-widget.joint-theme-modern[data-type="label"], .toolbar-container .joint-widget.joint-theme-modern[data-type="separator"], .toolbar-container .joint-widget.joint-theme-modern[data-type="range"] {
    display: none !important;
}

.toolbar-container button.joint-widget.joint-theme-modern[data-type="fullscreen"]{
    display: none !important;
}

.topBarContainer.d-flex {
    background-color: #f2f3f5 !important;
    height: 60px !important;
    z-index: 1;
    position: relative;
    /*width: 800px !important;*/
    border-bottom: 1.6px dashed #e8e9f1
}


.joint-dialog.joint-lightbox .fg {
    background-color: #F6F6F6;
}

.joint-halo .box {
    display: none !important;
}

.searchInputContainer input, ::deep .searchInputContainer input {
    padding-left: 35px !important;
}
