﻿.MFATitle {
    margin-top: 0;
    margin-bottom: 5px;
    color: #066991;
    font-size: 16px;
    font-weight: bold;
}

.mycentertext {
    text-align: center;
    color: #000066;
    font-size: 12px;
    padding-left: 17px;
    font-family: Verdana;
    border-style: none;
    font-weight: bold;
}

body {
    font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    padding: 0px;
    margin: 0px;
}

#wrap {
    width: 100%;
    margin: 0px auto;
}

h1 {
    font-size: 24px;
}

h2 {
    color: #004FA8;
    font-size: 16px;
}

h3 {
    color: #000066;
    font-size: 12px;
}

h4 {
    color: #006699;
    font-size: 14px;
    font-weight: bold;
}

h5 {
    height: 18px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: url(../images/bg_SubMenuHdr2.png) repeat;
    border-style: groove;
    border-width: 1px;
    border-color: #000033
}

a {
    color: #000066;
    text-decoration: none;
}

.anc {
    color: #000066;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana;
}

.anc_bold {
    color: Black;
    font-size: 8pt;
    font-weight: bold;
    font-family: Verdana;
}

a:hover {
    text-decoration: underline;
}

/* Header */
/***** TOP BANNER *****/


#header {
    width: 100%;
    height:80px;
    padding-bottom:10px;
    border-bottom:5px solid gray;
}
#headerL table {
    /*margin-left: 25px;*/
}
#headerR table {
    /*margin-right: 25px;*/
}
#header .header_bar {
    font-size: x-large;
    margin: 4px 0px 4px 0px;
    color: gray;
}
#header #selectProduct {
    margin-left:5px;
    font-size: larger;
}

#header #headerL {
    width: 80%;
    float: left;
    /*height: 105px;*/
    margin: 0px;
}

#header #headerR {
    width: 20%;
    float: left;
    /*height: 100px;*/
    margin: 0px;
    vertical-align: middle;
}


#logo {
    margin-top: 5px;
    color: #fff;
    padding-left: 20px;
    width: 550px;
}

#desc {
    padding-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    width: 550px;
}



/* Search */

form.search {
    position: relative;
    background: url(../images/search.png) center no-repeat;
    width: 247px;
    border: none;
    float: right;
    margin: 0;
    height: 44px;
}

    form.search input.textbox {
        margin: 0;
        padding: 1px 2px;
        padding-left: 13px;
        width: 180px;
        background: none;
        border: none;
        color: #fff;
    }

    form.search input.button {
        background: url(../images/search-button.png) no-repeat;
        color: #333;
        border: none;
        width: 25px;
        height: 21px;
    }


/* Content */

#content-wrap {
    margin: 20px;
    /*background: url(../images/content-wrap-bg.png) repeat-y;*/
    min-height: 575px;
}

#content {
    width: 680px;
    padding: 5px 5px 5px 30px;
}

    #content h1 {
        color: #013A79;
        font-size: 19px;
        padding-left: 22px;
        border-bottom: dotted 1px #000066;
    }

.post-footer {
    background: url(../images/post-footer.png) center no-repeat;
    height: 55px;
    font-size: 10px;
    padding-top: 10px;
    text-align: right;
}


.dated {
    padding-top: 2px;
    background: url(../images/calendar.png) left no-repeat;
    padding-left: 20px;
    float: left;
}

.category {
    background: url(../images/category.png) left no-repeat;
    padding-left: 20px;
    margin-left: 10px;
    float: left;
    height: 16px;
}

.author {
    padding-left: 20px;
    padding-bottom: 5px;
    background: url(../images/user.png) no-repeat;
}

.more {
    padding-left: 20px;
    margin-left: 10px;
    padding-bottom: 5px;
    background: url(../images/more.png) no-repeat;
}

/* Images */

img.float-right {
    margin: 5px 0 10px 10px;
    padding: 2px;
}

img.float-left {
    margin: 5px 10px 10px 0;
    padding: 2px;
}

/* Addition Stuffs */

blockquote {
    background: #F2F2F2 url(../images/quote.png) no-repeat left top;
    border: dotted 1px #D7D7D7;
    padding: 5px 5px 5px 25px;
}

