::-moz-selection { /* Code for Firefox */
    color: white;
    background: blue;
}

::selection {
    color: white;
    background: blue;
}

/* To remove the default focus outline */
:focus {
    outline: none
}

BODY
{
	color: var(--text);
	font-family: 'Open Sans';
	line-height: normal;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

iframe {
    border: none;
}

.mdi {
    font-family:"Material Design Icons"
}

.Button {
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    font-size: 10px;
    color: var(--text);
    font-family: 'Open Sans';
    line-height: 1.2;
    background-color: var(--buttonBackground);
    border-style: none !important;
    border-width: 0px;
    box-sizing: border-box
}

.ButtonDisabled {
    color:var(--text);
    opacity:var(--opacityDisabledButton);
}

table.Button:hover:not(.ButtonDisabled) {
    background-color: var(--hover);
}

.ImageButton
{			
    border-style: none !important;
    font-size: 10px;
	color: var(--text);
	font-family: 'Open Sans';
    line-height: 1.2;
	background-color: transparent;
	border-style:none;
    box-sizing:border-box
}

.ImageButtonHover
{
    border-style: none !important;
    font-size: 10px;
	color: var(--text);
    border-style:none;
	font-family: 'Open Sans';
    line-height: 1.2;
	background-color: transparent;
    box-sizing:border-box;
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.HomeToolbarButton {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.Button TR TD
{
	font-family: 'Open Sans';
	font-size: 10px;
    line-height: 1.2;
}

.HighLightButton
{
	font-size: 10px;
	color: red;
	font-family: 'Open Sans';
    line-height: 1.2;
	background-color: white;
    border-style:solid;
    border-width:1px;
    border-color:#CCCCCC;

}

.HighLightButton TR TD
{
	font-family: 'Open Sans';
	font-size: 10px;
    line-height: 1.2;
}

.RibbonButton
{		
	font-size: 12px;
	color: var(--text);
	font-family: 'Open Sans';
    line-height: 1.0;
	background-color: white;
	border-style:none;
    border-width:0px;
    white-space:pre-line; /* required by IE9 */
}

.RibbonButton TR TD
{
	font-family: 'Open Sans';
	font-size: 12px;
    line-height: 1.0;
    white-space:pre-line; /* required by IE9 */
}

.RibbonButtonDisabled {
    color: var(--text);
    opacity: var(--opacityDisabledButton);
}

.RibbonButton:not(.RibbonButtonDisabled) TD:has(span):hover,
.RibbonButton:not(.RibbonButtonDisabled) TD:has(img):hover {
    background-color: var(--hover);
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
}

.loadingtemplate {
    background-color: black;
    opacity: 0;
}

.QWLoader {
    border: 6px solid #0c3b63;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: QWspin 2s linear infinite; /* Safari */
    animation: QWspin 2s linear infinite;
    border-top: 6px solid #1771bf;
    border-right: 6px solid #9edcff;
    border-bottom: 6px solid #27a5f2;
}

/* Safari */
@-webkit-keyframes QWspin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes QWspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingbckimage {
    /* Add the blur effect */
    filter: blur(10px) grayscale(100%);
    -webkit-filter: blur(10px) grayscale(100%);
    opacity: 0.5;
    /* Full width and height */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* Treeview */
.igtr_Control img[src*="svg"] {
    height: 16px;
    width: 16px;
}

.igtr_Node {
    color: var(--text) !important;
}

.igtr_Hover {
    background-color: var(--hover) !important;
}

.igtr_Selected {
    color: var(--text) !important;
    background-color: var(--tabBackground) !important;
}

.igtr_Disabled {
    color: var(--textDisabled) !important;
}

.igspl_VSplitBar,
.igspl_HSplitBar {
    background-color: var(--buttonBackground) !important;
    background-image: none !important
}

.igspl_VSplitBarHover,
.igspl_HSplitBarHover {
    background-color: var(--hover) !important;
    background-image: none !important
}

.GridEdit {
    font-size: 10px;   
    color: var(--text);   
    font-family: 'Open Sans' !important;      
    border: none !important;      
    padding-left:2px;
}

.GridFilter > span {
    width: auto !important;
    font-size: 10px;
    vertical-align: text-top;
}

.GridHeader {
    text-overflow: clip !important;
}

.igtbl_Control {
    border-color: var(--rectangleBorder) !important;
    border-style: solid !important;
    border-width: var(--borderWidth) !important;
}

.igtbl_PagerArea {
    background-color: white !important;
    color: var(--text) !important;
    border: none !important;
}

.igtbl_PageLink:hover {
    background-color: var(--hover)
}

THEAD.igtbl_Header TR TH {
    background-color: var(--gridHeaderBackGround) !important;
    color: var(--text) !important;
}

.igtbl_Alt {
    background-color: #fcfcfc  !important;
}

TBODY.igtbl_Item TR.igtbl_Selected TD,
TBODY.igtbl_Item TR TD.igtbl_Selected,
.igtbl_Selected {
    background-color: var(--activeBackground) !important; 
    color: var(--text) !important;
}

TBODY.igtbl_Item TR:hover {
    background-color: var(--hover) !important;
}

TBODY.igtbl_Item TR TD,
THEAD.igtbl_Item TR TH,
TFOOT.igtbl_Item TR TH,
TBODY.igtbl_Item TR TH,
THEAD.igtbl_Header TR TH,
TFOOT.igtbl_Header TR TH,
TBODY.igtbl_Header TR TH {
    border-right-color: white !important;
    border-bottom-color: white !important;
}

.WebDataGridHeader {
    background-image: none !important;
    background-color: var(--gridHeaderBackGround) !important;
    font-weight: normal !important;
    color: var(--text) !important;
    border-color: white !important;
}

.WebDataGridHeaderRowSelector {
    background-image: none !important;
    background-color: var(--gridHeaderBackGround) !important;
    color: var(--text) !important;
    border-color: white;
}

.WebDataGrid tbody > tr.igg_Alt.igg_Alt > td {
    background-color: #fcfcfc;
}

.WebDataGrid tbody > tr > td.igte_Button {
    background-color: #f9f9f9
}

.WebDataGrid tbody.igg_Item > tr > td {
    border-color: white;
}

.WebDataGridCheckBox[role="gridcell"] {
    text-align: center !important;
    line-height: 10px !important
}

.WebDataGrid .igg_Header {
    background-color: white;
}

.WebDataGrid .igg_EditCell {
    background-color: White;
    border: none !important;
}

.WebDataGrid .igg_PageLink,
.WebDataGrid .igg_PageCurrent {
    padding-top: 2px !important;
    padding-right: 4px !important;
    padding-left: 4px;
    font-size: 11px;
    font-weight: bold;
    color: var(--text);
    border: none;
}

.WebDataGrid .igg_PageLink:hover,
.WebDataGrid .igg_PageCurrent:hover {
    background-color: var(--hover)
}

.WebDataGrid .igg_pageLink {
    background-color: var(--buttonBackground);
}

.WebDataGrid .igg_PageCurrent {
    background-color: var(--buttonActiveBackground);
}

.WebDataGrid .igg_Pager {
    background-color: white;
    border: none;
    color: var(--text);
}

.WebDataGrid .igg_RowSelector {
    border-color: white;
}

.WebDataGrid tr.igg_FilterRow > td,
.WebDataGrid .igg_FilterRow,
.WebDataGrid .igg_FilterRowSelectorCssClass {
    border-color: white;
    background-color: var(--gridFilterBackGround);
}

.WebDataGrid.igg_Control {
    border: solid var(--borderWidth) var(--rectangleBorder);
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
}

.WebDataGridEdit {
    border: none !important;
    box-shadow: none !important;
    background-color: white;
}

.igdd_ControlFocus {
    box-shadow: none;
}

.WebDataGridEditUpperCase {
    text-transform: uppercase
}

.WebDataGrid tbody.igg_Item > tr > td.ig_selected {
    background-color: var(--activeBackground);
    color: var(--text)
}

.WebDataGridMemoCell {
    overflow: auto;
    max-height: 50px;
    min-height: 19px;
    line-height: normal;
}

.WebDataGridToolTip {
    font-size: 15px !important;
    color: var(--text) !important
}

/* To redefine scollbars */
:root {
    --scrollbar-size: .5rem;
    --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
    --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
    --scrollbar-track-color: transparent;
    --scrollbar-color: rgba(0,0,0,.3);
    --scrollbar-color-hover: rgba(0,0,0,.5);
    --scrollbar-color-active: rgb(0,0,0);
}
.ThinScrollbars::-webkit-scrollbar {
    height: var(--scrollbar-size);
    width: var(--scrollbar-size);
}

.ThinScrollbars::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

.ThinScrollbars::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border-radius: 3px;
}

.ThinScrollbars::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

.ThinScrollbars::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

.ThinScrollbars::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

.ThinScrollbars::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

table[mkr="contentTbl"] {
    background-color: white;
}

tbody > tr > td.WebDataGridRight[role="gridcell"] {
    text-align: right !important;
}

tbody > tr > td.WebDataGridCenter[role="gridcell"] {
    text-align: Center !important;
}


.WebDataGridSelectedRowImage {
    background-color: White;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(ig_common/images/ig_tblTri.gif);
    border-color: white;
}

.WebDataGridNewRowImage {
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(ig_common/images/ig_tblNewrow.gif);
    border-color: white;
}

/* Redefine QWWebGrid2 scrollbars to always show also on mobile devices */
div[mkr="vScrBar"] {
    width: 10px !important;
}

col[sub="vScrWidth"] {
    width: 10px !important;
}

div[mkr="hScrBar"] {
    height: 10px !important;
}

tr[mkr="hScrHeight"] {
    height: 10px !important;
}

div[mkr="vScrBar"]::-webkit-scrollbar,
div[mkr="hScrBar"]::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

div[mkr="vScrBar"]::-webkit-scrollbar-track,
div[mkr="hScrBar"]::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

div[mkr="vScrBar"]::-webkit-scrollbar-thumb,
div[mkr="hScrBar"]::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border-radius: 3px;
}

div[mkr="vScrBar"]::-webkit-scrollbar-thumb:hover,
div[mkr="hScrBar"]::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

div[mkr="vScrBar"]::-webkit-scrollbar-thumb:active,
div[mkr="hScrBar"]::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

div[mkr="vScrBar"]::-webkit-scrollbar-thumb:vertical,
div[mkr="hScrBar"]::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

div[mkr="vScrBar"]::-webkit-scrollbar-thumb:horizontal,
div[mkr="hScrBar"]::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

.Checkbox {
    font-size: 10px;
    color: var(--text);
    font-family: 'Open Sans';
    box-sizing: border-box;
    margin-top: 2px;
}

.Checkbox label {
    vertical-align: middle;
    margin-left: 16px;
    display: block;
}

.Checkbox input {
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}

.Checkbox input:focus {
    background-color: var(--activeBackground) !important;
}

.Switch {
    font-size: 10px;
    color: var(--text);
    font-family: 'Open Sans';
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.Switch label {
    vertical-align: middle;
    margin-left: 2px;
    display: block;
}

.igmn_Item nobr { white-space: normal; }  /* Required for IE9 to override the NOBR in menu items*/

BODY A:active {
    color: var(--blue);
    text-decoration: none;
}

BODY A:link
{
	color: var(--blue);
    text-decoration:none;
}

BODY A:visited {
    color: var(--blue);
    text-decoration: none;
}

BODY A:hover
{
	background-color: none;
    text-decoration:none;
}
FORM TR
{
	font-family: 'Open Sans';
	font-size: 10px;
}
FORM TR TD
{
	font-family: 'Open Sans';
	font-size: 10px;
    line-height: normal;	
}

.Campo {
    /* Since QualiWare 2015 this class is used only for Non Infragistics or Infragistics 11.1 controls */
    font-size: 11px;
    color: var(--text);
    font-family: 'Open Sans';
    border: var(--border) var(--borderWidth) solid !important;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    box-sizing: border-box;
    background-color: white
}

.Listbox {
    font-size: 11px;
    color: var(--text);
    font-family: 'Open Sans';
    border: var(--border) var(--borderWidth) solid !important;
    box-sizing: border-box;
    background-color: white
}

input.Campo:hover:not(:focus),
.Campo:not(:has(.e-richtexteditor)):hover :not(textarea):not(:focus),
.Listbox:hover {
    background-color: var(--hover) !important
}

input::file-selector-button {
    background: var(--buttonBackground);
    font-family: 'Open Sans';
    cursor: pointer;
    border: none;
    height: 100%;
}

.Campo:focus,
.Campo > .qw-entryfield:focus,
.Campo > .e-focus,
.Campo > .e-input-focus {
    background-color: var(--activeBackground) !important;
}

.Campo textarea,
.Campo textarea {
    border: var(--white)
}

.Campo[disabled] input,
.Campo[readonly] input,
.Campo[disabled] textarea,
.Campo[readonly] textarea,
.Campo[disabled] iframe,
.Campo[readonly] iframe,
.Campo[disabled] .e-select,
.Campo[readonly] .e-select,
.Campo[disabled] .e-ddl-icon,
.Campo[readonly] .e-ddl-icon,
.Listbox[readonly],
.Listbox[disabled]
.Checkbox[readonly],
.Checkbox[disabled] {
    opacity: var(--opacityDisabled);
}

input.Campo[disabled],
input.Campo[readonly] {
    color: var(--textDisabled);
}

.Campo::placeholder,
.qw-entryfield::placeholder,
.e-input::placeholder {
    opacity: 0.60 !important;
    font-style: italic !important;
    color: inherit !important;
    text-transform: none;
}

.CampoRequired:not([readonly]):not([disabled]) {
    border-color: var(--red) !important;
    border-width: 1px !important
}

.Listbox[readonly] > .e-disable,
.Listbox[disabled] > .e-disable {
    opacity:1;
}

.Listbox .e-listbox-container {
    border: none !important;
}

.e-widget.e-atc .e-options.e-active:hover,
.e-widget.e-atc .e-options:hover {
    background: var(--hover);
    filter: none;
    color: var(--text)
}

.e-widget.e-atc .e-options.e-active,
.e-widget.e-atc .e-options {
    color: var(--text);
}

.e-js.e-listbox .e-select {
    background: var(--activeBackground) !important;
    filter: none;
    color: var(--text);
}

.e-js.e-listbox .e-hover {
    background: var(--hover) !important;
    filter: none;
    color: var(--text);
}

.e-js.e-header .e-box {
    border: none !important;
    background: none !important;
}

.e-js.e-lv.e-js.e-parentlv {
    background-color: var(--navBackground);
}

.e-js.e-lv .e-list.e-state-default {
    background-color: var(--navBackground);
}

.e-js.e-lv .e-list.e-margin .e-chevron-right_01 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.e-js.e-lv .e-list:not(.e-margin) .e-chevron-right_01 {
    padding-bottom: 2px;
    padding-top: 10px;
}

.e-js.e-lv .e-list.e-arrow:not(.e-margin) .e-chevron-right_01:before {
    top: 0px;
}

.e-js.e-lv .e-list.e-arrow.e-margin .e-chevron-right_01:before {
    top: 3px;
}

.e-js.e-lv .e-list.e-state-active > .e-chevron-right_01.e-fontimage:before,
.e-js.e-lv .e-list .e-chevron-right_01.e-fontimage:before
{
    color: var(--navText)
}

.e-js.e-lv .e-list:hover .e-chevron-right_01.e-fontimage:before {
    color: var(--navHoverText) !important;
}

.e-js.e-lv .e-list-text:hover {
    color: var(--navHoverText) !important;
}

.e-js.e-lv .e-list .e-chevron-right_01 {
    color: var(--navText) !important
}

.e-js.e-lv .e-list .e-chevron-right_01:hover {
    color: var(--navHoverText) !important
}

.e-js.e-lv .e-list.e-margin .e-chevron-right_01 span {
    top: 4px;
}

.e-js.e-lv .e-list.e-state-active {
    border: none !important;
    background-color: var(--navActiveBackground) !important;
    background: none;
    color: var(--navText);
}

.e-js.e-lv .e-list.e-state-active .e-chevron-right_01 .e-list-text {
    color: var(--text);
}

.e-js.e-lv .e-header {
    color: var(--navText);
}

.e-js.e-lv > .e-header > .e-icon:before, 
.e-js.e-lv > .e-header > .e-icon:hover:before {
    color: var(--navText);
}

.e-js.e-lv .e-list.e-state-default:hover,
.e-js.e-lv .e-list.e-state-active:hover {
    background-color: var(--navHoverBackground) !important;
    background: none;
    color: var(--navHoverText) !important;
}

.e-js.e-lv .e-list.e-state-default {
    border: none !important;
}

.e-js.e-lv .e-list .e-list-img {
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
}

.e-js.e-lv .e-list-text {
    font-size: 13px !important;
    font-weight: bold !important;
    font-family: 'Open Sans' !important;
    color: inherit !important;
}

.e-js .mdi {
    font-size: 20px;
    color: var(--text)
}

.e-js .e-icon {
    width: 20px;
    height: 20px;
}

.e-js.e-lv .e-header {
    height: 30px;
    background: none;
    border: none !important;
}

.e-js.e-lv.e-parentlv > .e-lv .e-list-container {
    border: none;
}

.e-js .e-htitle, .e-js .e-btn-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.e-js .e-hicon {
    font-size: 13px;
    height: 20px;
    padding-top: 2px;
}

.e-js .e-list-hdr {
    width: 100% !important
}

/* switch */

.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on,
.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: var(--blue) !important;
}

.e-switch-wrapper .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper .e-switch-inner.e-switch-active,
{
    background-color: var(--blue);
    border-color: var(--blue)
}

.e-switch-wrapper .e-switch-off,
.e-css.e-switch-wrapper .e-switch-off {
    background-color: #fff;
    color: var(--blue);
}

.e-switch-wrapper:hover .e-switch-inner,
.e-css.e-switch-wrapper:hover .e-switch-inner {
    border-color: var(--blue);
}

.e-switch-wrapper .e-switch-inner,
.e-css.e-switch-wrapper .e-switch-inner {
    border: var(--borderWidth) solid var(--blue);
}

.e-switch-wrapper .e-switch-on,
.e-switch-wrapper .e-switch-off,
.e-css.e-switch-wrapper .e-switch-on,
.e-css.e-switch-wrapper .e-switch-off,
.e-switch-wrapper .e-switch-inner,
.e-switch-wrapper .e-switch-handle,
.e-css.e-switch-wrapper .e-switch-handle {
    transition: none !important;
}

.e-switch-wrapper:not(.e-switch-disabled):hover
.e-switch-handle:not(.e-switch-active),
.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    background-color: var(--text);
}

.e-switch-wrapper:hover .e-switch-inner.e-switch-active,
.e-css.e-switch-wrapper:hover
.e-switch-inner.e-switch-active {
    background-color: var(--blue);
    border-color: var(--blue);
}

.qw-entryfield{
    padding-left:3px;
    font-size: 11px;
    color: var(--text);
    font-family: 'Open Sans';
}

.e-avatar {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    width: 30px
}

.e-ddl-popup,
.e-ddl.e-popup,
.e-datepicker.e-popup {
    z-index:110000 !important
}

.e-overlay,
.e-dlg-overlay {
    z-index: 18000 !important /* same as .DialogModalBackgroundInDialog */
}

.e-dialog {
    z-index: 19000 !important /* GANTT dialog must remain under dropdownlist and datepicker popup (see above) and over the overlay */
}

/* EJ1 Gantt */
.e-gantttoolbar.e-js.e-toolbar {
    background: white;
}

/* Ej2 grid styling */
.QWEJ2GridExcelExportIcon {
    background: url("images/microsoft-excel-16.png") no-repeat;
    height: 20px !important;
    width: 16px !important;
    margin-left: -3px;
}

.QWEJ2GridQWayExportIcon {
    background: url("images/qway-16.png") no-repeat;
    height: 20px !important;
    width: 16px !important;
    margin-left: -3px;
}

.e-lib.e-pager {
    font-family: "Open Sans";
    padding-top: 5px;
    padding-bottom: 0px;
}

.e-lib.e-grid {
    border-color: var(--rectangleBorder) !important;
    border-style: solid !important;
    border-width: var(--borderWidth) !important;
}

.e-lib.e-grid .e-gridheader {
    border-bottom-style: none !important;
    border-top-style: none !important;
}

.e-lib.e-grid .e-toolbar {
    height: 40px !important;
    border-style: none;
}

.e-lib.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
    font-size: 10px !important;
    color: var(--text);
}

