﻿@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.lgNotification {
    width: 100%;
    background-color: #fff3cd;
    color: red;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.lgdiv {
    width: 260px;
    margin: 0 auto;
}

.lgdivBorder {
    border: 1px solid #0089D0;
}
input, textarea, select, button {
  pointer-events: auto;
  user-select: text;
}
.lgHeader {
    padding: 0 0;
    background-image: url('../Images/tabblue.gif');
    background-repeat: repeat-x;
    line-height: 25px;
    color: white;
    text-align: center;
    font-weight: bolder;
    font-family: 'Courier New';
    font-size: 18px
}

.lginnerNotification {
    display: inline-block;
    padding-left: 100%;
    animation: ticker 15s linear infinite;
}

.lgMessage {
    color: Red;
    font-weight: bold;
    text-align: left;
}

.divMargin {
    padding: 4px 4px;
}

.lgbuttonWidth {
    width: 200px;
}

.lgbuttonWidthMd {
    width: 150px;
}

.lgCaptchaImg {
    height: 31px;
    width: 75px;
}

.lgCapthcaImgbtn {
    width: 30px;
    height: 27px;
    margin-top: 0px;
}

.lgForgetPwd {
    border-style: None;
    color: Red;
    width: 134px;
    font-size: small;
    text-decoration: underline;
    text-decoration: none;
}

.divHead {
    width: 100%;
    background-image: url('../Images/headerimg_bg.gif');
    background-repeat: repeat-x;
    height: 66px
}

.timeDiv {
    width: 195px;
    height: 66px;
    float: left;
}

.img_Logo {
    height: 66px;
    width: 195px;
}

.divTextHead {
    width: 200px;
    float: left;
}

.divLogin {
    color: black;
    width: 241px;
    float: left
}

.fontColor {
    color: #f9f9f9;
}

.divNews {
    width: 78%;
}

.lgCapthcaImgtn {
    width: 30px;
    height: 27px;
    margin-top: 0px;
}

.lgtext {
    width: 150px !important;
}
/*-----------atish */


.div_inx_div {
    width: 195px;
    height: 66px;
    float: left;
}


.div_inxlogo {
    width: 195px;
    height: 66px;
    float: left;
}



/*-----------hemant */
.head {
    width: 100%;
    background-image: url('../Images/headerimg_bg.gif');
    background-repeat: repeat-x;
    height: 66px
}

.logo-container {
    background-image: url('../Images/logo.gif');
    width: 195px;
    height: 66px;
    float: left;
}

.title-container {
    width: 200px;
    float: left;
}

.user-info {
    float: right;
    text-align: right;
    margin-right: 7px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #f9f9f9;
}

.news-container {
    width: 78%;
}

.news-text {
    /* Add animation or scrolling via CSS if needed */
}
/* Iframe css*/

.dashboard-frame {
    width: 100%;
    height: 550px;
    border: none;
    overflow: auto;
}


/* menu css by hemant*/

.main-menu {
    margin-bottom: 0;
}

.static-menu-style {
    color: #ffff9c;
    padding: 2px 5px;
    font-family: Verdana;
    font-size: 12px;
    background-color: #0089D0;
}

.static-menu-item-style {
    padding: 5px 0;
    font-family: Verdana;
    font-size: 12px;
}

.static-hover-style {
    color: #ffff9c;
    background-color: #006bb3;
}

.dynamic-hover-style {
    color: #ffff9c;
    background-color: #006bb3;
    font-family: Verdana;
    font-size: 12px;
}

.dynamic-menu-style {
    padding: 2px 5px;
    color: white;
    background-color: #0089D0;
}

.dynamic-menu-item-style {
    padding: 2px 5px;
    border-color: gray;
    background-color: #0089D0;
    color: #0089D0;
}


.menu-container {
    background-color: #333;
    padding: 5px;
}

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #333;
}

.static-menu-style {
    background-color: #333;
    height: 30px;
}

.static-menu-item-style {
    padding: 10px 15px;
    color: white;
    background-color: #333;
    text-decoration: none;
    display: inline-block;
}

.static-hover-style {
    background-color: #444;
    color: #fff;
}

.dynamic-menu-style {
    background-color: #444;
    position: absolute;
    z-index: 1000;
}

.dynamic-menu-item-style {
    padding: 10px;
    color: white;
    background-color: #444;
    display: block;
    white-space: nowrap;
}

.dynamic-hover-style {
    background-color: #555;
    color: #fff;
}
/* menu page css*/
.overlay,
.spinner,
.page-mask {
  /* Your visible/active styles go here */
}
/* When hidden, they must also stop catching pointer events */
.overlay--hidden,
.spinner--hidden,
.page-mask--hidden {
  pointer-events: none;
}/* 1) Ensure validators never intercept mouse clicks and don’t overlay inputs */
span[controltovalidate],
span[id^="rfv_"],
span.validator,
.field-error {
  position: static !important;        /* don’t let them be absolutely positioned */
  display: inline-block;               /* predictable inline layout */
  vertical-align: middle;
  margin-left: .25rem;
  pointer-events: none !important;     /* they should never catch clicks */
  z-index: 0 !important;
}

/* 2) Make sure the input sits above siblings if there’s any stacking context */
#txt_Loginname,
.lgtext {
  position: relative;                  /* create a stacking context */
  z-index: 2;                          /* sit above nearby spans */
}

/* 3) If any page mask/overlay is used, ensure that hidden state doesn't block clicks */
.overlay,
.page-mask,
.loading-overlay,
.spinner-overlay {
  /* your visible/active styles remain elsewhere */
}
.overlay--hidden,
.page-mask--hidden,
.loading-overlay--hidden,
.spinner-overlay--hidden,
.overlay[aria-hidden="true"],
.page-mask[aria-hidden="true"],
.loading-overlay[aria-hidden="true"],
.spinner-overlay[aria-hidden="true"] {
  pointer-events: none !important;     /* when hidden, don't block clicks */
}

/* 4) Extra safety across containers that might accidentally disable events */
.divMargin, td, tr, table {
  pointer-events: auto;
}

/* 5) Cross-browser text selection for inputs (Safari/iOS) */
input, textarea, select, button {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* 6) Keep your intended width; avoid shrink-to-zero side effects */
.lgtext {
  width: 150px !important;
  box-sizing: border-box;
}
