
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #fff;
}

.enclosure {
    width: 970px;
    margin: 0 auto;
}

.header {
    margin-top: 10px;
    width: 100%;
}

.logo {
    content: ".";
    float: left;
    background-image: url(/media/tuevnord/images/logo.png);
    background-repeat: no-repeat;
    height: 55px;
}

.logo-title {
    color: #004494;
    margin: 12px 0 0 360px;
    font-size: 26px;
    font-style: italic;
    font-weight: bolder;
}

.simple .logo-title {
    margin-top: 8px;
}


.head-info {
    float: right;
    text-align: right;
}

ul.header-links {
    list-style: none;
    margin: 0;
    text-align: right;
    display: block;
    margin-top: 6px;
    padding: 0;
}

ul.header-links li {
    float: left;
}

ul.header-links li a {
    display: block;
    padding-right: 14px;
    background-image: url(/media/tuevnord/images/arrow_blue.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 0 0 6px;
    text-decoration: none;
    color: #818181;
    font-weight: bold;
}

ul.header-links li a:hover {
    color: #B8B8B8;
}

ul.front-navigation {
    list-style: none;
    padding: 0 0 0 20px;
    display: block;
    margin: 0;
}

ul.front-navigation li {
    float: left;
}

ul.front-navigation-level1 {
    margin-top: 4px;
}

ul.front-navigation-level2 {
    background-color: #0066CC;
}


ul.front-navigation-level1 li {
    margin: 0 1px 0 1px;
}

ul.front-navigation a {
    text-decoration: none;
}

ul.front-navigation-level1 li a {
    min-width: 50px;
    text-align: center;
    background-color: #002278;
    color: #fff;
    padding: 5px 15px;
    display: block;
    font-weight: bold;
}

ul.front-navigation-level1 li a:hover {
    background-color: #334E93;
}

ul.front-navigation-level1 li a.nav-active {
    background-color: #0066CC;
    border-bottom: 2px solid #0066CC;
}

ul.front-navigation-level2 li a {
    min-width: 50px;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    display: block;
    font-weight: bold;
}

ul.front-navigation-level2 li a:hover {
    background-color: #408CD8;
}

ul.front-navigation-level2 li a.nav-active {
    background-color: #CCE0F5;
    color: #4B4B4B;
}

.front-navigation-level2-empty {
    border-top: 4px solid #0066CC;
    content: ".";
}

.content {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.footer {
    margin: 20px 0;
}

.footer-divider {
    content: ".";
    border-top: 1px solid #B8B8B8;
    border-bottom: 4px solid #0066cc;
    height: 10px;
}

.content h1 {
    font-size: 15px;
    font-weight: bold;
    padding: 3px 5px;
    color: #fff;
    background-color: #1C3687;
    margin: 25px 0 10px 0;
}

.content h1:first-child {
    margin: 0 0 10px 0;
}

.current-language {
    margin: 16px 0 0;
}

.current-language .label {
    padding-right: 4px;
    color: black;
}    

.language-item {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.language-selected {
    font-weight: bold;
    cursor: pointer;
}

.language-selected:hover {
    color: #B8B8B8;
}

.language-icon-de {
    background-image: url(/media/tuevnord/images/flag-de.png);
}

.language-icon-en {
    background-image: url(/media/tuevnord/images/flag-en.png);
}

.language-icon-pl {
    background-image: url(/media/tuevnord/images/flag-pl.png);
}

.language-icon-cs {
    background-image: url(/media/tuevnord/images/flag-cz.png);
}

ul.language-select {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #1C3687;
    background-color: #ffffff;
}

ul.language-select li {
    margin: 8px;
    font-weight: bold;
    cursor: pointer;
}

ul.language-select li:hover {
    color: #B8B8B8;
}

.column-ct .column {
    float: left;
    margin: 15px;
}

.welcome-message {
    margin-top: 25px;
}

.login-icon {
    padding-top: 20px;
}

#login dt,dd {
    line-height: 30px;
}

#login dt {
    float: left;
    width: 130px;
}

#login dd {
    margin-left: 130px;
}

#login #login-label,#login-element {
    margin-top: 16px;
}

#login #login-label {
    width: 0;
}

#login #login-element {
    margin-left: 0;
}

.column-ct .column.login-form {
    margin-left: 50px;
}

.login-ct {
    margin-top: 20px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #0066CC;
}

.self-assessment {
    font-size: 13px;
    font-weight: bold;
}

