
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.editor-content {
    margin: 0.5em;
}

.graph-inputs {background-color: #f9edee}

.trace-inputs:nth-child(2n) {background-color: #F0F0F0 }
.trace-inputs {position: relative}

.inline {display: inline}

.error-msg {color: red}

.valid {
    border: solid 2px green;
}

input.valid:focus {
    background-color: #a6eac4;
}

.invalid {
    border: solid 2px red;
    background-color: lightcoral;
}

input.mandatory, textarea.mandatory{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1.5em 1.5em;
    background-position: right;
    background-repeat: no-repeat;
}

.mandatory::placeholder {
color: black;
opacity: 0.7;
}

.buttons-trace {
    position: absolute;
    right: 5px;
    top: 5px;
}

.buttons-trace button {
    color: #042a66;
    height:25px
}

.buttons-graph {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100
}

.remove-button-right {
    float: inline-end;
}

.graph-box-sticky {
    position: sticky;
    bottom:0px;
    margin-left: 100px;
    width: fit-content;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 0px 6px;

}

.graph-box {
    position: relative;
    margin-left: 100px;
    width: fit-content;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 2px 3px 6px;
}

inner-html
{
    padding-top: 50px;
    display: block;
    background-color: white;
}

.info-symbol {
    cursor: pointer;
    position: relative;
}

.help-message {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e1f7fa;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.7) -3px -3px 20px;
    z-index: 50;
    min-width: 300px;
}

.detach-button {
    color: blue;
    padding-left:10px;
    text-decoration: underline;
    cursor: pointer;
}

.catalog {
    position: relative;
}


.catalog a {
    padding-right: 3px;
}

.catalog a:visited {
    color: blue
}

.restrictedcatalog {
    position: absolute;
    z-index: 110;
    background-color: white;
    padding: 5px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.7) -3px -3px 20px;
}

.restrictedcatalog li {
     cursor: pointer;
     list-style-type: none;
}

.restrictedcatalog li:hover {
  background-color: #faf5e6;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}