#module-BudgetQA .ds-left, #module-BudgetAnalysis .ds-left {
  width: 300px;
}

#module-BudgetAnalysis .chartTypeIconsContainer {
  margin: 0 auto;
}

#table-budgetQA {
  background: white;
}

.sidebarOn {
  left: 300px;
}

.ds-topic-menu {
  margin-left: -340px;
  position: absolute;
  top: 50px;
  left: 300;
  width: 320px;
  bottom: 0;
  background: rgb(18, 21, 31);
  z-index: 499;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  transition: margin-left 0.5s;
  font-weight: 300;
}

.ds-middle {
  background: #f1f3f5;
}

.ds-topic-menu-opened {
  margin-left: 300px;
  transition: margin-left 0.5s;
}

.shiftTop {
  left: 0px !important;
}

#tableChartRow.chartRow {
  padding-top: 50px;
  margin-top: 0;
}

#module-BudgetQA .dataTable {
  width: 100%;
  cursor: pointer;
  white-space: normal !important;
}

#module-BudgetQA #table-budgetQA.dataTable {
  border-bottom: none;
}

.budget-mini-QA-table.dataTable {
  width: 85% !important;
  box-shadow: 0 6px 8px rgba(102,119,136,.03), 0 1px 2px rgba(102,119,136,.3) !important;
  border-top: none !important;
  border-left: none !important;
}

.budget-mini-QA-table.dataTable thead th {
  text-align: right !important;
  border: none !important;
  font-weight: 500 !important;
  color: #464f56!important;
  font-size: 15px;
  background: white;
  border-bottom: 1px solid #f6fafd !important;
  padding: 10px 20px !important;
}


.budget-mini-QA-table.dataTable td:last-child {
  font-weight: 500;
}

.budget-mini-QA-table.dataTable thead th:first-child {
  border-left: none !important;
  width: 45px;
  border: none !important;
}

.budget-mini-QA-table.dataTable thead th:nth-child(2) {
  text-align: left !important;
}

.budget-mini-QA-table.dataTable thead {
  box-shadow: none !important;
}

.budget-mini-QA-table.dataTable td:nth-child(2) {
  background: white !important;
  border-right: 1px solid rgba(0, 0, 0, 0.02) !important;
  text-align: left !important;
}

/* #module-BudgetQA .dataTable thead {
  display: none;
} */

#module-BudgetQA .dataTable td {
  white-space: normal !important;
  border-right: 0 !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
  /* background: #f9fbff !important; */
  text-align: right;
}

#module-BudgetQA .dataTable td:first-child {
    padding-left: 20px !important;
    /* background: none !important; */
    text-align: left;
    width: 45px !important;
}

#module-BudgetQA #table-budgetQA.dataTable td:first-child {
  background: #dfe1e6;
}

#qaTable td.activated {
  background: #c4f3eb  !important;
}

#module-BudgetQA #qaTable {
  text-align: left;
}

table.dataTable thead th:first-child {
  font-size: 18px;
  font-weight: 300 !important;
  height: auto !important;
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.subDrop {
      padding: 30px 30px 30px 30px;
}

.treetable tbody tr:first-child {
    background: rgb(245, 245, 247);
    color: #669ee1;
}

#module-BudgetAnalysis .customTable .column4, #module-BudgetAnalysis .customTable .column5, #module-BudgetAnalysis .customTable .column6, #module-BudgetAnalysis .customTable .column7, #module-BudgetAnalysis .customTable .column8, #module-BudgetAnalysis .customTable .column9 {
    text-align: right;
}

#module-BudgetAnalysis table.treetable thead tr th {
  font-size: 15px !important;
}

#module-BudgetAnalysis table.treetable thead tr th {
  text-align: center !important;
}

/*hack za download(export button component) dugmice*/

#exportDataRashodi {
  padding: 0 !important;
}

#exportDataPrihodi {
  padding: 0 !important;
}
/*ZA EXPORT BUTTON KORISTITI DISPLAY BLOCK DA OVERRIDEA SPAN INCAPABILITIES*/
#exportDataRashodi .exportButton {
    display: block;
    background: none !important;
    width: 100% !important;
    text-align: left;
    text-indent: 12px;
}

/*ZA EXPORT BUTTON KORISTITI DISPLAY BLOCK DA OVERRIDEA SPAN INCAPABILITIES*/
#exportDataPrihodi .exportButton {
    display: block;
    background: none !important;
    width: 100% !important;
    text-align: left;
    text-indent: 12px;
}

.exportButton:hover {
    color: blue !important;
}

/*******************************************************************************
                        STAVKE U SELEKTORIMA PO RAZINAMA
********************************************************************************/

.select2-container-multi {
    width: 100%;
}
.select2-level1 {
    padding-left: 0px;
}

.select2-level2 {
    padding-left: 10px;
}

.select2-level3 {
    padding-left: 20px;
}

.select2-level4 {
    padding-left: 30px;
}
