﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 8px;
    border-radius: 3px;
}

    .callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 19px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code {
        border-radius: 3px;
    }

    .callout + .bs-callout {
        margin-top: -5px;
    }

.callout-default {
    border-left-color: #777;
}

    .callout-default h4 {
        color: #777;
    }

.callout-primary {
    border-left-color: #428bca;
}

    .callout-primary h4 {
        color: #428bca;
    }

.callout-success {
    border-left-color: #5cb85c;
}

    .callout-success h4 {
        color: #5cb85c;
    }

.callout-danger {
    border-left-color: #d9534f;
}

    .callout-danger h4 {
        color: #d9534f;
    }

.callout-warning {
    border-left-color: #f0ad4e;
}

    .callout-warning h4 {
        color: #f0ad4e;
    }

.callout-info {
    border-left-color: #5bc0de;
}

    .callout-info h4 {
        color: #5bc0de;
    }

.callout-bdc {
    border-left-color: #29527a;
}

    .callout-bdc h4 {
        color: #29527a;
    }

.d-in {
    display: inherit;
}

#cy {
    /*width: 80%;*/
    height: 90vh;
    display: block;
    z-index: 0;
}

.menu-panel {
    /*width: 20%;*/
    /*border: 2px solid #000; */
    height: 98vh;
    z-index: 999999999;
    border-left: 2px solid #b6b8b7;
    overflow: scroll;
    overflow-x: hidden;
}

.menu {
    /*width: 80%;*/
    /*border: 2px solid #000; */
    left: 0;
    height: 8vh;
    z-index: 999999999;
    border-bottom: 2px solid #b6b8b7;
}

.set-bg {
    background-color: rgba(235, 237, 240,1);
}

.modeInfoPanel {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999999;
    background-color: azure;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #000;
}

.findPathListPanel {
    position: absolute;
    /*bottom: 20px;*/
    /*right: 100px;*/
    z-index: 99999999;
    background-color: #f7f7f7;
    border-radius: 2px;
    /*padding: 20px;*/
    border: 1px solid #dedcdc;
    min-width: 600px;
    
}

.nodeControlInfoPanel {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999999;
    background-color: rgb(250, 221, 147);
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #000;
}

.connectionControlPanel {
    position: fixed;
    top: 8%;
    right: 25%;
    z-index: 99999999;
    padding: 5px;
}

.direcitonsIconDiv {
    position: fixed;
    bottom: 2%;
    right: 23%;
    z-index: 99999999;
    background-color: transparent;
    padding: 20px;
}

.excel-dropdown-item {
    color: rgb(232, 241, 236);
}

.modeInfoPanelIdHeader {
    padding: 10px;
    cursor: move;
    /*z-index: 10;*/
    /*background-color: #2196F3;*/
    /*height:250px;*/
    color: #fff;
    /*max-width:600px;
    min-width: 600px;*/
    margin: 0px;
}