﻿body {
    /* padding-top: 50px; */
    margin: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Graph page using react-tree-graph
    White background style
*/


div.custom-container {
    background-color: white;
}

svg.custom .node circle {
    fill: #F3F3FF;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

svg.custom .node text {
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #444;
    fill: black;
    text-shadow: 0 12px 6px black;
}

svg.custom text {
    margin-left: 12px;
}

svg.custom .node {
    cursor: pointer;
}

svg.custom path.link {
    fill: none;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

div.custom-container {
    background-color: #242424;
}

svg.custom .node circle {
    fill: #F3F3FF;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

svg.custom .node text {
    font-size: 11px;
    background-color: #444;
    fill: #F4F4F4;
    text-shadow: 0 1px 4px black;
}

svg.custom .node {
    cursor: pointer;
}

svg.custom path.link {
    fill: none;
    stroke: #2593B8;
    stroke-width: 1.5px;
}
.float-left-child {
    float: left;
}

.loading-layout {
    margin-top: 22px;
    margin-left: 10px;
}

.loading-layout-meas {
    margin-top: 10px;
    margin-left: 10px;
}

.grid-parent {
    height: 46px;
}
/*Graph page using react-tree-graph
    White background style
*/


div.custom-container {
    background-color: white;
}

svg.custom .node circle {
    fill: #F3F3FF;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

svg.custom .node text {
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #444;
    fill: black;
    text-shadow: 0 12px 6px black;
}

svg.custom text {
    margin-left: 12px;
}

svg.custom .node {
    cursor: pointer;
}

svg.custom path.link {
    fill: none;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

div.custom-container {
    background-color: #242424;
}

svg.custom .node circle {
    fill: #F3F3FF;
    stroke: #2593B8;
    stroke-width: 1.5px;
}

svg.custom .node text {
    font-size: 11px;
    background-color: #444;
    fill: #F4F4F4;
    text-shadow: 0 1px 4px black;
}

svg.custom .node {
    cursor: pointer;
}

svg.custom path.link {
    fill: none;
    stroke: #2593B8;
    stroke-width: 1.5px;
}