/*Universal CSS styling*/

.clear {
  clear: both;
}

.container {
  /* background-color: ghostwhite; */
  /* height: 1000px; */
  margin: 0 auto;
}

.container_mobile {
  /* background-color: ghostwhite; */
  height: 1000px;
  margin: 0 auto;
}

.header {
  background-color: white;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1; /* The Z index determines the div that is placed in front or behind the default of any is 0 so setting it to 1 make this section appear ontop of any other Div tag */
}

#logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#logo img {
  max-height: 100px;
  max-width: 100px;
}

#logo a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.margin-top70 {
  margin-top: 70px;
}

.margin-top90 {
  margin-top: 90px;
}

.margin-top120 {
  margin-top: 120px;
}

.Navsection {
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: 90px;
}

.Navsection_mobile {
  width: 400px;
  margin: 0 auto;
  position: relative;
  top: 90px;
}

.Navsection_report {
  width: 700px;
  margin: 0 auto;
  position: relative;
  top: 90px;
}

#title_block {
  background-color: #b0dfe1;
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 50px;
  margin-bottom: 4px;
  display: flex;
}

#title_block_mobile {
  background-color: #b0dfe1;
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 50px;
  margin-bottom: 4px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#title_block_report {
  background-color: #b0dfe1;
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 50px;
  margin-bottom: 4px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#title_block_management {
  background-color: lightgray;
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 3px;
  height: 40px;
  margin-bottom: 4px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

#Secondary_block {
  background-color: #f3c2c5;
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 50px;
  margin-bottom: 4px;
  display: flex;
}

a:link {
  text-decoration: none;
  color: #57595b;
}

a:visited {
  color: #57595b;
}

a:hover {
  color: #b0dfe1;
}

a:active {
  color: #57595b;
}

#capture_elements {
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 400px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

#capture_elements-200 {
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 200px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
#capture_elements-300 {
  font-family: sans-serif;
  font-size: 14px;
  color: #57595b;
  padding-left: 5px;
  height: 300px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.text_red {
  color: crimson;
  text-decoration: crimson;
}

.text_green {
  color: green;
  text-decoration: green;
}

.monthly_table {
  border-collapse: collapse;
  width: 400px;
  color: #57595b;
}

.monthly_table,
th {
  border-bottom: 1px solid #f3c2c5;
  font-size: 16px;
  color: #57595b;
}

.monthly_table,
td {
  border-bottom: 1px solid #f3c2c5;
  line-height: 100%;
  padding: 3px;
  text-align: left;
  font-size: 14px;
  color: #57595b;
}
