.tc-income-value {
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tc-income-label {
	display: block;
}

.tc-table {
	width: 100%;
	font-size: 15px;
}

.tc-table td {
	vertical-align: top;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
}

.tc-table-value {
	width: 150px;
	text-align: right;
}

.tc-tax-step {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.tc-tax-step > span {
	display: table-cell;
}

.tc-checkbox {
	position: relative;
	padding-left: 65px;
	line-height: 1.3;
	display: block;
	margin-bottom: 3px;
}

.tc-checkbox input[type="checkbox"],
.tc-checkbox input[type="radio"] {
	display: none;
}

.tc-checkbox::before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #e5e5e5;
	background-image: url('../../_static/image/check.png');
	background-position: center;
	background-size: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #ddd;
	display: inline-block;
	position: absolute;
	left: 25px;
	top: -6px;
	cursor: pointer;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.selected .tc-checkbox::before {
	background-color: green;
	border-color: green;
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

.unselected .tc-checkbox::before {
	background-color: red;
	border-color: red;
}

.unselected input[type="text"]:disabled {
	background-color: #f5f5f5;
}

.tc-description {
	margin-bottom: 25px;
}

.tc-description ol {
	padding-left: 17.5px;
}

.tc-description ol li {
	list-style: circle;
}

.tc-description ol li + li {
	margin-top: 7.5px;
}

.tc-item-penghasilan,
.tc-item-dependent {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.tc-item-dependent .tc-checkbox {
	padding-left: 40px;
}

.tc-item-dependent .tc-checkbox::before {
	left: 0;
}

.tc-item + .tc-item {
	border-top: 1px solid #e5e5e5;
	padding-top: 12px;
	margin-top: 12px;
}

.tc-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
}

.tc-button {
	-moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
	box-shadow:inset 0px 1px 3px 0px #91b8b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
	background-color:#768d87;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}

.tc-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}

.tc-button:active {
	position:relative;
	top:1px;
}

#tc-result-modal {
	padding: 10px;
	overflow: visible !important;
}

.tc-result-list {
	padding-left: 25px;
}

.tc-result-list > li {
	list-style: circle;
}

.tc-result-list > li > div {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.tc-result-list > li > div > span {
	display: table-cell;
}

.tc-item-count {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}

#tc-reset {
	margin-left: 15px;
}

.blocker {
	z-index: 99999 !important;
}

.unselected {
	display: none;
}

@media (max-width :580px) {
	.tc-income-label {
		padding: 5px 0 0 30px;
	}
	
	.tc-checkbox {
		font-size: 14px;
	}
	
	.tc-heading {
		font-size: 16px;
	}
	
	.tc-table {
		font-size: 13px;
	}
	
	.tc-tax-step {
		display: block;
		width: 100%;
	}

	.tc-tax-step > span {
		display: block;
		width: 100% !important;
	}
	
	.tc-tax-step + .tc-tax-step {
		border-top: 1px dashed #e5e5e5;
		padding-top: 10px;
		margin-top: 10px;
	}
}
