﻿.ApplicationPanel {
    background-color: #ffffff;
    color: #333333;
    border-style: none;
}

/* for pnlTimer, the timeout panel */
.staticPanel {
    background-color: White;
    border: solid 1px black;
    padding: 10px;
}

.FIXEDFONT {
    FONT-FAMILY: "Courier New", "Arial", "Verdana", "sans-serif";
}
.Swift18_Char65 {
    height: 30px;
    resize: none;
    width: 800px;
}
.Swift23_Char140 {
    overflow-x: scroll;
    white-space: nowrap;
    height: 40px;
    resize: none;
    width: 800px;
    scrollbar-color:#555555;
    scrollbar-width:thin
}

/* This is used by ColIssueCpe.aspx & vb for CollectionsShowREMT parameter */
.TopLeft {
    top: 0px;
    left: 0px;
}
/* These will be used for cells with labels where we always want the label to be left, right or center
    Examples: right for party browse and add buttons, right for "(up to n lines)" for multi line text */
.lblColumnLeftSide {
    TEXT-ALIGN: left;
    COLOR: #000000;
    VERTICAL-ALIGN: middle;
    padding: 0px 10px 0px;
}

.lblColumnRightSide {
    TEXT-ALIGN: right;
    COLOR: #000000;
    VERTICAL-ALIGN: middle;
    padding: 0px 10px 0px;
}

.lblColumnCenter {
    TEXT-ALIGN: center;
    COLOR: #000000;
    VERTICAL-ALIGN: middle;
    padding: 0px 10px 0px;
}
/* UserMaint.aspx.vb (bank & customer) only */
.lblGroupHeader
{
    BACKGROUND-COLOR: #669900;
    WIDTH: 100%;
    COLOR: #ffffff;
    FONT-SIZE: 100%;
}
.lblShowBox
{
    BACKGROUND-COLOR: #ccc;
    WIDTH: 80%;
    HEIGHT: auto;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    margin-left: auto;
    margin-right: auto;
}
/* 5 app pages only */
.lblShowBack
{
    BACKGROUND-COLOR: #ccc;
    HEIGHT: auto;
    COLOR: black;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
}

A.lblShowBack {
    CURSOR: pointer;
}
A.lblShowBack:hover
{
    text-decoration: underline;
}
.LeftColumnLabel, .RightColumnLabel
{
    TEXT-ALIGN: left;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    VERTICAL-ALIGN: middle;
    padding: 0px 10px 0px;
    width: 220px;
}

.LeftColumnData, .RightColumnData {
    TEXT-ALIGN: left;
    COLOR: #000000;
    FONT-SIZE: 9pt;
}

.CenterColumnData {
    TEXT-ALIGN: center;
    COLOR: #000000;
    FONT-SIZE: 100%;
}

.LcData {
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
    width:100%;
}

.eighty_percent {
    width: 80%;
}

.TABLEHEAD {
    TEXT-ALIGN: center;
    BACKGROUND-COLOR: #669900;
    COLOR: #ffffff;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
}

.TABLEHEADLEFT {
    TEXT-ALIGN: left;
    BACKGROUND-COLOR: #669900;
    COLOR: white;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
}

.TABLEHEADRIGHT {
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #669900;
    COLOR: #ffffff;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
}


/* BtnCpeText is only in the 5 major application pages */
.BtnCpeText {
    COLOR: #333333;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
	width:100%;
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
    border-width: 1px;
    display: inline-block;
}
/* This doesn't happen. Why? Because DIV # should be DIV# */
DIV#AppNavBar {
    position: fixed;
    top: 150px;
    left: 0px;
    right: 0px;
    height: 40px;
    z-index: 1;
}
#LCNavBar {
    background-color: #669900;
}
/* Application Tab design. */
/* this one wasn't being used because DIV # */
DIV#AppNavBarControls {
    max-width: 1200px;
    margin: 0 auto;
}

Table.ApplicationNavBar {
    border-spacing: 0px;
    width: auto;
}

.tdApplicationNavBar {
    width: 100%;
}

.ApplicationNavBar {
    padding-bottom: 0px;
    vertical-align: bottom;
}

.ApplicationBtnNavBar {
    border: 1px solid #000000;
    border-bottom: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 5px;
    BACKGROUND-COLOR: #669900;
    height: 10px;
    COLOR: #ffffff;
    FONT-SIZE: 90%;
    FONT-WEIGHT: normal;
    padding-right: 15px;
    vertical-align: bottom;
}
.ApplicationBtnNavBar A
{
    COLOR: #ffffff;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    text-decoration:none;
}
.ApplicationBtnNavBar A:hover
{
    font-size: 10pt;
    text-decoration:underline;
}
/* Application's Navagation buttons Ends. */

/* 5 application pages only */
.cpeControls {
    BACKGROUND-IMAGE: none;
    BACKGROUND-COLOR: #ccc;
    BACKGROUND-REPEAT: repeat;
    COLOR: black;
    FONT-SIZE: 8pt;
    font-weight: bold;
    padding: 10px;
    display: flex;
}
.cpe_Left {
    flex-grow: 1;
    width: 50px;
}

.cpe_Center {
    flex-grow: 1;
}

.cpe_Right {
    flex-grow: 0;
}

