@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://www.w3schools.com/lib/w3-theme-black.css';
@import 'https://www.w3schools.com/w3css/4/w3.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';

html,body,h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto", sans-serif;
}

.w3-theme {
  background-color: #008B8B !important;
}

.w3-sidebar {
  z-index: 3;
  width: 200px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

.error-msg {
  color: red;
}

.w3-row {
  padding-right: 10px;
}

.w3-third{
  height: 70vh;
}

.w3-container{
  height: 100%;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.center-div {
  position: absolute;
  top: 30%;
}

.w3-padding-64 {
  padding-right: 20px;
}

table .w3-table-all .w3-hoverable{
  border-color: black;
  max-width: 100%;
}

.buttons_form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.buttons_form form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-evenly;
  align-content: space-evenly;
}

.api_check {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.small_button {
  width: 100px;
  align-self: center;
  justify-self: center;
}

input .small_button {
  width: 100px;
  align-self: center;
  justify-self: center;
}

input#small_button {
  width: 100px;
  align-self: center;
  justify-self: center;
}

.api_health {
  width: auto;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  justify-items:flex-start;
}
.api_health.data {
  width: 275px;
  height: auto;
  display: flex;
  justify-content: start;
  border: 1px solid black;
  padding: 5px;
  justify-items: center;
}

.api_health.head {
  width: 100%;
  justify-content: center;
  margin-bottom: 5px;
}

p {
  margin: 0;
  padding: 0;
}

p#red {
  color:red;
  font-weight: 700;
}

strong#head{
  text-decoration: underline;
}

.info {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid black;
}

.info.error {
  display:flex;
  flex-direction: column;
}

.info.left {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
}

.info.right {
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info.right p {
  text-align:end;
}