/* CSS Document */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 70px;
  height: 100vh;
}
#sidebarMenu {
  font-size: 130%;
  margin-top: 19.5px;
}
#sidebarMenu > div > div > a > i {
  font-size: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.sidebar-sticky-bottom {
  position: fixed;
  bottom: 0;
  width: inherit;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
#bmsContent { padding-left: 85px; }
.dropdown-menu {
  z-index: 5000 !important;
  width: max-content;
}
ul.dropdown-menu li a.dropdown-item i:nth-child(1) { width: 23px; }


/*----------------------*
 *	  TABLES	*
 *----------------------*
 */
.table tr:not(.anotherTH):not(.userTableHeader) th:first-child {
  border-radius: 6px 0 0 0px;
  padding-left: 4px;
}
.table tr:not(.anotherTH):not(.userTableHeader) th:last-child {
  border-radius: 0 6px 0px 0;
  padding-right: 4px;
}
.table tbody tr th, table tr td.userST { border-top: none; }

.userTableHeader { font-weight: bold; text-transform: uppercase; }
table.usrSetDetails tr td:first-child {
  vertical-align: middle;
  padding-left: 3px;
  background-color: var(--bs-gray-400) !important;
  font-weight: bold;
  width: 180px auto;
  white-space: nowrap;
  padding-right: 10px;
}
table.usrSetDetails tr td:nth-child(3) {
  border-left: 1px solid #000;
}
table.usrSetSource tr:first-child td {
  vertical-align: middle;
  padding-left: 3px;
  background-color: var(--bs-gray-400) !important;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 20px;
}
table.usrSetSource tr td:first-child { border-right: 1px solid #000; }
table.usrSetSource tr:nth-child(1) td { padding-right: 20px; vertical-align: top; }
.toggleStatus { text-decoration: underline; }
.toggleStatus:hover { cursor: pointer; text-decoration: none;
}

#logoVersion {
  width: fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
}
#logoVersion > a { color: #000000; }
#logoVersion > small > a { color: #777777 }

/*----------------------*
 *    PAGE SPECIFIC	*
 *----------------------*
 */
.statusBox {
  width: 16px;
  height: 16px;
  z-index: 30000;
  border-radius: 5px;
  float: right;
  margin-right:1px;
}
.graphButton {
  float: left;
  margin-right: 3px;
}
.layoutLandscape {
  width: 175px;
  height: 100px;
}
.layoutPortrait {
  width: 100px;
  height: 175px;
}
.apiInfo {
  background-color: #FFFF99;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 4px;
  margin-bottom: 3px;
}
.arSpace {
  padding-left: 10px;
}

.udvModule {
  margin-right: 5px;
  display: inline-block;
}
.udvModule img {
  margin-right: 3px;
  width: 16px;
}
.rfsorter:hover {
  text-decoration: underline;
  cursor: pointer;
}

.versionNr {
  font-size: 125%;
  font-weight: bold;
}
.floatRights {
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2px;
  float: left;
  white-space: nowrap;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 2px;
}
.userExpands {
  color: #A0A0A0;
  cursor: pointer;
}

.setLine { font-size: 1.0em; }
/* Users table column width*/
table#customerTbl tr td:nth-child(odd):not(.spanner), table#packageTbl tr td:nth-child(odd):not(.spanner) {
  width: 20%;
}

table#securityTable tr td:nth-child(odd):not(.spanner) {
  width: 15%;
}

table.snTable tr td:first-child:not(.spanner) {
  width: 15%;
}

#ps-group, #us-group { position: relative; width: 175px; }
#ps-groupResult, #us-groupResult {
  position: absolute;
  right: 0;
  top: 38px;
  width: 400px;
}

.lsd { cursor: pointer; }
.a-mgm { margin-bottom:2px; }

.toggleBadge { }
.toggleBadge:hover { cursor: pointer; }
.nav.nav-tabs > li.nav-item > a { color: var(--bs-table-color); }
.nav.nav-tabs > li.nav-item > a.active { background-color: var(--bs-gray-200); border: 1px solid var(--bs-secondary); border-bottom: 0px; }
.outputIcon { padding: 2px; }