﻿
body * .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dk-container ul {
	list-style: none;
	padding: 0;
}

.dk-container .header-wrap {
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}

@media (max-width: 991px) {
	.dk-container .header-wrap {
		padding: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.dk-container .header-wrap {
		padding: 0;
	}
}

.dk-breadcrumb ol {
	color: #222;
	list-style: none;
	padding-left: 0;
	font-size: 12px;
	line-height: .8;
}

	.dk-breadcrumb ol li {
		color: #222;
		display: -webkit-inline-flex;
		display: inline-flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-right: 8px;
		margin-top: 0;
		font-weight: 700;
		line-height: 2;
	}

		.dk-breadcrumb ol li:last-child {
			font-weight: 400;
		}

		.dk-breadcrumb ol li a {
			color: #222;
			text-decoration: none;
		}

		.dk-breadcrumb ol li:after {
			font-family: dk, icomoon;
			content: " \F105";
			white-space: pre;
			font-size: 1em;
		}

		.dk-breadcrumb ol li:last-child:after {
			content: "";
		}

.dk-container .header-wrap .dk-icon-border {
	height: 41px;
}

.dk-container .header-wrap .dk-icon-border {
	max-width: 43px;
	margin: 0 9px 0 0;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #CC0000;
}

.rtl .dk-container .header-wrap .dk-icon-border {
	max-width: 43px;
	margin: 0 0 0 9px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #CC0000;
}

.rtl .pull-left {
	float: right !important;
}

.rtl .pull-right {
	float: left !important;
}

@media (max-width: 991px) {
	.dk-container .header-wrap .pull-right {
		clear: both;
		float: none !important;
		padding: 0px 0 0;
	}
}

.dk-container .header-wrap .btn-actions li a {
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	border-radius: 30px;
	border: 1px solid #ccc;
}

	.dk-container .header-wrap .btn-actions li a:hover {
		border: 1px solid #cc2500;
	}

.dk-container .header-wrap .btn-actions li .fa {
	padding: 0 2px 0 0;
	color: #cc2500;
}

@media (max-width: 767px) {

	.dk-container .header-wrap .pull-left,
	.dk-container .header-wrap .pull-right {
		float: none !important;
	}
}

.dk-container .single-dk-calc-cont {
	padding: 20px 0 0;
}

@media (min-width: 768px) {
	.dk-container .single-dk-calc-cont {
		display: table;
		width: 100%;
	}
}


@media (min-width: 768px) {
	.dk-container .single-dk-calc-cont .dk-calc-wrap {
		display: table-cell;
		vertical-align: top;
	}
}

@media (min-width: 675px) {
	.tab-content .tab-pane-content,
	.dk-content-footer .container,
	.dk-content-footer .container-column {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2em 1fr;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: -webkit-min-content;
		-ms-grid-rows: -webkit-min-content;
		-ms-grid-rows: min-content;
		grid-template-rows: min-content;
		grid-gap: 2em;
	}

		.tab-content .tab-pane-content > *:nth-child(1),
		.dk-content-footer .container > *:nth-child(1),
		.dk-content-footer .container-column > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.tab-content .tab-pane-content > *:nth-child(2),
		.dk-content-footer .container > *:nth-child(2),
		.dk-content-footer .container-column > *:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-column: 3;
		}
}




.dk-container .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown {
	z-index: 5;
	padding: 10px 0 10px 7px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 65px;
	border-radius: 0 3px 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	background-color: #F2F1F6;
}

.rtl .dk-container .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown {
	border-radius: 4px 0 0 4px;
	background-position: left 3px center;
	padding: 10px 7px 10px 0;
	border-left: 1px solid #CCCCCC;
}

