@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body {
    font-size: 14px;
    font-family: Sans-Serif;
}
pre {
    margin-top: 0px;
}
textarea {
    caret-color: red;
}
.divHeadCenter {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.divBodyCenter {
    display: inline-block;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;     
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.smallLabel {       
    font-size: 12px;        
    margin-top: 0px;
    margin-bottom: 0px;
}
.paddingLR5 {
    padding-left: 5px;      
    padding-right: 5px;         
}
.boxHeight {
    margin: 0 auto;
    font-size: 14pt;
    line-height: 20px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #f4f4f4;
    vertical-align: middle;
    text-align: center;
    text-align-last: center;
}
.uiButton {
    background-color: #f2f2f2;      
    font-size: 12px;        
    height: 30px;       
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;      
    border-radius: 12px;
    outline : 0;
    -moz-outline : 0;  
    cursor: pointer;
}
.uiButton:hover {
    background-color: #3399ff;
}
.btnLeft {
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}
.btnRight {             
    float: right;       
    margin-top: 5px;
    margin-right: 8px;  
}
.btnBottomLeft {                
    position: absolute;
    bottom: 0;
    left: 0;    
    margin-bottom: 5px;
    margin-left: 8px;       
}
.btnBottomRight {               
    position: absolute;
    bottom: 0;
    right: 0;   
    margin-bottom: 5px;
    margin-right: 8px;
}
.scrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff9900;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}   
.scrollButton:hover {
    background-color: #cc0000;
}
.tdLeft {
    text-align: left;
    margin-left: 1em;
}
.tdCenter {
    text-align: center;
}
.tdRight {
    text-align: right;
    margin-right: 1em;
}
.blockArea {
    border: 1px solid black;
    overflow-y: auto;
    overflow-x: hidden;     
    position: fixed;
    width: 420px;
    height: 520px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #f2f2f2;  
    z-index: 20;    
}
.searchArea {
    margin-top: 2px;
    margin-left: 4px;
}
.searchInput {
    width: 310px;
    height: 22px;
}
.smallButton {
    background-color: #8c8c8c;
    border: none;
    color: white;
    padding: 4px 6px;
    font-size: 10px;
    cursor: pointer;
}
.smallClose {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 30;
}
.smallButton:hover {
    background-color: #4682b4;
}
.smallButton:disabled {
    background-color: #ff9999;
}   
.smallButton-active {
    background-color: #4682b4;
    text-decoration: none;
}   
.viewTable {
    cursor: pointer;
    text-align: center;
    font-family: "Times New Roman", Times, serif;  
    font-size: 18px;        
    width: 100%;
    padding-left: 5px;      
    padding-right: 5px;     
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;     
}
.rowColorOdd {
    background-color: #FFF;
}
.rowColorEven {
    background-color: #CCC;
}
.rowColorSelected {
    background-color: #4682b4;
}   
.overlayDiv {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    display: none;
}
.centerLine {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}
.bottomLine {
    position: absolute;
    bottom: 33px;
    width: 100% 
}
.centerLabelBlack {
    color: black;
    font-size: 18px;
    margin-top: 4px;
    text-align: center;     
    font-family: "Times New Roman", Times, serif;  
    font-size: 18px;    
}
.ldt, .ldt label {
    padding: 0px;
}
.ldt, .ldt pre, .ldt textarea {
    font-size: 16px !important;
    font-family: monospace !important;
    color: black;
}
.ldt textarea {
    color: transparent !important;
    color: rgba(0,0,0,.2) !important;
}
.ldt {
    overflow: auto;
    position: relative;
}
.ldt pre {
    margin: 0;
    overflow: initial;
}
.ldt label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: text;
}
.ldt textarea {
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
    outline: none;
    resize: none;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    filter: alpha(opacity = 20);
}   
.ldt .comment { color: silver; }
.ldt .string { color: green; }
.ldt .number { color: navy; }
.ldt .keyword { font-weight: bold; display: inline-block; margin-bottom: -1px; }
.ldt .variable { color: cyan; }
.ldt .define { color: blue; }
.uiTooltip {
    display: none;
    text-align: left;
    background-color: #e0e0d1;
    border-radius: 3px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    display: none;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width:auto;
    height:auto;
    max-width: 600px;
}
.uiButton:hover .uiTooltip {
    display: block;
}
.unClickable {
    pointer-events: none;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.viewLoader {
    font-size: 44px;
    text-align: center;
    vertical-align: middle;
    color: white;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.bgWhite {
    background-color: white;
}
.non-selectable {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.robotoFont {
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
}
.ubuntuFont {
    font-family: 'Ubuntu', sans-serif;
}
.largeFont {
    font-weight: 800;
    font-size: larger;
}
.lineHeight1-5r {
    line-height: 1.5rem !important;
}
.tableScroll {
    overflow: scroll;
    margin: auto;
    display: block;
    overflow-y: scroll; 
}
.centerLoader {
    height: 100px;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;    
    display: flex;
}
.topLeftLoader {                
    padding-left: 2px;
    font-size: 1rem;    
    position: absolute;
    top: 0;
    left: 0;    
}
.d-none {
    display: none;
}
.red-color {
    color: red;
}
.green-color {
    color: green;
}