.e-lib.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn {
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    background-color: var(--buttonBackground);
    border-style: none;
    box-sizing: border-box;
    min-height: 30px;
}

.e-lib.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn:hover {
    background-color: var(--hover);
}

.e-lib.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group.e-search {
    color: var(--text);
    border: var(--border) var(--borderWidth) solid !important;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    box-sizing: border-box;
    background-color: white
}

.e-lib.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-input-group.e-search.e-input-focus {
    background-color: var(--activeBackground)
}

.e-lib.e-grid .e-rowcell.e-gridchkbox-cell {
    padding-top: 1px;
    padding-bottom: 1px;
}

.e-lib.e-grid .e-rowcell {
    font-size: 10px !important;
    font-weight: normal !important;
    padding: 2px 5px;
    border-color: white;
}

.e-lib.e-grid .e-inline-edit .e-rowcell {
    padding: 2px 2px;
}

.e-lib.e-grid .e-rowcell .e-input-group.e-disabled {
    opacity: 1 !important;
}

.e-lib.e-grid .e-headercell,
.e-lib.e-grid .e-detailheadercell,
.e-lib.e-grid .e-rowdragheader {
    background-color: var(--gridHeaderBackGround);
    color:var(--text);
    border-color: white;
}

.e-lib.e-grid.e-childgrid .e-headercell,
.e-lib.e-grid.e-childgrid .e-rowdragheader {
    background-color: var(--gridChildHeaderBackGround)
}

