body {
  background-image: url("../../main/bg.jpg");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  height: 100%;
}

.tablecontainer {
  height: 100%;
  position: relative;
}

.leftpanel {
  background-color: #00529c;
  vertical-align: top;
  padding: 10px;
  width: 220px;
}

.rightpanel {
  vertical-align: top;
  padding: 20px;
  width: 100%;
}

.rightcontentcontainer {
  background-color: rgba(0, 0, 34, 0.7);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
}

.logo {
  margin-top: 10px;
  width: 170px;
}

.menucontainer {
  margin-top: 20px;
}

.follow-us {
  padding: 40px 20px 20px 15px;
}

.footer-us {
  position: absolute;
  bottom: 20;
  font-size: 11px;
  font-weight: bold;
}

.iconmenu {
  height: 16px;
  width: 16px;
  filter: brightness(0) invert(1);
}

.appcontainer {
  border: 1px solid;
  border-color: #fff;
  border-radius: 0px 8px 8px 0px;
  width: 100%;
  cursor: pointer;
}

.appcontainer:hover {
  border: 3px solid;
}

.tableapp {
  width: 100%;
  height: 60px;
}

.tableapp .appicon {
  width: 35%;
  min-width: 150px;
  vertical-align: center;
  padding-left: 5px;
  padding-right: 10px;
  text-align: left;
  padding-left: 20px;
}

.tableapp .appdesc {
  width: 100%;
  vertical-align: center;
}

.tableapp .appcolor {
  width: 5px;
}

.iconstore {
  width: 100px;
}

.bgblue {
  background-color: #825d09;
}

.bgyellow {
  background-color: #fec600;
}

.bggreen {
  background-color: #fec600;
}

.bgcyan {
  background-color: #00529c;
}

.bgorange {
  background-color: #fec600;
}

.bgred {
  background-color: #00529c;
}

.bgpurple {
  background-color: #00b634;
}

.bgteal {
  background-color: #00682f;
}
