/*
    Document   : override
    Created on : 1/1/2019
    Author     : ICSFS
    Description:
        This is where any of your application specific styles should be included
*/
@import "fonts/fa/css/all.min.css";


html, body {
    overflow-x: auto; /* Allows horizontal scrolling on the window */
    margin: 0; /* Optional: Remove any default margin */
    padding: 0; /* Optional: Remove any default padding */
}

oj-module:not(.oj-complete) {
  visibility: hidden; 
}

oj-module {
  display: block; 
}

/*
.demo-icsfs-icon{width:190px;height:52px}
.demo-icsfs-icon:before{content:url("images/icsfs_logo.svg")}
*/

#login-form {
    margin: 0 auto;
    padding: 50px;
    background: rgba(255,255,255, 0.7);
    border-radius: 5px;
}
.amount-fld #chngeType  {
    color: #000  !important ;
    background-color: #ededee !important ;
    border-color: #000 !important ;
}
.oj-web-applayout-navbar{   
    margin-top: 20px;
}

h1, h3{
    color: rgb(38, 34, 96);
}
.table-wrapper {
    width: 1500; /* Set table width larger than screen */
    min-width: 1500;
}

.oj-table-header{
    background: #e5e6e6;
    /*max-width: 100%;*/
    position: sticky !important;
    top: 0;
    
    z-index: 1000;
}

oj-table {
    width: 100%; /* Make sure table fills the wrapper */
    table-layout: fixed !important;
    position: sticky !important;
}

.oj-table-container {
    max-width: 100%;
    white-space: nowrap;
    /*overflow-x: auto;*/
}

.oj-table-header th, label, h3{
    font-weight: bold;
    max-width: 100%;
    overflow-x: auto;
}

.demo-icsfs-icon{
    width:114px;
    background-image: url("images/img_logo.png");
    height: 46px;
}

div.main-container{
    /*background-image: url("images/login-image.png");*/
    /*background-size: cover;*/
    margin: -10px;
    padding: 0px;
} 
form {
    width:100% !important;
}

.oj-web-applayout-header-title {
    font-size: 1.5rem;
    text-align: center;
    color: rgb(38, 34, 96);
}

.main-container { 
    background-image: url("images/login-image.png");
    background-size: cover;
}


.h-100vh {
    height: 60vh;
    padding-top: 100px;
    margin: 0 auto;
    max-width: 80%;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.oj-select, .oj-inputpassword, .oj-inputtext {
    /*max-width: 100%;*/
}   

/*  -------------------  */
input#chngeType\|input  {
    color: black !important ;
    border-color: rgb(0, 0, 0 , 0.6 )  !important ;
 }
input#salBeforeChange\|input  { 
   color: black  !important ;
   border-color: rgba(0, 0, 0, 0.6)  !important ;
}
input#incAmount\|input  {
    color:  black !important ;
    border-color: rgba(0, 0, 0, 0.6)  !important ;
 }  
input#newSal\|input {
    color: black  !important ;
    border-color: rgba(0, 0, 0, 0.6)  !important ;
 }     
 input#startDate\|input {
    color: black !important ;
    border-color: rgba(0, 0, 0, 0.6)  !important ;
 }    

/*  -------------------  */

.oj-sm-align-items-baseline {
    -webkit-align-items: center;
    align-items: center;

}

.application-title{
    padding: 0 20px;
    font-size: 1.3em;
    font-weight: bold;
}

.printable-area{
    display: none;
    flex-direction: row;
    justify-content: space-between;
}
.printable-area span{
    align-items: center;
    line-height: 70px;
}

@media print{
    #pageHeader{display: none !important;}
    .printable-area{
        display: flex !important;
        flex-direction: row;
    }
    .printable-area span{
        align-items: center;
    }
    .oj-web-applayout-navbar {
        display: none;
    }
    .oj-web-applayout-footer
    {display: none;}
    
    .oj-hybrid-padding oj-button
    {display: none;}
}

#pageHeader{
        min-height: 50px;
}

 
  /* Fix alignment for RTL and LTR based on table direction */
oj-table[dir="rtl"] .oj-table-column-header-cell,
oj-table[dir="rtl"] .oj-table-cell {
  text-align: right !important;
}

oj-table[dir="ltr"] .oj-table-column-header-cell,
oj-table[dir="ltr"] .oj-table-cell {
  text-align: left !important;
}
