body {
    background: #F4F4EE;
    color: #5D5D5D;
}

.banner {
    /*min-height: 140px;*/
    background: #3A332D url('simplestyle_1/style/logo.png') no-repeat center top;
    /*background: white url('simplestyle_1/style/logo3.png') no-repeat center top;*/
    text-align: center;
}

.banner-text {
    color: #FFF;
    letter-spacing: 0.1em;
    font: 190% 'century gothic', arial, sans-serif;

}

.banner-text::after {
    display: block;
    font: 40% arial, sans-serif;
    color: #FFF;
    content: "version 2025-05";
    text-align: right;
}

.banner-text h2 {
    color: #A8AA94;
    padding: 4px 0 0 0;
    font-weight: 400;
    font: 100% 'century gothic', arial, sans-serif;
}

h2 {
	color: #B60000;
}

.banner .nav-tabs {
    border: none;
    border-bottom: #F4F4EE;
    padding: 0 10px 0 0;
}

.banner .nav-tabs .nav-item {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
}

.banner .nav-tabs .nav-link.active {
    background: #635B53 url('simplestyle_1/style/tab_selected.png') no-repeat 100% 0;
    color: #495057;
    /*margin: 1px 1px 0 1px;*/
    margin-top: 1px;
    border-bottom: 1px solid #F4F4EE;

    border-top: none;
    border-left: none;
    border-right: none;

}

.banner .nav-tabs .nav-link {
   background: #635B53 url('simplestyle_1/style/tab.png') no-repeat 100% 0;
    font: 80% 'century gothic', arial, sans-serif;
    padding: .3rem 1rem;
    /*border-bottom: 1px solid #dee2e6;*/
    color: #FFF; /*good to have white text on dark background*/
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.inner-background {
    background: white;
    margin: 10px 20px 10px 20px;
    padding: 10px 0 0px 0;
    border-radius: .5rem;
    /*font: normal .80em 'trebuchet ms', arial, sans-serif;*/
    font: normal .70em  arial, sans-serif;
}

p {
    line-height: 1.7em;
}

label {
    margin-bottom: .2rem;
}

label input {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

h4, h5 {
    margin: 0;
    padding: 0 0 5px 0;
    font: normal 115% arial, sans-serif;
    color: #17a2b8;
}

textarea {
    text-align: left; 
    height: 100px; 
    width: 90%;
}

.boot-select .btn { 
	font-size: .8rem;
	padding: .15rem .75rem;
}

.select-option {
	font-size: .7rem;
}

.row_double_space {
	padding-bottom: 5px;
	padding-top: 5px;
}

h6 {
    margin: 0;
    padding: 0 0 5px 0;
    font: normal 105% arial, sans-serif;
    /*color: #B60000;*/
    color: #17a2b8;
}

h3 {
    font: normal 165% 'century gothic', arial, sans-serif;
    padding: 0 0 10px 0;

}

.h3help {
    color: #4f81bd;
    /*color: #7912a1;*/
    font-size: 210%;
    font-weight: normal;
}

.group_heading {
    font: normal 145% 'century gothic', arial, sans-serif;
    padding: 0 0 10px 0;
    color: #7912a1;
}

.split {
    display: flex;
    flex-direction: row;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}

#mynetwork {
  width: 900px;
  height: 900px;
  border: 1px solid lightgray;
}
#loadingBar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 902px;
  height: 902px;
  background-color: rgba(200, 200, 200, 0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
#wrapper {
  position: relative;
  width: 900px;
  height: 900px;
}

#text {
  position: absolute;
  top: 8px;
  left: 530px;
  width: 30px;
  height: 50px;
  margin: auto auto auto auto;
  font-size: 22px;
  color: #000000;
}

div.outerBorder {
  position: relative;
  top: 400px;
  width: 600px;
  height: 44px;
  margin: auto auto auto auto;
  border: 8px solid rgba(0, 0, 0, 0.1);
  background: rgb(252, 252, 252); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(252, 252, 252, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(252, 252, 252, 1) 0%,
    rgba(237, 237, 237, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  border-radius: 72px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#border {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 23px;
  margin: auto auto auto auto;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

#bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  margin: auto auto auto auto;
  border-radius: 11px;
  border: 2px solid rgba(30, 30, 30, 0.05);
  background: rgb(0, 173, 246); /* Old browsers */
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.4);
}

.results_message {
    padding-bottom: 1rem;
}

.results_message:empty {
    display: none;
}

#ppi_numbers_table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#results_tables_nav {
    font-size: 170%;
}

.complex_name {
    font: normal 150% arial, sans-serif;
    color: #17a2b8;
}

.complex_components_title {
    font: normal 145% arial, sans-serif;
    color: #17a2b8;
    padding-bottom: 0.4rem;
}

.complex_fields p {
    line-height: 0.5rem;
    font-size: 110%;
}

.complex_field_names {
    border-right: 1px solid #17a2b8;
    text-align: right;
}

#network_legend {
   font: normal .90em arial, sans-serif;
}

.complex_field_name {
    border-right: 1px solid #17a2b8;
    text-align: right;
}

.complex_field_value {
    padding-bottom: 0.5rem;
}

#node_info {
   /*font: normal .80em arial, sans-serif;*/
   visibility: hidden;
}

#node_info_fields {
   font: normal .90em arial, sans-serif;
   visibility: hidden;
}

#no_results_div {
    border: 1px solid #17a2b8;
    border-radius: 8px;
}

#no_ids_div {
    color: #17a2b8;
    font-size: 120%;
}

#no_results_div h5 {
    color: #17a2b8;
    font-size: 120%;
}

#loading-message {
  font: normal;
  font-size: 1rem;
  color: #17a2b8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.dots-loader {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.dots-loader div {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d2e5ff;
  animation: fade 1s infinite ease-in-out;
}

.dots-loader div:nth-child(2) {
  animation-delay: 0.4s;
}

.dots-loader div:nth-child(3) {
  animation-delay: 0.8s;
}

@keyframes fade {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.highlight-new {
  color: #FF1500;
  /*color: #d72638;*/ /* or any of the colors above */
  /*font-weight: bold;*/
}

.docking-note {
  font-size: 0.95em;
  color: #333;
  background-color: #f9f9f9;
  padding: 10px;
  border-left: 4px solid #00bfa5;
  margin-top: 8px;
  border-radius: 4px;
}

.highlight {
  /*color: #d72638;*/
  color: #FF1500;
  font-weight: bold;
}

.protein {
  font-weight: bold;
  color: #3f51b5;
}
