html {
  min-height:100%;
}

body {
  padding: 60px 0 46px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

nav.navbar {
  margin-top: -60px
}

.footer-container {
  padding: 0 !important;
}

footer span.copyright,
footer ul.quicklinks li {
  font-size: 12px;
}

@media (max-width: 1040px) {
    footer span.copyright,
    footer ul.quicklinks li {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
  footer ul.quicklinks li {
      font-size: 10px;
  }
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1400px;
  }
}

@media (max-width: 1200px) {
  h1 {
    text-align: left;
  }
}

#evaluation {
  width: 100%;
  height: 100%;
}


#graph-view {
  width: 100%;
  height: 100%;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #676a6c;
}

#graph-view ::-webkit-input-placeholder {
   color: #969B9E;
}

#graph-view :-moz-placeholder { /* Firefox 18- */
   color: #969B9E;
}

#graph-view ::-moz-placeholder {  /* Firefox 19+ */
   color: #969B9E;
}

#graph-view :-ms-input-placeholder {
   color: #969B9E;
}

#graph-view button,
#graph-view .btn-default {
  color: #676a6c;
}

#graph-view .dropdown-menu a {
  color: #676a6c;
}

#graph {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #DFE7EB;
}

#graph.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #FFFFFF;
  z-index: 1001;
  margin: 0;
}

#graph-container.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#graph-metrics {
  position: absolute;
  top: 69px;
  left: 10px;
  bottom: auto;
  right: auto;
}

#graph-metrics-large {
  display: inline-block;
}

#graph-metrics-collapse {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding: 60px 0 35px 0;
  }
}

@media (max-height: 550px), (max-width: 400px) {
  body {
    padding: 60px 0 35px 0;
  }
}

@media (max-height: 550px), (max-width: 700px) {
  #graph-metrics-large {
    display: none;
  }

  #graph-metrics-collapse {
    display: inline-block;
  }
}

.graph-controls-top-left {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: auto;
  right: auto;
}

.graph-controls-top-center {
    position: absolute;
    top: 10px;
    left: 40%;
    bottom: auto;
    right: 40%;
}

.graph-controls-top-right {
  position: absolute;
  top: 10px;
  left: auto;
  bottom: auto;
  right: 10px;
}

.graph-controls-bottom-left {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  right: auto;
}

.graph-controls-bottom-right {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}

.graph-controls-top-middle {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 350px) {
  #graph-search-input {
    width: 200px;
  }
}

@media (max-width: 350px) {
  #graph-search-input {
    width: 170px;
  }
}

@media (max-width: 320px) {
  #graph-search-input {
    width: 150px;
  }
}

@media (max-width: 280px) {
  #graph-search-input {
    width: 120px;
  }
}

@media (max-width: 420px) {
  .topmenu-btn-text {
    display: none;
  }
}

@media (max-width: 500px) {
  .topmenu-btn-text-large {
    display: none;
  }
}

#graph-label {
  position: absolute;
  left: 10px;
  bottom: 59px;
}

@media (max-width: 580px), (max-height: 320px) {
  #graph-label {
    display: none;
  }
}

.graph-controls-top-center h2.graph-title {
  font-size: 12px;
  color: #5A5C5E;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
}

.graph-controls-top-center h3 {
  font-size: 18px;
  color: #5A5C5E;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top:0 ;
}

#graph-label h2.graph-title {
  font-size: 12px;
  color: #5A5C5E;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
}

#graph-label ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#graph-label ul li {
  color: #7E8285;
  font-size: 12px;
  line-height: 15px;
}

.graph-infowindow {
  display: block;
  padding: 10px;
  font-size: 11px;
  z-index: 10;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  max-width: 250px;
}

.graph-infowindow ul {
    padding-left: 20px;
}

.graph-infowindow .nodeName {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 5px;
  margin-bottom: 7px;
}

