header:focus,
.xux-modalWindow-in .xux-modalWindow-content {
    outline: none !important;
    color: unset !important;
}

#projectTitle{
    display: inline-block;
    height: 25px;
    font-size: 0;
    margin-left: -6px;
    background-repeat: no-repeat;
    background-position-y: 100%;
}

#projectTitle > span {
    color: #acaeb3;
    display: inline-block;
    cursor: default;
}

#project_title { 
    font-size: 22px;
}

#current_tenant_name_parent {
    margin-right: 32px;
    margin-left: 16px;
    vertical-align: bottom;
}

#current_tenant_name {
    max-width: 100%;
    line-height: 20px;
    font-size: 16px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #acaeb3;
    display: inline-block;
}

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

.upload-progress .ui-progressbar {
    display: inline-block;
    width: 90% !important;
    margin: 0;
}

#utilmenu li {
    margin-left: 8px;
    margin-right: 8px;
}

#utilmenu li a {
    max-width: 400px;
}

.xux-dropdown .xux-dropdown-header .xux-piece.xux-last {
    top: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xux-dropdown.xux-size-small .xux-dropdown-header .xux-piece.xux-last {
    top: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.square-menu-layout {
    width: 280px !important;
    max-height: 700px !important;
    transition-duration:0.25s, 0.25s !important;
    transition-timing-function: ease, ease !important;
    transition-delay: 0s, 0s !important;
    transition-property: opacity, transform !important;
    transform: translateY(8px) !important
}

#square_menus span:before{
    font-size: 24px !important;
    line-height: 24px !important;
}

#square_menus.xux-contextMenu .ui-menu-item a {
    padding: 8px 16px;
}

#square_menus .noclass{
    font-size: 14px;
    color: #8C8C8C;
    opacity: 1;
}

.workSpace-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_workpace.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.doccapture-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_doccapture.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.print-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_print.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.document-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_document.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.process-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_process.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.capture-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_capture.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.mgmt_workpace-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_mgmt_workpace.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.mgmt_rule-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_mgmt_rule.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.mgmt_print-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_mgmt_print.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.mgmt_machine-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_mgmt_machine.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.mgmt_document-svg {
    width: 24px !important;
    height: 24px !important;
    background-image: url(launcher_Icon_mgmt_document.svg);
    margin-bottom: -5px;
    margin-right: 8px;
}

.menu-span:hover {
    color: #FFFFFF !important;
}

.menu-span:active {
    color: #737478 !important;
}

.menu-span {
    color: #ACAEB3 !important;
}

.menu-open-layout {
    margin-top: 16px !important;
    margin-left: 8px !important;
}

#square_menus a {
    padding: 7px 16px !important;
}

#square_menus li:first-child {
    margin-top: 10px !important;
}

#square_menus li:last-child {
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}

.menu-title-layout {
    margin-top: -10px !important;
    margin-bottom: -8px !important;
}

#square_menus .ui-menu-divider {
    margin: 9px 0px !important;
    border-top: 1px solid;
    border-top-color: #b2b2b2;
}