﻿.e-message {
    margin: 10px 0;
}

.e-message ul {
    margin-bottom: 0;
}

textarea.e-textbox {
    border: 1px dashed lightgray !important;
    height: 5.2rem;
}

.e-card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px none #000;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
    color: rgba(0, 0, 0, 0.87);
    outline: none;
}

.e-card, .e-card:hover, .e-card:active {
    border-color: #fff !important;
    box-shadow: 0 0 2px rgb(0 0 0 / 16%) !important;
    border-width: 1px !important;
    padding: 1px !important;
    border-radius: 5px !important;
}

.e-card .e-card-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: normal;
    min-height: 22.5px;
    padding: 12px;
    width: inherit;
}

div.e-tab div.e-content{
    min-height: 250px;
    border-top: 1px dashed lightgray;
    margin-top:10px;
}