.e-lib.e-grid .e-headercelldiv {
    font-size: 10px !important;
    font-weight: normal !important;
    text-overflow: clip !important;
    min-height: 25px;
}

.e-lib.e-grid .e-editedrow .e-editcell {
    background: var(--activeBackground);
}

.e-lib.e-grid td.e-active {
    background: none;
    border-top-color: var(--text) !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-bottom-color: var(--text) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

.e-lib.e-grid.e-gridhover .e-row tr:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-lib.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-lib.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-lib.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-lib.e-grid.e-rtl .e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), 
.e-lib.e-grid.e-gridhover .e-row:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
    background-color: var(--hover);
    color: var(--text);
}

.e-lib.e-grid .e-table.e-inline-edit {
    background-color: transparent !important;
}

.e-lib.e-grid .e-editedrow .e-editcell form{
    margin-bottom: 0px !important;
}

.e-lib.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
    box-shadow: none;
}

.e-lib.e-grid .e-altrow {
    background: #fcfcfc  
}

.e-lib.e-grid .e-headercell,
.e-lib.e-grid .e-detailheadercell {
    font-size: 11px !important;
    font-weight: normal !important;
    padding: 0 5px 0;
}

.e-lib.e-grid .e-columnmenu {
    position: absolute;
    right: 15px;
    float: right;
    margin: -19px -16px 0 0px;
    padding: 0px 2px 0px 2px;
}

