@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
	--dm-bg: #F9FAFB;
	--dm-fg: #111111;
	--dm-primary-hover: #e9e9e9;
    background-color: var(--dm-bg) !important;
    color: var(--dm-fg) !important;
    font-family: 'Inter', sans-serif !important;
}
a, a:hover {
    font-weight: 500;
}

table {
    appearance: none !important;
    display: table;
    border-collapse: separate;
    -webkit-border-horizontal-spacing: 0 !important;
    -webkit-border-vertical-spacing: 0 !important;
    border-top-color: gray;
    text-indent: initial;
    box-sizing: border-box;
    font-weight: 500;
}

input[type=text]:not([class*="wc-"]),
input[type=password]:not([class*="wc-"]) {
    appearance: none;
    border: 1px solid #E5E7EB !important;
    border-radius: 4px !important;
    transition: 0.1s linear;
    min-height: 28px;
    padding-left: 8px !important;
}

input[type=text]:not([class*="wc-"]):hover,
input[type=password]:not([class*="wc-"]):hover {
    border: 1px solid #A5ADB7 !important;
    transition: 0.1s linear;

}

input[type=text]:not([class*="wc-"]):focus,
input[type=password]:not([class*="wc-"]):focus {
    appearance: none;
    outline: none !important;
    border: 1px solid #212327 !important;
    border-radius: 4px !important;
}


textarea:not([class*="wc-"]) {
    appearance: none;
    border: 1px solid #E5E7EB !important;
    border-radius: 4px !important;
    transition: 0.1s linear;
    min-height: 28px;
    padding-left: 8px !important;
}

textarea:not([class*="wc-"]):hover {
    border: 1px solid #A5ADB7 !important;
    transition: 0.1s linear;

}

textarea:not([class*="wc-"]):focus {
    appearance: none;
    outline: none !important;
    border: 1px solid #212327 !important;
    border-radius: 4px !important;
}

a.inlineButton {
    padding: 6px 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.15);
    border-radius: 3px;
    transition: 0.1s linear;
    font-weight: 600;
    display: inline-block;
}

a.inlineButton:last-child {
    margin-right: 0 !important;
}

a.inlineButton:hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
}

a.inlineButton:active {
    background-color: #F9FAFB !important;
    transform: scale(0.98) !important;
    color: #6c7784;
}


select {
    appearance: auto !important;
    background: #FFFFFF;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.10);
    border-radius: 4px;
    min-height: 28px;
    padding: 0 1em 0 12px;
    margin: 0;
    font-family: inherit;
    /*    background-image: url("/images/kalendar.svg");
        background-repeat: no-repeat;
        background-position: right 4px center !important; */
    transition: 0.1s linear;
    cursor: inherit;
    line-height: inherit;
}

select:hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
    border: 1px solid #A5ADB7 !important;
}

table.reportParameterTable td {
    border: none !important;
}

select.gwt-ListBox {
    background-image: none;
}

select#STATEstates {
    background-image: none;
    box-shadow: none;
    padding-left: 8px;
}

select#STATEstates:active {
    background-color: #ffffff !important;

}

select:focus {
    outline: none !important;
}

select:active {
    outline: none !important;
    background-color: #F9FAFB !important;
    color: #6c7784;
}

input[type=submit] {
    appearance: none !important;
    min-height: 32px;
    padding: 0 12px;
    background: #FFFFFF;
    color: #212327;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.15);
    border-radius: 3px;
    transition: 0.1s linear;
    font-weight: 600;
    font-size: 14px;
}

input.redButton[type=submit] {
    background: #e52713;
    color: white;
}

input[type=submit]:hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
}


input[type=submit]:active {
    background-color: #F9FAFB !important;
    transform: scale(0.98) !important;
    color: #6c7784;
}

#header ~ table button:not([class*="wc-"]) {
    appearance: none !important;
    min-height: 28px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.15);
    border-radius: 3px;
    transition: 0.1s linear;
    font-weight: 600;
}

