@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/open-sans-v22-latin-ext-regular.woff) format('woff');
    /* src: url(fonts/roboto-v27-latin-regular.woff) format('woff');*/
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/open-sans-v22-latin-ext-700.woff) format('woff');
    /* src: url(fonts/roboto-v27-latin-700.woff) format('woff'); */
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/open-sans-condensed-v15-latin-ext-300.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/open-sans-condensed-v15-latin-ext-700.woff) format('woff');
}

::-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: black;
	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: 3px;
    -webkit-border-radius: 3px;
    font-size: 10px;
    color: black;
    font-family: 'Open Sans';
    line-height: 1.2;
    background-color: #e5f4ff;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    box-sizing: border-box
}

.ImageButton
{			
    border-style: none !important;
    font-size: 10px;
	color: black;
	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: black;
    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);
}

.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;
}

.ButtonHover {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 10px;
    color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    font-family: 'Open Sans';
    line-height: 1.2;
    background-color: #aeb7c2;
    box-sizing: border-box
}

.ButtonHover TR TD
{
	font-family: 'Open Sans';
	font-size: 10px;
    line-height: 1.2;
}

.RibbonButton
{		
	font-size: 12px;
	color: black;
	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 */
}

.loadingtemplate {
    background-color: Black;
    opacity: 0;
}

.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;
}

.RibbonButtonHover {
    font-size: 12px;
    color: white;
    border-style: none;
    border-width: 0px;
    font-family: 'Open Sans';
    line-height: 1.0;
    background-color: #aeb7c2;
    white-space: pre-line; /* required by IE9 */
}

.RibbonButtonHover TR TD
{
	font-family: 'Open Sans';
	font-size: 12px;
    line-height: 1.0;
    white-space:pre-line; /* required by IE9 */
}

.GridEdit {
    font-size: 10px;   
    color: black;   
    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;
}

THEAD.igtbl_Header TR TH {
    background-color: #d1ebff !important;
    color: black !important;
}

.igtbl_Alt {
    background-color: #fdfdfd !important;
}

TBODY.igtbl_Item TR.igtbl_Selected TD,
TBODY.igtbl_Item TR TD.igtbl_Selected,
.igtbl_Selected {
    background-color: #e5e5e5 !important; 
    color: black !important;
}

.WebDataGridHeader {
    background-image: none !important;
    background-color: #d1ebff !important;
    font-weight: normal !important;
    color: black !important;
}

.WebDataGridHeaderRowSelector {
    background-image: none !important;
    background-color: #d1ebff !important;
    color: black !important;
}

tbody > tr.igg_Alt.igg_Alt > td {
    background-color: #fdfdfd;
}

tbody > tr > td.igte_Button {
    background-color: #f9f9f9
}

.WebDataGridCheckBox[role="gridcell"] {
    text-align: center !important;
    line-height: 10px !important
}

div.igg_EditCell {
    background-color: White;
    border: none !important;
}

.igg_PageLink,
.igg_PageCurrent {
    padding-top: 2px !important;
    padding-right: 4px !important;
    padding-left: 4px;
    font-size: 11px;
    font-weight: bold;
}


.WebDataGridEdit {
    /* border: none !important;
    box-shadow: none !important */
}

.WebDataGridEditUpperCase {
    text-transform:uppercase
}

tbody.igg_Item > tr > td.ig_selected {
    background-color: #e5e5e5;
    color: black
}

.WebDataGridMemoCell {
    overflow: auto;
    max-height: 50px;
    min-height: 19px;
    line-height: normal;
}

.WebDataGridToolTip {
    font-size: 15px !important;
    color: black !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: #F5F5F6
}

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);
}

.WebDataGridNewRowImage {
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(ig_common/images/ig_tblNewrow.gif);
}

/* 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: black;
    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 {
    box-shadow: 0 0 10px #9ecaed;
}

.igmn_Item nobr { white-space: normal; }  /* Required for IE9 to override the NOBR in menu items*/

BODY A:active
{
	color: blue;
    text-decoration:none;
}
BODY A:link
{
	color: blue;
    text-decoration:none;
}
BODY A:visited
{
	color: blue;
    text-decoration:none;
}
BODY A:hover
{
	color: red;
    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, .Listbox {
    /* Since QualiWare 2015 this class is used only for Non Infragistics or Infragistics 11.1 controls */
    font-size: 11px;
    color: black;
    font-family: 'Open Sans';
    border-bottom: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    background-color: #F5F5F6
}

.CampoRequired {
    border-bottom-color: #ff8585;
    border-left-color: #ff8585;
    border-top-color: #ff8585;
    border-right-color: #ff8585;
}

.Campo[disabled],
.Campo[readonly],
.Listbox[readonly],
.Listbox[disabled]
.Checkbox[readonly],
.Checkbox[disabled] {
    opacity: 0.65;
    border-bottom-color: #CCCCCC !important;
    border-left-color: #CCCCCC !important;
    border-top-color: #CCCCCC !important;
    border-right-color: #CCCCCC !important;
}


.Campo::placeholder,
.qw-entryfield::placeholder,
.e-input::placeholder {
    opacity: 0.60 !important;
    font-style: italic !important;
    color: inherit !important;
    text-transform: none;
}

.Listbox[readonly] > .e-disable,
.Listbox[disabled] > .e-disable {
    opacity:1;
}

.qw-entryfield{
    padding-left:3px;
    font-size: 11px;
    color: black;
    font-family: 'Open Sans';
}

.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 */
}

