/* Default CSS Stylesheet for a new Web Application project */

BODY {
    font-weight: normal;
    font-size: 8pt;
    word-spacing: normal;
    vertical-align: baseline;
    overflow: auto;
    text-transform: none;
    color: #0002C8;
    font-family: Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    /*	background-color: #EADA98; */
    background-image: url("dirtyball3.png");
    background-repeat: repeat;
    text-align: left;
}

H1,
H2,
H3,
H4,
H5,
TH,
THEAD,
TFOOT {
    COLOR: #003366;
}

H1 {
    font-weight: 700;
    font-size: 2em;
    word-spacing: normal;
    text-transform: none;
    color: #663300;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    font-variant: small-caps;
    text-decoration: none;
}

H2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.58em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.33em;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5,
DT {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT,
THEAD {
    font-size: 1em;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

TH {
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

A:link {
    text-decoration: none;
    color: #3333cc;
}

A:visited {
    text-decoration: none;
    color: #333399;
}

font-family: Courier New,
monospace;

}
UL LI {
    list-style-type: square;
}
UL LI LI {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI {
    list-style-type: decimal;
}
OL OL LI {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type: lower-roman;
}
IMG {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.slider_rail {}
.slider_handle {
    background-color: Transparent;
    position: absolute;
}
.FB1 {
    color: #663300;
    font-variant: small-caps;
}
.Button {
    border-color: #2C4F92;
    border-width: thin;
    border-style: solid;
    font-weight: bold;
    font-size: 8pt;
    cursor: hand;
    color: white;
    background-color: #3731FF;
}
.SaveButton {
    border-color: black;
    border-width: 3px;
    border-style: solid;
    font-family: Calibri, Arial;
    font-weight: 800;
    font-size: 10pt;
    cursor: hand;
    color: white;
    background-color: red;
}
.MenuButton {
    border-color: #2C4F92;
    border-width: thin;
    border-style: solid;
    font-weight: normal;
    font-size: 10pt;
    cursor: hand;
    color: white;
    background-color: #3731FF;
    font-variant: normal;
    height: 20px;
}
.bc-input {
    background-color: #1E293B !important;
    border: 1px solid #475569;
    color: #F8FAFC;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 10pt;
}
.bc-input:focus {
    outline: none;
    border-color: #4F8DFF;
    box-shadow: 0 0 0 3px rgba(79, 141, 255, 0.2);
    background-color: #1E293B !important;
}
.bc-input::placeholder {
    color: #9BA3C4;
}
.bc-input:-webkit-autofill,
.bc-input:-webkit-autofill:focus,
.bc-input:-webkit-autofill:hover {
    -webkit-text-fill-color: #F8FAFC;
    -webkit-box-shadow: 0 0 0 1000px #1E293B inset;
    box-shadow: 0 0 0 1000px #1E293B inset;
    transition: background-color 9999s ease-in-out 0s;
}
.bc-input:-moz-autofill {
    box-shadow: 0 0 0 1000px #1E293B inset;
    -moz-text-fill-color: #F8FAFC;
}
.DataGrid {
    font-size: 8pt;
    color: #00216F;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #FFFCEB;
    padding-left: 2px;
    padding-right: 2px;
}
.DataGridHeader {
    font-size: 8pt;
    color: #FFFAE4;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #3731FF;
    text-align: center
}
.AltDataGridHeader {
    font-size: 8pt;
    color: #FFFAE4;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #E19FA8;
    text-align: center
}
.Field-Label {
    font-size: 7pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-Small {
    font-size: 7pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-PrettySmall {
    font-size: 8pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-Medium {
    font-size: 10pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-Big {
    font-size: 11pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-Bigger {
    font-size: 12pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.FB-VeryBig {
    font-size: 16pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.PageTitle {
    font-size: 20pt;
    font-family: Georgia, Comic Sans MS, cursive, sans-serif;
}
.Chingon {
    font-size: 28pt;
    font-family: Verdana, Helvetica, sans-serif;
}
.PopupControl {
    position: absolute;
    background-color: #AAD4FF;
    visibility: hidden;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}
.Phonebook-Item {
    padding: 2px;
}
.login-submit {
    position: absolute;
    left: 250px;
    top: 160px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 104;
}
.login-submit__button {
    width: 72px;
    height: 72px;
    border: none;
    padding: 0;
    background: none;
}