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

.container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    width: 100%;
}
#search-results-box1 {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid grey;
    flex: 1 1 70%;
    margin-right: 5px;
}
#preloader {
    background-color: lightgreen;
}
#search-results-box2 {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid grey;
    flex: 1 1 25%;
    margin: 0 5px 0 0 !important;
}
@media only screen and (max-width: 850px)  {
    #search-results-box2 {
        margin: 0 5px 5px 0 !important;
    }
}

/*
TODO add the margin back inside a mq
*/

@media only screen and (max-width: 1115px)  {
    .chartPanel {
        min-height: 400px;
    }
    #activityPane {
        min-height: 850px;
    }
}

#currentTitle {
    color: #00758f;
}

.oj-inputtext-input:focus {
    border: 2px solid rgba(2, 123, 199, 0.8) !important;
}

#mainSearch input {
    height: 2.5em;
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 1.0em;
    font-weight: lighter;
    text-align: left;
}

#mainSearchButton {
    height: auto;
}

.oj-inputtext {
    max-width: none;
}

.Field {
    display: flex;
    margin: 20px auto 20px auto;
}
.SearchBox-submitBtn {
    /* Never shrink or grow */
    flex: 0 0 auto;
}

.Field--is-search:before {
    /* Don't shrink or grow and use a default size */
    flex: 0 0 2.75em;
}

/*
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
*/

.tilevalue {
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    padding: 0 5px 0 5px;
    text-align: left;
    color: rgb(13, 13, 13);
    margin: 0 0 5px 0;
}

.tilevalue a {
    color: rgb(34, 34, 34);
}

.tilevalueli {
    font-size: 1.0em;
    font-weight: normal;
    padding: 0 2px 0 2px;
    text-align: left;
}

.cust-color {
    color: #4a85c5;
}

.golive-color {
    color: #009862;
}

.low-color {
    color: #4a85c5;
}

.med-color {
    color: #b57800;
}

.high-color {
    color: #ef9543;
}

.cancelled-color {
    color: #ff0000;
}
.oj-panel {
    padding: 0;
}

.oj-panel-alt1 {
    background-color: #edf1f3;
    border-radius: 10px;
}

.tileinfo {
    color: #705f5b;
    font-size: 14px;
    font-weight: lighter;
    padding: 0 10px 0 10px;
    text-align: center;
}

.tile-filmstrip-item {
    box-sizing: border-box;
    width: 150px;
    height: 50px;
    margin: 2px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}

h2.chartLabel {
    color: rgb(34, 34, 34);
    font-size: 2.0em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    text-shadow: 2px 2px 5px black;;
    font-weight: 600;
    line-height: 1.0em;
    height: 75px;
}

.chartPanel {
    background-color: white;
    padding: 10px 0 10px 10px;
    margin: 5px 10px 10px 10px;
    height: 340px;
}

.bannerimg {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#userPanes, #topThrees {
    margin: auto;
    border: none;
    background-color: inherit;
}

#mytxtArea, #mybutton {
    display: inline-block;
    vertical-align: top;
}

#tilebackground {
    background-image: url(images/LearnAndApplyKnowledge2.png);
    background-position: left top;
    background-repeat: repeat;
    padding: 15px;
}

body {
    background-color: #ededed;
    font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
}

.imgicon {
    width: 37px;
    height: auto;
}

.imglabel {
    color: #2c0f94;
    font-size: 12px;
    font-weight: bold;
}

.searchContainer {
    flex: 0 0 100%;
}
#searchResultsWrapper {
    margin-left: 5px;
}
#searchSpinner {
    position: relative;
    margin-left: calc(50% - 30px);
    margin-right: calc(50% - 30px);
    margin-top: 10%;
}

/* IE fix for #searchResultsWrapper width */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     #searchResultsWrapper{width:1440px;min-height:500px;}
     #searchResults{margin-top:20px;}
}

/*Hides placeholder text on click into text field*/
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

#searchBar {
    margin: 10 px auto 20px auto;
    height: 10px;
    white-space: nowrap;
    padding: 0;
}

#innerSearchPage {
    max-width: 1440px;
}

