* {
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #4d4d4d transparent;
}

body {
    background-color: #FFF;
    font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #333;
    scrollbar-width: thin !important;
    text-align: center;
}

a {
    color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h1 img {
    height: 1em;
    width: auto;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

.wrapper {
	position: relative;
    min-height: 100%;
    margin: 0 auto;
    min-width: 200px;
}

.pageSize {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

.container {
	margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    padding: 35px 0 20px 0;
    font-size: 22px;
}

.quote {
    font-style: italic;
    width: 50%;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.menuBackground {
    background-image: linear-gradient(#F7F2F1, white 30%, white 70%, #F7F2F1);
    position: sticky;
    top: 0;
    z-index: 3;
}

menu {
    width: 100%;
    text-align: center;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

menu .inner {
	flex: 1;
	text-align: center;

}

menu .inner ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 5px 5px 5px;
}

menu ul li {
	padding: 3px 22px;
	/*border-left: 2px solid #cecece;*/
	display: inline;
    text-align: center;
    font-size: 16px;
	font-weight: 600;
    /*line-height: 35px;*/
    overflow: hidden;
}

menu ul li.first {
	border-left: none;
}

menu ul li a {
	padding: 3px 3px;
	color: #333;
}

menu ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #c4c4c4;
}

menu ul li a.active {
    text-decoration: none;
    color: #376eb5;
}

menu .login {
    display: flex;
    margin-top: 5px;
}

menu .login a {
	padding: 3px 0 3px 6px;
    text-align: center;
    font-size: 16px;
	color: #333;
}


#more_menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 100px;
    max-width: 600px;
    padding: 10px;
    z-index: 2;
    background-color: #fff;
    text-align: left;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(7, 7, 7, 0.08);
}

.more_menu:hover {
    display: inline-block !important;
}

#more_menu h2 {
    font-size: 18px;
    line-height: 30px;
}

#more_menu div {
    border-left: 2px solid #fff;
    padding: 3px;
}

#more_menu div:hover {
    cursor: pointer;
    border-left: 2px solid #cecece ;
}

fieldset{
    background-color: #f1f1f1;
    border: none;
    border-radius: 2px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 0 .625em;
}

.content {
    padding: 24px 0 24px 0;
}

.content div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-top: 10px;
}

#tableDiv {
    padding: 10px;
    margin: 24px 24px 0 0;
    background-color: #fff;
    border-radius: 15px;
    min-width: 1000px;
    overflow-x: scroll;
    text-align: center;
}


table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;

	background:#376eb5;
	border-top: 1px #ddd;
	color: white;
}

table thead tr th {
	border-right: solid 2px #fff;
}

table thead tr th:last-child {
	border-right: none;
}

table tbody {
	background: #fff;
}

table tbody td {
	text-align: center;
	padding: 10px 15px;
	line-height: 1.25rem;
	vertical-align: middle;
}

table tbody tr td:first-child{
	color: rgb(11, 94, 215) ;
    cursor: pointer;
}

table tbody tr{
    border-bottom: 1px solid #e4e0de !important;
}

table tbody tr[id^=file_content_ ] td{
    border-left: 1px solid #F1F1F1 !important;
    border-right: 1px solid #F1F1F1 !important;
    color: #333333 !important;
    text-align: left;
}

table tbody tr:hover{
	background: #F1F1F1;
}

table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

table tbody tr.legend {
    border-bottom: 0 !important;

}
table tbody tr.legend:hover {
    background: white;
}

table tbody tr.legend td {
    padding: 0;
    border-right: 0;
    cursor: auto;
    color: #7f746f;
}

.legend td div>div {
    width: 100px;
    float: left;
    text-align: left;
    padding-left: 2px;
    box-sizing: border-box;
}

.hintSign {
    vertical-align: super;
    cursor: help;
    color: #999;
}

.annotation {
    color: #979291;
    padding-left: 10px;
}

.annotation:hover {
    color: #333;
}

.fontSmaller {
    font-size: smaller;
}

