@font-face { font-family: roboto; src:url('Roboto-Regular.ttf');}
body {
	margin: 0 50px !important;
	font-family: IBM Plex Sans !important;
}

.header {
	font-family: IBM Plex Sans !important;
}

.ui.menu { font-family: IBM Plex Sans !important; }

.ui.menu .item:before {
	background: none !important;
}
.container-fluid {
  margin: 0 10px 0 10px !important;
  /* min-height: 300px; */
}
/* #content {
  min-height: 600px;
} */
/* .column { padding-right: 0px !important; } */
.logo-left { padding: 10px 0px 10px 28px; }
/* .ui.table thead tr:first-child th { position: sticky; top: 0; } */
.ui.table thead { position: sticky; top: 0; z-index: 9; }
.table-container {
  position: relative;
  max-height: 800px;
  width: 100%;
  overflow: scroll;
}
.freeze-column {
  background-color: #fff;
  border: 1px solid rgba(34,36,38,.15);
  z-index: 8;
}

.sidescroll { overflow-x: scroll; }

.content-box {
	width: 99%;
	position: relative;
}

.partial-box {
	max-height: 400px;
	position: relative;
	overflow: hidden;
}

.partial-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

.button-more {
	background-image: -webkit-gradient(linear,right bottom,left top,from(#004267),to(#007297));
	background-image: linear-gradient(to top left,#004267,#007297);
	color: #fff!important;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	border: 0;
	/*border-radius: 0.4rem;*/
	white-space: nowrap;
	padding: 1rem 1.5rem;
	line-height: 1.4;
	position: relative;
	text-align: center;
	-webkit-transition: 70ms;
	transition: 70ms;
	position: relative;
	width: 400px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dt-numbers { font-family: roboto; }
.tengah { text-align: center !important; }
.red { color: #ff0000; }
.green { color: #4b8b3b; }

.ui.form .fields { margin: 0 0 1em !important; }
.ui.form input[type=search] { width: auto !important; }

.component-filter { padding-bottom: 15px; }

.ui.table thead th.numbers { }
.ui.table tbody td.numbers { text-align: right !important; padding: 10px !important; font-family: roboto; }
.ui.table tfoot td.numbers { text-align: right !important; padding: 10px !important; font-family: roboto; }

.ui.table tfoot td { border-top: 1px solid #000 !important; }
.ui.pagination.menu .active.item { padding-top: 0.5em !important; }

.ui.vertical.menu .item>.header:not(.ui) { font-size: 17px !important; }
.ui.vertical.menu .menu .item { font-size: 17px !important; }

.ui.footer {
		position: fixed;
		height: 50px;
		bottom: 0;
		width: 100%;
}
.small { font-size: 14px; }

.sub_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1em;
}
.cards-number {
  font-family: Roboto;
  font-size: 35px;
  font-weight: bold;
}
.cards-number.small {
  font-size: 24px !important;
}
.my-icon {
  font-size: 22px !important;
}
/* scrolling table */
.scrolling-table {
  white-space: nowrap;
  overflow-y: hidden;
	overflow-x: auto;
	/* border: 1px solid #000; */
}
/* .scrolling-table::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    content: '';
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
} */
.fixed.freezex {
  z-index: 1;
  position: relative;
	background: #fafafa;
}
.do-loading {
	min-height: 250px;
}

.card-detail:hover {
	background-color: #ddd !important;
	cursor: pointer;
}

.ui.hoverable tr:hover td {background-color:#eee;}

.clickable { color: #4183c4 !important; cursor: pointer; }
.clickable:hover { text-decoration: underline; }
.dtfc-fixed-left {  }

.left-bold-border { border-left: 6px solid #2196F3 !important; }

.scrolling-container { max-width:100%; padding-top: 20px; overflow: auto; }
.scrolling-container th { position: sticky; left: 0; z-index: 2; white-space: nowrap; }
.scrolling-container td { white-space: nowrap; }
.scrolling-container-first-header { z-index: 10 !important; background-color: #f9fafb !important; }
.scrolling-container-first { padding: 0 20px; z-index: 10; background-color: #fff; border-bottom:1px solid rgba(34,36,38,.1); }

.fake-anchor a { cursor: pointer; }

.ui.card, .ui.cards>.card { width: 250px !important; }

.holiday { color: #f00 !important; }

.one-file {
    margin: 30px 0 !important;
    padding-top: 10px;
    min-height: 180px;
}
.file-description {
    margin-top: 10px;
    margin-left: 160px;
    padding-bottom: 10px;
}