#header ~ table button:not([class*="wc-"]):hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
}


#header ~ table button:not([class*="wc-"]):active {
    background-color: #F9FAFB !important;
    transform: scale(0.98) !important;
    color: #6c7784;
}


input[type=button]:not([class*="wc-"]) {
    appearance: none !important;
    padding: 0 12px;
    min-height: 28px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.15);
    border-radius: 3px;
    transition: 0.1s linear;
    font-weight: 600;
}

input[type=button]:not([class*="wc-"]):hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
}


input[type=button]:not([class*="wc-"]):active {
    background-color: #F9FAFB !important;
    transform: scale(0.98) !important;
    color: #6c7784;
}


input[type=reset] {
    appearance: none !important;
    min-height: 32px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(33, 35, 39, 0.15);
    border-radius: 3px;
    transition: 0.1s linear;
    font-weight: 600;
}

input[type=reset]:hover {
    box-shadow: 0 0 1px rgba(33, 35, 39, 0.15);
    transition: 0.1s linear;
}

input[type=reset]:active {
    background-color: #F9FAFB !important;
    transform: scale(0.98) !important;
    color: #6c7784;
}


.gwt-menuBar .gwt-MenuItem-selected {
    background-color: #ECECEE;

}

.gwt-menuBar .gwt-MenuItem-selected a {
    color: #212327;
    transition: 0.1s linear;;
}


/* Error */

div.errors {
    background-color: #eb3f20;
    color: white;
}


/*  MENU */

div.gwt-MenuBarPopup .gwt-mainMenuBarPopup table {
    border-radius: 6px !important;
}


tr.menuPopupMiddle {
    border-radius: 6px !important;
}


/* LOGIN */
/* LOGIN */
/* LOGIN */

#loginform td {
    font-size: 14px;
    padding: 5px;
}

#loginform table {
    /* border-spacing: 8px !important; */
    width: 100%;
}

legend {
}

#loginform legend {
    font-weight: 500;
    margin-bottom: 1em;
    padding-top: .5em;
}


div#loginForm {
    width: auto;
    max-width: fit-content;
    padding: 1rem;
}

#loginform td:last-child {
    text-align: right;
}

#loginForm form {
    background-color: #ffffff;
    color: #212327;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
    padding: 20px 20px;
    max-width: 520px;
}

#loginForm div.errors {
    max-width: 540px;
}

center img {
    margin-top: 80px !important; /* !important tu není třeba, stačí upravit původní hodnotu kde je 150px */
}

fieldset {
    border: none;
}


/* PO PŘIHLÁŠENÍ */
/* PO PŘIHLÁŠENÍ */
/* PO PŘIHLÁŠENÍ */

div.wizardPage {
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
    padding: 12px 12px;

}

div.wizardSection {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(33, 35, 39, 0.07);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    width: calc(100% - 45px);
    width: auto !important;
}

div.wizardSectionTitle {
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #212327;
    padding-bottom: 12px;

}

table.listing tr.even {
    background-color: #f1f1f1;
}

table.listing tr.redAsHell {
    background-color: rgb(255 229 229) !important;
}

.calendar tbody td.selected {
    background-color: #faf0ef;
    border: hidden;
}