code {
    margin: 4px 8px;
    padding: 8px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    background: #f8f4f1 url(../images/code.png) right top no-repeat;
    border: 1px dashed #D7C3C3;
}

ul, ol {
    margin: 5px 20px;
    padding: 0 20px;
}

    ul span, ol span {
        color: #333333;
    }


/* Forms and Text Fields */

form {
    margin: 5px;
    /*padding: 0 5px;
    border : 1px solid #C6D9E9;
	min-height : 525px;
	background-color : #F2F2F2;
	background-color : white;*/
}

.logonForm {
    margin: 10px;
    padding: 0 5px;
}

label {
    margin: 5px 7px;
    color: #333333;
}

.label_normal {
    font-weight: normal;
    margin: 3px 5px;
    color: #333333;
}



.label_small {
    font-weight: bold;
    font-size: x-small;
    margin: 3px 5px;
    color: #333333;
}

.label_normal_red {
    font-weight: normal;
    margin: 3px 5px;
    color: red;
}

.label_config {
    display: block;
    word-wrap: break-word;
    white-space: normal;
    font-weight: normal;
    margin: 3px 10px;
    color: red;
}

.label_grid_header {
    font-weight: bold;
    font-size: x-small;
    text-align: center;
    color: #333333;
}

.summary_header {
    font-weight: bold;
    font-size: x-small;
    text-align: center;
    vertical-align: bottom;
    background-color: #e2eaf3;
    color: Black;
    white-space: nowrap;
}

.label_grid_item {
    font-weight: normal;
    font-size: x-small;
    text-align: right;
    color: #333333;
}

input {
    padding: 2px;
    border: 1px solid #C6D9E9;
    font: normal 1em Verdana, sans-serif;
    color: #000000;
    background: #fff url(../images/gradtop.gif) repeat-x top;
    background-color: #ffffff;
}

select {
    padding: 2px;
    border: 1px solid #C6D9E9;
    font: normal 1em Verdana, sans-serif;
    color: #000000;
    background: #fff url(../images/gradtop.gif) repeat-x top;
    background-color: #ffffff;
}

textarea {
    width: 400px;
    padding: 2px;
    font-family: Verdana, sans-serif;
    border: 1px solid #C6D9E9;
    background-color: #ffffff;
    height: 100px;
    display: block;
    background: #fff url(../images/gradtop.gif) repeat-x top;
    color: #000;
}

input.button {
    margin: 0;
    font: bolder 12px Arial, Sans-serif;
    border: 1px solid #ccc;
    padding: 2px 3px;
    background: #fff;
    color: #131212;
}

.imgButton {
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    margin: 0;
}

.imgButton_nopad {
    background: none;
    margin: 0;
}

#footer {
    border-top: 2px solid black;
    text-align: center;
    font-size: 10px;
    height: 2em;
}

.label_header {
    display: block;
    font-weight: bold;
    margin: 5px 7px;
    color: #333333;
}

.for_rounded_panel {
    font: normal 1em Verdana, sans-serif;
    color: #000000;
    /*background-color : #6fcac5 ;*/
    background-color: #e2eaf3;
}

.for_panel {
    padding: 2px;
    margin-top: 10px;
    /* border : 1px solid #C6D9E9; */
    font: normal 1em Verdana, sans-serif;
    color: #000000;
    /* background:#fff url(../images/gradtop.gif) repeat-x top; */
    background-color: #ffffff;
}
/* ModalPopup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    /*background-color:#ffffdd;*/
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

    .modalPopup p {
        padding: 5px;
    }

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

.break {
    clear: both;
}

/*CollapsiblePanel*/
.collapsePanel {
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
}

