/* $Id: main.css,v 1.37 2023/10/11 10:57:24 webdk Exp $ */

@import "fonts.css";

A {
    font-size: 14px;
    color: #335C85;
    white-space: normal;
}

b {
    color: #343A40;
    font-weight: 700;
}

A:link {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    color: #084298;
    white-space: normal;
}

A.link {
    font-size: 15px;
    color: #084298;
    white-space: normal;
    cursor: pointer;
}

A:otherlink {
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    color: #084298;
    white-space: normal;
}

A.otherlink:hover {
    text-decoration: underline;
}

A.otherlink:active {
    text-decoration: underline;
}

A:visited {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

A.small {
    font-size: 14px;
    font-weight: normal;
}

A.locationbar_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #495057;
    text-decoration: None;
}

BODY {
    font-family: Inter;
    background: #FFFFFF;
    text-decoration: None;
}

FORM {
    margin: 0px;
    padding: 0px;
}

P {
    margin-top: 0;
    margin-bottom: 0;
}

TABLE {
    font-family: Inter;
    text-decoration: None;
    border: 0;
}

TD {
    font-family: Inter;
    font-size: 14px;
    color: #495057;
    text-decoration: None;
    padding: 0;
}

TH {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    color: #343A40;
    text-decoration: None;
    min-width: 25px;
}

TABLE.stdlist {
    text-align: left;
    vertical-align: top;
}

TABLE.callist {
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 4px;
    text-align: left;
    vertical-align: top;
    border: 1px solid;
    border-color: #BBBBBB;
}

TABLE.startup,
TD.startup {
    border: 2px solid;
    border-color: #cccccc;
}

.container-margin {
    padding: 12px 24px !important;
}

form#news_form,
form#user_edit_form,
form#admin_config,
form#startup_form {
    padding: 24px;
}

.startup-block-table-row {
    padding-bottom: 16px;
}

table {
    border-color: #DEE2E6;
}

[name=listing_form] table.bordered_table

/* ,
[name=dynobj_view_form] > table,
[name=dynobj_edit_form] > table,
[name=dynobj_add_form] > table */
    {
    border: 1px solid #DEE2E6;
    width: auto !important;
    border-radius: 4px;
}

[name=listing_form] .checkctrl {
    padding: 5px 0;
}

[name=listing_form] .checkctrl:before {
    border-width: 1px;
}

.icon {
    width: 22px;
    height: 22px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    padding: 1px;
    display: inline-block;
}

.icon-small {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    padding: 1px;
    display: inline-block;
}

.icon-clickable {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    cursor: pointer;
}

.icon-clickable:before {
    background-color: #F9FAFB;
}

.icon-clickable:hover:before {
    background-color: #FFFFFF;
}

.icon-clickable:hover {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
}

.icon-replace {
    margin-left: 3px;
    margin-right: 3px;
    height: 22px;
    width: 22px;
    padding: 1px;
}

.icon-replace:before {
    background-size: 22px 22px;
    vertical-align: baseline !important;
    content: '' !important;
    width: 22px;
    height: 22px;
    padding: 0px !important;
}

.button-icon {
    background-color: transparent;
    border: none;
}

.link:before {
    background-image: url('/img/wd6/webdk_icon_link.svg');
}

.remove:before {
    background-image: url('/img/wd6/webdk_icon_delete.svg');
}

.edit:before {
    background-image: url('/img/wd6/webdk_icon_edit.svg');
}

.user:before {
    background-image: url('/img/wd6/webdk_icon_user.svg');
}

.eye-open:before {
    background-image: url('/img/wd6/webdk_icon_eye.svg');
}

.phone:before {
    background-image: url('/img/wd6/webdk_icon_mobile.svg');
}

.circle_plus:before {
    background-image: url('/img/wd6/copy.svg');
}

.move:before {
    background-image: url('/img/wd6/webdk_icon_view.svg');
}

.collapse_top:before,
.collapse:before {
    background-image: url('/img/wd6/webdk_rightarrow.svg') !important;
}

.collapse_top_dark:before,
.collapse_dark:before {
    background-image: url('/img/wd6/webdk_dark_rightarrow.svg') !important;
}

.collapse_top_light:before,
.collapse_light:before {
    background-image: url('/img/wd6/webdk_light_rightarrow.svg') !important;
}

.expand_dark:before {
    background-image: url('/img/wd6/collapse_dark.svg') !important;
}

.expand_light:before {
    background-image: url('/img/wd6/collapse_light.svg') !important;
}

.expand:before {
    background-image: url('/img/wd6/collapse.svg') !important;
}

.delete-file-button
{
    -webkit-appearance: none;
    appearance: none;
    content: '';
    background-image: url(/img/wd6/webdk_icon_delete.gif);
    background-size: 24px 24px;
    box-sizing: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
}

.delete-file-button:checked
{
    filter: invert(99%) sepia(5%) saturate(998%) hue-rotate(183deg) brightness(119%) contrast(100%);
}

.change-file-button
{
    content: '';
    background-image: url(/img/wd6/webdk_icon_edit.gif);
    background-size: 24px 24px;
}

.close{
    display: inline-block;
    background-image: url(/img/wd6/webdk_icon_close_win.gif) !important;
    background-size: 15px 15px !important;
    background-repeat:no-repeat;
    width: 12px !important;
    height: 18px !important;

    vertical-align: middle;
    text-align: left;
    margin-right: 1px;
    padding: 0px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(11%) sepia(48%) saturate(6573%) hue-rotate(211deg) brightness(111%) contrast(94%);
}
/*
TABLE.location_bar {
    border-bottom: 1px solid;
    border-bottom-color: #cccccc;
}
*/

TABLE.dynobj {
    padding: 0px;
    margin-bottom: 6px;
}

