/*! Rappid v3.2.0 - HTML5 Diagramming Framework

Copyright (c) 2015 client IO

 2020-06-12 


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

/* 
html, body {
    margin: 0;
    padding: 20px;
    color: #6a6c8a;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue Light','Helvetica Neue','Source Sans Pro',sans-serif;
} */
p.center {
    text-align: center;
}
/* #header {
    height: 50px;
    background-color: #F6F6F6;
    color: #696c8a;
    text-align: center;
} */
.joint-dialog  label{
    position: inherit !important;
}
#header h1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 50px;
    margin-left: 20px;
    font-size: 14px;
    float: left;
}
#header p {
    display: inline-block;
    font-size: 12px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}
#header a {
    float: right;
    margin-right: 10px;
    line-height: 50px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}
#header img {
    max-height: 30px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/* Paper */

#paper-container {
    width: 100%;
    height: 600px;
    background: #f4f4f4;
    outline: 2px solid #f2f2f2;
    border: 5px solid #fff;
}
#paper-container .joint-paper > svg {
    overflow: visible;
}
.joint-paper-scroller.joint-theme-modern .joint-paper {
    box-shadow: none;
}
/* Shapes */

.joint-link {
    pointer-events: none;
}
.btn {
    cursor: pointer;
}
.btn:hover circle,
.btn:hover rect {
    fill: #c7c8e0;
}

/* Inspector */
.joint-inspector .field{
    padding: 1px;
}
.joint-inspector.joint-theme-modern {
    position: relative;
    background: white;
}
.joint-inspector.joint-theme-modern .field {
    margin-bottom: 2px;
}
.joint-inspector.joint-theme-modern input[type="text"],
.joint-inspector.joint-theme-modern textarea,
.joint-inspector.joint-theme-modern .joint-select-box.joint-theme-modern {
    color: #666;
    border: 4px solid #ededed;
    font-size: 16px;
}
.joint-inspector.joint-theme-modern .joint-select-box.joint-theme-modern .select-box-selection {
    color: #666;
}
.joint-inspector.joint-theme-modern .joint-select-box.joint-theme-modern:not(.joint-color-palette) .select-box-selection {
    padding: 4px 12px;
    border: none;
}
.joint-select-box.joint-theme-modern .select-box-option {
    color: #666;
}
.joint-select-box-options.joint-color-palette.joint-theme-modern {
    width: 180px;
}
.joint-inspector.joint-theme-modern .joint-select-box.joint-color-palette.joint-theme-modern div.select-box-selection {
    border: none;
}
.joint-inspector.joint-theme-modern label {
    color: #555;
    font-weight: normal;
    margin: 0 0 3px 2px;
}
.joint-select-box.joint-color-palette.joint-theme-modern .select-box-selection .select-box-option-content {
    border-radius: 0;
}

/* Dialog */
.joint-dialog.joint-theme-modern{
position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: inline-grid;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.joint-dialog.joint-theme-modern .titlebar {
    text-shadow: none;
    background-color: #EFEFEF;
    color: #333;
    border-bottom: 0;
}
.joint-dialog.joint-theme-modern .fg {
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
}
.joint-dialog.joint-theme-modern .controls .control-button {
    margin-top: 10px;
}
.joint-dialog.joint-theme-modern .joint-inspector input {
    height: 39px;
}
/* Tree Layout View */

.tree-layout-preview-group.joint-theme-modern .tree-layout-preview {
    stroke: #212135;
    stroke-width: 5;
}
.tree-layout-preview-group.joint-theme-modern .tree-layout-preview.child {
    fill: #212135;
    stroke: #c7c8e0;
}
.tree-layout-preview-group.joint-theme-modern .tree-layout-preview.parent {
    fill: none;
}
.joint-tree-layout.joint-theme-modern .tree-layout-box.active {
    opacity: 0.3;
    border-color: #212135;
    border-width: 3px;
    margin: 0;
    margin-left: -4px;
    margin-top: -1px;
    padding-right: 2px;
}
.joint-tree-layout.joint-theme-modern .tree-layout-box.translate {
    border-width: 3px;
}
.joint-tree-layout.joint-theme-modern .tree-layout-box.translate svg {
    margin-top: 2px;
}
.tree-layout-mask.dropping-not-allowed {
    z-index: 101;
}
