/* **************************** Prime Flex CSS Development in 2019 - Begin ****************************** */
.iitsPrimaryColor {
   color: var(--input-focus-border-color);
}

.iitsFontHeaderMain {
    font-size: x-large;
    font-weight: bolder;
}

.iitsFontHeadersub {
    font-size: large;
    font-weight: bold;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 98vh;
}
                
.page-main {
  flex-grow: 1;
}

.panelGridCenter td,.panelGridCenter tr {
    text-align: center;
}

.headerCenterBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-self: center;    
    text-align: center;
    flex-grow: 2
}

/* Large */
.headerLeftBox {
    display: flex;
    flex-flow: row wrap;
    /* This aligns items to the Start line on main-axis */
    justify-content: flex-start;
    align-items: center;
}

/* Medium screens */
@media all and (max-width: 768px) {
    .headerLeftBox {
        /* When on medium sized screens, we center it by evenly distributing empty space around items */
        justify-content: space-around;
        text-align: center;
    }
}

/* Small screens */
@media all and (max-width: 576px) {
    .headerLeftBox {
        /* On small screens, we are no longer using row direction but column */
        justify-content: space-around;        
        text-align: center;
    }
}

/* Large */
.headerRightBox {
    display: flex;
    flex-flow: row wrap;
    /* This aligns items to the end line on main-axis */
    justify-content: flex-end;
    align-items: center;    
}

/* Medium screens */
@media all and (max-width: 768px) {
    .headerRightBox {
        /* When on medium sized screens, we center it by evenly distributing empty space around items */
        justify-content: space-around;
        text-align: center;
    }
}

/* Small screens */
@media all and (max-width: 576px) {
    .headerRightBox {
        /* On small screens, we are no longer using row direction but column */
        justify-content: space-around;                
        text-align: center;
    }
}
/* **************************** Prime Flex CSS Development in 2019 - End ****************************** */


body {
    margin: 0;
    padding: 0;
}


.MyOneMenu .ui-selectonemenu .ui-selectonemenu-label {
   font-size: 20px !important;
}


/* As mentioned in coreservlet manual this is not required NOW in recent version? *  /
.ui-widget, .ui-widget .ui-widget {
font-size: 90% !important;
}*/

/*
#tenantName {
    font-size: x-large;
    font-weight: bolder;
    color: #007ad9;
}
*/

/*
#headerRow1Right {
    position: absolute;
    top: 5px;
    text-align: right;
    font-size: medium;
    font-weight: normal;
    margin-right: 10px;
    width: 99%;
}

#headerRow2Right {
    position: absolute;
    top: 38px;
    text-align: right;
    font-size: medium;
    font-weight: normal;
    margin-right: 10px;
    width: 99%;
}
*/

#footerId {
    margin: 0 auto;
    font-weight: lighter;
    font-style: italic;
    font-size: smaller;
}

#footerId .copyright {
    position: absolute;    
    text-align: left; 
    font-style: italic;
    font-size: small;
    font-weight: lighter;    
    margin-left: 10px;
}

#footerId .bottomLinks {
    position: absolute;    
    text-align: right; 
    font-style: normal;
    font-size: small;
    font-weight: lighter;    
    margin-left: 10px;
    width: 99%;
}


#clockId {
    /*    position: absolute;
        top: 10px;
        margin-right: 10px;
        width: 99%;
        text-align: right;*/
    font-size: xx-small;
    font-weight: normal;
}


.ui-themeswitcher a.ui-selectonemenu-label-container {
    text-decoration: none !important;
}

.ui-widget {
    font-size: 12px !important;
}

/*  h4 is Used in FAQ Questions */
h4 {
    padding: 0; 
    margin-bottom: 4px; 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
}

/* ***************************** End ****************************** */


/* ************************** General Purpose - Begin ******************************* */ 

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignColumnTop {
    vertical-align: top;    
}

.nowrap {
    white-space: nowrap;
    /*    color: red;*/
}

.width10px {
    white-space: nowrap;
    width: 10px ;
}

.width20px {
    white-space: nowrap;
    width: 20px ;
}

.width50px {
    white-space: nowrap; 
    width: 50px ;
}

.width70px { /* Good for Amount Field */
    white-space: nowrap;
    width: 70px ;
}

.width100px {
    white-space: nowrap;
    width: 100px ;
}

.width150px {
    white-space: nowrap;
    width: 150px ;
}

.width300px {
    white-space: nowrap;
    width: 300px ;
}

.width400px {
    white-space: nowrap;
    width: 400px ;
}

.width500px {
    white-space: nowrap; 
    width: 500px ;
}

.highLightRowRed {
    background-color: red !important;
    /*    background-image: none !important;
        color: #000000 !important;*/
}

.highLightRowLightPink {
    background-color: LightPink !important;
    /*    background-image: none !important;
        color: #000000 !important;*/
}            

.highLightRowLightYellow {
    background-color: LightYellow !important;
    /*    background-image: none !important;
        color: #000000 !important;*/
}            

.highLightRowLightGreen {
    background-color: LightGreen !important;
    /*    background-image: none !important;
        color: #000000 !important;*/
}            

.highLightRowLightBlue {
    background-color: LightBlue !important;
    /*    background-image: none !important;
        color: #000000 !important;*/
}            

.closedAccounts {
    background-color: black;
    color: #FFCC00;
}

.disabledRowDataTable {
    background-color: black !important;    
    color: white !important;
}

.errorRowDataTable {
    animation: blinkingText 1.2s infinite !important;
    background-color: black !important;    
}

@keyframes blinkingText{
/*    0%{     color: #000;    }
    49%{    color: #000; }*/
    0%{     color: red;    }
    49%{    color: yellow; }
/*    60%{    color: transparent; }*/
    60%{    color: white; }
    99%{    color: transparent;  }
    100%{   color: #000;    }
}

/* ************************** General Purpose - End ******************************* */

/*ol, ul, li { 
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0; }*/

/* Right Align InputNumber content - Works Great */
span.ui-inputnumber > input[type=text] {
    text-align: right;
}

/* This is Required to eliminate SelectOneMenu not showing DDLB Table */
div.myBorder {
    border: .5px solid;    
}
