.bread-crumbs{
	background-color:#ffffff;
	padding: 10px 20px;
}

.bread-crumbs-content{
	text-align:center;
	}

.arrow {
	cursor:pointer;
	display:inline-block;
	/* float:left; */
	/* background:green; */
	width:130px;
	height:40px;
	/* line-height: 40px; */
	    margin-left: -1px;
    margin-right: 0px;
    padding-top: 3px;
    vertical-align: top;
    padding-left: 5px;
	text-align:center;
	border-top:4px green solid;
	border-bottom:4px green solid;
	background-color:white;
	color:green;
	/* //color:white; */
	}
.arrow-order {
	display:inline-block;
	height:40px;
	margin-left: -1px;
    margin-right: 0px;
    padding-top: 3px;
    vertical-align: top;
    padding-left: 5px;
	text-align:center;
	font-size: 1.25rem;
}
.red-arrow-order{
	border-top:4px red solid;
	border-bottom:4px red solid;
	background-color:red;
	color:yellow;
}
.yellow-arrow-order{
	border-top:4px yellow solid;
	border-bottom:4px yellow solid;
	background-color:yellow;
	color:green;
}
.green-arrow-order{
	border-top:4px green solid;
	border-bottom:4px green solid;
	background-color:green;
	color:yellow;
}


.arrow.activeArrow, .arrow-order.activeArrow	{
	border-top:4px green solid;
	border-bottom:4px green solid;
	background-color:green;
	color:white;
}

.arrow-order.nowArrow	{
	border-top:4px green solid;
	border-bottom:4px green solid;
	background-color:#ffffbe;
	color:#008000;
}


	
.arrow0, .arrow1, .arrow2 , .arrow3, .arrow-order0, .arrow-order1,.arrow-order2,.arrow-order3{
	display:inline;
} 

	
.end-arrow{
	fill: white;
	stroke-width: 4;
	stroke:green;
	margin-left:-10px;
	display:inline-block;
	/* float:left; */
}	

.end-arrow-order{
	
	stroke-width: 4;
	
	margin-left:-10px;
	display:inline-block;
	/* float:left; */
}
.red-arrow{
fill: red;
stroke:red;
}
.yellow-arrow{
fill: yellow;
stroke:yellow;
}

.green-arrow{
fill: green;
stroke:green;
}
.start-arrow-order{
	stroke-width: 4;
	display:inline-block;
	/* float:left; */
}
.start-arrow{
	fill:white;
	stroke-width: 4;
	stroke:green;
	display:inline-block;
	/* float:left; */
	
}	

.activeSvg{
	fill: green;
	stroke-width: 4;
	stroke:green;
}
	
.nowSvg{
	fill: #ffffbe;
	stroke-width: 4;
	stroke:green;
}	

	
#arrowYellow {
	float:left;
	background:yellow;
	width:20%;
	height:50px;
	line-height: 50px;
    padding-left: 5px;
	text-align:center;
	color:black;
}
#arrowGreen {
	float:left;
	background:green;
	width:20%;
	height:50px;
	line-height: 50px;
    padding-left: 5px;
	text-align:center;
	color:black;
}
#arrowRed {
	float:left;
	background:red;
	width:15%;
	height:50px;
	line-height: 50px;
    padding-left: 5px;
	text-align:center;
	color:White;
}

#arrowGray {
	float:left;
	background:gray;
	width:18%;
	height:50px;
	line-height: 50px;
    padding-left: 5px;
	text-align:center;
	color:yellow;
}


#app {
	/* background-color:#ffffff00; */
    	
	
}



.step{
	background-color:#ffffff;
	padding: 10px;
	margin-top:15px;
}

.serviceToOrder{
	/* float:left; */
	
}

.service{
	float:left;
	padding:15px;
	color:green;
	text-align: center;
	width:210px;
	margin-right:10px;
	/* min-height:230px; */
}

.service:hover{
	
	color:red;
	cursor:pointer;
}

/* .serviceImg {
	width:250px;
}
.serviceText {
	width:250px;
}
 */ 

/* .type-house{
	float:left;
	padding:15px;
	color:green;
	text-align: center;
	width:150px;
} */
.type-house {
	vertical-align: middle;
	cursor: pointer;
    display: inline-block;
    color: green;
    border: 2px solid green;
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    /* line-height: 150px; */
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}

/* .type-house:hover{
	color:red;
	background-color:#bae8b7;
} */
.type-house:hover{
	color:white;
	background-color:green;
}

.type-house-icon {
	font-size:8rem;
	width: 150px;
    height: 100px;
    line-height: 100px;
	
}
.type-house-title{
	font-size: 1.5rem;
    line-height: 20px;
}


