﻿.bodyLayout {
    padding: 56px 0 20px;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    /*line-height: 1rem;*/
}

.cardWidth {
    margin: auto;
    max-width: 90rem;
}

.sub-form{
    margin: .5rem 0;
    padding: .5rem 1rem;
    background-color: var(--mt-lt-gray);
}
.sub-form .sub-form{
    margin: 0 1rem;
}

.xedit {
    text-decoration: none;
    border-bottom-width: 0.1rem;
    border-bottom-style: dashed;
    color: var(--black);
    border-bottom-color: var(--primary);
}

.xedit:hover {
    text-decoration: none;
}

.popover {
    left: 0;
    right: unset;
}