@CHARSET "UTF-8";

.back-r2 {
    background: url(/css/images/back-red2.png) 0 0 repeat-x #711520;
}

body .text-wr {
	color: #d2727e;
}

body .text-b {
	font-weight: bold;
}

.l-cont {
	position: relative;
}

.l-back {
	position: absolute;
	left: 0px;
	top: -30px;
	width: 120px;
	height: 100px;
	z-index: 0;
}

.over1 {
	position: relative;
	z-index: 1;
}

.col-gutter-right {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
	right: 10px;
	background: url(/css/images/back-gt.png) 0 50% no-repeat transparent; 
}

.form-v3 {
}

.form-v3 .form-group {
	
}

.form-v3 .control-label {
    font-size: 15px;
    margin-bottom: 8px;
}

.form-v3 .form-control {
    height: 50px;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #fdfcfa;
    border: 1px solid #cbc8c7;
}

.form-v3 textarea.form-control, .form-v3 select[multiple].form-control {
    height: auto;
}

.form-v3 .form-control-static {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 1.3333333;
}
.form-v3 .input-sm {
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 16px;
}

.pv3 {
    border-radius: 6px;
	background-color: #fdfcfa;
    border: 1px solid #cbc8c7;
    box-shadow: #eeeeee7a 2px 2px 1px 1px;
    padding: 35px 35px 35px 40px;
}
.pv3.active {
	border-color: #711520;
}

.checkbox-v2 {
}
.checkbox-v2 label {
  padding-left: 0;
}
.checkbox-v2 input[type="checkbox"],
.checkbox-v2 input[type="radio"] {
	display: none;
}
.checkbox-v2 input[type="checkbox"] + span,
.checkbox-v2 input[type="radio"] + span {
	padding-left: 0px;
	position: relative;
}
.checkbox-v2 input[type="checkbox"] + span:before,
.checkbox-v2 input[type="radio"] + span:before {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 9px;
	text-align: center;
	content: " ";
	position: relative;
	left: 0;
	top: 0;
//	width: (2 * @padding-base-vertical);
//	height: (2 * @padding-base-vertical);
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	margin-right: 12px;
	border-radius: 2px;
	border: 1px solid #cbc8c7;
	color: red;
}
.checkbox-v2 input[type="checkbox"]:checked + span:before,
.checkbox-v2 input[type="radio"]:checked + span:before {
	-content: "\e013";
	background-image: linear-gradient(to bottom, #711520, #711520);
	background-position: 1px 1px;
	background-size: 12px 12px;
    background-repeat: no-repeat;
}

.checkbox-v2 input[type="checkbox"] + span > span,
.checkbox-v2 input[type="radio"] + span > span {
	vertical-align: middle;
}

.font-20 {
	font-size: 20px;
}

.icon-bolt {
	background-image: url(/css/images/icons/icon-bolt.png);
}
.icon-garant {
	background-image: url(/css/images/icons/icon-garant.png);
}
.icon-aim {
	background-image: url(/css/images/icons/icon-aim.png);
}
.icon-eye {
	background-image: url(/css/images/icons/icon-eye.png);
}
.icon-queue {
	background-image: url(/css/images/icons/icon-queue.png);
}
.icon-nogarant {
	background-image: url(/css/images/icons/icon-nogarant.png);
}

.progress.pg-slider-container-v3 {
	height: 30px;
	border: 1px solid #cbc8c7;
	background-color: #fdfcfa;
	box-shadow: none;
}
.pg-slider.pg-slider-v3 {
    top: 50%;
    width: auto;
    height: auto;
    margin-left: -40px;
    margin-top: -18px;
	transition: all 0.3s;
	padding-left: 4px;
	padding-right: 4px;
}
.progress .progress-bar-v3 {
	background: #ccc8c7;
	background: -moz-linear-gradient(top, #ccc8c7 0%, #e5e4e2 100%);
	background: -webkit-linear-gradient(top, #ccc8c7 0%,#e5e4e2 100%);
	background: linear-gradient(to bottom, #ccc8c7 0%,#e5e4e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc8c7', endColorstr='#e5e4e2',GradientType=0 );
	box-shadow: none;
	-webkit-box-shadow: none;
}
.pg-slider-reward {
	display: inline-block;
	width: 40px;
}