

.container-max-lg {
    max-width: 1000px !important;
}

.container-max-md {
    max-width: 780px !important;
}

p {
    font-size: 14px;
}

.nav-item > a {
    color: #777777 !important;
}

.height-40 {
    height: 40px;
}

.height-80 {
    height: 80px;
}

.flex-grow-2 {
    flex-grow: 2 !important;
}

.flex-grow-3 {
    flex-grow: 3 !important;
}

.flex-grow-4 {
    flex-grow: 4 !important;
}

.border-end-3 {
    border-right: 3px solid rgba(0, 0, 0, 0.176) !important;
}

.card-thumbnail {
    width: 17rem;
}

.btn-ideal {
    background-color: #b62965 !important;
    color: #ffffff !important;
}

.filecard-img {
    max-width: 100px !important;
}

a, h1, h2, h3, h4, h6, .linkcolor {
    color: #e8441f !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


.link-lc {
    color: #f4a500 !important;
}

.link-lcr {
    color: #37bff0 !important;
}

.link-rsc {
    color: #4fa932 !important;
}

.toast-card {
    position: fixed !important;
    right: 0;
    bottom: 0;
    z-index: 1030;
    width: 50% !important;
}

.twoColumnMulticheckboxContainer {
    column-count: 2;
    column-gap: 2rem;
    list-style: none;
}

#flashBox{
    z-index: 11;
    transition: transform .4s ease;
}
#flashBox.hidden {
    transform: translateX(calc(100% - 42px));
}

td.actions {
    min-height: 41px;
}

