﻿/* JBE */

.new-item {
    display: inline-block;
    background-color: #f7a414;
    border-radius: 5px;
    padding: 4px 10px 4px 30px;
    background-image: url(/images/new_item2.png);
    background-position-y: center;
    background-position-x: 8px;
    background-repeat: no-repeat;
    color: black;
    font-weight: normal;
    transition: background-color ease-in-out 0.2s;
    text-decoration: none !important;
}

    .new-item:hover {
        background-color: #2b2e83;
        color: white;
    }


    @media screen and (min-width: 600px) {
        div .joblist article {
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 600px) 
{
    .bottommenu div a, .topmenu a, div.minimenu div a 
    {
        font-size: 0.8em;
    }
}

.alert {
    color: brown !important;
    margin: 0px !important;
}

.error {
    color: red !important;
}

.forgotten {
    font-weight: bold;
    color: white;
}

#theForm {
    min-height: 400px;
}

.alerttitle {
    font-size: 1em;
}

.viewtitle {
    margin-top: 20px;
    font-size: 1.2em;
}