.loading {
  background-color: rgba(238,238,238,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 2000;
  padding: 200px 0;
}

.loading .fa-spin {
  font-size: 5.1em;
}

.loading .loading-msg {
  margin-top: 25px;
  font-size: 16px;
  color: #777;
}

.loading .loading-msg span {
  background-color: rgba(238,238,238,0.8);
  padding: 5px 15px;
  border: 1px solid rgba(238,238,238,0.8);
  border-radius: 20px;
}

.loading .cancel {
  display: block;
  margin-top: 20px;
}

/* Net properties */
#net-properties .legend {
  margin-left: 10px;
  color: #999;
  font-style: italic;
}

#net-properties .gauge g.arc {
    fill: steelblue;
}

#net-properties .gauge g.pointer {
    fill: #e85116;
    stroke: #b64011;
}

#net-properties .gauge g.label text {
    text-anchor: middle;
    font-size: 11px;
    font-weight: bold;
    fill: #666;
}

#net-properties .gauge-label {
  margin-right: 30px;
}

#net-properties dt {
  float: left;
}

#net-properties dl dt {
    width: auto;
    font-weight: normal;
}

#net-properties dl dd {
    margin-left: 70px;
    font-weight: normal;
}

#net-properties img.graph {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0;
}

#net-properties .net-reference {
    color: #999;
    font-style: italic;
}

#net-properties .net-row {
  font-size: 13px;
}

#net-properties .help-col {
  font-size: 12px;
}

#net-properties .net-col-padding {
  padding-top: 7px;
}

#net-properties .graphdraw-container {
    text-align: center;
}

#net-properties img.graphdraw {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

#net-properties .gauge {
  max-width: 200px;
  max-height: 110px;
}

#net-properties dl {
  font-size: 13px;
}

#net-properties .net-reference {
  margin-top: 0;
}

.input-group-addon {
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,cursive;
}

.stats-help {
  cursor: pointer;
}

.modal-body {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px
  letter-spacing: 1px;
  color: #676a6c;
}

.modal-fixed-height {
  max-height: 400px;
  overflow-y: auto;
}

.modal-fixed-height-lg {
  max-height: 600px;
  overflow-y: auto;
}

.modal-fixed-height-xl {
  max-height: 820px;
  overflow-y: auto;
}

.modal-body ::-webkit-input-placeholder {
   color: #969B9E;
}

.modal-body :-moz-placeholder { /* Firefox 18- */
   color: #969B9E;
}

.modal-body ::-moz-placeholder {  /* Firefox 19+ */
   color: #969B9E;
}

.modal-body :-ms-input-placeholder {
   color: #969B9E;
}

.modal-header h4 {
  text-transform: none;
}

.modal-header h3 {
  color: #333;
  margin-top: 5px;
  margin-bottom: 0px;
  text-transform: none;
}

.modal-header .close {
  font-size: 20px;
}

.modal-body h4 {
  color: #555;
  margin-bottom: 20px;
  text-transform: none;
}

.modal-body h5 {
  text-transform: none;
}

.modal-body .modal-section {
  margin-top: 5px;
  margin-bottom: 5px;
}

.modal-body button,
.modal-body .btn-default {
  color: #676a6c;
}

.modal-body .btn-download {
  margin: 10px 0;
}

.modal-body .dropdown-fixed-height {
  max-height: 280px;
  overflow-y: auto;
}

.modal-body .dropdown-fixed-height-md {
  max-height: 380px;
  overflow-y: auto;
}

.modal-body .dropdown-fixed-height-lg {
  max-height: 480px;
  overflow-y: auto;
}

.modal-body .dropdown-extend {
  position: static;
}

.modal-body .dropdown-extend>.btn {
  position: static;
}

.modal-body .dropdown-extend>.dropdown-menu {
  width: 100%;
}

.modal-body .dropdown-menu a {
  color: #676a6c;
}

.modal-body .dropdown-menu>.active>a,
.modal-body .dropdown-menu>.active>a:hover {
  color: #fff;
}

.modal-body .dropdown-menu>li.recalculate>a {
  color: #FFFFFF;
  background-color: #5cb85c;
}

