table, #base table { border: medium none; width: 100%; }
tr { clear: both; float: none; }
tr.click { cursor:pointer; }
tr.click:hover { box-shadow: 0 0 5px rgba(0,0,255,0.5) inset; }
td, th, #base td, #base th {
	border: medium none;
	color: #000000;
	padding: 5px;
	text-align: center;    
	margin:10px!important;
	position:relative;
	max-width: 600px;
}
td, #base td {
    float: none; font-size: 10px;
    border-bottom: 1px solid var(--blue-avg);
    border-right: 1px solid var(--blue-avg);
}
td.data, th.data { display: none; }
th, table th, #base table th {
    background-color: var(--blue);
    color: #FFFFFF !important;
    float: none;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    border-right: 1px solid white;
}
th.checkbox { width:25px; background-color: #369; }
th.date { width:100px }
td.id , th.id { width:50px }
td span.lengthy{ cursor:pointer; display:block; border:1px solid transparent; position:relative; padding:7px; overflow:hidden; }
td span.lengthy:after { 
	content:'+'; border:1px solid transparent; position:absolute; right:-2px; bottom:-2px; width:15px; height: 15px; 
	padding:2px; background-color: #efefef; border-radius:100%; font-weight:bolder;
}
td span.lengthy:hover { border:1px solid blue }
td span.lengthy:hover:after { border:1px solid blue; background-color: white;  }
td span.lengthy.full:after { content:'-'; }
td:last-child, #base td:last-child, th:last-child, #base th:last-child { border-right:none; }
tr:last-child td, #base tr:last-child td { border-bottom:none; }
.paginador { 
	padding:0!important;
	text-align:center;
	background-color:#369;
	overflow:hidden;
}
.paginador *{ color:#fff;  }
.paginador a{ cursor:pointer; background-color:#036; margin:5px;  }
.paginador .paginas{ width:auto; display:inline-table; }
.paginador .pagina{ 
  	background-color:#036; padding:0 10px; margin:2px;  display:table; float:left; font-size:0.75em
}
.paginador .pagina.selected{ background-color:#fff; color:#369 }
.paginador .anterior, .paginador .posterior{ padding:3px 10px; margin:0 }
.paginador .anterior{ float:left; padding-left:2px }
.paginador .posterior{ float:right; padding-right:2px;}
.paginador .posterior:after {
    content: ">";
    padding: 0 3px;
  	margin-left:5px;
  	background-color:#fff; color:#369;
  	border-radius:100%;
  	font-weight:bolder;
}
.paginador .anterior:before {
    content: "<";
    padding: 0 3px;
  	margin-right:5px;
  	background-color:#fff; color:#369;
  	border-radius:100%;
  	font-weight:bolder
}
div.list div.in div.inner { overflow:auto; width:100%; }
div.list div.in ul.summary { background-color:#eee; padding:0; overflow:hidden; }
div.list div.in ul.summary div.buttons { 
  background-color:#eee; overflow:hidden;
  padding: 2px!important; float:right; margin-right: 5px
}
#base div.list div.in ul.summary div.buttons button,
div.list div.in ul.summary div.buttons button { 
  background-color:transparent!important;
  padding: 0 8px!important; margin-right:5px!important; color:var(--blue);
  width: 117px!important; border:3px solid white
}
#base div.list div.in ul.summary div.buttons button:hover,
div.list div.in ul.summary div.buttons button:hover { background-color:white!important; }
div.list div.in ul.summary div.buttons button:before { content:none!important; }
div.list div.in ul.summary div.buttons button i{ color:var(--blue); margin-right: 7px; float:left }
div.list div.in ul.summary div.buttons button label{ color:var(--blue); float:left; padding: 3px; cursor: pointer }
div.list div.in ul.summary:after{ content:' '; clear:both; display:block; }
div.list div.in ul.summary li.janela{ 
	float:left!important; clear:none!important; 
	padding:5px 25px!important; margin:0!important; border:none; border-right:1px solid white!important; 
	background-color:transparent; width:auto;
}
div.list div.in ul.summary li.janela * { padding:0; margin:0; }
div.list div.in div.buttons { background-color:#fafafa; padding:10px; }
div.list div.in div.buttons:after { content:' '; clear:both; display:block; }
div.list div.in div.buttons button { float:left }
div.list div.listing:hover  { overflow:visible!important; }  
div.list div.listing div.inner  { overflow:visible }  
td.arquivo { width:250px }
td a.file_group{ display: block; }
td a.file_group:hover{ background-color: #bcd; }
td ul.file_group,
#base td ul.file_group,	
#overlay td ul.file_group { 
	display: none;
	position:absolute; top:10px; right:10px;
	background-color: #fafafa;
	width:auto;
	box-shadow: 0 3px 5px rgba(0,0,0,.15);
	border-radius: 10px;
	padding:10px;
	z-index: 1
}
td:hover ul.file_group,
#base td:hover ul.file_group,	
#overlay td:hover ul.file_group{ display: flex; }
td ul.file_group li { 
	font-size: 10px;
	max-width: 100%;
	float: left;
	text-align: center;
	border-radius: 100%;  
	padding:7px 5px
}
td ul.file_group li:hover { background-color: white; }
td ul.file_group a { display: block; padding: 10px 15px;text-decoration: none; position: relative; }
td ul.file_group a label{ 
	display: none; position: absolute; top:45px; left:50%; background-color: black; color:white; padding: 7px 10px; 
	border-radius: 10px;
	transform: translate(-50%, 0); 
}
td ul.file_group li:last-child a label{ left: auto; right:0; transform: translate(0, 0); }
td ul.file_group a:hover label { display: block }

#base div.list{  padding:0 5px; }
th:not(.checkbox) { position: relative; z-index:0; min-width:75px }
th:hover { z-index:1 }
th button.opts,
#base th button.opts,
#system #base th button.opts,
#overlay th button.opts{
	line-height:0;
	width:20px;
	height:20px;
	padding: 0;
	position: absolute!important;
	right: 0;
	top: 0;
	background-color: transparent;
	display: none;
}
th button:before,
#base th button:before,
#overlay th button:before{
	content: '';
	line-height:0;
	width:1px;
	height:0px;
	border-style: solid;
	border-color: white transparent transparent transparent;
	border-width: 7px 7px 1px;
	padding: 0!important;
	background-color: transparent;
	position: absolute!important;
	right: 3px!important;
	top: 7px!important;
	left: auto!important;
}
th.asc button:before,
#base th.asc button:before,
#overlay th.asc button:before{
	border-color: transparent  transparent yellow transparent !important;
	border-width: 1px 7px 7px ;
}
th.ordered button.opts,
#base th.ordered button.opts,
#system #base th.ordered button.opts,
#overlay th.ordered button.opts{
  display: block;
}
th.ordered button:before,
#base th.ordered button:before,
#overlay th.ordered button:before{
  border-color: yellow transparent transparent transparent;
}
th:hover button.opts,
#base th:hover button.opts,
#system #base th:hover button.opts,
#overlay th:hover button.opts{
  display: block; 
}
#base th button.opts:hover,
#system #base th button.opts:hover,
#overlay th button.opts:hover{ background-color: var(--blue-avg) }
#base th button.opts:hover:before ,
#system #base th button.opts:hover:before,
#overlay th button.opts:hover:before{ opacity: 1; }
th button.opts ul,
#base th button.opts ul{ 
  border: 1px solid #ccc; background-color: white!important; width: 150px; right:5px; position: absolute; padding: 5px; 
  line-height:initial; top:15px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.1); display: none;
}
th:nth-child(1) button.opts ul,
th:nth-child(2) button.opts ul{ right: auto; left: 0; }
#system #base th button.opts ul li,
th button.opts ul li{ border-bottom: 1px solid #ccc; padding: 5px; clear:both; overflow: hidden; cursor: pointer }
th button.opts ul li:hover{ background-color:#eee }
th button.opts ul li:last-child{ border: none }
th button.opts:hover ul,
#base th button.opts:hover ul{ display: block; }
th button.opts ul li i{ float: left; margin: 5px; margin-left: 0; border-color: transparent transparent  #bbb transparent; }
th button.opts ul li i.btnDown{ border-color: #bbb transparent transparent transparent;  }
th button.opts ul li a{ float: left; }