@charset "ISO-8859-1";

/*--------- ESTILOS PARA TABLA DOJO -------------*/
.dojoxGridMasterHeader {
  minheight: 43px !important;
}

.dojoxGridScrollbox {
  overflow: hidden !important;
}

.dojoxGridScrollbox:hover,
.dojoxGridScrollbox:focus,
.dojoxGridScrollbox:active {
  overflow: auto !important;
}

table.dojoxGridRowTable {
  height: 26px !important;
  background-color: var(--bg-tools-toc) !important;
}

.dojoxGridMasterHeader {
  background-color: var(--bg-tools-toc) !important;
  border-color: var(--bg-tools-toc) !important;
}

.dojoxGrid .dojoxGridSortNode {
  font-size: 9px;
  color: var(--main-color);
  font-weight: 300;
}

.dojoxGridCell:hover {
  cursor: pointer;
}

.dojoxGridRow:hover {
  color: #fff;
}

.dojoxGridRow:hover > .dojoxGridRowTable {
  color: #fff !important;
}

th.dojoxGridCell.dojoDndItem {
  text-align: center !important;
}

.dojoxGrid {
  border: none !important;
  border-radius: 0px !important;
  background: none !important;
}

.dojoxGridContent .dojoxGridCell,
.dojoxGridHeader .dojoxGridCell {
  background: none !important;
}

.dojoxGridContent .dojoxGridCell,
.dojoxGridHeader .dojoxGridCell {
  border-top: none !important;
  border-left: none !important;
  border-right-color: var(--gris-toc) !important;
  border-bottom-color: var(--gris-toc) !important;
  font-size: 10px !important;
  text-align: center !important;
}
.dojoxGridContent .dijitCheckBox {
  background-image: url(../images/openData/ver_en_mapa.svg);
  background-position: 0px;
  filter: var(--filter-ver-en-mapa);
}

.dojoxGridContent .dijitCheckBox.dijitCheckBoxChecked {
  filter: var(--filter-main-color);
}

.dojoxGridHeader {
  border-bottom: solid 1px !important;
  border-color: var(--main-color) !important;
  /* height: auto; */ /* max-height: 45px; */
  margin-top: 0px !important;
}

.dojoxGridHeader .dojoxGridCellOver {
  border-bottom: none !important;
  box-shadow: none !important;
  background: none !important;
}

.dojoxGridCellOver .dojoxGridSortNode {
  background: none !important;
}

.dojoxGridColCaption {
  display: inline-block;
}

.dojoxGridRow {
  border-left: none !important;
  background-color: var(--bg-tools-toc) !important;
}

.dojoxGridRowOdd {
  background-color: var(--bg-tools-toc) !important;
}

.dojoxGridPaginator {
  background: var(--bg-tools-toc) !important;
  border-top: solid 1px var(--main-color) !important;
}

.dojoxGridDescription {
  color: var(--color-border-font-grid);
  font-size: 9px;
  font-style: italic;
}

.dojoxGridContent .dojoxGridRow:last-child .dojoxGridCell {
  border-bottom: none !important;
}

.dojoxGridRowOdd .dojoxGridRowTable tr {
  background: none !important;
}

.dojoxGridRowSelected .dojoxGridRowTable tr {
  background-color: var(--bg-selected-grid);
}

.dojoxGridRowSelected .dojoxGridRowTable tr {
  background-color: var(--bg-selected-grid) !important;
}

.dojoxGridPaginator td {
  text-align: center;
  color: var(--color-border-font-grid);
}

.dojoxGridPaginator td:nth-child(2) {
  padding-top: 5px;
  display: inline-block;
}

.dojoxGridPaginator td:nth-child(2) span {
  /* padding: 5px; */
  /* height: 27px; */
  /* box-sizing: border-box; */
  margin-left: 0px;
  color: var(--color-border-font-grid);
}

.dojoxGridActivedSwitch {
  background-color: var(--main-color);
  width: 18px;
  height: 18px;
  padding-top: 3px;
  position: relative;
  top: -2px;
  border-radius: 10px;
  font-size: 9px;
  color: #fff !important;
  text-align: center;
  line-height: 12px;
  font-weight: lighter !important;
}

.dojoxGridActivedSwitch:hover {
  cursor: pointer;
}

.dojoxGridInactiveSwitch {
  color: #15244e;
}

.dojoxGridSeparator {
  color: #15244e !important;
  display: none;
}

.dojoxGridWardButton.dojoxGridnextPageBtn {
  margin-top: 3px;
  margin-left: 2px !important;
  background-image: none;
}

.dojoxGridWardButtonInner {
  color: var(--main-color);
  visibility: visible !important;
  font-size: 18px;
  line-height: 16px;
  display: block;
}

.dojoxGridInactived {
  margin-top: 2px !important;
}

.dojoxGridPaginatorStep div {
  margin-left: 3px;
  margin-right: 3px;
  background-image: none;
}

.dojoxGridWardButton {
  margin: 0px !important;
}

.dojoxGridfirstPageBtnDisable {
  visibility: hidden !important;
}

.dojoxGridInactived {
  color: var(--color-border-font-grid) !important;
}

.dojoxGridActived {
  margin-top: 2px;
  background-color: var(--main-color);
  width: 15px;
  height: 15px;
  padding-top: 0px;
  position: relative;
  top: 0px;
  border-radius: 10px;
  color: var(--blanco) !important;
  font-weight: 100 !important;
}

.dojoxGridArrowButtonNode {
  filter: var(--filter-main-color) !important;
  margin: 2px 0px 0 0px !important;
}

.dojoxGridfirstPageBtnDisable,
.dojoxGridnextPageBtnDisable,
.dojoxGridprevPageBtnDisable,
.dojoxGridlastPageBtnDisable {
  display: none;
}

.dojoxGridfirstPageBtn,
.dojoxGridnextPageBtn,
.dojoxGridprevPageBtn,
.dojoxGridlastPageBtn {
  margin-top: 0px !important;
}

.dojoxGridScrollbox {
  background-color: var(--bg-menu-toc) !important;
}

.dojoxGridView {
  top: 1px !important;
}
