﻿div.page-overlay {
    position: fixed;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div.card-overlay {
    position: absolute;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

div.card div.card-overlay {
    display: none;
}

a:hover {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #005D92;
}

    a.btn-done {
        color: #A0191D;
        font-weight: bold;
    }

div.card-controls {
    text-align: right;
    padding-top: 0.3em;
    border-top: 1px solid #EEE;
}

div.category-controls label select {
    width: 10em;
    min-width: 10em;
    max-width: 10em;
}

div.category-controls label span {
    display: inline-block;
    width: 4em;
    min-width: 4em;
    max-width: 4em;
}

div.category-controls label {
    margin-right: 0.5em;
    display: inline-block;
    font-weight: bold;
}

div.workspace div.salary-value {
    text-align: right;
}

div.workspace div.year-value {
    float: left;
    font-weight: bold;
}

div.workspace div.item {
    display: inline-block;
    width: 10em;
    min-width: 10em;
    max-width: 10em;
    background-color: #007947;
    color: #fff;
    padding: 0.2em 0.3em;
    border: 1px solid #EEE;
    cursor: pointer;
}

div.workspace div.static-item {
    background-color: #000;
    cursor: default;
}

div.workspace {
    border: 1px solid #AAA;
    font-family: 'Courier New';
    margin-bottom: 0.5em;
    padding: 0.3em;
}

div.category-content div.item {
    width: 15em;
    min-width: 15em;
    max-width: 15em;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

div.category-content {
}

div.category div.description {
}

div.category-header div.title h3 {
    font-style: italic;
    border-bottom: 1px solid #EEE;
}

div.category-header div.title {
    color: #007947;
}

div.category-header {
    margin-bottom: 1em;
}

div.category {
    margin-bottom: 0.7em;
}

div.card-header div.title {
    display: inline-block;
    color: #005D92;
}

div.card-notification {
    color: #A0191D;
    font-size: 0.9em;
}

div.step-number {
    display: inline-block;
    color: #005D92;
    margin-right: 0.5em;
}

div.card-header {
    margin-bottom: 0.7em;
}

div.card {
    background-color: #FFF;
    border: 1px solid #AAA;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    position: relative;
    overflow: hidden;
}

    div.card#IntroductionCard h2 {
        color: #A0191D;
    }

div.page-content {
    max-width: 90%;
    margin: 0em auto;
}