.modal-body .dropdown-menu>li.recalculate>a:hover {
  color: #FFFFFF;
  background-color: #449d44;
}

.modal-body .selection-container {
  position: relative;
  margin-top: 10px;
}

.modal-body .selection {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  float: left;
}

.modal-body .selection a {
    color: #31708f;
}

.modal-body .selection-compare {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-body .selection-compare a {
    color: #3c763d;
}

.modal-body .selection span {
    margin-left: 5px;
}

.modal-body .empty-selection-message {
  line-height: 1.5em;
  font-style: italic;
  color: #999;
}

.modal-body .category-header {
  text-transform: uppercase;
}

.modal-content .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  text-transform: none;
  font-weight: normal;
}

.modal-content .btn-primary:hover,
.modal-content .btn-primary:focus,
.modal-content .btn-primary:active {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.modal-body table td {
  font-size: 12px;
  padding: 5px;
}

.modal-body .row-table {
  margin-bottom: 20px;
}

.modal-body .pagination {
  margin: 10px 0;
}

.modal-footer .btn-default {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #676a6c;
}

.modal-nav {
  margin-bottom: 15px;
}

.help-modal {
  z-index: 2100 !important;
}

.help-modal-header {
  cursor: move;
}

.help-modal-header .help-modal-title {
  font-size: 16px;
}

.blue-bg {
  /*background-color: #23c6c8;*/
  background-color: #5bc0de;
  color: #ffffff;
}

.green-bg {
  background-color: #1ab394;
  color: #ffffff;
}

.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}

.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-bottom: 2px solid #2ba6cb;
}

@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: 0;
  }

  .nav-tabs>li {
    float: none;
    margin-bottom: 0px;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus {
    border-left: 2px solid #2ba6cb;
    border-bottom-color: #ddd;
  }
}

.modal-header-node-avatar {
  max-height: 30px;
  max-width: 40px;
  margin-top: 12px
}

.modal-header-node-close {
  margin-top: 18px
}

@media (max-width: 768px) {
  .modal-header-node-avatar {
    margin-top: 0;
  }

  .modal-header-node-close {
    margin-top: 0;
  }
}

.svg-container {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    /*padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.col-center {
  text-align: center;
}

.form-group-inline {
  display: inline-block;
  margin-right: 30px;
}

.radio-inline-responsive,
.checkbox-inline-responsive {
  margin-right: 10px;
  margin-bottom: 10px;
}
.radio-inline-responsive+.radio-inline-responsive,
.checkbox-inline-responsive+.checkbox-inline-responsive {
  margin-left: 0;
}

.table-fixed-height {
  max-height: 300px;
  overflow-y: auto;
}

.clickable {
  cursor: pointer;
}

.inline-block {
  display: inline-block;
}

.no-lateral-padding {
  padding-left: 0;
  padding-right: 0;
}

.bootstrap-dialog-header,
.bootstrap-dialog-body {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px
  letter-spacing: 1px;
}

.graph-animation-slider {
  display: none;
  position: absolute;
  top: 75px;
  left: auto;
  right: 10px;
  margin-bottom: 0 !important;
  height: 70%;
  opacity: .90 !important;
  filter: Alpha(Opacity=90) !important;
}

.graph-animation-slider .ui-slider-line {
  display: none;
}

.graph-animation-slider .ui-slider-pip {
  left: -50px !important;
}

.graph-animation-slider > .ui-state-default {
  border: 0 !important;
}

.search-dropdown a,
.search-dropdown > li > a:hover,
.search-dropdown > li > a:focus {
  color: #676a6c;
}

.search-type {
  background-color: #ddd;
  color: #666;
  margin-left: 10px;
  padding: 2px 6px;
  font-family: arial, sans-serif;
  font-size: 0.7em;
}

.helpicon {
  cursor: pointer;
  color: #c4c4c4;
  margin-left: 5px;
  font-size: 10.5px;
}

.modal-header .helpicon {
  font-size: 12px;
}

.help-modal h5:not(:first-child) {
  margin-top: 17px;
}

.tooltip {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
