body {
    margin: 0;
    background-color:#EDECED;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.list_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #030303;
}

.list_item {
  text-align:left; 
  overflow:auto;
}

.line {
  width: auto;
  margin-top: 10px;
}

.collapse_group .btn{
  box-shadow: 0 0 0 0;
  color: #000000;
}

.collapse_group .btn.collapsed{
  color: #696969;
}

#meta_sel .btn{
  box-shadow: 0 0 0 0;
  color: #696969;
}

#meta_sel .btn .clicked{
  color: #000000;
}

.my-5 {
  margin-top: 1rem !important;
}

.log_button {
  color: #ffffff;
  border-color: #ffffff;
}

.select_button {
  color: #000000;
  border: 1px solid #597B6A;
}

.danger_button {
  color: 	#CE0000;
  border-color: 	#CE0000;
}

.danger_button:hover {
  color: #ffffff !important;
  background-color: 	#CE0000;
}

.sample_button:hover {
  background-color: 	#EDECED !important;
}
.list-group-item {
  background-color:#EDECED;
}

.form-check-input:checked {
  background-color: #696969;
  border-color: #696969;
}

.accordion-button {
  background-color: #EDECED;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #EDECED;
}
.accordion-item {
  border: none;
}
.accordion-body {
  background-color: #EDECED;
}
.checked {
  color: #ffffff !important;
  background-color: #597B6A  !important;
}

.check_item:hover {
  color: 	#005AB5;
}

.content {
  display: inline-block;
  height: auto;
  line-height: 1.2;
  vertical-align: middle;
}

.hidden {
  display: none !important;
  opacity: 0;
}

.not_work {
  opacity: 0.4;
  cursor: not-allowed !important;
}
@keyframes backgroundFlash {
    0%    { background-color: #597B6A; }
    100%  { background-color: #EDECED; }
}
.click_animate {
    animation: backgroundFlash 0.6s;
}

#graphTabContent .meta_button, #charts .meta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #EDECED;
  margin: 0px 1.5em;
  height: 2.2em;
  width: 6em;
  border-radius: .25rem;
}

#charts_icon::before {
  content: '';
  visibility: hidden;
  margin: 0px 1.5em;
  height: 2.2em;
  width: 6em;
}

.nav-link {
  color: black !important; 
 }

.nav-link.active {
  background-color: #597B6A !important;
  border: 2px solid #597B6A;
  color: #ffffff !important;
}

input[type="number"], input[type="radio"], input[type="text"], select {
  background-color: #f2f1f2  !important;
  border: 1px solid #597B6A !important;
}

input[type="radio"]:checked {
  background-color: #597B6A !important;
}

hr {
    opacity: 0.4;
    background-color: #000000;
}

/* ----------------------------------------------------------------- */

#sidebar {
  width: 60px;
  background-color: #597B6A;
  height: 100vh;
  transition: width 0.3s;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 12px 7px;
  color: white;
}

.menu-item:hover {
  background-color: #4d6c5c;
}

.menu-item.menu-active {
  border-left: 6px solid #2e4037;
  background-color: #456152;
}

.icon {
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

.menu-text {
  display: none;
  white-space: nowrap;
}

#sidebar:hover .menu-text {
  display: inline;
}

.sidebar-hyperlink {
  text-decoration: none;
  cursor: pointer;
}

.disabled-link {
  pointer-events: none;
}

.instrucion_container b {
  margin-bottom: 2em;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(89, 123, 106, 0.3);
}
.form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.instrucion_container span {
  color: #CE0000;
}

.green_icon {
  fill: #2e4037;
}

.red_icon {
  fill: #CE0000;
}

.green_icon:focus, .red_icon:focus {
  outline: none;
}

svg {
  overflow: visible;
}

/* progress bar */
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #597B6A;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #597B6A;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border: none;
  border-radius: 50%;
  background: #597B6A;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#meta_tot .plotly {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#switch_mode {
  display: inline-flex;
  width: 30%;
  min-width: 22rem;
  border: 2px solid #597B6A;
  cursor: pointer;
  border-radius: .25rem;
}

#switch_mode .btn {
  text-align: center;
  border-radius: 0;
  width: 50%;
  padding: .375rem .3rem !important;
}

.active_mode {
  background: #597B6A;
  color:white !important;
}

.inactive_mode {
  border-radius: 0;
  color: #000000 !important;
}
