* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0;
}

body.js {
	display: none;
}

a, a:visited {
	color: #3b73af;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, .actionbtn, .icon-collapsed, .icon-expanded,
.icon-checkbox-unchecked:not(.bool), .icon-checkbox-checked:not(.bool),
.icon-minus-box, .icon-delete,
input[type=checkbox]:enabled {
	cursor: pointer;
}

[class^="icon-"], [class*=" icon-"] {
	font-weight: inherit;
}

.icon-checkbox-unchecked:hover svg,
.icon-checkbox-checked:hover svg,
.icon-minus-box:hover svg {
	filter: drop-shadow( 0px 0px 2px #3C90F2);
}

label {
	cursor: pointer;
}


table {
	border: none;
	border-collapse: collapse;
}

td.r, th.r, .r td, .c th {
	text-align: right !important;
}

td.c, th.c, .c td, .c th {
	text-align: center !important;
}

.r input[type='text'] {
	text-align: right !important;
}

header h1 {
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	text-decoration:none;
}

header .iw-contextMenu, .tree .iw-contextMenu {
	position: fixed;
}

.contentheader h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
}

.contentheader h1 a {
	text-decoration: none;
}

/*h3 {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0px 0px 8px 0px;
}*/

img {
	border: 0;
}

@media (resolution: 120dpi) {
	img.fixscale {
		width: 80%;
	}
}

@media (resolution: 150dpi) {
	img.fixscale {
		width: 50%;
	}
}

/*img.loading {
	background: transparent url('/i/loading.gif') center no-repeat;
}*/

.middle {
	vertical-align: middle;
}

.hide {
	display: none !important;
}

.smaller {
	font-size: smaller;
}


input.text {
	width: 300px;
}

.icon {
	display: inline-block;
	min-width: 16px;
	text-align: center;
}
.icon.bool {
	color: gray;
}

.actionbtn i.icon:first-child, .actionlink i.icon, .nav a .icon {
	margin-right: 4px;
}

/* forms */
.width100 {
	width: 100%;
}

.widthstd {
	width: 700px;
}

.height100column {
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.height100column form {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.widthstd2x {
	width: 100%;
	max-width: 1400px;
}

.formtable .formlabel {
	width: 30%;
}

.formtable .formbody {
	width: 70%;
}

.formtable {
	margin-bottom: 7px;
	width: 100%;
}

.contentbodypadding {
	padding: 8px;
}

.formtable td {
	vertical-align: top;
}

.formbody textarea {
	width: 100%;
	height: 75px;
}

.radiobuttonlist label, .checkboxlist label {
	display: flex;
	margin: 2px 0 2px 0;
}

.radiobuttonlist.horizontal {
	display: flex;
}

.radiobuttonlist.horizontal label:not(:first-child), .checkboxlist.horizontal label:not(:first-child) {
	margin: 2px 0 2px 12px;
}


hr {
	color: #003399;
	height: 2px;
}

.formtable .formbody {
	line-height: 1.3em;
}

.contentheader {
	background-color: #f5f5f5;
	padding: 0 8px 0 8px;
	display: inline-block;
	width: 100%;
}

.contentheader .cramb {
	padding: 6px 0 4px 0;
}

.formtable tr:not(:first-child) {
	border-top: 1px solid #bad6dd;
}

.formbody {
	vertical-align: top;
	background: #ebf3ff;
	padding: 3px 6px 4px 6px;
}

.formbody input[type=text],
.formbody input[type=password],
.formbody select,
.formbody textarea {
	width: 100%;
}

.inpstd .formbody input[type=text],
.inpstd .formbody input[type=password],
.inpstd .formbody select,
.inpstd .formbody textarea {
	width: auto;
}

.formlabel {
	text-align: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 6px;
	color: #525252;
	font-weight: bold;
}

.formvalidation {
	color: #ff0000;
}

.descriptiontext {
	font-weight: normal;
	font-size: smaller !important;
	margin: 3px 0 0 1px
}

.btn {
	width: 7.5em;
	height: 1.9em;
	cursor: pointer;
}

.btn-primary:focus {
	outline: 0;
}

.buttonsbar {
	display: flex;
	min-height: 30px;
}
form .buttonsbar {
	padding-top: 8px;
}

.modal-footer .right, .buttonsbar .right {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.modal-footer .right > *, .buttonsbar .right > *, .buttonsbar .left > * {
	margin-left: 4px;
}


/* lists */
.listviewtable th {
	font-weight: normal;
	color: #b2b2b2;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	background-color: #f2f2f2;
	padding: 4px 6px;
}

.listviewtable .gr {
	height: 22px;
	font-weight: bold;
	border-bottom: 1px solid #8ebbf5;
	border-top: 1px solid #f9f9f9;
	padding: 14px 8px 3px 8px;
}

.listviewtable td {
	padding: 4px 6px;
}

.listviewtable .alt {
	background: #f9f9f9;
}

.listviewtable .del {
	background-color: #ccc;
	text-decoration: line-through;
}

.listviewtable.hover tr:hover:not(.sel_info) {
	background-color: #AFEEEE;
}

.listviewtable tr.checked {
	background-color: #c2dbff;
}

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

.listviewtable .sel_info span {
	font-weight: bold;
}

/*.listviewtable th {
	position: relative;
}
*/
.listviewtable th .dropdownimage {
	font-size: x-small;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.listviewtable th:hover .dropdownimage {
	visibility: visible;
}

.listviewtable td.sel {
	user-select: none;
}
/*.listviewtable tr:focus {
	background-color: orange !important;
}*/

.cellborders .border-l {
	border-left: solid 1px #bbb;
}

.cellborders .border-r {
	border-right: solid 1px #bbb;
}

.cellborders .border-b {
	border-bottom: solid 1px #bbb;
}

.cellborders .border-t {
	border-top: solid 1px #bbb;
}

.cellborders .border-l-wide {
	border-left: solid 3px #bbb;
}

.cellborders .border-r-wide {
	border-right: solid 3px #bbb;
}

.cellborders .border-b-wide {
	border-bottom: solid 3px #bbb;
}

.cellborders .border-t-wide {
	border-top: solid 3px #bbb;
}

.inlinefilter {
	padding: 4px;
	font-size: smaller;
}

.filterbtn.hascriteria, .listsettings-enabled {
	font-weight: bold;
	color: #F36F38;
}

/* two columns table/row*/
.twocolumnstable {
	display: table;
	width: 100%;
	border-spacing: 4px;
}

.twocolumnsrow {
	display: table;
	width: 100%;
}

.twocolumnstable .twocolumnsrow {
	display: table-row;
}

.twocolumnstable .twocolumnsrow:not(:first-child) > div {
	padding-top: 4px;
}

.twocolumnstable .twocolumnsrow input[type=text], .twocolumnstable .twocolumnsrow input[type=password],
.twocolumnstable .twocolumnsrow select, .twocolumnstable .twocolumnsrow textarea {
	width: 100%;
}

.twocolumnsrow > div {
	display: table-cell;
}

.twocolumnstable .twocolumnsrow > div:first-child {
	padding-right: 4px;
}

.twocolumnsrow.longfirst > div:first-child {
	width: auto;
}

.twocolumnsrow.longfirst > div:last-child {
	width: 20px;
	text-align: right;
}

.twocolumnsrow.longlast > div:first-child {
	width: 20px;
	text-align: left;
}

.twocolumnsrow.longlast > div:last-child {
	width: auto;
}


/* menu */
/* toolbar */
.menutoolbar {
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menutoolbar ul {
	margin: 0;
	padding: 0px 8px 4px 8px;
	border: 0;
	list-style-type: none;
	min-height: 42px;
	display: flex;
	align-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.menutoolbar li {
	border: 0;
	padding-top: 4px;
}

.menutoolbar-left {
	float: left;
}

.menutoolbar-right {
	float: right;
}

.menutoolbarseparator {
	width: 6px;
}

.menutoolbar-left h3 {
	margin: 0 8px 0 -8px;
}

.menutoolbar-field {
	display: flex;
	align-items: center;
}
.menutoolbar-field > div:nth-child(2) {
	padding-left: 4px;
}

.topmargin {
	margin-top: 12px;
}

.actionbtn, .actionimg, .btn-primary {
	border: 1px solid #d5d5d5;
	padding: 3px 9px;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	white-space: nowrap;
}

a.actionbtn, a.actionimg {
	text-decoration: none;
	color: #333;
}

.actionbtn:hover, .actionimg:hover, .btn-primary:hover {
	background-image: -webkit-linear-gradient(#fcfcfc, #ddd);
	background-image: linear-gradient(#fcfcfc, #ddd);
	border: 1px solid #c6c6c6;
}

.actionbtn:active, .actionimg:active, .btn:active {
	background-image: -webkit-linear-gradient(#ddd, #fcfcfc);
	background-image: linear-gradient(#ddd, #fcfcfc);
	border: 1px solid #4d90fe;
}

.actionbtn .icon-dropdownarrow {
	font-size: x-small;
}
.actionbtn .icon-dropdownarrow svg {
	width: 12px;
	height: 12px;
}

a.actionimg.backimg {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.disabled {
	color: gray;
	background-image: none;
	background-color: #f2f2f2;
	cursor: pointer;
	pointer-events: none;
}

a.disabled > i.icon {
	color: gray;
}

.backbutton {
	margin-right: 8px;
}

.badge {
	position: absolute;
	top: -7px;
	right: -7px;
	background: #f00;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 2px 3px;
	text-align: center;
	font-family: Segoe UI, 'Open Sans', Trebuchet MS;
}

.dropdownmenu a.task-progress {
	padding: 4px 12px 12px 12px;
}

.dropdownmenu a.task-progress:hover {
	background-color: #eff0f1;
	color: #333;
}

.dropdownmenu a.task-progress:not(:last-child) {
	border-bottom: #ccc;
}

.task-progress > div:first-child > span {
	text-align: right;
}

.task-progress > div:last-child {
	position: relative;
	overflow: hidden;
	height: 7px;
	background-color: #eee;
}

.task-progress > div:last-child > span {
	position: absolute;
	overflow: hidden;
	float: left;
	height: 100%;
	background-color: #57889c;
	padding: 0px;
}

.formbody input[readonly],
.formbody textarea[readonly],
.formbody select[disabled], .formbody select.readonly, .formbody select option:disabled,
.formbody div[data-disabled] {
	background-color: #e5e5e5;
}

.formbody input:read-only, .formbody textarea:read-only {
	background-color: #e5e5e5;
}

.grid60, .fieldsblock-grid, .block-body {
	display: grid;
	grid-template-columns: repeat(60, 1fr);
	align-items: flex-start;
}

.grid-sidebar-2col {
	display: grid;
	grid-template-columns: max-content 1fr;
	height: 100%;
}
.overflow-y-separate > div {
	height: 100%;
	overflow-y: auto;
}

@media (min-width: 600px) {
	.grid60 .grid-cols2 {
		width: 100%;
		columns: 100px 2;
		column-gap: 20px;
	}

	.grid-cols2 > * {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}

@media (max-width: 600px) {
	.grid60, .fieldsblock-grid, .block-body {
		width: 100%;
		max-width: 600px;
	}

	.grid60 > *, .fieldsblock-grid > *, .block-body > * {
		grid-column-end: span 60 !important
	}

	.field-label {
		width: 30% !important;
	}

	.field-body {
		width: 70% !important;
	}
}

.fieldsblock-grid, .grid60 > *, .block-body > * {
	grid-column-end: span 60;
}


.viewform.grid60, .editform.grid60 {
	grid-column-gap: 20px;
}

.fieldsblock-grid .field {
	display: flex;
	flex-direction: row;
	grid-column-end: span 60;
}

.field-label {
	text-align: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 6px;
	color: #6b778c;
	font-weight: 500;
}

.viewform .field-label, .block-collapsible .field-label {
	font-weight: normal;
}

.field-body {
	vertical-align: top;
	/*background: #ebf3ff;*/
	padding: 3px 6px 4px 6px;
}

/*.fieldsblock-grid > div:not(:first-child) {
	border-top: 1px solid #bad6dd;
}*/
.field-body input[type=text],
.field-body input[type=password],
.field-body select,
.field-body textarea {
	width: 100%;
	background-color: #fafbfc;
	border-color: #aaa;
	border-width: thin;
}

.inpstd .field-body input[type=text],
.inpstd .field-body input[type=password],
.inpstd .field-body select,
.inpstd .field-body textarea {
	width: auto;
}

.field-validation {
	color: #ff0000;
}

.field-description {
	font-weight: normal;
	font-size: smaller !important;
	margin: 3px 0 0 1px
}

.field-plaintext {
	display: block;
	background-color: #ebf3ff;
	padding: 2px;
	word-wrap: break-word;
}

.field-plaintext::after {
	content: '\200B';
}

.field-body input[type=text].cal-date {
	width: 85px;
	background-color: transparent;
}

.field-editableplaintext {
	padding: 0;
	background-color: #ebf3ff;
	border: solid 1px transparent;
	cursor: text;
}
.field-editableplaintext > a {
	display: flex;
	flex-direction: row;
	color: inherit;
}
.field-editableplaintext > a:hover {
	text-decoration: none;
}
.field-editableplaintext .field-editableplaintext-text {
	flex: 1;
}
.field-editableplaintext .field-editableplaintext-btn {
	visibility: hidden;
	padding-left: 2px;
	cursor: pointer;
}
.field-editableplaintext .field-editableplaintext-btn .svgicon-edit2 {
	width: 12px;
	height: 12px;
}
.field-editableplaintext:not(.field-editableplaintext-editmode):hover {
	border: solid 1px #c2dbff;
}
.field-editableplaintext:not(.field-editableplaintext-editmode):hover .field-editableplaintext-btn {
	visibility: initial;
	background-color: #c2dbff;
}

.field-editableplaintext-editmode {
	position:relative;
}
.field-editableplaintext-editmode .field-editableplaintext-btn {
	position: absolute;
	right: 0;
	visibility: visible;
	background-color: white;
	border: 1px solid #ddd;
	display: flex;
	padding: 2px;
	gap: 2px;
	box-shadow: 0 3px 6px rgba(111,111,111,0.2);
}
.field-editableplaintext-editmode .field-editableplaintext-btn .svgicon-true {
	color: mediumseagreen;
}
.field-editableplaintext-editmode .field-editableplaintext-btn .svgicon-close {
	color: inherit;
}
.field-editableplaintext-editmode .field-editableplaintext-btn > a {
	border-radius: 3.01px;
	cursor: pointer;
	background-color: rgba(9,30,66,0.13);
	display: inline-block;
	height: 24px;
	padding: 0 4px;
	margin: 0;
	display: flex;
	align-items: center
}

/*.field-editableplaintext:hover {
	border: none;
}

.field-editableplaintext-editmode .field-editableplaintext:hover .field-editableplaintext-btn {
	visibility: initial;
	background-color: none;
}
*/

.resedit {
	background-color: yellow;
}

/* popup **********************************************************************************/
#overlay1 {
	top: 0;
	left: 0;
	position: fixed;
	//position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 50;
}

/* js calendar  **********************************************************************************/
div.calendar {
	position: relative;
	z-index: 99;
}

.calendar table {
	border-collapse: separate;
	border-spacing: 3px;
}

.calendar {
	border: 1px solid #bdb2bf;
	background-color: white;
}

/* Header part -- contains navigation buttons and day names. */
.calendar .cal-button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 2px; /* Make the buttons seem like they're pressing */
	font-weight: bold;
	cursor: pointer;
}

.calendar .cal-nav > div {
	position: relative;
}

.calendar .cal-nav > div:after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: 3px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 4px solid;
}

.calendar thead .cal-title { /* This holds the current "month, year" */
	font-weight: bold; /* Pressing it will take you to the current date */
	text-align: center;
	padding: 2px;
}

.calendar thead .name { /* Cells <TD> containing the day names */
	padding: 2px;
	text-align: center;
}

.calendar thead .active { /* Active (pressed) buttons in header */
	padding: 3px 1px 0px 3px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	font-size: smaller;
	height: 24px;
	color: #FF9A19;
}

/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 32px;
	height: 32px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background-color: transparent;
}

.calendar tbody .day:hover {
	background-color: #F0F0F0;
}

.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #999;
}

.calendar tbody .day.othermonth.oweekend {
	color: #f99;
}

.calendar tbody td.today {
	font-weight: bold;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	color: #c44;
}

.calendar tbody td.selected, .calendar tbody td.selected:hover { /* Cell showing selected date */
	font-weight: bold;
	background: #45bced;
	border-radius: 50%;
	color: white;
}

.calendar .headrow .cal-button {
	background-color: transparent;
	border-radius: 8px;
}

.calendar .headrow .cal-button:hover {
	background-color: #F0F0F0;
}

.calendar tbody .disabled {
	color: #999;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	font-size: small;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	padding: 2px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
	background: #afa;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	background: #7c7;
	padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .cal-combo {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 4em;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: #797979;
	z-index: 100;
	font-size: 90%;
	background-color: white;
}

.calendar .cal-combo .cal-label {
	text-align: center;
	padding: 1px;
}

.calendar .cal-combo .active {
	font-weight: bold;
}

.calendar .cal-combo .cal-label:hover {
	background-color: #F0F0F0;
}

.calendar td.time {
	border-top: 1px solid #797979;
	padding: 1px 0px;
	text-align: center;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 0px 5px 0px 6px;
	font-weight: bold;
}

.calendar td.time .hour,
.calendar td.time .minute {
	font-family: monospace;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.cal-openbtn {
	margin-left: 3px;
	cursor: pointer;
	color: #7a869a;
}
.periodpicker-readonly .cal-openbtn {
	cursor: default;
}

.formbody input[type=text].cal-date {
	width: 85px;
}

.cal-datetime {
	width: 115px;
}

/* datelists */
.datelists {
	display: inline-block;
}

.datelists select {
	width: auto;
	padding: 1px;
}

/* td drag'n'drop */
td.showDragHandle {
	/*background-image: url(/i/dnd/updown2.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	cursor: move;
}

/* tessera **********************************************************************************/
.deletedItem {
	background-color: #ccc;
	text-decoration: line-through;
}

.CodeArea {
	padding-left: 3px;
	width: 100%;
	height: 500px;
	font-family: Consolas,Courier New Cyr;
	font-size: 14px;
	border: 1px solid #666;
}

.textAreaWithLines {
	display: block;
	margin: 0;
	border: 1px solid #666;
	border-right: none;
	background: #ddd;
	color: #000;
	/*padding-right:5px;*/
}




/* other */
.tabletitle {
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.2em;
	display: table;
	background-color: #FFF0C6;
	padding: 0px 4px;
	display: inline-block;
}

.grouptoolbar {
	display: inline-block;
}

.grouptoolbar a {
	margin-left: 4px;
	padding: 3px 9px;
	border: 1px solid #fff;
}

.grouptoolbar a:hover {
	background-color: #fcfcfc;
	border: 1px solid #aaa;
}

/* Twitter bootstrap labels */
.label {
	display: inline;
	padding: .2em .6em .3em;
	/*font-size: 75%;
  font-weight: 700;*/
	line-height: 1;
	color: #fff;
	/*text-align: center;
	white-space: nowrap;*/
	vertical-align: baseline;
	border-radius: .25em;
}

.label-danger {
	background-color: #d9534f;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-info {
	background-color: #5bc0de;
}

.label-success {
	background-color: #5cb85c;
}

.label-primary {
	background-color: #337ab7;
}

.label-default, .label-neutral {
	background-color: #777;
}
.label a {
	color: inherit;
}


/* new modal */
.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0;
	background-color: rgba(255, 255, 255, 0.67);
	z-index: 100;
}

.modal-dialog {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	/*height: 100%;*/
	max-height: 85vh;
	min-width: 250px;
	visibility: hidden;
	padding:10px;
}

.modal-dialog > *:first-child {
	height: 100%;
	max-height: 85vh;
}

.modal-dialog form {
	display: flex;
	flex-direction: column;
	height:100%;
}

.modal-dialog .buttonsbar {
	min-height: initial
}

.modal-container {
	height: 100%;
	/*max-height: 99%;*/ /*ie 11 hack*/
	display: flex;
	flex-direction: column;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	border: 1px solid rgba(0,0,0,.5);
	overflow-y: auto;
}

.modal-header, .modal-body, .modal-footer, .modal-toolbar, .modal-container .buttonsbar {
	background-color: #fff;
}

.modal-header {
	padding: 3px 10px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f3f3f3;
}

.modal-header h3 {
	padding-top: 4px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
}

.modal-title {
	margin: 0;
}

.modal-body {
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal-body .widthstd {
	width: 100%
}

.modal-footer {
	padding: 8px 15px;
	border-top: 1px solid #e5e5e5;
	background-color: #f3f3f3;
	display:flex;
	flex-direction: row;
	gap: 8px;
}
.modal-container .buttonsbar {
	background-color: #f3f3f3;
	text-align: right;
	width: 100%;
	padding: 0;
}
.modal-footer-help {
	display: flex;
	align-items: center;
}

.modal-dialog {
	transform: scale(0.8);
	transform-origin: top;
	opacity: 0;
	transition: transform 0.2s;
}

.modal-dialog.md-show {
	transform: scale(1);
	opacity: 1;
	resize: both;
}

@media screen and (max-width: 1024px) {
	.modal-dialog {
		top: 0;
		width: initial;
		max-height: initial;
		min-width: initial;
		height: 100%;
	}
	.modal-dialog > *:first-child {
		max-height: initial;
	}
}


button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: smaller;
}

.close {
	float: right;
	font-size: 1.2em;
	line-height: 20px;
	color: #777;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog.modalbodypadding .modal-body {
	padding: 15px;
}
.modal-dialog.height100 .modal-container, .modal-dialog.height100 .modal-body {
	height: 100%;
}

/* field-edit-dialog */
.field-edit-dialog {
	position: fixed;
	top: 40px;
	left: 0;
}


.paging {
	padding: 0px 8px;
}

.paging, .paging2 {
	user-select: none;
}

.paging2 .int {
	cursor: pointer;
	border-bottom: 1px dashed;
	color: #3b73af;
}

.paging2 a.cnt {
	/*line-height: 20px;*/
	border: 1px solid transparent;
	padding: 0px 3px;
	color: #333;
	/*margin: 0px 5px 0px 0px;*/
}

.paging2 a.cnt:hover {
	text-decoration: none;
	background-image: -webkit-linear-gradient(#fcfcfc, #ddd);
	background-image: linear-gradient(#fcfcfc, #ddd);
	border: 1px solid #c6c6c6;
}

.linkicon {
	margin-right: 4px;
}

.tabs2 > ul {
	width: 100%;
}

.tabs2 > ul {
	margin: 0;
	padding: 5px 0 0 16px;
	list-style: none;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.tabs2 > ul > li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin: 0 0 0 -1px;
	user-select: none;
}

.tabs2 > ul > li > div {
	top: 33px;
	bottom: 0;
	left: 0;
	padding: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs2 > ul > li > input[type="radio"] + label {
	display: block;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	padding: 4px 10px 3px 10px;
	background: #f1f1f1;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	user-select: none;
}

.tabs2 > ul > li > input[type="radio"]:checked + label {
	z-index: 1;
	background: #fff;
	border-bottom-color: #fff;
	font-weight: bold;
	cursor: default;
}

.tabs2 > ul > li > input[type="radio"] {
	opacity: 0;
	display: none;
	user-select: none;
}

.tabs2 > ul > li > input[type="radio"]:disabled + label {
	opacity: .5;
	cursor: no-drop;
}
.tabs2 .aftertabs {
	padding-left: 8px;
}
.tabs2 .beforetabs {
	padding-right: 8px;
}

.tabs2_pages > div {
	display: none;
}

.tabs2_pages > div.selected {
	display: block;
	height: 100%;
}

div.tabs2 + div.tabs2_pages {
	margin-top: 8px;
}


/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tipso_bubble {
	position: absolute;
	text-align: left;
	border-radius: 6px;
	z-index: 9999;
	/*display: inline-block;*/
}

.tipso_style {
	cursor: help;
	border-bottom: 1px dotted;
}

.tipso_title {
	border-radius: 6px 6px 0 0;
}

.tipso_content {
	word-wrap: break-word;
	padding: 0.5em;
}

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
	font-size: 0.6rem;
}

.tipso_bubble.small {
	font-size: 0.8rem;
}

.tipso_bubble.default {
	font-size: 1rem;
}

.tipso_bubble.large {
	font-size: 1.2rem;
	width: 100%;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
	border-top-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}

.tipso_bubble.bottom > .tipso_arrow {
	border-bottom-color: #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
	border-left-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	top: 50%;
	left: 100%;
	margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
	border-right-color: #000;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	top: 50%;
	right: 100%;
	margin-top: -8px;
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
	border-bottom-left-radius: 0;
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
	border-top-left-radius: 0;
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
	border-bottom-right-radius: 0;
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
	border-top-right-radius: 0;
}

.visible {
	visibility: visible;
}


/* dropdownmenu */
.dropdownmenu {
	transition: opacity 80ms linear;
	overflow: auto;
}

.dropdownmenu.iw-display {
	transition: opacity 0ms;
}

.dropdownmenu::-webkit-scrollbar {
	width: 6px;
}

.dropdownmenu::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.dropdownmenu::-webkit-scrollbar-thumb {
	background: #888;
}

.dropdownmenu::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.dropdownmenu > div > div {
	background-color: #eff0f1;
	width: 100%;
	padding: 0px 12px;
	line-height: 28px;
	color: #6a737c;
	font-weight: bold;
	text-transform: uppercase;
}

.dropdownmenu div.imagetext {
	line-height: 28px;
	text-align: left;
	color: #333;
	white-space: nowrap;
	padding: 0px 12px 0px 31px; 
}


.dropdownmenu a, .dropdownmenu .item {
	display: block;
	width: 100%;
	text-decoration: none;
	outline: none;
	padding: 0px 12px;
	line-height: 28px;
	text-align: left;
	color: #333;
	white-space: nowrap;
}
.dropdownmenu a.disabled, .dropdownmenu .item.disabled {
	color: #aaa;
	cursor: default;
	pointer-events: auto;
	background-image: inherit;
	background-color: inherit;
}

.dropdownmenu span {
	padding: 0px 12px;
}

.dropdownmenu .icon {
	margin-right: 3px;
}

.dropdownmenu .separator {
	border-top: 2px solid transparent;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

.dropdownmenu a:hover, .dropdownmenu a.selected {
	background-color: #296ca3;
	color: white;
	text-decoration: none;
}

.icon-dropdownarrow-angle {
	margin-left: 10px;
	font-size: small;
}

.dropdownfield {
	display: inline-block;
	padding-right: 10px;
}

.dropdownfield:hover, .dropdownfield.iw-opened {
	background-color: #7fe0f8;
	background-image: linear-gradient(#cef8ff, #7fe0f8);
}

.dropdownimage {
	padding: 2px 4px;
}

.dropdownimage:hover, .dropdownimage.iw-opened {
	background-color: #7fe0f8;
	background-image: linear-gradient(#cef8ff, #7fe0f8);
}

.dropdownimage-inline {
	display: inline-block;
	margin-left: 4px;
}

/* period picker*/
.datetimepicker {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
	align-items: center;
}
.periodpicker, .periodpicker-readonly {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	white-space: nowrap;
	align-items: center;
	padding: 0 2px;
	background-color: white;
	border: 1px solid #aaa;
	min-width: 200px;
}

.periodpicker div, .datetimepicker div, .periodpicker-readonly div {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 3px;
}

.periodpicker input, .periodpicker select {
	display: inline;
	border: none;
	line-height: inherit;
	outline: none;
	background-color: transparent;
}

.periodpicker input[type=text].cal-date, .datetimepicker input[type=text].cal-date {
	width: 75px;
	/*padding: 0 0 0 3px;*/
}
.periodpicker input[type=text].cal-date::placeholder, .datetimepicker input[type=text].cal-date::placeholder {
	font-size: smaller;
	text-align: center;
}

.periodpicker .datelists .hours, .periodpicker .datelists .minutes,
.datetimepicker .datelists .hours, .datetimepicker .datelists .minutes {
	width: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.periodpicker {
		border: 1px inset #999;
	}

	.periodpicker .datelists .hours, .periodpicker .datelists .minutes,
	.datetimepicker .datelists .hours, .datetimepicker .datelists .minutes {
		width: 25px;
	}
}

.periodpicker > div:first-of-type, .periodpicker > div:last-of-type {
	background-color: #c2dbff;
	border-radius: 7px;
	/*padding: 0 3px;*/
}

.periodpicker .cal-openbtn, .periodpicker-readonly .cal-openbtn {
	position: absolute;
	/*top: 6px;
	bottom: 4px;*/
	right: 3px;
	margin-left: 0;
	font-size: inherit;
	width: inherit;
	height: inherit;
}

.periodpicker select, .datetimepicker select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
}

.periodpicker select::-ms-expand, .datetimepicker select::-ms-expand {
	display: none
}

.periodpicker select:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #205081;
	-moz-box-shadow: inset 0px 0px 0px 1px #205081;
	box-shadow: inset 0px 0px 0px 1px #205081;
}

/* selectsingleobject drop down*/
.selectsingleobject {
	position: relative;
	display: block;
	padding: 2px 24px 2px 2px;
	background-color: white;
	border: 1px solid #aaa;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.selectsingleobject {
		border: 1px inset #999;
	}
}

.selectsingleobject .selected {
	display: inline;
	background-color: #c2dbff;
	border-radius: 7px;
	padding: 0 3px;
	margin-right: 3px;
}

.selectsingleobject .filter {
	display: inline;
	border: none;
	/*background-color: aquamarine;*/
	line-height: inherit;
	width: 25px;
	outline: none;
	padding: 0;
	margin: 0;
}

.selectsingleobject .selectedcontainer {
	display: inline;
}

.selectsingleobject .btn {
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 1px;
	margin-left: 0;
	font-size: inherit;
	min-width: 16px;
	width: inherit;
	height: inherit;
	border: 0;
	border-radius: inherit;
}

.selectsingleobject .btn:hover {
	background-color: #ebecf0;
	color: inherit;
	border: 0;
}

.selectsingleobject .close {
	margin-left: 3px;
	font-weight: 700;
	/*vertical-align: bottom;*/
	float: inherit;
	font-size: x-small;
	line-height: inherit;
}

.selectsingleobject .close:hover {
	background-color: #ebecf0;
}

.selectsingleobject-popup {
	width: 600px;
	resize: horizontal;
	overflow: auto;
}

.selectsingleobject-popup label {
	padding: 2px 4px;
}

.selectsingleobject-popup .selected {
	background-color: #ebecf0;
}

.selectsingleobject-popup .selected.checked {
	background-color: #d7e4f8;
}

.selectsingleobject-popup label input[type=radio] {
	display: none;
}

.selectsingleobject-popup .listviewtable td {
	padding: 4px 4px;
}

.input-measure {
	position: absolute;
	white-space: nowrap;
	color: transparent;
}


/* table extenstions */
/* expanded rows */
.rowexpandercell .icon {
	font-size: smaller;
}

.rowexpandercell:hover {
	cursor: pointer;
}

.rowexpandercell.disabled {
	pointer-events: none;
	cursor: default;
	background-color: unset;
}

.rowexpandercell.disabled .icon {
	color: lightgray;
}

.expandablerowcontent {
	border: 3px solid lavender;
	border-radius: 5px;
}

.expandedcell {
	/*border: 3px solid lavender;*/
	background-color: lavender;
}

/* table-tree */
.treerow {
	display: table;
	table-layout: fixed;
	height: 100%;
	/*width: 100%;*/
	border-collapse: separate;
	border-spacing: 0px 0px;
	word-wrap: break-word;
}

.treerow:not(.l0) {
	padding-left: 3px;
}

.treerow > div {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0px;
}

.smaller .treerow > div {
	padding: 3px 0px;
}

.smaller .treerow .leaf {
	width: 13px;
}

.smaller .level-padding {
	width: 13px;
}

.smaller .treerow > .togglelevel {
	width: 12px;
}

.treerow > div:last-child {
	/*width:100%;*/
}

.treerow > div:nth-last-child(2) {
	width: 16px;
}

.level-padding {
	width: 16px;
	display: table-cell;
	border-left: 1px dashed #ccc;
	min-width: 16px;
	min-height: 1px;
}

.level-padding:empty:after {
	content: "\00a0";
}

.level-padding.last {
	width: 13px;
}

.listviewtable.tree td {
	padding: 0px 8px 0px 8px;
}

.listviewtable td.money {
	white-space: nowrap;
	text-align: right;
}

.tree {
	height: 1px;
}

.listviewtable .toggleicon.icon-treenode {
	/*transition: .2s transform ease-in-out;*/
	transform: rotate(90deg);
}

.listviewtable .collapsed .toggleicon.icon-treenode {
	transform: rotate(0deg);
}

.highlight tr:focus {
	outline: none;
	background-color: #ebecf0 !important;
	/*outline-color: #3b73af;*/
}

.treerow .togglelevel > span {
	width: 18px;
	cursor: pointer;
	text-align: center;
	margin-right: 4px;
	margin-left: -9px;
	padding: 0 2px;
}

.treerow .togglelevel > span:hover {
	background-color: #ebecf0;
}

.treerow .leaf {
	width: 16px;
	min-width: 16px;
	border-left: 1px dashed #ccc;
}

.treerow .nodeicon {
	margin-right: 4px;
}

.treerow.l0 .togglelevel > span {
	margin-left: -6px;
}

.treecontainer {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.listviewtable.tree .gr {
	border: none;
}

.listviewtable tr .dropdownimage {
	visibility: hidden;
}

.listviewtable tr:hover .dropdownimage, .listviewtable tr .dropdownimage.iw-opened {
	visibility: visible;
}

.treerow-content .selected {
	background-color: #c2dbff;
	border-radius: 7px;
}

.content.selectable .contentbody {
	flex: 7;
	overflow-y: auto;
}

.content.selectable .contentbody-selected {
	flex: 3;
	overflow-y: auto;
}
.content.selectable .contentbody-selected tr .dropdownimage {
	display: none !important;
}

.tree .childrencnt {
	margin-left: 4px;
	font-weight: bold;
}

/* collapsible sidebar */
.sidebar {
	border-right: 1px solid #ccc;
	height: 100%;
	display: flex;
	flex-direction: row;
	/*container-name: sidebar;
	container-type: normal;*/
}

.sidebar .sidebar-panel {
	flex: 1;
}


.sidebar-header {
	display: flex;
	color: #5e6c84;
	line-height: 1.66666667;
}

.sidebar-menu:hover {
	cursor: pointer;
	background-color: #ebecf0;
}

.sidebar:not(.collapsed) .sidebar-menu {
	display: none !important;
}

.sidebar.collapsed .sidebar-menu {
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}

.sidebar.collapsed .sidebar-panel {
	display: none !important;
}

.sidebar-close {
	flex: 1;
	text-align: right;
	cursor: pointer;
	padding: 2px 8px 0px 8px;
}

.sidebar-header h3 {
	flex: 9;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 4px 8px 0px 8px;
}

.sidebar-menu > ul {
	margin: 0;
	padding: 0;
	height: 0;
}

.sidebar-menu > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	color: #6b778c;
	text-transform: uppercase;
	line-height: 20px;
	width: 20px;
}

.sidebar-menu > ul > li > span {
	display: inline-block;
	transform: translate(20px, 0) rotate(90deg);
	transform-origin: 0 0;
	white-space: nowrap;
	margin: 10px 0;
	width: 20px;
}

.sidebar-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sidebar-panel > div:last-child {
	flex: 1;
	overflow-y: auto;
}

.sidebar.collapsed {
	width: 20px;
	flex: inherit !important;
	min-width: 0px !important;
}

/* collapsible block */
.block-btn {
	width: 16px;
	height: 14px;
	display: inline-block;
	background-color: #eee;
	border-radius: 4px;
	line-height: 11px;
}

.block-btn .icon {
	min-width: 14px;
	font-size: x-small;
	font-weight: bold;
}

.block-btn:hover {
	background-color: #e5e5e5;
}

.block-btn .icon {
	transform: rotate(90deg);
}

.collapsed .block-btn {
	padding: 0 2px;
}

.collapsed .block-btn .icon {
	transform: inherit;
}

.block-header {
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
}

.block-header-left {
	cursor: pointer;
}

.block-header-right {
	margin-left: auto
}

.block-title-left {
	font-weight: 600;
	vertical-align: middle;
	display: inline-block;
	margin-left: 6px;
}

.block-title-right {
	font-weight: 600;
	vertical-align: middle;
	display: flex;
	margin-right: 6px;	
}

.block-title-right div + div{
	margin-left: 6px;
}


.block.collapsed > *:not(:first-child) {
	display: none;
}

.block > *:not(:first-child) {
	padding-left: 22px;
}

.block > *:last-child {
	padding-bottom: 20px;
}

.block .menutoolbar ul {
	padding: 0
}

/* sticky */
.fixedheader > tbody > tr > th {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 10;
}
.tree tr.fixedrow {
	position: sticky;
	z-index: 10;
	background-color: #fff;
}
.stickyleft {
	position: sticky;
	left: 0;
	z-index: 10;
}
.stickyright {
	position: sticky;
	right: 0;
	z-index: 10;
}
.stickyfirstcol td:first-of-type, .stickyfirstcol th:first-of-type, .stickyfirstcolexheader td:first-of-type {
	background-color: #fff;
	position: sticky;
	left: 0;
	z-index: 10;
}
.stickylastcol td:last-of-type {
	background-color: #fff;
	position: sticky;
	right: 0;
	z-index: 10;
}
.stickyfirstcol td.gr > span, .stickyfirstcolexheader td.gr > span {
	background-color: #fff;
	position: sticky;
	left: 8px;
	z-index: 10;
}

/* icons */
.icon-checkbox-unchecked .svgicon-checkbox-checked,
.icon-checkbox-checked .svgicon-checkbox-unchecked,
.icon-checkbox-checked .svgicon-minus-box,
.icon-checkbox-unchecked .svgicon-minus-box,
.icon-minus-box .svgicon-checkbox-unchecked,
.icon-minus-box .svgicon-checkbox-checked {
	display: none;
}

.icon-expanded .svgicon-collapsed,
.icon-collapsed .svgicon-expanded {
	display: none;
}
.listviewtable .cal-date {
	width: 90px
}
.listviewtable .cal-datetime {
	width: 120px
}

/* segmented control */
.segmentedcontrol {
	display: inline-flex;
	background: var(--light-grey);
	border-radius: 6px;
	padding: 3px;
	gap: 2px;
}

.segmentedcontrol-btn {
	padding: 5px 12px;
	font-size: 13px;
	color: #6b7280;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.12s, color 0.12s;
	cursor: pointer;
}

.segmentedcontrol-btn:hover {
	color: #111827;
	background: rgba(0, 0, 0, 0.04);
}

.segmentedcontrol-btn-selected {
	background: #ffffff;
	color: #111827;
	font-weight: 500;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.modal-dialog {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.md-show {
	visibility: visible;
	opacity: 1;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(255,255,255,0.65);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .modal-container {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .modal-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .modal-container {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .modal-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .modal-container {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-3 .modal-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .modal-container {
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .modal-container {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-4 .modal-container {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	-moz-transform: translateZ(600px) rotateX(20deg);
	-ms-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}

.md-show.md-effect-5 .modal-container {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-6 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	-moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	-ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
}

.md-show.md-effect-6 .modal-container {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .modal-container {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .modal-container {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .modal-container {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .modal-container {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-10 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	-ms-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-10 .modal-container {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .modal-container {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-11 .modal-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .modal-container {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
}

.md-effect-12 .modal-container h3,
.md-effect-12 .modal-container {
	background: transparent;
}

.md-show.md-effect-12 .modal-container {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-13 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.md-show.md-effect-13 .modal-container {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes slit {
	50% {
		-moz-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-moz-animation-timing-function: ease-out;
	}

	100% {
		-moz-transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes slit {
	50% {
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		animation-timing-function: ease-in;
	}

	100% {
		transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-14 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	-moz-transform: translateY(100%) rotateX(90deg);
	-ms-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .modal-container {
	-webkit-transform: translateY(0%) rotateX(0deg);
	-moz-transform: translateY(0%) rotateX(0deg);
	-ms-transform: translateY(0%) rotateX(0deg);
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.modal-dialog {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .modal-container {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .modal-container {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.md-show.md-effect-17 ~ #container,
.md-show.md-effect-17 ~ .md-overlay {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .modal-container {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .modal-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ #container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ #container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateZ(-200px);
	}
}

@-moz-keyframes rotateRightSideFirst {
	50% {
		-moz-transform: translateZ(-50px) rotateY(5deg);
		-moz-animation-timing-function: ease-out;
	}

	100% {
		-moz-transform: translateZ(-200px);
	}
}

@keyframes rotateRightSideFirst {
	50% {
		transform: translateZ(-50px) rotateY(5deg);
		animation-timing-function: ease-out;
	}

	100% {
		transform: translateZ(-200px);
	}
}

.md-effect-18 .modal-container {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .modal-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ #container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ #container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@-moz-keyframes OpenTop {
	50% {
		-moz-transform: rotateX(10deg);
		-moz-animation-timing-function: ease-out;
	}
}

@keyframes OpenTop {
	50% {
		transform: rotateX(10deg);
		animation-timing-function: ease-out;
	}
}

.md-effect-19 .modal-container {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .modal-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* err */
#container_err.modal-dialog.err {
	max-width: 90%;
	width: fit-content;
}

#container_err iframe {
	width: 100%;
	height: 500px;
	border: 0;
}

#container_err .modal-container {
	background: #fff;
	position: relative;
	margin: 0 auto;
	border: 1px solid #e74c3c;
}

#container_err .modal-container h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
}

#container_err.err .modal-container h3 {
	background: #e74c3c;
	color: #fff;
}
#container_err.warn .modal-container h3 {
	background-color: orange;
	color: #fff;
}


#container_err .modal-container > div {
	padding: 15px 40px 30px;
	margin: 0;
}

#container_err .modal-container .btn {
	display: block;
	margin: 0 auto;
}

#container_err_body {
	overflow-y: auto;
	max-height: 500px;
}

/* console */
.modal-dialog.console {
	width: 70%;
}
.modal-dialog.console .modal-body {
	background-color: midnightblue;
	color: white;
	min-height: 300px;
	padding: 4px;
	font-family: Consolas, 'Courier New';
}
.modal-dialog.console .modal-container {
	border: none;
}
.modal-dialog.console .modal-header {
	border: 1px solid #00000080;
}
.modal-dialog.console .modal-header h3 {
	padding-top: 0px;
}

/* Core */
.tgl-sw {
	display: none;
}

.tgl-sw,
.tgl-sw *,
.tgl-sw + .btn-switch {
	box-sizing: border-box;
}

.tgl-sw::-moz-selection,
.tgl-sw *::-moz-selection,
.tgl-sw + .btn-switch::-moz-selection {
	background: none;
}

.tgl-sw::selection,
.tgl-sw *::selection,
.tgl-sw + .btn-switch::selection {
	background: none;
}

.tgl-sw + .btn-switch {
	outline: 0;
	display: block;
	width: 32px;
	height: 16px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: .25em;
	vertical-align: top;
}

/* Light */
.tgl-sw-light + .btn-switch {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	background-repeat: no-repeat;
	background-color: #bdc1c2;
}

.tgl-sw-light-checked + .btn-switch {
	background-color: #205081;
	background-position: right center;
}

.tgl-sw-light:disabled + .btn-switch {
	background-color: #bdc1c2;
}

.tgl-sw-light[readonly] + .btn-switch {
	background-color: #e5e5e5;
}
/*
 *contextMenu.js v 1.4.0
 *Author: Sudhanshu Yadav
 *s-yadav.github.com
 *Copyright (c) 2013 Sudhanshu Yadav.
 *Dual licensed under the MIT and GPL licenses
 */
/*Context menu css */
.iw-contextMenu {
	visibility: hidden;
	z-index: 1000;
	background-color: white;
}
.iw-contextMenu-fixed {
	position: fixed;
}

.iw-display {
	visibility: visible;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.16), 0px 16px 24px rgba(96, 97, 112, 0.16);
}
	.iw-mSelected {
		background-color: #003366;
		color: #F2F2F2;
	}

.iw-mTrigger:hover, .rowexpandercell:hover {
    cursor: pointer;
}

input.iw-mTrigger:hover {
    cursor: text;
}

/*context menu css end */

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  /*padding: 4px 8px;*/
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

:root {
	--white: white;
	--color-text-disabled: rgba(0,0,0,.25);
	--brand-yellow: #FFBA00;
	--brand-orange: #F90;
	--light-grey: #F6F7F9;
	--grey: #9e9e9e;
	--text-secondary: #5D6A8B;
	--text-primary: #2B2D33;
	--background-surface: #FFF;
	--color-ui-red: #DE235B;
	--color-ui-green: #089976;
	--color-text-red: #92070B;
	--color-text-green: #005739;
	--border-table-color: #ECEDF1;
	--m-font-size: 16px;
	--home-content-width: 1252px;
	--btn-primary: #4B505F;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-SemiBold.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('/themes/main/NotoSans-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-Regular.ttf');
	font-weight: normal;
}
@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-SemiBold.ttf');
	font-weight: 500;
}
@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-Bold.ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-Italic.ttf');
	font-style: italic;
}
@font-face {
	font-family: 'Noto Sans Display';
	src: url('/themes/main/NotoSansDisplay-Light.ttf');
	font-weight: 300;
}
@font-face {
	font-family: 'Noto Sans Math';
	src: url('/themes/main/NotoSansMath-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/themes/main/Montserrat-Medium.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/themes/main/Montserrat-BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/themes/main/Montserrat-SemiBold.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/themes/main/Montserrat-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/themes/main/Montserrat-MediumItalic.ttf');
	font-style: italic;
}


body {
	height: 100vh;
	max-width: 1700px;
	/*background-color: rgba(241, 243, 252, 0.32);*/
	font-size: 14px;
	font-family: 'Noto Sans Display', 'Open Sans', Trebuchet MS;
	color: var(--text-primary);
}
table {
	font-family: 'Noto Sans', 'Open Sans', Trebuchet MS;
}
body.home {
	/*font-family: Montserrat, 'Open Sans', Trebuchet MS;*/
	
}
/*body.home input, body.home textarea, body.home keygen, body.home select, body.home button {
	font-family: Montserrat, 'Open Sans', Trebuchet MS;
}*/

#topmessagecontainer, .log {
	position: fixed;
	width: 100%;
	top: 0;
	display: none;
	text-align: center;
	z-index: 1000;
}

.log {
	margin: auto;
	background-color: #f9edbe;
	border: #f0c36d 1px solid;
}

#topmessagecontainer span {
	background-color: #f9edbe;
	border: #f0c36d 1px solid;
	width: 100px;
	padding: 2px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-weight: bold;
}

article > .content > .contentbodypadding,
article > .content > .contentbodywrapper > .contentbodypadding {
	padding: 8px 16px;
}

/*home*/
main {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.home main {
	display: inherit;
	height: inherit;
}
.home main article {
	/*min-height: 75vh;*/
	width: var(--home-content-width);
	margin: auto;
}
.headercontainer {
	background-color: rgba(145, 156, 182, 0.07);
	background-image: url(/icons/xbg.svg);
	background-repeat: no-repeat;
	background-position: right;
}

.mainwrapper {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.home .mainwrapper {
	height: initial;
}
.mainwrapper main {
	flex: 1;
	overflow-y: auto;
}

#container {
	flex: 1;
	overflow-y: auto;
}

.content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.content > .contentbody,
.content > .contentbodywrapper {
	height: 100%;
}

.contentbody {
	width: 100%;
	overflow-y: auto;
}


div[data-c-type='editentity'] > .contentbody,
div[data-c-type='viewentity'] > .contentbody,
div[data-c-type='default'] > .contentbody,
div[data-c-type='rooteditentity'] > .contentbodywrapper,
div[data-c-type='rootviewentity'] > .contentbodywrapper,
div[data-c-type='rootdefault'] > .contentbodywrapper {
	background: rgba(246, 247, 249, 0.70);
}
div[data-c-type='default'].list > .contentbody,
div[data-c-type='rootdefault'].list > .contentbodywrapper {
	background: transparent;
}
div[data-c-type='editentity'] > .contentheader h1,
div[data-c-type='viewentity'] > .contentheader h1,
div[data-c-type='default'] > .contentheader h1,
div[data-c-type='rooteditentity'] > .contentheader h1,
div[data-c-type='rootviewentity'] > .contentheader h1,
div[data-c-type='rootdefault'] > .contentheader h1 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

#contact_us_edit_content {
	margin: 60px auto;
	width: 40%;
}
#contact_us_edit_content .contentheader h1 {
	text-align: center;
	width: 100%;
}

*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

*::-webkit-scrollbar-track {
	background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
	background: #888;
}

*::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.right {
	float: right !important;
}

.right li {
	float: right !important;
}

.left {
	float: left !important;
}

.left li {
	float: left !important;
}

td.nw, th.nw, .nw td, .nw th {
	white-space: nowrap;
}


/* login */
.login-main {
	background: var(--light-grey);
	display: inline-flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	padding-top: 32px;
	font-family: Montserrat;
}
.login-main input, .login-main textarea, .login-main keygen, .login-main select, .login-main button {
	font-family: Montserrat;
}
.login-logo {
	width: 350px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login-main .icon.icon-stoxray-logo svg {
	width: 122px;
	height: 34px;
}
.login-main > article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}
.login-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	background-color: #fff;
}

.login-card h2 {
	color: var(--text-primary);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	margin: 0;
	padding: 0;
}
.btn-login-ext {
	display: flex;
	padding: 11px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 4px;
	border: 1px solid #D7DDE7;
	background-color: var(--light-grey);
	font-weight: 500;
}
.login-card button {
	display: flex;
	margin-bottom: 0;
	height: 30px;
	padding: 0px 20px;
}

.login-card input[type=text], .login-card input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-card a {
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-card a:hover {
	opacity: 1;
}

.login-card a, .login-card a:visited {
	color: var(--text-secondary);
	font-weight: 500;
}

.login-divider {
	margin: 12px 0 0 0;
	align-items: center;
	display: flex;
}

.login-divider span {
	margin: 0 16px;
	position: relative;
	top: -2px;
}

.login-divider::before, .login-divider::after {
	background-color: #dbdbdb;
	content: "";
	flex: 1 1 auto;
	height: 1px;
	width: 100%;
}

.login-card .btn-primary {
	background-color: var(--brand-yellow) !important;
	display: flex;
	padding: 16px 64px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 4px !important;
	align-self: stretch;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--text-primary) !important;
}
.login-card .btn-primary:hover {
	background: var(--brand-orange);
}
.login-card label {
	display: block;
	margin-bottom: 6px;
}

.login-divider {
	color: var(--text-secondary);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
}
.login-card .xl-success {
	margin: auto;
}
.login-card .xl-success svg {
	width: 48px;
	height: 48px;
}
.login-card .btn-primary {
	text-decoration: none;
}
.login-card a.btn-primary {
	color: black;
	font-weight: 600;
}

.btn-login-ext {
	width: 100%;
	cursor: pointer;
}

.login-card input[type="checkbox"] {
	margin: 3px 3px 3px 0px;
}

.login-card .err {
	color: red;
	font-weight: bold;
	/*background-color: #f5f5f5;*/
	width: 100%;
	/*padding: 5px 10px;*/
}

.login-card .err:empty {
	display: none;
}



.lock-position-html {
	overflow: hidden;
}
.lock-position-body {
	touch-action: none;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

header {
	display: flex;
	width: 100%;
	height: 72px;
	padding: 0px 80px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}
header .header-left {
	display: flex;
	gap: 20px;
}
header .header-left > a {
	display: flex;
	align-items: center;
}

header .header-right {
	display: flex;
	gap: 40px;
}
header.header-inner {
	height: 52px;
	padding: 0px 16px;
	background: var(--white);
	box-shadow: 0px -1px 0px 0px rgba(61, 74, 111, 0.10) inset;
	font-size: 14px;
}
header .icon-stoxray-logo svg {
	width: 122px;
	height: 34px;
	flex-shrink: 0;
}
header.header-inner .icon-stoxray-logo svg {
	width: 97px;
}
header ul {
	list-style-type: none;
}
.header-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #5D6A8B;
}
.header-buttons .icon svg, 
.login-logo .icon svg {
	width: 24px;
	height: 24px;
}
.header-buttons.login-buttons {
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
}



header .actionbtn {
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px !important;
	border: 1px solid #ECEDF1 !important;
	background-color: var(--white) !important;
	color: var(--text-secondary) !important;
}
header .btn-primary {
	border: solid 1px transparent !important;
	background-color: var(--brand-yellow) !important;
	text-decoration: none;
	color: var(--text-primary) !important;
}
header .actionbtn:hover {
	border: 1px solid #CDD3DE !important;
	background-color: var(--white) !important;
}
header .btn-primary:hover {
	background-color: var(--brand-orange) !important;
}

.dropdownmenu.datatables {
	padding: 24px;
	/*gap: 8px;*/
	display: flex;
	flex-direction: column;
}
.dropdownmenu.datatables > a {
	padding: 6px;
}
/*.dropdownmenu.datatables > div {
	padding: 24px 12px;
	gap: 12px;
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}
.dropdownmenu.datatables > div > div {
	background-color: inherit;
	color: var(--text-secondary);
}*/


.topmenu-item {
	font-weight: 500;
}

table {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}

input, textarea, keygen, select, button {
	font-size: 13px;
	font-family: 'Roboto', 'Open Sans', Trebuchet MS;
}

h1.h-menu {
	cursor: pointer;
	display: inline-block;
}
h1.h-menu:hover {
	background-color: #e0e0e0;
	border-radius: 12px;
}






.dropdownmenu a:hover, .dropdownmenu a.selected {
	color: initial;
	background-color: var(--light-grey);
}

.iw-display {
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.16), 0px 16px 24px rgba(96, 97, 112, 0.16);
}

.nav-header {
	background: #f5f5f5;
	color: #707070;
}



.contentheader {
	background: var(--light-grey);
	padding: 8px 16px;
}


.field-label {
	color: var(--text-secondary);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.field-body input[type=text], .field-body input[type=password], .field-body select, .field-body textarea {
	background-color: white;
}

.periodpicker input, .periodpicker select {
	background-color: transparent;
}

fieldset {
	border-radius: 4px;
	border: 1px solid #CDD3DE;
	background: var(--background-surface);
}
.tabletitle {
	border-radius: 12px;
	padding: 2px 8px;
	font-weight: 500;
	font-size: 16px;
}


.btn, .btn-primary {
	min-width: 7.5em;
	height: 1.9em;
}
.btn, a.actionbtn, a.actionimg, .btn-primary, div.actionimg, div.actionbtn {
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #CDD3DE;
	background-image: none;
	background-color: white;
}
a.actionbtn:hover, a.actionimg:hover, .btn-primary:hover, div.actionimg:hover, div.actionbtn:hover {
	background-image: none;
	background-color: #F6F7F9;
	border: 1px solid grey;
}
a.actionbtn:active, a.actionimg:active, .btn-primary:active, div.actionimg:active, div.actionbtn:active {
	background-image: none;
	background-color: #F6F7F9;
	box-shadow: 0px 0px 0px 3px rgba(235, 236, 239, 0.60);
}

button[type='submit'].btn-primary {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: var(--btn-primary);
	color: white;
	border: none;
}
button[type='submit'].btn-primary:hover {
	background-color: var(--text-secondary);
	color: white;
	border: none;
}


.inlinefilter {
	padding: 4px 16px;
}

article > .content > .contentbody > .listviewtable,
article > .content > .contentbodywrapper > .contentbody > .listviewtable {
	padding: 0px 16px;
}

article > .content > .contentbodywrapper {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	min-height: fit-content;
}
article > .content > .contentbodywrapper > .contentbody {
	flex-grow: 1;
}

.tabs2 > ul {
	padding: 0;
	gap: 24px;
	border-bottom: 1px solid rgb(0,0,0,0.1);
	line-height: 24px;
}
.tabs2 > ul > li > input[type="radio"] + label {
	background: initial;
	border: initial;
	border-radius: initial;
	padding: 4px 0;
}
.tabs2 > ul > li > input[type="radio"]:checked + label {
	background: initial;
	border-bottom: 3px solid var(--brand-yellow);
}

.listviewtable, .listviewtable .alt {
	background: white;
}
.listviewtable tr td {
	border-bottom: 1px solid rgba(61, 74, 111, 0.10);
}
.listviewtable tr th {
	color: #5D6A8B;
	background: white;
	border-bottom: 1px solid rgba(61, 74, 111, 0.20);
	font-weight: 500;
	padding: 4px 6px;
}
.listviewtable tr th select {
	color: #5D6A8B;
	font-weight: 600;
}
.listviewtable.smaller tr th {
	padding: 3px 5px;
	font-weight: 600;
}
.listviewtable tr th a {
	color: #5D6A8B;
}
.listviewtable.hover tr:hover:not(.sel_info) {
	background-color: #F6F7F9;
}
.listviewtable.condensed td, .listviewtable.condensed th {
	white-space: nowrap;
	overflow-x: hidden;
	max-width: 200px;
	text-overflow: ellipsis;
}
.listviewtable.condensed td {
	padding: 1px 24px 1px 0px;
}
.listviewtable.condensed td:last-child {
	padding: 1px 0px;
}
.listviewtable.condensed th {
	padding: 4px 24px 4px 0px;
}
.listviewtable.condensed th:last-child {
	padding: 4px 0px;
}

.periodpicker {
	padding: 1px 2px;
}


.sidebar {
	border: none;
}
.layout1 > div:nth-child(1) .sidebar-header {
	border-right: 1px solid #EAEBF5;
}
.layout1 > div:nth-child(1) .content {
	border-right: 1px solid #EAEBF5;
}
.grid-sidebar-2col {
	gap: 1px;
}
.grid-sidebar-2col > div:last-child {
	width: 100%;
	overflow-x: auto;
}


nav {
	background-color: var(--background-surface);
	padding: 16px 0px 8px 8px;
	box-shadow: 1px 0px 0px 0px rgba(61, 74, 111, 0.10);
	width: 190px;
}
nav > .contentbody {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.nav-panel {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.nav-panel-body {
	padding: 0px 8px 6px 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.nav-panel-body > a, .nav-panel-body > span, .nav-panel-title {
	display: flex;
	padding: 1px 32px 1px 8px;
	width: 100%;
	color: var(--text-primary);
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
}

.nav-panel-title {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 4px 4px 8px;
}
.nav-panel-body > a.selected, .nav-top > a.selected,
.nav-panel-body > span.selected, .nav-top > span.selected {
	border-radius: 4px;
	background: rgba(255, 186, 0, 0.70);
	font-weight: 500;
	white-space: nowrap;
}
.nav-top {
	display: flex;
	gap: 10px;
}
.nav-top > a, .nav-top > span {
	padding: 2px 32px 2px 8px;
	color: var(--text-primary);
	height: 32px;
	width: 100%;
	line-height: 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
}
nav .icon-fold {
	display: flex;
	width: 40px;
	height: 32px;
	padding: 10px 14px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 4px 0px 0px 4px;
	background: var(--light-grey, #F6F7F9);
	cursor: pointer;
}
nav .icon-fold svg, nav .icon-fold-small svg, .company-btn-sidebar .icon-fold svg {
	width: 12px;
	height: 12px;
}
nav .icon {
	min-width: 12px;
}


.panelitem {
	padding-bottom: 16px;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

.menutoolbar {
	padding: 0px 8px;
	border-bottom: 1px solid #EAEBF5;
}
.tabs2_pages .menutoolbar {
	padding: 0;
}
.tabs2_pages .menutoolbar ul {
	padding: 0px 0px 4px 0px
}




.dropdownmenu a {
	line-height: 26px;
}

.tree tr.fixedrow[data-level='0'] {
	top: 0;
}
.tree tr.fixedrow[data-level='1'] {
	top: 23px;
}

.icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
}

.icon svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	stroke-width: 0;
	fill: currentColor;
}
.icon.icon24 svg {
	width: 24px;
	height: 24px;
}

/*header .left li, header .right li {
	background-color: #43474E;
	border-radius: 4px;
	margin: 2px 2px 0 2px;
	line-height: 28px;
}*/

.listviewtable.smaller td:not(.listviewtable.tree td) {
	padding: 3px 5px;
}

/*.listviewtable:not(.noborders) {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #D0D4E4;
	border-top: 1px solid #D0D4E4;
}

.listviewtable:not(.noborders) td, .listviewtable:not(.noborders) th {
	border-right: 1px solid #D0D4E4;
	border-bottom: 1px solid #D0D4E4;
}*/
.listviewtable th {
	color: #4D5268;
	background-color: #FAFBFE;
}

.tree .childrencnt {
	color: #969696;
}

/*.actionbtn, .actionimg, .btn {
	background: #FFFFFF;
	border: 1px solid #D0D4E4;
	border-radius: 4px;
	vertical-align: middle;
}
.actionbtn:hover, .actionimg:hover, .btn:hover, .login-card .btn-primary {
	background: #3C90F2;
	color: white;
	border: 1px solid #1461D3;
}
.actionbtn:active, .actionimg:active, .btn:active {
	background-image: none;
	border: 1px solid #1461D3;
}*/

.login-card .btn-primary {
	width: 100%;
	margin: 2em 0 1em 0;
}

.sidebar-header {
	/*background-color: #3C90F2;
	color: white;*/
	line-height: 1;
}

.selectsingleobject .btn {
	top: 3px;
}

.paging2 .actionimg {
	border: 0;
	background-color: inherit;
}
.paging2 .actionimg:hover {
	border: 0;
	background: #3C90F2;
}



.block-btn .icon svg {
	width: 12px;
	height: 12px;
}

.actionbtn .icon-dropdownarrow svg {
	width: 16px;
	height: 16px;
}

.dropdownimage:hover.dropdownimage-more, .dropdownimage.iw-opened.dropdownimage-more {
	background: none;
}

.listviewtable tr:hover .dropdownimage .icon-more {
	color: #ddd;
}

.listviewtable tr:hover .dropdownimage:hover .icon-more,
.listviewtable tr .dropdownimage.iw-opened .icon-more {
	color: #3C90F2;
}

.tree .collapsed .icon-treenode {
	color: #64678F;
	opacity: 0.8;
}
.highlight tr:focus {
	background-color: #C5DBFF !important;
	outline: none;
}






/*.listviewtable tr:not(.checked), .listviewtable tr.alt:not(.checked) {
	background-color: white;
}*/

.treerowentityname {
	color: #64678F;
	font-style: normal;
}
.icon-expanded, .icon-collapsed {
	color: #64678F;
}



.fieldsblock-grid.fieldsblock-vertical-layout {
	row-gap: 8px;
}
.fieldsblock-grid.fieldsblock-vertical-layout .field {
	flex-direction: column;
}
.fieldsblock-grid.fieldsblock-vertical-layout .field-label {
	padding: 0;
	color: var(--text-secondary);
}
.fieldsblock-grid.fieldsblock-vertical-layout .field-body {
	padding: 0;
	font-weight: 500;
	word-wrap: anywhere;
}

.block-header {
	margin: 0;
}
.block-header h2 {
	margin: 0;
}



@media screen and (max-width: 1100px) {
	body, input, textarea, keygen, select, button {
		font-size: var(--m-font-size);
	}

	#container {
		overflow-y: inherit;
	}

	.login-main {
		padding-top: 0px;
	}

	/*.login-card {
		width: unset;
		border: unset;
	}*/

	.login-card h2 {
		padding-bottom: 0px;
		margin-top: 0px;
		font-size: medium;
	}

	.login-card button[type=submit] {
		width: 100%;
	}

	header {
		height: 48px;
	}

	header .left li, header .right li {
		line-height: 40px;
		padding: 4px;
		background-color: unset;
		border-radius: unset;
		margin: unset;
	}

	.dropdownmenu a, .dropdownmenu .item {
		padding: 4px 12px;
	}

	.login-buttons {
		display: none;
		position: absolute;
		width: 100%;
		height: calc(100vh - 48px) !important;
		background-color: var(--white);
		left: 0;
		top: 48px;
		z-index: 1;
		flex-direction: column;
		padding-top: 24px;
	}

	.login-buttons-mobile {
		cursor: pointer;
	}

	.login-buttons-mobile > * {
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
	}

	.login-buttons-mobile .icon-header-user {
		display: flex;
	}

	.login-buttons-mobile .icon {
		height: 24px;
	}

	.show .login-buttons {
		display: inherit;
	}

	.show .login-buttons-mobile .icon-header-user {
		display: none;
	}

	.header-buttons .mobile-close {
		border-radius: 4px;
		background: var(--brand-yellow);
		display: none;
	}

	.show .header-buttons .mobile-close,
	.header-buttons .iw-opened .mobile-close {
		display: flex;
	}
}

@media screen and (min-width: 1100px) {
	.login-buttons-mobile {
		display: none;
	}
}
@media screen and (max-width: 640px) {


	.login-logo {
		width: 100%;
		padding: 0px 16px;
		margin: inherit;
	}
	.login-main .btn-login-ext, .login-main .btn-primary {
		height: 44px;
	}
	.login-main > article {
		gap: 16px;
	}
	.login-card {
		padding: 16px;
		/*margin: 16px;*/
		width: calc(100% - 32px);
	}
	.login-card .btn-primary {
		margin: 16px 0;
	}

	
}
.cols2 {
	width: 100%;
	columns: 250px 2;
	column-gap: 1em;
}
.cols3 {
	width: 100%;
	columns: 200px 3;
	column-gap: 1em;
}
.cols2 > div, .cols3 > div {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.layout1 {
	display: flex;
	flex-direction: row;
	/*padding-right: 26px;*/
	height: 100%;
}
.withwrap {
	flex-wrap: wrap;
}

.header-toggle-menu {
	float: left;
	margin-right: 8px;
}

/*.layout1 > div:nth-child(2) {
	padding-left: 8px;
}*/

.toppanel {
	padding: 4px 16px;
	display: flex;
}
.toppanel > div:not(:first-child) {
	margin-left: 45px;
}

.toppanel > div a:not(:first-child) {
	margin-left: 15px;
}

.toppanel-l0 {
	padding: 4px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 36px;
}
.toppanel-l1 {
	display: flex;
	gap: 48px;
	align-items: center;
}
.toppanel-l2 {
	display: flex;
	gap: 16px;
	align-items: center;
}


.blockslist > div > div, .blockslist > div > a {
	padding: 0 8px;
	margin: 8px 0;
	display: block;
	word-wrap: break-word;
}
.blockslist .gr {
	background-color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #8ebbf5;
	border-top: 1px solid #f9f9f9;
	padding: 0px 8px 3px 8px;
}
.blockslist .selected {
	background-color: #c2dbff;
	border-radius: 7px;
}

.cards .gr {
	border: none;
	background-color: #f2f2f2;
	line-height: 28px;
	vertical-align: text-bottom;
}
.cards .blockslist > div:not(:first-child) {
	margin-top: 16px;
}

.listviewtable .notes {
	color:#999; 
	font-size:smaller
}
.listviewtable .notes a {
	color:#999; 
}
.listviewtable .total td {
	background-color: #ffc;
}
.listviewtable .handmade {
	background-color: #fff0f2;
}
.listviewtable .compare {
	font-size: smaller;
	color: #777;
}


.link {
	cursor: pointer;
}

.panelitem .l1 {
	font-size: large;
	display: table;
	background: rgba(253, 242, 124, 0.4);
	border-radius: 4px;
	box-shadow: -2px 0 0 hsla(55,97%,74%,.4), 2px 0 0 hsla(55,97%,74%,.4);
	padding: 2px 0;
}

.panelitem .l2 {
	font-size: larger;
	/*padding-left: 20px;*/
	margin-top: 6px;
}

.panelitem .l3 {
	padding-left: 20px;
}

.panelitem .l4 {
	padding-left: 40px;
}

.panelitem .l5 {
	padding-left: 60px;
}

.childtree .l1 {
	font-size:larger;
	/*background-color: transparent;*/
}

.childtree .l2 {
	font-size: inherit;
}

.smalltree .l1 {
	font-size:inherit;
	/*background-color: transparent;*/
}

.smalltree .l2 {
	font-size: inherit;
	margin-top:0;
}

.smalltree .panelitem {
	padding-bottom:8px;
}

.linklist a {
	display: block;
}

.ms-formtable tr {
	height: 32px;
}
.ms-formtable.links td a {
	display: table;
}

.contentheader .v2 h2 {
	margin: 0px;
}
.contentheader .v2 .code {
	padding: 0 0 4px 0;
}


/* table extenstions */
/* expanded rows */
.rowexpandercell .icon {
	font-size: smaller;
}

.iw-mTrigger:hover, .rowexpandercell:hover {
	cursor: pointer;
}
input.iw-mTrigger:hover {
	cursor: text;
}

.expandablerowcontent {
	border: 3px solid lavender;
	border-radius: 5px;
}
.expandedcell {
	/*border: 3px solid lavender;*/
	background-color: lavender;
}


/* main page search */
.mainsearch {
	/*margin: auto;*/
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 3rem;
	width: 100%;
	/* padding-top: 50px; */
	/* padding-bottom: 80px; */
	padding: 50px 80px 80px 80px;
	justify-content: flex-start;
}

.mainsearch > div .actionbtn {
	border: solid 1px transparent !important;
	background-color: rgb(0, 98, 221);
	color: white !important;
	text-decoration: none;
	/* color: var(--text-primary) !important; */
	width: 120px;
	height: 48px;
	line-height: 48px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	margin: 24px 0 0 0;
}

.mainsearch a {
	text-decoration: none;
	cursor: pointer;
}

.mainsearch h1 {
	margin: 0;
	/* text-align: center; */
	width: 100%;
	font-weight: 500;
	font-size: xx-large;
}
.mainsearch h2 {
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: large;
	color: var(--grey);
	/* text-align: center; */
	width: 100%;
}

.mainsearch > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	width: 100%
}

.mainsearch > div:last-child {
	width: 100%;
	box-shadow: 0px 16px 40px 0px rgba(72, 75, 84, 0.15);
	padding: 40px;
	margin: 60px 0;
	/* min-height: 100px; */
	border-radius: 1.5rem;
}

.mainsearch .input {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 0px 32px;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
	border: 2px solid rgb(185, 191, 208);
	border-radius: 8px;
	/*box-shadow: 0px 16px 40px 0px rgba(72, 75, 84, 0.15);*/
	/* white */
	background: rgb(255, 255, 255);

	/*border-radius: 17px;
	border: 3px solid var(--brand-yellow, #FFBA00);
	background: var(--white, #FFF);
	box-shadow: 0px 16px 40px 0px rgba(61, 74, 111, 0.15);*/
}

.mainsearch .input i {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	opacity: 0.4
}

.mainsearch .input i svg {
	width: 32px;
	height: 32px;
}

.mainsearch .input input, .mainsearch .input > div {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	opacity: 0.7;
	border: 0;
	color: var(--grey);
}

.mainsearch .input input:focus {
	outline: none;
}

.mainsearch .tickers {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}
.mainsearch .tickers > a {
	border: solid 1px rgb(185, 191, 208);
	padding: 3px 5px;
	border-radius: 6px;
	color: var(--text-secondary);
}

.home-features .icon {
	text-align: inherit;
}
.home-features h2 {
	font-size: 2em;
	display: flex;
	flex-direction: column;
	width: 100%;
	font-weight: 500;
}
.home-features h2 > span:first-child {
	color: var(--text-secondary);
}
.home-features {
	position: relative;
	height: 410px;
	margin: 50px 80px;
	width: var(--home-content-width);
}
.home-features .icon-process-rocket {
	position: absolute;
	left: 1065px;
	right: 0;
	top: -136px;
	bottom: 0;
}
.home-features .icon-process-rocket svg {
	width: 87px;
	height: 97px;
}
.home-features .icon-process-line {
	position: absolute;
	left: 20px;
	top: -78px;
}
.home-features .icon-process-line svg {
	fill: transparent;
	width: 1088px;
	height: 311px;
}
.home-features .icon-process-ellipse {
	margin-left: 16px;
}
.home-features .icon-process-icon-1 svg,
.home-features .icon-process-icon-2 svg,
.home-features .icon-process-icon-3 svg,
.home-features .icon-process-icon-4 svg {
	width: 66px;
	height: 66px;
}
.home-features .f1, .home-features .f2, .home-features .f3, .home-features .f4 {
	position: absolute;
	height: 196px;
	/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0px;
	gap: 16px;
}
.home-features h2 {
	
}
.home-features h3 {
	/*height: 30px;*/
	/* Auto layout */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}
.home-features .process-descr-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.home-features .f1, .home-features .f2, .home-features .f3, .home-features .f4,
.home-features h3, .home-features .process-descr {
	width: 230px;
}
.home-features .f1 {
	left: 0;
	right: 972px;
	top: 220px;
	bottom: 0;
}
.home-features .f2 {
	left: 320px;
	right: 652px;
	top: 150px;
	bottom: 70px;
}
.home-features .f3 {
	left: 634px;
	right: 332px;
	top: 170px;
	bottom: 26px;
}
.home-features .f4 {
	left: 949px;
	right: 12px;
	top: 60px;
	bottom: 154px;
}

.home-features-bar {
	display: flex;
	gap: 16px;
}
.home-features-bar > * {
	display: flex;
	flex-direction: column;
	flex-basis: 0;
	flex-grow: 1;
	align-items: center;
	text-align: center;
}
.home-features-bar svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke-width: 2px;
	stroke: currentColor;
	color: #259DE1;
}
.home-features-bar a {
	color: var(--text-primary);
}

/* inner page search */
.topsearch-link {
	color: var(--grey)
}
.topsearch-link:hover {
	text-decoration: none;
}
.topsearch {
	display: flex;
	width: 400px;
	height: 38px;
	padding: 0px 12px 0px 24px;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	border-radius: 50px;
	border: 1px solid #CDD3DE;
	background: var(--white, #FFF);
}
.modal-dialog .topsearch {
	width:100%;
}
.topsearch i {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	opacity: 0.4
}
.topsearch i svg {
	width: 24px;
	height: 24px;
}
.topsearch input {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	/*color: var(--text-secondary, #5D6A8B);*/
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	opacity: 0.7;
	border:none;
}

.topsearch input:focus {
	outline: none;
}
.topsearchresult {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
}

.topsearchresult .icon {
	margin-right: 0;
}
.topsearchresult .icon svg {
	width: 24px;
	height: 16px;
}
.topsearchresult span {
	padding: 0;
	vertical-align: middle;
}

.topsearchresult a {
	display: flex;
	flex-direction: row;
	gap: 10px;
	color: black;
	white-space: normal !important;
	line-height: 18px;
	padding: 4px 21px 4px 12px;
	text-decoration: none;
}
.topsearchresult a:hover {
	background-color: #F6F7F9;
}
.topsearchresult a > span.name {
	text-overflow: ellipsis;
	overflow-x: hidden;
	flex: 1;
	display: flex;
	flex-direction: row;
}
.topsearchresult a > span.name > span:nth-child(1) {
	width: 70px;
}
.topsearchresult a > span.name > span:nth-child(2) {
	flex: 1;
}

.topsearchresult a > span:nth-child(2) {
	width: 60px;
	text-align: right;
	color: #aaa;
	font-size: smaller;
	line-height: 18px;
}
.topsearchresult a > span:nth-child(3) {
	width: 16px;
}
.topsearchresult b {
	font-weight: 500;
}

.search-dialog-buttons {
	display: flex;
	gap: 8px;
}
.search-dialog-buttons button {
	border: none;
	border-radius: 14px;
	height: 28px;
	padding: 0 11px;
	cursor: pointer;
}
.search-dialog-buttons button.current {
	background-color: var(--btn-primary);
	color: white;
}
/* top menu */
.topmenu {
	display: flex;
	padding-right: 0px;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
}

/* finhub */
.roledata .selected {
	background-color: moccasin;
}
.roledata .selectedsum {
	background-color: khaki;
}
.roletree tr.highlight, .roledata tr.highlight {
	background-color: lightpink;
}

.calcroletree .title {
	display: table;
}
.calcroletree .title div {
	display: table-cell;
	vertical-align: middle;
}

.calcroletree .plus span {
	display: inline-block;
	text-align: center;
	background-color: #ccffcc;
	border-radius: 6px;
	margin-right: 4px;
}
.calcroletree .minus span {
	display: inline-block;
	text-align: center;
	background-color: #ffcccc;
	border-radius: 6px;
	margin-right: 4px;
}

.leaf.minus span, .leaf.plus span {
	width: 18px;
	height: 18px;
	margin-left: -9px;
}

.cellborders .border-l {
	border-left: solid 1px #bbb;
}
.cellborders .border-r {
	border-right: solid 1px #bbb;
}
.cellborders .border-b {
	border-bottom: solid 1px #bbb;
}
.cellborders .border-t {
	border-top: solid 1px #bbb;
}

.masterdetailcols {
	display: flex;
	flex-direction: row;
	height: 100%;
	overflow-y: auto;
}

.masterdetailcols > div:first-child {
	height: 100%;
	overflow-y: auto;
}
.masterdetailcols > div:last-child {
	padding-left: 12px;
	padding-top: 8px;
	border-left: 3px solid #e6e6fa;
	vertical-align: top;
	height: 100%;
	overflow-y: auto;
}



.secindex .icon-external-link {
	color: lightgray;
}

.secindex .selected .icon-external-link {
	color: violet;
}

.chart {
	max-width: 1400px;
	background-color: white;
}
.chart canvas {
	width: 100%;
}
.chart .chartbody {
	/*padding: 0 4px;*/
	/*max-width: 900px;*/
	height: 400px;
	margin: auto;
}
.collapsible-group .block-2col .contentbody {
	overflow-y: clip;
	/*display: flex;*/
}
.chart canvas {
	background-size: 100%;
	aspect-ratio: 3 / 1;
}


.chartpopup {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: inherit;
}
.chartpopup img {
	box-shadow: 0 3px 6px #ccc;
}

/* Three column layout */
.rating > div > div:nth-child(3), .rating > div > div:nth-child(1) {
	float: left;
}

.rating > div > div:nth-child(2) {
	float: left;
	width: 90%;
	margin-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

/* Clear floats after the columns */
.rating > div:after {
	content: "";
	display: table;
	clear: both;
}

/* The bar container */
.rating .bar-container {
	width: 100%;
	background-color: #E8EAED;
	text-align: center;
	color: white;
}

/* Individual bars */
.rating .bar {
	height: 8px;
	background-color: #FBBC04;
	border-radius: 4px;
}

.ratingcontainer {
	display: table;
	margin-top: 8px;
	margin-bottom: 8px;
}

.ratingoverall {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 30px;
	font-size: 2.5rem;

}

.rating {
	display: table-cell;
	width: 100%;
}

.secfile div {
	margin-top: 8px;
}
.secfile .del {
	background-color: lightyellow;
}
.secfile .del-maybe {
	background-color: lightgoldenrodyellow;
}
.secfile hr.del {
	display: none;
}





.right-sidebar {
	font-size: smaller;
	padding-left: 8px;
	border-left: 1px solid #ccc;
}

.right-sidebar a {
	display: block;
	white-space: nowrap;
}

.right-sidebar .gr {
	font-weight: 500;
	margin: 2px 0px 4px 0px;
}


/* slider menu */
.sidebarmenu-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background-color: rgb(0,0,0,0);
}
.sidebarmenu-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.8)
}
.sidebarmenu {
	width: 300px;
	background-color: white;
	/*transition: opacity 80ms linear;*/
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 100000;
	font-size: 17px;
	display: flex;
	flex-direction: column;
	/*touch-action: pan-y;*/
}
.sidebarmenu ul {
	margin: 0;
	padding: 0;
}
.sidebarmenu > ul:first-child {
	flex: 1;
}
/*.sidebarmenu ul li {
	padding: 0px 25px 0px 16px;
	height: 40px;
	line-height: 40px;
	vertical-align: baseline;
}*/
.sidebarmenu ul li:hover {
	background-color: #E3EEFF;
}
.sidebarmenu-title {
	padding: 15px 16px 5px 16px;
	font-weight: bold;
	border-top: 1px solid #d5dbdb;
}
.sidebarmenu-back {
	text-transform: uppercase;
	/*font-size: smaller;*/
}
.sidebarmenu a, .sidebarmenu .item, .sidebarmenu-back {
	padding: 0px 25px 0px 16px;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	text-decoration: none;
	outline: none;
	text-align: left;
	white-space: nowrap;
}
.sidebarmenu .icon {
	margin-right: 8px;
}

.iw-type-slidermenuleft.iw-display {
	transition: opacity 0ms;
	display: flex;
	flex-direction: column;
}
.iw-type-slidermenuleft a, .iw-type-slidermenuleft .iw-mTrigger > span {
	color: initial !important;
}
.iw-type-slidermenuleft .iw-mTrigger > span {
	height: 100%;
	display: block;
}
.iw-type-slidermenuleft .iw-mTrigger > span::after {
	content: '❯';
	position: absolute;
	right: 16px;
}




.distrbars {
	display: flex;
	height: 13px;
}
.distrbars .bars {
	display: flex;
	align-items: flex-end;
	gap: 1px;
}
.distrbars .bars > div {
	width: 4px;
	background-color: darkblue;
}

.mrk.mrk-text {
	background-color: lightgoldenrodyellow;
}
.mrk.mrk-table, .mrk.mrk-table td {
	background-color: gainsboro !important;
}

.mrk.mrk-link {
	background-color: aqua;
}

.dashboard-panels {
	display: flex;
	flex-wrap: wrap;
	/*width: 75%;
	justify-content: space-between;*/
	gap: 32px;
}
.dashboard-panel {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	flex-basis: 20%;
	flex-grow: 0;
	min-width: 200px;
	border-radius: 8px;
	background: rgba(93, 106, 139, 0.08);
	padding: 16px;
	gap: 4px;
}
.dashboard-panel-title {
	font-size: larger;
	margin-bottom: 4px;
}

.user-profile {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: flex-start;
}
.user-profile-left {
	padding: 20px 16px;
	border-radius: 8px;
	background: rgba(110, 121, 153, 0.10);
}
.user-profile-center, .user-profile-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex-shrink: 0;
	min-width: 300px;
}

.user-profile-userpic-container {
	width: 188px;
	height: 100px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-profile-userpic {
	width: 100px;
	text-align: center;
	font-size: 36px;
	line-height: 100px;
	border-radius: 100px;
	background: #ccc;
}

.user-profile-usertitle {
	margin-top: 16px;
	font-size: large;
	text-align: center;
	font-weight: 500;
}
.user-profile-username {
	margin-top: 6px;
	text-align: center;
}

.user-profile .namedblock {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	gap: 16px;
	padding: 16px;
	border-radius: 4px;
	border: 1px solid #ECEDF1;
	background: var(--white);
	box-shadow: 0px 4px 8px 0px rgba(205, 211, 222, 0.25);
}
.user-profile .namedblock .namedblock-title {
	display: flex;
	/*height: 56px;*/
	align-items: center;
	gap: 40px;
	align-self: stretch;
	border-bottom: 1px solid rgba(236, 237, 241, 0.70);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.user-profile .namedblock .fieldsblock-vertical-layout {
	width: 100%;
	row-gap: 20px;
}

.user-profile input {
	padding: 8px 14px;
	border-radius: 4px;
	border: 1px solid #CDD3DE;
	background: var(--Background-Surface, #FFF);
}
.user-profile .buttonsbar {
	width: 100%;
	/*padding: 0px 0px 16px 0px;*/
}
.user-profile .btn-primary {
	width: 160px;
	padding: 6px 16px;
	border-radius: 4px;
	background: var(--brand-yellow);
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text-primary);
}
.user-profile .err {
	width: 100%;
	padding: 12px 12px 12px 16px;
	border-radius: 6px;
	background: #FCE1E1;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}
.user-profile .err:empty {
	display:none;
}

.footer-home {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 40px 80px;
	gap: 1.5rem;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(145, 156, 182, 0.07);
}
.footer-home > div:first-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.footer-home .icon svg.svgicon-stoxray-logo {
	width: 88px;
	height: 24px;
}
.footer-home .footer-right {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-right: 32px;
	gap: 64px;
}
.footer-home .footer-right div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.footer-home .footer-right h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px 0;
}
.footer-home .footer-left {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.content > .contentbodywrapper > .footer-home {
	padding: 24px 16px;
	margin-top: 40px;
}
/*
.footer-home .footer-left span,
.footer-home .footer-left a {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
}

.footer-home .footer-right span,
.footer-home .footer-right a {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
}*/
.footer-buttonsbar {
	/*display: flex;*/
	display: none;
	flex-direction: row;
	justify-content: center;
	padding: 8px 0px;
	gap: 32px;
	margin: 0 auto;
}
.footer-buttonsbar > a {
	display: flex;
	flex-direction: column;
}
.footer-buttonsbar svg {
	width: 24px;
	height: 24px;
}

.company-profile .contentbody {
	background: white !important;
}
.company-profile .company-profile-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: white !important;
	max-width: 900px;
}
.company-profile .company-profile-item span {
	background-color: #ffead5;
	margin-left: 8px;
	padding: 0px 5px;
	border-radius: 4px;
	overflow-wrap: anywhere;
}

/* articles */
.articlebody {
	padding: 40px 80px 80px 80px;
	max-width: 900px;
}
.articlebody a {
	color: blue !important;
}
.articlebody table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.articlebody th {
	background: #333;
	color: white !important;
	font-weight: bold;
}
.articlebody td, .articlebody th {
	padding: 8px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.sidebarmenu-btn {
	padding: 0;
	margin: 0;
}


/* company */
.company-header {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
	align-self: stretch;
}

.company-header .company-title {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}
.company-header .company-ticker {
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}


.company-header .company-ticker > div:nth-of-type(1) {
	color: var(--text-secondary);
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
}

.company-header .company-ticker > div:nth-of-type(2) {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px; /* 112.5% */
	margin: 0;
}
.company-header .company-title .actionimg {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*.company-header .company-title .icon svg {
	width: 20px;
	height: 20px;
}*/

.company-header .company-hgr1 {
	display: flex;
	gap: 32px;
	flex: 1 0 0;
}

.company-header .company-hgr2 {
	display: flex;
	gap: 8px;
}

.company-header .company-hgr-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}



.company-hgr-title {
	color: var(--text-secondary);
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.company-hgr-value, div[data-c-type='rootdefault'] > .contentheader .company-hgr-value h1 {
	color: var(--text-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.company-hgr-cng {
	color: var(--text-primary);
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	padding: 0px 4px;
}

.company-hgr-curr, .company-hgr-usd {
	color: var(--text-primary);
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.company-hgr-curr, .company-hgr-meas {
	margin-left: 2px;
}

.company-hgr-meas {
	text-transform: uppercase;
}

.company-hgr-usd {
	margin-right: 2px;
}

.cng-pos {
	color: var(--color-text-green);
	background: rgba(0, 166, 56, 0.10);
}

.cng-neg {
	color: var(--color-text-red);
	background: rgba(221, 63, 61, 0.10);
}

/*company-dashboard*/
.collapsible-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.company-dashboard-root .collapsible-group {
	padding: 0 16px 16px 16px;
}

.collapsible-group .block-collapsible {
	border-radius: 4px;
	border: 1px solid #ECEDF1;
	box-shadow: 0px 4px 8px 0px rgba(205, 211, 222, 0.25);
	background: var(--white);
}

.collapsible-group .block-collapsible .block-title-left {
	width: 100%;
	margin-left: 0;
	display: flex;
	gap: 16px;
	/*height: 48px;*/
	align-items: center;
	font-weight: normal;
}

.collapsible-group .block-collapsible .block-title-left .title {
	font-size: 16px;
	font-weight: 500;
}

.collapsible-group .block-collapsible .block-header-left {
	display: flex;
	height: 48px;
	padding: 0px 16px;
	align-items: center;
	gap: 40px;
	align-self: stretch;
	flex-direction: row-reverse;
	width: 100%
}

.collapsible-group .block-collapsible .block-btn {
	display: flex;
	width: 32px;
	height: 32px;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	border: 1px solid #CDD3DE;
	background: var(--white);
}

.collapsible-group .block-collapsible.block > *:not(:first-child) {
	padding: 0 16px 16px 16px;
}

.collapsible-group .block-2col {
	display: flex;
	gap: 32px;
}
.collapsible-group .block-2col > div:first-child {
	flex-basis: 80%;
}


.collapsible-group .right-1 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 340px;
}

.collapsible-group .right-2 {
	background: rgba(246, 247, 249, 0.70);
	padding: 16px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 340px;
}

.collapsible-group .performance {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}
.collapsible-group .events {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.collapsible-group .performance > div {
	/*padding: 10px 0;*/
	/*border-radius: 4px;
	border: 1px solid var(--border-table-color);*/
	background: #FFF;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: space-between;
}
.collapsible-group .performance > div > div {
	display: flex;
	flex-direction: column;
	min-width: 140px;
}

.collapsible-group .marketdata {
	display: flex;
	flex-direction: row;
	column-gap: 16px;
	row-gap: 8px;
	flex-wrap: wrap;
}

.collapsible-group .marketdata > div {
	display: flex;
	flex-direction: row;
	gap: 4px;
	flex-basis: calc(50% - 8px);
}

.collapsible-group .marketdata > div > div:nth-child(1) {
	flex: 1;
}

.collapsible-group .marketdata > div > div:nth-child(1):after {
	content: ':'
}

.collapsible-group .marketdata > div > div:nth-child(2) {
	color: var(--text-primary);
	font-size: 16px;
	font-weight: 600;
}

.collapsible-group .performance-title, .collapsible-group .events-title {
	color: var(--text-secondary);
	font-size: 13px;
}

.collapsible-group .performance-subtitle, .collapsible-group .events-subtitle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	/*padding: 4px 0 10px 0;*/
}
.collapsible-group .events-subtitle {
	justify-content: flex-start;
}

.collapsible-group .performance-subtitle > div:nth-child(1) {
	color: var(--text-primary);
	font-size: 16px;
	font-weight: 600;
}
.collapsible-group .events-subtitle > span:nth-child(1) {
	color: var(--text-primary);
	font-size: 16px;
	font-weight: 600;
}

.collapsible-group .performance-subtitle > div:nth-child(2) {
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	padding: 0px 4px;
	min-width: 45px;
	text-align: center;
}

.collapsible-group .barchart {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 2px;
}

.collapsible-group .barchart.neg {
	align-items: flex-start;
}

.collapsible-group .barchart > div {
	width: 4px;
}

.collapsible-group .notes {
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.collapsible-group .notes .note {
	display: flex;
	gap: 16px;
}

/*.collapsible-group .addbar {
	align-items: center;
}*/

.collapsible-group .notes .note {
	margin-right: 1px;
	border-top-left-radius: 0.9375rem;
	border-bottom-left-radius: 0.9375rem;
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	padding: 8px 15px;
	margin-left: auto;
	max-width: 75%;
	background: rgb(238,255,222);
	position: relative;
	box-shadow: 0 1px 2px rgb(114,114,114, 0.5);
}

.bar-pos {
	background-color: var(--color-ui-green);
	fill: var(--color-ui-green);
}

.bar-neg {
	background-color: var(--color-ui-red);
}

.charttoolbar {
	display: flex;
	gap: 16px;
/*	padding: 4px;
*/	box-shadow: 0px 1px 0px 0px rgba(61, 74, 111, 0.10);
	align-items: center;
	background-color: var(--white);
}
.charttoolbar > span {
	cursor: pointer;
}
.charttoolbar > span, .charttoolbar .periodpicker {
	display: flex;
	/*padding: 0px 8px;*/
	width: auto;
	color: var(--text-secondary);
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.26px;
	text-decoration: none;
}

.charttoolbar > span.selected {
	color: var(--text-primary);
}

.charttoolbar > span span {
	border-bottom: 3px solid var(--white);
}

.charttoolbar > span.selected span {
	border-bottom: 3px solid var(--brand-yellow);
}

.charttoolbar .periodpicker input {
	font-size: inherit;
}

.chartbody {
	position: relative;
}
.chartimg {
	position: absolute;
	top: 0;
	left: 0;
}
.chartimg-nodata {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.m-topsearch input {
	display: none;
}

.findata-title {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.findata-title > div:last-child {
	font-size: smaller;
	font-weight: normal;
}

.listviewtable .icon-lock {
	color: var(--text-secondary);
	opacity: 0.75;
}

.nodata {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
}
.nodata .icon-nodata, 
.nodata .icon-nonotes {
	display: flex;
	width: 80px;
	height: 80px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: var(--light-grey);
}
.nodata .icon-nodata svg, 
.nodata .icon-nonotes svg {
	width: 56px;
	height: 56px;
}
.nodata > div:first-of-type {
	font-weight: 500;
}

.notes .addbar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.notes .note-body {
	position: relative;
	word-break: break-word;
	line-height: 1.3125;
	text-align: initial;
	display: block;
	unicode-bidi: plaintext;
}
.notes .note-body > span {
	position: relative;
	position: relative;
	top: .375rem;
	bottom: auto !important;
	float: right;
	line-height: 1.35;
	height: 21px;
	margin-left: .4375rem;
	margin-right: -0.375rem;
	font-size: smaller;
	color: rgb(104, 108, 114);
	display: flex;
	align-items: center;
	gap: 3px;
}
.notes .note-body p {
	margin: 0;
}

.comment-editor {
	min-height: 230px;
	height: 100%;
	font-size: larger;
	resize: none;
	outline: none;
	border: none;
}

.markets-menu {
	/*padding: 24px;*/
	display: flex;
	gap: 4px;
	flex-direction: column;
	/*overflow-y: auto;
	height: 100%;*/
}
.markets-menu .icon svg {
	height: 24px;
	width: 24px;
	margin-right: 4px;
}
.markets-menu-items {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 16px;
	white-space: nowrap;
	/*max-height: 120px;*/
	align-content: flex-start;
}
.markets-menu-items > span {
	min-width: 210px;
}
.dropdownmenu .markets-menu-items > span {
	padding: 0;
}

.markets-menu-subtitle {
	margin-top: 8px;
	color: var(--text-secondary);
	text-transform: uppercase;
	font-weight: 600;
}

.home-dashboard-container .viewform {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}
.home-dashboard {
	/*padding-top: 80px;*/
}
.home-dashboard .title, .home-dashboard .contentheader {
	font-size: 1.5em;
	padding: 0px 0px 8px 0px;
	background: none;
}
.home-dashboard table {
	border: 1px solid rgba(61, 74, 111, 0.10);
	/*font-size: smaller;*/
}
.home-dashboard.indexes table {
	display: block;
	max-width: -moz-fit-content;
	max-width: fit-content;
	/* margin: 0 auto; */
	overflow-x: auto;
	white-space: nowrap;
}
.home-dashboard .companyname {
	width: 100%;
}
.home-dashboard.movers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 32px;
	column-gap: 80px;
}
.home-dashboard.movers > div {
	flex-basis: 46%;
}

.mynotes {
	width: 832px;
	margin: auto;
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.icon-note-avtr {
	display: flex;
	min-width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: var(--light-grey);
}

.icon-note-avtr svg {
	width: 32px;
	height: 32px;
}

.mynotes .note {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.mynotes > div:first-child {
	width: 600px;
	display: flex;
	flex-direction: column;
}
.mynotes .note-footer {
	padding: 12px 0;
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
.mynotes .notes-archive {
	display: flex;
	gap: 8px;
	flex-direction: column;
}
.mynotes .notes-archive a {
	padding-left: 16px;
}
.mynotes h1 {
	padding: 0 12px;
}
.mynotes .note {
	padding: 12px;
}
.mynotes .note > div:last-child {
	width: 100%;
}
.mynotes .note-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 4px 0 2px 0;
}
.mynotes .note-title {
	font-size: 15px;
}
.mynotes .note-title a {
	color: var(--text-primary);
	font-weight: 600;
}
.mynotes .note-symbol {
	/*background-color: #F9F0FF;*/
	/*border: 1px solid #D3ADF7;*/
	/*color: #621AC8;*/
	/*border-radius: 6px;
	padding: 3px 12px;*/
}
.mynotes .note-symbol-mic {
	color: #536471 /*var(--text-secondary)*/;
}
.mynotes .note-symbol-code {
	font-weight: 600;
	margin-left: 3px;
	color: #536471 /*var(--text-secondary)*/;
}
.mynotes .note-symbol-name {
	
}
.mynotes .note-date {
	color: #536471 /*var(--text-secondary)*/;
}

.mynotes .note-title a {
	color: black;
}
.mynotes .note-menu {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.mynotes .note-menu .dropdownimage:hover, .mynotes .note-menu .dropdownimage.iw-opened {
	background-color: #F9F0FF;
	background-image: none;
	border-radius: 6px;
}

.mynotes .note:hover {
	background-color: rgb(0,0,0,0.03);
}
.mynotes .note-body {
	word-break: break-word;
}
.mynotes .note-body p {
	margin: 0;
}
.note .show-more {
	cursor: pointer;
	display: block;
	margin-top: 2px;
	line-height: 20px;
}
.note-body img {
	max-width: 100%;
}
.note-body ul, .note-body ol {
	padding-inline-start: 25px;
}
.mynotes .note-body h1, .note-body h1, .note-body h2, .note-body h3, .note-body h4, .note-body h5 {
	padding: 0;
	font-weight: 500;
}
.note-body strong, .note-body b {
	font-weight: 500;
}

.paging4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.paging4 > div {
	display: flex;
	flex-direction: row;
	gap: 4px;
}
.paging4 span {
	display: flex;
	align-items: center;
}
.paging4 .current {
	background-color: #4B505F;
	color: white;
}
.mynotes .paging4 {
	margin-top: 12px;
}


.screener-criteria {
	padding: 0 16px;
}
.screener-submit {
	width: 100%;
	padding: 4px 16px;
	display: flex;
	justify-content: center;
}

.screener-criteria .field-label {
	text-align: right
}
.screener-criteria .field-body {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: flex-start;
}
.screener-criteria input[type=number] {
	width: 70px;
}
.screener-criteria select {
	width: 70px;
}

.listviewtable .mic {
	font-size: smaller;
	color: darkgray;
}

.modal-header {
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-header h3 {
	padding-top: initial;
	font-size: initial;
	font-weight: 500;
	text-transform: initial;
	display: initial;
}
button.close {
	font-size: initial;
}
.close {
	float: initial;
	font-size: initial;
	line-height: initial;
}
.modal-header .icon svg.svgicon-close {
	width: 32px;
	height: 32px;
}
.modal-dialog .daterangepicker {
	min-width: 635px;
}

div[data-ctrl='StaticTreeDialog'] .level {
	display: none;
}
div[data-ctrl='StaticTreeDialog'][data-level='2'] input[type="radio"] + .level-2,
div[data-ctrl='StaticTreeDialog'][data-level='3'] input[type="radio"] + .level-3,
div[data-ctrl='StaticTreeDialog'][data-level='4'] input[type="radio"] + .level-4,
div[data-ctrl='StaticTreeDialog'][data-level='5'] input[type="radio"] + .level-5,
div[data-ctrl='StaticTreeDialog'] input[type="radio"] {
	display: none;
}

div[data-ctrl='StaticTreeDialog'][data-level='1'] .level-1,
div[data-ctrl='StaticTreeDialog'][data-level='2'] input[type="radio"]:checked + .level-2,
div[data-ctrl='StaticTreeDialog'][data-level='3'] input[type="radio"]:checked + .level-3,
div[data-ctrl='StaticTreeDialog'][data-level='4'] input[type="radio"]:checked + .level-4,
div[data-ctrl='StaticTreeDialog'][data-level='5'] input[type="radio"]:checked + .level-5 {
	display: initial;
}

div[data-ctrl='StaticTreeDialog'] .level-title {
	display: flex;
	align-items: center;
	gap: 4px;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 500;
}
div[data-ctrl='StaticTreeDialog'] .icon .svg {
	width: 20px;
	height: 20px;
}
div[data-ctrl='StaticTreeDialog'] label, div[data-ctrl='StaticTreeDialog'] .level-title {
	cursor: pointer;
}

.draggable-table__drag {
	position: absolute;
	border: 1px solid #f1f1f1;
	z-index: 10;
	cursor: grabbing;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	opacity: 1;
	background-color: white;
}
.draggable {
	cursor: grabbing;
}
tr.is-dragging {
	/*background: #ECEDF1;*/
	border: 1px solid black;
}
tr.is-dragging td {
	/*color: #ECEDF1;*/
	visibility: hidden;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.watchlist-formula-block {
	padding: 0 16px 8px 16px;
	display: flex;
	gap: 8px;
	flex-direction: column;
}
div[data-c-type='tabpage'] .watchlist-formula-block {
	padding: 0 0 8px 0;
}

.custom-criteria {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.custom-criteria-details {
	display: flex;
	gap: 16px;
}
.custom-criteria-details summary {
	display: flex;
	list-style: none;
	align-items: center;
	/*padding: 10px;
	font-weight: bold;
	background-color: #a3d4fb;
	color: #30353b;
	border-radius: 5px;*/
	cursor: pointer;
	min-width: auto;
	width: auto;
}
.custom-criteria-details summary::after {
	display: flex;
	content: '';
	width: 12px;
	height: 12px;
	background: url('/icons/common/right.svg') no-repeat;
	background-size: cover;
	margin-left: .75em;
	transition: 0.2s;
}
.custom-criteria-details details[open] > summary::after {
	transform: rotate(90deg);
}
.custom-criteria textarea {
	min-height: 36px;
}

.watchlist-buttons {
	display: flex;
	gap: 8px;
	padding: 4px 0px;
}
.watchlist-buttons a {
	background-color: buttonface;
	padding: 0 8px;
	border-radius: 8px;
}
.watchlist-buttons a.watchlist-link {
	background-color: var(--btn-primary);
	color: white;
}

#container_err .err-msg {
	font-size: x-large;
}
#container_err .err-note {
	margin-top: 32px;
}


.locked-feature {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.locked-feature .icon-lock svg {
	width: 48px;
	height: 48px;
	color: var(--color-text-disabled);
}
.locked-feature-msg {
	font-size: large;
	font-weight: 500;
}
.locked-feature .btn-primary {
	border-radius: 4px;
	background: var(--brand-yellow);
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--text-primary);
}

.block-signup {
	padding: 16px;
}
.block-signup > div {
	width: 100%;
	text-align: center;
	background-color: white;
	padding: 16px 0;
	border: 2px solid var(--text-secondary);
}
/* 
#screeneritem_custom_criteria_details_help
#screeneritem_custom_criteria_details_select
*/
@media screen and (max-width: 1024px) {
	.collapsible-group .marketdata > div {
		gap: 4px;
		flex-basis: calc(33% - 9px);
	}
	.collapsible-group .block-2col {
		flex-direction: column;
	}
	.collapsible-group .right-1, .collapsible-group .right-2 {
		width: 100%
	}
	.grid60 > *, .fieldsblock-grid > *, .block-body > * {
		grid-column-end: span 60 !important;
	}
}

@media screen and (min-width: 1100px) {
	/*.sidebarmenu-btn {
		display: none !important;
	}*/
}

@media screen and (min-width: 1024px) {
	.layout1 > div:nth-child(1) {
		flex: 3;
		min-width: 160px;
	}

	.layout1 > div:nth-child(2) {
		flex: 7;
	}
	.topsearchresult .btn-close {
		display: none;
	}

	.company-btn-sidebar {
		display: none;
	}

	.dash_sidebar.state1 {
		border-top: 1px solid var(--stroke-line-10, rgba(61, 74, 111, 0.10));
		box-shadow: 1px 0px 0px 0px rgba(61, 74, 111, 0.10);
	}

	.dash_sidebar.state1 .nav-top,
	.dash_sidebar.state1 .nav-panel {
		display: none;
	}

	.dash_sidebar.state1 nav {
		background-color: var(--white);
		width: 12px;
		padding: 16px 0px 8px 0px;
		cursor: pointer;
	}

	.dash_sidebar .nav-unfold {
		display: none;
	}

	.dash_sidebar.state1 .nav-unfold {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	header {
		padding: 0 16px;
	}
	header.header-inner {
		height: 48px;
	}
	.mainwrapper #container {
		overflow-y: initial;
	}
	.topmenu {
		display: none;
	}

	article > .content > .contentbodypadding,
	article > .content > .contentbodywrapper > .contentbodypadding {
		padding: 8px 16px;
	}

	.articlebody {
		padding: 16px
	}

	.articlebody ul {
		padding: 0px 16px;
	}

	#contact_us_edit_content {
		margin: inherit;
		width: 100%;
	}

	.footer-home > div:first-child {
		flex-direction: column;
		gap: 16px;
		flex-wrap: wrap;
		margin: 0;
		/*padding: 16px;*/
		width: 100%;
	}

	.footer-home .footer-left {
		flex-direction: column;
		gap: 4px;
		flex-wrap: wrap;
		margin: 0;
	}

	.footer-home .footer-right {
		flex-direction: column;
		gap: 16px;
		flex-wrap: wrap;
		margin: 0;
	}

	.footer-buttonsbar {
		display: flex;
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 99;
		background: white;
		width: 100%;
		font-size: smaller;
	}

	.mainsearch {
		margin: inherit;
		width: 100%;
	}

	.mainsearch .input {
		padding: 0 24px;
		gap: 16px;
	}

	*[data-ctrl='CompanySearch'].iw-opened {
		position: absolute;
		width: inherit !important;
		background-color: var(--white);
		left: 56px;
		top: 0;
		right: 0;
		z-index: 2;
	}
	*[data-ctrl='CompanySearch'].iw-opened input {
		display: flex;
		flex-direction: column;
		flex: 1 0 0;
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		opacity: 0.7;
		border: 0;
		height: 60px;
		width: 100%;
		outline: none;
	}
	*[data-ctrl='CompanySearch'].input.iw-opened,
	*[data-ctrl='CompanySearch'].iw-opened input {
		border: none;
		border-radius: inherit;
		box-shadow: none;
		padding: 0;
	}
	*[data-ctrl='CompanySearch'].iw-opened .icon-search {
		display: none;
	}

	.company-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1px;
	}

	.company-header .company-hgr1 {
		flex-direction: column;
		gap: 10px
	}

	.company-header .company-name {
		order: -1;
	}
	.company-header .company-name .company-hgr-title {
		display: none;
	}
	.company-header .company-name .company-hgr-value h1 {
		font-size: var(--m-font-size);
		font-weight: 500;
	}
	.company-header .company-btn-watchlist {
		position: absolute;
		top: 60px;
		right: 48px;
	}
	.company-btn-sidebar {
		position: absolute;
		top: 56px;
		right: 0;
		background: var(--brand-yellow);

		display: flex;
		width: 40px;
		height: 32px;
		padding: 10px 14px;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		border-radius: 4px 0px 0px 4px;
		/*background: var(--light-grey);*/
		cursor: pointer;
	}

	.dash_sidebar {
		display: none;
	}

	.dash_sidebar.state1 {
		display: block;
		position: fixed;
		width: 100vw !important;
		height: calc(100vh - 120px) !important;
		background-color: var(--white);
		top: 120px !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 99;
		flex-direction: column;
		font-size: 13px;
	}

	.dash_sidebar.state1 nav {
		width: 100vw;
		box-shadow: none;
		padding: 8px 4px;
	}

	.dash_sidebar.state1 .icon-fold,
	.dash_sidebar.state1 .nav-unfold {
		display: none;
	}

	.dash_sidebar.state1 .nav-panel-body > a,
	.dash_sidebar.state1 .nav-top > a {
		height: 44px;
		line-height: 44px;
	}

	.collapsible-group {
		padding: 0;
		width: 100vw;
		gap: 0;
	}
	.collapsible-group .block-2col {
		flex-direction: column;
		gap: 0;
	}
	.company-profile .block-2col {
		flex-direction: column-reverse;
	}
	.grid-sidebar-2col > div:last-child {
		width: 100vw;
	}
	.collapsible-group .performance,
	.collapsible-group .marketdata,
	.company-profile .company-profile-items,
	.collapsible-group .right-2,
	.collapsible-group .block-collapsible .contentbody {
		max-width: 100vw;
	}
	.collapsible-group .performance > div {
		min-width: 140px;
	}
	.collapsible-group .block-collapsible {
		width: 100vw;
		overflow-x: auto;
		border-top: 0;
		border-left: 0;
		border-right: 0;
	}
	.collapsible-group .block-collapsible.block > *:not(:first-child) {
		padding: 0;
	}
	.collapsible-group .right-1,
	.collapsible-group .company-profile-items {
		padding: 16px;
	}

	.collapsible-group .notes {
		padding: 0 16px;
	}

	.charttoolbar {
		overflow-x: hidden;
		flex-wrap: wrap;
		padding: 0 16px;
	}
	.chart .chartbody {
		width: 100vw;
		height: 250px;
		background-color: white;
	}

	.toppanel, .menutoolbar {
		padding: 4px 16px;
	}


	.user-profile {
		flex-direction: column;
		gap: 0;
	}
	article > .content > .user-profile-container.contentbodypadding {
		padding: 0;
	}
	.user-profile-userpic-container {
		height: 72px;
		width: 100%;
	}
	.user-profile-userpic {
		width: 72px;
		line-height: 72px;
		border-radius: 72px;
	}
	.user-profile-left {
		width: 100%;
		border-radius: 0;
	}
	.user-profile-center {
		width: 100%;
		gap: 0;
	}
	.fieldsblock-vertical-layout .field-label {
		width: 100% !important;
	}
	.fieldsblock-vertical-layout .field-body {
		width: 100% !important;
	}
	.user-profile .btn-primary {
		width: 100%;
		height: 48px;
	}

	.header-user .dropdownmenu {
		top: 50px !important;
		left: 0 !important;
		right: 0 !important;
		height: calc(100vh - 50px) !important;
		border-radius: unset;
		border: none;
		box-shadow: none;
	}

	.header-user .dropdownmenu a {
		height: 48px;
		line-height: 40px;
		font-size: 16px;
		font-weight: 500;
	}
	.header-user .dropdownmenu .separator {
		border-bottom: none;
	}

	.header-user .header-user-title {
		height: 48px;
		line-height: 48px !important;
	}

	header {
		padding: 0 40px;
	}
	.footer-home {
		padding: 16px 40px;
		margin-top: 32px;
	}

	.mainsearch {
		padding: 50px 40px;
	}

	.home-dashboard {
		width: 100vw;
		padding: 40px;
	}
	.home-dashboard.movers {
		gap: 40px;
	}

	.home-features {
		margin: 0 40px;
	}
}

@media screen and (max-width: 1252px) {
	.home-features {
		padding: 0;
		position: initial;
		display: flex;
		height: auto;
		flex-wrap: wrap;
		gap: 32px;
		width: 100%;
	}
	.home-features .icon-process-line,
	.home-features .icon-process-rocket,
	.home-features .icon-process-ellipse {
		display: none
	}

	.home-features .f1, .home-features .f2, .home-features .f3, .home-features .f4 {
		position: initial;
		height: auto;
	}
}

@media screen and (min-width: 640px) {
	.m-topsearch {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	header {
		padding: 0 15px;
	}
	.mainsearch h1 {
		width: 200px;
		/*margin: auto;*/
	}

	.footer-home {
		padding: 16px 15px;
		
	}
	.topsearch-link > .topsearch {
		display: none;
	}
	.home-dashboard {
		width: 100vw;
		padding: 15px;
	}
	.home-dashboard.movers > div {
		flex-basis: initial;
	}
	.home-dashboard .listviewtable {
		overflow-x: auto;
	}

	.mainsearch, .home-features {
		padding-left: 15px;
		padding-right: 15px;
		width: inherit;
		margin: inherit;
	}
	.mainsearch {
		flex-direction: column;
		gap: 16px;
	}
	.mainsearch > div:last-child {
		margin: 0;
	}
	.home-features {		
		gap: 0;
	}

	.footer-home > div:first-child {
		padding: 0;
	}

	.home-features-bar {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 639px) {
	.collapsible-group .performance > div {
		width: 100%;
	}
	.collapsible-group .marketdata > div {
		flex-basis: calc(50% - 8px);
	}
}



/* ═══════════════════════════════════════════════════════════════════
   Inline Editor — styles for click-to-edit fields in DCF / Reverse DCF
   
   Targets elements with class .input-value that have twoway binding.
   Works with InlineEditor class from dcf-base.js.
   ═══════════════════════════════════════════════════════════════════ */


/* ── Editable field: read-only appearance (default) ─────────────── */

.input-value[data-clientstate-bindtype="twoway"] {
	color: #1565C0;
	border-bottom: 1px dashed #90CAF9;
	cursor: pointer;
	border-radius: 2px;
	transition: background-color 0.15s ease;
}

.input-value[data-clientstate-bindtype="twoway"]:hover {
	background-color: rgba(21, 101, 192, 0.07);
}

/* Meta bar editable fields — same blue color, lighter border */
.dcf-meta-bar .field-body.editable {
	color: #1565C0;
	border-bottom: 1px dashed #90CAF9;
	cursor: pointer;
	padding: 1px 4px;
	border-radius: 2px;
	transition: background-color 0.15s ease;
}

.dcf-meta-bar .field-body.editable:hover {
	background-color: rgba(21, 101, 192, 0.07);
}


/* ── Actual year column — never interactive ─────────────────────── */

.col-actual .input-value,
.col-actual .editable-cell {
	color: inherit;
	border-bottom: none;
	cursor: default;
	pointer-events: none;
}


/* ── Input element: active editing state ────────────────────────── */

.ie-input {
	font: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #1565C0;
	border: 1px solid #1976D2;
	border-radius: 2px;
	outline: none;
	padding: 1px 4px;
	margin: -1px 0;
	background-color: #FFFDE7;
	box-sizing: border-box;
	vertical-align: baseline;
}

.ie-input:focus {
	border-color: #1565C0;
	box-shadow: 0 0 0 2px rgba(21, 101, 192, 0.15);
}


/* ── Input: invalid value ───────────────────────────────────────── */

.ie-input-invalid {
	background-color: #FFEBEE;
	border-color: #E53935;
}

.ie-input-invalid:focus {
	border-color: #C62828;
	box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.15);
}


/* ── Table cell context — ensure input fits inside td ───────────── */

.dcf-projection-table td .ie-input,
.rdcf-projection-table td .ie-input {
	width: 100%;
	text-align: right;
}

/* Editable cell in projection table — subtle dotted bottom */
.dcf-projection-table td.editable,
.rdcf-projection-table td.editable {
	position: relative;
}


/* ── WACC / Terminal Value / Assumptions fields ─────────────────── */

.field-body.editable.input-value {
	color: #1565C0;
	border-bottom: 1px dashed #90CAF9;
	cursor: pointer;
	padding: 1px 4px;
	border-radius: 2px;
	transition: background-color 0.15s ease;
}

.field-body.editable.input-value:hover {
	background-color: rgba(21, 101, 192, 0.07);
}


/* ── Reverse DCF: implied / solve-variable cells (not editable) ── */

.rdcf-projection-table .implied-cell {
	color: inherit;
	border-bottom: none;
	cursor: default;
}


/* ── Solve step editable fields ─────────────────────────────────── */

.solve-step-value .input-value[data-clientstate-bindtype="twoway"] {
	font-weight: inherit;
}


/* ══════════════════════════════════════════════
   Beta Analysis Page Styles
   ══════════════════════════════════════════════ */

/* ── Headline ── */

.beta-headline {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 16px;
}

.beta-primary {
	display: flex;
	gap: 16px;
}

.beta-card {
	background: #f5f7fa;
	border-radius: 8px;
	padding: 16px 24px;
	text-align: center;
	min-width: 140px;
}

.beta-card-label {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

.beta-card-value {
	font-size: 28px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.2;
}

.beta-card-sub {
	font-size: 11px;
	color: #999;
	margin-top: 4px;
}

.beta-stats .listviewtable td:first-child {
	color: #666;
	font-size: 13px;
}

.beta-flags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: flex-start;
	padding-top: 4px;
}

/* ── Chart containers ── */

.beta-chart-container {
	width: 100%;
	min-height: 350px;
	position: relative;
}

.beta-chart-container svg {
	display: block;
	margin: 0 auto;
}

.beta-scatter-wrapper,
.beta-rolling-wrapper {
	padding: 8px 0;
}

/* ── Scatter plot ── */

.beta-chart-container .dot {
	transition: opacity 0.15s;
	cursor: default;
}

.beta-chart-container .dot:hover {
	opacity: 1 !important;
	r: 5;
}

/* ── Asymmetric beta ── */

.beta-asymmetry-profile {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	margin-top: 8px;
}

.profile-desc {
	font-size: 13px;
	color: #555;
}

/* ── Diagnostics ── */

.beta-diagnostics .row-warning {
	background: #FFF8E1;
}

.beta-diagnostics .row-warning td {
	color: #E65100;
}

/* ── DCF Recommendation ── */

.beta-recommendation {
	margin-top: 16px;
	padding: 16px;
	background: #f5f7fa;
	border-radius: 8px;
	border-left: 4px solid #1976D2;
}

.beta-recommendation h3 {
	margin: 0 0 8px 0;
	font-size: 14px;
	color: #333;
}

.rec-value {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}

.rec-label {
	color: #666;
}

.rec-number {
	color: #1976D2;
}

.rec-method {
	font-size: 13px;
	color: #555;
	margin-bottom: 8px;
}

.rec-notes {
	border-top: 1px solid #e0e0e0;
	padding-top: 8px;
}

.rec-note {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	font-size: 12px;
	color: #666;
	margin-bottom: 4px;
	line-height: 1.5;
}

.rec-note-icon {
	color: #FF9800;
	flex-shrink: 0;
}

/* ── Tier 2 unavailable ── */

.beta-tier2-unavailable {
	padding: 16px;
	color: #999;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

/* ── Error state ── */

.beta-error {
	padding: 24px;
	text-align: center;
	color: #C62828;
	font-size: 14px;
}

/* ── Table tweaks ── */

.row-separator td {
	border-top: 2px solid #e0e0e0 !important;
	padding-top: 8px;
}



.barchart-tooltip {
	/* Цвета и отступы вынесены в локальные переменные —
       при необходимости легко переопределить на уровне темы. */
	--barchart-tooltip-bg: #000;
	--barchart-tooltip-fg: #fff;
	--barchart-tooltip-swatch-border: #fff;
	background: var(--barchart-tooltip-bg);
	color: var(--barchart-tooltip-fg);
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.barchart-tooltip-title {
	margin-bottom: 4px;
}

.barchart-tooltip-row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.barchart-tooltip-swatch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid var(--barchart-tooltip-swatch-border);
	box-sizing: border-box;
	flex: 0 0 auto;
	/* background-color подставляется из JS на основе getBarColor(d, false) */
}



/* ============================================================
   Dividend Calendar — Month view (FR-VIEW-2)
   ============================================================ */

.dc-month {
	display: grid;
	/* grid-template-columns is set inline by the renderer
	   (depends on first day of week and which weekends are collapsed) */
	gap: 1px;
	background: #d8dde3;
	border: 1px solid #d8dde3;
	font-size: 12px;
	line-height: 1.3;
	user-select: none;
	margin: 0 16px;
}

/* ---------- Header row (Mon..Sun) ---------- */

.dc-month__hcell {
	background: #f4f6f8;
	padding: 6px 8px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	color: #5a6470;
	text-align: center;
}

.dc-month__hcell--weekend {
	color: #8a96a3;
}

.dc-month__hcell--collapsed {
	padding: 6px 0;
	font-size: 10px;
	letter-spacing: 0;
}

/* ---------- Day cell ---------- */

.dc-month__day {
	background: #ffffff;
	min-height: 88px;
	padding: 4px 6px;
	position: relative;
	cursor: pointer;
	transition: background-color 120ms ease;
	/* Heat map: --dc-density goes 0..1, scaled by the renderer.
	   The background tint fades from transparent (no events) to a saturated blue. */
	background-image: linear-gradient( rgba(45, 124, 209, calc(var(--dc-density, 0) * 0.35)), rgba(45, 124, 209, calc(var(--dc-density, 0) * 0.35)) );
}

.dc-month__day:hover {
	background-color: #eef3f8;
}

.dc-month__day--outside {
	background: #fafbfc;
	color: #b0b8c1;
	cursor: default;
	background-image: none;
}

.dc-month__day--outside:hover {
	background-color: #fafbfc;
}

.dc-month__day--weekend:not(.dc-month__day--has-events) {
	background-color: #fafbfc;
}

.dc-month__day--today {
	box-shadow: inset 0 0 0 2px #2d7cd1;
}

/* ---------- Collapsed weekend column ---------- */

.dc-month__day--collapsed {
	padding: 4px 0;
	background-image: none;
	cursor: default;
}

.dc-month__day--collapsed .dc-month__day-num {
	font-size: 10px;
	color: #b0b8c1;
	display: block;
	text-align: center;
	writing-mode: horizontal-tb;
}

/* ---------- Day content ---------- */

.dc-month__day-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 4px;
}

.dc-month__day-num {
	font-weight: 600;
	color: #2a2f36;
}

.dc-month__day--outside .dc-month__day-num {
	color: #b0b8c1;
	font-weight: 400;
}

.dc-month__day-count {
	display: inline-block;
	min-width: 18px;
	padding: 1px 5px;
	border-radius: 9px;
	background: #2d7cd1;
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.dc-month__day-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.dc-month__day-sum {
	font-size: 11px;
	color: #5a6470;
}

/* ---------- Toolbar: month navigation ---------- */

.dc-month__title {
	display: inline-block;
	min-width: 140px;
	padding: 0 8px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	color: #2a2f36;
}

/* ============================================================
   Dividend Calendar — Week view (FR-VIEW-3)
   ============================================================ */

.dc-week {
	display: grid;
	/* grid-template-columns is set inline by the renderer
	   (depends on first day of week and which weekends are collapsed) */
	gap: 1px;
	background: #d8dde3;
	border: 1px solid #d8dde3;
	line-height: 1.3;
	user-select: none;
	margin: 0 16px;
}

.dc__title {
	font-size: medium;
	font-weight: 500;
}

/* ---------- Header row ---------- */
.dc-week__hcell {
	background: #f4f6f8;
	padding: 6px 8px;
	font-weight: 600;
	text-align: center;
	font-size: 11px;
	color: #5a6470;
}

.dc-week__hcell-dow {
	text-transform: uppercase;
	display: block;
}

.dc-week__hcell-date {
	font-size: 16px;
	font-weight: 700;
	color: #2a2f36;
	display: block;
	margin-top: 2px;
}

.dc-week__hcell--weekend {
	color: #8a96a3;
}

.dc-week__hcell--weekend .dc-week__hcell-date {
	color: #8a96a3;
}

.dc-week__hcell--collapsed {
	padding: 6px 0;
	font-size: 10px;
}

.dc-week__hcell--today .dc-week__hcell-date {
	color: #2d7cd1;
}

/* ---------- Body columns (one per day) ---------- */

.dc-week__day {
	background: #ffffff;
	min-height: 120px;
	padding: 4px 6px;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.dc-week__day--weekend:not(.dc-week__day--has-events) {
	background: #fafbfc;
}

.dc-week__day--today {
	box-shadow: inset 0 0 0 2px #2d7cd1;
}

.dc-week__day--collapsed {
	padding: 4px 0;
	min-height: 40px;
}

/* ---------- Event rows ---------- */

.dc-week__event {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 2px 0;
	border-bottom: 1px solid #eef0f2;
}

.dc-week__event:last-child {
	border-bottom: none;
}

.dc-week__empty {
	color: #b0b8c1;
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
}

/* ---------- Toolbar: week navigation ---------- */

.dc-week__title {
	display: inline-block;
	min-width: 180px;
	padding: 0 8px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	color: #2a2f36;
}

.dc-week .mic {
	font-size: smaller;
	color: darkgray;
}

/*# sourceMappingURL=app.bundle.css.map*/