#innerSearchPage input {
    max-width: 1440px;
}

.searchText {
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: lighter;
    height: 40px;
    text-align: left;
    flex: 1 0 8em;
}

.searchText input {
    padding: 0 0.5em 0 1.75em;
    height: inherit;
    border: 2px solid rgba(2, 123, 199, 0.8);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#searchButton {
    margin: 2px 0 0 -2px;
    border: 0;
    height: 40px;
    font-size: 1em; 
    font-weight: lighter;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

#accountButton button {
    color: black;
    background-color: #afcadb;
    border: 0;
}

#accountButton button:hover, #accountButton button:active {
    color: white;
    background-color: #8faabb;
    border: 0;
}

a.oj-inputtext-clear-icon-btn.oj-component-icon.oj-clickable-icon-nocontext {
    color: inherit;
    height: 40px;
    font-size: 22px;
    padding: 0 5px;
}

#oj-select-choice-myLang {

    background-color: #ededee;
    border: 1px solid black;
}

.adot {
    width: 5px;
    height: 5px;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

.filmstrip-item {
    box-sizing: border-box;
    height: 6em;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.arrow-controls {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.userLogin {
    box-sizing: border-box;
    font-size: 14px;
    color: #324b5c;
    white-space: nowrap;
    cursor: pointer;
}

.oj-button-button .oj-component-initnode {
    padding: 0px 5px;
    border-width: 2px;
}

.login-button.oj-button-button {
    border:none;
    font-size:16px;
}

  .login-button.oj-buttonset .oj-button-jqui.oj-default.oj-button-half-chrome,
  .login-button.oj-buttonset .oj-button-jqui.oj-focus-only.oj-button-half-chrome, 
  .login-button.oj-button-jqui.oj-default.oj-button-half-chrome, 
  .login-button.oj-button-jqui.oj-focus-only.oj-button-half-chrome,
  .login-button.oj-button.oj-default.oj-button-half-chrome .oj-button-button,
  .login-button.oj-button.oj-focus-only.oj-button-half-chrome .oj-button-button {
    background-color: #6b8f63;
    background-image: none;
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  .login-button.oj-buttonset .oj-button-jqui.oj-default.oj-button-half-chrome,
  .login-button.oj-buttonset .oj-button-jqui.oj-focus-only.oj-button-half-chrome, .login-button.oj-button-jqui.oj-default.oj-button-half-chrome, .login-button.oj-button-jqui.oj-focus-only.oj-button-half-chrome,
  .login-button.oj-button.oj-default.oj-button-half-chrome .oj-button-button,
  .login-button.oj-button.oj-focus-only.oj-button-half-chrome .oj-button-button {
    background-color: #6b8f63;
    background-image: none;
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
  }
  
  .login-button.oj-buttonset .oj-button.oj-default.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-buttonset .oj-button.oj-focus-only.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-button.oj-default.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-button.oj-focus-only.oj-button-half-chrome .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button-jqui.oj-hover.oj-button-half-chrome:not(.oj-active), .login-button.oj-button-jqui.oj-hover.oj-button-half-chrome:not(.oj-active),
  .login-button.oj-button.oj-hover.oj-button-half-chrome:not(.oj-active) .oj-button-button {
    background-color: #6b8f63;
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button.oj-hover.oj-button-half-chrome:not(.oj-active) .oj-button-icon,
  .login-button.oj-button.oj-hover.oj-button-half-chrome:not(.oj-active) .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button-jqui.oj-active.oj-button-half-chrome, .login-button.oj-button-jqui.oj-active.oj-button-half-chrome,
  .login-button.oj-button.oj-active.oj-button-half-chrome .oj-button-button {
    background-color: #6b8f63;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button.oj-active.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-button.oj-active.oj-button-half-chrome .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button-jqui.oj-selected.oj-button-half-chrome:not(.oj-disabled), .login-button.oj-button-jqui.oj-selected.oj-button-half-chrome:not(.oj-disabled),
  .login-button.oj-button.oj-selected.oj-button-half-chrome:not(.oj-disabled) .oj-button-button {
    background-color: #6b8f63;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button-jqui.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled), .login-button.oj-button-jqui.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled),
  .login-button.oj-button.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled) .oj-button-button {
    background-color: #6b8f63;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-color: transparent;
    color: #fcfbfa;
    box-shadow: none;
    text-shadow: none; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button.oj-selected.oj-button-half-chrome:not(.oj-disabled) .oj-button-icon,
  .login-button.oj-button.oj-selected.oj-button-half-chrome:not(.oj-disabled) .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled) .oj-button-icon,
  .login-button.oj-button.oj-selected.oj-hover.oj-button-half-chrome:not(.oj-disabled) .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button-jqui.oj-disabled.oj-button-half-chrome, .login-button.oj-button-jqui.oj-disabled.oj-button-half-chrome,
  .login-button.oj-button.oj-disabled.oj-button-half-chrome .oj-button-button {
    background-color: #6b8f63;
    border-color: transparent;
    color: #fcfbfa;
    opacity: 0.4; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button.oj-disabled.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-button.oj-disabled.oj-button-half-chrome .oj-button-icon {
    color: #fcfbfa; }
  
  .login-button.oj-buttonset .oj-button-jqui.oj-disabled.oj-selected.oj-button-half-chrome, .login-button.oj-button-jqui.oj-disabled.oj-selected.oj-button-half-chrome,
  .login-button.oj-button.oj-disabled.oj-selected.oj-button-half-chrome .oj-button-button {
    color: #fcfbfa;
    background-color: #6b8f63;
    border-color: transparent; 
    border-radius: 25px;
    padding:0.5em 2.5em;
}
  
  .login-button.oj-buttonset .oj-button.oj-disabled.oj-selected.oj-button-half-chrome .oj-button-icon,
  .login-button.oj-button.oj-disabled.oj-selected.oj-button-half-chrome .oj-button-icon {
    color: #fcfbfa; }

.fas:hover {
    color: #02629f;
}

.fab:hover {
    color: #02629f;
}

.fa-sm {
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    vertical-align: middle;
}

.profile-tab-content {
    height: 580px;
    overflow: auto;
}

.profile-edge-top,
.profile-edge-bottom {
    flex-direction: row;
}

.profile-edge-start oj-tab-bar,
.profile-edge-end oj-tab-bar {
    max-width: 300px;
    min-width: 15%;
    width: 20%;
}

.profile-edge-start oj-switcher,
.profile-edge-end oj-switcher {
    width: 85%;
}

.profile-edge-bottom oj-tab-bar,
.profile-edge-end oj-tab-bar {
    -webkit-order: 1;
    order: 1;
}

li#iaas.oj-tabbar-item-element.oj-tabbar-item.oj-selected,
li#paas.oj-tabbar-item-element.oj-tabbar-item.oj-selected,
li#saas.oj-tabbar-item-element.oj-tabbar-item.oj-selected {
    background-color: rgba(118, 184, 225, 0.4);
}

div.oj-message-header {
    margin: 0 !important;
    padding: 5px 0 5px 0 !important;
    height: auto;
}

div.oj-message-body {
    margin: 0 !important;
    padding: 0 10px 5px 10px !important;
}

.oj-message-category {
    padding: 0 0 0 3px !important;
}

.oj-message-category h1 {
    color: black;
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
}

.oj-message-summary {
    font-size: 14px;
    padding-bottom: 3px;
}

.oj-message-timestamp {
    font-size: 0.9em;
    font-style: italic;
}

.oj-message-detail:hover {
    color: rgb(35, 35, 183);
    cursor: pointer;
    text-decoration: underline;
}

oj-option#phoneus a {
    color: black;
    background-color: white;
}

oj-option#phoneus a:hover {
    background-color: white;
}

oj-option#chat a {
    color: black;
    background-color: white;
}

oj-option#chat a:hover {
    background-color: white;
}

oj-menu-button#contactButton div.oj-button-label {
    background-image: url('../images/support-header.jpg');
    width: 15em;
    background-size: auto 33px;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-color: #afcadb;
    border: 1px;
}

h4#contactButtonText {
    font-weight: 600;
}

p.message {
    margin: 12px 12px 0 12px;
    color: black;
}

div#activityContent {
    overflow-y: auto;
    height: 575px;
    background-color: white;
    /* background-image:url('../images/prototypebackground.png');
    background-repeat:repeat; */
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.oa-more-contentType {
    display: none;
}

#showMoreButton, #showFewerButton {
    float: right;
}

#showMoreButton button.oj-button-button.oj-component-initnode,
#showFewerButton button.oj-button-button.oj-component-initnode {
    background: none;
    border: none;
    color: #02629f;
}

