/**
 * Overwrite semantic css html height.
 * Important: DO NOT REMOVE THIS, IS USED FOR iFrameResizer.
 */
html {
    height: inherit;
}

/**
 * Total.
 */
#total {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    margin-bottom: 22px;
}

/**
 * Forms.
 */
#form-wrapper {
    border:solid 1px #ddddcd;
    border-radius:20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 20px;
}

#search {
    margin-bottom: 20px;
}

#filter .filter {
    margin-bottom: 20px;
    height: 40px;
}

/**
 * Buttons.
 */
#submit-button {
    margin-top: 40px;
    margin-bottom:55px;
}

#jobabo-subscribe-button, .reset.button {
    padding:0px;
    background: none;
    color:#9ea7b2;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    height: 33px;
}

.reset.button {
    float:right;
    margin-bottom: 15px;
    font-weight: normal;
}

#jobabo-subscribe-button:before, .reset.button:before {
    content: "+";
    color: #5bac26;
    border:solid 1px #5bac26;
    border-radius: 50%;
    padding: 2px 8px;
    margin-right: 5px;
}

.reset.button:hover {
    border-bottom: none;
    color: #5bac26;
}
.reset.button:before {
    padding: 0 8px 3px;
    color: #9ea7b2;
    border:solid 1px #9ea7b2;
    content: "x"
}

#jobabo-subscribe-button:hover {
    color: #5bac26;
}
/**
 * Jobs.
 */
#jobs .job {
    border: solid 1px #ddddcd;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
}

#jobs .job:hover {
    background: #F3F2F0;
}

#jobs .job .title {
    font-size:16px;
    font-weight: bold;
    color:#44811D;
    margin: 0;
    padding: 0;
    width: 90%;
    line-height: 1.4em;
}

#jobs .job footer {
    color:#666564;
    font-size: 13px;
    margin-top:5px;
    font-weight:500;
}

#jobs .job svg {
    width:18px;
    height:18px;
    position:absolute;
    top:10px;
    right:25px;
    transition: all 0.2s ease;
}

#jobs .job:hover svg {
    right:20px;
}
@media screen and (max-width: 420px) {
    #jobs .job svg, #jobs .job:hover svg {
        right:10px;
    }
    #jobs .job .title {
        width:90%;
    }
}
/**
 * No results.
 */
#no-results {
    font-weight: bold;
}

/**
 * Pagination.
 */
#pagination {
    text-align: right;
    margin:20px 0px;
}

#pagination a.button {
    margin-right: 0;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:solid 1px #ddddcd;
    background: #ffffff;
    content: ">";
}
#button-back {
    padding: 0px 2px 2px 5px;
}
#button-forward {
    padding: 0px 6px 2px 5px;
}
#pagination a.active {
    background: #fff;
    color: #000;
    border: 1px solid #333;

}

#pagination a.disableClick,
#pagination a.disable-click {
    display: none;
}

/**
 * Footer.
 */
#footer {
    background: #f8f8f8;
}

#footer .title {
    margin-bottom: 8px;
}