body {
    font-size: 20px;
    /*    font-family: Courier New, Courier, monospace;*/
    /*font-family: Courier New, Courier, monospace;
    font-weight:400;*/
    /*    font-family: "Courier Prime", monospace; 
    font-weight: lighter;
    font-style: normal;*/

    font-family: Courier New, Courier, monospace;

}
 

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 5px;
    background-color: #b9b2b2;
}
 
.home {
    text-decoration: none;
    color: darkgray;
}
/*.home:hover {
    color:darkred;
    text-decoration:underline;
}*/
header {
    margin:0px;
    padding:0px;
}
.titlebar {
    border-bottom: solid 1px silver;
}
/* Page Title */
h1 {
    font-size: 18px;
    font-weight: bold;
    color: #231d1d;
    margin-bottom: 10px; 
    display: inline-block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* Side Menu Title */
h2 {
    font-size: 18px;
    font-weight: bold;
    color:darkgray;
    display: inline-block;
    text-decoration :none;
}
/* Page Title */
h3 {
    font-size: 22px;
    font-weight: bold;
    color: black;
    display: inline-block;
    text-decoration: none;
    margin: 5px;
}
.menubody {
    padding:5px;
}
.menu {
    cursor:pointer;    
}


.grid-cell {
    min-height: 30px;
    max-height: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: normal;
    vertical-align: middle;
    text-align: left;

    font-size: 0.9em;
} 

tr td {
    padding: 0 !important;
    margin: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
    border:none;
}
.border-none {
    border: none !important;
}

.modal input[name=changed] {
    border:none;
    background-color:transparent;
    width:20px;
    color:red;
    font-size:7px;
} 
input[name=changed] {
    position:absolute;
    bottom:10px;
    right:5px;
}
input[type='radio'] {
    accent-color: lawngreen;
}
.xr-spinner-container { 
    background-color: transparent;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; 
}

.environment-tag {
    position:fixed;
    width:30%;
    right:10px;
    border:solid 3px white;
    z-index : 10;
}

.disable-scrollbars::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
}

.disable-scrollbars {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}