DIV.dynobj {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

TH.dynobj {
    font-size: 14px;
    background-color: white;
    font-weight: normal;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #E9ECEF;

    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    color: #495057;
    text-align: left;
    max-width: 15%;
}

TD.dynobj {
    font-size: 14px;
    background-color: white;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 2px;
    border-left: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
    color: #343A40;
    white-space: normal;
}

.dynobj TABLE {
    border-collapse: collapse;
}

.dynobj_contact {
    border: none;
    padding-left: 10px;
}

TH.dynobj_contact_last {
    font-weight: normal;
    border-bottom: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 20px;
    color: #343A40;
    text-align: left;
}

TH.dynobj_contact {
    font-weight: normal;
    border-top: 1px solid #E9ECEF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 20px;
    color: #343A40;
    text-align: left;
}

TD.dynobj_contact {
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 10px;
    border-left: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
    color: #343A40;
}

TD.dynobj_contact_last {
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 10px;
    border-left: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
    color: #343A40;
}

.dynobj INPUT {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    color: #505050;
    margin-bottom: 0px !important;
    vertical-align: middle;
}

.dynobj INPUT:hover {
    background-color: #DEE2E6;
}

.dynobj INPUT::placeholder {
    color: #aaa;
}

.dynobj TEXTAREA {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    color: #505050;
}

.dynobj TEXTAREA:hover {
    background-color: #fafafa;
}

.dynobj SELECT {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    color: #505050;
    vertical-align: middle;
}

.dynobj SELECT:hover {
    background-color: #fafafa;
}

TD.dynobj.dynobj-remark {
    background-color: #fafafa;
}

IMG {
    border: 0;
}

HR {
    color: #CCCCCC;
    border: 1px solid #E9ECEF !important;
}

@media print {
    .button {
        display: none;
    }
}

A.topbar_user {
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.topbar {
    background-color: #084298;
    text-decoration: none;
    color: #fff;
    height: 44px;
    border-spacing: 0;
    padding: 0 24px;
}

.topbar_link {
    font-family: Inter;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

.topbar_webware {
    font-size: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}

.topbar_webware SPAN {
    font-size: 16px;
}

.topbar_search {
    font-family: Inter;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: None;
    background-color: transparent;
    vertical-align: top;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.75);
    padding: 0 6px 0 30px;
    background-image: url(/img/wd6/webdk_icon_search_light.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px 18px;
    background-position-x: 6px;
    background-position-y: 6px;
    opacity: 0.8;
}

.topbar_search:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.topbar_search:focus {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none;
    color: #343A40;
    outline: none;
    background-image: url(/img/wd6/webdk_icon_search_dark.gif);
}

.topbar A {
    white-space: nowrap;
}

.topbar-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(3170%) hue-rotate(210deg) brightness(99%) contrast(94%);
    width: 16px;
    height: 16px;
}

img.topbar-flag-icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px rgb(0, 0, 0, 50%));
    margin: 0px 2px;
}

img.lang_icon {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px rgb(0, 0, 0, 50%));
}

.downarrow_icon,
.uparrow_icon {
    width: 15px;
    height: 15px;
}

.locationbar .rightarrow_icon {
    padding: 0 4px;
    transform: translateY(-2px);
}

.rightarrow_icon {
    width: 15px;
    height: auto;
}

.location_bar_icon {
    width: 15px;
    vertical-align: text-top;
}

.topbar td {
    color: white;
}

.topbar a {
    color: rgba(255, 255, 255, 0.75);
}

.topbar a:hover {
    color: rgba(255, 255, 255, 1);
}

.topbar td {
    padding-top: 0;
    padding-bottom: 0;
}

a.topbar_webware {
    color: rgba(255, 255, 255, 1);
}

.topbar-link-icon {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px 2px;
}

.topbar-link-icon:hover {
    background: rgba(255, 255, 255, 1);
}

#topbar_logout_btn {
    display: block;
    border-radius: 4px;
    margin-left: 8px;
    padding: 4px;
}

#topbar_logout_btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#topbar_logout_btn:hover img {
    opacity: 1;
}

#topbar_logout_btn img {
    opacity: 0.8;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

.vline-separator {
    padding: 0 16px;
}

.vline-separator img {
    display: none;
}

.vline-separator div {
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 100%;
}

.hint_text {
    background-color: #F8F9FA;
    border-bottom: #CED4DA 1px solid;
    border-left: #CED4DA 1px solid;
    border-right: #CED4DA 1px solid;
    border-top: #CED4DA 1px solid;
    font-family: Inter;
    font-size: 14px;
    line-height: 14px;
    padding: 3px;
    text-decoration: None;
    border-radius: 4px;
    min-height: 26px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

A.errlink {
    font-family: Inter;
    font-size: 14px;
    color: #aa0000;
    text-decoration: None;
}

A.sharepoint_link {
    font-family: Inter;
    font-size: 14px;
    color: #aa0000;
    text-decoration: None;
}

A.email_link {
    font-family: Inter;
    font-size: 14px;
    color: #003366;
    text-decoration: None;
}

.relation_heading_row {
    font-family: Inter;
    font-size: 16px;
    color: white;
    background: #60AEFF;
    text-decoration: None;
}

.relation_heading_row_exp {
    font-family: Inter;
    font-size: 16px;
    color: white;
    background: #60AEAA;
    text-decoration: None;
}

.text {
    font-family: Inter;
    font-size: 14px;
    color: #505050;
    text-decoration: None;
}

.cal_wd_name {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
    color: white;
    background: #60AEFF;
    text-decoration: None;
}

.list_heading {
    font-size: 14px;
    text-decoration: None;
    background: #F2F4F5;
    color: #052C65;
    text-align: left;
}

th.list_heading {
    font-weight: 700;
    color: #052C65;
}

A.list_heading_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #052C65;
    text-decoration: None;
}

A.list_data_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #343A40;
    text-decoration: None;
}

.list_data_odd,
.list_data {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #505050;
    background: white;
    text-decoration: None;
    border: 0 !important;
    white-space: normal;
}

.list_data_odd {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #505050;
    background: #F8F9FA;
    text-decoration: None;
}

.list_data_row_hover {
    background-color: rgba(224, 237, 255, 0.6);
    color: #24405D;
}

.list_data_row_hover A {
    color: #24405D;
}

.report_title {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #505050;
    text-decoration: None;
}

