﻿.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: "Arial", "Verdana", "sans-serif";
    BORDER: black 1px solid;
    COLOR: var(--textColorMain);
    line-height: 15px;
}
.MultiLineText {
    FONT-FAMILY: "Arial", "Verdana", "sans-serif";
    BORDER: black 1px solid;
    COLOR: var(--textColorMain);
    line-height: 15px;
    padding: 4px 4px 8px 4px;
}
/* 5 application pages only */
.CpeNavBarInHeader {
    BACKGROUND-COLOR: Transparent;
    HEIGHT: auto;
    COLOR: var(--textColorMain);
    FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
    text-align: right;
}

A.CpeNavBarInHeader {
    CURSOR: pointer;
}

.flexbox-header {
    display: flex;
    justify-content: space-between;
}


.panel-heading {
    padding: 10px;
}

.panel-default > .panel-heading {
    background-color: lightgray;
    border-color: #bdbdbd;
}

.panel-default {
    border-color: #bdbdbd;
}
.parameter-label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
    padding: 5px;
}



.centerTextBox {
    text-align: center;
}

.panel-body {
    padding: 10px 0px 10px 25px
}

.col-form-label {
    padding-bottom: 0px;
    padding-top: 0px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-date {
    width: 2em;
}

.Swift18_Char65 {
    height: 30px;
    resize: none;
    width: 800px;
}

.Swift23_Char140 {
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    height: 2.8em;
    line-height: 1.4em;
    resize: none;
    width: 800px;
    display: block;
    margin-bottom: 15px !important;
    scrollbar-width: none;
}
.Swift23_Char140::-webkit-scrollbar {
    display: none;
}

.Swift26_Shipping {
    width: 72ch !important;
    max-width: 72ch !important;
    resize: none;
    scrollbar-color: #555555;
    scrollbar-width: thin;
    display: block;
    margin-bottom: 15px;
}

/* BtnCpeText is only in the 5 major application pages */
.BtnCpeText {
    COLOR: var(--textColorMain);
    FONT-SIZE: 100%;
    TEXT-DECORATION: none;
    white-space: nowrap;
    border-width: 1px;
    display: inline-block;
}

/* 5 application pages only */
.cpeControls {
    BACKGROUND-COLOR: var(--lcSectionHeaderBGColor);
    COLOR: var(--textColorMain);
    font-weight: bold;
    padding: 10px;
    display: flex;
}

.cpe_Left {
    flex-grow: 1;
    width: 75px;
    cursor: pointer;
}

.cpe_Center {
    flex-grow: 1;
}

.cpe_Right {
    flex-grow: 0;
}
.lblShowBox {
    BACKGROUND-COLOR: var(--wipTableEvenColor);
    WIDTH: 80%;
    HEIGHT: auto;
    COLOR: var(--textColorMain);
    FONT-SIZE: 100%;
    CURSOR: pointer;
    FONT-WEIGHT: bold;
    margin-left: auto;
    margin-right: auto;
}
.FIXEDFONT {
    FONT-FAMILY: "Courier New", "Arial", "Verdana", "sans-serif";
    margin-bottom: 7px;
    margin-left: 7px;
}
.Buttontext {
    color: var(--buttonsTextColor);
    background-color: var(--buttonsBGColor);
    border: none !important;
    font-weight: bold;
    vertical-align: text-top;
    border-radius: 5px;
    padding: 4px 6px 5px 6px;
    min-width: 4.5em;
    cursor: pointer;
    font-size: 90%;
}

    .Buttontext:hover {
        color: var(--textColorAlt);
        background-color: var(--buttonsBGColorHover);
        text-decoration: none;
    }
/*.Buttontext:disabled {
        background-color: var(--buttonDisabledColor);
        text-decoration: none;
        cursor:default !important;
    }*/
.Buttontext_disabled {
    color: var(--textColorAlt);
    background-color: var(--buttonDisabledColor);
    border: none !important;
    text-decoration: none;
    font-weight: bold;
    vertical-align: text-top;
    border-radius: 5px;
    padding: 4px 6px 5px 6px;
    min-width: 4.5em;
    font-size: 90%;
    cursor: default !important;
}
/* End of the Button. */

.lblEmphasis {
    COLOR: red;
    FONT-SIZE: 90%;
    VERTICAL-ALIGN: middle;
}
/*hover text CSS*/
.hovertext {
    position: relative;
    white-space: pre-line;
}

    .hovertext:hover {
        background-color: #ccc6;
    }

        .hovertext:hover:before {
            content: attr(data-hover);
            display: block;
            background: #ebebeb;
            position: absolute;
            padding: 5px;
            /*margin-top: -70px;*/
            margin-right:75px;
            FONT-FAMILY: "Arial","Verdana", "sans-serif";
            font-size: x-small;
            font-weight: bold;
            width: 250px;
            right:0;
            height: fit-content;
            z-index: 2;
            border: solid 1px black;
            border-radius: 4px;
            text-wrap: pretty;
        }

        .hovertext:hover:after {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            bottom: 0;
            left: 25%;
            border: solid 10px transparent;
            border-left-color: #000;
            z-index: 2;
        }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    display: flex !important;
    justify-content: center;
    cursor: help;
}

.label-expando {
    color: var(--buttonsTextColor);
    background-color: var(--buttonsBGColor);
    border: none !important;
    font-weight: bold;
    vertical-align: text-top;
    border-radius: 5px;
    padding: 4px 6px 5px 6px;
    min-width: 4.5em;
    cursor: pointer;
    font-size: 90%;
}
.Message {
    TEXT-ALIGN: center;
    FONT-FAMILY: "Arial","Verdana", "sans-serif";
    COLOR: red;
    FONT-SIZE: 100%;
    VERTICAL-ALIGN: middle;
    FONT-WEIGHT: bold;
}
/* GeneralError.aspx and several more*/
.IccMessageTable {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 1px;
}
.collapse-ico {
    padding: 2px;
}
.fhlb-Label-Override > label{
    display:inherit !important;
    margin-left:5px;
}