
.app-view {
  font-size: medium;
}

.app-top-bar {
  padding-bottom: 50px;
}

.app-top-bar > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px;
  padding: 15px;
}

.app-body {
  padding: 5px;
}

.no-padding {
  padding: 0px !important;
}

.app-inline {
  display: inline-block;
}

.app-no-border {
  border: none;
}

.w3-bold {
  font-weight: bold;
}

.w3-bolder {
  font-weight: bolder;
}

.button-round {
  border-radius: 25px;
}

.app-header {
  padding-top: 50px;
  padding-bottom: 10px;
}


.app-menu-image {
  width: 50%;
  max-width: 25px;
}

.app-menu-text {
  text-decoration: none;
  color: black;
  font-size: 12px;
}

.app-menu {
  width: 23%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-left: 0.5%;
  margin-right: 0.5%;
  border-bottom: solid 1px #8b1110;
  height: 120px;
}

.app-bar-menu-image {
  height: 24px;
}

.app-bar-menu-text {
  text-decoration: none;
  color: black;
  font-size: 12px;
  vertical-align: bottom;
}

.app-bar-menu {
  width: 18%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: 90px;
}

.app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 5px;
}

.app-overlay-view {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 9999;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 15%;
  padding-left: 15px;
  padding-right: 15px;
}

.app-overlay-window {
  max-width: 500px;
  width: 100%;
}

.w3-border-bottom {
  padding-bottom: 12px;
}


.app-no-border{
  border:none !important;
}

.padd-box
{
  padding-left:5px;
}

.w3-padding-bottom
{
  padding-bottom: 5px;
}

.w3-padding-64-bottom
{
  padding-bottom:64px;
}

.w3-padding-7
{
  padding-top: 10px;
  padding-bottom: 10px;
}