body {
  margin: 0;
  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;
}

.App-logo-container {
    padding: 4;
    text-align:center;
}
 
.App-logo {
    width: 60px;
    height: 60px;
    border-radius:30px;
}

.App-logo-rect {
    width: 60px;
    height: 60px;
}

.App {
    text-align: center;
    min-height:100vh;
    overflow: scroll;
    padding-bottom: 290px;
/*    background-color:#282c34;*/
}

.appStyle {
    height: 250;
    display: flex;
}

.formStyle {
    margin: auto;
    margin-top:20px;
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    background: #f5f5f5;
    width: 240px;
    display: block;
    text-align:left;
    font-weight:bold;
}

.labelStyle {
    margin: 10px 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.inputStyle {
    margin: 5px 0 10px 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    boxSizing: border-box;
    width: 100%;
}

.submitStyle {
    margin: 10px 0 0 0;
    padding: 7px 10px;
    border: 1px solid #efffff;
    border-radius: 5px;
    background: #3085d6;
    width: 100%;
    font-size: 15px;
    color: white;
    display: block;
}

.footer-container {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 40px;
  max-height: 80%;
}

.footer-small {
  background-color:#282c34;
  color: white;
  min-height:40px;
  text-align: left;
}

.footer-large {
  min-height: 240px;
  background-color:#282c34;
  color: white;
  text-align: left;
  vertical-align:bottom;
}

.footer-expand-collapse {
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    background-color: rgb(239,239,239);
    border: solid 1px rgb(239,239,239);
    height:28px;
    width:100px;
    margin-top:-12px;
    font-size:18px;
}

.footer {
  padding: 12 0 0 12;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 16px;
}

.footer-icon {
    width: 24px;
    vertical-align:sub;
}

.panel-top {
  flex: 0 0 auto;
  /* only manually resize */
  padding: 10px;
  height: 150px;
  width: 100%;
  white-space: nowrap;
  background: #838383;
  color: white;
}

.splitter-horizontal {
  flex: 0 0 auto;
  height: 18px;
  background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/hsizegrip.png) center center no-repeat #535353;
  cursor: row-resize;
}

.panel-bottom {
  flex: 1 1 auto;
  /* resizable */
  padding: 10px;
  min-height: 200px;
  background: #eee;
}
