.row-checkbox {
    margin-bottom: 20px;
}

.row-checkbox .col-md-3 {
    width: 25%;
    text-align: center;
}

.row-checkbox .col-md-3 svg {
    width: 41px;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* Text color for the label */
input[type="checkbox"]+span {
    cursor: pointer;
    font: 14px sans-serif;
    color: #61646a;
}

/* Checkbox un-checked style */
input[type="checkbox"]+span:before {
    content: '';
    border: 1px solid grey;
    border-radius: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.5em;
    margin-top: 0.5em;
    vertical-align: -2px;
}

/* Checked checkbox style (in this case the background is red) */
input[type="checkbox"]:checked+span:before {
    /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    /* The size of the checkmark icon, you may/may not need this */
    background-size: 25px;
    border-radius: 2px;
    background-color: #028563;
    color: white;
}

/* Adding a dotted border around the active tabbed-into checkbox */
input[type="checkbox"]:focus+span:before,
input[type="checkbox"]:not(:disabled)+span:hover:before {
    /* Visible in the full-color space */
    box-shadow: 0px 0px 0px 2px #028563;

    /* Visible in Windows high-contrast themes
       box-shadow will be hidden in these modes and
       transparency will not be hidden in high-contrast
       thus box-shadow will not show but the outline will
       providing accessibility */
    outline-color: transparent;
    outline-width: 2px;
    outline-style: dotted;
}


/* Disabled checkbox styles */
input[type="checkbox"]:disabled+span {
    cursor: default;
    color: white;
    opacity: 0.5;
}



.big {
    display: inline-block;
    font-size: 30px;
    color: white;
    background: #028563;
    padding: 1px 13px;
}

.panel-body .big {
    font-size: 15px;
    padding: 1px 4px;
    line-height: 1;
}

.tx-jhdb.offer__list__mode1 section,
.tx-jhdb.job__list__mode1 section,
.tx-jhdb.offer__list__mode4 section {
    margin-bottom: 3rem;
}

.tx-jhdb.offer__list__mode1 h2,
.tx-jhdb.job__list__mode1 h2,
.tx-jhdb.offer__list__mode4 h2 {
    padding-top: 0;
}

.tx-jhdb.offer__list__mode1 .item,
.tx-jhdb.job__list__mode1 .item,
.tx-jhdb.offer__list__mode4 .item {
    padding: 10px 10px 0 10px;
    border: 2px solid #97c278;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.tx-jhdb.offer__list__mode1 .first,
.tx-jhdb.job__list__mode1 .first,
.tx-jhdb.offer__list__mode4 .first {
    border-right: 2px solid #97c278;
}

.tx-jhdb.offer__list__mode1 .first h3,
.tx-jhdb.job__list__mode1 .first h3,
.tx-jhdb.offer__list__mode4 .first h3 {
    padding-top: 0;
}

.tx-jhdb.offer__list__mode1 table,
.tx-jhdb.job__list__mode1 table,
.tx-jhdb.offer__list__mode4 table {
    width: 100%;
}

.tx-jhdb.offer__list__mode1 table td,
.tx-jhdb.job__list__mode1 table td,
.tx-jhdb.offer__list__mode4 table td {
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding: 2px 0 2px 0;
    border: none;
}

.tx-jhdb.offer__list__mode1 table td:first-child,
.tx-jhdb.job__list__mode1 table td:first-child,
.tx-jhdb.offer__list__mode4 table td:first-child {
    text-align: left;
    font-weight: bold;
    width: 50%;
}

.tx-jhdb.offer__show__mode1 .box,
.tx-jhdb.job__list__mode1 .box,
.tx-jhdb.offer__show__mode4 .box {
    padding-top: 5px;
}

.tx-jhdb.offer__list__mode1 .big,
.tx-jhdb.job__list__mode1 .big,
.tx-jhdb.offer__list__mode4 .big {
    font-size: 18px;
    padding: 1px 9px;
}

.tx-jhdb.offer__list__mode1 .moretrigger,
.tx-jhdb.job__list__mode1 .moretrigger,
.tx-jhdb.offer__show__mode1 .moretrigger {
    text-decoration: none;
    background: #028563;
    color: white;
    padding: 4px;
    width: 100%;
    display: block;
}

.tx-jhdb.offer__list__mode1 .moretable,
.tx-jhdb.offer__show__mode1 .morecontainer,
.tx-jhdb.job__list__mode1 .moretable,
.tx-jhdb.job__list__mode1 .morecontainer,
.tx-jhdb.offer__list__mode1 .morecontainer {
    display: none;
    padding: 5px;
}

.tx-jhdb.offer__list__mode1 table tr:hover td {
    background: none;
}

.carrier__list__mode1 ul.list li {
    line-height: 16px;
}

.carrier__list__mode1 ul.list li a {
    position: relative;
    width: 100%;
    display: block;
}

.carrier__list__mode1 ul.list li a span {
    position: absolute;
    right: 0;
    top: 0;
}

.tx-jhdb.offer__list__mode2 ul.list_2 li {
    margin-bottom: 8px;
}

.tx-jhdb.job__show__mode1 ul li {
    margin-bottom: 1rem;
}

.tx-jhdb.job__show__mode1 ul li::before {
    content: "●";
    color: #028563;
    font-weight: bold;
    display: inline-block;
    width: 2rem;
    margin-left: -2rem;
}