body {
    background: #dcdcdc;
    margin-top: 20px;
}

.widget-26 {
    color: #3c4142;
    font-weight: 400;
}

.widget-26 tr:first-child td {
    border: 0;
}

.widget-26 .widget-26-logo {
    padding: 7px 10px;
}

.widget-26 .widget-26-logo img {
    width: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.widget-26 .widget-26-photo-gallery {
    padding: 14px 0px;
}

.widget-26 .widget-26-photo-gallery a {
    font-weight: 400;
    font-size: 0.875rem;
    color: #3c4142;
    line-height: 1.5;
}

.widget-26 .widget-26-photo-gallery a:hover {
    color: #68CBD7;
    text-decoration: none;
}

.widget-26 .widget-26-photo-gallery .employer-name {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    color: #3c4142;
    font-size: 0.8125rem;
    color: #3c4142;
}

.widget-26 .widget-26-photo-gallery .employer-name:hover {
    color: #68CBD7;
    text-decoration: none;
}

.widget-26 .widget-26-photo-gallery .time {
    font-size: 12px;
    font-weight: 400;
}

.widget-26 .widget-26-job-info {
    min-width: 100px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.widget-26 .widget-26-job-info p {
    line-height: 1.5;
    color: #3c4142;
    font-size: 0.8125rem;
}

.widget-26 .widget-26-job-info .location {
    color: #3c4142;
}

.widget-26 .widget-26-prices {

    font-weight: 500;
    color: #3c4142;
    font-size: 16px;
    padding: 15px 10px;
}

.widget-26 .widget-26-buy {
    font-weight: 500;
    color: #3c4142;
    font-size: 16px;
    float: left;
    padding: 15px 10px;
    color: #0056b3;
}

.widget-26 .widget-26-reload {
    font-weight: 500;
    color: #3c4142;
    font-size: 16px;
    float: left;
    padding: 15px 10px;
}

.widget-26 .widget-26-job-category {
    padding: 3px 7px;
    display: inline-flex;
    white-space: nowrap;
    border-radius: 15px;
}

.widget-26 .widget-26-job-category .indicator {
    width: 9px;
    height: 9px;
    margin: 4px;
    float: left;
    border-radius: 50%;
}

.widget-26 .widget-26-job-category span {
    font-size: 11px;
    color: #3c4142;
    font-weight: 600;
}

.widget-26 .widget-26-job-starred svg {
    width: 20px;
    height: 20px;
    color: #fd8b2c;
}

.widget-26 .widget-26-job-starred svg.starred {
    fill: #fd8b2c;
}

.bg-soft-base {
    background-color: #e1f5f7;
}

.bg-soft-warning {
    background-color: #fff4e1;
}

.bg-soft-success {
    background-color: #d1f6f2;
}

.bg-soft-danger {
    background-color: #fedce0;
}

.bg-soft-info {
    background-color: #d7efff;
}


.search-body {
    margin-bottom: 1.5rem;
}

.search-body .search-filters .filter-list {
    margin-bottom: 1.3rem;
}

.search-body .search-filters .filter-list .title {
    color: #3c4142;
    margin-bottom: 1rem;
}

.search-body .search-filters .filter-list .filter-text {
    color: #727686;
}

.search-body .search-result .result-header {
    /* margin-bottom: 2rem; */
    margin-bottom: 0px;
}

.search-body .search-result .result-header .records {
    color: #3c4142;
}

.search-body .search-result .result-header .result-actions {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-body .search-result .result-header .result-actions .result-sorting {
    display: flex;
    align-items: center;
}

.search-body .search-result .result-header .result-actions .result-sorting span {
    flex-shrink: 0;
    font-size: 0.8125rem;
}

.search-body .search-result .result-header .result-actions .result-sorting select {
    color: #68CBD7;
}

.search-body .search-result .result-header .result-actions .result-sorting select option {
    color: #3c4142;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .search-body .search-filters {
        display: flex;
    }

    .search-body .search-filters .filter-list {
        margin-right: 1rem;
    }
}

.card-margin {
    margin-bottom: 1.875rem;
}

/* @media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
} */

.card-margin {
    margin-bottom: 1.875rem;
}

.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
}

#zipcode {
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    line-height: 32px;
    margin: -1px 0 0 -1px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    min-width: 20px;
    text-align: center;
}

#search {
    cursor: pointer;
}

select.ui-choose {
    display: none;
}

ul.ui-choose {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid transparent;
    font: 100 16px/30px;
    border-right: none;
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

ul.ui-choose:after {
    content: "";
    display: table;
    clear: both;
}

ul.ui-choose>li {
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    line-height: 32px;
    margin: -1px 0 0 -1px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    min-width: 20px;
    text-align: center;
}

ul.ui-choose>li:first-child {
    border-radius: 3px 0 0 3px;
}

ul.ui-choose>li:last-child {
    border-radius: 0 3px 3px 0;
}

ul.ui-choose>li:hover {
    z-index: 4;
    border-color: #0080ff;
    color: #0080ff;
}

ul.ui-choose>li.selected {
    z-index: 3;
    border-color: #0080ff;
    background-color: #0080ff;
    color: #fff;
}

ul.ui-choose>li.disabled {
    z-index: 2;
    background-color: #f2f2f2;
    color: #aaa;
    cursor: not-allowed;
}

ul.ui-choose>li.disabled:hover {
    border-color: #aaa;
}

ul.ui-choose>li.selected.disabled {
    z-index: 2;
    background-color: #8FC7FF;
    color: #fff;
    cursor: not-allowed;
    border-color: #8FC7FF;
}

ul.choose-type-right>li.selected {
    color: #0080ff;
    background: transparent url("../images/icon-selected.png") no-repeat right bottom;
}

ul.ui-choose.choose-flex {
    display: flex;
}

ul.ui-choose.choose-flex>li {
    flex: 1;
    padding: 0 8px;
}

.price {
    border-top: 1px solid #dee2e6;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}