@font-face {
	font-family: 'SegoeUI-Light';
	src: url('/assets/font/SegoeUI-Light.eot');
	src: local('SegoeUI-Light'), url('/assets/font/SegoeUI-Light.woff') format('woff'), url('/assets/font/SegoeUI-Light.ttf') format('truetype');
}

*
{
	padding: 0;
	margin:  0;
	outline: none;
	text-decoration: none;
}
body
{
	background-color: #FEFEFE;
	background-position: initial initial;
	background-repeat: initial initial;
	color: #707070;
	font-family: SegoeUI-Light, 'Open Sans', HelveticaNeue, Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.2;
}
li
{
	line-height: 15px;
}
ul.inline, ol.inline
{
	list-style: none;
	margin-left: 0;
}
ul ul, ul ol, ol ol, ol ul
{
	margin-bottom: 0;
}

a { cursor:pointer; }

section { padding-top:20px; }

.media-body, .media-body li  {
	line-height: 1.5 !important;
}

.dropup, .dropdown
{
	position: relative;
}

[class^="nav-icon-"], [class*=" nav-icon-"]
{
	line-height: 14px;
	vertical-align: text-top;
}
.main-content
{
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}
.container-fluid
{
	padding: 0;
}
.area-top
{
	background-color: #F4F4F4;
	background-image: -webkit-linear-gradient(top, #F4F4F4, #EEEEEE);
	background-position: initial initial;
	background-repeat: initial initial;
	background-size: 100%;
	box-sizing: border-box;
	height: 40px;
	padding-top: 8px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #EAEAEA;
	-webkit-box-shadow: white 0 1px 0px, white 0 0px 0 inset;
}
.area-top, .header
{
	font-size: 14px;
}
.area-top .header > *
{
	color: #78808A;
	text-shadow: #FFFFFF 0 1px;
	vertical-align: middle;
}
.header
{
	padding-left: 20px;
}
.area-top .num-stats
{
	margin-top: 5px;
}
.num-stats
{
	color: #717E88;
	list-style: none;
	margin: 0;
	padding: 0;
}
.num-stats li
{
	border-left: 1px dotted #F5F5F5;
	border-right: 1px dotted #BBBBBB;
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.area-top .num-stats li
{
	border: none;
}
.area-top ul li
{
	vertical-align: middle;
}
.num-stats li:first-child
{
	border-left-style: none;
}
.num-stats li.stat-red i
{
	background-color: #BA6D6D;
	text-shadow: rgba(131, 62, 62, 0.498039) 0 1px;
	background-position: initial initial;
	background-repeat: initial initial;
}
.num-stats li i
{
	-webkit-box-shadow:rgba(255, 255, 255, 0.6) 0 1px 0;
	border-radius: 4px;
	box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.area-top ul li
{
	vertical-align: middle;;
}
.num-stats li.stat-red .number
{
	color: #BA6D6D;
}
.num-stats li .number
{
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-shadow: #FFFFFF 0 1px;;
}
.num-stats li.stat-green i
{
	background-color: #8FAE53;
	text-shadow: rgba(86, 105, 50, 0.498039) 0 1px;
	background-position: initial initial;
	background-repeat: initial initial;
}
.num-stats li.stat-green .number
{
	color: #8FAE53;
}
.num-stats li.stat-blue i
{
	background-color: #6E97AA;
	text-shadow: rgba(66, 98, 112, 0.498039) 0 1px;
	background-position: initial initial;
	background-repeat: initial initial;
}
.num-stats li.stat-blue .number
{
	color: #6E97AA;
}
.hpadded
{
	margin-left: 15px;
	margin-right: 15px;
}
.vpadded
{
	margin-top: 15px;
	margin-bottom: 15px;
}
.kiri { text-align: left !important; }
.tengah { text-align: center !important; }
.kanan { text-align: right !important; }
.hidden { display: none; }

.box
{
	-webkit-box-shadow: rgba(0, 0, 0, 0.0627451) 0 2px 6px;
	background-color: #FFFFFF;
	background-position: initial initial;
	background-repeat: initial initial;
	border: 1px solid #EAEAEA;
	border-radius: 3px 3px 3px 3px;
	box-shadow: rgba(0, 0, 0, 0.0627451) 0 2px 6px;
	margin-top: 20px;
}
.box .box-header
{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.box .box-header, .box .box-footer
{
	background-color: #EEEEEE;
	background-size: 100%;
	border-bottom: 1px solid #EAEAEA;
	color: #333333;
	font-weight: 700;
}
table.table thead
{
	background-color: #EEEEEE;
    background-image: -webkit-linear-gradient(top, #FAFAFA, #EEEEEE);
    background-position: initial initial;
    background-repeat: initial initial;
}
.box .box-header .title, .box .box-footer .title
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
}
.box .box-content div.row
{
	margin-left: 0px !important;
}
.padded
{
	padding: 15px;
	overflow: hidden;
}
.nav-tabs {
	margin-bottom: 0px !important;
}
.tab-content {
	background-color: #FFFFFF;
	border: 1px solid transparent;
	border-color: transparent #DDDDDD #DDDDDD;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0627451) 0 2px 6px;
}
.align-center {
	margin: 0 auto;
}

.modal .modal-backdrop {
	display: none !important;
}

/* subnav */
.subnav {
	margin-bottom: 20px;
	width: 100%;
	height: 36px;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
.subnav .nav {
	margin-bottom: 0;
}
 
.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
 
.navbar .nav > li > !a,
.navbar .nav > li > !a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
 
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}
 
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
 
.subnav .nav > li:last-child > a {
	border-right: 0;
}
 
.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.header-logo {
	display: block;
	width: 90px;
	height: 80px;
	float: left;
	background: transparent url("../images/twh.png") scroll no-repeat 0 0;
}
#bigbtn-front a.btn { height: 60px; font-size: 28px; line-height: 32px; }

/* .dataTable a { color: #707070 !important; } */
.dataTable a:hover, .dataTable a:active { font-weight: bold; text-decoration: none; }
.bottom { overflow: hidden; }
.sidebar-nav { padding:7px 0; }
.extra {
	clear: both;
}
.inblock {
	display: inline-block;
}
.footer {
 margin-top:70px;
border-top-color:#E5E5E5;
	border-top-style:solid;
  border-top-width:1px;
  background-color:#F5F5F5;
  padding:30px 0;
}

/* modal window */
.dumbBoxWrap{display:none;z-index:40001}.dumbBoxOverlay{position:fixed;width:100%;height:100%;background-color:#000;opacity:.5;-ms-filter:"alpha(Opacity=50)";filter:alpha(opacity=50);z-index:40001}.vertical-offset{position:fixed;top:10%;width:100%;z-index:40002}.dumbBox{width:710px;position:relative;margin:0 auto;background-color:#fff;padding:10px;border:1px solid #000}
.dumbBoxCloser{position:absolute; top:-12px; right:-12px; z-index:50;}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}