/**************** menu coding *****************/
#menu {
    margin-left: 25px;
    margin-top: 8px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 2px;
    float: left;
}


    #menu a, #menu h2 {
        font: bold 12px arial, helvetica, sans-serif;
        display: block;
        margin: 0;
        padding: 4px;
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
    }

    #menu h2 {
        color: #fff;
        background: #000;
        text-transform: uppercase;
    }

    #menu ul li a {
        color: black;
        text-decoration: none;
        border: none;
    }

    #menu ul li ul li a {
        color: #000;
        background: #FFFFFF;
        text-decoration: none;
        text-align: left;
        border: 1px solid #666666;
        margin-left: 0px;
        margin-right: 0px;
        padding-top:5px;
        padding-bottom:5px;
    }

    #menu a:hover {
        color: #FFFFFF;
        background: #4682B4;
    }

    #menu li {
        position: relative;
    }

    #menu ul ul {
        position: absolute;
        z-index: 500;
        width: 18em;
    }

        #menu ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
        }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
    display: none;
}

    div#menu ul li:hover ul,
    div#menu ul ul li:hover ul,
    div#menu ul ul ul li:hover ul {
        display: block;
    }


/* END LIST MENU STYLES */

/* BEGIN SIDEBAR THING */


#contentwrapper {
    float: left;
    width: 100%;
}

#ConfigRightSide {
    margin-left: 270px; /*Set right margin to ConfigSidebar Width*/
    margin-top: 10px;
}

.innerConfigRightSide {
    padding: 15px;
}

#ConfigSidebar {
    width: 250px;
    float: left;
}

.innerConfigSidebar {
    margin-left: 0px;
    margin-top: 10px;
}

.ConfigSidebarT {
    width: 250px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    float: left;
    background-image: url(../images/1_sidebar_top.gif);
}

.ConfigSidebarM {
    width: 230px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../images/1_sidebar_mid.gif);
}

.ConfigSidebarB {
    width: 250px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    margin-top: -3px;
    float: left;
    background-image: url(../images/1_sidebar_bot.gif);
}

#sideBarList {
    width: 230px;
    padding: 0 0 0 0;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

    #sideBarList ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    #sideBarList li {
        border-bottom: 1px solid #CCCCCC;
        margin: 0;
    }

        #sideBarList li a {
            display: block;
            padding: 5px 5px 5px 0.5em;
            color: #000066;
            text-decoration: none;
            width: 100%;
        }

        html > body #sideBarList li a {
            width: auto;
        }

            #sideBarList li a:hover {
                background-color: #003366;
                color: #fff;
            }

.sideBarIcon1 {
    margin-top: 5px;
    /*height: 25px;*/
}

    .sideBarIcon1 img {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .sideBarIcon1 img:hover {
            padding-left: 4px;
            padding-right: 4px;
            padding-top: 2px;
            padding-bottom: 2px;
            border: solid 1px #003366;
            background-color: #ccffff;
        }

/* END SIDEBAR THING */

.MainTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #003366;
}

.SubTitle1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
}

/* LOGON STYLES */

#Logoncontainer {
    width: 100%;
    margin: auto;
}

#Logonrightnav {
    float: right;
    width: 275px;
    margin: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0px;
}

    #Logonrightnav h2 {
        color: #6699cc;
        font-size: 12px;
    }

#Logoncontent {
    margin-right: 300px;
    border-right: 2px solid #6699cc;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0px;
}

#Logonfooter {
    clear: both;
    margin: 0;
    padding: .5em;
    text-align: center;
    font-size: 10px;
    border-top: 2px solid #6699cc;
}

.btn {
    background-image: url(../images/bgButton.png);
    background-color: #ddd;
    border-width: 1px;
    border-color: #006699;
    margin-left: 6px;
    cursor: pointer;
}

.btnSearch {
    background-image: url(../images/bgButton.png);
    background-image: url(../images/magGlass.png) 0 0 no-repeat;
    background-color: #ddd;
    border-width: 1px;
    border-color: #006699;
    margin-left: 6px;
    cursor: pointer;
}

.btnSave {
    background-image: url(../images/bgButton.png);
    background-image: url(../images/saveImage.png) 0 0 no-repeat;
    background-color: #ddd;
    border-width: 1px;
    border-color: #006699;
    margin-left: 6px;
    cursor: pointer;
}

.btnDelete {
    background-image: url(../images/bgButton.png);
    background-image: url(../images/deleteImage.png) 0 0 no-repeat;
    background-color: #ddd;
    border-width: 1px;
    border-color: #006699;
    margin-left: 6px;
    cursor: pointer;
}

html, body {
    height: 100%;
}

.content-wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -2em;
}

