﻿.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #eeeeee;
    z-index: 2000;
    min-height: 100%;
    width: 100%;
}

.dataTables_empty {
    display: none;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background-color: #eeeeee;
    z-index: 2001;
    text-align: center;
}

#loading-image {
    position: fixed;
    z-index: 2001;
}

.logout-btn {
    margin-top: -5px;
}

#Custom-small-box {
    background-color: #003b70;
    color: white;
}

#Icon-Color {
    color: white;
}

#trans-p {
    color: transparent;
}

.Custom-Table-Head {
    background-color: #003b70;
    color: white;
}

.client-actions-header {
    width: 100px !important;
}

.Button-Margin {
    margin-top: 25px;
}

.Negative-List-Background-Color {
    background-color: lawngreen;
}

.display-none {
    display: none;
}

.custom-hr {
    background-color: white;
}

#custom-poopup-font {
    font-size: 16px;
}

#custom-modal-style {
    background-color: white;
    color: black;
}

.badge-font {
    font-size: 13px;
}

.req-font-size {
    font-size: 20px;
    font-weight: bold;
}

.timeoutReminder {
    display: none;
    text-align: center;
    background-color: #ff9143;
    color: white;
    font-weight: bold;
}

.custom-header {
    font-size: large;
}

#ShowClientForBDA {
    font-family: 'Century Gothic';
}

.heading-FX {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.Version-Text {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.Custom-Login-Font {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}

#Login-Button {
    background-color: #084175;
    border: solid #003b70;
}

.dashed-line {
    border: 1px dashed black;
}

.citi-table-head {
    background-color: #003b70;
    color: white;
}

.CustomFontSize {
    font-size: smaller;
    font-family: sans-serif;
}

.custom-small-box {
    background-color: #184D7D;
    color: white;
}

.text-transparent {
    color: transparent;
}

.important {
    // background-color: black;
    color: red;
}
.login-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #6c757d;
    font-size: 15px;
    background-color: #fff8e1;
}

@media (max-height: 600px) {
    .login-footer {
        position: relative;
        margin-top: 10px;
    }
}