﻿
body {
    margin: 0px;
    overflow: hidden;
}

div#documentBody {
    margin: 0;
    padding: 0;
    display: block;
/
}

div.clearFilter {
    float: right;
    width: 24px;
    height: 22px;
    background-image: url('../images/master/clear.svg');
    margin-top: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
}

div.clearFilter:hover {
    float: right;
    width: 24px;
    height: 22px;
    background-image: url('../images/master/clearOver.svg');
    margin-top: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
}

div.runFilter {
    float: right;
    width: 24px;
    height: 22px;
    background-image: url('../images/master/search.svg');
    margin-top: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
}

div.runFilter:hover {
    background-image: url('../images/master/searchOver.svg');
}


div.navigatorHeaderButton {
    float: left;
    width: 22px;
    height: 22px;
    background-image: url('../images/master/expandDown.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    margin-left: 3px;
}

div.navigatorHeaderButton:hover {
    background-image: url('../images/master/expandDownOver.svg');
}

div.navigatorHeaderButtonSel {
    float: left;
    width: 22px;
    margin-left: 3px;
    height: 22px;
    background-image: url('../images/master/expandUp.svg');
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

div.navigatorHeaderButtonSel:hover {
    background-image: url('../images/master/expandUpOver.svg');
}

div#loadScreen {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url('../images/master/load.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
    background-color: #fff;
}

div#topTogglerStrip {
    display: none;
    height: 0px;
    background-color: #ffffff;
}

div#leftTogglerStrip {
    display: none;
    float: left;
    width: 0px;
    background-color: #ffffff;
}

div#rightTogglerStrip {
    display: none;
    float: left;
    width: 0px;
    background-color: #ffffff;
}

div#bottomTogglerStrip {
    display: none;
    clear: left;
    height: 0px;
    background-color: #ffffff;
}

div#pageContainer {
    display: inline-block;
    background-color: #ffffff;
    border: 0px solid #aaaaac;
    margin: 0px;
    width: 100% !important;
    height: 0px;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

div#topTogglerImage {
    position: absolute;
    background-repeat: no-repeat;
    width: 13px;
    height: 0px;
    background-image: url('../images/master/toggles.png');
    background-position: -13px 0px;
    visibility: visible;
}

div#leftTogglerImage {
    position: absolute;
    background-repeat: no-repeat;
    width: 0px;
    height: 13px;
    visibility: visible;
    background-image: url('../images/master/toggles.png');
}

div.toggleUp {
    background-image: url('../images/master/toggles.png');
    background-position: -13px 0px;
}

div.toggleDown {
    background-image: url('../images/master/toggles.png');
    background-position: -13px -32px;
}

div.toggleLeft {
    background-image: url('../images/master/toggles.png');
    background-position: 0px 0px;
}

div.toggleRight {
    background-image: url('../images/master/toggles.png');
    background-position: 0px -26px;
}

div.toggleUp:hover {
    background-position: -13px -19px;
}

div.toggleLeft:hover {
    background-position: 0px -13px;
}

div.toggleRight:hover {
    background-position: 0px -39px;
}

div.toggleDown:hover {
    background-position: -13px -45px;
}

div#pageHeader {
    width: 100%;
    height: 48px;
    /*background-image: url('../images/master/headerBackgroundPurple.png'); background-position: 0px 8px; background-repeat: repeat-x;*/
    background-color: #360065;
}

div#pageHeaderText {
    cursor: pointer;
    font-family: Arial;
    font-weight: bold;
    font-size: clamp(10pt, 5vw, 10pt);
    margin-left: 0px;
    margin-top: 11px;
    color: #ececeb;
    float: left;
    cursor: pointer;
}

/* @media (max-width: 768px) {
    div#pageHeaderText {
        width: 0;
        overflow: hidden; 
    }
}

@media (max-width: 768px) {
    div.deFrameIt {
        width: 0 !important;
        overflow: hidden; 
    }
}

@media (max-width: 768px) {
    div#newActionBarTitle {
        width: 0 !important;
        overflow: hidden; 
    }
} */

div#logotype {
    cursor: pointer;
    width: 44px;
    height: 44px;
    background-image: url('../images/master/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #360065;
    float: left;
    margin-top: 0px;
    margin-left: 15px;
    cursor: pointer;
}


div#leftContainer {
    float: left;
    border-right: 1px solid #1c0331;
}

/* @media screen and (max-width: 768px) {
    div#leftContainer {
        display: none;
    }
}
 */
 
div#leftResizeArea {
    float: left;
    width: 7px;
    cursor: w-resize;
}

/* div#leftResizeHandleTop         { border-top: solid 0px #aaaaac;border-bottom: solid 0px #aaaaac; width: 0px; height: 0px; background-image: url('../images/master/resizeTop.png'); background-position: 1px 0px; background-repeat: no-repeat; }
div#leftResizeHandle            { background-image: url('../images/master/resizeHandle.png'); background-repeat:repeat-y; }
 */