.report_heading {
    background: #e2e2e2;
    text-decoration: None;
}

.report_data {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #505050;
    text-decoration: None;
}

table.locationbar {
    background-color: #ffffff;
}

.location_bar th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.location_bar th:nth-child(1) {
    padding-left: 30px;
}

.location_bar th:nth-child(2) {
    padding-right: 30px;
}

.locationbar_heading {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: red;
    text-decoration: None;
}

A.locationbar_menulink {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: blue;
    text-decoration: None;
}

.form_heading {
    padding: 2px 4px 2px 0px;
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 700;
    font-style: normal;
    color: #084298 !important;
    text-decoration: None;
    text-align: left;
    margin-bottom: 4px;
}

.form_heading A:link {
    font-size: 16px;
    font-weight: 700;
}

.form_heading .id {
    color: #909090;
    font-size: 14px;
    font-weight: normal;
}

.form_heading a {
    display: inline-block;
}

span.form_heading {
    font-size: 14px !important;
    color: #343A40 !important;
}

.form_heading_user {
    padding: 2px 6px;
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    color: #343A40;
    background: #F2F4F5;
    text-decoration: None;
    text-align: left;
    vertical-align: middle;
}

.form_subheading {
    padding: 2px 6px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #343A40;
    background: #F2F4F5;
    text-decoration: None;
    text-align: left;
    vertical-align: middle;
}

TABLE .form_subheading:first-of-type {
    border-top-left-radius: 6px;
}

TABLE .form_subheading:last-of-type {
    border-top-right-radius: 6px;
}

.bottom-rounded .form_subheading:first-of-type {
    border-bottom-left-radius: 6px;
}

.bottom-rounded .form_subheading:last-of-type {
    border-bottom-right-radius: 6px;
}

th.form_subheading {
    padding: 12px 0px;
}

table th.form_subheading:first-of-type,
table th.form_subheading:last-of-type {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.form_subheading p {
    display: inline-block;
    margin-top: 4px;
}

.form_subheading_contact {
    padding: 15px 2px 8px 0px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #212529;
    text-decoration: None;
    text-align: left;
    vertical-align: middle;
}

a.form_subheading {
    font-size: 16px;
    color: #343A40;
    font-weight: 700 !important;
}

th.form_subheading,
td.form_subheading,
span.form_subheading {
    font-size: 16px;
}

.form_subheading-exp {
    background: #F2F4F5;
}

.form_subheading_user {
    padding: 2px 6px;
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 700;
    font-style: normal;
    color: #343A40;
    background: #F2F4F5;
    text-decoration: None;
    text-align: left;
    vertical-align: middle;
}

.errmsg {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #aa0000;
    text-decoration: None;
}

.warning {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #aa0000;
    text-decoration: None;
}

.warning_small {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #cc0000;
    text-decoration: None;
}

.notice {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #aa0000;
    text-decoration: None;
}

A.tree_item_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #343A40;
    text-decoration: None;
    vertical-align: top;
    white-space: nowrap;
}

A.tree_sharepoint_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #aa0000;
    text-decoration: None;
    white-space: nowrap;
}

.button {
    min-width: 77px;
    display: inline-block;
    cursor: pointer;
    color: #495057;
    background-color: #E9ECEF;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    padding: 12px 16px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.button:hover {
    background-color: #DEE2E6;
}

.button:active {
    position: relative;
    top: 1px;
}

.button-small {
    min-width: 0;
    color: #343A40;
    background: #F8F9FA;
    border: 1px solid #CED4DA;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: normal;
}

.button-big {
    width: 48px;
    height: 48px;
}

.button-green {
    background: rgba(34, 197, 94, 1);
    color: #FFFFFF !important;
}

.button-green:hover {
    background-color: rgba(34, 197, 94, 0.92);
}

.button-red {
    background: rgba(239, 68, 68, 1);
    color: #ffffff !important;
}

.button-red:hover {
    background-color: rgba(239, 68, 68, 0.92);
}

.button-yellow {
    background-color: rgba(245, 158, 11, 1);
    color: #ffffff !important;
}

.button-yellow:hover {
    background-color: rgba(245, 158, 11, 0.92);
}

.button-blue {
    background-color: rgba(13, 110, 253, 1);
    color: #ffffff !important;
}

.button-blue:hover {
    background-color: rgba(13, 110, 253, 0.92);
}

.button-dropdown:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/img/wd6/webdk_downarrow.gif);
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.button-modal {
    width: 14%;
    margin: 2px;
    float: left;
}

.button-container {
    display: flex;
    margin-top: 8px;
    margin-bottom: 4px;
    gap: 6px;
}

.dropdown {
    margin-top: 8px !important;
}

.dropdown.dropdown-tip:before {
    display: none !important;
}

.dropdown .dropdown-menu {
    background: #FFFFFF !important;
    border: none !important;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5), 0px 2px 8px -2px rgba(0, 0, 0, 0.15), 0px 10px 15px -3px rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px !important;
}

.textctrl {
    font-family: Arial, Helvetica;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 15px;
    border: 1px solid #CED4DA;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 26px;
    margin-left: 0;
    border-radius: 4px;
}

.textareactrl {
    font-family: Inter;
    background-color: white;
    color: #000000;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    cursor: pointer;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.datepicker {
    font-family: Inter;
    background-color: white;
    color: #000000;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    cursor: pointer;
    box-sizing: border-box;
    width: 107px;
    height: 26px;
    padding-left: 5px;
    background-image: url(/img/wd6/calendar.svg);
    background-position:right;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: 20px 20px;
}

.hours-minutes{
    box-sizing: border-box;
    width: 42px !important;
    height: 26px;
    padding: 0 !important;
}

.passwdctrl {
    font-family: Inter;
    background-color: white;
    color: #000000;
    font-size: 14px;
    border: 1px #CCCCCC solid;
    cursor: pointer;
}

.checkctrl,
input[type=checkbox].radioctrl {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    border: 0;
    position: relative;
    vertical-align: middle;
}