div.toolBar {
    background-color: #F9FAFB;
    border-radius: 6px;
    margin-bottom: 16px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.toolBar * {
    vertical-align: middle;
    font-size: 14px;
}

div.toolBar td > a {
    white-space: nowrap;
    display: inline-block;
    padding: 4px 0px;
}

div.toolBar a img {
    margin: 0 2px 0 0;
}

div.toolBar a {
    padding-right: 12px;
}

div.fieldLine {
    padding-left: 0;
    font-size: 12px;
    border: none !important;
}

div.wizardPage {
    margin-left: 24px;
    width: calc(100% - 70px) !important;
    min-width: 440px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.calendar {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
}

.calendar table {
    background-color: #FFFFFF;
    border: none;
    font-family: 'Inter', sans-serif !important;
    border-radius: 12px;
    width: 280px;
    height: 220px;
    overflow: hidden;
}

.calendar thead .title {
    background-color: #F9FAFB;
    color: #212327;
    font-weight: 500;
    border: none;
    padding: 6px 0;
    font-size: 14px;
}

.calendar thead .hilite {
    border: none;
    background-color: #d2d6dc;
    transition: 0.1s linear;

}

.calendar table .wn {
    background-color: #ecf0f3;
    border-right: 1px solid #E5E7EB;
}

td.daysrow.rowhilite {
    background-color: red !important;

}

.calendar tbody td.today {
    color: #d23c27;
}

.calendar .button {
    border: none;
    border-radius: inherit;

}

.calendar thead .active {
    background-color: #d2d6dc;
    border-radius: inherit;

}

.calendar thead {
    background-color: #F9FAFB;

}

.calendar tbody td.weekend {
    color: #a5adb7;
}

.calendar thead .weekend {
    color: #7d8694;
}

.calendar thead .name {
    background: transparent;
}

.rowhilite {

}

.calendar tbody .rowhilite td {
    background-color: #ecf0f3;
}

td.hilite.day {
    background-color: #d2d6dc !important;
    border: none !important;
}

.calendar tbody .rowhilite td.wn {
    background-color: #ecf0f3;
}

.calendar thead .name {
    border-bottom: 1px solid #E5E7EB;
}

td.day.selected {
    color: #d23c27;
}

.calendar tfoot .ttip {
    background-color: #F9FAFB;
    border-top: 1px solid #E5E7EB;
    border-bottom: none;
    border-left: none;
    border-right: none;
    color: #6C7784;
    padding: 6px 0;
}

.wizardPage h2 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 8px;
}

div.ui-widget-header {
    border: none;
    background-color: #D23C27 !important;
    background-image: none;
}


div#changePasswordPane {

}

div#menuContainer {
    background-color: #ffffff;

}

div.title {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 4px;
}

div#mainMenuLine {
    margin-left: 0;
    padding-left: 40px;
    height: 44px;
    background-color: #D23C27 !important;

}

div.treeContainer {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
}

div#collaboratorChoosePane {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
    padding: 20px 0;
}


a.selectedNode {
    color: #D23C27;
    font-size: 14px !important;
    font-weight: 600 !important;
}

div.tabSelector {
    font-size: 14px;
    color: #E5E7EB;
}

div.tabSelector a {
    text-underline-offset: 2px;
    text-decoration-color: rgba(108, 119, 132, 0) !important;
    transition: 0.1s linear !important;
    padding: 2px;
    display: inline-block;
    margin: 3px 5px;
}

a.selectedTab:hover {
    color: #842518 !important;
}

.text8gray_dark h2 {
    font-size: 20px;
    font-weight: 500;
}

div.helpCard {
    background-color: transparent;

}

.backlink a {
    color: #212327 !important;
    text-decoration: underline;
    text-decoration-style: dotted;
    padding: 3px 3px;
    display: inline-block;
}

div.helpCard div.content {
    background-color: transparent;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
}

div.tabSelector a:hover {
    color: #6c7784;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-color: rgba(108, 119, 132, 1) !important;
    text-underline-offset: 2px;
    transition: 0.1s linear !important;
    padding: 2px;
}

/* KALENDÁŘ */
/* KALENDÁŘ */
/* KALENDÁŘ */

div#calendarWrapper {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
    padding: 20px 0;
}

div.GWTDialog{
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 12px;
    padding: 20px;
    z-index: 999;
}

div.GWTDialog + * {
    z-index: 999;
}

div.GWTDialog div.Caption {
    background-color: rgba(249, 250, 251, 0);
    border: 0;
    color: #212327;
}

td.dialogTopCenter {
    border-bottom: solid #E5E7EB 1px;
    background-color: rgba(249, 250, 251, 0);

}

