
:root {
    --box-rounding-size: 0px;
    --box-background-color: #F1EED1;
    --body-background-image: none;
    --navigation-background-color: #646464;
}

a.GUIPartAccount {
    background-color: #f1f1f1;
    border-color: #000000;
    color: #543018;
}

a.GUIPartAccount:hover {
    background-color: #e7e1ae;
}

body.NavigationPage div.GUITitleBar {
    background-color: var(--navigation-background-color);
    height: 250px;
    padding-left: 0;
    background-size: contain;
    position: relative;
}

body.NavigationPage div.GUITitleBar:before {
    content: " ";
    height: 230px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-image: url(../../images/prevision/logo.png?1);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
}

body.NavigationPage div.GUITitleBar:after {
    content: " ";
    display: block;
    height: 25px;
    background-color: #ededed;
    border-bottom: 1px solid black;
}

body.NavigationPage div.GUITitleBar table {
    display: block;
    background-color: #fff;
    height: 68px;
}

div#navigationToolbar {
    display: none;
}

body.NavigationPage div.GUITitleBar td.GUITitleBar_Left {
    display: none;
}

body.popup div#PopupPage_Contents {
    background-image: none;
}

div.frameBlockElm div.popup {
   background-color: #f2f2f2;
   background-image: none;
}

div.frameBlockElm div.popup div.titleBar {
    background: #DBCA45;
}

div.frameBlockElm div.popup div.titleBar div.title {
    color: #000000;
}

div.GUINavigationMenu a.GUINavigationButton {
    background: var(--navigation-background-color);
    border-top-color: #DBCA45;
    color: #FFF;
    font-weight: normal;
}

div.GUINavigationWidget {
    background-color: var(--navigation-background-color);
    color: #FFF;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    border-color: #dbca45;
    border-radius: 0;
}
div.GUINavigationWidget table.GUIFormFieldSet td.caption {
    color: white;
}

div.GUINavigationWidget div.GUINavigationWidget_Container {
    background-color: var(--navigation-background-color);
}

div.GUINavigationWidget div.GUINavigationWidget_Header {
    color: #FFF;
    border-bottom: 1px solid #DBCA45;
}

/* PROCESSES */

div.GUIProcessNavigation div.navigationStep {
    color: #FFF;
}

div.GUIProcessNavigation div.navigationStep a {
    color: #fff;
}

div.GUIProcessNavigation span.navigationStepNumber {
    color: #FFF;
}

div.GUIProcessNavigation div.navigationStepClosed a,
div.GUIProcessNavigation div.navigationStepClosed span.navigationStepNumber {
    color: #c3c3c3;
}

.processesHeaderWithTitle {
    background: #dbca45;
}

.processesFooter {
    background: #ededed;
}

#processesFooterWithAction {
    background: #ededed;
}

#PopupPage_Body a.GUIImageLink {
    color: #000;
}

table.GUIPropertyList td {
    padding: 2px;
}

table.GUIPropertyList td.property {
    background-image: url('../../images/prevision/property-list-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    border-right: 2px solid #a0a0a0;
    color: #4a5567;
    padding: 2px;
}

div.GUIPartAccount {
    background-color: #e7e1ae;
    border-color: #c8b524;
    top: 60px;
}

div.GUIPartAccount a {
    display: block;
    color: #000000;
    padding: 4px;
    text-decoration: none;
}

div.GUIPartAccount a:hover {
    background-color: #c8b524;
}

div.GUITitleBar {
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    height: 68px;
    padding-left: 8px;
}

div.GUITitleBar table {
    height: 66px;
}

div.GUITitleBar td {
    vertical-align: bottom;
}

div.GUITitleBar td.GUITitleBar_Left {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 1px;
    padding-bottom: 23px;
}

div.GUIToolbar {
    background-image: none;
    background-color: #EDEDED;
}

div.widgetContainer {
    background-color: #f2f2f2;
    background-image: url('../../images/prevision/dashboard-widget-bg.png');
    background-position: top left;
    background-repeat: no-repeat;
}

h1 {
    color: #000000;
}

table.ContactManager {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

table.ContactManager #search {
    background-color: #AAAAAA;
    height: 40px;
    padding: 5px;
}

table.ContactManager #filters {
    background-color: var(--navigation-background-color);
    padding: 5px;
    width: 120px;
    vertical-align: top;
}

