/**
* Custom style sheet changes.
* By default is empty 
*/

/**disable filter/row/column area **/
cell-drill-modal div.dimension-region-wrapper {
  display: none !important; 
}

/**disable button Toggle View Definition **/
cell-drill-modal div[uib-tooltip="Toggle View Definition"] {
  display: none;
}

/**disable button Toggle View Definition Hierarchies**/
cell-drill-modal div[uib-tooltip="Toggle View Definition Hierarchies"] {
  display: none;
}

html {
}

body {
}

.handsontable.style-1 .handsontable th {
    border-top: 1px solid #ccc;
    background-color: #8fc1e3;
}

.handsontable.style-1 .handsontable th.rowheader {
    border-right: 1px solid black !important;
    border-bottom: 2px solid black !important;
}

.handsontable.style-1 .handsontable tr td:first-child.rowheader {
    padding-left: 15px;
}

.handsontable.style-1 .handsontable .current {
    background-color: #abc8dbec !important;
}
/*
To hide the Apliqo UX header, uncomment the following css.
*/
/* .navbar-pf .navbar-header {
    display: none;
}
.navbar-pf .navbar-utility {
    display: none;
}
.navbar-pf {
    border: 0;
} 
*/
