#od-title {
    display: inline-block;
    font-weight: 600;
    font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased; 
}
#od-content {
padding: 30px;
}

#od-site {
  background-color: #0078D4; 
  color: white;
  height: 50px;
  font-size: 24pt;
  font-family: 'Segoe UI Light', sans-serif;
  margin-bottom: 10px; 
  padding: 10px;
}
#od-commands {
  float: right;
  margin-right: 10pt;
}

#od-commands a {
  text-decoration: none;
  color: white;
  font-size: 12pt;
}

#od-json {
  float: right;
  max-width: 40%;
}

#od-items {
  max-width: 60%;
  float: left;
}

#od-breadcrumb {
  margin-bottom: 1em;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 16pt;
  padding-left: 30px;
}

#od-breadcrumb a {
    text-decoration: none;
    color: black;
}

#od-loading {
  background: rgba(255,255,255,.8) url('spinner.gif') 50% 50% no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

body.loading #od-loading {
  display: block;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}

.item {
  display: inline-block;
  width: 200px;
  height: 150px;
  margin: 0.1em;
  margin-top: 0.05em;
  margin-bottom: 0.05em;
  cursor: pointer;
  background-color: hsla(0, 0%, 95%, 1);
  border: 1px solid #094AB2;
  overflow: hidden;
  position: relative;
  font-family: 'segoe ui';
  font-size: 12pt;
}

.nameplate {
    /* background-color: #094AB2; */
    /* width: 200px; */
    height: 16pt;
    padding: 1px;
    position: absolute;
    bottom: 2px;
    left:  4px;
    white-space: nowrap;
    padding-right: 4px;
    overflow:  hidden;
    right:  4px;
}

.folder {
  background-color: #094AB2;
  color: white;
}

.file {
  color: black;
}

img {
  height:auto;
  width: auto;
  max-width:200px;
  /* max-height:150px; */
  /* height:  150px; */
  overflow: hidden;
  /* visibility: hidden; */
}

.img-container {
  max-height: 126px;
  overflow: hidden;
}

.oneup {
  width:  auto;
  height: auto;
  max-width:  1600px;
  max-height: 1200px;
  min-width:  200px;
  min-height: 150px;
}

.oneup img {
  max-width: 1600px;
  max-height: 1200px;
}

.hidden {
  display: none;
}

pre {outline: 1px solid #ccc;padding: 5px;margin: 5px;overflow: scroll;height: 600px;white-space: pre;}
.string { color: blue; }
.number { color: red; }
.boolean { color: green; }
.null { color: magenta; }
.key { color: black; }

big {
 font-size: 40px;
 vertical-align: middle;
}
