/* Component styles */
/*.component .filler {
	font-family: "Blokk", Arial, sans-serif;
	color: #d3d3d3;
}*/

.stick_table table {
  max-width: auto;
  background-color: transparent;
}
.stick_table th {
  text-align: left;
  font-weight: 400;
  color: #303641;
}
.stick_table .table {
  width: auto;
  margin-bottom: 17px;
}
.stick_table{
	float:left;
	clear:both;
	width:100%;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;}
.stick_table table td a{
	text-decoration:none;
	color:#0030ff !important;}
.stick_table table td a:hover{
	text-decoration:underline;
	color:#0030ff;}
.stick_table table thead > tr > th{
	color:#000;
	font-size:14px;
	/*font-weight:600;*/
	background-color:#eff4f7;
	}
.stick_table a{
	color:#0030ff !important;
	text-decoration:none;}
.stick_table a:hover{
	color:#0030ff;
	text-decoration: underline !important;}
.stick_table td, th {
    padding:3px 8px;
    text-align: left;
	border-bottom:solid 1px #ebebeb;
}
.stick_table	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}
.stick_table th {
    background-color: #FFF;
    /*font-weight: bold;*/
    /*color: #fff;*/
    white-space: nowrap;
}
.stick_table tbody th {
	/*background-color: #2ea879;*/
}
.stick_table tbody tr:nth-child(2n-1) {
    /*background-color: #f5f5f5;
    transition: all .125s ease-in-out;*/
}
.stick_table tbody tr:hover {
    /*background-color: rgba(129,208,177,.3);*/
}
.stick_table input{
	width:80px;}

/* For appearance */
.stick_table .sticky-wrap {
	/*overflow-x: auto;
	overflow-y: hidden;*/
	position: relative;
	margin: 0px;
	width: 100%;
}
.stick_table .sticky-wrap .sticky-thead,
.stick_table .sticky-wrap .sticky-col,
.stick_table .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 */
}
.stick_table .sticky-wrap .sticky-thead {
		z-index: 100;
		width: 100%; /* Force stretch */
	}
.stick_table	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			/*background-color: #666;
			color: #eee;*/
		}
.stick_table .sticky-wrap td,
.stick_table .sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
.stick_table td.user-name {
	text-transform: capitalize;
}
.stick_table .sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 500px;
}
.stick_table .sticky-wrap.table_scroll {
	overflow-y: auto;
	max-height: 200px;
}
