p {
    margin-bottom: 0.3rem;
}

.thead {
    font-size: 13px;
}

.btn-xs {
    padding: 3px 6px;
    font-size: 12px;
    margin: 2px;
}

.twitter-typeahead,
.twitter-typeahead input {
    width: 100%;
}

.tt-menu {
    width: 100%;
    margin-top: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#cards-list .table tbody td {
    cursor: default;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
}

#cards-list .table thead th {
    white-space: nowrap;
}

.expo-card-row-item {
    font-size: 13px;
    height: 75px;
}

.expo-card-grid-item {
    height: 100%;
    font-size: 12px;
    transition: 300ms;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgba(0,0,0, 0.3);
    border-radius: 5px;
    padding: 15px;
}

.expo-card-grid-item:hover {
    transition: 300ms;
    border-left: 3px solid #1f648b;
}

.preview-picture {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.05);
}

.app-header {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 15px 15px 15px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.app-table-header {
    display: flex;
    padding: 15px;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}

.app-box {
    margin-left: 5px;
    width: 100%;
    height: calc(100vh - 250px);
    background: #fff;
}

.popupAlert {
    background-color: #fff !important;
}

/*.area-picker-dropdown {
    top: 60px;
    right: 0;
    max-height: calc(100vh - 120px);
    height: auto;
    width: auto;
    max-width: calc(100vw - 120px);
    left: auto
}*/