.numberrooms {
	list-style-type: none;
}
.numberrooms li {
	display: inline;
    padding: 4px 20px 4px 20px;
    background-color: #EEEEEE;
    color: black;
    Margin: 0 3px 0 3px;
}

.typeHouseParamInput{
	width: 60px;
    height: 24px;
    padding-left: 15px;
    text-align: center;
    border: 0px;
    background-color: #EEEEEE;
    color: #000;
	margin: 0 3px 0 3px;
}

.gazCountersLiInput, .electricityCountersLiInput, .plan2DLiInput{
	width: 75px;
    height: 29px;
    padding-left: 15px;
    text-align: center;
    border: 0px;
    background-color: #EEEEEE;
    color: #000;
    margin: 0 3px 0 3px;
}
.typeHouseParamInput:hover , .gazCountersLiInput:hover, .electricityCountersLiInput:hover, .plan2DLiInput:hover{
	background-color:#bae8b7;
  }

.typeHouseParamInput:focus , .gazCountersLiInput:focus, .electricityCountersLiInput:focus, .plan2DLiInput:focus{
	background-color:#bae8b7;
  }  
  
.numberrooms li:hover {
	background-color:#bae8b7;
}


.commonHeating, .electricityCounters, .gazCounters, .plan2D{
	list-style-type: none;
	margin:0;
}
.commonHeating li:hover, .electricityCounters li:hover, .gazCounters li:hover, .plan2D li:hover {
	background-color:#bae8b7;
}


.commonHeating li, .electricityCounters li, .gazCounters li, .plan2D li {
	cursor:pointer;
	/* display: inline; */
	float:left;
	min-width:75px;
	text-align:center;
    padding: 2px 10px 2px 10px;
    background-color: #EEEEEE;
    color: black;
    Margin: 0 3px 0 3px;
}

.electricityCounters li:first-child, .gazCounters li:first-child, .plan2D li:first-child {
	background-color:#bae8b7;
}


.selectCommonHearting{
	cursor:pointer;
	margin:10px 0 0 0 ;
	padding: 2px 10px 2px 10px;
    background-color: #EEEEEE;
    color: black;
   	width:200px;
	}
.selectCommonHearting:hover{
	background-color:#bae8b7;
	margin:10px 0 0 0 ;
	}
.EPCnumber input{
    padding: 4px;
    border-radius: 5px;	
}
	
.commonHeating li:hover {
	background-color:#bae8b7;
}
.commonHeating li:last-child {
	background-color:#bae8b7;
}

.price {
	background-color:green;
	color:yellow;
	margin: -10px;
    padding: 10px;
}

.serviceName {
	width:80%;
	float:left;
}

.servicePrice{
	width:20%;
	float:left;
}

.priceSum {
	background-color:blue;
	color:yellow;
	margin: -10px;
    padding: 10px;
}

.serviceNameSum {
	width:80%;
	float:left;
}

.servicePriceSum {
	width:20%;
	float:left;
}


.priceTax {
	background-color:#f0f0f0;
	color:blue;
	margin: -10px;
    padding: 10px;
}

.serviceNameTax {
	width:80%;
	float:left;
}

.servicePriceTax{
	width:20%;
	float:left;
}

