#dash-header {
    padding-left: 0;
}

#dash-content {
    margin-left: 0;
}

.dashboard-body{
    background-color: white !important;
}
.new-save{
    width: 100%;
}
.leads-table{
    text-align: left;
}
.leads-table a{
    color: #4680E4;
}
.leads-table a{
    text-decoration: underline;
}
.listing-link{
    text-decoration: none !important;
}
.uninterested{
    color: #A05050 !important;
}
.actions{
    text-align: end;
}
.image-col{
    max-width: 15%;
    min-width: 15%;
}
.listings-table{
    text-align: left;
}
.listings-table .image-col .grid-x {
    width: 150px; /* sorry I don't know if I want to untangle the reason that display table-cell is being used here */
}
.listings-table select {
    margin-bottom: 0;
}
.active{
    color: #597E56;
}
.listing-title{
    color: #4680E4 !important;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 450px;
}
.light-box-gallery {
    width: 150px;
    height: 100px;
}

.overview .overview-spacing .button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
}
.button.primary {
    background-color: #4680E4;
    color: #ffffff;
    border: solid 1px #4680E4;
    padding: 8px 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.button.primary:hover {
    background-color: #126195;
    color: #fefefe;
    box-shadow: none;
    border-color: #126195;
}

.label.primary{
    background: #f2b324;
    background-color: rgb(242, 179, 36);
}

.filter-active{
    background-color: black;
    border-radius: 5px;
    padding-left: .5rem;
    padding-right: .5rem;
    display: inline;
    color: white;
    font-weight: bold;
}

.card {
    border: 1px solid #C7C7C7;
    border-radius: 0;
    box-shadow: none;
}

table tbody tr {
    border-top: 1px solid #C7C7C7 !important;
    background-color: #fefefe !important;
    border-bottom: 0;
}

a {
    color: #4680e4;
}

a:active, a:hover {
    color: #126195;
    outline-width: 0;
}

.tabs {
    background: transparent !important;
    border: 0;
}

.tabs-title>a {
    font-size: 12px;
    font-weight: 400;
    color: #363636;
    padding: 0.5rem 0.5rem;
    font-weight: 400 !important;
}

.tabs-title.is-active > a[aria-selected='true'] {
    color: #437bdc;
}

.listings-only-sidebar li a{
    list-style: none;
    font-size: 14px !important;
    color: #363636;
    letter-spacing: 1.1px;
}

.listings-only-sidebar-selected{
    background-color: #ededed;
    font-weight: bold;
    font-size: 14px !important;
    color: #363636;
}

.button.secondary {
    border: solid 1px #5E6576;
    background-color: #676f81;
    border-radius: 0;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.select-prepend-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.button.inverted {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #2F3848;
    background-color: transparent;
    border: solid 1px #2F3848;
    border-radius: 0;
    padding: 8px 18px;
}

.button.inverted2 {
    color: #676f81;
    background-color: #FFFFFF;
    border: solid 1px #676f81;
    border-radius: 0;
    padding: 8px 18px;
    font-weight: bold;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.select-group select {
    border-radius: 0 !important;
}