table tbody td.percent {
    min-width: 400px;
    padding: 0;
    border-right: 1px solid #F1F1F1;
    background-size: 100px 100px;
    background-image:
    linear-gradient(to right, #f1f1f1 1px, transparent 1px);
}

table tbody td.percent p {
    position: absolute;
    left: 100%;
    top: -0.67em;
    margin: 0 0 0 0.5em;
}

table tbody td.percent div.bad{
    width: 49%;
    height: 2rem;
    float:left;
    background-image: linear-gradient(to left, rgba(245, 180, 8, 1) 0%, rgba(245, 199, 15, 1) 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.not_healthy {
    background-color: rgba(245, 180, 8, 1);
}

table tbody td.percent div.good{
    width: 49%;
    float:right;
    height: 2rem;
    background-image: linear-gradient(to right, rgba(60, 191, 51, 1) 0%, rgba(42, 207, 113, 1) 100%);
    background-repeat: no-repeat;
}

.healthy{
    background-color: rgba(60, 191, 51, 1);
}

.left_align {
    text-align: left;
}

.attributes_under_header {
    padding-top: 10px;
    padding-bottom: 20px;
}

tbody td span.inline_value{
    width: 32%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
tbody td span.inline_value div{
    color: #7f746f;
    display: inline-block;
}

span.inline_value{
    width: 49%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
span.inline_value div{
    color: #7f746f;
    display: inline-block;
}

label{
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    margin: 5px 0;
    text-align: right;
    width: 250px;
    vertical-align: top;
    font-size: 16px;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #AEA5A6;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 20px;
    font-family: inherit;
    height: 56px;
}

input[type=file] {
    height: 25px;
    padding-left: 0;
}

button {
    background-color: #616161;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 24px 2px 2px 2px;
    cursor: pointer;
	border-radius: 8px;
    font-size: 20px;
    font-family: inherit;
  }
button:hover {
    background-color: #717171;
  }

select {
    font-size: 16px;
    font-family: inherit;
    border-radius: 8px;
    background-color: #fff;
    height: 35px;
    min-width: 300px;
    border: 1px solid #e4e0de;
    color: #333333;
    margin: 2px;
    cursor: pointer;
}

select optgroup {
    font-size: 16px;
    font-family: inherit;
    font-style: normal;
}

select[multiple] {
    background:none;
    width:auto;
    height:35px;
    padding:0;
    margin-bottom:-6px;
    scrollbar-width: none !important;
    cursor: pointer;
}

select[multiple]:focus {
  background:none;
  width:auto;
  height:100px;
  padding:0;
  margin-bottom:-6px;
  scrollbar-width: none !important;
  cursor: pointer;
}

input{
    font-size: 16px;
    font-family: inherit;
    color: #333333;
	min-width: 294px;
    height: 33px;
	padding-left: 4px;
	border: 1px solid #cecece;
	border-radius: 8px;
    margin: 2px;
}

input[type=checkbox] {
    background-color: #376eb5;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 2px 5px;
    cursor: pointer;
    height: 26px;
}

input[type=date] {
    text-decoration: none;
    margin: 2px;
    cursor: pointer;
    font-family: inherit;
}

textarea{
    font-size: 16px;
    font-family: inherit;
    color: #333333;
	min-width: 294px;
    height: 150px;
	padding-left: 4px;
	border: 1px solid #cecece;
	border-radius: 8px;
    margin: 2px;
}

.greyBlock {
    background-color: #F7F2F1;
    padding-bottom: 24px;
}

.whiteBlock {
    padding-bottom: 24px;
}

.formDiv {
    display: inline-block;
    margin: 24px 24px 0 0;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    vertical-align: top;
    border: #333333 1px solid;
}

.formDivCard {
    display: inline-block;
    margin: 24px 24px 0 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    line-height: 100px;
}

.formDivCard div {
    display: inline-block;
}

.formDivBig {
    margin: 8px 24px 0 24px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    border-radius: 15px;
}

.formDivBig span {
    padding-right: 20px;
}

.formDivMiddle {
    margin: 8px 24px 0 24px;
    text-align: left;
    padding-left: 41px;
}


.row {
    align-items: center;
    display: flex;
    padding: 10px;
    width: auto;
    word-break: break-word;
}

.row-label {
    font-size: 16px;
    max-width: 250px;
    padding-right: 10px;
    flex: 0 0 auto;
    width: 10rem;
}

.row-value {
    max-width: 45rem;
    text-align: left;
}

div.row img{
    height: 1em;
    width: auto;
}

.pointer {
    cursor: pointer;
}

.link {
    color: rgb(11, 94, 215);
}

.no_link {
    color: #333333 !important;
    cursor: auto !important;
}

.readInput {
    Border: none;
    outline: none;
}

.createDiv {
    color: rgb(50,199,135);
}

.errorDiv {
    color: #f87171;
}

.menu-button-container {
  display: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #333333;
  opacity: 70%;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1250px) {

  .menu-button-container {
    display: flex;
  }
  .inner {
    position: absolute;
    top: 0;
    margin-top: 35px;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .inner ul li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle ~ .inner ul li a.active {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -27px;
      margin-left: 45px;
      margin-right: -45px;
      width: fit-content;
      color: #555;
  }
  #menu-toggle:checked ~ .inner ul li a.active {
      position: static;
      height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .inner ul li {
    border: 1px solid #333;
    height: 1.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .pageSize {
    padding: 0 8px;
    }

  menu ul li {
    line-height: 25px;
  }

  .inner ul li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #fff;
  }
  .inner ul li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

  .quote {
    font-style: italic;
    width: 85%;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

  .formDiv {
    margin: 10px auto 0;
    padding: 8px;
    border-radius: 8px;
  }

  .formDivCard {
    display: inline-block;
    margin: 12px 12px 0 0;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    line-height: 50px;
   }

   .formDivMiddle {
       padding-left: 10px;
    }

  #tableDiv{
      margin: 10px 0 0;
  }

 select {
    width: 300px;
      white-space: normal;
}
  button {
    padding: 8px 16px;
    margin: 10px 2px;
	border-radius: 8px;
    font-size: 16px;
  }
}