.focus-person.manage-invitations {
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.self-assessment-complete {
    line-height: 24px;
    font-style: italic;
    background-image: url(/media/common/images/icons/common/closed.png);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.my-surveys-ct .my-survey {
    margin-bottom: 30px;
}

.my-surveys-ct .my-survey:last-child {
    margin-bottom: 0;
}


.content a {
    color: #00639F;
    text-decoration: none;
}

.content a:hover {
    color: #7F99B2;
    text-decoration: underline;
}

.survey-participant-table {
    margin-top: 15px;
    border-collapse: collapse;
    border-bottom: 2px solid #888888;
}

.survey-participant-table th {
    text-align: left;
    font-size: 13px;
    border-bottom: 2px solid #880000;
    border-top: 2px solid #2747B0;
}

.survey-participant-table th, td {
    padding: 5px;
}

.survey-participant-table th:first-child, td:first-child {
    padding: 5px 5px 5px 0;
}

.assessment-status-done {
    font-style: italic;
}

.survey-description {
    margin: 20px 0;
}

.assessed-user-msg {
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
}

.self-assessment-msg {
    margin: 20px 0;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}

table.questionnaire-table, table.questionnaire-table-fixedheader {
    border-collapse: collapse;
}

table.questionnaire-table tr:first-child th, table.questionnaire-table-fixedheader tr:first-child th {
    padding: 5px 0 5px 10px;
    font-style: italic;
    border-top: 2px solid #2747B0;
}

table.questionnaire-table tr:last-child th, table.questionnaire-table-fixedheader tr:last-child th {
    border-bottom: 2px solid #880000;
}

table.questionnaire-table tbody tr td {
    border-bottom: 1px dotted #cccccc;
}

table.questionnaire-table tbody tr td.range-cell {
    text-align: center;
}

table.questionnaire-table tbody tr td.question-cell {
    padding-left: 10px;
}

table.questionnaire-table tbody tr:nth-child(odd) td {
    background-color: #EFEFEF;
}

table.questionnaire-table tbody tr:hover td {
    background-color: #BFCFFF;
}

table.questionnaire-table tbody tr.answered td {
    background-color: #BFFFC2;
}

table.questionnaire-table tbody tr.answered:hover td {
    background-color: #A4EFEF;
}

table.questionnaire-table tbody tr.unanswered td {
    background-color: #EFB8B8;
}

table.questionnaire-table tbody tr.unanswered:hover td {
    background-color: #BFCFFF;
}


.submit-ct {
    margin-top: 25px;
}

#unanswered-msg {
    color: #AF0000;
    margin-bottom: 20px;
    font-weight: bold;
}

.userlist-ct {
    width: 250px;
    height: 400px;
    overflow: auto;
    border: 1px solid #cccccc;
}

.userlist-ct ul, .profile-list-ct ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.userlist-ct ul li, .profile-list-ct ul li {
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px dotted #cccccc;
    font-weight: bold;
}

.userlist-ct ul li:hover, .profile-list-ct ul li:hover {
    background-color: #BFCFFF;
}

.userlist-ct ul li.user-selected, .profile-list-ct ul li.profile-selected {
    background-color: #639ACC;
}

.userlist-ct ul li.user-selected:hover, .profile-list-ct ul li.user-selected:hover {
    background-color: #BFCFFF;
}    

.userlist-functions {
    margin: 5px 0;
}

.userlist-functions a {
    padding-right: 10px;
}

.profile-list-ct {
    width: 250px;
    height: 400px;
    overflow: auto;
    border: 1px solid #cccccc;
}

.portfoliosetup-main-ct > div {
    float: left;
    padding: 2px;
}

.error-msg {
    color: #AF0000;
    font-weight: bold;
}

.profile-userlist {
    list-style: none;
}

.profile-userlist li {
    padding: 5px 0;
}

.profile-userlist li .participant-assessment-overview {
    padding-left: 20px;
    font-style: italic;
    font-size: 11px;
}

.profile-userlist li .participant-name a {
    font-weight: bold;
}

.spaced-box {
    margin: 12px 0;
}

.checkbox-ct input {
    vertical-align: -1px;
}

.checkbox-ct label {
    padding-left: 4px;
}

.input-ct input {
    margin-left: 4px;
    width: 250px;
}

.input-ct label {
    margin-left: 4px;
    display: block;
}

.column-layout > * {
    float: left;
}

.max-width {
    width: 100%;
}

.align-right {
    text-align: right;
}

table.participant-table {
    border-collapse: collapse;
    margin: 10px;
}

table.participant-table th {
    border-bottom: 2px solid #cccccc;
    cursor: pointer;
    line-height: 16px !important;
    height: 16px !important;
    text-align: left;
}

table.participant-table th:hover div {
    text-decoration: underline;
}

table.participant-table th,td {
    padding: 6px;
}

table.participant-table  tbody td {
    border-bottom: 1px dotted #cccccc;
}

.sorthead > div{
    float: left;
}

.sorthead {
    line-height: 16px;
}

.sorthead .sort-icon {
    margin-left: 4px;
}

.column-inner {
    padding: 5px;
}

.self-assessment-cell {
    color: #1C3687;
    font-weight: bold;
    font-style: italic;
}

tr.selected-participant {
    background-color: #B0FFC4;
}

.perspective-label {
    margin: 5px 0 2px 0;
}

ul.perspective-list {
    list-style: none;
    padding: 0;
}

ul.perspective-list ul.participant-list{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

ul.perspective-list > li {
    border-top: 1px solid #cccccc;
}

ul.perspective-list > li:last-child {
    border-bottom: 2px solid #cccccc;
}

ul.perspective-list > li:first-child {
    /*border-top: none;*/
}

ul.perspective-list > li.no-perspectives-available {
    font-style: italic;
    padding: 10px 0;
}

.title-content {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 15px;
}

.empty-table {
    font-style: italic;
}

.preset-list {    
    border-bottom: 2px solid #ccc;
    margin: 10px 0px 20px 0px;
}

.preset-list > p.select-focus-headline {
    margin: 15px 0px 0px 0px;
}

.preset-list > p.no-preset-available {
    font-style: italic;
}

.preset-list table td.preset-title {
    min-width: 150px;
}

.preset-list .user-select {
    width: 250px;
    margin: 0px;
}

.preset-list .user-select.error {
    border: 1px solid #ff0000;
}

.preset-list .add-perspective {
    margin-bottom: 10px;
}

.type-list, 
.default-type-list {
    list-style-type: none;
    padding: 0px;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.type-list .type-entry {
    margin: 5px 0px;
    cursor: move;
}

.type-list .type-entry .delete-type button {
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.type-list .type-entry .evaluation-type-select {
    width: 20%;
}

.type-list .type-entry .selection-type-select {
    width: 20%;
    margin-right: 10px;
}

.default-type-list .default-type-entry {
    margin: 5px 0px;
}

.type-list .type-entry .type-title {
    margin: 3px 3px 3px 0px;
    padding: 5px;
    display: inline-block;
    width: 20%;
}

.default-type-list .default-type-entry .default-type-title {
    margin: 3px 3px 3px 0px;
    padding: 5px;
    display: inline-block;
}

.type-list .type-entry .type-color {
    float: right;
}

.default-types .default-type-action {
    margin: 5px;
    /*width: 22px;*/
    height: 22px;
}

.default-types .default-type-select {
    width: 200px;
}

.preset-list table {
    border: 1px solid #cccccc;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: 10px;
    width: 250px;
}

.preset-list table.error {
    border: 1px solid #ff0000;
}

.preset-list table tr td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    cursor: pointer;
}

.preset-list table.error tr:last-child td {
    border-bottom: none;
}

.preset-list table tr.ui-selected {
    background-color: #cccccc;
}

.preset-title {
    margin-bottom: 10px;
}

.preset-dialog-headline {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.type-list .no-content {
    font-style: italic;
}

.preset-headline h3,
.perspective-headline h3,
.title-headline h3 {
    font-size: 20px;
    color: #002278;
}

.title-error-message {
    margin: 5px 0 0 0;
    font-style: italic;
    color: #ff0000;
}

.perspective-list .sp-replacer {
    padding: 2px;
}

.perspective-list .sp-replacer .sp-dd {
    padding: 3px 0;
}

.profile-savedsettings-buttons {
    margin: 0 0 4px 0;
    padding: 0 0 4px 0;
}

.profile-savedsettings-info {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    border-bottom: 2px solid #cccccc;
}

.profile-savedsettings-ct {
    /*border-top: 2px solid #ccc;*/
}

ul.profile-savedsettings-list li.profile-list-headline {
    padding-top: 10px;
}

ul.profile-savedsettings-list li.setting-li {
    padding-left: 14px;
    cursor: pointer;
}

ul.profile-savedsettings-list li.ui-selected {
    background-color: #bacbe0;
}

.dialog-form label {
    display: block;
    line-height: 25px;
}

.dialog-form label input[type=checkbox] {
    padding: 0;
    margin: 0;
    vertical-align: text-bottom;
}

.dialog-form input[type=text] {
    width: 300px;
}

.dialog-form input[type=text].error {
    background-color: #ffa29e;
}

.dialog-form label .error-message {
    font-size: 12px;
    line-height: normal;
    color: #97000a;
    margin: 0;
    padding: 0;
    display: inline-block;
}