.buttonDiv{
	text-align:center;
	
}
.buttonNext{
	display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonNext:hover{
	background-color: #0b7cac;
    color: #fff;
}

h4 {
	margin:5px 0;
}

/*стили для всплывающих подсказок*/

.tooltipOrderData
{
    position: relative;
    /* background: #eaeaea; */
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    background: #d3ffd3;
    padding: 0 5px;
    border-radius: 4px;
    margin-left: 5px;
    outline: none;
}
.tooltip
{
    position: relative;
    /* background: #eaeaea; */
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: green;
    margin-left: 5px;
    outline: none;
}



.tooltip span
{
	visibility: hidden;
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 999;
    /* width: 230px; */
    /* margin-left: -127px; */
    padding: 5px;
    border: 2px solid green;
    opacity: .9;
    background-color: #fff;
    width: 300px;
    font-size: 1rem;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltipOrderData>div{
	color:#008000;
	visibility: hidden;
    position: absolute;
    bottom: 25px;
    left:-250px;
    z-index: 999;
    /* width: 230px; */
    /* margin-left: -127px; */
    padding: 5px;
    border: 2px solid green;
    opacity: .95;
    background-color: #fff;
    width: 600px;
    font-size: 1rem;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover, .tooltipOrderData:hover
{
    border: 0; /* IE6 fix */
}

.tooltip:hover span, .tooltipOrderData:hover div
{
    visibility: visible;
}

/* .tooltip span:before,
.tooltip span:after
{
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
} */

/* .tooltip span:before
{
    border-top-color: #ccc;
    bottom: -8px;
} */



 /* .QuestionHelper {
    position: relative;
    overflow: visible;
    display: inline-block;
    cursor: pointer;
    margin-left: 7px;
	color: green;
}

#tooltip {
  width:500px;
  font-size:0.9rem;
  z-index: 19999;
  position: absolute;
  display: none;
  top:0px;
  left:0px;
  border-radius:5px;
  border:2px solid green;
  background-color: #eeeeee;
  padding: 5px 10px 5px 10px;
  color: black;
  opacity:1;
} */

/*стили для формы вход  регистрации*/
.login-form, .form-find-cost, .form-find-cost-ok, .form-edit-validation{
	display: none;
}

.login-form.open, .form-find-cost.open,.form-find-cost-ok.open {
    z-index: 99999;
    display: block;
    background-color: rgba(0, 123, 0, 0.8);
    width: inherit;
    height: inherit;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.login-form.open .personalArea-user-forms, .wppb-alert, .form-find-cost.open .personalArea-user-forms, .form-find-cost-ok.open .personalArea-user-forms{
    display: block;
    position:relative;
    width: 400px;
    height: 380px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -155px;
    background: white;
    padding: 0px 20px;
    border-radius: 3px;
}


.login-form.open form .login-left, .login-form.open form .login-form-newclient, .login-form.open form    .login-right, .form-find-cost.open form .login-left, .form-find-cost-ok.open .login-left-cost-ok{
    width: 360px;
    height: 320px;
    margin-top: 30px;
    display: inline-table;
    position: relative;
    border: 1px solid #979797;
    padding: 20px;
    border-radius: 3px;
    background: rgba(205, 255, 179, 0.5);
}


.login-form.open form .login-left {
    margin-right: 15px;
}

.login-form.open form .login-left span{
	margin-bottom:20px;
}


.loginBtn{
    cursor: pointer;
    background: #0bac17;
    text-align: center;
    border-radius: 5px;
    color: white!important;
    position: absolute;
    bottom: 0px;
    left: 5%;
    margin-bottom: 5%;
    width: 80%;
}




.btn {
	cursor: pointer;
    background: #0bac17;
    text-align: center;
    border-radius: 5px;
    color: white!important;
    /* position: absolute; */
    /* bottom: 0px; */
    padding: 5px 15px;
    /* left: 5%; */
    box-shadow: 3px 3px rgba(16, 184, 13, 0.3);
	width:200px;
}

.btn:hover {
	box-shadow: 1px 1px rgba(16, 184, 13, 0.3);
	}

.btn:active{
	box-shadow: 0px 0px rgba(16, 184, 13, 0.3);
	}



.copy-group{
	text-align: left;
    margin-left: 100px;
    margin-bottom: 25px;
}
.login-form form>div>span input , .login-form  form>div>div>span input, .form-find-cost form>div>span input{
    background: rgb(250,255,189) !important;
    margin-top: 15px;
}

.login-form form>div>div>span,  .form-find-cost form>div>div>span{
    /* border: 1px solid #DEDEDE; */
    color: #888888 !important;
    color: #464646 !important;
    display: inline-block;
    margin-right: 25px;
    width: 325px;
    /* height: 30px; */
    line-height: 30px;
    position: relative;
}

/*конец стилей для формы входа*/
/*стили для иконок типов клиентов*/
.clientType{
	cursor:pointer;
	display: inline-block;
    color:green;
    border: 2px solid green;
    background-color: #ffffff;
    width: 150px;
    height: 150px;
   /*  line-height: 150px; */
    margin: 10px;
    border-radius: 10px;
    text-align: center;
	
}

.clientType:first-child{
	color:white;
	background-color:green;
}

.clientType:hover{
	color:white;
	background-color:green;
}

.clientIcon {
	font-size:8rem;
	width: 150px;
    height: 100px;
    line-height: 100px;
	
}
.clientTitle{
	font-size: 2rem;
}

/*стили формы регистрации*/
.yourInformation{
	text-align: center;
    /* width: 1000px; */
	margin:10px;
}

.login-details{
	color: #888888 !important;
    color: #464646 !important;
    display: inline-block;
    margin-right: 25px;
    width: 325px;
    line-height: 30px;
    position: relative;
	text-align:left;
}
.login-details.input-address{
	margin-top:30px;
	 width: 675px;
}
form input {
    display: inline;
    display: block;
    color: #575757 !important;
    background: none!important;
    border: 1px solid #aeaeae;
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    box-shadow: none;
}

.error-login-details{
	color: red;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
}
.newUserFormAgencyNotaryan{
	display:none;
}

.billing{
	background-color:rgb(186,232,183);
	padding:10px;
	color:green;
	position: relative;
}
.billingDiffAddress{
	background-color: rgb(232, 253, 231);
    margin-top: 20px;
    color: green;
    padding: 10px;
	position: relative;
}

.selectIcon {
    /* background: red; */
    position: absolute;
    top: -2px;
    right: 10px;
    /* margin-top: -25px; */
    /* height: 50px; */
    /* width: 50px; */
    color: green;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
}
.differentData {
	display:none;
}


.window {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 4px solid #a7ed20de;
    /* background: #000; */
    top: 9px;
    left: 20px;
}

.orderParamWrap.even	{
	background:#bae8b7;
}
.orderParamWrap	{
	background:#e8fde7;
}	

.orderParamWrap, .orderParamWrap.even{
	width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
	color:green;
	
}

.orderParamWrap  a, .orderParamWrap.even a, .sendingDocuments a{
	cursor:pointer;
	
} 


.orderParam, .otdelParam.even{
	text-align:left;
	position:relative;
	font-size:1.6rem;
}

.orderParam p, .otdelParam.even p{
/* 	margin-left:15px; */
	margin:0 0 0 15px;
}
.orderParam ul{
	margin-left:45px;
}

.orderParam ul>li{
	margin-left:0px;
}

.orderParam h5{
	margin:0 0 0 5px;
}

.orderService{
	margin: 0 0 0 20px;
}

.editIcon{
	cursor:pointer;
	position: absolute;
    top: 130px;
    right: 30px;
    color: green;
    font-size: 3.5rem;
    line-height: 50px;
    text-align: center;
} 

.editIcon:hover{
	border-radius:5px;
	padding:0 5px;
	color: #e8fde7;
	background:green;
} 

.editIcon.even:hover{
	border-radius:5px;
	padding:0 5px;
	color: #bae8b7;
	background:green;
} 

.editIcon.even{
	cursor:pointer;
	position: absolute;
    top: 0px;
    right: 30px;
    color: green;
    font-size: 3.5rem;
    line-height: 50px;
    text-align: center;
} 

.sendingDocuments{
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	background:#abcdef;
	text-align:left;
	font-size:1.6rem;
}

.sendingDocuments p, .sendingDocuments h3, .sendingDocuments h5{
	margin:0 0 0 5px;
	padding-left:15px;
	color:#0f0f97;
}

.serviceText{
	margin:0px -15px;
}

textarea{
	width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: 110px;
    border: 2px solid #e3e3e3;
	margin:10px 2.5%;
    
}
#content-wrap{
	padding-top:20px;
}
.personalArea-submit-inline{
	background: #0e960e;
    padding: 5px;
    bottom: 10px;
    border-radius: 5px;
    border-top: 4px solid #b3f9b3;
    border-left: 4px solid #b3f9b3;
    border-right: 4px solid #145d07;
    border-bottom: 4px solid #145d07;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
	cursor:pointer;
	 font-weight:bold;
	
}
.personalArea-submit-inline:hover{
	background: #0e960eaa;
    padding: 5px;
    border-radius: 5px;
    border-top: 4px solid #b3f9b3aa;
    border-left: 4px solid #b3f9b3aa;
    border-right: 4px solid #145d07aa;
    border-bottom: 4px solid #145d07aa;
    color: #ffffff;
    font-weight:bold;
    text-align: center;
    margin-top: 30px;
	
}

.personalArea-submit-inline:active{
	background: #0e960e;
    padding: 5px;
    border-radius: 5px;
    border-right: 4px solid #b3f9b3;
    border-bottom: 4px solid #b3f9b3;
    border-left: 4px solid #145d07;
    border-top: 4px solid #145d07;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
	
}



.personalArea-user-forms{
	position:reliative;
}

.close-form-button, .close-form-find-cost-button, .close-edit-validation-form-button{
	position: absolute;
    top: 1px;
    right: 1px;
    font-size: 1.2rem;
    border: 2px solid #008000;
    border-radius: 5px;
    padding: 1px 8px 1px 8px;
    color: #008000;
	cursor:pointer;
}

.close-form-button:hover, .close-form-find-cost-button:hover, .close-edit-validation-form-button:hover{
	color: #ffffff;
	background:#008000;
	font-weight:900;
}

.cost-ok-p{
	margin: 10% 0px 10% 0px;
    font-size: 2.2rem;
    color: #008000;
}

.login-remember{
	margin:0px;
	
}

.clientType.oldUser, .clientType.oldUser:hover,.clientType.oldUser:first-child{
	background:rgba(205, 255, 179, 0.0);
	color:green;
}