table.dialogCaptionContentTable {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

div.gwt-label {
    font-size: 14px;
}

div#collaboratorPickerDialog, div#CollaboratorTreePickerDialog {
    padding: 16px;
}

table.CollaboratorTreePickerWidget td {
    padding: 0 4px;
}

table.navbar {
    background-color: #ffffff;
    padding-bottom: 16pt;
}

table.navbar td {
    vertical-align: middle !important;
    padding: 2px;
    font-size: 14px;
}

.rotatedText {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    writing-mode: horizontal-tb;
}

tr.title {
    font-size: 14px;
    font-weight: 500 !important;
    background-color: transparent !important;
}

a.white {
    color: rgba(210, 60, 39, 1);
    text-decoration-color: rgba(210, 60, 39, 1);
    text-underline-offset: 4px;
    transition: 0.1s linear;
}

a.white:hover {
    color: rgba(132, 37, 24, 1);
    text-decoration-color: rgba(132, 37, 24, 0);
    text-underline-offset: 6px;
    transition: 0.1s linear;

}

.gwt-mainMenuBar {
    background-color: rgba(0, 0, 0, 0);

}

div#mainMenuLine {
    background-color: #D23C27;
}

table.upperMenu {
    padding-right: 40px;
}

table.upperMenu tr {
    vertical-align: center;
}

.gwt-mainMenuBar table {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

table.listing {
    border: 1px solid #E5E7EB;
}

.gwt-mainMenuBar .gwt-MenuItem {
    padding: 0;
    border-radius: 6px;
    border: 0;
    font-size: 14px;

}

.gwt-mainMenuBar table {
    margin-top: 0 !important;
    margin-left: 12px !important;
}


.gwt-MenuItem {
    border-radius: 4px !important;
    padding: 4px 12px;
    transition: 0.1s linear;
    font-size: 14px;
}

.gwt-MenuBarPopup.gwt-mainMenuBarPopup .gwt-MenuItem {
	padding:0;
}

td.gwt-MenuItem {
    transition: 0.1s linear;

}

td#gwt-MenuItem.gwt-MenuItem-selected {
    background-color: #F5F5F7 !important;
    transition: 0.1s linear;
}

.gwt-MenuItem .gwt-MenuItem-selected {
    background-color: #F5F5F7 !important;
    border-radius: 3px;
    transition: 0.1s linear;
}

.gwt-mainMenuBar .gwt-MenuItem-selected {
    background-color: #B33321;
    border: 0;
    z-index: 100;
    transition: 0.2s linear;
}

.gwt-mainMenuBar .gwt-MenuItem-selected a {
    color: #ffffff;
    transition: 0.2s linear;

}

.gwt-MenuBar .gwt-MenuBar-vertical tbody {
    transition: 0.1s linear;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    border: 1px solid #E5E7EB;
    -webkit-box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
}

div.gwt-MenuBar.gwt-MenuBar-vertical {
    padding: 2px;
}


.gwt-menuBar {
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 6px;
}

td.menuPopupMiddleCenter {
    padding-top: 4px !important;
}

table td#leftcontent {
    padding-right: 24px;

}

table #left {
    background-image: none;
    background-color: #ffffff;
    margin-left: 40px;
}

.filterSection {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(33, 35, 39, 0.07);
    border-radius: 12px;
}


td#centrecontent table.text8gray_dark {
    background-image: none;
    background-color: #ffffff;
    border-radius: 12px;
    border: none;
    width: 100%;

}

table.listing {
    padding: 12px;
    appearance: none !important;
    background-color: transparent !important;
    outline: none !important;
    font-size: 11px !important;
}

td#centrecontent {
    padding: 0;
    overflow: hidden;
}

table.listing tr {
    background-color: #fff;
    border: hidden;
}

table.listing td {
    padding: 4px 10px;
}

table.listing th {
    background-color: #d2d6dc;
    padding: 4px 4px;
    border-right: 1px solid #a5adb7;
}

table.listing td, table.listing th {
    border-color: #ffffffb5;
    border-width: 0.9px !important;
}

