/* Component styles */
/* @font-face {
	font-family: 'Blokk';
	src: url('../fonts/blokk/BLOKKRegular.eot');
	src: url('../fonts/blokk/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/blokk/BLOKKRegular.woff') format('woff'),
		 url('../fonts/blokk/BLOKKRegular.svg#BLOKKRegular') format('svg');
	font-weight: normal;
	font-style: normal;
} */
.component {
	line-height: 1.5em;
	/* margin: 0 auto; */
	/* padding: 2em 0 3em; */
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
}
.component .filler {
	font-family: "Blokk", Arial, sans-serif;
	color: #d3d3d3;
}
table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
    table-layout: fixed;
}
td, th {
    /* padding: 0.35em 3em; */
    /*padding: 0px 5px 0px 5px;*/
    text-align: left;
}
td.err {
	background-color: #e992b9;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;
}
th {
    /* background-color: #fff; */
    font-weight: bold;
    color: #000;
    /*white-space: nowrap;*/
}
tbody th {
	/* background-color: #087acc; */
	border-right: 1px solid #ccc;
	/*width: 20px;   Optional 
    height: 10%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
tbody td, thead th {    
    /*padding-right: 10px;
	padding-left: 10px;*/
}
/*tbody tr:nth-child(2n-1) {
    background-color: #eee;
    transition: all .125s ease-in-out;
}*/
tbody tr:first-child {
    background-color: #eee;
    transition: all .125s ease-in-out;
}

tbody tr{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
tbody tr:hover {
    background-color: #C7D9FF;
}

thead th:first-child{
	border-right: 1px solid #ccc;
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	width: 100%;
	min-height: 640px;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	/*transition: all .125s ease-in-out;*/
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-thead, .sticky-wrap .sticky-intersect{
	opacity: 1;
}
.sticky-wrap .sticky-col{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.sticky-wrap .sticky-thead {
	box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
	z-index: 100;
	width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 101;
}
.sticky-wrap .sticky-intersect th {
	/*background-color: #666;
	color: #eee;*/
}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
	/*padding-right: 10px;*/
	/*padding-left: 10px;*/
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}
.sticky-enabled thead th:first-child{
	border-right: 1px solid #ccc; 
}
.sticky-enabled tbody td{
	text-align: right;
}
/* .sticky-col th{
	border-right: 2px solid #087acc;
} */
.sticky-col th{
	/*height: auto;*/
}
.pagination{
	margin: 0px;
}
.pagination ul>li.page-active>a{
	background-color: #087acc;
	color: #fff;
}
.pagination ul>li.dots-pagination {
	cursor: default;
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #0088cc;
}
#btn-search-tc{
	float: right;
}
#search-component{
	float: right;
	margin-right: 10px;
}
.header-subtitle{
	padding : 5px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	height: 20px;
}
.header-title{
	line-height: 14px;
    font-size: 15px;
    text-align: center;
    height: 60px;
}
button.agregacao{
	color : #818181;
	background: -webkit-gradient(
 linear, left top, left bottom, 
 from(#ffffff),
 to(#b2b4b6));
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
 inset 0px 0px 1px rgba(255,255,255,0.7);
 	border:1px solid #818181;

}
button.agregacao:hover{
	cursor: pointer;
	background: -webkit-gradient(
 linear, left top, left bottom, 
 from(#b2b4b6),
 to(#ffffff));
}
.disabled:hover{
	cursor: no-drop !important;
	background: -webkit-gradient(
 linear, left top, left bottom, 
 from(#ffffff),
 to(#b2b4b6)) !important;
    
}
.header-content{
	padding-left: 10px;
    padding-right: 10px;
}

.sticky-wrap .popover.in,
.sticky-col .popover.in {
    min-width: 150px;
    max-width: 400px;
    width: auto;
}

.sticky-wrap .popover.in *,
.sticky-col .popover.in * {
    white-space: normal !important;
}

.popover-component {
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 1060;
    display: none;
    max-width: 500px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    min-width: 300px;
    min-height: 100px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}

.popover-component > .arrow,
.popover-component > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover-component > .arrow {
  border-width: 11px;
}
.popover-component > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover-component > .arrow {
    top: -11px;
    left: 20px;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover-component > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover-component .popover-title span a {
    float: right;
    display: block;
    color: #000;
    font-size: 1.5em;
    font-weight: bold;
    opacity: .2;
}

.popover-component .popover-title span a:hover {
    color: black;
    opacity: .4;
}
