meshcentral
Version:
Web based remote computer management server
2,475 lines (2,111 loc) • 144 kB
CSS
:root {
--sub-menu-bg: linear-gradient(180deg, #fff, #fff, #e9ecef);
--sub-menu-color: #888;
}
[data-bs-theme="dark"] {
--sub-menu-bg: var(--bs-body-bg, #212529);
--sub-menu-color: var(--bs-body-color, #f8f9fa);
}
:focus {
outline: 0;
}
html,
body {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
border: 0;
color: black;
font-size: 13px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: #d3d9d6;
/* overflow-y: hidden; */
}
.night .collapseImage {
filter: invert(100%);
}
#container {
background-color: #fff;
width: 960px;
min-width: 960px;
max-height: 100vh;
margin: 0 auto;
border-top: 0;
border-right: 1px solid #b7b7b7;
border-bottom: 0;
border-left: 1px solid #b7b7b7;
padding: 0;
}
.night #container {
color: #bbb;
background-color: #000;
}
.fullscreen.login #container {
-ms-grid-rows: 66px 24px 1fr 45px;
grid-template-rows: 66px 24px auto 45px;
-ms-grid-columns: 90px 1fr;
/*grid-template-columns: 90px repeat(auto-fit, minmax(900px, 1fr));*/
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
}
.fullscreen.arg_hide #container {
-ms-grid-rows: 66px 24px 1fr 45px;
grid-template-rows: 66px 24px auto 45px;
-ms-grid-columns: 90px 1fr;
/*grid-template-columns: 90px repeat(auto-fit, minmax(900px, 1fr));*/
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
}
.fullscreen.menu_stack #container {
-ms-grid-rows: 66px minmax(24px, max-content) 1fr 45px;
grid-template-rows: 66px minmax(24px, max-content) auto 45px;
-ms-grid-columns: 90px 1fr;
/*grid-template-columns: 90px repeat(auto-fit, minmax(900px, 1fr));*/
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
}
.nofooter.fullscreen.menu_stack #container {
-ms-grid-rows: 66px minmax(24px, max-content) 1fr 0px;
grid-template-rows: 66px minmax(24px, max-content) auto 0px;
-ms-grid-columns: 90px 1fr;
/*grid-template-columns: 90px repeat(auto-fit, minmax(900px, 1fr));*/
grid-template-areas: "header header" "nav nav" "content content" "footer footer";
}
.fullscreen #container {
width: 100%;
min-width: 100%;
min-height: 0px;
border-right: 0px none #b7b7b7;
border-left: 0px none #b7b7b7;
height: calc(100% - 0px);
position: relative;
display: -ms-grid;
display: grid;
grid-gap: 0px;
grid-template-areas: "header header" "sidebar nav" "sidebar content" "sidebar footer";
-ms-grid-columns: 90px 1fr;
grid-template-columns: 70px auto;
-ms-grid-rows: 66px 24px 1fr 45px;
grid-template-rows: 66px 24px auto 45px;
}
.nofooter #container {
-ms-grid-rows: 66px 24px 1fr 0px;
grid-template-rows: 66px 24px auto 0px;
}
.fulldesk #container {
width: 100%;
height: 100%;
min-width: 700px;
min-height: 0px;
border-right: 0px none #b7b7b7;
border-left: 0px none #b7b7b7;
position: unset;
position: relative;
display: -ms-grid !important;
display: grid !important;
grid-gap: 0px;
grid-template-areas: "content" !important;
-ms-grid-columns: 1fr;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
-ms-grid-rows: 1fr;
grid-template-rows: repeat(auto-fit, minmax(100px, 1fr)) !important;
}
.AgentInviteMasthead {
background: url(logo.png) 0px 0px;
background-color: #036;
background-repeat: no-repeat;
height: 66px;
width: 100%;
overflow: hidden;
}
#masthead {
display: flex;
justify-content: space-between;
align-items: center;
width: auto;
margin: 0;
padding: 0 1rem;
background-color: #036;
background-image: url(../logo.png);
background-position: 0 0;
background-repeat: no-repeat;
height: 66px;
}
.masthead-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5rem 1rem;
width: 100%;
}
.idle-timeout-notify {
color: yellow;
}
.masthead-left {
display: flex;
align-items: center;
gap: 1rem;
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
}
.masthead-right {
display: flex;
align-items: center;
gap: 1.5rem;
flex: 0 0 auto;
}
.notification-icon {
cursor: pointer;
}
.user-menu-container {
display: flex;
align-items: center;
}
.fullscreen #masthead {
width: 100%;
grid-area: header;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
-ms-grid-row: 1;
}
.fulldesk #masthead {
display: none;
}
.fulldesk #mastheadx {
display: none;
}
.fulldesk #p11deviceNameHeader {
display: none;
}
.masthead-left {
display: flex;
align-items: center;
gap: 1rem;
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
}
.masthead-title {
display: flex;
align-items: center;
flex-shrink: 0;
}
.masthead-titles-container {
display: flex;
align-items: center;
gap: 0.5rem;
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
}
#masthead .title {
color: #c8c8c8;
font-size: 46px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-shadow: 1px 1px 2px #000;
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex-shrink: 1;
min-width: 0;
}
#masthead .title2 {
color: #c8c8c8;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-shadow: 1px 1px 2px #000;
cursor: pointer;
padding-top: 12px;
padding-bottom: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex-shrink: 1;
min-width: 0;
}
@media (max-width: 1500px) {
#masthead .title {
font-size: 40px;
}
}
@media (max-width: 1300px) {
#masthead .title {
font-size: 34px;
white-space: normal;
line-height: 1.1;
}
#masthead .title2 {
font-size: 13px;
padding-top: 10px;
padding-bottom: 20px;
white-space: normal;
line-height: 1.2;
}
}
@media (max-width: 1100px) {
.masthead-left {
gap: 0.75rem;
}
.masthead-titles-container {
max-width: 100%;
}
#masthead .title {
font-size: 30px;
}
}
.masthead-right {
display: flex;
align-items: center;
gap: 0.5rem;
margin-left: auto;
flex-direction: row;
/* Ensure horizontal layout */
}
.notification-icon {
display: flex;
align-items: center;
cursor: pointer;
padding: 0.5rem;
border-radius: 4px;
}
.notification-icon:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#notificationCount {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
height: 40px;
padding: 6px 8px;
border-radius: 4px;
position: static;
flex: 0 0 auto;
min-width: unset;
margin: 0;
top: auto;
right: auto;
}
#notificationCount:hover {
background-color: rgba(255, 255, 255, 0.1);
}
#notificationBadge {
font-size: 0.65rem !important;
box-shadow: -0.1px 1px 2px #000000;
-webkit-box-shadow: -0.1px 1px 2px #000000;
-moz-box-shadow: -0.1px 1px 2px #000000;
}
.user-menu-container {
display: flex;
align-items: center;
flex: 0 0 auto;
/* Prevent flex item from growing or shrinking */
}
#page_leftbar {
-ms-grid-column: 1;
-ms-grid-row: 2;
-ms-grid-row-span: 3;
height: 100%;
/* height: calc(100vh - 66px); */
width: 70px;
z-index: 1000;
background: #113962;
background: linear-gradient(to bottom, #104893 0%, #113962 100%);
color: white;
overflow-y: hidden;
overflow-x: hidden;
display: none;
}
.fullscreen #page_leftbar {
grid-area: sidebar;
display: block;
}
.menu_stack #page_leftbar {
display: none;
}
.arg_hide #page_leftbar {
display: none;
}
.fulldesk #page_leftbar {
display: none;
}
#topbar {
position: relative;
grid-area: nav;
-ms-grid-column: 2;
-ms-grid-row: 2;
}
.fulldesk #topbar {
display: none;
}
.menu_stack #topbar,
.login #topbar,
.arg_hide #topbar {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
-ms-grid-row: 2;
}
.logoncontrolspan,
.logoncontrolspan2 {
color: white;
}
.topbar_td {
width: 100px;
height: 24px;
cursor: pointer;
white-space: nowrap;
}
.nonenglish .topbar_td {
height: 24px;
cursor: pointer;
padding-left: 16px;
padding-right: 16px;
}
.topbar_td_end {
text-align: right;
height: 24px;
}
#uiMenuButton {
cursor: pointer;
/* color: white; */
position: absolute;
padding: 3px;
right: 3px;
}
.textnewui {
color: white !important;
font-weight: bold;
padding-top: 5px;
cursor: pointer;
position: absolute;
right: 0;
margin-right: 10px;
}
.LogoffLinkColor {
color: white !important;
}
#logoutControlSpan2 {
cursor: pointer;
color: white;
position: absolute;
top: 5px;
right: 24px;
}
#uiMenu {
position: absolute;
top: 17px;
right: 0;
background-color: #eee;
z-index: 10;
border-radius: 5px;
box-shadow: 1px 0px 10px 5px #333;
padding: 5px;
}
/* #UserDummyMenuSpan, */
#MainSubMenuSpan,
#MeshSubMenuSpan,
#EventsSubMenuSpan,
#UserSubMenuSpan,
#UsersSubMenuSpan,
#ServerSubMenuSpan,
#MainMenuSpan,
#MainSubMenu,
#MeshSubMenu,
#UserSubMenu,
#ServerSubMenu,
#UserDummyMenu,
#PluginSubMenu {
width: 100%;
height: 24px;
color: var(--bs-secondary-color);
background: var(--bs-secondary-bg);
}
.menu_stack #UserDummyMenu {
display: none;
}
.menu_stack #PluginSubMenu {
display: none;
}
#MainMenuSpan {
display: table;
}
.fullscreen #MainMenuSpan {
display: none;
}
.fulldesk #MainMenuSpan {
display: none;
}
.menu_stack #MainMenuSpan {
display: block;
}
#column_l {
position: relative;
/* float: left; */
width: 100%;
box-sizing: border-box;
margin: 0;
padding: 0 15px;
background-color: #fff;
/* max-height: calc(100vh - 151px); */
min-width: unset;
overflow: hidden;
}
.boxsize {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.night #column_l {
background-color: #000;
}
.menu_stack.fullscreen.fulldesk #column_l {
-ms-grid-column: 1;
-ms-grid-row: 1;
-ms-grid-column-span: 2;
-ms-grid-row-span: 4;
}
.fullscreen #column_l {
-ms-grid-column: 2;
-ms-grid-row: 3;
grid-area: content;
width: unset;
/* height: calc(100vh - 111px);
width: calc(100% - 30px); */
overflow: hidden;
}
.menu_stack.fullscreen #column_l,
.login #column_l,
.arg_hide #column_l {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
-ms-grid-row: 3;
}
.fulldesk #column_l {
height: 100%;
width: 100%;
height: unset;
margin-left: unset;
overflow-y: hidden;
padding: 0;
max-height: none;
-ms-grid-column: 1;
-ms-grid-row: 1;
background-color: rgb(0, 51, 102);
}
.fulldesk #column_l_bottomgap {
display: none;
}
.room4submenu {
/*min-height: calc(100vh - 159px);*/
min-height: calc(100vh - 184px);
}
#centralTable {
width: 100%;
}
#welcomeimage {
text-align: center;
width: 50%;
}
@media (max-width: 800px) {
.fullscreen #welcomeimage {
display: none;
}
#devListToolbar,
#kvmListToolbar {
flex-wrap: wrap;
gap: 8px;
width: 100%;
min-width: 0;
}
#devListToolbarSpan {
flex-wrap: wrap;
gap: 8px;
}
#devListToolbarSpan>.d-flex.ms-auto {
flex-basis: 100%;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-start;
}
}
#welcomeimage img {
height: 310px;
width: 359px;
}
#logincell {
text-align: center;
width: 50%;
}
.night #logincell a {
color: blue;
}
#loginpanel,
#createpanel,
#resetpanel,
#tokenpanel,
#resettokenpanel,
#resetpasswordpanel,
#resetpasswordpanel,
#checkemailpanel,
#waitpushpanel {
display: inline-block;
margin: 0;
background-color: #979797;
border-radius: 16px;
width: 300px;
padding: 16px;
text-align: center;
color: black;
}
#passwordPolicyCallout,
#rpasswordPolicyCallout {
left: -10px;
width: 100px;
position: absolute;
background-color: #FFC;
border-radius: 5px;
padding: 5px;
box-shadow: 0px 0px 15px #666;
font-size: 10px;
}
#passWarning {
padding-top: 6px;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #113962;
padding: 5px 0;
text-align: center;
z-index: 1000;
}
.fulldesk #footer {
display: none;
}
.menu_stack.fullscreen #footer,
.login #footer,
.arg_hide #footer {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
-ms-grid-row: 4;
}
/* Support for footer made with table */
#footer table {
width: 100%;
border-spacing: 10px;
border-collapse: separate;
}
#footer td:first-child {
text-align: left;
color: white;
}
#footer td {
padding: 0px;
text-align: right;
color: white;
}
.footer1 {
text-align: left;
float: left;
padding: 10px;
color: white;
}
.footer2 {
padding: 10px;
text-align: right;
color: white;
}
#masthead img {
float: left;
}
#masthead p {
font-size: 11px;
color: #fff;
margin: 10px 10px 0;
}
#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}
#verifyEmailId2 {
color: yellow;
margin-left: 3px;
cursor: pointer;
}
#dialog {
z-index: 1000;
background-color: #EEE;
box-shadow: 0px 0px 15px #666;
font-family: Arial, Helvetica, sans-serif;
border-radius: 5px;
position: fixed;
top: 180px;
left: calc((100% / 2) - 200px);
width: 400px;
color: black;
}
#dialogHeader {
width: 100%;
background-color: #003366;
color: #FFF;
border-radius: 5px 5px 0 0;
margin-bottom: 6px;
cursor: move;
}
#dialogHeader .modal-title {
color: inherit !important;
}
#id_dialogclose {
float: right;
padding: 3px;
margin-right: 3px;
cursor: pointer;
background-color: white;
}
#id_dialogtitle {
padding: 5px;
}
#dialogBody {
margin-right: 16px;
margin-left: 8px;
}
.dialogText {
width: 100%;
max-height: 260px;
overflow-x: hidden;
overflow-y: auto;
line-height: 160%;
}
.dialogTextLog {
font-size: 10px;
}
#dialog1 {
margin: auto;
text-align: center;
margin: 3px;
}
#id_dialogMessage {
padding: 10px;
}
#dialog2,
#dialog3,
#dialog7 {
margin: 3px;
}
#d3uploadMode,
#d3localFile {
float: right;
width: 260px;
}
#d3serveraction,
#d2serveraction {
width: 100%;
background-color: #d3d9d6;
text-align: left;
padding: 3px;
}
#d3serverfiles,
#d2serverfiles {
width: 100%;
height: 150px;
background-color: white;
padding: 2px;
border: 1px solid gray;
overflow-y: scroll;
}
#d3upload,
#d3localmode {
margin: 3px 0 3px 0;
display: flex;
justify-content: space-between;
}
#dialog7 h4 {
width: 100%;
border-bottom: 1px solid gray;
}
#d7otherset,
#d7otherset2,
#d7rdpflags {
border: 1px solid #666;
max-height: 180px;
overflow-y: scroll;
}
#idx_dlgButtonBar {
padding: 10px;
margin-bottom: 5px;
margin-right: 10px;
overflow: auto;
}
#idx_dlgCancelButton,
#idx_dlgCancelButton2 {
float: right;
min-width: 80px;
margin-left: 5px;
}
#idx_dlgOkButton,
#idx_dlgOkButton2 {
float: right;
min-width: 80px;
margin-left: 5px;
}
#idx_dlgDeleteButton {
float: left;
min-width: 80px;
margin-left: 5px;
}
#ua_fileaccessquota {
width: 80px;
text-align: right;
}
#broadcastMessage {
width: 370px;
height: 100px;
resize: none;
}
#idx_deskFullBtn2,
#idx_termFullBtn2 {
float: left;
font-size: 16px;
cursor: pointer;
display: none;
margin-right: 5px;
}
.fulldesk #idx_deskFullBtn2,
.fulldesk #idx_termFullBtn2 {
display: block;
}
.fulldesk #deskFullBtn {
display: none;
}
#p0message {
margin: 50px;
text-align: center;
}
.DeviceCheckbox {
margin-top: 2px !important;
}
.deviceBarCheckbox {
width: 22px;
float: left;
background-color: white;
}
.night .deviceBarCheckbox {
background-color: black;
}
#devs {
color: black;
}
.deviceBarIcon {
float: left;
height: 18px;
width: 18px;
background-color: white
}
.night .deviceBarIcon {
background-color: black;
}
#devListToolbarViewIcons {
float: right;
}
#devListToolbarViewIcons3 {
float: right;
}
#devListToolbarSpan {
width: 100%;
background: var(--bs-secondary-bg);
color: var(--bs-secondary-color);
vertical-align: middle;
border-spacing: 0;
}
#SearchInput,
#KvmSearchInput {
width: 120px;
}
#SearchInput.search,
#KvmSearchInput.search {
background-color: #FDFFBE;
}
.night #SearchInput.search,
.night #KvmSearchInput.search {
background-color: grey;
}
#devListToolbarView,
#devListToolbarSort,
#devListToolbarSize,
#devListToolbarSettings {
float: right;
}
#refreshmap {
margin-left: 5px;
}
/* Example if <table> is relplaced with <div><p> then image can be defined in css
#NoMeshesPanel {
background: url(../images/info.png) no-repeat 23px 20px;
height: 48px;
width: 47px;
width: 100%;
border: none;
margin: auto;
padding: 20px;
}
#NoMeshesPanel p {
display: inline-block;
vertical-align: middle;
margin-left: 60px;
} */
#NoMeshesPanel a {
cursor: pointer;
}
#NoMeshesPanel table {
width: 100%;
padding: 20px;
}
NoMeshesPanel img {
height: 48px;
width: 47px;
}
.deviceNotifyDot {
position: absolute;
right: 10px;
top: 0px;
height: 16px;
}
.deviceNotifyDotSub {
text-align: center;
color: #FFF;
height: 16px;
width: 16px;
background-color: #00F;
padding: 2px;
border-radius: 10px;
box-shadow: 2px 2px 10px black;
cursor: pointer;
margin-left: 3px;
font-size: 14px;
float: left;
}
.deviceNotifyDotSub:hover {
background-color: #44F;
}
.deviceNotifySmallDot {
position: absolute;
right: 10px;
top: 4px;
height: 10px;
}
.deviceNotifySmallDotSub {
text-align: center;
color: #FFF;
height: 14px;
width: 14px;
padding: 2px;
background-color: #00F;
border-radius: 10px;
box-shadow: 2px 2px 10px black;
cursor: pointer;
margin-left: 2px;
font-size: 6px;
float: left;
}
.deviceNotifySmallDotSub:hover {
background-color: #44F;
}
.NotifyIcon1 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) 0px 0px;
}
.NotifyIcon2 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -48px 0px;
}
.NotifyIcon3 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -96px 0px;
}
.NotifyIcon4 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -144px 0px;
}
.NotifyIcon5 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -192px 0px;
}
.NotifyIcon6 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -240px 0px;
}
.NotifyIcon7 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -288px 0px;
}
.NotifyIcon8 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -336px 0px;
}
.NotifyIcon9 {
width: 48px;
height: 48px;
background: url(../images/notify48.png) -384px 0px;
}
.NotifyIconSmall1 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) 0px 0px;
}
.NotifyIconSmall2 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -24px 0px;
}
.NotifyIconSmall3 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -48px 0px;
}
.NotifyIconSmall4 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -72px 0px;
}
.NotifyIconSmall5 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -96px 0px;
}
.NotifyIconSmall6 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -120px 0px;
}
.NotifyIconSmall7 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -144px 0px;
}
.NotifyIconSmall8 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -168px 0px;
}
.NotifyIconSmall9 {
width: 24px;
height: 24px;
background: url(../images/notify24.png) -192px 0px;
}
.NotifyIconTiny1 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) 0px 0px;
}
.NotifyIconTiny2 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -16px 0px;
}
.NotifyIconTiny3 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -32px 0px;
}
.NotifyIconTiny4 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -48px 0px;
}
.NotifyIconTiny5 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -64px 0px;
}
.NotifyIconTiny6 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -80px 0px;
}
.NotifyIconTiny7 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -96px 0px;
}
.NotifyIconTiny8 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -112px 0px;
}
.NotifyIconTiny9 {
width: 16px;
height: 16px;
background: url(../images/notify16.png) -128px 0px;
}
.deviceBatteryLarge {
position: absolute;
left: 10px;
top: 140px;
width: 28px;
height: 48px;
border: none;
box-shadow: none;
}
.deviceBatteryLarge1 {
background: url(../images/batteries48.png) 0px 0px;
}
.deviceBatteryLarge2 {
background: url(../images/batteries48.png) -28px 0px;
}
.deviceBatteryLarge3 {
background: url(../images/batteries48.png) -56px 0px;
}
.deviceBatteryLarge4 {
background: url(../images/batteries48.png) -84px 0px;
}
.deviceBatteryLarge5 {
background: url(../images/batteries48.png) -112px 0px;
}
.deviceBatteryLarge6 {
background: url(../images/batteries48.png) -140px 0px;
}
.deviceBatteryLarge7 {
background: url(../images/batteries48.png) -168px 0px;
}
.deviceBatteryLarge8 {
background: url(../images/batteries48.png) -196px 0px;
}
.deviceBatteryLarge9 {
background: url(../images/batteries48.png) -224px 0px;
}
.deviceBatteryLarge10 {
background: url(../images/batteries48.png) -252px 0px;
}
.deviceBatteryLarge11 {
background: url(../images/batteries48.png) -280px 0px;
}
.deviceBatterySmall {
position: absolute;
left: 26px;
top: 32px;
width: 14px;
height: 24px;
border: none;
box-shadow: none;
}
.deviceBatterySmall1 {
background: url(../images/batteries24.png) 0px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall2 {
background: url(../images/batteries24.png) -14px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall3 {
background: url(../images/batteries24.png) -28px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall4 {
background: url(../images/batteries24.png) -42px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall5 {
background: url(../images/batteries24.png) -56px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall6 {
background: url(../images/batteries24.png) -70px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall7 {
background: url(../images/batteries24.png) -84px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall8 {
background: url(../images/batteries24.png) -98px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall9 {
background: url(../images/batteries24.png) -112px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall10 {
background: url(../images/batteries24.png) -126px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceBatterySmall11 {
background: url(../images/batteries24.png) -140px 0px;
background-image: image-set(url(../images/batteries24.png) 1x, url(../images/batteries48.png) 2x);
}
.deviceNotifyLargeDot {
position: absolute;
right: 10px;
top: 170px;
height: 40px;
}
.deviceNotifyLargeDotSub {
text-align: center;
width: 40px;
height: 40px;
color: #FFF;
padding: 2px;
background-color: #00F;
border-radius: 20px;
box-shadow: 2px 2px 10px black;
cursor: pointer;
margin-left: 4px;
}
.deviceNotifyLargeDotSub:hover {
background-color: #44F;
}
.userAuthStrategyLogo {
text-align: center;
position: absolute;
right: 20px;
top: 125px;
width: 64px;
height: 64px;
color: #FFF;
padding: 2px;
background-color: #FFF;
border-radius: 20px;
box-shadow: 2px 2px 10px black;
z-index: 1;
}
#xdevices {
max-height: calc(100vh - 242px);
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
#xdevices th {
color: gray;
text-align: center;
position: sticky;
top: 0;
z-index: 1;
background-color: var(--bs-body-bg);
}
[data-bs-theme="dark"] #xdevices,
[data-bs-theme="dark"] #NoMeshesPanel,
[data-bs-theme="dark"] #serverStatsTable,
[data-bs-theme="dark"] #p2info,
[data-bs-theme="dark"] #p6info,
[data-bs-theme="dark"] #p10info,
[data-bs-theme="dark"] #p17info,
[data-bs-theme="dark"] #p18info,
[data-bs-theme="dark"] #p19pages,
[data-bs-theme="dark"] #p20info,
[data-bs-theme="dark"] #p20info2,
[data-bs-theme="dark"] #p20info3,
[data-bs-theme="dark"] #p21info,
[data-bs-theme="dark"] #p30info,
[data-bs-theme="dark"] #p51info {
color: var(--bs-body-color, #f8f9fa);
background-color: var(--bs-body-bg, #000);
}
/* Some Bootswatch themes set raw table cells to white; keep generated app surfaces dark. */
[data-bs-theme="dark"] #xdevices table,
[data-bs-theme="dark"] #xdevices tbody,
[data-bs-theme="dark"] #xdevices tr,
[data-bs-theme="dark"] #xdevices td,
[data-bs-theme="dark"] #xdevices th,
[data-bs-theme="dark"] #NoMeshesPanel table,
[data-bs-theme="dark"] #NoMeshesPanel tbody,
[data-bs-theme="dark"] #NoMeshesPanel tr,
[data-bs-theme="dark"] #NoMeshesPanel td,
[data-bs-theme="dark"] #NoMeshesPanel th,
[data-bs-theme="dark"] #serverStatsTable table,
[data-bs-theme="dark"] #serverStatsTable tbody,
[data-bs-theme="dark"] #serverStatsTable tr,
[data-bs-theme="dark"] #serverStatsTable td,
[data-bs-theme="dark"] #serverStatsTable th,
[data-bs-theme="dark"] #p2info table,
[data-bs-theme="dark"] #p2info tbody,
[data-bs-theme="dark"] #p2info tr,
[data-bs-theme="dark"] #p2info td,
[data-bs-theme="dark"] #p2info th,
[data-bs-theme="dark"] #p6info table,
[data-bs-theme="dark"] #p6info tbody,
[data-bs-theme="dark"] #p6info tr,
[data-bs-theme="dark"] #p6info td,
[data-bs-theme="dark"] #p6info th,
[data-bs-theme="dark"] #p10info table,
[data-bs-theme="dark"] #p10info tbody,
[data-bs-theme="dark"] #p10info tr,
[data-bs-theme="dark"] #p10info td,
[data-bs-theme="dark"] #p10info th,
[data-bs-theme="dark"] #p17info table,
[data-bs-theme="dark"] #p17info tbody,
[data-bs-theme="dark"] #p17info tr,
[data-bs-theme="dark"] #p17info td,
[data-bs-theme="dark"] #p17info th,
[data-bs-theme="dark"] #p18info table,
[data-bs-theme="dark"] #p18info tbody,
[data-bs-theme="dark"] #p18info tr,
[data-bs-theme="dark"] #p18info td,
[data-bs-theme="dark"] #p18info th,
[data-bs-theme="dark"] #p20info table,
[data-bs-theme="dark"] #p20info tbody,
[data-bs-theme="dark"] #p20info tr,
[data-bs-theme="dark"] #p20info td,
[data-bs-theme="dark"] #p20info th,
[data-bs-theme="dark"] #p20info2 table,
[data-bs-theme="dark"] #p20info2 tbody,
[data-bs-theme="dark"] #p20info2 tr,
[data-bs-theme="dark"] #p20info2 td,
[data-bs-theme="dark"] #p20info2 th,
[data-bs-theme="dark"] #p20info3 table,
[data-bs-theme="dark"] #p20info3 tbody,
[data-bs-theme="dark"] #p20info3 tr,
[data-bs-theme="dark"] #p20info3 td,
[data-bs-theme="dark"] #p20info3 th,
[data-bs-theme="dark"] #p21info table,
[data-bs-theme="dark"] #p21info tbody,
[data-bs-theme="dark"] #p21info tr,
[data-bs-theme="dark"] #p21info td,
[data-bs-theme="dark"] #p21info th,
[data-bs-theme="dark"] #p30info table,
[data-bs-theme="dark"] #p30info tbody,
[data-bs-theme="dark"] #p30info tr,
[data-bs-theme="dark"] #p30info td,
[data-bs-theme="dark"] #p30info th,
[data-bs-theme="dark"] #p51info table,
[data-bs-theme="dark"] #p51info tbody,
[data-bs-theme="dark"] #p51info tr,
[data-bs-theme="dark"] #p51info td,
[data-bs-theme="dark"] #p51info th {
color: inherit;
background-color: transparent !important;
}
#xdevicesmap {
height: calc(100vh - 239px);
width: 100%;
overflow: hidden;
position: relative;
}
#xmapSearchResultsDlg {
position: absolute;
max-height: 280px;
left: 5px;
top: 5px;
max-width: 250px;
z-index: 1000;
background-color: #EEE;
box-shadow: 0px 0px 15px #666;
}
#xmapSearchResultsBck {
width: 100%;
background-color: #003366;
color: #FFF;
border-radius: 5px 5px 0 0;
}
#xmapSearchClose {
float: right;
padding: 5px;
cursor: pointer;
}
.xmapItem {
overflow-y: auto;
width: 100%;
max-height: 240px;
}
.xmapItemSel1 {
cursor: pointer;
padding: 5px;
background-color: #F5F5F5;
}
.xmapItemSel1 {
cursor: pointer;
padding: 5px;
background-color: #EBEBEB;
}
#xmap-info-window {
text-shadow: 0px 0px 15px #FFF;
}
#p2 a,
#p6 a,
#p10 a {
cursor: pointer;
}
#p2AccountImageFrame {
float: right;
text-align: center;
margin-bottom: 10px;
margin-right: 10px;
margin-top: 7px;
}
#p2AccountImage,
#p2AccountImage2,
#MainUserImageEx {
width: 200px;
height: 200px;
border-radius: 8px;
cursor: pointer;
margin: 8px;
/* box-shadow: 0px 0px 7px #000; */
background: var(--sub-menu-bg);
border: 1px solid #cfcdcd;
}
.p2AccountActions {
width: 15px;
display: inline-block;
}
.p2AccountActions span {
color: green;
font-size: 10px;
}
#p2AccountActions .mL {
margin-left: 40px;
}
#p2ServerActions .mL {
margin-left: 40px;
}
.newMeshBtn {
background: url(../images/icon-addnew.png) no-repeat 0px 0px;
height: 12px;
width: 12px;
cursor: pointer;
border: none;
padding-left: 15px;
}
#p2noMeshFound,
#serverStats,
#serverWarnings,
#serverCertWarnings {
margin-left: 40px;
}
#p2ServerActionsBackup,
#p2ServerActionsRestore,
#p2ServerActionsVersion,
#p2ServerActionsErrors {
margin-left: 0px;
}
.pTable {
width: 100%;
}
#p50groups {
max-height: calc(100vh - 244px);
overflow-y: auto;
}
#p3users {
max-height: calc(100vh - 244px);
overflow-y: auto;
}
.p3usersTable {
width: 100%;
border-spacing: 0;
padding: 0;
}
.p3usersTable th {
color: var(--sub-menu-bg);
}
#p3events,
#p16events,
#p31events,
#p41events {
height: calc(100vh - 245px);
overflow-y: scroll;
}
.p3eventsTable {
width: 100%;
border-spacing: 0;
padding: 0;
}
/* #p4name, #p4email, #p4pass1, #p4pass2 {
width: 230px;
} */
#p5toolbar {
width: 100%;
}
#p5filehead {
width: 100%;
background: var(--bs-secondary-bg);
padding: 4px 0px;
}
#p5filesubhead {
background: var(--bs-secondary-bg);
height: 28px;
}
#p5rightOfButtons {
float: right;
margin-top: 3px;
}
#p5filetable {
width: 100%;
height: calc(100vh - 295px);
overflow: auto;
-webkit-user-select: none;
user-select: none;
position: relative;
}
#p5PublicShare {
display: none;
width: 100%;
overflow: auto;
-webkit-user-select: none;
user-select: none;
background-color: lightsteelblue;
}
#p5PublicShare div {
padding: 4px;
}
#bigok,
#p11bigok,
#p13bigok {
width: 256px;
overflow: hidden;
position: absolute;
left: 337px;
top: 20px;
text-align: center;
font-size: 1600%;
color: #AAAAAA;
z-index: 99999;
}
#bigfail,
#p11bigfail,
#p13bigfail {
width: 256px;
overflow: hidden;
position: absolute;
left: 337px;
top: 20px;
text-align: center;
font-size: 1600%;
color: #AAAAAA;
z-index: 99999;
}
.chartViewCanvas {
width: 80px;
display: inline-block;
}
.chartViewText {
width: 200px;
display: inline-block;
}
#serverCpuChart,
#serverMemoryChart {
width: 60px;
height: 60px;
}
#serverMainStats {
height: calc(100vh - 251px);
max-height: calc(100vh - 251px);
width: 100%;
}
#p10BackButton,
#p11BackButton {
float: left;
}
#p10html2 table {
color: black;
background: var(--sub-menu-bg);
border-color: #AAA;
border-width: 1px;
border-style: solid;
border-collapse: collapse;
width: 100%;
}
#p10html2 thead {
background-color: #AAA;
font-weight: bold;
}
#p10html2 thead tr {
background-color: #AAA;
font-weight: bold;
}
#p10html2 thead img {
float: right;
cursor: pointer;
padding: 3px;
}
#p10html2 .altBack {
background-color: #DDD;
}
.mobileFileActionDropdown,
.mobileActionDropdown {
display: none !important;
}
.pwState {
display: table-cell;
height: 16px;
}
.pwsYellow {
background-color: yellow;
}
.pwsTransparent {
background-color: #00000000;
}
.pwsBlack {
background-color: var(--bs-body-color);
}
.pwsBlue {
background-color: blue;
}
.pwsBlue2 {
background-color: blue;
}
.pwsLightblue {
background-color: lightblue;
}
.pwsBlueviolet {
background-color: blueviolet;
}
.pwsDarkgreen {
background-color: darkgreen;
}
.pwsLightseagreen {
background-color: lightseagreen;
}
.pwsLightseagreen2 {
background-color: lightseagreen;
}
.p10html3right {
float: right;
font-size: small;
}
.p10html3left {
font-size: small;
}
.fulldesk #p11 {
height: 100%;
}
#MainComputerImage {
border-width: 0px;
height: 200px;
width: 200px;
}
#MainComputerState {
font-size: 12px;
font-weight: bold;
width: 100%;
text-align: center;
}
#d2netinfo .dialogText {
padding-right: 10px;
}
#p12warning,
#p12warning2,
#p11warning,
#p11warning2 {
max-width: 100%;
display: none;
cursor: pointer;
margin-bottom: 5px;
}
#MainMeshImage {
border-width: 0px;
height: 200px;
width: 200px;
float: right;
}
#p6title {
align-items: flex-start !important;
min-height: 0;
position: relative;
}
#p6title>#MainMeshImage {
float: none;
object-fit: contain;
position: absolute;
right: 10px;
top: 0;
}
#DeskTools {
position: absolute;
width: 400px;
height: 100%;
background: var(--sub-menu-bg);
top: 0;
right: 0;
border-left: 2px solid lightgray;
}
#DeskToolsRefreshButton {
float: right;
padding: 3px;
cursor: pointer;
}
a {
color: #036;
text-decoration: underline;
cursor: pointer;
}
.night a {
color: #69B;
}
.i1 {
background: url(../images/icons50.png) 0px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i2 {
background: url(../images/icons50.png) -50px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i3 {
background: url(../images/icons50.png) -100px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i4 {
background: url(../images/icons50.png) -150px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i5 {
background: url(../images/icons50.png) -200px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i6 {
background: url(../images/icons50.png) -250px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i7 {
background: url(../images/icons50.png) -300px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.i8 {
background: url(../images/icons50.png) -350px 0px;
background-image: image-set(url(../images/icons50.png) 1x, url(../images/icons100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
.j1 {
background: url(../images/icons16.png) 0px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j2 {
background: url(../images/icons16.png) -16px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j3 {
background: url(../images/icons16.png) -32px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j4 {
background: url(../images/icons16.png) -48px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j5 {
background: url(../images/icons16.png) -64px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j6 {
background: url(../images/icons16.png) -80px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j7 {
background: url(../images/icons16.png) -96px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.j8 {
background: url(../images/icons16.png) -112px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.relayIcon16 {
background: url(../images/icon-relay.png);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
}
.lbbutton {
width: 74px;
height: 74px;
border-radius: 5px;
background-color: white;
margin-left: 8px;
margin-top: 8px;
position: relative;
cursor: pointer;
opacity: 0.5;
}
.night .lbbutton {
background-color: black;
}
.lbbutton:hover {
opacity: 1;
}
nav .lbbuttonsel {
width: 100%;
border-radius: 5px 0px 0px 5px;
opacity: 0.9;
background-color: #ffffff;
color: #113962 !important;
}
nav .lbbuttonsel2 {
width: 100%;
border-radius: 5px 0px 0px 5px;
opacity: 1;
background-color: #ffffff;
color: #113962 !important;
}
/*groups all buttons repeated code into one block*/
.lbtg {
height: 62px;
width: 62px;
cursor: pointer;
border: none;
position: absolute;
top: 6px;
left: 6px;
}
.lb1 {
background: url(../images/leftbar-64.png) -1px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.lb2 {
background: url(../images/leftbar-64.png) -66px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.lb3 {
background: url(../images/leftbar-64.png) -130px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.lb4 {
background: url(../images/leftbar-64.png) -194px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.lb5 {
background: url(../images/leftbar-64.png) -257px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.lb6 {
background: url(../images/leftbar-64.png) -318px -2px;
background-image: image-set(url(../images/leftbar-64.png) 1x, url(../images/leftbar-128.png) 2x);
}
.m0 {
background: url(../images/images16.png) -32px 0px;
height: 16px;
width: 16px;
border: none;
float: left;
}
.m1 {
background: url(../images/images16.png) -16px 0px;
height: 16px;
width: 16px;
border: none;
float: left;
}
.m2 {
background: url(../images/images16.png) -96px 0px;
height: 16px;
width: 16px;
border: none;
float: left;
}
.m3 {
background: url(../images/images16.png) -112px 0px;
height: 16px;
width: 16px;
border: none;
float: left;
}
.m4 {
background: url(../images/images16.png) -128px 0px;
height: 16px;
width: 16px;
border: none;
float: left;
}
.m99 {
background: url(../images/meshicon16.png);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si1 {
background: url(../images/icons16.png) 0px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si2 {
background: url(../images/icons16.png) -16px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si3 {
background: url(../images/icons16.png) -32px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si4 {
background: url(../images/icons16.png) -48px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si5 {
background: url(../images/icons16.png) -64px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si6 {
background: url(../images/icons16.png) -80px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si7 {
background: url(../images/icons16.png) -96px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.si8 {
background: url(../images/icons16.png) -112px 0px;
background-image: image-set(url(../images/icons16.png) 1x, url(../images/icons32.png) 2x);
height: 16px;
width: 16px;
border: none;
float: left;
}
.mi {
background: url(../images/meshicon50.png) 0px 0px;
background-image: image-set(url(../images/meshicon50.png) 1x, url(../images/meshicon100.png) 2x);
height: 50px;
width: 50px;
cursor: pointer;
border: none;
}
#floatframe {
position: fixed;
top: 200px;
height: 300px;
z-index: 200;
display: none;
}
.style1 {
text-align: center;
}
.style2 {
text-align: center;
background: var(--sub-menu-bg);
font-weight: bold;
}
.style3 {
text-align: center;
color: white;
background: var(--bs-secondary-bg);
font-weight: bold;
}
.style3x {
text-align: center;
color: var(--bs-secondary-color);
background: var(--bs-secondary-bg);
font-weight: bold;
}
.style3x:hover {
background-color: #606060;
}
.style3x.fullselect {
background-color: #003366;
}
.style3x.semiselect {
background-color: #606060;
}
.style3sel {
text-align: center;
color: white;
background-color: #003366;
font-weight: bold;
}
.style4 {
color: white;
text-decoration: none;
}
.style5 {
text-align: center;
background: var(--sub-menu-bg);
font-weight: normal;
}
.style6 {
text-align: left;
background: var(--sub-menu-bg);
padding: 3px;
}
.night .style6 {
background-color: #333;
}
.style7 {
font-size: large;
width: 180px;
}
.style9 {
max-width: 400px;
overflow: hidden;
}
.style10 {
background-color: #C9C9C9;
color: #000;
}
.night .style10 {
background-color: #333;
color: #CCC;
}
.style10s {
background-color: #b9b9b9;
}
.night .style10s {
background-color: #444;
}
.style11 {
font-size: large;
background-color: #C9C9C9;
}
.style14 {
height: 100%;
text-align: left;
background: var(--bs-secondary-bg);
}
.night .style14 {
color: #CCC;
}
.auto-style1 {
background: var(--bs-secondary-bg);
}
.night .auto-style1 {
color: #CCC;
}
.icon2 {
float: left;
margin: 7px;
}
.warningbox {
width: auto;
border-radius: 8px;
padding: 8px;
background-color: lightsalmon;
}
.fileIcon1 {
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb49Y2Sj9LT2f///yH5BAEAAAMALAAAAAAQABAAAAImnI+py+1vhJwyUYAzHTL4D3qdlJWaIFJqmKod607sDKIiDUP63hQAOw==);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
float: left;
margin-top: 1px;
}
.fileIcon2 {
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAM2xV/Xur+XPgP///yH5BAEAAAMALAAAAAAQABAAAAJD3ISZIGHWUGihznesYDYATFVM+D2hJ4lgN1olxALAtAlmPCJvuMmJd6PJckDYwicrHhTD5o7plJmg0Uc0asNMkphHAQA7);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
float: left;
margin-top: 1px;
}
.fileIcon3 {
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb19IGBgbq6uv///yH5BAEAAAMALAAAAAAQABAAAAIy3ISpxgcPH2ouQgFEw1YmxnUXKEaaEZZnVWZk66JwzKpvuwZzwOgwb/C1gIOA8Yg8DgoAOw==);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
float: left;
margin-top: 1px;
}
.fileIcon4 {
background: url(../images/meshicon16.png);
height: 16px;
width: 16px;
cursor: pointer;
border: none;
float: left;
margin-top: 1px;
}
.fileIcon5 {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABVklEQVQ4T42Ty22DUBB