﻿@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-BoldCondensed.eot');
    src: url('../fonts/Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype');
    src: url("../fonts/Roboto-BoldCondensed.ttf");
}

.rollCalc{
	width: 689px;
	margin: auto;
	font-family: "Arial";
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.rollCalc a{
	text-decoration: none;
}

.rollCalc input{
	outline: none;
}

/*about content*/
.rollCalc .about-overlay{
	position: absolute;
	opacity: 0.61;
	filter: alpha(opacity=61);
	background-color: #313a40;
	display: block;
	width: 100%;
	z-index: 33;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 15px 15px 0 0;
	z-index: 9999;
}

.rollCalc .about{
	position: absolute;
	top: 150px;
	right: 86px;
	width: 502px;
	height: 321px;
	background: url("../img/about-bg.png") no-repeat;
	z-index: 9999;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.69);
	border-radius: 3px;
}

.rollCalc .about-title{
	font-size: 17px;
	font-family: "Roboto";
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 1px;
	color: #313a40;
}

.rollCalc .about-content{
	padding: 10px 33px;
	font-size: 13px;
	color: #3f474d;
	text-shadow: 0 1px 0 #fff;
}

.rollCalc .about-content p{	
	margin: 4px 0;
}

.rollCalc .close-btn{
	width: 42px;
	height: 42px;
	right: 3px;
	top: 3px;
	position: absolute;
	background: url("../img/close-bg.png") no-repeat;
}

.rollCalc .close-arow{
	width: 17px;
	height: 16px;
	right: 6px;
	top: 6px;
	position: absolute;
	background: url("../img/close-btn.png") no-repeat;
	cursor: pointer;
}


/*head content*/

.rollCalc .head{		
	height: 91px;
	background-image: url("../img/head.png");
	/*background-color: #333c42;*/
	position: relative;
}

.rollCalc .plashka-head{
	height: 7px;
	background-image: url("../img/plashka_head.jpg");
	background-color: #ffdb05;
	background-repeat: no-repeat;
	margin: 0 3px;
}

.rollCalc .logo{
	display: block;
	width: 143px;
	height: 41px;
	background-image: url("../img/logo.png");
	position: absolute;
	top: 26px;
	right: 41px;
	text-indent: -9999px;
}	

.rollCalc .head-text{
	padding-top: 25px;
	padding-left: 44px;
}

.rollCalc .title{
	font-family: "Roboto";
	color: #ffc840;
	font-size: 26px;		
}

.rollCalc .description{
	font-family: "Arial";
	color: #c3c3c3;
	font-size: 16px;
	/*text-shadow: 0 0 1px #c3c3c3;*/
}


/*body content*/

.rollCalc .main{
	width: 683px;
	margin: 0 auto;
	border-top: 1px solid #f2f2f2;
}	

.rollCalc .body{
	height: 423px;
	background-image: url("../img/body.gif");
	background-color: #e5e5e5;
	padding: 0 42px;
}

.rollCalc .ctrl-item{	
	clear: both;
	height: 60px;
}

.rollCalc .ctrl-title{
	float: left;
	width: 180px;
	font-family: "Arial";
	color: #51585d;
	font-size: 14px;	
	text-shadow: 0 0 1px rgb(180, 180, 180), 0 1px 0 #fff;
	padding-top: 6px;
}

.rollCalc .ctrl-title span{
	padding-right: 10px;
}

.rollCalc .ctrl-body{		
	width: 419px;
	float: left;
}

.rollCalc .location{
	background: transparent;
	border: 0;	
	color: #545454;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 10px 7px 10px;
	width: 95%;
	font-family: "Arial";
	/*height: 25px;*/
	/*line-height: 21px;*/
}

.error .autocomplete-out .autocomplete-in{
	border: 1px solid #e87360;
}

.rollCalc .autocomplete-out{
	vertical-align: middle;	
	padding: 2px;
	background-image: url("../img/dropbox-bg.gif");
	background-repeat: repeat-x;
	border-radius: 6px;
}

.rollCalc .autocomplete-in{
	/*width: auto;*/
	height: 25px;
	/*padding: 0 45px 0 10px;*/
	border-radius: 4px;
	color: #545454;
	font: 12px/25px Arial, Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-weight: bold;
}

.rollCalc .noise-info{
	width: 400px;
	height: 36px;
	background: url("../img/noise-bg.png") repeat-x #fff;
	margin-top: 45px;
	border-bottom: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
	color: #525252;
	font-weight: bold;
	padding-left: 20px;
	line-height: 38px;
	font-size: 15px;
	position: relative;
}

.rollCalc .noise-arow{
	position: absolute;
	width: 15px;
	height: 8px;
	background: url("../img/noise-arow.png") no-repeat;
	top: -8px;
	margin-left: -7px;
}

.rollCalc .ctrl-item .error{
	color: #ff3e3e;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 0 0;
}


/*google autocomplete*/
.pac-container {
	background-color: #fff;
	border: 1px solid #C6CBD0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 12px/18px Arial, Tahoma, sans-serif;
	font-weight: bold;
}

.pac-item {
	cursor: pointer;	
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 10px 6px;
	color: #231F20;
	border-bottom: 1px solid #ededed;
}

.pac-item b{
	color: #cb630b;
}

.pac-item:hover {
	background: #323b41;
	color: #FFF;
}

.pac-container:after {
	display: none;
}

/*result area*/

.rollCalc .result{		
	height: 190px;
	background-image: url("../img/result_plashka.png");
	/*background-color: #323b41;*/
}

.rollCalc .result-info{
	padding-top: 29px;
}

.rollCalc .result-title{
	font-family: "Roboto";
	color: #ffc840;
	font-size: 20px;
}

