﻿html, body {
    background-color: #FFFFFF;
    color: #303844;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
body{
    width:100%;
    overflow-x: hidden;
}
form {
    width: 100%;
}
.header {
    background-color: #349ec7;
    color: #2f4f9f;
}

.header .corporate img {
    width: 80%;
}

.hidden{
    visibility: hidden;
}

.header .buttons {
    padding: 1rem;
    position: relative;
    text-align: right;
}

.header .buttons .vertical-line {
    border-left: 2px solid #2f4f9f;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 2px;
}

.header .buttons button {
    background-color: #2f4f9f;
    color: #ffffff;
}

.header .buttons button.active {
    background-color: #2f4f9f;
    color: #ffffff;
}

.header .profile .mud-button {
    bottom: .3rem;
}

.header .profile .mud-button-label {
    color: #c59f90 !important;
}

.header .profile .mud-avatar-outlined {
    border: 1px solid #c59f90 !important;
    color: #c59f90 !important;
}

.mud-table-cell{
    font-size:1rem;
}

.mud-table-root .mud-table-head .mud-table-cell{
    text-transform: uppercase;
    font-weight: 600;
}

.text-small{
    font-size:0.9rem;
}

.text-small .mud-input{
    font-size:0.9rem;
}

/*.mud-input-control>.mud-input-control-input-container>div.mud-input.mud-input-text {*/
/*    margin-top:0;*/
/*}*/

.mud-tab.details-menu{
    text-transform: none !important;
}
.mud-grid-item.hidden,
.mud-table-head.hidden{
    display: none;
}

.mud-table-row-action p.mud-inherit-text{
    display:flex;
}

.mud-tabs.mud-tabs-vertical .mud-tab{
    justify-content: start !important;
}
.mud-tabs-panels .mud-grid{
    align-content: start;
}

.mud-dialog {
    overflow-y: auto;
    max-height: calc(100% - 64px);
}

.donor-suggestion-dropdown
{
    white-space: normal;
    min-height: 2.5rem;
    padding: 0.3rem !important;
}

.gift-processing-donor-suggestion-items{
    max-width: 50rem !important;
}

.gift-processing-donor-suggestion-item-selectedValue
{
    font-size: 0.6rem !important;
    line-height: 1rem !important;
}

.gift-processing-address-suggestion-items{
    max-width: 30rem !important;
}

.gift-processing-address-suggestion-item-selectedValue
{
    font-size: 0.5rem !important;
    line-height: 1rem !important;
}

.selected-snapshot-address{
    border: 4px solid green;
}

.validation-errors{
    color:rgba(244,67,54,1);
    border: 1px solid rgba(244,67,54,1);
    padding: 1rem;
    list-style: inside !important;
}

.validation-errors li{
    padding: 2px !important;
}