div#centerArea {
    float: left;
    block-size: auto !important;
}

div.navigatorHeader {
    margin-top: 1px;
    border-top: solid 1px #aaaaac;
    border-bottom: solid 1px #aaaaac;
    height: 22px;
    background-color: #f5f5f5;
    /* f2f2f2 *background-image: url('../images/master/header3Background.png');*/
    background-repeat: repeat-x;
    border-radius: 3px;
}

div.navigatorHeaderText {
    color: #323232;
    cursor: pointer;
    float: left;
    padding-left: 0px;
    font-family: Arial;
    font-size: 8pt;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
}

div.navigatorHeaderText:hover {
    color: #000000;
}

div.navigatorHeaderTextSel {
    color: #252526;
    cursor: pointer;
    float: left;
    padding-left: 0px;
    font-family: Arial;
    font-size: 8pt;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
}

div.navigatorHeaderTextSel:hover {
    color: #000000;
}


div#searchButton {
    float: left;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 0px;
    width: 18px;
    height: 18px;
    background-image: url('../images/master/search2.svg');
    cursor: pointer;
    background-position: 0px 0px;
    background-size: 18px 18px;
}

div#searchButton:hover {
    background-image: url('../images/master/search2Over.svg');
}

div.navigatorArea {
    background-color: #ffffff;
    margin-top: 1px;
    padding-top: 4px;
    padding-left: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

input.filterInput {
    float: right;
    margin-right: 2px;
    height: 12px;
    font-family: Arial;
    font-size: 8pt;
    width: 200px;
    margin-top: 2px;
    border-radius: 6px;
}

div#documentNameText {
    height: 16px;
    float: left;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    margin-left: 6px;
    padding-left: 8px;
    margin-top: 5px;
    border-left: 1px solid #757575;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
    max-width: calc(100% - 50%);
}

div#documentNameText a {
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    color: #757575;
    margin: 0px;
}

div#documentActionsArea {
    /* border-top: solid 1px #a0a0a0;border-bottom: solid 1px #a0a0a0; */
    margin-bottom: 1px;
    height: 29px;
    /* background-image: url('../images/master/header2Background.png'); */
    background-repeat: repeat-x;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
}

div#linkHeader {
    margin-top: 1px;
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    background-color: #f2f2f2;
    /*background-image: url('../images/master/header2Background.png'); background-repeat: repeat;*/
    display: flex;
    justify-content: center;
}

div#navigatorsHeader {
    border-top: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    height: 26px;
    background-image: url('../images/master/header2Background.png');
    background-repeat: repeat-x;
}

div#navigatorsHeaderText {
    margin: 4px;
    margin-top: 5px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #323232
}




button#f1Link {
    width: 170px;
    float: left;
    height: 22px;
    margin: 2px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #757575;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}

button#eLearningLink {
    width: 70px;
    float: left;
    height: 22px;
    margin: 2px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #757575;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}

button#nextLink {
    width: 70px;
    float: left;
    height: 22px;
    margin: 2px;
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #757575;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}

button.linkButton {
    width: auto;
    overflow: visible;
    float: left;
    height: 22px;
    margin: 3px;
    font-family: Arial;
    font-weight: bold;
    font-size: 7pt;
    cursor: pointer;
    /* padding-left: 2px;
    padding-right: 2px; */
    color: #444444;
    background-color: #f5f5f5;
    border-radius: 4px;
}

button.linkButton:hover {
    background-color: #d5d5d5;
}


button.linkButtonHidden {
    display: none;
}

div#searchArea {
    background-color: #360065;
    height: 31px;
    /*background-image: url('../images/master/headerBackgroundP.png'); background-repeat:repeat-x; height: 26px; margin-top: 1px;*/
}

input#searchField {
    float: left;
    display: block;
    margin-left: 2px;
    margin-top: 3px;
    height: 20px;
    font-family: Arial;
    font-size: 8pt;
    color: #aaaaaa;
    border-radius: 6px;
}

div#floatingLogo {
    position: absolute;
    width: 44px;
    height: 44px;
    /*background-image: url('../images/master/logo2.png');*/
    background-position: -1px 0px;
    background-repeat: no-repeat;
    right: 30px;
    bottom: 30px;
}


select#options {
    display: block;
    height: 19px;
    float: left;
    margin-top: 3px;
    margin-left: 2px;
    padding: 1px;
    font-family: Arial;
    font-size: 8pt;
}

option {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 8pt;
    height: 19px;
}

iframe#reallyhiddenframe {
    position: absolute;
    width: 0px;
    height: 0px;
}

iframe#hiddenFrame {
    overflow: scroll;
}

span.navLoad {
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #757575;
}

/*select#environments             {float:right; height: 8pt; margin-top: 25px; font-size: 6pt; background-color:#360065; color:#d9dadb; border: none; font-weight:bold;}*/
option.envopt {
    font-size: 6pt;
    height: 8pt;
}