.checkctrl:before,
input[type=checkbox].radioctrl:before {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    background: #FFFFFF;
    border: 2px solid #CED4DA;
    border-radius: 3px;
}

input[name='hiderts[]'],
input[name='mark_compl_rts[]'],
input[name='hide_sharing[]'] {
    margin-right: 5px;
}

.checkctrl:checked:before,
input[type=checkbox].radioctrl:checked:before {
    background: #0A58CA;
    border-color: #0A58CA;
}

.checkctrl:after,
input[type=checkbox].radioctrl:after {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

input[type=radio].radioctrl {
    font-family: Arial, Helvetica;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 100% !important;
    box-shadow: 0 0 0 2px #ADB5BD;
    position: relative;
    top: 2px;
    vertical-align: initial;
    margin-right: 8px;
}

input[type=radio].radioctrl:checked {
    appearance: none;
    -webkit-appearance: none;
    background: #0A58CA !important;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 2px #0A58CA;
}

.selectctrl {
    font-family: Arial, Helvetica;
    font-weight: normal;
    font-size: 15px;
    width: 280px;
    height: 26px;
    cursor: pointer;
    padding: 3px 8px;
    background: #FFFFFF;
    color: #495057;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    box-sizing: border-box;
}

#clsf_values .selectctrl {
    width: 100%;
    max-width: 280px;
}

#clsf_new_values .selectctrl {
    width: 100%;
    max-width: 280px;
}

.select-small {
    width: max-content;
}

.selectctrl[multiple] {
    box-sizing: border-box;
    width: max-content;
    height: auto;
    margin: 0px;
}

.selectctrl[multiple] option:checked {
    background: #DEE2E6;
    width: 100%;
}

#search_input_user_group_sel {
    width: 100%;
    box-sizing: border-box;
}

option {
    font-family: Inter, arial;
    color: #343A40;
    font-weight: normal;
    font-size: 14px;
}

.form_subheading .selectctrl {
    float: right;
}

.form_subheading .right-expand-collapse-icon {
    float: right;
}

::-webkit-file-upload-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf', GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Inter;
    font-size: 14px;
    padding: 2px 4px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.filectrl {
    -webkit-appearance: none;
    appearance: none;
    font-family: Inter;
    background-color: white !important;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    width: 400px;
    padding: 2px 4px !important;
    font-weight: normal !important;
}

#tree {
    font-family: Inter;
    font-size: 12px;
}

#tree img {
    border: 0px;
}

.popupmenuitems {
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    TEXT-ALIGN: left
}

.calendar_nav_month_heading {
    background: #60AEFF;
}

A.calendar_nav_month_heading_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #fdfdfd;
    text-decoration: None;
}

.calendar_active_time {
    background: #31A53A;
    text-align: center;
    text-decoration: None;
}

.calendar_non_current_day {
    background: #31A53A;
    text-decoration: None;
}

A.calendar_non_current_day_link,
TD.calendar_non_current_day_link {
    font-family: Inter;
    font-size: 14px;
    color: #000000;
    background: white;
    border: 1px solid;
    border-color: #BBBBBB;
    text-decoration: None;
}

A.calendar_non_current_day_time {
    font-family: Inter;
    font-size: 18px;
    color: white;
    text-decoration: None;
}

A.calendar_non_current_day_time_small {
    font-family: Inter;
    font-size: 14px;
    color: white;
    text-decoration: None;
}

.calendar_selected_time {
    background: #60AEFF;
    text-decoration: None;
}

.calendar_selected_time_small {
    font-family: Inter;
    font-size: 14px;
    color: #ffffff;
    text-decoration: None;
}

.calendar_free_day {
    background: #BB0000;
    border: 1px solid;
    border-color: #BBBBBB;
}

A.calendar_free_day_link {
    font-family: Inter;
    font-size: 14px;
    text-decoration: None;
    color: white;
}

.calendar_current_day {
    background: #FFFF99;
    font-weight: bold;
    border: 1px solid;
    border-color: #BBBBBB;
    text-decoration: None;
}

A.calendar_current_day_link {
    font-family: Inter;
    font-size: 14px;
    text-decoration: None;
}

A.calendar_current_day_time {
    font-family: Inter;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background: #31A53A;
    text-decoration: None;
}

A.calendar_current_day_time_small {
    font-family: Inter;
    font-size: 14px;
    color: white;
    background: #31A53A;
    text-decoration: None;
}

.calendar_topbar {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    color: #505050;
    background: #E2E2E2;
    text-decoration: None;
}

A.calendar_topbar_link {
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #505050;
    text-decoration: None;
}

.calendar_upper_time {
    background: #E2E2E2;
}

.calendar_lower_time {
    background: #ffffff;
}

.calendar_nav_dow {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid;
    border-color: #BBBBBB;
    color: #505050;
    background: #AAAAAA;
    text-decoration: None;
}

.calendar_nav_wnr {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid;
    border-color: #BBBBBB;
    color: #505050;
    background: #AAAAAA;
    text-decoration: None;
}

.calendar_outer_day {
    text-decoration: None;
    border: 1px solid;
    border-color: #BBBBBB;
    background: white;
}

.calendar_one_person_vacation_day { text-decoration: None;  border: 1px solid; border-color: #BBBBBB; background: #BAD6F2;}
A.calendar_one_person_vacation_day{
    font-family:     Arial,Helvetica,Verdana;
    font-size:       15px;
    font-weight:     normal;
    color:           #808080;
    text-decoration: None;
}

.calendar_multiple_person_vacation_day { text-decoration: None;  border: 1px solid; border-color: #BBBBBB; background: #87BAEE;}
A.calendar_multiple_person_vacation_day{
    font-family:     Arial,Helvetica,Verdana;
    font-size:       15px;
    font-weight:     normal;
    color:           #808080;
    text-decoration: None;
}

.calendar_non_vacation_day { text-decoration: None;  border: 1px solid; border-color: #BBBBBB; background: #d3d2d2;}
A.calendar_non_vacation_day{
    font-family:     Arial,Helvetica,Verdana;
    font-size:       15px;
    font-weight:     normal;
    color:           #808080;
    text-decoration: None;
}

.vacation_calendar_free_day {background: #F4A9A9;border: 1px solid;border-color: #BBBBBB;}
A.vacation_calendar_free_day{
    font-family:     Arial,Helvetica,Verdana;
    font-size:       15px;
    font-weight:     normal;
    color:           #808080;
    text-decoration: None;
}

A.calendar_outer_day_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    text-decoration: None;
}

.calendar_selected_day {
    background: #60AEFF;
    border: 1px solid;
    border-color: #BBBBBB;
}

A.calendar_selected_day_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: None;
}

.calendar_from_bar {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    background: #a0a0a0;
    text-decoration: None;
}

.calendar_to_bar {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    background: #a0a0a0;
    text-decoration: None;
}

.calendar_act_bar {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    background: #a0a0a0;
    text-decoration: None;
}

A.calendar_from_bar_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
    white-space: nowrap;
}

A.calendar_act_bar_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
    white-space: nowrap;
}

