﻿body
{
    background-color:  #ebebeb; /* #5c87b2; */
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a
{
    font-size: 14px;
    color: #c9050f;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #850000;
}

a > img 
{
    border: 0;        
}

a.sortLink {
    color: #ffffff;
}

a.sortLink:hover {
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-weight: 500;
    font-size: 1.5em;
    color: #000;
}

h1
{
    color: #000;
    font-size: 2em;
    padding: 10px 0;
    margin: 0;
}
h2
{
    color: #555;
    padding: 5px 0 0 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

select, input
{
    color: #696969;
}

/*Buttons*************/

.backHeader {
    margin-bottom: 20px;
}

.headerItem h1 {
    padding: 0px;
    margin: 0px;
    height: 40px;
    line-height: 39px;
}

.backItem {
    margin-right: 10px;
}

.backButton {
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    display: block;
    background: url('Images/back.png') no-repeat !important;
}

button, input[type="submit"], input[type="button"], a.linkButton {
    text-decoration: none;
    cursor: pointer;
    padding: 2px;
}
     
/* remove moz padding and outline on buttons in FF */
button::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
.a.linkButton::-moz-focus-inner {
    border:none; 
    padding:0 0 3px 0;
    margin-top: -3px;
    margin-bottom: -3px;
}
     
input[type=submit], button.linkButton {
    margin: 2px 10px 2px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    padding: 9px 7px 8px 7px;
    background: #c9050f;
}

input[type=submit]:hover {
    font-weight: 100;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    background: #850000;
    cursor: pointer;
}

a.linkButton {
    margin: 2px 10px 12px 0;
    float: left;
    font-weight: 100;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    padding: 7px 7px;
    background: #c9050f;
}

button.linkButton {
        min-width: 80px;
}

a.linkButton:hover, button.linkButton:hover {
    background: #850000;
}

a.linkImage {
    background: url('Images/buttonBack.png') 8px 8px #c9050f no-repeat;
    padding-left: 40px !important;
}

div.info, div.important {
    background: url('Images/info.png') 9px 9px no-repeat #f9f9f9;
    padding: 10px 10px 10px 40px;
    margin: 10px 0;
    border: solid 1px #ebebeb;
}

div.important {
    background: url('Images/important.png') 9px 9px no-repeat #f9f9f9;
}

.redColor
{
    color:Red;
    display: block;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

#main
{
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#footer
{
    margin: 20px 0 0 0;
    text-align: right;
    line-height: normal;
    width:100%;
    font-size: .9em;
    border-top-style:none;
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    background: #696969;
    background-size: 78px;
    width: 1448px;
    margin-top: -20px;
    margin-left: -20px;
    padding: 8px 0;
    border-bottom: solid 4px #5f5f5f;
}

ul#menu
{
    margin: 0;
    float: right;
    position: relative;
    text-align: right;
    margin-right: 20px;
    line-height: 38px;
}

ul#menu li
{
    margin: 0;
    display: inline;
    list-style: none;
}

ul#menu li img {
    float: left;
}

ul#menu li a
{
    padding: 10px 10px;
    font-weight: 100;
    font-size: 16px;
    text-decoration: none;
    
    color: #ccc;
}

ul#menu li a:hover
{
    color: #eee;
}

#mainContent 
{
    margin: 20px 0 0 0;
    background: #ffffff;
    width: 100%;
}

/* TITLE
----------------------------------------------------------*/

div#title 
{
    margin: 0 0 0 -4px;
    padding: 0 0 0 20px;
    float: left;
    display:block;
    text-align:left;
    color: #fff;
    border: none;
    font-size: 30px !important;
}

/* NAVIGATION 
----------------------------------------------------------*/

div#navigation
{
    margin-left: -10px;
    margin-top: 10px;
    height: 48px;
    font-size: 12px !important;
    font-weight: 100;
    z-index: 10;
}

#navigation ul
{
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li
{
    float:left;
    margin-left: 0;
    list-style: none;
    display: inline;
    height: 48px;
    padding-bottom: 8px;
}

#navigation .arrowfront, #navigation .arrowfrontActiv, #navigation .arrowfrontCorpActiv
{
    position: relative;
    background: url('Images/arrowfront.png') no-repeat;
    width: 14px;
    height: 48px;
    float: left;
}

#navigation li:hover .arrowfrontActiv
{
    background: url('Images/arrowfrontActivHover.png') no-repeat;
}

#navigation .arrowback, #navigation .arrowbackActiv
{
    position: relative;
    background: url('Images/arrowback.png') no-repeat;
    width: 14px;
    height: 48px;
    float:left;
}

#navigation li:hover .arrowbackActiv
{
    cursor: pointer;
    background: url('Images/arrowbackActivHover.png') no-repeat;
}

#navigation a, #navigation span.navigationLock, #navigation a.CorpObjectives
{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    background: #c9050f;
    padding: 4px;
    text-decoration: none;
    height: 40px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}

#navigation li:hover a
{
    background: #850000;
}

#navigation a.CorpObjectives
{
    background: #696969;
}

#navigation li:hover a.CorpObjectives
{
    background: #444;
}

#navigation span.navigationLock
{
    color: #FFF;
    background: #ebebeb;
    cursor: default;
}

#navigation .arrowfrontCorpActiv 
{
    background: url('Images/arrowfrontCorpActiv.png') no-repeat;
}

#navigation li:hover .arrowfrontCorpActiv 
{
    background: url('Images/arrowfrontCorpActivHover.png') no-repeat;
}

#navigation .arrowfrontActiv
{
    background: url('Images/arrowfrontActiv.png') no-repeat;
}

#navigation .arrowbackActiv
{
    background: url('Images/arrowbackActiv.png') no-repeat;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

label {
    display: inline;
    vertical-align: top;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], select
{
    width: 100%;
    border: 1px solid #CCC;
    box-sizing:content-box;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.clearAfter:after {
    clear: both;
}

.error
{
    color:Red;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    margin-right:40px;
    color: Black; /*White;*/
}

.hidden
{
    visibility: collapse;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

/* Styles for buttons
----------------------------------------------------------*/

a.controlAssignment 
{ 
    padding: 0;
    margin: 0 5px 0 0;
    display:inline-block;
    background: url('Images/controlAssignment.png') no-repeat;
    height: 32px;
    width: 32px;
}

a.controlAssignment:hover 
{ 
    background: url('Images/controlAssignmentHover.png') no-repeat;
}



a.correctAssignmentOpen, a.correctAssignmentLock
{ 
    padding: 0;
    margin: 0 5px 0 0;
    display:inline-block;
    background: url('Images/correctAssignment.png') no-repeat;
    height: 32px;
    width: 32px;
}

a.correctAssignmentOpen:hover 
{ 
    background: url('Images/correctAssignmentHover.png') no-repeat;
}

a.correctAssignmentLock
{ 
    background: url('Images/correctAssignmentLock.png') no-repeat;
}



a.validateAssignmentOpen, a.validateAssignmentLock
{ 
    padding: 0;
    margin: 0 5px 0 0;
    display:inline-block;
    background: url('Images/validateAssignment.png') no-repeat;
    height: 32px;
    width: 32px;
}

a.validateAssignmentOpen:hover 
{ 
    background: url('Images/validateAssignmentHover.png') no-repeat;
}

a.validateAssignmentLock
{ 
    background: url('Images/validateAssignmentLock.png') no-repeat;
}

a.validateAAPOpen, a.validateAAPLock
{ 
    padding: 0;
    margin: 0 5px 0 0;
    display:inline-block;
    background: url('Images/validateAAP.png') no-repeat;
    height: 33px;
    width: 42px;
}

a.validateAAPOpen:hover 
{ 
    background: url('Images/validateAAPHover.png') no-repeat;
}

a.validateAAPLock
{ 
    background: url('Images/validateAAPLock.png') no-repeat;
}

a.delete, button.delete
{
    border: none;
    display:inline-block;
    background: url('Images/delete.png') no-repeat;
    height: 20px;
    width: 20px;
}

a.edit, button.edit
{
    border: none;
    display:inline-block;
    background: url('Images/edit.png') no-repeat;
    height: 20px;
    width: 20px;
}

a.edit:hover, button.edit:hover
{
    cursor: pointer;
    background: url('Images/editHover.png') no-repeat;
}

a.delete:hover, button.delete:hover
{
    cursor: pointer;
    background: url('Images/deleteHover.png') no-repeat;
}

a.detail, button.detail {
    border: none;
    display:inline-block;
    background: url('Images/details.png') no-repeat;
    height: 20px;
    width: 20px;
}

a.detail:hover, button.detail:hover {
    cursor: pointer;
    background: url('Images/detailsHover.png') no-repeat;
}

a.save, button.save
{
    border: none;
    display:inline-block;
    background: url('Images/save.png') no-repeat;
    height: 20px;
    width: 20px;
}

a.save:hover, button.save:hover
{
    cursor: pointer;
    background: url('Images/saveHover.png') no-repeat;
}

a.revert, button.revert {
    border: none;
    display:inline-block;
    background: url('Images/revert.png') no-repeat;
    height: 20px;
    width: 20px;
}

a.revert:hover, button.revert:hover {
    cursor: pointer;
    background: url('Images/revertHover.png') no-repeat;
}
a.print
{
    display:inline-block;
    background: url('Images/print.png') no-repeat;
    height: 32px;
    width: 32px;
}

a.print:hover
{
    background: url('Images/printHover.png') no-repeat;
}

    .tooltip{  
        position:absolute;  
        z-index:999;  
        background-color:#dedede;  
        padding:2px;  
        border:1px solid #fff;  
        display:none;  
    }  

.contentTable
{
    width: 100%;
}

div.clear
{
    clear: both;
}
 
div.display-table, div.display-table-small, display-table-even-smaller
{
    width: 100%;
    display:table;
    margin: 0 0 25px 0;
}

div.display-table-even-smaller
{
    width: auto;
}

div.display-table-small
{
    width: 50%;
}

div.display-row:nth-child(odd) {
    background: #ebebeb;
}

div.display-row, display-row-large
{
    display:table-row;
}

div.display-row-larg
{
    width:100%;
}

div.display-row-slim
{
    display:table-row;
}

div.display-header
{
    font-weight: bold;
    background: #696969 !important;
    color: #FFF;
}

div.display-label
{
    display: table-cell;
    font-size: 14px;
    font-weight: 100;
    padding: 7px 4px;
    word-wrap: break-word;
    vertical-align: middle;
}

div.display-field
{
    display: table-cell;
    padding: 5px 10px 5px 4px;
    word-wrap: break-word;
    vertical-align: middle;
}

div.display-field-checkbox
{
    display: table-cell;
    padding: 5px 10px 5px 4px;
    word-wrap: break-word;
    vertical-align: middle;
    border-bottom: solid 1px #DDD;
    border-top: solid 1px #FFF;
    width: 100%;
}

div.display-field-Intable
{
    padding: 5px 10px 5px 4px;
    word-wrap: break-word;
    vertical-align: middle;
    border-bottom: solid 1px #DDD;
    border-top: solid 1px #FFF;
    width: 100%;
}

div.display-field-slim
{
    display: table-cell;
    padding: 5px 10px 5px 4px;
    word-wrap: break-word;
    vertical-align: middle;
}

div.display-field select
{
    width: 100%;
}

div.display-field-checkbox input {
    width: auto;
}

textarea {
    font-family: Verdana, Helvetica, Sans-Serif;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #CCC;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    color: #696969;
}

div.display-field.colWidthLarge textarea
{
    width: 500px;
    height: 35px;
}

div.display-field.colWidthFull textarea
{
    width: 100%;
    height: 35px;
}

div.display-field.colWidthMedium textarea
{
    width: 300px;
    height: 35px;
}

.colWidthLarge
{
    width: 500px !important;
}

.colWidthMedium
{
    width: 300px !important;
}

.colWidthNormal {
    width: 200px !important;
}

.colWidthDropdown
{
    width: 130px !important;
}

.colWidthSmall
{
    width: 120px !important;
}

.colWidthTiny
{
    width: 30px !important;
}

.colWidthAuto
{
    width: auto !important;
}

.rightAlign, .rightAlign input
{
    text-align: right;
}


div.darkGray
{
    background: #DDD;
}

div.lightGray
{
    background: #CCC;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

input[type="text"].input-validation-error, input[type="password"].input-validation-error, input[type="number"].input-validation-error, div.display-field textarea.input-validation-error, select.input-validation-error
{
    border: 1px solid #dd0000 !important;
    background-color: #ffeeee !important;
    color: #dd0000 !important;
}

.validation-summary-valid
{
    display: none;
}

.validation-summary-errors
{
    font-weight: bold;
    background: #FFB0B0;
    color: #ff0000;
    margin-bottom: 10px;
}

div.validation-summary-success
{
    margin-bottom: 10px;
    font-weight: bold;
    background: #90ee90;
    color: #008800;
    padding: 2px 5px;
    border-top: 1px solid #bbffbb;
    border-bottom: 1px solid #71D171;
}

.validation-summary-errors ul
{
    border-top: 1px solid #FF8080;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.validation-summary-errors li
{
    border-top: 1px solid #FFD1D1;
    border-bottom: 1px solid #FF8080;
    padding: 0 5px;
}
.validation-summary-valid { display: none }

/* Popup Box
-----------------------------------------------------------*/
div.popupBoxContainer, div.popupBoxContainerDelete
{
    display: none;
    background: url('Images/transparent50.png') repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

div.popupBox, div.popupBoxDelete
{
    border: solid rgba(50, 50, 50, 0.8) 4px;
    display: block;
    padding: 0 10px 10px 10px;
    background: #fff;
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -205px;
}

div.popupBox div.popupBoxfooter
{
    height: 48px;
    width: 100%;
    background: #ebebeb;
    margin-top: 20px;
    padding: 5px 0;
    display: block;
}

.rightFloat {
    float: right !important;
}

.leftFloat {
    float: left !important;
}

div.colorGreen
{
    color: #008800;
    font-weight: bold;
}

div.colorRed
{
    color: red;
    font-weight: bold;
}


/* Admin Bereich */
ul.overviewList 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.overviewList li
{
    background: url('Images/bullet.png') no-repeat left 0;
    margin: 0;
}

/* Administration
-----------------------------------------------------------*/
div.fullBox {
    padding: 0 10px 8px 10px;
    display: block;
}

div.halfOuterBox {
    width: 50%;
    display: block;
    height: 100%;
}

div.halfBox {
    padding: 15px;
}

div.halfBox h2 {
    margin-top: 0px;
    padding-top: 0px;
}

div.halfBox:hover, div.fullBox:hover {
    background: #ebebeb;
}

div.leftDiv {
    padding: 0 20px 0 0;
    float: left;
}

div.rightDiv {
    padding: 0 0 0 20px;
    float: right;
}

div.rightDiv input[type=submit], div.rightDiv button.linkButton {
    margin: 2px 0 !important;
}

div.fullDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    height: 100%;
}

#adminProgressBar {
    margin: 0 0 10px 0;
    display: block;
}

#adminProgressBarLeft, #adminProgressBarMid, #adminProgressBarRight {
    float: left;
    width: 456px;
    font-size: 16px;
    text-align: right;
}

#adminProgressBarMid {
    margin: 0 19px;
}

div.setupProgress, div.aapProgress, div.refokProgress {
    width: 10%;
    height: 100%;
    background: #C9050F;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

div.adminProgressBarNumber {
    padding: 0 5px;
    line-height: 30px;
}

div.adminProgressBarBackground {
    height: 30px;
    background: #ebebeb;
}

/**ProjectStatus*******************/

.adminProjectStatusBox {
    display: block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-top: 4px;
}

.adminProjectInfoBox {
    padding-right: 10px;
    font-size: 13px;
}


.Unlocked {
    background: #ffa500;
}

.halfBox.Unlocked {
    background: none;
    border-left: 20px solid #ffa500;
}

.Setup {
    background: #6495ed;
}

.halfBox.Setup {
    background: none;
    border-left: 20px solid #6495ed;
}

.Closed {
    background: #228B22;
}

.halfBox.Closed {
    background: none;
    border-left: 20px solid #228B22;
}