﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, li, dl, dt, td, dd, form, fieldset, a, img, button {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

*, html, body {
    scroll-behavior: smooth;
}

.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=50);
    opacity: .5;
}

.MasterTable {
    background-color: #9BC9DC;
    height: 100vh;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.headerMid {
    background-image: linear-gradient(#2d89b0, #0d5572);
    width: 850px;
    height: 100px;
    bottom: 0;
}

.headerLeft {
    background-image: url(Images/logo_SEZ_Online.gif);
    width: 155px;
}

.footer {
    height: 40px;
    background-image: linear-gradient(#2d89b0, #0d5572);
}

.headerRight {
    height: stretch;
    background-image: url(Images/MOC-logo.jpg);
    width: 150px;
}

.LeftColumn {
    background-image: linear-gradient(#0d5572,#9dcbde);
    border-left: 1px solid #C4E1B7;
}

.MainNavigation {
    padding: 0;
    margin: 0;
}

.MainContent {
    background-color: #E8F3F2;
    border-top: 1px solid #C4E1B7;
    border-right: 1px solid #C4E1B7;
}

body {
    text-align: center;
    font-family: "Lucida Sans", Verdana, "Lucida Grande", Arial, sans-serif;
    font-size: 80%;
    background-color: #FFFFFF;
}

.Label {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.Label1 {
    font-family: Calibri;
    font-size: 8pt;
    color: #000000;
}

.Mandatory {
    font-family: Arial;
    font-size: 15px;
    color: #FF0000;
}

.MandatoryMessage {
    font-family: Arial;
    font-size: 9px;
    color: #103A87;
}

.LoginHeadingBackgroundColour {
    background-image: linear-gradient(#2d89b0, #0d5572);
    text-align: left;
}

.TextBox {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    text-align: inherit;
    width: 127px;
    height: 20px;
    margin-left: 0px;
}

.LargeTextBox {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    text-align: inherit;
    width: 250px;
    height: 20px;
    margin-left: 0px;
}

.FullWidthTextBox {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    text-align: inherit;
    width: 95%;
    height: 100%;
    margin: 2px;
    padding: 2px;
}

input:focus, select:focus, a:focus, textarea:focus {
    outline-width: 2px;
    outline-color: #66A3C4;
    outline-style: solid;
}

.TextBoxDatePicker {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    text-align: inherit;
    width: 127px;
    height: 20px;
}

.Links {
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
}

.Links1 {
    font-family: Calibri;
    font-size: 11pt;
    color: #FFFFFF;
}

.HyperLink {
    font-family: Arial;
    font-size: 14px;
    color: #255DCF;
}

.HyperLinkPicker {
    font-family: Arial;
    font-size: 14px;
    color: #103A87;
}

.Button {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    background-color: #000000;
    vertical-align: bottom;
    width: 74px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    margin: 1px;
    transition: 0.4s;
}

    .Button:hover {
        opacity: .9;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .Button:enabled {
        cursor: pointer;
    }

.ButtonMedium {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 124px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}

    .ButtonMedium:hover {
        opacity: .9;
        animation: ease-in-out;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .ButtonMedium:enabled {
        cursor: pointer;
    }

.ButtonBig {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 174px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}

    .ButtonBig:hover {
        opacity: .9;
        animation: ease-in-out;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .ButtonBig:enabled {
        cursor: pointer;
    }

.ButtonLarge {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 100px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}

    .ButtonLarge:hover {
        opacity: .9;
        animation: ease-in-out;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .ButtonLarge:enabled {
        cursor: pointer;
    }

.ButtonExtraLarge {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 180px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}

    .ButtonExtraLarge:hover {
        opacity: .9;
        animation: ease-in-out;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .ButtonExtraLarge:enabled {
        cursor: pointer;
    }

.ButtonPayment {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 183px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}

    .ButtonPayment:hover {
        opacity: .9;
        animation: ease-in-out;
        transform: scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .ButtonPayment:enabled {
        cursor: pointer;
    }

.ButtonQuickProcessing {
    background-color: #000000;
    text-align: center;
    vertical-align: bottom;
    width: 130px;
    height: 24px;
    font-size: 14px;
    font-family: Arial,regular;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    background-image: linear-gradient(#5B95AD,#9CCADD);
    transition: 0.4s;
}



.Dropdown {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    width: 133px;
    height: 25px;
}

.LargeWidthDropdown {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    width: 255px;
    height: 25px;
}

.FullWidthDropdown {
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}

.gridRowStyleHeader {
    background-image: linear-gradient(#2d89b0, #0d5572);
    font-family: Arial;
    text-align: left;
    height: 30px;
}

    .gridRowStyleHeader th {
        background-image: linear-gradient(#2d89b0, #0d5572);
        font-family: Arial;
        text-align: left;
        padding: 2px 4px 2px 4px;
    }

.gridRowStyle td {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-color: #66A3C4;
    border-right: #66A3C4 1px solid;
    border-top: #66A3C4 1px solid;
    border-left: #66A3C4 1px solid;
    border-bottom: #66A3C4 1px solid;
    padding: 2px 4px 2px 4px;
}


.gridAlternateRowStyle td {
    background-color: #E8FAE0;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: left;
    border-color: #66A3C4;
    border-right: #66A3C4 1px solid;
    border-top: #66A3C4 1px solid;
    border-left: #66A3C4 1px solid;
    border-bottom: #66A3C4 1px solid;
    padding: 2px 4px 2px 4px;
}

.gridFooterStyle td {
    background-image: linear-gradient(#2d89b0, #0d5572);
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-color: #66A3C4;
    border-right: #66A3C4 1px solid;
    border-top: #66A3C4 1px solid;
    border-left: #66A3C4 1px solid;
    border-bottom: #66A3C4 1px solid;
}

.gridPackageFooterStyle td {
    background-image: linear-gradient(#2d89b0, #0d5572);
    font-family: Arial;
    font-size: 14px;
    color: #FFFFFF;
    border-color: #66A3C4;
    border-right: #66A3C4 1px solid;
    border-top: #66A3C4 1px solid;
    border-left: #66A3C4 1px solid;
    border-bottom: #66A3C4 1px solid;
}

.DashBoardStyle td {
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    color: #000000;
    border-color: #66A3C4;
    border-right: #66A3C4 1px solid;
    border-top: #66A3C4 1px solid;
    border-left: #66A3C4 1px solid;
    border-bottom: #66A3C4 1px solid;
}

.gridItemAlignRight {
    text-align: right;
}

.SectionHeader {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #103A87;
    text-align: justify;
}

/*Menu Items*/
.item {
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
    color: #FFFFFF;
    background-image: linear-gradient(#2d89b0, #0d5572);
    padding: 1px 1em;
    margin-bottom: 0px;
    border: solid 1px;
    border-radius: 2px 2px;
}

    .item a {
        background: unset;
    }

        .item a:focus {
            outline: none; /* Removes focus border */
        }

.Menu {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: solid 1px E8F3F2;
}
/*Change background colour for Menu Items*/
.hover {
    background-image: radial-gradient(#2d89b0, #2483a9);
    transition: .4s;
    transform: scale(1.1);
}

td {
    color: #103A87;
    font-size: 14px;
    font-family: Arial;
}

.RadioButtonList {
    color: #000000;
    font-size: 14px;
    font-family: Arial;
}
/*This is done to remove underline from pager*/
a {
    text-decoration: none;
}

.TabControl {
    background-color: #E8F3F2;
}

.TabControlMainPanel {
    background-color: #C4E1B7;
}

.NumericTextbox {
    text-align: right;
    border: .5px solid #66A3C4;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    width: 127px;
    height: 20px;
    margin-left: 0px;
}

    .NumericTextbox:disabled {
        text-align: right;
        border: 1px solid #D4D4D4;
        font-size: 14px;
        background-color: #F8F8F8;
        vertical-align: baseline;
        width: 127px;
        height: 20px;
        margin-left: 0px;
    }

.ModalProgressContainer {
    overflow: hidden;
    z-index: 500;
    position: fixed;
    cursor: wait;
    top: 0px;
    left: 0px;
    background-color: #f4f4f4;
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-opacity: 1;
    height: 100%;
    width: 100%;
}

.ModalProgressContainer_IE6 {
    overflow: hidden;
    z-index: 500;
    position: absolute;
    cursor: wait;
    top: 0px;
    left: 0px;
    background-color: #f4f4f4;
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-opacity: 1;
    height: 900px;
    width: 100%;
}

.ModalProgressContent {
    position: absolute;
    z-index: 600;
    top: 450px;
    left: 100px;
    background-color: #000000;
    height: 100%;
    width: 100%;
    text-align: center;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.ExheaderLeft {
    background-size: 100% 100%;
    background-color: white;
    background-image: url(Images/Nsdl_logo.svg);
    background-repeat: no-repeat;
}

.Menuul {
    padding: 0;
    list-style: none;
}

.Menuul .selected.static {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 2px 5px;
}

.Menuul span {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 2px 5px;
}

.Menuul a {
    padding: 3px 3px !important;
    margin: 0 4px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.Menuul a:hover {
    background-color: #ccc;
    color: black;
}

.disabledHyperlink {
    color: Gray !important;
}

.GridItemTextRight {
    text-align: right !important;
}

.GridItemTextCenter {
    text-align: center !important;
}

.TanTextLeft {
    text-align: left;
    border: 1px solid #66A3C4;
    font-size: 14px;
    background-color: #FFFFFF;
    vertical-align: baseline;
    width: 127px;
    margin-left: 0px;
}

.gridViewItemStyle {
    padding: 10px;
}

.grid-cell {
    padding: 3px 3px 2px 4px;
    max-width: 150px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

fieldset {
    background-color: #E8F3F2;
    padding: 10px;
    border: solid 1px #808080;
}

legend {
    background-color: #5E90A9;
    color: white;
    padding: 8px;
}

.deposit-account-table td {
    font-size: 18px;
    padding: 10px;
}

.deposit-account-table {
    border-collapse: separate; /* Allows border-radius to work on table */
    border-spacing: 0; /* Optional: remove space between cells */
    width: 95%; /* Optional: full width */
    border: 1px solid #D4D4D4; /* Border for the table */
    border-radius: 15px; /* Rounded corners for the entire table */
    padding: 8px;
    margin-top: 20px;
}

.instructions {
    border-collapse: separate; /* Allows border-radius to work on table */
    border-spacing: 0; /* Optional: remove space between cells */
    width: 95%; /* Optional: full width */
    border: 1px solid #D4D4D4; /* Border for the table */
    border-radius: 15px; /* Rounded corners for the entire table */
    padding: 8px;
    margin: 20px;
}



/* Notification Center CSS Start */
.notification-dropdown {
    background: #f0faff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    max-height: 450px;
    overflow-y: auto;
    width: 300px;
    font-family: 'Segoe UI', sans-serif;
}

/*.notification-dropdown .notification-item {
    transform: translateX(-10px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    will-change: transform, opacity;
}*/

.notification-dropdown:is(:hover, :focus) .notification-item {
    transform: translateX(0);
    opacity: 1;
}

.notification-item {
    padding: 10px 15px;
    border-bottom: 1px solid #d0e0f0;
    transition: background 0.3s;
    cursor: pointer;
    position: relative;
    display:block;
}

.notification-item:hover {
    background: #e6f2ff;
}

.notification-title {
    font-weight: bold;
    color: #004d99;
    font-size: 14px;
}

.notification-message {
    font-size: 12px;
    color: #333;
    margin-top: 4px;
}

.notification-time {
    font-size: 11px;
    color: #3c3d3e;
    margin-top: 4px;
}

.dot-indicator {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.notification-icon {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(Images/envelope-solid_white.svg);
    position: absolute;
}

/* Notification Panel Container */
#notification-panel {
    display: none;
    position: absolute;
    top: 22px;
    right: -165px;
    width: 300px;
    background: #ffffff;
    z-index: 1000;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    animation: fadeInSlide 0.4s ease-out forwards;
    opacity: 0;
    transform: translateY(-10px);
}

@keyframes fadeInSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Notification List Items */
#notification-list > div {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

#notification-list > div:hover {
    background-color: #f7f9fc;
}

/* Mark All Button */
#notification-panel button {
    padding: 6px 12px;
    font-size: 13px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#notification-panel button:hover {
    background-color: #0056b3;
}
/* Notification Center CSS End */

.icon-shadow-hover {
    width: 20px;
    height: 25px;
    display: block;
    margin: 0 auto;
    transition: box-shadow 0.3s ease;
}

.icon-shadow-hover:hover {
    box-shadow: 0 0 8px rgba(0, 102, 204, 0.8);
}