#searchButton button.oj-button-button.oj-component-initnode {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

div.oj-message-header {
    padding-left: 5px !important;
}

div.oj-message-body {
    padding-bottom: 10px !important;
}

.logoText {
    position: relative;
    font-size: 30pt;
    /* font-family: sans-serif; */
    font-weight: bold;
    padding-left: 20px;
    vertical-align: top;
    color: white;
    text-shadow: 1px 1px 0 black
}

.logoText a:link {
    position: relative;
    font-size: 30pt;
    /* font-family: sans-serif; */
    font-weight: bold;
    padding-left: 20px;
    vertical-align: top;
    color: white;
    text-shadow: 1px 1px 0 black
}

.logoText a:hover {
    position: relative;
    font-size: 30pt;
    /* font-family: sans-serif; */
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    vertical-align: top;
    color: white;
    text-shadow: 1px 1px 0 black
}

.rc02 .rc02w2 .col-item .col-item-w1{
    border-bottom-width: 1px;
}

.rc02 .rc02w2 .col-item .col-item-w1 .icn-img:before {
    vertical-align: middle;
    font-size: 1.4em;
}

.darktheme a, .darktheme a:hover, .darktheme a:active, .darktheme a:link, .darktheme a:visited, .darktheme a:focus, .darktheme ul.cta-list li:before{
    color: white;
    line-height: 1.8em;
}

