﻿nav.selectionbar {
    margin: 0px;
    padding: 10px 20px 10px 20px;
    background-color: #2b2e83;
    border-radius: 0px 10px 10px 10px;
}

div.joblist {
    min-height: 200px;
    width: 100%;
}

    div.joblist article {
        width: 100%;
        text-align: center;
        border: #2daae1 1px solid;
        border-radius: 8px;
        transition: background-color 0.25s ease-out;
        -moz-transition: background-color 0.25s ease-out;
        -webkit-transition: background-color 0.25s ease-out;
        -o-transition: background-color 0.25s ease-out;
        height: 240px;
        position: relative;
        overflow: hidden;
    }


div.joblist article img.companylogo {
    max-width: 270px;
    max-height: 60px;
    margin-bottom: 5px;
    border: 0px;
}

div.joblist article h2.h2companylogo {
    font-size: 0.9em;
    font-weight: bold;
    color: #2b2f83;
    height: 40px;
    border: 0px;
    margin: 5px 0px;
}

div.joblist article:hover {
    background-color: #80cbec;
}

section.joblist article:hover h3 {
    background-color: #f7a414;
}

div.joblist article h3 {
    background: #2daae1;
    transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    margin: 5px 5%;
    width: 90%;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
}

div.joblist article p {
    font-size: 0.8em;
    padding: 0 10px;
    color: #555;
}

div.joblist article a {
    display: block;
    height: 100%;
    text-decoration: none;
}

    div.joblist article a .mask {
        background: rgba(45, 170, 225, 0.0);
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 8px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        top: 0;
    }

div.joblist article .mask h3 {
    margin-top: 75px;
    background: #2daae1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.joblist article .mask .findoutmore {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    color: #fff;
    position: absolute;
    bottom: 10px;
    padding: 0;
    width: 100%;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

div.joblist .mask .arrow {
    display: inline-block;
    border-radius: 50%;
    background: #2daae1;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    margin-left: 5px;
    font-weight: normal;
}

div.joblist article:hover .mask {
    background: rgba(45, 170, 225, 0.6);
}

    div.joblist article:hover .mask h3 {
        background: #f7a414;
    }

    div.joblist article:hover .mask .findoutmore {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }


h2.No_Jobs {
    font-size: 14pt;
}

nav.admenu {
    display: block;
    text-align: right;
    padding-right: 10px;
}

    nav.admenu a {
        display: inline;
    }

span.jobcount {
    display: inline-block;
    font-size: 8px;
    border-radius: 15px;
    background-color: red;
    color: white;
    padding: 1px 5px;
    vertical-align: text-top;
    margin-left: 10px;
}

/* Main Advert */

header#clientadvertimage {
    text-align: center;
    margin: 5px 0px 5px 0px;
}

section#adverttitle h1 {
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

section#adverttitle h2 {
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

section#adverttitle {
    font-size: 10pt;
    margin: 5px 0px 5px 0px;
}

a.apply_button {
    padding: 10px 20px;
    border-radius: 5px;
}

img.expired {
    position: absolute;
    z-index: 100;
    top: 10%;
    left: 10%;
    width: 80%;
}

article.joblisting {
    position: relative;
}

    article.joblisting img {
        max-width: 95%;
    }

@media screen and (max-width: 600px) {
    div.joblist article {
        max-width: 93%
    }

    #selFirm, #selSector, #selSalary, #selIndustry, #selLocation {
        /* width: 300px;*/
    }

    nav.selectionbar {
        border-radius: 0px 0px 10px 10px;
    }
}