table.listing tr.pager td {
    background-color: #ecf0f3;
}

td#centrecontent {
    width: auto;
    max-width: calc(100vw - 400px);
    overflow: auto hidden !important;
}

#header ~ table {
    border-collapse: collapse !important;
}

table.lightBorder td {
    border: 1px solid #d2d6dc !important;
}

td.dialogMiddleCenter {
    padding-top: 20px;
}

textarea.gwt-TextArea {
    margin-bottom: 12px;
}

table.CalendarAllocationFieldLine td {
    padding-top: 0;
    padding-bottom: 4px;
}

table.listing tbody {
    border: none !important;
}

table.entityDetailSection {
    width: 95%;
    padding: 12px;
    background-color: #ffffff;
    color: #212327;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
}

.fieldLine table.entityDetailSection {
    width: 100%;
}

table.entityDetailSection td {
    background-color: #ffffff;
    border-bottom: 1px solid #E5E7EB;
    padding-top: 4px;
    padding-bottom: 4px;
}

div#changePasswordPane {
    width: 640px !important;
    color: #353e48;
    font-size: 14px;
    line-height: 150%;
    max-width: 480px;
}

div#changePasswordPane fieldset {
    margin-top: 20px;
    padding-left: 0 !important;

}


div#changePasswordPane legend {
    font-weight: 600;
    padding-left: 0 !important;
    padding-bottom: 8px;
}


div#changePasswordPane table {
    font-size: 14px;
}


td#centrecontent {

    background-color: #ffffff;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 2px rgba(33, 35, 39, 0.07);
    border-radius: 12px;
}


table .filterSection {
    margin: 0;
    padding: 16px;
}

.filterSection td {
    font-size: 12px;
    padding-bottom: 4px;
}

#menuCloser {
    height: 0;
    padding-bottom: 24px;
}

div.tabSelector a.selectedTab {
    color: #D23C27;
}

img[src="/images/v2/calendar.png"] {
    width: 18px;
    height: 18px;
}

#logo {
    background-image: url("/images/logo.svg");
    /*@TODO remove svgur url */
    /* background-image: url(https://svgur.com/i/s4z.svg); */
    background-repeat: no-repeat;
    background-position: left;
    background-size: 148px 61px;
    margin-left: 48px;
    max-width: 200px;
}

#logo img {
    visibility: hidden;

}

#nineDots {
    background-image: url("/images/9dots.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    margin: auto 15px auto 48px;
    display: block;
    position:relative;
}
#nineDots img {
	cursor: pointer;
}

#nineDots #appBox { 
	display: none;
	position:absolute; 
	background-color:white;
	width:280px;
	padding:10px;
	top:70px;
	z-index:10000;
	border: 1px solid #E5E7EB;
    box-shadow: 0 4px 6px -2px rgba(33, 35, 39, 0.06), 0 20px 50px -10px rgba(33, 35, 39, 0.2);
    border-radius: 6px;
}
#nineDots #appBox a {
	display: block;
	width:90px;
	height:95px;
	background-image: url("/images/nineDotsDefaultIcon.png") !important;
	background-repeat: no-repeat;
    background-position: 30px 19px !important;
    background-size: 32px 32px !important;
	
	padding: 100px auto 20px;
	float:left;
	text-align: center;
	position:relative;
}
#nineDots #appBox a span {
	width:90px;
	font-size:larger;
	position: absolute;
	top:60px;
	left:0;
}