.tblValidations {
    background-color: #669900;
    color:#ffffff;
    width:100%;
    align-content:center;
    text-align:left;
    border: 1px solid #000000;
    padding: 1px;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* Match colors with the 'WipOdd & WipEven' from the wip list. */
.ValidationErrorOdd {
    BACKGROUND-COLOR: gainsboro;
    COLOR: Red;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

.ValidationErrorEven {
    BACKGROUND-COLOR: #f5f5f5;
    COLOR: Red;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

    .ValidationErrorOdd A,
    .ValidationErrorEven A {
        COLOR: red;
        FONT-SIZE: 100%;
    }

.ValidationWarningOdd {
    BACKGROUND-COLOR: gainsboro;
    COLOR: green;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

.ValidationWarningEven {
    BACKGROUND-COLOR: #f5f5f5;
    COLOR: green;
    FONT-SIZE: 100%;
    font-weight: bold;
    vertical-align: top;
}

    .ValidationWarningOdd A,
    .ValidationWarningEven A {
        COLOR: green;
        FONT-SIZE: 100%;
    }

.MultiLineText {
    FONT-FAMILY: "Courier New", "Arial", "Verdana", "sans-serif";
    BORDER: black 1px solid;
    COLOR: #000000;
    VERTICAL-ALIGN: text-top;
}
/* 5 application pages only */
.CpeNavBarInHeader {
    BACKGROUND-COLOR: Transparent;
    HEIGHT: auto;
    COLOR: #000000;
    FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
    text-align: right;
}

A.CpeNavBarInHeader {
    CURSOR: pointer;
}

.char_Label {
    border-radius: 5px;
    border: solid 1px darkgray;
    background-color: rgb(218, 218, 218);
    padding: 2px 5px 2px 5px;
    color: rgb(68, 68, 68);
    font-size: .75em;
    box-shadow: 1px 1px 5px;
    width: fit-content;
}

.tr_Label {
    height: 30px;
}

.char_Counter_TA {
    resize: none;
    scroll-behavior: unset;
    overflow: hidden;
    white-space: pre-wrap;
    FONT-FAMILY: "Courier New", "Arial", "Verdana", "sans-serif";
    BORDER: black 1px solid;
    COLOR: #000000;
    line-height: 15px;
}

.flexbox-header {
    display: flex;
    justify-content: space-between;
}

span img {
    vertical-align: text-bottom;
}

h2 {
    font-size: initial;
    font-weight: 600;
    margin: 0px;
}

.panel-heading {
    padding: 10px;
}

.panel-default > .panel-heading {
    background-color: lightgray;
    border-color: #bdbdbd;
}

.panel-default {
    border-color: #bdbdbd;
}

.form-check input,
.form-check label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    padding: 5px;
}

.form-check-parameter {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    margin: 5px;
    height: 2em;
}

.parameter-label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    padding: 5px;
}

html {
    font-size: 100%;
}

.centerTextBox {
    text-align: center;
}

.panel-body {
    padding: 10px 0px 10px 25px
}

.col-form-label {
    padding-bottom: 0px;
    padding-top: 0px;
}

.nav-link {
    margin: 0px 5px 0px 5px;
    border-radius: 10px;
    background-color: #35669c;
    cursor: pointer;
    border: 1px solid #bdbdbd;
}

    .nav-link:hover {
        border: 1px solid #35669c;
        background-color: #7297C0;
    }

.navbar-light .navbar-nav .nav-link,
.nav-link-disabled {
    color: #FFFFFF;
}

.nav-link-disabled {
    background-color: #a1a1a1;
    margin: 0px 5px 0px 5px;
    border-radius: 10px;
    cursor: default;
    border: 1px solid #bdbdbd;
    display: block;
    padding: .5rem .5rem;
}
.navbar-dark .navbar-text{
    color: white;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
}
#navbarDropdownMenuLink {
    background-color: #FFFFFF;
    color: #669900
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-date {
    width: 2em;
}

.btn-outline-danger {
    color: #BC4C4C;
    border-color: #BC4C4C;
    margin: 5px;
}
.btn {
    margin-right: .5em;
    border-width: 2px;
}

.btn-success {
    background-color: #FFFFFF;
    color: #81a245;
    border-color: #81a245;
    font-weight:700;
}
    .btn-success:hover {
        background-color: #FFFFFF;
        color: #465726;
        border-color: #81a245;
        text-decoration: underline;
        font-weight: 700;
    }

.btn-danger {
    color: #9c202c;
    background-color: #FFFFFF;
    border-color: #9c202c;
    font-weight:700;
}
    .btn-danger:hover {
        color: #561219;
        background-color: #FFFFFF;
        border-color: #9c202c;
        text-decoration: underline;
        font-weight: 700;
    }
.btn-info {
    color: #17a2b8;
    background-color: #FFFFFF;
    border-color: #17a2b8;
    font-weight: 700;
}

    .btn-info:hover {
        color: #0d6d71;
        background-color: #FFFFFF;
        border-color: #17a2b8;
        text-decoration: underline;
        font-weight: 700;
    }
.btn-warning {
    color: #ffc107;
    background-color: #FFFFFF;
    border-color: #ffc107;
    font-weight: 700;
}
    .btn-warning:hover {
        color: #8f6d07;
        background-color: #FFFFFF;
        border-color: #ffc107;
        text-decoration: underline;
        font-weight: 700;
    }
.dropdown-fit-content {
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}