/* .visualSborka */

.visualSborka {
	width: 910px;
	background: #CDF0F7;
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
}

#ConnectorA {
	width: 300px;
	height: 107px;
	background: url(sites/micran_ru/data/UserFile/File/PodborKabSbor/img/UnkRaz_L.png) no-repeat center right;
	background-size: 100%;
	font-size: 75px;
	text-align: center;
	text-shadow: 0 0 6px rgb(255, 255, 255);
}

#ConnectorB {
	width: 300px;
	height: 107px;
	background: url(sites/micran_ru/data/UserFile/File/PodborKabSbor/img/UnkRaz_R.png) no-repeat center left;
	background-size: 100%;
	font-size: 75px;
	text-align: center;
	text-shadow: 0 0 6px rgb(255, 255, 255);
}

#soedinitel {
	width: 340px;
	height: 107px;
	background: url(sites/micran_ru/data/UserFile/File/PodborKabSbor/img/UnkKS.png) no-repeat center center;
	background-size: 100%;
}

#ConnectorAText,
#ConnectorBText {
	min-height: 38px;
	margin: auto;
}

.steps {


	overflow: hidden;
	width: 900px;
	text-align: left;
	position: relative;
	height: 350px;
}

.step {
	background: #D9EEF7;
	box-shadow: inset 0px 30px 30px -10px rgba(255, 255, 255, 1);
	-background-color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 1;
	left: 900px;
	width: 100%;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.step.i1 {
	left: 0px;
}

.step.i6 {
	z-index: 2;
}

.stepSubject {
	font-size: 20px;
	-width: 100%;
	border: 1px solid #96D9F9;
	border-bottom: none;
	text-align: center;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.stepContent {
	-width: 100%;
	height: 270px;
	border: 1px solid #96D9F9;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 10px 0 10px;
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #000;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
	color: #000;
}

.buttonP {
	width: 260px;
	padding: 10px 0 10px 0;
	border: 2px solid #6ba8e5;

	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;
	/* Safari, Google Chrome */
	-khtml-border-radius: 5px;
	/* KHTML */
	-o-border-radius: 5px;
	/* Opera */
	-ms-border-radius: 5px;
	/* IE8 */
	-icab-border-radius: 5px;
	/* Icab */
	border-radius: 5px;
	/* CSS3 */
	behavior: url(border-radius.htc);
	/* IE */



	text-align: center;
	/* box-shadow: 0 2px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5); */
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;


	-background: rgb(100, 100, 100) radial-gradient(circle at 0 0, rgba(255, 255, 255, .65), rgba(255, 255, 255, .35));

	background: #CDF0F7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #CDF0F7 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CDF0F7), color-stop(10%, #a9d2f3), color-stop(25%, #90bae4), color-stop(37%, #90bcea), color-stop(50%, #90bff0), color-stop(51%, #6ba8e5), color-stop(83%, #a2daf5), color-stop(100%, #bdf3fd));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CDF0F7 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CDF0F7 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CDF0F7 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #CDF0F7 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDF0F7', endColorstr='#bdf3fd', GradientType=0);
	/* IE6-9 */



	-box-shadow:
		inset rgba(0, 0, 0, .5) -3px -3px 8px,
		inset rgba(255, 255, 255, .9) 3px 3px 8px;
	transition: .2s linear;

}

.buttonP:active {
	box-shadow: inset 0px 15px 15px 0px rgba(255, 255, 255, 0.5);
}

.buttonP:hover {
	box-shadow:
		inset rgba(0, 0, 0, 0.5) -3px -3px 8px,
		inset rgba(255, 255, 255, 0.9) 3px 3px 8px,
		rgba(0, 0, 0, 0.5) 0px 0px 12px 0px;
	transition: .2s linear;
}

.navigation .buttonP {
	display: inline-block;
}

#slider-range-min {
	height: 107px;
}

.ui-slider-range {
	background-position: left center;
}

.bgAmount {
	background-position: left center;
}

.buttonP.offView {
	display: none;
}

.buttonP.offActive {
	cursor: default;
	background-color: #aaa;
	box-shadow: none;
	border: 0px;
	background: linear-gradient(to bottom, #D3D6D7 0%, #A7A9AB 10%, #D0D4D8 25%, #9E9FA0 37%, #7D7E80 50%, #5E5E5F 51%, #939494 83%, #BEBEBE 100%);
	border: 2px solid #6E6E6E;
	transition: 1.5s linear;
}

.buttonP.offActive:active {
	background-color: #ccc;
	box-shadow: none;
}

.elementsA,
.elementsB {
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid white;
	background: #ccc;
	color: black;
}

.selectTypeCable td div {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding: 3px 0 3px 5px;
	color: black;
}

.selectTypeCable .td1 {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.selectTypeCable .td4 {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.elementsA,
.elementsB,
.selectTypeCable {
	border-radius: 5px;
	color: #aaa;
	background: #eee;
}

.bold {
	font-weight: bold;
}

.elementsA.sootvetstvyet:hover,
.elementsB.sootvetstvyet:hover,
.selectTypeCable:hover td {
	cursor: pointer;
	color: white;
	background: #999;
}

.elementsA.selected,
.elementsB.selected,
.selectTypeCable.selected td,
.selected.sootvetstvyet:hover {
	color: white;
	background: #76B2E8;
	cursor: auto;
}

.sootvetstvyet {
	color: #333;
	background: #ccc;
}

.fin_buttons {
	padding: 5px;
	margin-top: 10px;
}

.fin_buttons a {
	display: inline-block;
}

#fileframe {
	display: none;
}

.center,
.selectArmCable,
.standart,
.faza,
.armir {
	margin: auto;
}

.tableStep {
	width: 100%;
	border-collapse: collapse;
}

.typeSoed,
.tableStep th {
	font-weight: bold;
	color: #000;
	font-size: 13px;
}

.tableStep td {
	color: #000;
}

#save_pdf,
#compred {
	color: #fff
}

.ui-widget-header {
	background: #74B0E7;
}

.visualSborka {
	color: #000;
}

#toStartStep {
	color: #333;
}

.hoverImg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 200;
	border: 2px solid #CFE6F5;
	padding: 10px;
}


.ui-widget-content {
	background-image: none;
	background-color: rgba(255, 255, 255, 0.5);
}