.e-lib.e-grid .e-unboundcelldiv .e-btn.e-flat,
.e-lib.e-grid .e-unboundcelldiv .e-css.e-btn.e-flat {
    background-color: transparent;
    border: none;
}

.e-lib.e-grid .e-btn.e-icon-btn,
.e-lib.e-grid .e-css.e-btn.e-icon-btn {
    padding: 0px 0px;
}

.e-unboundcell {
    text-align: center !important
}

.e-lib.e-grid .e-gridheader .e-sortfilter .e-headercelldiv,
.e-lib.e-grid .e-gridheader .e-stackedheadercelldiv {
    padding: 0 10px 0 0
}

.e-lib.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv {
    margin: 0 10px 0 0
}

.e-lib.e-grid.e-wrap .e-gridheader .e-fltr-icon .e-sortfilterdiv,
.e-lib.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv {
    position: absolute;
    right: -6px;
}

.e-lib.e-grid .e-filtered::before {
    color: red;
}

.e-lib.e-grid.e-wrap .e-columnheader .e-headercelldiv {
    display: table-cell;
    vertical-align: middle;
}

.e-lib.e-grid .e-ftrchk {
    padding-bottom: 3px;
    padding-top: 3px;
}

.e-lib.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd), 
.e-lib.e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd), 
.e-lib.e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd), 
.e-lib.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), 
.e-lib.e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), 
.e-lib.e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: var(--text);
}

