body {
  background-color: #859dc3 !important;
}
.area {
  margin-top: 5%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  /* border: solid 3px #eeeeee; */
  background-color: #090198;
  /* // #7984bb; */
  border-radius: 6px;
  min-height: 300px;
  color: #ffffff;
}
.white {
  color: #ffffff;
}
.b_link {
  color: #090198;
  text-decoration: none;
}
.b_link:focus,
.b_link:hover {
  cursor: pointer;
}
.b_link.dk {
  color: #555;
}
.bg-blue {
  background-color: #090198;
  color: #ffffff;
}
.bg-blue a {
  color: #ffffff !important;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
main#show_loading {
  display: flex;
  min-height: 350px;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bounce {
  height: 40vmin;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (prefers-reduced-motion: no-preference) {
  .bounce {
    animation: App-logo-spin infinite 20s linear;
  }
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.appside .nav-item,
.appside {
  padding: 5px;
  padding-left: 10px;
  border-bottom: solid 3px;
  border-bottom-color: #e3e3e3;
}
.appside .nav-item > .dropdown-toggle,
.appside > .dropdown-toggle {
  padding-left: 5px  !important;
}
.appside .nav-item > .dropdown-toggle:hover,
.appside > .dropdown-toggle:hover {
  color: #ffffff;
}
.appside .nav-item > .dropdown-menu,
.appside > .dropdown-menu {
  background-color: #0a01a2;
  border: none;
}
.appside .nav-item > .dropdown-menu a.dropdown-item.mylink,
.appside > .dropdown-menu a.dropdown-item.mylink {
  text-decoration: none;
  color: #ffffff;
}
.appside .nav-item > .dropdown-menu a.dropdown-item.mylink:hover,
.appside > .dropdown-menu a.dropdown-item.mylink:hover {
  color: #777 !important;
}
.appside .nav-item:hover,
.appside:hover {
  background-color: #0a01a2;
  border: none;
  text-decoration: none;
}
.appside .nav-item:hover.mylink,
.appside:hover.mylink {
  color: #ffffff;
}
.ul {
  background: #ffffff;
  padding-left: 0px;
}
.ul > li {
  list-style: none;
  padding: 5px 10px;
  border-radius: 5px;
  border-bottom: solid 2px #eee;
  cursor: pointer;
  margin-bottom: 8px;
}
.ul > li:hover {
  background: #a7b8d4;
}
.ul > li a {
  text-decoration: none;
  color: #dc3545;
}
.ul > li a > p {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.ul > li a > p > span {
  top: 2px;
  left: 25px;
  position: absolute;
}
.ul > li a > p:focus {
  border: none;
}
.ul > li a:hover {
  color: #ffffff;
}
.nodeco {
  text-decoration: none;
}
.data-area {
  background: #fff;
  padding: 10px 15px;
  border: dotted 3px #6e86af;
  border-radius: 7px;
}
.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.text-shadow {
  text-shadow: 0px 1px 2px #444;
}
.bold {
  font-weight: bold;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: inherit !important;
  color: #859dc3 !important;
  border: none;
}
