﻿/* Global Styles */
/* Global Styles */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    margin: 0;
    font-size: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #696969;
    line-height: 25px;
}

/* Main Container */
.container {
    border: 0px solid;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    min-width: 730px;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #FFF;
    position: relative;
}

/* Logo */
.logo img {
    max-height: 50px;
    width: auto;
}

/* Welcome logged in user */
.welcome {
    vertical-align: middle;
    float: right;
    padding: 9px 20px;
    color: #F2F2F2;
    font-weight: bold;
}

.loggedInOut {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

/* Title */
.title-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: Arial, sans-serif;
}

    .title-name h1 {
        margin: 0;
        color: #3B82F6;
        font-size: 30px;
        font-weight: bold;
    }

    .title-name p {
        margin: 0;
        color: #3B82F6;
        /*font-size: 12px;*/
    }

.title {
    font-size: 12px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.underLine {
    text-decoration: underline;
}

/* Login Icon */
.loginIcon {
    margin-left: auto;
    display: inline-flex; /* shrink to PNG width */
    flex-direction: column; /* stack image + text */
    align-items: center; /* center text under image */
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    cursor: pointer;    
}

    .loginIcon img {
        display: block;
    }

    .loginIcon span {
        margin-top: 4px;
        text-align: center;
        font-size: 11px;
        text-align: center;
        text-decoration: none;
    }
    .loginIcon a {
        text-decoration: none;
        margin-top: 4px;
        text-align: center;
        font-size: 11px;
        text-align: center;
    }

.iconWithText {
}

.icon img {
    max-height: 30px;
    width: auto;
}

.thumbNailSize {
    width: 10%;
    height: 10%;
}

/* Footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    padding: 5px 0px 0px 5px;
    width: 100%;
    background-color: #FF6347;
    color: white;
    text-align: left;
}

/* Content Part */
.content {
    border: 0px;
    padding: 0px;
    margin: 0 auto;
}

/* Gray BG */
.grayBG {
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
}

/* Blue BG */
.blueBG {
    width: 100%;
    margin: 0 auto;
    background-color: #00AAEE;
}

/* White BG */
.whiteBG {
    background-color: #FFFFFF;
    width: 100%;
    margin: auto;
}

.halfWhiteBG {
    background-color: #E1E1E1;
}

.EEEEEEBG {
    background-color: #EEEEEE;
}

.DDDDDDBG {
    background-color: #DDDDDD;
}

.CCCCCCBG {
    background-color: #cccccc;
}

.FCF3CFBG {
    background-color: #FCF3CF;
    font-weight: bold;
}

.D5F5E3BG {
    background-color: #d5f5e3 !important;
}

.FFF0B8BG {
    background-color: #FFF0B8;
}

.firstRowBG{
    background-color:#FF0000;
}

.firstColumnStyle {
    font-weight: bold;
    background-color: #FFF0B8;
}

.displayBlock {
    display: block;
}

.text-center {
    margin: 0 auto;
}
/* Menu Navigation */
.eumsNav {
    overflow: hidden;
    background-color: #00AAEE;
    height: 40px;
    min-width: 1000px;
}

    .eumsNav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 9px 20px;
        text-decoration: none;
        vertical-align: middle;
    }

        .eumsNav a.active {
            color: #0000FF; /* #FF6347;*/
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        }

        .eumsNav a:hover {
            color: #FF0000;
        }

        .eumsNav a.split {
            float: right;
            background-color: #3399FF;
            color: white;
        }

.eumsNavSub {
    overflow: hidden;
    background-color: #3B82F6;
    height: 40px;
    margin: 0 auto;
    width: 98%;
}

    .eumsNavSub a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 9px 20px;
        text-decoration: none;
        vertical-align: middle;
    }

        .eumsNavSub a.active {
            color: #0000FF; /* #FF6347;*/
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
        }

        .eumsNavSub a:hover {
            color: #FF0000;
        }

        .eumsNavSub a.split {
            float: right;
            background-color: #3399FF;
            color: white;
        }

.button-container button.toggle-btn {
    width: 33.33%;
    padding: 10px;
    margin: 0;
    border: none;
    background-color: #CCEEFA; /*#F0F0F0;*/
    border: 1px solid #F0F0F0;
    border-bottom: 1px solid #00AAEE;
    cursor: pointer;
    color: #00000F;
}

.button-container button:hover {
    background-color: #99DDF6;
}

.button-container button.selected-btn {
    background-color: #00AAEE;
    border: 1px solid #00AAEE;
    color: #0000FF; /* #FF6347;*/
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    /*border: 1px solid #0056b3;*/
}

.button-container button:first-child {
    border-top-left-radius: 5px;
}

.button-container button:last-child {
    border-top-right-radius: 5px;
}

.button-container {
    display: flex;
    width: 100%;
}

/* General Styles */
.leftalign {
    float: left;
}

