body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #5a5a5a;
}

select.form-control {
    display: inline;
    width: auto;
}

div.jobrow:first-child {
    border-top: 1px solid #eeeeee;
}

div.jobrow {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

.title {
    margin-bottom: 0px;
}

.title a {
    font-size: 16px;
    font-weight: bold;
    color: #12a79d;
    margin: 0;
}

.hide {
    display: none;
}

.svg-marker {
    background-color: #ffffff;
    width: 20px;
    margin: auto !important;
    border-radius: 50%;
}

.svg-marker {
    color: #000000 !important;
}

#googlemap-container {
    display: none;
}

#map {
    width: 100%;
    margin: auto;
    height: 400px;
    /* display: none; */
}

#loading {
    font-size: 16px;
    display: none;
    text-align: center;
    margin: auto;
}

#backtomain {
    display: none;
}

foreignObject {
    text-align: center;
}

#totaljobs {
    font-size: 55px;
    font-weight: bold;
}

#listCategoryCheckbox {
    border-top: 1px solid none;
    background-color: none;
    padding-top: 5px;
}

#listCategoryCheckbox label {
    padding-right: 25px;
}

#state-images,
#state-images img {
    width: 100%;
    max-width: 690px;
}

.map-label {
    position: absolute;
    z-index: 999;
    text-align: center;
}

.map-label-nt {
    top: 90px;
    left: 240px;
}

.map-label-wa {
    top: 170px;
    left: 100px;
}

.map-label-sa {
    top: 220px;
    left: 250px;
}

.map-label-qld {
    top: 160px;
    left: 360px;
}

.map-label-nsw {
    top: 260px;
    left: 380px;
}

.map-label-act {
    top: 305px;
    left: 415px;
}

.map-label-vic {
    top: 345px;
    left: 375px;
}

.map-label-tas {
    top: 420px;
    left: 390px;
}

.map-label-nz {
    top: 355px;
    left: 590px;
}

.map-label-total {
    top: 120px;
    left: 530px;
}

a.region:link,
a.region:active,
a.region:visited {
    color: #000000;
}

a.region:hover {
    color: #12a79d;
    font-weight: bold;
}

@media screen and (max-width: 689px) {
    #svgmap-container {
        width: 420px;
    }
    .map-label {
        position: absolute;
        z-index: 999;
        text-align: center;
    }
    .map-label-nt {
        top: 50px;
        left: 140px;
    }
    .map-label-wa {
        top: 100px;
        left: 55px;
    }
    .map-label-sa {
        top: 125px;
        left: 150px;
    }
    .map-label-qld {
        top: 75px;
        left: 210px;
    }
    .map-label-nsw {
        top: 145px;
        left: 210px;
    }
    .map-label-act {
        top: 155px;
        left: 250px;
    }
    .map-label-vic {
        top: 205px;
        left: 215px;
    }
    .map-label-tas {
        top: 250px;
        left: 235px;
    }
    .map-label-nz {
        top: 210px;
        left: 345px;
    }
    .map-label-total {
        top: 30px;
        left: 305px;
    }
    a.region:link,
    a.region:active,
    a.region:visited {
        color: #000000;
    }
    a.region:hover {
        color: #12a79d;
        font-weight: bold;
    }
}