.dk-container .calculator-input .input-dropdown {
	background-image: url("-/media/3DE243A7E78D40D0BE5D7BDC4EF5D95C.ashx");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding-left: 0.5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.rtl .dk-container .calculator-input .input-dropdown {
	text-align: right;
}

.dk-container .single-dk-calc-cont .dk-calc-wrap .input-wrapper {
	z-index: 5;
	right: 0;
	padding: 4px;
	height: 25px;
	border-radius: 0 3px 3px 0;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	background-color: #F2F1F6;
	width: 100%;
}

.dk-container .single-dk-calc-cont .dk-calc-wrap #total-input {
	font-size: 13px;
	font-weight: normal;
	color: #111;
	border-radius: 3px 0 0 3px;
	border: 1px transparent;
	padding: 5px 7px;
	width: 95%;
}


.dk-container .single-dk-calc-cont .dk-calc-wrap .calculator-input .input-dropdown:focus {
	outline: 0;
}

.dk-container .related-tools-wrap {
	padding: 30px 0;
}

	.dk-container .related-tools-wrap h2 {
		margin: 0;
		padding: 0 0 10px;
		font-size: 20px;
		font-weight: bold;
	}

	.dk-container .related-tools-wrap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
		grid-template-columns: repeat(4, 1fr);
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		grid-gap: 2em;
	}

		.dk-container .related-tools-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-column: 3;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(3) {
			-ms-grid-row: 1;
			-ms-grid-column: 5;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(4) {
			-ms-grid-row: 1;
			-ms-grid-column: 7;
		}

		.dk-container .related-tools-wrap ul li a {
			display: block;
			padding: 15px;
			color: #222;
			text-align: center;
			border: 1px solid #ccc;
			border-radius: 5px;
			text-decoration: none;
		}

			.dk-container .related-tools-wrap ul li a .dkc-related_img {
				max-height: 45px;
			}

			.dk-container .related-tools-wrap ul li a:hover,
			.dk-container .related-tools-wrap ul li a:focus {
				text-decoration: none;
				border: 2px solid #cc2500;
			}

		.dk-container .related-tools-wrap ul li span {
			display: block;
			padding: 10px 0 0;
			margin-top: auto;
		}

@media (max-width: 767px) {
	.dk-container .related-tools-wrap ul {
		-ms-grid-columns: 1fr 2em 1fr;
		-ms-grid-rows: 1fr 2em 1fr;
		grid-template-columns: 1fr 1fr;
	}

		.dk-container .related-tools-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-column: 3;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(3) {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(4) {
			-ms-grid-row: 3;
			-ms-grid-column: 3;
		}
}

@media (max-width: 450px) {
	.dk-container .related-tools-wrap ul {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr;
		grid-template-columns: 1fr;
	}

		.dk-container .related-tools-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(2) {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(3) {
			-ms-grid-row: 5;
			-ms-grid-column: 1;
		}

		.dk-container .related-tools-wrap ul > *:nth-child(4) {
			-ms-grid-row: 7;
			-ms-grid-column: 1;
		}
}

.dk-container .recommended-products-wrap {
	padding: 30px 0 0;
}

	.dk-container .recommended-products-wrap h2 {
		margin: 0;
		padding: 0 0 10px;
		font-size: 20px;
		font-weight: bold;
	}

	.dk-container .recommended-products-wrap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
		grid-template-columns: repeat(4, 1fr);
		-ms-grid-rows: 1fr 2em 1fr;
		grid-template-rows: 1fr;
		grid-gap: 2em;
	}

		.dk-container .recommended-products-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-column: 3;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(3) {
			-ms-grid-row: 1;
			-ms-grid-column: 5;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(4) {
			-ms-grid-row: 1;
			-ms-grid-column: 7;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(5) {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul li a .dkc-related_img {
			max-height: 45px;
		}

		.dk-container .recommended-products-wrap ul li span {
			display: block;
			padding: 10px 0 0;
			margin-top: auto;
		}

.dk-container .input-headline {
	display: block;
	margin: 14px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.rtl .dk-container .input-headline {
	text-align: right;
}

@media (max-width: 767px) {
	.dk-container .recommended-products-wrap ul {
		-ms-grid-columns: 1fr 2em 1fr;
		-ms-grid-rows: 1fr 2em 1fr 2em 1fr;
		grid-template-columns: 1fr 1fr;
	}

		.dk-container .recommended-products-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(2) {
			-ms-grid-row: 1;
			-ms-grid-column: 3;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(3) {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(4) {
			-ms-grid-row: 3;
			-ms-grid-column: 3;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(5) {
			-ms-grid-row: 5;
			-ms-grid-column: 1;
		}
}

@media (max-width: 450px) {
	.dk-container .recommended-products-wrap ul {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
		grid-template-columns: 1fr;
	}

		.dk-container .recommended-products-wrap ul > *:nth-child(1) {
			-ms-grid-row: 1;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(2) {
			-ms-grid-row: 3;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(3) {
			-ms-grid-row: 5;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(4) {
			-ms-grid-row: 7;
			-ms-grid-column: 1;
		}

		.dk-container .recommended-products-wrap ul > *:nth-child(5) {
			-ms-grid-row: 9;
			-ms-grid-column: 1;
		}
}

.dk-container .calculator-input {
	position: relative;
	display: flex;
	width: 100%;
	height: 40px;
}

	.dk-container .calculator-input #resistor-input::-webkit-outer-spin-button,
	.dk-container .calculator-input #resistor-input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	.dk-container .calculator-input #resistor-input {
		padding: 5px 7px;
		z-index: 10;
	}

.rtl .dk-container .calculator-input input {
	border-radius: 0 4px 4px 0;
	border-left: none;
	border-right: 1px solid #ddd;
}

.dk-container .calculator-input .input-label {
	z-index: 5;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 45px;
	border-radius: 0 3px 3px 0;
	background-color: #F2F1F6;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 13px;
}

.dk-container .calculator-input .input-answer {
	left: 15px;
	right: auto;
	border-radius: 4px 0 0 4px;
	position: absolute;
	height: 40px;
	padding: 8px 8px 2px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
}

.dk-container .calculator-input input[type='number'] {
	-moz-appearance: textfield;
}

.dk-container .calculator-input input {
	-webkit-appearance: none;
	border: 1px solid #CCCCCC;
	border-right: none;
	border-radius: 4px 0 0 4px;
	padding: 0px 5px 0px 5px;
	max-width: 100%;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	color: #333333;
}

	.dk-container .calculator-input input::-webkit-input-placeholder {
		opacity: 0.5;
		color: #333333;
	}

	.dk-container .calculator-input input::-moz-placeholder {
		opacity: 0.5;
		color: #333333;
	}

	.dk-container .calculator-input input:-ms-input-placeholder {
		opacity: 0.5;
		color: #333333;
	}

	.dk-container .calculator-input input:-moz-placeholder {
		opacity: 0.5;
		color: #333333;
	}

.dk-container .calculator-input.bg-black .input-label {
	color: #FFF;
	border: 0;
	background: none;
}

.dk-container .calculator-input.bg-black input {
	padding: 0 30px;
	background: #333;
	color: #fff;
	border: none;
	text-align: center;
	border: none;
	border-radius: 20px;
	opacity: 1;
}

	.dk-container .calculator-input.bg-black input::-webkit-input-placeholder {
		color: #fff;
		opacity: 1;
	}

	.dk-container .calculator-input.bg-black input::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.dk-container .calculator-input.bg-black input:-ms-input-placeholder {
		color: #fff;
		opacity: 1;
	}

	.dk-container .calculator-input.bg-black input:-moz-placeholder {
		color: #fff;
		opacity: 1;
	}


/*! CSS Used from: http://localhost:1337/public/css/conversion-calculator-resistor-color-code-4-band.css */

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.dk-content-footer {
	background: #F0EFF3;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

	.dk-content-footer .container {
		-ms-grid-columns: 3fr 2em 2fr;
		grid-template-columns: 3fr 2fr;
	}

.dk-container .header-wrap .dk-icon {
	border: 0;
	width: auto;
}

.dk-container .calculator-input .input-label.big-label {
	width: 90px;
}

.clearfix:after,
.container:after {
	clear: both;
}

.header-wrap.clearfix:after,
.header-wrap.clearfix:before {
	display: table;
	content: " ";
}

{
	position: relative;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
	margin-bottom: 20px;
}

.unit-title-wrap {
	padding: 17px 0 15px;
}

.calc-type {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 8px;
	border-radius: 30px;
	border: 1px solid #DDD;
	background: #f2f1f6;
	width: 66%;
}

	.calc-type li {
		padding: 0 0 0 9px;
		margin: 0;
		width: calc(98%/3);
	}

		.calc-type li a {
			cursor: pointer;
			border: 2px solid #CCC;
			color: #ccc;
			padding: 10px;
			display: block;
			background: #fff;
			text-align: center;
			border-radius: 30px;
			text-decoration: none;
			border: 1px solid #ccc;
			cursor: pointer;
			font-size: 13px;
		}

			.calc-type li a:hover {
				color: #333;
			}

		.calc-type li.active a {
			border: 2px solid #cc2500 !important;
			color: #333;
		}

.tab-content .dropdown .black {
	background: #000;
}

.tab-content .dropdown .brown {
	background: #512627;
}

.tab-content .dropdown .red {
	background: #CC0000;
	color:#fff !important;
}

.tab-content .dropdown .orange {
	background: #D87347;
	color: #fff !important;
}

.tab-content .dropdown .yellow {
	color: #333 !important;
	background: #E6C951;
}

.tab-content .dropdown .green {
	background: #528F65;
}

.tab-content .dropdown .blue {
	background: #0F5190;
}

.tab-content .dropdown .violet {
	background: #6967CE;
}

.tab-content .dropdown .grey {
	background: #7D7D7D;
}

.tab-content .dropdown .white {
	color: #333 !important;
	background: #FFF;
}

.tab-content .dropdown .gold {
	background: #C08327;
}

.tab-content .dropdown .silver {
	background: #BFBEBF;
	color: #333;
}

.tab-content .calc-output .black {
	background: #000 !important;
}

	.tab-content .calc-output .black:after {
		background: #000;
	}

	.tab-content .calc-output .black .value {
		background: #000 !important;
	}

.tab-content .calc-output .red {
	background: #CC0000 !important;
}

	.tab-content .calc-output .red:after {
		background: #CC0000;
	}

	.tab-content .calc-output .red .value {
		background: #CC0000 !important;
	}



.tab-content .calc-output .brown:after {
	background: #512627;
}




.tolerance-6b {
	position: absolute;
	top: 12px;
	right: 84px;
	width: 14px;
	height: 52px;
	background: #C5C5C5;
}




.tab-content .calc-output .orange {
	background: #D87347 !important;
}

	.tab-content .calc-output .orange:after {
		background: #D87347;
	}

	.tab-content .calc-output .orange .value {
		background: #D87347 !important;
	}

.tab-content .calc-output .yellow {
	background: #E6C951 !important;
}

	.tab-content .calc-output .yellow:after {
		background: #E6C951;
	}

	.tab-content .calc-output .yellow .value {
		color: #333 !important;
		background: #E6C951 !important;
	}

.tab-content .calc-output .green {
	background: #528F65 !important;
}

	.tab-content .calc-output .green:after {
		background: #528F65;
	}

	.tab-content .calc-output .green .value {
		background: #528F65 !important;
	}

.tab-content .calc-output .blue {
	background: #0F5190 !important;
}

	.tab-content .calc-output .blue:after {
		background: #0F5190;
	}

	.tab-content .calc-output .blue .value {
		background: #0F5190 !important;
	}

.tab-content .calc-output .violet {
	background: #6967CE !important;
}

	.tab-content .calc-output .violet:after {
		background: #6967CE;
	}

	.tab-content .calc-output .violet .value {
		background: #6967CE !important;
	}

.tab-content .calc-output .grey {
	background: #7D7D7D !important;
}

	.tab-content .calc-output .grey:after {
		background: #7D7D7D;
	}

	.tab-content .calc-output .grey .value {
		background: #7D7D7D !important;
	}

.tab-content .calc-output .white {
	background: #FFF !important;
}

	.tab-content .calc-output .white:after {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background: #FFF;
	}

	.tab-content .calc-output .white .value {
		color: #333 !important;
		border: 1px solid #777;
		background: #FFF !important;
	}

.tab-content .calc-output .gold {
	background: #C08327 !important;
}

	.tab-content .calc-output .gold:after {
		background: #C08327;
	}

	.tab-content .calc-output .gold .value {
		background: #C08327 !important;
	}

.tab-content .calc-output .silver {
	background: #BFBEBF !important;
}

	.tab-content .calc-output .silver:after {
		background: #BFBEBF;
	}

	.tab-content .calc-output .silver .value {
		background: #BFBEBF !important;
	}

.tab-content dl {
	cursor: pointer;
	margin: 0 0 15px;
}

	.tab-content dl:last-of-type {
		margin: 0;
	}

	.tab-content dl .select-color {
		font-size: 13px;
		font-weight: normal;
		color: #111;
		border-radius: 3px 0 0 3px;
		padding: 5px 7px;
		width: 95%;
	}

		.tab-content dl .select-color.selected {
			padding: 0px;
		}

	.tab-content dl .color-item {
		padding: 7px 5px;
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		border-radius: 3px;
	}

		.tab-content dl .color-item span {
			display: inline-block;
		}

	.tab-content dl dt {
		padding: 4px;
		font-weight: normal;
		border: 1px solid #CCC;
		border-radius: 3px;
		display: inline-flex;
		width: 100%;
		width: -webkit-fill-available;
		width: -moz-available;
		width: fill-available;
	}

		.tab-content dl dt .down-arrow {
			padding-top: 6px;
		}

	.tab-content dl dd {
		position: relative;
	}

	.tab-content dl dt .calculator-input {
		padding: 4px;
		font-weight: normal;
		border: 1px solid #CCC;
		border-radius: 3px;
		display: inline-flex;
		width: 100%;
	}

	.tab-content dl dd ul {
		display: none;
		position: absolute;
		z-index: 12;
		top: -12px;
		left: 0;
		width: 97.2%;
		margin: 0 5px;
		padding: 5px;
		border: 1px solid #CCC;
		background: #FFF;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	}

		.tab-content dl dd ul li {
			margin: 3px 0;
		}

			.tab-content dl dd ul li:first-child {
				margin: 0 0 3px;
			}

@media (max-width: 991px) {
	.tab-content dl dd ul li {
		margin: 12px 0 0;
	}
}

.tab-content dl dd ul li .color-item {
	border-radius: 3px;
}

	.tab-content dl dd ul li .color-item.white {
		border: 1px solid #CCC;
	}

.tab-content #resistor-color-diagram {
	position: relative;
	width: 319px;
	height: 134px;
	margin: 40px auto;
}

@media (max-width: 320px) {
	.tab-content #resistor-color-diagram {
		margin: 40px -25px;
	}
}

@media (width: 360px) {
	.tab-content #resistor-color-diagram {
		margin: 40px -10px;
	}
}

.tab-content .first-band:after,
.tab-content .second-band:after,
.tab-content .third-band:after,
.tab-content .multiplier:after,
.tab-content .tolerance:after,
.tab-content .ppm:after {
	content: '';
	opacity: 0.2;
	position: absolute;
	bottom: -42px;
	width: 14px;
	height: 40px;
	background: #C5C5C5;
}


.tab-content .first-band .value, .tab-content .second-band .value, .tab-content .third-band .value, .tab-content .multiplier .value, .tab-content .tolerance .value, .tolerance-6b .value, .tab-content .ppm .value {
	position: absolute;
	z-index: 5;
	bottom: -60px;
	left: -5px;
	width: 24px;
	padding: 5px 2px 4px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	border-radius: 3px;
	background: #C5C5C5;
}

.tolerance-6b:after {
	content: '';
	opacity: 0.2;
	position: absolute;
	bottom: -42px;
	width: 14px;
	height: 40px;
	background: #C5C5C5;
}

.tolerance-6b::after {
	bottom: -52px;
	height: 50px;
}

.bd-content {
	overflow: visible !important;
}


.tolerance-6b .value {
	bottom: -70px;
	left: -19px;
	width: 53px;
}

.tab-content #resistor-color-diagram .first-band {
	position: absolute;
	top: 2px;
	left: 30px;
	width: 14px;
	height: 72px;
	background: #C5C5C5;
}

.tab-content #resistor-color-diagram .second-band {
	position: absolute;
	top: 12px;
	left: 72px;
	width: 14px;
	height: 52px;
	background: #C5C5C5;
}

	.tab-content #resistor-color-diagram .second-band:after {
		bottom: -52px;
		height: 50px;
	}

	.tab-content #resistor-color-diagram .second-band .value {
		bottom: -70px;
	}

.tab-content #resistor-color-diagram .third-band {
	position: absolute;
	top: 12px;
	left: 98px;
	width: 14px;
	height: 52px;
	background: #C5C5C5;
}

	.tab-content #resistor-color-diagram .third-band:after {
		bottom: -52px;
		height: 50px;
	}

	.tab-content #resistor-color-diagram .third-band .value {
		bottom: -70px;
	}

.tab-content #resistor-color-diagram .multiplier {
	position: absolute;
	top: 12px;
	right: 142px;
	width: 14px;
	height: 52px;
	background: #C5C5C5;
}

	.tab-content #resistor-color-diagram .multiplier:after {
		bottom: -52px;
		height: 50px;
	}

	.tab-content #resistor-color-diagram .multiplier .value {
		bottom: -70px;
		left: -22px;
		width: 60px;
	}