/* EJ2 Grid input controls */
.e-input-group .e-input-group-icon,
.e-input-group.e-control-wrapper .e-input-group-icon {
    min-width: 20px
}

.e-input-group .e-clear-icon,
.e-input-group.e-control-wrapper .e-clear-icon {
    min-width: 20px
}

.e-input-group,
.e-input-group.e-control-wrapper {
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: normal;
}

.e-input-group.e-control-wrapper.e-mask {
    display: inline-block;
    height: unset;
    width: unset;
}

.e-input-group.e-control-wrapper,
.e-input.e-input.e-css,
.e-input-group input.e-input,
.e-input-group input,
.e-input-group.e-control-wrapper input.e-input,
.e-input-group.e-control-wrapper input,
.e-float-input input.e-input,
.e-float-input input,
.e-float-input.e-control-wrapper input.e-input,
.e-float-input.e-control-wrapper input,
.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-float-input.e-control-wrapper input:focus,
.e-float-input input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input,
.e-float-input.e-control-wrapper.e-input-focus input,
.e-float-input.e-input-focus input {
    font-family: "Open Sans" !important;
    font-size: inherit !important;
    font-weight: inherit;
    padding-left: 3px;
}

.e-widget.e-numeric.e-focus .e-in-wrap, 
.e-widget.e-percent.e-focus .e-in-wrap, 
.e-widget.e-currency.e-focus .e-in-wrap, 
.e-widget.e-mask.e-focus .e-in-wrap {
    box-shadow: none !important;
}
.e-widget.e-datewidget.e-focus .e-in-wrap, 
.e-widget.e-datewidget.e-focus .e-in-wrap:hover {
    box-shadow: none !important;
}

.e-widget.ej1-combobox.e-ddl.e-input-group.e-input-focus {
    box-shadow: none !important;
}

.e-widget.ej1-combobox.e-ddl.e-input-group:not(.e-rtl) .e-input-group-icon {
    border-left: none;
}

.e-widget.e-ddl .e-select {
    border-left: none;
}

.e-widget.e-ddl .e-select:hover,
.e-widget.e-ddl.e-rtl .e-select:hover {
    background: var(--hover);
    filter: none
}

.e-widget.e-ddl .e-select,
.e-widget.e-ddl.e-rtl .e-select,
.e-widget.e-ddl .e-disable.e-select:hover {
    background: var(--activeBackground);
    filter: none;
}

.e-widget.e-ddl.e-popactive {
    background-color: var(--activeBackground)
}

.e-widget.ej1-combobox.e-ddl.e-input-group
.e-input-group-btn button:hover,
.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon:hover {
    background: var(--hover);
}

.e-widget.ej1-combobox.e-ddl.e-input-group .e-input-group-icon {
    background: var(--buttonBackground);
    filter: none;
}

.e-disabled {
    opacity: var(--opacityDisabled);
}

.e-ddl.e-lib.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
.e-ddl.e-lib.e-popup .e-filter-parent .e-input-filter,
.e-ddl.e-lib.e-popup .e-filter-parent .e-input-filter:focus,
.e-ddl.e-lib.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
.e-ddl.e-lib.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
    padding: 0 5px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    background-color: var(--activeBackground) !important;
}