#nineDots #appBox a#nineDotsOKReports {
	background-image: url("/images/9dotsIcons/OK_Reporty_logo_basic.png");
	background-size: 84px 20px;
	background-position: 5px 24px;
}
#nineDots #appBox a#nineDotsFP5G {
	background-image: url("/images/9dotsIcons/financni_plan_5G_logo.png");
	background-size: 57px 32px;
	background-position: 18px 19px;
}
#nineDots #appBox a#nineDotsBeOnline {
	background-image: url("/images/9dotsIcons/beonline_logo.png");
	background-size: 84px 21px;
	background-position: 5px 24px;
}
#nineDots #appBox a#nineDotsREX {
	background-image: url("/images/9dotsIcons/logo_rex.png");
	background-size: 59px 32px;
	background-position: 15px 19px;
}
#nineDots #appBox a#nineDotsIF {
	background-image: url("/images/9dotsIcons/logo_if.png");
	background-size: 51px 32px;
	background-position: 22px 19px;
}
#nineDots #appBox a#nineDotsEPortfolio {
	background-image: url("/images/9dotsIcons/Logo_E-portfolio.png");
	background-size: 84px 15px;
	background-position: 5px 25px;
}
#nineDots #appBox a#nineDotsOKNet {
	background-image: url("/images/9dotsIcons/OK_net_logo_black.png");
	background-size: 67px 32px;
	background-position: 14px 19px;
}
#nineDots #appBox a#nineDotsFineoMaster {
	background-image: url("/images/9dotsIcons/logo_Fineo_MASTER.png");
	background-size: 67px 32px;
	background-position: 14px 19px;
}
#nineDots #appBox a#nineDotsSally {
	background-image: url("/images/9dotsIcons/logo_sally.png");
	background-size: 84px 32px;
	background-position: 5px 19px;
}
#nineDots #appBox a#nineDotsGFI {
	background-image: url("/images/9dotsIcons/logo_gfi.png");
	background-size: 53px 32px;
	background-position: 22px 19px;
}
#nineDots #appBox a#nineDotsBEOk__ {
	background-image: url("/images/9dotsIcons/logo_Broker_Coach_sirka.png");
	background-size: 84px 31px;
	background-position: 5px 19px;
}
#nineDots #appBox a#nineDotsBrokerFriend__ {
	background-image: url("/images/9dotsIcons/logo_Broker_Coach_sirka.png");
	background-size: 84px 31px;
	background-position: 5px 19px;
}
#nineDots #appBox hr {
	display: block;
	clear: both;
	margin: 0;
}
#menuIcons {
    margin-top: 9px;
    margin-right: 40px;
}

.ProgressDialog {
    padding: 18px;
    opacity: 1;
    background: #f9fafb;
    border: 1px solid #6565653d;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.ProgressDialog table {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
}

.ProgressDialog .dialogMiddleCenter {
    padding: 0 !important;
}

.ProgressDialog td {
    padding: 7px;
}

.ProgressDialog img {
    margin-right: 4px;
    vertical-align: middle;
}

.ProgressDialog td.dialogTopCenter {
    border-bottom: none !important;
}

#lostPasswordPane table {
    margin: auto;
}

.pageSelector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 8px 6px;
}

div.pageSelector span {
    padding: 0;
}

div.pageSelector span a {
    padding: 5px 7px !important;
    display: inline-block;
}

div.pageSelector span a:hover {
    color: #d23c27;
}

div.pageSelector span.selectedPage a {
    color: #d23c27;
    text-decoration: none;
    font-weight: bold;
}

div.pageSelector span.selectedPage {
    color: inherit;
    padding: 0;
    font-weight: bold;
    display: inline-block;
}

div.tabbedContent {
    width: 100%;
}

div.tabbedContent .toolBar {
    margin: 0 0 12px !important;
    width: calc(100% - 22px);
}

table.listing td a img {
    vertical-align: middle;
}

input[type=submit],
input[type="reset"] {
    cursor: pointer;
}


#menuContainer > div {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: end;
}

div#header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: white;
}

table.upperMenu {
    display: flex !important;
    height: auto;
    padding: 0;
    flex: 1;
    font-size: 11px;
}

table.upperMenu * {
    font-size: 11px;
}

table.upperMenu tbody {
    display: flex;
    flex: 1;
    flex-direction: column;
}

div#mainMenuLine {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto !important;
    flex-wrap: wrap;
    gap: 5px;
    padding: 6px 20px 6px 30px;
    min-height: 43px;
    box-sizing: border-box;
}