.rc02.darktheme .rc02w2 .col-item:hover .col-item-w1 .icn-img:before, .rc02.darktheme .rc02w2 .col-item:hover .col-item-w1 h4{
    color:white;
    line-height: 1.8em;
}

.rc02.darktheme .rc02w2 .col-item:hover .col-item-w1{
    border-color:white;
    line-height: 1.8em;
}

.rh01 {
    min-height:450px;
    padding-bottom: 2em;
}

.cpad {
    padding-bottom: 0;
}

.rh01 .obttns {
    padding-bottom: 1.5em;
}

.oj-menu-item {
    font-size:12px;
}

body {
    background-color: #161513;
}

td.moscp-chatbot-copyright, td.moscp-chatbot-cell-pad, td.moscp-chatbot-right-text {
    font-size:9px;
}

.u28.u28v1.dropdownloaded .u28nav {
    display:block;
    top:60px;
}

.u28.u28v1 .u28twoclm .u28twoclm,
.u28.u28v1 .u28fourclm { 
    grid-column-gap: unset;
}

.u28.u28v1.dropdownloaded.u28navactive .bgload:before {
    height: 745px;
}

.u28.u28v1 .u28nav.bgload {
    background-image:url('https://www.oracle.com/asset/web/i/u28-navbg.jpg');
    top:60px;
}

.rc02.darktheme .rc02w2 .col-item:hover .col-item-w1 .icn-img:before,
.rc02 .rc02w2 .col-item .col-item-w1 .icn-img:before,
.rc02.darktheme .rc02w2 .col-item:hover .col-item-w1 h4 {
    line-height: 1em;
}

#termsDialog .oj-dialog-header .oj-dialog-title {
    font-size: 1.5em;
}

.rc02 .rc02w2 .col-item .col-item-w1 .icn-img {
    font-size: 4.0rem;
}

/* have to do this in case redwood thinks we're logged in. */
.u28-profile.loggedin .u28-profilew1 ul.u28l-in {
    display: none !important;
}

.u28-profile.loggedin .u28-profilew1 ul.u28l-out {
    display: block !important;
}

.u28w4 {
    display: block !important;
}