.e-lib.e-gridform input.e-combobox.e-input,
.e-lib.e-gridform .e-ddl.e-input-group {
    background: white !important
}

.e-ddl.e-lib.e-popup .e-dropdownbase .e-list-item {
    font-size: 11px;
    min-height: 21px;
    padding-right: 0px;
    text-indent: 3px;
    line-height: normal;
    min-width: 60px;
}

.e-checkbox-wrapper .e-frame.e-check {
    background-color: #0078d6;
    border-color: #0078d6;
    color: #fff !important;
}

.e-checkbox-wrapper .e-frame, 
.e-css.e-checkbox-wrapper .e-frame {
    border: 1px solid;
    height: 16px;
    width: 16px;
    margin-top: 2px;
}

.RibbonButtonTooltip {
    max-width: 150px
}

.RibbonTabHidden {
    display: none !important;
}

.ButtonTooltip {
    max-width: 400px
}

.e-tooltip-wrap:not(.e-schedule-event-tooltip) .e-tip-content {
    color: var(--text);
    font-family: "Open Sans";
    text-align: center;
    padding: 6px;
}

.e-tooltip-wrap.e-griderror .e-tip-content {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: normal;
    padding: 4px 4px 4px 4px;
}

.e-toast-message
{
    font-family: "Open Sans" !important;
}

.e-lib.e-grid .e-sortnumber {
    margin-top: 5px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    color: white !important;
    font-weight: 600;
}

.e-filter-popup {
    z-index: 120000 !important
}

.e-contextmenu-wrapper ul .e-menu-item, 
.e-contextmenu-container ul .e-menu-item {
    height: 25px;
    line-height: 25px;
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, 
.e-contextmenu-container ul .e-menu-item .e-menu-icon {
    font-size: 13px;
    line-height: 25px;
    margin-top: -2px;
}

.e-contextmenu-wrapper ul, 
.e-contextmenu-container ul {
    font-size: 13px;
    font-family: 'Open Sans';
}

.e-contextmenu-wrapper ul .e-menu-item .e-caret, 
.e-contextmenu-container ul .e-menu-item .e-caret {
    line-height: 25px;
}

.e-contextmenu-wrapper ul .e-menu-item .e-menu-url {
    width: 100%
}

.e-checkbox-wrapper .e-label, 
.e-css.e-checkbox-wrapper .e-label {
    font-family: "Open Sans";
    font-size: 13px;
}

.e-lib.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
    height: 25px;
    line-height: 25px
}

.e-lib.e-excelfilter .e-contextmenu-wrapper ul li, 
.e-lib.e-excelfilter .e-contextmenu-container ul li {
    height: 25px;
    line-height: 25px;
}

.e-lib.e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, 
.e-lib.e-excelfilter .e-contextmenu-container ul li .e-menu-icon {
    height: 25px;
    line-height: 25px;
}

.e-lib.e-grid .e-groupheadercell,
.e-lib.e-grid .e-groupheadercell:hover {
    font-family: 'Open Sans' !important;
    font-size: 14px !important
}

.e-lib.e-grid .e-groupcaption {
    font-family: 'Open Sans' !important;
    font-size: 14px !important
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons,
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn {
    color: var(--text) !important;
}

.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons:hover,
.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn:hover,
.e-richtexteditor .e-toolbar .e-toolbar-item .e-rte-color-content:hover {
    background-color: var(--hover);
}

/* Alert and Confirm dialog styles based on EJ2 DialogUtility object */
.QWDialog .e-dialog {
    min-width: 250px;
    font-family: 'Open Sans';
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    border: solid;
    border-color: white;
    border-width: var(--borderWidth);
}

.QWDialog .e-dialog .e-dlg-header-content {
    border-bottom: none;
    padding: 8px 10px 10px;
}

.QWDialog .e-dialog .e-footer-content {
    padding: 8px 10px 10px;
}

.QWDialog .e-dialog .e-dlg-content {
    padding: 0px 10px 10px;
}

.QWDialog .e-btn {
    font-size: 14px;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    color: var(--text) !important;
    background-color: var(--buttonBackground) !important;
    border-style: none !important;
    border-width: 0px;
}

.QWDialog .e-btn:hover {
    background-color: var(--hover) !important;
}

.QWDialog .e-dlg-header {
    font-size: 15px;
    font-weight:bold;
}

.QWDialog .e-dlg-content {
    min-height: 30px;
    font-family: 'Open Sans';
}

/* Modal dialog styles based on EJ2 Dialog object */
.QWModalDialog .e-dialog {
    padding-bottom: 7px;
    max-height: 99999px !important;
    font-family: 'Open Sans';
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    border-style: solid;
    border-color: white;
}

.QWModalDialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    height: 22px;
    width: 26px;
}

.QWModalDialog .e-btn:focus {
    outline: none
}