div#menuIcons {
    float: none;
}

div#menuContainer {
    display: flex;
    flex: 1;
    padding: 10px 20px 10px 0;
}

table.upperMenu tr {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 0;
    flex: 1;
    align-items: center;
}

table.upperMenu tr td:last-child {
    width: auto;
    flex: 1;
}

table.upperMenu tr td:last-child a {
    padding: 2px 0;
    display: inline-block;
}

.gwt-MenuBarPopup.gwt-mainMenuBarPopup {
    z-index: 999;
}

.upperMenu {
    color: #333333;
}
.upperMenu a {
    margin: 0 !important;
    padding: 0 9px !important;
}

div#logo {
    width: 160px;
}

div#menuIcons img {
    height: 24px;
}

div#menuIcons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.gwt-mainMenuBar .gwt-MenuItem a {
    white-space: nowrap;
    padding: 6px 12px;
}

.calendar .button {
    background: none !important;
}

#centrecontent a[style="color:white"] {
    color: inherit !important;
    padding: 10px;
    display: block;
    border-bottom: 1px dotted transparent;
}

#centrecontent a[style="color:white"]:hover {
    color: #6c7784 !important;
    border-bottom: 1px dotted #6c7784;
}

#disableFirstFetch img {
    display: none;
}

#disableFirstFetch {
    background: none !important;
}

#disableFirstFetch > span {
    position: static !important;
    width: 100% !important;
    background: none !important;
    color: inherit !important;
    font-size: 14px;
}


div.fatalError {
    border: 1px solid #E43024;
    margin: auto;
    background: #F9FAFB !important;
    color: #E43024;
    padding: 15px;
    font-weight: 600;
}

div.fatalError * {
    color: #E43024;
}


.CalculatorDialog .Caption {
    background: none;
    border: none;
}

.CalculatorDialog {
    border: 1px solid #e5e7eb;
    box-shadow: 0 0 30px 0 #0000008c;
    padding: 20px;
}

.LabelPoints {
    color: #d23c27;
}

button.gwt-Button {
    border-radius: 3px;
    background: white;
    border: 1px solid #e5e7eb;
    padding: 0 10px;
    height: 28px;
}

.gwt-Label {
    line-height: 25px;
    margin-right: 9px;
}

span.gwt-RadioButton {
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
}

table.ParametersPanel {
    border: 1px solid #e5e7eb;
}

#centrecontent fieldset[style*=width] {
    width: calc(100% - 16px) !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

#centrecontent fieldset[style*=width] * {
    vertical-align: middle;
}

#centrecontent fieldset[style*=width] input {
    margin: 0 2px 0 6px;
}

span.imgTitleImmediate:hover::after {
    right: 30px;
    top: -3px;
    z-index: 1;
    box-shadow: none;
    border: 1px solid #bababa;
    background: #eeeeee;
    color: black;
    font-size: 13px;
    padding: 3px 7px;
    border-radius: 5px;
}

.contentBand {
    background: #f4f4f4;
    font-size: 14px;
}

.contentBand .lightGray {
    color: black;
}

.contentBand label {
    margin-left: 10px;
    margin-bottom: 12px;
    display: inline-block;
}

.contentBand br + label {
    margin-left: 0;
}

div.wizardSection span.previousValue {
    background: #d23c27;
    color: white;
    display: inline-block;
    padding: 2px;
}

div.navigation div.previous, div.navigation div.next {
    margin-top: 4px;
}

.clientCategory, .lastServiceRank {
    width: 500px; 
    height: 350px;
    max-width: 100%;
}

h3#wizardTitle {
    padding-left: 8px;
}

div.wizardPage table tr td {
    width: auto;
}

.filterSection table {
    width: 100%;
}

#centrecontent a[style*="color:white"],
#centrecontent a[style*="color: white"] {
    color: #555555 !important;
}

#centrecontent a[style*="color:white"]:hover,
#centrecontent a[style*="color: white"]:hover {
    color: #d23c27 !important;
}

