@charset "UTF-8";

/*For JET 8.2.1 - Password field getting shortened, oj-inputtext has this width override for oj-text-field-middle, oj-inputpassword should have it too*/
.oj-inputpassword .oj-text-field-middle {
    width: 100%;
    flex: auto
}

.centerdiv
{
    position: absolute;
    top: 32%;
    left: 40%;
}
body
{
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background-image: url('../images/watermark_oracle.png') !important;
    background-color: rgb(30, 74, 109) !important;
    background-position: 50% 44px !important;
    background-repeat: no-repeat !important;
    color: rgb(0, 0, 0) !important;
}

.oj-flex-bar-start
{
    min-width: 300px !important; 
}

.loginlabel, #timeoutmessage
{
    padding-left:137px !important;
}

.oj-collapsible-header-wrapper
{
    padding-left:130px !important;
}
.detail-colapse
{
    width:300px !important;
}

#loginproccessing
{    
    background-repeat: no-repeat;    
    position: absolute; 
    margin: auto;
    top:35%;      
    left:49%;    
    z-index:999;
}

.prevent-click {
     pointer-events: none;
}

.oj-collapsible-header
{
    color:white !important;
}
.oj-collapsible-header-icon
{
    color:white !important;
}

#heading
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    line-height: 43px;    
    height: 43px;    
    color: #f2f2f2;
    font-size: 16px;    
    z-index: 1;
}
oj-label 
{
    color: white !important;
    white-space: nowrap !important;
}
.loginlabel
{
    margin: 0px;
    padding: 0px 0px 3px 0px;
    overflow: hiddden;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.footer
{
    position: absolute;
    bottom: 10px;
    font-size: 8pt;
    color: #dedede;
}
img
{
    border:none;
}
#timeoutmessage
{
    margin: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: white;    
    display: none;
}
a 
{
  color: white !important;
  white-space: nowrap !important;
}