A.calendar_to_bar_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
    white-space: nowrap;
}

.calendar_allday_bar {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    background: #a0a0a0;
    text-decoration: None;
}

A.calendar_allday_bar_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
    white-space: nowrap;
}

A.calendar_allday_bar_select_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #003366;
    text-decoration: None;
}

.reqtag {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #aa0000;
    text-decoration: None;
}

textarea.required,
select.required,
input.required {
    background-color: #feeaff;
}

th.required:after{
    content: '*';
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #aa0000;
    text-decoration: None;
}

.event_type_21 {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    background: #99CEFF;
    text-decoration: None;
}

.event_type_22 {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    background: #93E5AC;
    text-decoration: None;
}

.event_type_27 {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    background: #31A53A;
    text-decoration: None;
}

.event_type_29 {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    background: #F7B3B3;
    text-decoration: None;
}

.event_type_34 {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    background: #FFCCCC;
    text-decoration: None;
}

.searchfilter {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    color: #505050;
    background: #F2F4F5;
    text-decoration: None;
    padding: 0px 6px;
}

.searchfilter_text {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #505050;
    text-decoration: None;
}

.searchfilter .button {
    margin: 12px 0;
}

.bordered_table {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #E9ECEF;
    padding: 0px;
}

.bordered_table-bg {
    background-color: #d0d0d0;
}

.login_table {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px 30px;
    border: 1px solid #e0e0e0;
}

.bordered-table-hovered:hover {
    border: 1px solid #c0c0c0;
    padding: 0px;
}

.list_separator {
    color: #003366;
}

.popup_select {
    font-family: Inter;
    font-size: 12px;
}

.popup_header {
    font-weight: bold;
    font-size: 14px;
    font-family: Inter;
    color: #FFFFFF;
    background-color: #0000A8;
    cursor: move;
    color: #FFFFFF;
}

.popup_body {
    background-color: #E3EDFB;
}

.dynname_rule {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #505050;
    text-decoration: None;
}

A.form_subheading_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: white;
    text-decoration: None;
}

.help_heading {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background: #60AEFF;
    text-decoration: None;
}

.help_subheading {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: white;
    background: #60AEFF;
    text-decoration: None;
}

.help_title {
    font-family: Inter;
    font-size: 14px;
    color: #505050;
    font-style: normal;
    font-weight: bold;
    text-decoration: None;
}

.help_text {
    font-family: Inter;
    font-size: 14px;
    color: #505050;
    text-decoration: None;
}

A.help_ref_link {
    font-family: Inter;
    font-size: 14px;
    color: blue;
    font-style: italic;
    text-decoration: None;
}

A.help_subtopic_link {
    font-family: Inter;
    font-size: 14px;
    color: blue;
    text-decoration: None;
}

.help_topbar_selctrl {
    background-color: #EFEFEF;
    color: #000000;
    font-size: 11px;
    border: 1px #C0C0C0 solid;
    cursor: pointer;
}

.routing_view_heading {
    font-family: Inter;
    font-size: 14px;
    color: #343A40;
    text-decoration: None;
}

.routing_view_item {
    font-family: Inter;
    font-size: 14px;
    color: #343A40;
    text-decoration: None;
}

.startup-block-content td,
.routing_view_item li {
    padding-bottom: 5px;
}

.routing_view_inact_item {
    font-family: Inter;
    font-size: 14px;
    color: #A0A0A0;
    text-decoration: None;
}

.routing_view_item_task {
    white-space: -moz-pre-line !important;
    /* Mozilla, since 1999 */
    white-space: -pre-line;
    /* Opera 4-6 */
    white-space: -o-pre-line;
    /* Opera 7 */
    white-space: pre-line;
    /* css-3 */
    word-wrap: normal;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-line;
    /* Newer versions of Chrome/Safari*/
    word-break: break-word;
    white-space: normal;
    width: 50%;
    margin: 5px 0px 10px 0px;
}

A.calendar_month_day_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: None;
}

A.calendar_month_evt_link {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
}

A.calendar_month_evt_link_act {
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-decoration: None;
}

#webdk_relation_summary {
    position: fixed;
    background-color: #fff;
    float: right;
    margin-right: 8px;
    width: 20%;

    left: 79.2%;
    margin-top: 8px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#webdk_relation_summary ul {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #E9ECEF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 0;
    max-height: 70vh;
    overflow-y: auto;
}

#webdk_relation_summary ul li {
    text-align: left;
    list-style: none;
}

#webdk_relation_summary ul li a {
    text-decoration: none;
    color: #505050;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    padding: 5px 0px;
}

#webdk_relation_summary .heading {
    background-color: #F2F4F5;
    padding: 5px;
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #E9ECEF;
}

#webdk_relation_summary .heading a:before {
    content: '';
    background-image: url(/img/wd6/webdk_downarrow.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#webdk_relation_summary .rightarrow_icon {
    transform: translateY(-2px);
}

#webdk_relation_summary.collapsed .heading a:before {
    background-image: url(/img/wd6/webdk_rightarrow.gif);
}

#webdk_relation_summary .heading a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

