.pagination>li>a, li.columns_ok>button, div.fixeds_ok>button { border-radius: 50% !important; background-color:#eee0cc; }
.pagination>li.p_ctrl>a, li.columns_ok>button { background-color:#eee0cc !important; }
.pagination>li.disabled>a { border-radius: 50% !important; background-color:#ddd !important;; }
.tools-btn { border-radius: 10% !important; margin-left: 0px !important; margin-right: 0px}
.table {margin-bottom: 0px;}

/* Begin Grid Table*/
.table-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

table.grid-table {
  display: grid;
  border-collapse: collapse;
}

table.grid-table tr, table.grid-table thead, table.grid-table tbody, table.grid-table tfoot {
  display: contents; 
}

table.grid-table th, table.grid-table td {
	border: 0.5px solid #ddd;
	padding: 5px;
	text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;	/* required for Opera */
	  -ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
	  -moz-binding: url('ellipsis.xml#ellipsis');    /* for Firefox; details here */
	display: table-cell;
}
table.grid-table th { 
  background-color: #bbccdd !important;
  text-align: center;
  font-weight: bold;
  color: blue;
}
table.grid-table td {
  overflow: hidden;
  color: black;
}

.flex-center { 
  text-align: center;
  justify-content: center;
  display: flex !important;
  flex-direction: column;
}

.th_filters { 
  position: relative;
  bottom: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

table.grid-table .sticky-1 {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 1;
  background-color: #efefef;
}
		
table.grid-table .sticky-2 {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 2;
}

.checkbox-menu-div:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

table.grid-table .sticky-2:hover {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 5;
}

table.grid-table .sticky-3 {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  z-index: 3;
}

table.grid-table th.sticky, table.grid-table .total_tree td.sticky { 
  z-index: 3;
}

table.grid-table .group-header {
  background-color: #b3cfed !important;
}

table.grid-table tfoot td {
  background-color: #c3c3c3 !important;
}

table.grid-table .tree_folder td{
	background-color: #e3e3e3 !important;
}
table.grid-table .tree_folder td.sticky-1{
	background-color: #d3d3d3 !important;
}

table.grid-table .col-filter {
	padding: 0px;
    font-size: 10px;
    line-height: 1.5;
	width: 100%;
}

/* End Grid Table */


.table-report table, .table-report table tr, .table-report table td {
  font-size: 10px !important;
  font-weight: bold !important;
}



table td.selected, table th.selected { background-color: #ddf !important; }

table.center-text td,
table.center-text th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  padding-right: 2px;
  outline: none;
  border: 1px; 
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	/* required for Opera */
    -ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
    -moz-binding: url('ellipsis.xml#ellipsis');    /* for Firefox; details here */
  display: table-cell;
  padding: 5px !important;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table .list_files ol {
	text-align: left;
    padding-bottom: 0;
	font-weight: bold;
	font-size: 11px;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 3px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 3px;
  font-size: 10px;
  background-color: #4d8ec5;
  color: white;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 4px;
}

.row-selected {background-color: #83c1f1; }

.row-gray-a { background-color: #aaa; }
.row-gray-b { background-color: #bbb; }
.row-gray-c { background-color: #ccc; }
.row-gray-d { background-color: #ddd; }
.row-gray-e { background-color: #eee; }

.row-class-a { background-color: #ddedff; }
.row-class-b { background-color: #e7f7e2; }
.row-class-c { background-color: #f1f1c8; }
.row-class-d { background-color: #dfcdc0; }

.row-error-a { background-color: #ed9789; }
.row-error-b { background-color: #ffc4ed; }
.row-error-c { background-color: #bf99a3; }
.row-error-d { background-color: #f6c2d0; }
.row-error-e { background-color: #ecc91e; }
.row-error-f { background-color: #dfcdc0; }
.row-error-g { background-color: #b98df4; }
.row-error-h { background-color: #c18858; }

.btn-xsm {
	padding: 0px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
	width: 100%;
}

.checkbox-menu {
    max-height: 200px;
    overflow: auto;
}

.checkbox-menu li.select-all {
	background-color: #e8fad7;
}

.checkbox-menu li label {
    display: block;
    padding: 3px;
    clear: both;
    font-size: 10px;
	font-weight: bold;
    color: #333;
    white-space: nowrap;
    margin:0;
    /*transition: background-color .4s ease;*/
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.select-checkbox-fa option::before {
  font-family: FontAwesome;
  content: "\f096";
  width: 1.3em;
  display: inline-block;
  margin-left: 2px;
}
.select-checkbox-fa option:checked::before {
  content: "\f046";
}