
.demo-oracle-icon {
  width: 137px;
  height: 18px;
}
.demo-oracle-icon:before {
  content: url("images/oracle_logo.svg");
  display: inline;
}
/* Adds padding between logo and application name */
html:not([dir="rtl"]) .demo-oracle-icon {
  padding-right: 4px;
}
html[dir="rtl"] .demo-oracle-icon {
  padding-left: 4px;
}

.site-color-null:after {
    content: 'N/A';
}

.site-hex-null:after {
    content: 'null';
}
.demo-experimental {
  color: red;
  font-weight: bold;
}

html .demo-button-pulse.oj-button.oj-component {
  box-shadow: 0 0 0 0 rgba(0, 130, 48, 0.5);
  -webkit-animation: pulse 2s 4 cubic-bezier(0.7, 0, 0.5, 1);
  -moz-animation: pulse 2s 4 cubic-bezier(0.7, 0, 0.5, 1);
  -ms-animation: pulse 2s 4 cubic-bezier(0.7, 0, 0.5, 1);
  animation: pulse 2s 4 cubic-bezier(0.7, 0, 0.5, 1); }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(0, 130, 48, 0); } }

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(0, 130, 48, 0); } }

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(0, 130, 48, 0); } }

@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(0, 130, 48, 0); } }




.demo-buttonset-tall .oj-button {
  min-height: 42px;
}

.demo-themeroller {
    overflow: hidden;
    width: 330px;
    min-width: 330px;
    flex-grow: 0;
}

.demo-components-wrap {
    overflow: hidden;
}

.demo-themeroller table
{
    border-collapse:collapse;
    table-layout: fixed;
    font-family: Consolas, Menlo, Monaco, 'Source Code Pro', 'Courier New', Courier, monospace;
}


.demo-themeroller tr,
.demo-themeroller th,
.demo-themeroller td
{
  border-color: #c4ced7;
  border-style: solid;
}


.demo-themeroller th,
.demo-themeroller td
{
    border-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 3px;
}

.demo-themeroller tr,
.demo-themeroller td:first-child {
   border-width: 1px
}


.demo-var-color {
    width: 100px;
}

.demo-var-hex {
    width: 10em;
}

.demo-contrast-box {
  font-size: 12px;
  font-family: monospace;
  display:block;
  width:100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.monoimages {
  width: 75px; height: 25px;
  display: inline-block;
}
.marginBottom {
  margin-bottom: 15px;
}
.verticalstyle div {
  overflow: hidden;
}
.verticalstyle div span, .verticalstyle div img {
  float: left;
}
.verticalstyle img.monocommonimages {
  width: 200px; height: 30px;
}
.verticalstyle span {
  line-height: 30px;
}
.demo-contrast-box {
  font-size: 12px;
  font-family: monospace;
  display:block;
  min-width:540px;
  margin:10px 1px 10px 1px;
  width:calc(50% - 20px);
}
.paletteTable table tbody tr td.oj-table-data-cell,
.paletteTable table thead tr th div.oj-table-column-header {
  text-align: center;
  border-right: none;
}
.paletteTable table thead tr th div.oj-table-column-header {
  font-weight: bold;
}
.oj-table-body-row .oj-table-body-row {
  height: auto;
}
.oj-table-data-cell.oj-hover {
  background-color: transparent;
}

.oj-messages-general {
  width: 500px;
  min-width: 500px;
}

.demo-vars-setting-dialog {
    width: 50vw;
}

.demo-settings-textarea { max-width: 100%; }

.demo-contrast-pass{
  width:44px;
  float:left;
  text-align:center;
  margin-right: 1px;
}

.demo-contrast-fail {
background-color: red;
color: white;
border-radius: 5px;
width:44px;
float:left;
text-align:center;
margin-right: 1px;
}

.demo-info-contain{
   float:left;
   width:100%;
}

.demo-value-bgcolor{
  min-width:280px;
  float:left;
  width:calc(100% - 245px);
  padding-top:2.5px;
  padding-bottom:2.5px;
}

.demo-value-hexvalue{
  width:85px;
  float:left;
  text-align:center;
}

.demo-value-ratio{
  width:70px;
  float:left;
  text-align:center;
}

.demo-value-contrast{
  width:45px;
  float:left;
  text-align:center;
}

.contrast_box{
  border: 1px solid black;
  float:left;
  padding:2px;
  width:99%;
}

.demo-main-panel {
  border-color: var(--oj-panel-1-border-color) !important;
  margin-top: 20px;
}
.demo-result-highlight {
  font-weight: bold;
}
.demo-color-picker {
  max-width: 20em;
}
.demo-color-picker-item {
  display: flex;
}
.demo-color-box {
  border: 1px solid;
  height: 30px;
  width: 30px;
}
html:not([dir="rtl"]) .demo-color-box {
  margin-right: 8px;
}
html[dir="rtl"] .demo-color-box {
  margin-left: 8px;
}

.demo-typography-table {
    border-collapse: collapse;
}
.demo-typography-table td,
.demo-typography-table th {
    border: 1px solid lightgrey;
    padding: 10px 20px;
    white-space: nowrap;
}
.demo-typography-table td:last-of-type {
    white-space: normal;
}
.demo-navlist-container {
    max-width: 300px;
}
.demo-panel-customizations {
  width:  200px;
  height: 75px;
}