.rightalign {
    float: right;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.noWhiteSpace {
    white-space: none;
}

.noTextWrap {
    white-space: nowrap;
}

.error {
    /*font-size: 12px;*/
    color: #DC143C;
}

.padding5px {
    padding: 5px;
}

.padding10px {
    padding: 10px;
}

.paddingLeft {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.paddingRight {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.padding20px {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.height5px {
    height: 5px;
}

.height30px {
    height: 30px;
}

.height100px {
    height: 100px;
}

.marginTop10px {
    margin-top: 10px;
}

.widthAuto {
    width: auto;
}

.width10P {
    width: 10%;
}

.width30P {
    width: 30%;
}

.width50P {
    width: 50%;
}

.width70P {
    width: 70%;
}

.width90P {
    width: 90%;
}

.noVisibility {
    visibility: hidden;
}

.lineHeight25 {
    line-height: 25px;
}

.lineHeight15 {
    line-height: 15px;
}

.border1pxBlack {
    border: 1px solid #000000;
}

/* Table Styles */

.tableFixedLayout {
    width: 100%;
    table-layout: fixed;
}

.tableAutoSize {
    width: auto;
}

.tableWH100 {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.td10 {
    width: 10%;
}

.td15 {
    width: 15%;
}

.td90 {
    width: 90%;
}

.tablestyle {
    width: 100%;
    border: 1px solid #00AAEE;
}

.table-normal {
    border: 1px solid #666666;
    border-spacing: 0;
    padding: 5px;
    width: 100% auto;
    white-space: nowrap;
}

.table-Noborder {
    border: 0 solid #666666;
    padding: 5px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.eumsTextAreaStyle {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: 90%;
    height: 60px;
    resize: none;
}

.eumsTextAreaStyle1 {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: 680px;
    height: 60px;
    resize: none;
}

.eumsTextAreaStyleSmall {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: 450px;
    height: 60px;
    resize: none;
}

.eumsTextboxStyle {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: 150px;
    height: 18px;
    /*font-size: 12px;*/
}

.eumsTextboxSmallStyle {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: auto;
    height: 18px;
    /*font-size: 12px;*/
}

.eumsTextboxBigStyle {
    border-width: 1px;
    outline: none;
    border-radius: 3px;
    width: 250px;
    height: 18px;
}

.eumsDDLStyle {
    border-width: 1px;
    border-radius: 3px;
    outline: none;
    width: 156px;
    height: 20px;
    font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.eumsDDLStyleSmall {
    border-width: 1px;
    border-radius: 3px;
    outline: none;
    width: 80px;
    height: 20px;
    font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

::file-selector-button {
    box-shadow: 0 0 1px 0 #0688fa;
    background-color: #f5cc84;
    border-radius: 2px;
    border: 1px solid #0688fa;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    padding: 3px 10px;
    text-decoration: none;
    width: auto;
}

.fileButton {
    box-shadow: 0 0 1px 0 #0688fa;
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #666666;
    cursor: pointer;
    padding: 3px 10px;
    text-decoration: none;
    width: auto;
}

/* ---------- Button Style ---------- */
.button {
    box-shadow: 0 0 1px 0 #0688fa;
    background-color: #f5cc84;
    border-radius: 2px;
    border: 1px solid #0688fa;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    padding: 3px 10px;
    text-decoration: none;
    width: auto;
}

    .button:hover {
        background-color: #78b9fa;
        color: #000000;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

    .button:disabled {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
        cursor: default;
    }

.buttonSmall {
    box-shadow: 0 0 1px 0 #0688fa;
    background-color: #f5cc84;
    border-radius: 2px;
    border: 1px solid #0688fa;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    width: auto;
}

    .buttonSmall:hover {
        background-color: #78b9fa;
        color: #000000;
    }

    .buttonSmall:active {
        position: relative;
        top: 1px;
    }

    .buttonSmall:disabled {
        border: 1px solid #999999;
        background-color: #cccccc;
        color: #666666;
        cursor: default;
    }

/* ---------- Page Loading Style ---------- */

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #666666;
    filter: alpha(opacity=90);
    opacity: 0.6;
    /*-moz-opacity: 0.8;*/
    filter: alpha(opacity=8);
}

.displayNone {
    display: none;
}

.pageCenter {
    display: block;
    z-index: 1000;
    margin: auto;
    padding: 0;
    width: 100%;
    filter: alpha(opacity=100);
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.eumsListBoxStyle {
    padding: 5px;
    color: #696969;
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 12px;
    width: 210px;
    height: 160px;
}

    .eumsListBoxStyle option:checked {
        background-color: #696969;
        color: white;
    }

.styled-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    width: 250px;
    color: #333;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .styled-select:focus {
        border-color: #4a90e2;
        outline: none;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
    }

.myGridStyle {
    border-collapse: collapse;
    width: 100%;
}

    .myGridStyle th {
        padding: 8px;
        color: #FF0000;
        border: 1px solid black;
        background-color: #646464;
        color: #ffffff;
    }

    .myGridStyle tr:nth-child(odd) {
        padding: 8px;
        color: #000000;
        border: 1px solid black;
        background-color: #FFFFFF;
        color: #000000;
    }

    .myGridStyle tr:nth-child(even) {
        padding: 8px;
        color: #000000;
        border: 1px solid black;
        background-color: #f6f6f6;
        color: #000000;
    }

    .myGridStyle td {
        border: 1px solid black;
        padding: 5px;
        white-space: normal;
        vertical-align: top;
    }

    .myGridStyle tr:hover {
        background-color: #dfeffe;
        color: #000000;
    }


.tab-menu {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    .tab-menu button {
        width: 100%;
        background: #f5cc84;
        color: #606060;
        border: none;
        border-right: 1px solid #ccc;
        border-bottom: 3px solid transparent;
        padding: 10px 20px;
        cursor: pointer;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12px;
        margin-right: 0px;
        transition: border-color 0.3s;
    }

        .tab-menu button:hover {
            border-bottom-color: #888;
            color: #FF0000;
        }

        .tab-menu button.active {
            border-bottom-color: #00AAEE;
            font-weight: normal;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
            color: #0000FF;
        }

.tab-content > div {
    display: none;
}

    .tab-content > div.active {
        display: block;
    }

.page-Center {
    margin: 0 auto;
}