#webdk_relation_summary .actions a {
    padding: 0px;
    vertical-align: top;
}

#webdk_relation_summary .data a:hover {
    color: black;
}


.relation-summary-text {
    max-width:70%;
}

.submenu {
    z-index: 999;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.dropdown.has-icons a.dropdown-with-icon {
    padding-left: 2px !important;
}

.rt_button_completed {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2EB82E;
    color: white;
    font-size: 13px;
}

.rt_button_pickup {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #73BF73;
    color: white;
    font-size: 13px;
}

.rt_button_canceled {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #DD8080;
    color: white;
    font-size: 13px;
}

.rt_button_feedback {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFC04D;
    color: white;
    font-size: 13px;
}

.rt_button_in_process {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #80D480;
    color: white;
    font-size: 13px;
}

.rt_button_save {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
    height: 30px !important;
}

div.ui-tooltip {
    max-width: 800px;
}

.file_lock_text {
    position: absolute;
    display: inline-block;
    float: right;
    visibility: hidden;
    margin-left: 5px;
    padding: 2px;
    background-color: white;
    z-index: 999;
}

textarea {
    white-space: pre-wrap;
}

.extension-error {
    background: red;
    color: white;
    padding: 3px;
    border-radius: 5px;
    font-size: 0.7em;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}

.dynobj_formated_content {
    white-space: -moz-pre-line !important;
    /* Mozilla, since 1999 */
    white-space: -pre-line;
    /* Opera 4-6 */
    white-space: -o-pre-line;
    /* Opera 7 */
    white-space: pre-line;
    /* css-3 */
    word-wrap: normal;
    /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-line;
    /* Newer versions of Chrome/Safari*/
    word-break: break-word;
    white-space: normal;
    width: 50%;
    margin: 5px 0px 10px 0px;
}

.ui-dialog .ui-dialog-title {
    color: #212529 !important;
    font-family: Inter !important;
    font-size: 16px;
    font-weight: 700;
    width: 70% !important;
}

.ui-dialog-content {
    text-align: left !important;
}

.ui-widget-header {
    background: #F2F4F5 !important;
    border: #DEE2E6 !important;
}

.ui-state-default {
    color: #052C65 !important;
    font-family: Inter !important;
    font-size: 14px;
    font-weight: 700 !important;
}

.routing-status-viewed {
    background: #ADB5BD;
    color: #FFFFFF;
    padding: 3px 4px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.routing-status-not-viewed {
    background: #F472B6;
    color: #FFFFFF;
    padding: 3px 4px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.routing-status-canceled {
    background: #EF4444;
    color: #FFFFFF;
    padding: 3px 4px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.routing-status-completed {
    background: #22C55E;
    color: #FFFFFF;
    padding: 3px 4px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.routing-status-feedback {
    background: #F59E0B;
    color: #FFFFFF;
    padding: 3px 4px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
}

.icon-red {
    border: none;
    background: none;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(38%) sepia(61%) saturate(981%) hue-rotate(321deg) brightness(97%) contrast(103%);
}

.icon-orange {
    border: none;
    background: none;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(72%) sepia(26%) saturate(4149%) hue-rotate(355deg) brightness(97%) contrast(97%);
}

.icon-white {
    border: none;
    background: none;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(617%) hue-rotate(144deg) brightness(123%) contrast(106%);
}

main.css .icon-white:hover,
.icon-orange:hover,
.icon-red:hover {
    border: none;
    background: none;
}

input[type="file"].custom-file-upload {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.file-upload-div {
    position:relative;
}

.file-upload-radio-btn {
    z-index:1;
}

.custom-file-upload {
    display: inline-block !important;
    border-radius: 4px;
    padding: 5px 8px 5px 8px;
    background: linear-gradient(0deg, #F8F9FA, #F8F9FA), linear-gradient(0deg, #CED4DA, #CED4DA);
    border: 1px solid #CED4DA;
    position: relative;
    cursor: pointer !important;
}

.field-space {
    margin-left: 5px !important;
    display: inline-table;
}
.table-spacing {
    border-collapse: separate !important;
    border-spacing: 0px 2px;
}
.inline-block {
    display: inline-block !important;
}

.right-border {
    border-right: 1px solid #E9ECEF !important;
}

.left-border {
    border-left: 1px solid #E9ECEF !important;
}

.hide-element{
    display: none !important;
}

.notification {
    padding-right: 10px;
}

.spaced-row {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
    padding-right: 10px !important;
}

.spaced-border-bottom {
    margin-bottom: 5px !important;
    width: 100% !important;
}

.spaced-border-top {
    margin-top: 5px !important;
}

.spaced-field-right {
    margin-right: 5px !important;
}

.ui-widget-content{
    border: 1px solid #E9ECEF !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: rgba(207,226,255,0.25) !important;
    color: #052C65 !important;
    border: 1px solid #E9ECEF!important;
}

.ui-checkboxradio-icon {
    background-color: #FFFF;
    background-image: none !important;
}

tr.ui-state-highlight{
    background: #F8F9FA !important;
    align-content: center !important;
    height: 30px !important;
}

.editable{
    box-sizing: border-box;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    position: relative;
    height: 26px;
}

.ui-jqgrid-sortable{
    color: #052C65;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #F8F9FA !important;
    border: 1px solid #E9ECEF !important;
}
a.ui-state-default.ui-state-highlight{
    background-color: #0D6EFD !important;
}
TH.search {
    box-sizing: border-box;
    position: relative;
    width: 268px;
    height: 32px;

    border-width: 1px 0px;
    border-style: solid;
    border-color: #F2F4F5;
    text-align: right;
    vertical-align: top !important;
}

TD.search {
    box-sizing: border-box;
    height: 32px;

    border-width: 1px 0px;
    border-style: solid;
    border-color: #F2F4F5;
    border-left:1px solid #F2F4F5;
    padding-left:4px;
}

TD.search-no-bottom {
    padding-top:2px;
    padding-bottom:2px;
    padding-left:3px;
    padding-right:2px;

    border-left:1px solid #F2F4F5;
    border-top:1px solid #F2F4F5;
    color:#343A40;
}

.collapse-borders{
    border-collapse:collapse;
}

.stdlist-buttons{
    display: flex;
    align-items: flex-start;
}

.address-field{
    width: 108px !important;
    box-sizing: border-box;
    text-align: right;
}
.musel-search-field-name{
    font-weight: normal;
    width: 51px;
    box-sizing: border-box;
    padding-bottom: 4px;
}
.musel-search-field{
    width: 214px !important;
    box-sizing: border-box;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    position: relative;
}
.musel-search-field-button{
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}

.search-input{
    display: inline-flex;
    width: 280px;
    height: 26px;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    vertical-align: bottom;
}

.select2-container .select2-choice{
    width: 280px;
    height: 26px !important;
    box-sizing: border-box;
}
.search-select-type{
    width: 160px;
    height: 26px !important;
    box-sizing: border-box;
    top: -2px;
}

.tree-row {
    height: fit-content;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
}

.tree-empty,
.tree-line,
.tree-node {
    width: 18px;
}

img.tree-node {
    vertical-align: middle;
    width: 19px;
    height: 19px;
}

a.tree-node {
    display: inline-flex;
    vertical-align: top;
}

a.tree_item_link img.tree-node {
    vertical-align: top !important;
}

.horbaritem img {
    vertical-align: middle;
}

.change-lane{
    display: block;
}

.selection{
    display: inline-flex !important;
    align-items: flex-start;
    flex-direction: column;
    margin-left: -3px;
}

.selection-name{
    display: inline-flex;
    vertical-align: top;
    width: 53px;
    padding-left: 8px;
    box-sizing: border-box;
}

.selection-values{
    width: 242px !important;
    box-sizing: border-box;
    margin-left: 5px !important;
}
.select2-container .select2-choice .select2-arrow{
    border-left: 0px !important;
}

.select2-container .select2-choice .select2-arrow::before{
    -webkit-appearance: none;
    appearance: none;
    content: '';
    display: block;
    border-left: 0px solid rgb(255, 0, 0) !important;
    width: 100%;
    height: 100%;
    background-image: url(/img/wd6/expand.gif) !important;
    background-color: white;
    background-size: 17px 17px !important;
    background-position-x: 2px;
    background-position-y: 4px;
}
a.select2-choice.select2-default {
    width: inherit;
    box-sizing: border-box;
}

.search-file-fields{
    margin-right: 3px;
}
.routing-field{
    width: 160px !important;
}
.musel-select-field{
    left: 53px;
}
.line{
    font-size: 2px;
}

.button-screen-width {
    width: 100%;
}

.message {
    border-bottom:1px solid #c0c0c0;
}

.message-ok {
    background: #22C55E;
}

.message-error {
    background: #EF4444;
}

.message-warning {
    background: #F59E0B;
}

.message-ok td,
.message-error td,
.message-warning td {
    color: #FFFFFF;
}

.add-dynobj-column-headings{
    width: 402px !important;
}

.digi-doc-box{
    border: 0 !important;
}

.digi-doc-container{
    background-color: #ffffff;
}

.file-view{
    font-weight: bold !important;
}
.file-row-view{
    border-top: 1px solid #E9ECEF;
    width: 100%;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 2px;
}
.dynobj .file-row-view:first-of-type {
    border: none;
}

.ui-jqgrid-titlebar {
    background-color: white !important;
    color: #343A40 !important;
}

.padding-top {
    padding-top:16px;
}

.padding-bottom-small {
    padding-bottom: 4px;
}

.max-content {
    width: max-content;
}

table.bordered_table.bordered_table-bg td  {
    box-sizing: border-box;
    height: 28px ;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

table.bordered_table.bordered_table-bg th  {
    box-sizing: border-box;
    height: 28px ;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.icon_block {
    display: flex;
}
.type_table td{
    padding-top: 1px;
    padding-bottom: 1px;
}
.edit_contact_field {
    padding-right: 4px;
}

.startup-caption-heading-text > .selectctrl {
    font-size: 13px ;
}

.margin-top {
    margin-top:16px;
}

.width-max {
    width: 100%;
}

.icon-border-red {
    border: 1px solid #EF4444;
}

.icon-border-green {
    border: 1px solid #22C55E;
}

th.mail_table{
    margin-bottom: 2px;
    display: table-cell;
}

td.mail_table{
    margin-bottom: 2px;
    display: table-caption;
}

td.form_subheading {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.edit_user_roles td{
    padding-bottom: 1px;
    padding-top: 1px;
}

.edit_user_table td{
    display: flex;
    padding-bottom: 1px;
    padding-top: 1px;
    flex-direction: row;
    align-items: center;
}

.edit_user_root tr{
    display: flex;
    align-items: center;

    padding-bottom: 1px;
    padding-top: 1px;
}
.edit_user_root td{
    padding-left: 2px;
}

.edit_user_groups {
    cursor: pointer;
    padding: 3px 8px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
}

.type_container_block {
    display: flex;
    align-items: center;
}

.legend-vacations-colorBox {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: blue;
}

.startup-caption-heading {
    background-color: #DBEAFE;
    color: #000000;
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.startup-caption-heading-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.startup-caption-heading>table {
    min-height: 35px;
}

.startup-caption-heading-text {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    align-self: center;
    margin: 0px 10px;
    flex-grow: 1;
}

.startup-caption-heading-text A {
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 700 !important;
    white-space: nowrap;
}

.startup-caption-heading-container {
    display: flex;
    flex-wrap: wrap;
}

.startup-caption-heading-container input{
    align-self: center;
}

.startup-caption-heading-text .button,
.startup-caption-heading-text .selectctrl,
.startup-block-content .button {
    margin: 0px 3px !important;
    vertical-align: middle;
}

.startup-block {
    border: 1px solid #CCCCCC;
    border-radius: 6px !important;
}

.startup-block-hover {
    background: none;
    background-color: #BFDBFE;
    color: #ffffff;
    font-family: Inter;
    text-decoration: none;
}

.startup-block-content {
    font-family: Inter;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: None;
    padding: 10px;
}

.startup-block-content A:hover {
    background-color: #EBF5FF;
    color: #506070;
}

.startup-block-content A {
    padding-top: 2px;
}

.startup-block-content table {
    width: 100%;
}

.icons-edit-delete {
    width: 10%;
    padding-top: 0 !important;
    display: flex;
}

.icons-edit-delete a {
    padding-top: 0;
}

.favourite-with-icons {
    width: 90%;
    height: 26px;
}

.favourite-with-icons>div {
    display: flex;
    justify-content: flex-start;
}

.favourite-with-icons>div>a {
    max-width: 90%;
}

.startup-block-status {
    display: flex;
}

.startup-block-overdue {
    color: #FF3300;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 3px !important;
}

.startup-block-content .rightarrow_icon {
    width: 20px;
    filter: invert(29%) sepia(10%) saturate(546%) hue-rotate(169deg) brightness(95%) contrast(88%);
}

.startup-block-content .panel_open .rightarrow_icon {
    transform: rotate(90deg);
}

.title-cell {
    max-width: 0;
    font-weight:normal;
}

.title-cell i {
    white-space: nowrap;
    padding-right: 5px;
    margin-left: 3px;
    padding-top: 3px;
}

.title-cell span {
    white-space: nowrap;
    padding-top: 2px;
    margin: 0px 3px;
}

.title-cell .checkctrl {
    align-self: end;
}

.fp_rt_cat_sort_tr .title-cell .checkctrl +a{
    margin-left: 10px;
}

.text-overflow-container {
    display: flex;
    overflow: hidden;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
}

.fp_rt_cat_sort_tr a {
    margin-left: 29px;
}

.bootstrap-tagsinput {
    margin-left: 0 !important;
}

.substitute_table {
    width: max-content;
}

.substitute_table td{
    height: 26px;
    padding-left: 2px;
    padding-right: 4px;
}

.substitute_table th{
    height: 26px;
    padding-left: 2px;
    padding-right: 4px;
}

.custom-topbar-icon {
    width: 16px;
    height: 16px;
}

.support-topbar-icon {
    width: 20px;
    height: 20px;
}

.topbar-icon-black {
    filter: invert();
}

.topbar-text-black {
    color: #000000 !important;
}

.theme-text-black {
    color: #000000 !important;
}

.topbar-button-black {
    background-color: #000000;
}

.restr_table th{
    text-align: left;
}

.halflings:before {
    color: #757575!important;
}

.tree-empty {
    background-size: 1px 1px;
    background-image: url(/img/wd6/pixel.png);
    background-position: 7px 0px;
    background-repeat: repeat-y;
}

.tree-row-open{
    font-size: 0;
    white-space: nowrap;
}

.dropdown-with-icon > .icon{
    margin-left: 2px;
    margin-right: -2px;
}

.file2ddoc_form {
    margin-left: 2px;
    margin-top: 2px;
    width: 50%;
}

.file2ddoc_form td{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.file2ddoc_form th{
    padding-left: 3px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ddoc-name-edit{
    display: flex;
}

.ui-dialog-titlebar button{
    position: relative !important;
    height: 20px;
    float: right;
    margin-top: 5px  !important;
}

.ui-dialog-titlebar-close{
    position: relative !important;
    font-size: 0 !important;
}

.dynobj_view_id{
    margin-left: 4px;
}

.table-spacing .list_data{
    padding-right: 4px;
}

.signature-text{
    white-space: nowrap;
}

.names-in-group{
    text-overflow: ellipsis;
    overflow: hidden;
}

.names-in-group a{
    white-space: nowrap;
}

.ddoc-source-item{
    white-space: normal;
}

.ddoc-table-checkbox{
    width: 5%;
}

.ddoc-table-field{
    width: 15%;
}

.ddoc-table-file{
    width: 80%;
}

.dynobj_view_id span:last-of-type{
    margin-left: 4px;
}

.ddoc-row td{
    white-space: nowrap;
}

.preservation{
    display: table-footer-group;
}

table .list_data_row .file_toggle {
    height: 13px;
    width: 17px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

table .list_data_row .file_toggle::before {
    background-size: 15px 16px;
    background-position: 0px -2px;
    vertical-align: top !important;
    height: 13px;
    border-radius: 4px;
}

.block-container-heading {
    background: #F2F4F5;
    border-radius: 5px;
    padding: 12px;
}

.block-container-body {
    border: 1px solid #E9ECEF;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.block-container-heading-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.flex-container {
    display: flex;
}

.flex-grow-1{
    flex-grow: 1;
}

.flex-grow-2{
    flex-grow: 2;
}

.flex-grow-3{
    flex-grow: 3;
}

.flex-grow-4{
    flex-grow: 4;
}

.title-cell > .text-overflow-container  a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    display: inline-block;
}

.title-cell > .text-overflow-container b a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    display: inline-block;
}

.title-cell > .text-overflow-container b{
    display: contents;
}

.user-out-of-office {
    display: flex;
    width: auto !important;
}

.webdk_relation_summary_focused th {
    background-color:#DEE2E6;
}

.webdk_relation_summary_focused td {
    background-color:#DEE2E6;
}

.webdk_relation_summary_focused a {
    background-color:#DEE2E6;
}

div.form_subheading {
    font-size: 16px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    padding: 12px 0px;
    border-radius: 6px;
}

.list_heading_padding {
    padding: 4px;
}

.search-icon {
    font-weight: normal;
    font-style: normal;
    text-decoration: None;
    background-color: transparent;
    vertical-align: top;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 6px 0 30px;
    background-image: url(/img/wd6/webdk_icon_search_dark.gif);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 18px 18px;
    background-position-x: 6px;
    background-position-y: 6px;
    opacity: 0.8;
}

pre .json .string, pre .xml .attr-value { color: green; }
pre .json .number { color: darkorange; }
pre .json .boolean, pre .xml .tag { color: blue; }
pre .json .null { color: magenta; }
pre .json .key, pre .xml .attr-name { color: red; }
pre .xml .comment {
        color: gray;
        font-style: italic;
    }