.tab-content #resistor-color-diagram .tolerance {
	position: absolute;
	top: 2px;
	right: 30px;
	width: 14px;
	height: 72px;
	background: #C5C5C5;
}

	.tab-content #resistor-color-diagram .tolerance .value {
		width: 57px;
		left: -21px;
	}

.tab-content #resistor-color-diagram .ppm {
	position: absolute;
	top: 2px;
	right: 30px;
	width: 14px;
	height: 72px;
	background: #C5C5C5;
}

	.tab-content #resistor-color-diagram .ppm .value {
		left: -19px;
		width: 53px;
	}

.tab-content .calcType {
	margin-bottom: 65px;
}

	.tab-content .calcType button {
		width: 100px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 6px;
		border: solid 1px #333333;
		margin-right: 20px;
	}

	.tab-content .calcType h1 {
		color: #333;
		font-size: 20px;
		font-weight: 700;
	}

.tab-content .unit-title {
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

.tab-content .calcType button[checked="checked"] {
	color: #ffffff;
	background-color: #333333;
}

.tab-content .resistor-specs {
	width: 315px;
	min-height: 370px;
	background-color: #fafafa;
	border-radius: 10px;
	margin: auto;
	padding: 30px;
}

	.tab-content .resistor-specs .select-color {
		font-size: 18px;
		color: #333;
		font-weight: 700;
	}

	.tab-content .resistor-specs button {
		width: 200px;
		height: 50px;
		background-color: #00baff;
		border-radius: 6px;
		border: solid 1px #00baff;
		color: #ffffff;
		font-weight: 700;
		font-size: 16px;
	}


.tab-content .search-btn-area {
	margin: auto;
	text-align: center;
}

	.tab-content .search-btn-area .button {
		width: 200px;
		height: 40px;
		background-color: #ffa200;
		border-radius: 6px;
	}

.tab-pane-content .section-title {
	margin-left: 40px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}