.rollCalc .result-left{
	padding-left: 40px;
	width: 175px;
	float: left;
	border-right: 1px solid #434b50;
}

.rollCalc .result-right{
	padding-left: 25px;
	float: left;
}

.rollCalc .result-info ul{
	font-family: "Arial";
	list-style-type: none;
	padding: 0;
	margin: 6px 0 10px 0;
}

.rollCalc .result-info ul li{		
	font-size: 13px;
	color: #abadad;
	padding: 8px 0 8px 37px;
}

.rollCalc .highlight{
	font-weight: bold;
	color: #fff;
}

.rollCalc .result-info ul li.sneg{		
	background-image: url("../img/sneg.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.rollCalc .result-info ul li.sun{		
	background-image: url("../img/sun.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.rollCalc .result-info ul li.roll{		
	background-image: url("../img/roll.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.rollCalc .result-info ul li.window{		
	background-image: url("../img/window.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.rollCalc .total{
	color: #bebebe;
	font-size: 11px;
	font-weight: bold;
	font-family: "Arial";
}

.rollCalc .total-highlight{
	color: #e2af2d;	
	font-size: 20px;
	padding-left: 5px;
}

.rollCalc .result-load{
	text-align: center;
	color: #a5a5a5;
	padding-top: 119px;
	text-shadow: 0 -1px 1px #000;
	font-weight: bold;
	font-size: 15px;
	background-image: url("../img/loading.gif");
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	/*из-за IE задаем жестко позицию фона*/
	background-position: 310px 45px;
}


/*footer contnent*/

.rollCalc .footer{		
	height: 90px;	
	background-color: #e5e5e5;
	position: relative;
	padding-top: 1px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.rollCalc .plashka-footer{		
	height: 8px;
	background-image: url("../img/plashka_footer.jpg");
	background-color: #ffdb05;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.38);
}

.rollCalc .how-to{
	display: block;
	color: #333c42;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 12px;
	bottom: 10px;
	border-bottom: 1px dotted #333c42;
}

.rollCalc .reset-btn{	
	background-image: url("../img/reset_btn.png");
	background-repeat: no-repeat;
	width: 105px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: 0 1px 0 rgb(204, 204, 204);
	color: #333c42;
	line-height: 42px;
	box-shadow: 0 2px 10px rgba(77, 31, 31, 0.76);
	margin: auto;
	border-radius: 6px;
	margin-top: 24px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 15px;
}


/*slider style*/

.slider-container{
	position: relative;
	top: 13px;
}

.rollCalc .label{
	color: #8c8c8c;
	font-style: italic;
	font-size: 11px;
	text-shadow: 0 1px 0 rgb(241, 241, 241);
	top: -20px;
	position: absolute;
}

.rollCalc .label-from{
	position: absolute;
}

.rollCalc .label-to{
	position: absolute;
	right: 0;
}

.rollCalc .scale{
	position: relative;
	top:19px;
}

.rollCalc .scale span{
	position: absolute;
	height: 6px;
	border-left: 1px solid #b48920;
	font-size: 0;
}

.rollCalc .slider{
	border-radius: 3px;
	width: 420px;
	position: absolute;
	height: 8px;
	background-color: #a3a3a3;
	background: url('../img/bg-track.gif') repeat top left;
	cursor: pointer;
	border-bottom: 1px solid #f3f3f3;
}

.rollCalc .value{
	font-weight: bold;
	font-size: 15px;
	top: -27px;
	position: absolute;	
	text-shadow: 0 1px 0 #fff;
	color: #333c42;
	margin-left: -13px;
	position: absolute;
}

.tooltip {
	position: absolute;
	display: block;
	top: -25px;
	width: 35px;
	height: 20px;
	color: #fff;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	border-radius: 3px;
	border: 1px solid #333;
    -webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(69,72,77,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.volume {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	right: -5px;
	background: url('../images/volume.png') no-repeat 0 -50px;
	position: absolute;
	margin-top: -5px;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 24px;
	cursor: pointer;
	background: url('../img/arow.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -7px;
	margin-left: -6px;
}
.ui-slider-range {
	background: #48a44d;
	background: url('../img/bg-range.gif') repeat top left;
	position: absolute;
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 3px;
}


/*select style*/

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	padding: 2px;
	background-image: url("../img/dropbox-bg.gif");
	background-repeat: repeat-x;
	border-radius: 6px;
}

.error .jq-selectbox .select{
	border: 1px solid #e87360;
}

.steclopaket .jq-selectbox .select{
	width: 357px;
}

.rezhim .jq-selectbox .select{
	width: 189px;
}

.jq-selectbox .select {
	width: auto;
	height: 25px;
	padding: 0 45px 0 10px;	
	border-radius: 4px;	
	color: #545454;	
	font: 12px/25px Arial, Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-weight: bold;
}
.jq-selectbox .select:hover {
	/*background-color: #E6E6E6;
	background-position: 0 -10px;*/
}
.jq-selectbox .select:active {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox .select .text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox .trigger {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	background-image: url("../img/arow-drop.png");
	background-repeat: no-repeat;
}
.jq-selectbox .trigger .arrow {
	/*position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);*/
}
.jq-selectbox:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox .dropdown {
	top: 33px;
	/*width: 240px;*/
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #C6CBD0;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 12px/18px Arial, Tahoma, sans-serif;
	margin-top: -2px;
	font-weight: bold;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
	border-bottom: 1px solid #ededed;
}
.jq-selectbox li.selected {
	background: #323b41;
	color: #FFF;
}
.jq-selectbox li:hover {
	background: #323b41;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