table.ContactManager #list {
    padding: 5px;
}

table.ContactManager #buttons {
    background-color: #e7e1ae;
    padding: 5px;
    height: 25px;
    vertical-align: top;
}

a.toolbarButton_hover {
    background: #dedede;
}

a.toolbarButton_down {
    background: #d4d4d4;
}

#BoxMessage {
    background: #DBCA45;
    width: 100%;
    box-sizing: border-box;
    height: 25px;
    padding: 7px 5px 0px 15px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

#BoxHeader {
    background: #DBCA45;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    height: 19px;
    margin: 0;
    padding: 6px 5px 0px 15px;
    width: 100%;
    box-sizing: border-box;
}
#BoxSubHeader {
    background: #e7dfa2;
    padding: 6px 5px 0px 15px;
    height: 19px;
    width: 100%;
    box-sizing: border-box;
    font-size: 11px;
}
#BoxContainer #BoxSubHeader {
    margin-left: -15px;
}
#BoxContainer {
    color: #000000;
    background: #EDEDED;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px 0 15px;
}

#BoxContainer textarea,
#BoxContainer select,
#BoxContainer .GUITextField {
    width: 300px;
}
#BoxContainer .GUIMultipleSelect {
    width: 415px;
}
#BoxContainer textarea {
    height: 150px;
}

#BoxContainer ul {
    margin: 0;
    padding: 0 0 0 16px;
}

#BoxFooter {
    background: #EDEDED;
    height: 14px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 5px 0px;
    padding: 0;
}

.GUIElement .title {
    background: url('../../images/prevision/contactViewSummary.png') no-repeat;
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    height: 23px;
    padding: 7px 0px 0px 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.GUIElement .container {
    color: #000000;
    background: #e0d798;
    margin: 0 0 0 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 0px 5px;
}

.GUIElement .footer {
    background: url('../../images/prevision/contactViewSummaryFooter.png') no-repeat;
    height: 14px;
    width: 608px;
    margin: 0px 0px 0px 8px;
    padding: 0;
}

div.GUIRoundedContainer {
    font-size: 11px;
}

div.GUIRoundedContainer .GUIMultipleSelect {
    width: 415px;
}

div.GUIRoundedContainer select,
div.GUIRoundedContainer .GUITextField {
    width: 300px;
}

div.GUIRoundedContainer textarea {
    height: 150px;
    width: 300px;
}

div.GUIRoundedContainer ul {
    margin: 0;
    padding: 0 0 0 16px;
}

div.GUIRoundedContainer div.BoxContainer {
    color: #000000;
    background: #EDEDED;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px 15px 15px;

}

div.GUIRoundedContainer div.BoxFooter {
    background: #EDEDED;
    background-position: 0px -25px;
    background-repeat: no-repeat;
    height: 14px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0px 5px 0px;
    padding: 0;
}

div.GUIRoundedContainer div.BoxHeader {
    height: 25px;
    margin: 0;
    padding: 0 5px 0px 15px;
    width: 100%;
    box-sizing: border-box;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    background: #DBCA45;
    color: #000000;
    font-weight: bold;

}

div.GUIRoundedContainer div.BoxSubHeader {
    background: var(--navigation-background-color);
    color: #fff;
    margin: 10px 0 10px -15px;
    padding: 0 5px 0px 15px;
    height: 25px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

div.GUIRoundedContainer.BoxHasFooter div.BoxContainer {
    padding-bottom: 10px;
}

div.GUIRoundedContainer.BoxHasFooter div.BoxFooter {
    background-position: 0px 0px;
    height: 21px;
    padding: 4px 0px 0px 15px;
}

div.GUIRoundedContainer.BoxNoBody div.BoxContainer {
    padding-top: 0;
}

div.GUIRoundedContainer.BoxNoBody div.BoxSubHeader.BoxSHFirst {
    margin-top: 0px;
}

div.GUIProcessMilestones div.milestoneNotDone,
div.GUIProcessMilestones div.milestoneDone {
    color: #fff;
}

div.GUIProcessMilestones img {
    opacity: 0;
}

div.GUIProcessMilestones .milestoneDone:before,
div.GUIProcessMilestones .milestoneNotDone:before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #DBCA45;
    display: inline-block;
    margin-right: -10px;
    border: 1px solid #DBCA45;
    border-radius: 50%;
}

div.GUIProcessMilestones .milestoneNotDone:before {
    background-color: transparent;
}

div.GUIProcessNavigation div.navigationPhase div.navigationPhaseNumber {
    background: #DBCA45;
    border-radius: 50%;
}

.NavigationContainer {
    height: auto;
}

a.GUIInfoButton {
    color: #fff;
}

a.GUIInfoButton:hover {
    background-color: #757575;
    border: 1px solid #545454;
    transition: all .2s;
}

a.GUIImageLink {
    color: #eef0f3;
}

a.GUIImageLink:hover {
    color: #FFF;
    transition: color .2s;
    text-decoration: underline;
}

div.GUINavigationMenu a {
    cursor: pointer;
}

#processesHeaderWithTitle {
    background: #DBCA45;
}