.push {
    height: 2em;
    text-align: center;
    border-top: 2px solid transparent;
    text-align: center;
    font-size: 10px;
}

.pconfig_org_cell {
    padding: 3px 0px 3px 3px;
}

.pconfig_checkbox_img {
    padding: 0px 2px 0px 3px;
    vertical-align: text-bottom;
}

.pconfig_org {
    font-weight: bolder;
    font-size: 12px;
    text-align: left;
}

.morg_price_label {
    font-weight: bolder;
    font-size: 12px;
    text-align: left;
}

.morg_rpt_set_tbl {
    padding: 10px;
}

.morg_rpt_set_cell {
    padding: 5px 110px 5px 0px;
}

.pst_grid_label {
    display: block;
    margin: 10px 0px 5px 0px;
    font-weight: bolder;
    font-size: 11px;
    text-align: left;
}

.pst_grid_label_total {
    display: block;
    margin: 25px 0px 5px 0px;
    font-weight: bolder;
    font-size: 11px;
    text-align: left;
    color: #b20c22;
}

.pst_grid {
    margin: 5px 0px 5px 0px;
    border-style: groove;
    border-width: 1px;
    border-color: #6FCAC5;
    border-spacing: 10px;
    text-align: center;
    color: #333333;
    width: 800px;
}

.pst_col_header {
    padding: 4px 11px 4px 11px;
    font-weight: bold;
    text-align: center;
}

.pst_row_header {
    font-weight: bold;
    text-align: center;
}

.pst_row_header_bolder {
    font-weight: bold;
    text-align: center;
    color: black;
}

.pst_row_cell {
    font-weight: normal;
    text-align: center;
}

.pst_grid th {
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    font-size: x-small;
    text-align: center;
}

.pst_grid td {
    padding: 4px 11px 4px 11px;
    font-size: x-small;
}

.ps_div {
    width: 800px;
}

.priceGroup img {
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
}

    .priceGroup img:hover {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 1px;
        padding-bottom: 2px;
        border: solid 1px #003366;
        background-color: #ccffff;
    }

.price_group_list {
    width: 180px;
}

    .price_group_list option {
        width: 170px;
    }

.pg_modal_btn {
    padding: 2px 5px 2px 5px;
    margin: 0px 5px 0px 5px;
}

.pg_modal_btn_disabled {
    padding: 2px 5px 2px 5px;
    margin: 0px 5px 0px 5px;
    background: #efefef;
    color: #cdcdcd;
}

.pg_manage table {
    width: 100%;
    text-align: left;
}

.fixed_morg_table {
    table-layout: fixed;
    overflow: auto;
    width: 100%;
}

.tabOrgList {
    table-layout: fixed;
    padding: 10px 100px 0 15px;
    word-wrap: break-word;
}

#divOrgList {
    /*width: 100%; */
    text-align: left;
    display: block;
}

.lblOrgConfig {
    display: inline-block;
    white-space: normal;
}

.custom-pager {
    background-color: #f8f8f8;
    padding: 3px;
    text-align: center;
    font-size: x-small;
}

.custom-pager a {
    margin: 0 2px;
    padding: 2px 4px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-pager span {
    font-weight: bold;
    color: #fff;
    background-color: #1f519e;
    padding: 2px 4px;
    border-radius: 4px;
}

.custom-btn {
    background: #1f519e;
    color: #fff;
    padding: 4px 10px;
    margin-bottom:2px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-btn:hover {
    background-color: #007bff;
}

.custom-btn:active {
    background-color: #004494;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.custom-btn:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.styled-grid {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.styled-grid th {
    background-color: #f4f6f9;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}

.styled-grid td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.styled-grid tr:nth-child(even) {
    background-color: #fafafa;
}

.styled-grid tr:hover {
    background-color: #f0f8ff;
}

.styled-grid .pager {
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.styled-grid .pager a,
.styled-grid .pager span {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    color: #007bff;
    border: 1px solid #ddd;
}

.styled-grid .pager a:hover {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.styled-grid .pager span {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.file-panel {
    padding: 20px;
    background-color: #f9fbfd;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}

.main-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
}

.form-section {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.form-label {
    font-weight: 500;
    width: 150px;
    color: #333;
}

.note {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}

.action-buttons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