.QWModalDialog .e-dlg-header {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.QWModalDialog .e-dlg-content {
    min-height: 30px;
    padding: 2px 5px 0px;
    font-family: 'Open Sans';
    overflow: hidden;
}

.QWModalDialog .e-dlg-header-content {
    padding: 1px 5px 0px;
}

.QWModalDialog > .e-south-east {
    bottom: 0px !important
}

/* EJ2 Schedule customization */
.e-schedule .e-timeline-view .e-date-header-wrap table col, 
.e-schedule .e-timeline-view .e-content-wrap table col, 
.e-schedule .e-timeline-month-view .e-date-header-wrap table col, 
.e-schedule .e-timeline-month-view .e-content-wrap table col {
    width: unset;
}

.e-schedule .e-drag-hover {
    background-color: #e0e0e0 !important
}

/* EJ2 RTE customization */
.e-toolbar-wrapper {
    height: 41px !important;
}

.e-toolbar-wrapper .e-hscroll-content {
    padding-right: 80px
}

.e-rte-backgroundcolor-element,
.e-rte-fontcolor-element {
    display: none
}

.e-rte-link-dialog .e-rte-field {
    height: 40px;
}

.e-rte-img-dialog .imgUrl,
.e-rte-img-dialog .e-rte-field {
    height: 40px;
}

.e-rte-img-dialog .e-browsebtn {
    top: 50px !important
}

.e-rte-dropdown-popup ul {
    max-height: 300px;
    overflow-y: auto;
}

.e-rte-fontcolor-colorpicker .e-tile {
    min-height: 27px;
    min-width: 27px;
}

.e-rte-backgroundcolor-colorpicker .e-tile {
    min-height: 27px;
    min-width: 27px;
}

.e-richtexteditor .e-rte-srctextarea {
    padding: 3px;
}

.e-rte-container {
    border-color: var(--border);
}

.Campo .e-rte-container {
    border: 0px;
}

.e-richtexteditor .e-rte-content,
.e-richtexteditor .e-source-content,
.e-richtexteditor .e-toolbar-wrapper .e-rte-toolbar:not(.e-rte-tb-float),
.e-richtexteditor .e-lib.e-hscroll .e-scroll-nav.e-scroll-right-nav,
.e-richtexteditor .e-lib.e-hscroll .e-scroll-nav.e-scroll-left-nav {
    border-color: var(--border);
    border-width: var(--borderWidth);
}

.e-lib.e-hscroll .e-scroll-nav.e-scroll-left-nav {
    left: 0;
}

.e-toolbar-wrapper,
.e-toolbar-container {
    border-bottom: 1px solid var(--border)
}

.Campo[readonly]:focus,
.Campo[readonly] > .qw-entryfield:focus,
.Campo[readonly] > .e-focus,
.Campo[readonly] > .e-input-focus,
.Campo[disabled]:focus,
.Campo[disabled] > .qw-entryfield:focus,
.Campo[disabled] > .e-focus,
.Campo[disabled] > .e-input-focus {
    box-shadow: none !important;
    background-color: unset !important;
}

.Etichetta
{
	font-size: 10px;
	color: var(--text);
	font-family: 'Open Sans';
    line-height: 1.2;	
    box-sizing: border-box;
}
.Rectangle {
    font-size: 10px;
    color: var(--text);
    font-family: 'Open Sans';
    line-height: 1.2;
    border: solid var(--borderWidth) var(--rectangleBorder);
    box-sizing: border-box;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
}

.Splitter
{	
    border-color:var(--rectangleBorder);
    border-width:2px;
    border-style:solid;
    box-sizing: border-box;
}

.Notebook
{
	font-size: 10px;
	color: var(--text);
	font-family: 'Open Sans'
}

.Container
{
	border: var(--border) var(--borderWidth) solid;
	font-size: 10px;
	color: var(--text);
	font-family: 'Open Sans';
}
.Form
{
	font-family: 'Open Sans';
    font-size: 10px;
    background-color:white;    
}

.CenteredForm {
    /*-webkit-border-radius: 7px;
    border-radius: 7px;*/
    border-style: none;
    /* border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    font-family: 'Open Sans'; */
    font-size: 10px;
    background-color: white;
    /* box-shadow: 3px 3px 10px rgb(45, 55, 60); */
}

.CenteredFormContainer {
    height: 100%;
    background: white;
    /* border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC; */
}

.CenteredFormContainerWithoutToolbar {
    height: 100%;
    background: white;
    border-left: 1px solid var(--contentBorder);
    border-right: 1px solid var(--contentBorder);
}

.CenteredFormBody {
    /*background-color: #E1E2E1;*/
    background-color: white;
    /*background-image:url('images/bck_pattern.png');    */
}

.Hyperlink {
    color: var(--blue);
    line-height: 1.2;
    text-decoration: none
}

.Hyperlink:hover
{
	background-color: var(--hover);
	line-height:1.2;
	text-decoration:none
}

A.Hyperlink:link
{
	color: var(--blue);
	line-height:1.2;
	text-decoration:none
}
A.Hyperlink:visited
{
	color: var(--blue);
	line-height:1.2;
	text-decoration:none
}
A.Hyperlink:hover
{
	color: var(--hover);
	line-height:1.2;
	text-decoration:none
}

HR 
{ height: 1px !important; 
  border: none;
  background-color:var(--border);
  margin-bottom:0px;
  margin-top:0px;  
}

.HtmlEditorToolbarRowSeparator {
    display:block !important /* to fix incorrect behaviour of HTMLEDITOR toolbar row separator in IE9 */
}

/* Jquery hack */
.ui-widget {
    font-family: 'Open Sans';   
}

.ui-dialog { z-index: 20000 !important ;}

.ui-dialog .ui-dialog-title {
   font-size:12px;
}

/* Redefine modal background to be similar to the one of the Syncfusion library */
.ui-widget-overlay {
    background: #383838;
    opacity: .5;
    filter: none;
}

.ui-button .ui-button-text, .ui-widget button, .ui-widget input[type="button"] {
    font-size:13px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Open Sans';
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans'; 
}

.ui-widget input:not(.e-input),
.ui-widget select:not(.e-input),
.ui-widget textarea:not(.e-input) {
    border: var(--border) var(--borderWidth) solid !important;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    box-sizing: border-box;
    background-color: white
}

.ui-dialog .ui-dialog-content {
  font-size:13px;
}

.DialogNoHeader {
    display:none
}

/* Redefine modal background to be similar to the one of the Syncfusion library */
.DialogModalBackground {
    background-color: #383838 !important;
    opacity: .5 !important;
    z-index: 18000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}

.DialogModalBackgroundInDialog {
    background-color: #383838 !important;
    opacity: .95 !important;
    z-index: 18000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}

/* Infragistic Dialog */
.igdw_Control {
    border-width: var(--borderWidth) !important;
    border-color: var(--rectangleBorder) !important;
    border-radius: var(--borderRadius);
    -webkit-border-radius: var(--borderRadius);
    background-color: White;
    z-index: 18001 !important; /* requested for compatibility with jQuery whose modal background has a Z-INDEX of 19999 */
}

.igdw_HeaderArea {
    background-color: var(--tabBackground) !important;
}

.igdw_HeaderCaption {
    color: var(--text) !important;
}

.igdw_maximize {
    width: 100% !important
}

.igdw_maximize_toolbar {
    top: -70px !important; /* to compensate the presence of the toolbar */
    width: 100% !important
}

/* Class to keep compatibility between UltraWebTab and WebTab */
.igtab_THContentHolder2 /* Horizontal multirow */
   {
	height: 100% !important; /* !important is needed to keep content height same as notebook height */
    top:-34px !important; /* required for compatibility with UltraWebTab to align the content with the top of the notebook */
   }

/* Menu font correction */
.igdm_MenuItemVerticalRoot {
    font-size: 12px !important;
}


.igdm_MenuItemVerticalRootLink {
    font-size: 12px !important;
}

/* jqx notification */
.jqx-notification-container {
    z-index: 100000 !important; /* greater than dialog overlay */
    max-width: 600px;
    font-family: 'Open Sans' !important;
    max-height: 90%;
    word-break: break-word;
    overflow-y: auto;
}

.jqx-notification-mail, .jqx-primary {
    color: #ffffff !important;
    text-shadow: none !important;
    background-color: var(--darkblue) !important;
    border-color: var(--darkblue) !important;
}

.jqx-notification-info, .jqx-info {
    color: #ffffff !important;
    text-shadow: none !important;
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.jqx-notification-info a, .jqx-info a {
    color: yellow !important;
}

.jqx-notification-time, .jqx-inverse {
    color: #ffffff !important;
    text-shadow: none !important;
    background-color: black !important;
    border-color: black !important;
}

.jqx-notification-error, .jqx-danger {
    color: #ffffff !important;
    text-shadow: none) !important;
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}

.jqx-notification-success, .jqx-success {
    color: black !important;
    text-shadow: none !important;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

.jqx-notification-icon-success {
    filter: invert(1);
}

.jqx-notification-close-button-success {
    background-image: url(jqwidgets/styles/images/close_black.png);
}

.jqx-notification-warning, .jqx-warning {
    color: black !important;
    text-shadow: none !important;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

.jqx-tabs-titleContentWrapper {
    font-family: 'Open Sans';
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    padding-top: 2px;
}

.jqx-tabs {
    border: none !important;
}

.jqx-tabs-header {
    background-color: white !important;
    border-color: var(--border) !important;
    border-bottom-width: 2px !important;
}

.jqx-tabs-title {
    height: 20px !important;
    border: none !important;
}

.jqx-tabs-arrow-background {
    background-color: var(--buttonBackground) !important;
    border: none !important;
}

.jqx-tabs-arrow-background:hover {
    background-color: var(--hover) !important;
}

.jqx-tabs-content-element {
    padding: 5px;
}

.jqx-tabs-title-selected-top {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-color: var(--tabBackground) !important;
    padding-bottom: 3px !important;
}

.jqx-tabs-title-hover-top {
    background-color: var(--hover) !important;
    border-radius: var(--borderRadius) !important;
    -webkit-border-radius: var(--borderRadius) !important;
}

.jqx-layout-ribbon-header {
    background-color: white !important;
    border-color: var(--border) !important;
}

.jqx-ribbon-item-top {
    height: 30px !important;
    border: none !important;
    margin-right: 15px !important;
}

.jqx-ribbon-item-selected {
    border-bottom-style: solid !important;
    border-bottom-width: 4px !important;
    border-bottom-color: var(--tabBackground) !important;
    padding-bottom: 3px !important;
}

.jqx-ribbon-item-hover {
    background-color: var(--hover) !important;
    border-radius: var(--borderRadius) !important;
    -webkit-border-radius: var(--borderRadius) !important;
}

.jqx-menu-item-top,
.jqx-menu-item {
    font-family: 'Open Sans' !important;
    font-size: 13px !important;
    border: none !important;
}

.jqx-menu-item-top-selected {
    background-color: var(--tabBackground) !important
}

.jqx-menu-horizontal.jqx-menu {
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-top-color: var(--border) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-color: var(--border) !important;
    border-left-style: none !important;
    border-right-style: none !important;
    background-color: white;
    font-family: 'Open Sans';
    font-weight: bold;
}

.jqx-menu-vertical {
    background-color: var(--buttonBackground) !important;
}

.jqx-menu-item-top-hover,
.jqx-menu-item-hover {
    background-color: var(--hover) !important;
    text-shadow: none !important;
    border: none !important;
}

/* Pulse effect **********************************/
.QWPulse {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-animation: pulsate 2s ease-out;
    -ms-animation-iteration-count: infinite;
    -moz-animation: pulsate 2s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: pulsate 2s ease-out;
    -o-animation-iteration-count: infinite;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: 999;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-ms-keyframes pulsate {
    0% {
        -ms-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -ms-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-o-keyframes pulsate {
    0% {
        -o-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -o-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
/* Pulse effect end **********************************/

/* Zoom effect to be used on hover of images */
.ImageHover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/**********************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}