/* 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-grid .e-toolbar {
    height: 40px !important;
}

.e-lib.e-grid .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
    font-size: 10px !important;
}

.e-lib.e-grid .e-rowcell {
    font-size: 10px !important;
    font-weight: normal !important;
    padding: 2px 5px;
}

.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: #d1ebff;
}

.e-lib.e-grid.e-childgrid .e-headercell,
.e-lib.e-grid.e-childgrid .e-rowdragheader {
    background-color: lightgrey
}

.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: #e5e5e5;
}

.e-lib.e-grid td.e-active {
    background: none;
    border-top-color: black !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-bottom-color: black !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

.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: #fdfdfd 
}

.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;
}

/* 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-disabled {
        color: black !important;
        -webkit-text-fill-color: black !important;
        opacity: 0.65 !important;
    }

.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;
}

.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;
}

/* EJ2 Grid context menu customization */
.e-contextmenu-wrapper ul .e-menu-item .e-menu-url,
.e-contextmenu-container ul .e-menu-item .e-menu-url {
    width: 100%
}

.e-tooltip-wrap.e-griderror .e-tip-content {
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: normal;
    padding: 4px 4px 4px 4px;
}

.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: 110000 !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-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
}
 
/* Alert and Confirm dialog styles based on EJ2 DialogUtility object */
.QWDialog .e-dialog {
    min-width: 300px;
    font-family: 'Open Sans';
}

.QWDialog .e-btn {
    font-size:14px
}

.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';
}

.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: 40px !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;
}

.Campo:focus,
.Campo > .qw-entryfield:focus,
.Campo > .e-focus,
.Campo > .e-input-focus {
    box-shadow: 0 0 10px #9ecaed !important;
}

.Campo:focus {
    border-bottom-color: #CCCCCC !important;
    border-left-color: #CCCCCC !important;
    border-top-color: #CCCCCC  !important;
    border-right-color: #CCCCCC !important;
}

.Campo[readonly]:focus,
.Campo[readonly] > .qw-entryfield:focus,
.Campo[readonly] > .e-focus,
.Campo[readonly] > .e-input-focus {
    box-shadow: none !important;
}

.Etichetta
{
	font-size: 10px;
	color: black;
	font-family: 'Open Sans';
    line-height: 1.2;	
    box-sizing: border-box;
}
.Rectangle {
    font-size: 10px;
    color: black;
    font-family: 'Open Sans';
    line-height: 1.2;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.Splitter
{	
    border-color:#CCCCCC;
    border-width:1px;
    border-style:solid;
    box-sizing: border-box;
}

.Notebook
{
	font-size: 10px;
	color: black;
	font-family: 'Open Sans'
}

.Container
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	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;
}

.CenteredFormBody {
    /*background-color: #E1E2E1;*/
    background-color: white;
    /*background-image:url('images/bck_pattern.png');    */
}

.Hyperlink
{
	color: #74B8E4;
	line-height:1.2;
	text-decoration:none
}

.Hyperlink:hover
{
	color: red;
	line-height:1.2;
	text-decoration:none
}

A.Hyperlink:link
{
	color: #74B8E4;
	line-height:1.2;
	text-decoration:none
}
A.Hyperlink:visited
{
	color: #74B8E4;
	line-height:1.2;
	text-decoration:none
}
A.Hyperlink:hover
{
	color: red;
	line-height:1.2;
	text-decoration:none
}

HR 
{ height: 1px !important; 
  border: none;
  background-color:#CCCCCC;
  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-dialog .ui-dialog-content {
  font-size:13px;
}

.igdw_Control {
    background-color: White;
    border: solid 1px #CCCCCC;
    z-index: 18001 !important; /* requested for compatibility with jQuery whose modal background has a Z-INDEX of 19999 */
}

.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;
}

/* Class to add a border shadow to the Infragistic Dialog */
.igdw_shadow {
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    /* box-shadow: 3px 3px 10px rgb(45, 55, 60); */
}

.igdw_maximize {
    width: 100% !important
}

.igdw_maximize_toolbar {
    top: -70px !important; /* to compensate the presence of the toolbar */
    width: 100% !important
}

.igtab_THContentHolder {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* 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-container {
    z-index: 100000 !important; /* greater than dialog overlay */
    max-width: 600px;
    font-family: 'Open Sans' !important;
    max-height: 90%;
}

.jqx-tabs-titleContentWrapper {
    font-family: 'Open Sans';
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    padding-top: 2px;
}

.jqx-tabs-title {
    height: 20px !important
}

.jqx-tabs-content-element {
    padding: 5px;
}

.jqx-menu-item-top {
    font-family: 'Open Sans' !important;
    font-size: 13px !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;
}