* {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#bmf-app-div {
  margin-top: 90px;
  margin-left: 75px;
}

.bmf_main_css_use_body a {
  cursor: pointer;
  text-decoration: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.bmf_main_css_use_body a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.bmf_main_css_use_body {
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
  cursor: auto;
  z-index: 500;
}

.bmf_main_css_use_body_topdiv {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
  height: 70px;
  padding-left: 60px;
  padding-top: 20px;
  padding-right: 10px;
  top: 0;
  right: 0;
  color: #46beaa;
  background-color: #f9f9f9;
  position: fixed;
  border-bottom: 2px solid rgba(140, 140, 140, 1);
  float: right;
  overflow: hidden;
  z-index: 501;
}

.bmf_main_css_use_body_topdiv .environment {
  font-size: 26px;
  font-weight: bold;
}

.bmf_main_css_use_body_topdiv .profilepic {
  height: 35px;
  width: 35px;
  border-radius: 20px;
}

.bmf_main_css_use_body_topdiv .profiletext {
  float: right;
  padding-left: 5px;
  font-weight: bold;
}

.bmf_main_css_use_body_topdiv .profiletext:hover {
  text-decoration: underline;
}

.bmf_main_css_use_body_topdiv .profilelink {
  color: #46beaa;
  float: right;
  display: flex;
  align-items: center;
}

.bmf_main_css_use_body_topdiv .profilediv {
  font-size: 14px;
  width: 400px;
  right: 0;
  top: 0;
  margin-top: 45px;
  margin-right: 10px;
  position: fixed;
  z-index: 501;
  box-shadow: 0 0 3px grey;
  color: #46beaa;
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  padding: 8px;
}

.bmf_main_css_use_body_topdiv .profilediv a {
  color: #46beaa;
}

.bmf_main_css_use_body_topdiv .profilediv a:hover {
  text-decoration: underline;
}

.bmf_main_css_use_body_topdiv .profilediv a:active {
  color: #46beaa;
  font-weight: bold;
}

.bmf_main_css_use_body_sidemenu {
  position: absolute;
  top: 0;
  left: -110px;
  padding: 15px;
  margin-top: 70px;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  height: 91%;
  background-color: #b9ddd8;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  overflow: visible;
  transition-duration: 0.4s;
  z-index: 504;
  opacity: 1;
  position: fixed;
}

.bmf_main_css_use_body_sidemenu:hover {
  left: 0;
  transition-duration: 0.4s;
}

.bmf_main_css_use_body_sidemenu .bmf_sidemenu_spa_name {
  display: none;
  font-size: 16px;
  color: #2d8c8c;
  padding-left: 10px;
  margin-top: 10px;
}

.bmf_main_css_use_body_sidemenu .bmf_sidemenu_spa_icon {
  display: inline-block;
  margin-left: 115px;
  margin-top: 10px;
  width: 35px;
  height: 35px;
}

.bmf_main_css_use_body_sidemenu:hover .bmf_sidemenu_spa_icon {
  margin-left: 0px;
}

.bmf_main_css_use_body_sidemenu:hover .bmf_sidemenu_spa_name {
  display: inline-block;
}

.bmf_main_css_use_body_sidemenu .sidemenufoot {
  width: 100%;
  height: 10%;
  background-color: #2d8c8c;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
}

.column {
  float: left;
  padding: 10px;
}

.left {
  border-right: 3px solid #46beaa;
  width: 60%;
}

.right {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
