/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

body {
  background-image: url('../ca_images/redwood_white.png');           
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; 
  background-attachment: fixed; margin: 0; 
  min-height: 100vh;

  width: 100%;
  overflow-x: auto;

  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

.logout-background {
  background-image: url('../ca_images/redwood_light.png');           
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; 
  background-attachment: fixed; margin: 0; 

  overflow-x: auto;
}

.logout-white-background {
  background-image: url('../ca_images/redwood_white.png');           
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; 
  background-attachment: fixed; margin: 0; 

  overflow-x: auto;
}

.logout-border-image-outer {
  border: 25px solid transparent; /* Required for border-image */
  border-image: url('../ca_images/redwood_light.png') 30 round;
}

.logout-border-image-inner {
  border: 2px solid transparent; /* Required for border-image */
  border-image: url('../ca_images/redwood_light.png') 30 round;
}

.send-off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.demo-oracle-icon {
  width:137px;
  height:18px;
  content:url("images/oracle_logo.svg")
}

.legacy-oracle-icon {
  width:137px;
  height:18px;
  content:url("../ca_images/oracle-logo.svg")
}

html:not([dir="rtl"]) .demo-oracle-icon {
  padding-right:4px
}

html[dir="rtl"] .demo-oracle-icon {
  padding-left:4px
}

.demo-oracle-icon:before {
  display:inline
}

.demo-appheader-avatar {
  width:24px;
  height:24px
}

.demo-appheader-avatar:before {
  content:url("images/avatar_24px.png")
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .demo-appheader-avatar:before {
      content:url("images/avatar_24px_2x.png");
      -webkit-transform:translate(-25%, -25%) scale(0.5);
      transform:translate(-25%, -25%) scale(0.5)
  }
}