table#csrDetail td {
    font-size: 12px !important;
}

table#csrDetail {
    padding: 0 !important;
    border: none !important;
    border-collapse: collapse !important;
}

div.wizardSection td {
    color: #222222;
}

.wizardPage .formSubmit {
    width: auto;
}

div.section.clearfix img#logo {
    background-image: none;
}


/* added 1.9 */
.filterSection table {
    table-layout: fixed;
}
div.filterSection select,
div.filterSection input {
    max-width: 100%;
}

select[name="productionPeriodMonth"] {
    max-width: 45px !important;
}
table.treeElementTable .nodeCell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dm-logo-dark { 
	position:absolute; display: none; 
}

body#calendarLayout div#menuCloser {
    height: 0 !important;
    padding: 0 !important;
}

body#calendarLayout table.navbar {
    padding: 0 !important;
}

body#calendarLayout div#calendarWrapper {
    padding: 0 !important;
}
body#calendarLayout div#mainMenuLine {
    height: auto !important;
}

.CalendarAllocationFieldLine input[type=text]:not([class*="wc-"]),
.CalendarAllocationFieldLine input[type=password]:not([class*="wc-"]) {
	transition: none;
}

.autocomplete-items div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dialogCaptionContentTable {
    color:  black;
}

.CalendarDialog {
    background: #d23c27;
}

div.wizardSection .fieldLine .autocomplete {
    min-width: 285px;
}

div.wizardSection .fieldLine .autocomplete .autocomplete-items div {
    white-space: normal;
}

.wd-header-end {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  max-width: 300px;
  justify-content: end;
  gap: 0 8px;
  align-items: center;
  float: right;
  --stroke-color: #212327;
}
.wd-header-end * {
  font-size: 14px;
}
.btn-icon {
  border: none !important;
  background: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.btn-icon svg {
  width: 18px;
  height: 18px;
}
.btn-primary {
  color: #ee3422;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #ee3422 !important;
}
.dropdown-submenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: rotate(-90deg);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: -8px;
  left: -160px;
}
.dropdown-menu a svg {
  margin: 0px 6px 0 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.dropdown-info {
  padding: 3px 20px;
  min-width: 250px;
  color: #ee3422;
}
.dropdown-info strong {
  display: flex;
}
.dropdown-info-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}
.wd-header-end * {
    color: inherit;
}

table.upperMenu * {
    font-size: 12px;
}

.dropdown-header, .dropdown-menu>li>a {
    display: block !important;
    padding: 3px 20px !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.wizardPage .tabsHead {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
  
.wizardPage .tabsHead ul {
	list-style: none;
	padding: 0 5px ;	
	margin: 0;
	margin-bottom: -1px;
	display: inline-block;
}
  
.wizardPage .tabsHead li {
            float: left;
            border: none;
            cursor: pointer;
            padding: 4px 6px;
            transition: 0.3s;
}
  
.wizardPage li:hover {
        text-decoration: underline;
}
  
    /*Head area active tab*/
.wizardPage li.activeTab {
        border:1px solid #ccc;
        border-bottom:none;
        background-color: white;
}
  
    /*Content area*/
.wizardPage .tabsContent > div {
	position:absolute;
	visibility:hidden;
	padding: 6px 0px;
}
  
        /*Content area active tab*/
.wizardPage .tabsContent > div.activeTab {
	position:static;
	visibility:visible;
}

/* jquery dialog */
.ui-dialog-titlebar-close {
border-radius: 3px;
border: none;
border: 1px solid transparent;
cursor: pointer;
transition: all 200ms ease;
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
border: 1px solid #d23c27;
}

.ui-dialog-titlebar-close:before {
font-size: 14px;
content: 'x';
color: #d23c27;

}

.ui-dialog { z-index: 1000 !important ;}

table.listing tr.even.greenBackground td, table.listing tr.greenBackground td {
	background-color:#d6ffd7 !important;
}