body {
    margin: 0
}

#container {
    min-height: 2000px;
    position: relative;
}

div#container {
    background-color: #fff;
}

.node-column {
    background-color: rgba(255, 255, 255, 0.72);
    list-style-type: none;
    padding: 1px 5px;
    margin: 0px;
    font-size: 12px;
    cursor: move;
}

.node-column b {
    font-weight: 500;
}

.node-column a.btn {
    padding: 0 !important;
    margin-left: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.node-column a.btn i {
    font-weight: 700;
}

ul.nodecollection-container.ui-sortable {
    margin: 10px 0 10px 0;
}

.code-window .window-bar {
    height: 30px;
}

.node-view {
    width: 320px;
    min-width: 200px;
    background-color: #e8e8e8;
    padding: 5px;
    border: 1px solid #000;
    margin: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33);
}

.node-view ul {
    padding: 0px;
}

.node-view li {
    margin-bottom: 2px;
    border-radius: 2px;
}

.node-view .add-column {
    width: 100%;
    margin-bottom: 10px;
}

.node-view .btn {
    padding: 1px 5px !important;
    border: none;
}

.node-view .btn i {
    font-weight: 700;
}

.item {
    position: absolute;
    background-color: #C2C2C2;
    border: none;
    width: 100px;
    border-radius: 3px;
    padding: 2px 5px 5px 5px;
    width: auto;
    float: left;
    z-index: 10;
    min-width: 250px;
}

.item p b {
    font-weight: normal;
    font-size: 14px;
}

.item p {
    color: #333;
    margin: 0;
}

.node-Blue {
    background-color:blue;
}

.node-Green {
    background-color:green;
}

.node-Yellow {
    background-color:yellow;
}

.node-Purple {
    background-color:purple;
}

.node-Red {
    background-color:red;
}

.node-Brown {
    background-color:brown;
}

.node-Gold {
    background-color:gold;
}

.node-Teal {
    background-color:teal;
}

.node-Yellow-light {
    background-color: #FFF8A6;
}

.node-Grey {
    background-color: #F1F1F1;
}

.toolbox button {
    padding: 5px;
}

#state1 {
    position: absolute;
    left: 100px;
    top: 100px;
}

#state2 {
    position: absolute;
    left: 250px;
    top: 100px;
}

#state3 {
    position: absolute;
    left: 100px;
    top: 250px;
}

.label {
    background-color: #333;
    font-size: 11px;
    font-weight: normal;
    z-index: 11;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    vertical-align: middle;
}

#biodesign-logo {
    left: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 1;
}

#biodesign-logo img {}

.conn {
    background-color: rgba(0, 0, 0, 0.26);
    height: 10px;
    border-radius: 2px;
}

.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #ccc;
}

.btn-container {
    color: #333;
    background-color: rgba(255, 255, 255, 0.44);
}

.tool-btn-block .btn {
    display: inline-block;
    width: 25px;
}

.addSeedRow {
    background-color: #E7E7E7;
}

.editSeedRow {
    background-color: #EEEEEE;
}

.headerSeedRow {
    background-color: #fff;
}

.modal-body .form-control {
    border-color: #ddd!important;
    border-width: 1px;
    font-size: 13px;
    color: #666;
}

.modal-body .form-control+span {
    font-size: 12px;
    color: #666;
}

.modal-body .form-horizontal .control-label {
    padding-top: 3px;
}

#apps .toolbox .btn span {
    margin-right: 5px;
    font-weight: 700;
}

#apps .toolbox .btn {
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px 8px;
}

.modal legend {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #C93756;
}

.modal .nav.nav-tabs {
    border-bottom: 1px solid #eee;
    float: none;
    width: 100%;
    display: block;
    text-align: left;
}

.modal .nav-tabs>li {
    float: none;
    margin: 0px;
    text-align: left;
    display: inline-block;
}

.modal .nav-tabs>li>a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    padding: 0 15px;
    margin: 0;
    padding-bottom: 10px;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.modal .nav-tabs>li:first-child>a {
    padding-left: 0;
}

.modal .nav-tabs>li>a::before {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    background-color: #C93756;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.modal .nav-tabs>li.active>a {
    border: none;
}

.modal .nav-tabs>li.active>a::before {
    width: 100%;
}

.modal .nav-tabs>li.active>a:hover {
    border: none;
}

.modal .tab-content {
    margin-top: 20px;
}

.modal .modal-footer {
    padding-bottom: 0;
    padding-right: 0;
    border-color: #eee;
}

.modal .modal-footer .btn {
    font-size: 13px;
}

.code-preview {
    position: relative;
}

/* svg.jtk-connector path:first-child {
    pointer-events: visibleStroke;
    fill: none;
    stroke: #666;
    stroke-width: 2;
    stroke-linejoin: round;
}

svg.jtk-connector path:last-child {
    fill: #333;
}

.jtk-endpoint-anchor svg circle {
    fill: #C93756 !important;
} */

.node-column i {
    font-style: normal;
}

.table thead tr th {
    font-weight: normal;
    color: #333;
    border: none;
}

.table thead tr td {
    border: none;
}

.modal-body .form-control {
    height: 32px;
    font-size: 11px;
}

.table tbody tr td {
    border: none;
}

.table tbody tr td .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.table tbody tr td .btn i {
    font-weight: 700;
}