#processesFooter {
    background: #EDEDED;
}

#processesContainer {
    background: #EDEDED;
}

#ModulePage_Contents a.GUIImageLink,
#ModulePage_Contents a.GUIInfoButton {
    color: #000;
}

.modulepageTitle {
    color: #000;
}

#prevision-logo-holder {
    background-image: url(../../images/prevision/logo.png?1);
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-size: contain;
    background-position: center center;
    content: " ";
}

#ModulePage_Contents a.GUIInfoButton:hover {
    background-color: #e6e6e6;
    border-color: transparent;
}

#projectSummaryContainer {
    color: #000000;
}

#projectSummaryHeader {
    background: #EDEDED;
    height: 14px;
    width: unset;
    margin: 0;
    padding: 0;
}

#projectSummaryContainer {
    background: #EDEDED;
    width: unset;
}

#projectSummaryFooter {
    background: #EDEDED;
    height: 14px;

    margin: 0px 0px 3px 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

#projectSummary {
    background: #DBCA45;
    width: 100%;
    box-sizing: border-box;
}

table.currentOverview tr.dark td {
    background: var(--navigation-background-color);
    color: #FFF;
    font-weight: bold;
}

table.currentOverview tr.light td {
    background: #737272;
    color: #FFF;
    font-weight: bold;
}

#SITotals_Container {
    background-color: #fff;
}

#SIFilters_Container table td,
#PITotals_Container table td,
#PIFilters_Container table td {
    color: #fff;
}

#OrderTotals_Container table td,
#OrderFilters_Container table td {
    color: #fff;
}

#SITotals_Container table td {
    color: #000;
}

.tabholderProcessForm, .processesContainer {
    background: #EDEDED;
}

table.financialOverview tr {
    background: #fff;
}

table td {
    font-size: 11px;
    color: #000000;
}

/* content */
.content a.GUIImageLink {
    color: #000;
}

@media print {
    #ModulePage_GUITitleBar {
        display: none;
    }
    #ModulePage_GUIToolbar {
        display: none;
    }
    #ModulePage_Contents {
        height: auto !important;
        overflow: visible;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-height: 875px) {
    body.NavigationPage div.GUITitleBar:before {
        height: 130px;
    }

    body.NavigationPage div.GUITitleBar {
        height: 150px;
    }
}