﻿#Breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
}

#Breadcrumb .breadcrumb-item {
    display: inline-block;
    height: 30px;
    float: left;
    font-weight: bold;
    color: #666;
    font-size: 11px;
}

    #Breadcrumb .breadcrumb-item + .breadcrumb-item {
        background: url(/images/Breadcrumb-Sep.jpg) no-repeat 0 0;
        margin: 0 0 0 15px;
        padding: 0 0 0 30px ;
    }

        #Breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: " ";
        }
.height15 {
    clear: both;
    height: 15px;
    line-height: 15px;
    width: 100%;
    overflow: hidden;
}
.height30 {
    clear: both;
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
}
.listgroupbox {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.displaynone {
    display:none;
}
.positionrelative {
    position: relative;
}
.width340 {
    width: 340px !important;
}
.marginleft40 {
    margin-left: 40px;
}
.downloadTradeNet {
    text-align: right;
    font-size: 14px;
}
    .downloadTradeNet a {
        color: blue;
        font-weight: bold;
    }
.dnnFormItem > .dnnTextView {
    padding-top:5px;
    margin-bottom: 18px;
}
.dnnFormItem > .dnnLabel {
    margin-bottom: 18px;
}

.table-bordered2 {
    border-collapse: collapse; /* Merges borders */
    width: 100%;
    border: 1px solid black; /* Border for the entire table */
}

    .table-bordered2 td, .table-bordered2 th {
        border: 1px solid black; /* Border for table cells */
        padding: 10px; /* Padding inside cells */
        text-align: center; /* Center align text */
    }

.table-bordered3 {
    border-collapse: collapse; /* Merges borders */
    border: 1px solid black; /* Border for the entire table */
}
    .table-bordered3 td, .table-bordered3 th {
        border: 1px solid black; /* Border for table cells */
        padding: 10px; /* Padding inside cells */
        text-align: left; /* Center align text */
    }
    .table-bordered3 .header1 {
        background-color: #ddd9c3;
    }


.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6 /* Remove border */
}

/* Alternating row background colors */
.table tbody tr:nth-child(even) {
    background-color: White; /* Color for 2nd row and 4th row */
}

.table tbody tr:nth-child(odd) {
    background-color: #F7F6F3; /* Color for 1st row and 3rd row */
}


.table .thead-light th {
    color: white; /* Change font color to white */
    background-color: #5D7B9D;
    border: none; /* Remove border */
}

.table-bordered th {
    cursor: pointer;
}
    .table-bordered th:hover {
        text-decoration: underline;
    }

.margintop10 {
    margin-top: 10px;
}

/*Footer css - start*/
.floatright {
    float: right;
}

#Copyright {
    float: left;
    font-weight: normal;
}

    #Copyright a {
        color: #E5E5E5;
    }

.colorE5E5E5 {
    color: #E5E5E5;
}
.colorE5E5E5:hover {
    color: #E5E5E5;
}

.footertable {
    border-spacing: 0;
    display: block;
    border-collapse: collapse
}

.clearboth {
    clear: both;
}

.padding02px {
    padding: 0 2px;
}

.padding05px {
    padding: 0 5px;
}
/*Footer css - end*/

/*LeftPane css - start*/
.dnnFormItem .dnnFormLabel {
    width: 80px;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"] {
    min-width: 170px;
}

.dnnForm {
    min-width: 300px;
}

/*.LinksBox {
    background-color: #DC4405;
    font-size: 11px;
    padding-left: 10px;
}*/
.LinksBox {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid white;
    background-color: #DC4405;
}
.LinksItem a, .LinksItemLast a {
    color: White;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.LinksItem, .LinksItemLast {
    padding: 5px 50px;
}

.LinksItem {
    border-bottom: 1px dashed white;
}
.paddingleft70px {
    padding-left: 70px
}
.paddingleft50px {
    padding-left: 50px
}
.margintop20px {
    margin-top: 20px
}
.fontsize23px {
    font-size: 23px
}
.colorblue {
    color: blue
}
.fontsize15px {
    font-size: 15px
}
/*LeftPane css - end*/
/*RightPane css - start*/
.padding1em{
    padding: 1em;
}
/*RightPane css - end*/

/*Header css - start*/
.displayinlineblock {
    display: inline-block;
}
.width25 {
    width: 25px
}
/*Header css - start*/

.header-banner {
    background-image: url(../images/header-bg.jpg);
    background-repeat: repeat-x;
    background-color: #004e6b;
    min-height: 200px;
    color: #fff
}


.corppassLoginbutton, .corppassLoginbutton:visited {
    background-color: inherit;
    color: rgb(2, 139, 255);
    text-decoration: underline;
    outline: 0;
}

.status-cell {
    width: 500px;
}

.header-cell {
    font-weight: bold;
}

.content-cell {
    width: 500px;
    vertical-align: top;
}

.custom-ul {
    width: 850px;
    list-style-type: square;
}

/*loadingModal*/
#loadingModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    color: white;
    text-align: center;
    padding-top: 20%;
    font-size: 20px;
}


.notification-zone {
    background-color: rgba(255, 249, 228, 0.95);
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
    top: 0;
    border-radius: 0;
    border: 0px solid rgba(17, 17, 17, 0.15);
}

.notification-zone.yellow-zone {
    background-color: rgba(255, 249, 228, 0.95);
}

.notification-zone.yellow-zone .notification-body {
    color: #111111;
}

.notification-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 16px 24px;
    column-gap: 16px;
    row-gap: 8px;
}

.notification-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: url('../images/notification-warning.svg') no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.notification-close {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url('../images/icon-close.svg') no-repeat;
    background-size: 18px 18px;
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}

.notification-close:hover {
    transform: rotate(-90deg) scale(1.25);
}

.notification-body {
    flex: 0 0 calc(100% - 2rem - 56px);
    max-width: calc(100% - 2rem - 56px);
}

.notification-title {
    color: #111111;
    font-size: 14px;
    line-height: 20px;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
}

.notification-text {
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    width: fit-content;
    max-width: 100%;
    position: relative;
    cursor: default;
    white-space: normal;
    word-break: break-word;
}

.notification-text a {
    color: #DC4405;
}

.notification-text::after {
    font-size: 14px;
    color: #DC4405;
    line-height: 20px;
    width: 5rem;
    white-space: nowrap;
}

.alertMessage {
    color: #ff0000;
    font-weight: bold;
}

.uploadBlock {
    display: inline-flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 6px; 
}

.uploadRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap; 
}

#spanInvalidFName {
    white-space: nowrap;
    max-width: 400px; 
}

@media screen and (max-width: 768px) {
    .notification-wrapper {
        column-gap: 8px;
        row-gap: 0;
        padding: 8px 16px;
    }

    .notification-body {
        flex: 0 0 calc(100% - 72px);
        max-width: calc(100% - 72px);
    }

    .notification-close,
    .notification-title,
    .notification-icon {
        height: 32px;
    }

    .notification-title {
        line-height: 32px;
        max-height: 32px;
        font-size: 12px;
    }

    .notification-text {
        font-size: 12px;
        line-height: 16px;
    }

    .notification-text::after {
        font-size: 12px;
        line-height: 16px;
    }
}