body {
  padding: 0;
  margin: 0;
  background-color: #F5F5F5;
  font-family: "pluto_sansregular", "Arial";
}
body > main {
  position: absolute;
  left: 250px;
  top: 0;
  right: 0;
  padding: 10px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.hide {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}

#loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9000;
  display: none;
}
#loading-screen img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
#loading-screen.show {
  display: block;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.table {
  display: flex;
  align-items: center;
}
.table .cell {
  padding: 0 10px 0 0;
}
.table .cell .small {
  font-size: 10px;
  font-family: "pluto_sansbold", "Arial";
  margin-top: 5px;
}

.flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.selected-RP .nav-RP {
  display: block;
}
.selected-RP .nav-R365 {
  display: none;
}
.selected-RP .nav-RD {
  display: none;
}

.selected-R365 .nav-RP {
  display: none;
}
.selected-R365 .nav-R365 {
  display: block;
}
.selected-R365 .nav-RD {
  display: none;
}

.selected-RD .nav-RP {
  display: none;
}
.selected-RD .nav-R365 {
  display: none;
}
.selected-RD .nav-RD {
  display: block;
}

.iframe-container {
  position: relative;
  height: calc(100vh - 100px);
  width: 100%;
}
.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  overflow: scroll;
}

/*# sourceMappingURL=main.css.map */
