﻿
 html{
	max-width: 2000px;
	margin: 0px auto;		
	font-family:'Open Sans Condensed Light','Trebuchet MS', sans-serif;
}

body{
	/* display: flex; */
	/* display: inline-block; */
	flex-direction: column;
	color: #000;
 	height: 100%;
}

span.slide-top{
    position: fixed;
    z-index: 999;
    font-size: 48px;
    color: rgba(26, 131, 30, 0.3);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 7px 5px 5px 6px;
    width: 61px;
    height: 60px;
    overflow: hidden;
    left: 5%;
    cursor: pointer;
    top: 80%;
    transition: 0.3s;
}

	span.slide-top:hover{
		color: rgb(26, 131, 30);
		background: rgb(255, 255, 255);
	}

.container{
	width: 100%;
	flex: 1;
	padding-right: 0;
	padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.nav > li > a {  
  padding: 10px 0px;
}

.form-control:focus, div.focus {
	border-color: #5cb85c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(92, 184, 92, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(92, 184, 92, .6);
}

select{
	appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}

.col-xs-1.deployed, .col-xs-2.deployed, .col-xs-3.deployed, .col-xs-4.deployed, .col-xs-5.deployed, .col-xs-6.deployed, .col-xs-8.deployed, .col-xs-9.deployed, .col-xs-10.deployed, .col-xs-12.deployed{
	margin: 10px 0px;
}

.col-xs-1.deployed{
	min-width:80px !important;	
}

.col-xs-2.deployed{
	min-width:160px !important;
}

.col-xs-3.deployed{
	width:210px;
}

.col-xs-4.deployed{
	min-width:300px !important;
	max-width: 495px !important;
}

.col-xs-6.deployed{
	max-width: 450px !important;
	}

.col-xs-8.deployed{
	width: 605px;
}
.col-xs-12.deployed{
	width: 100%;
}
.nav{
	text-align: center;
}

.nav-tabs > li{
	min-width:11%;
}

	.nav-tabs > li.active > a, .dropdown-menu li.active a, .nav-tabs > li.active > a:hover{
		background-color: #5cb85c !important;
		color: #fff !important;
	}

	.nav-tabs > li > a{
		background-color: #337ab7;
		color: #fff;
	}

		.nav-tabs > li > a:hover, .dropdown-menu li a:hover{
			background-color: rgba(51, 122, 183, 0.3);
			color: #fff;
		} 

.secondary_menu .nav-pills{
	display: inline-block;
	margin-bottom: 2px;
	width: 95px;
	height: 40px;
	margin-right: -3px;
}

	.secondary_menu .nav-pills > li{
		display:none;	
		margin: 0px;
		z-index: 1;
		border: 1px solid rgb(204, 204, 204);
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		width: 100%;
		text-align: center;
	}
		.secondary_menu .nav-pills > li + li {
			margin-left: auto;
		}
		.secondary_menu .nav-pills > li.active{
			display:block;	
		}

.btn-yellow{
	background-color: #FD0;
}

#quarter{
	max-width:130px;
}

button.wide{
	width: 100%;
}

.center{
	text-align: center;
}

.right{
	float: right;
}

.left{
	float: left;
}

.products-list >div{
	margin-bottom: 3px;
}

.products-list #span-square{
	margin-left:5px;
}

.products-list > div:last-child{
	margin-bottom: 0px;
}

div.interval span, div.product{
	width: 100%;
	background-color: #eafbec;
}

#main_search span.input-group-addon{
	background-color: #67DB76;
	color: #fff;
}

.btn-group .btn-default {
	color: #000;  
	background-color: #EAEAEA;
	border-color: #000;
}
 
.btn-group .btn-default.active {  
    color: #000;
    background-color: #FD0;
}

.input-group-addon {
    border: 1px solid #000;
	color: #000;
}

.child-margin>div{
	margin-bottom:20px;
}

	.child-margin>div:last-child{
		margin-bottom:auto;
	}

label.signature{
	/* font-family: inherit; */
	font-weight: normal;
	font-size: 12px;
	margin: auto;
	color: #000;
	position: absolute;
	top: -16px;
}

.form-control{
	height: 26px;
	padding: 1px 2px;
	border: 1px solid #000;
	color: #000;
}

.header{
	margin: 0;
	height: 45px;
	background-color: rgb(216, 249, 217);
	margin-bottom: 10px;
	padding: 8px 20px 0px 20px;
	border: 1px solid #5CB85C;
	border-radius: 4px;
	box-shadow: inset 1px 1px 20px 4px rgb(145, 219, 148);
	-webkit-box-shadow: inset 1px 1px 20px 4px rgb(145, 219, 148);
}

	.header a, .header>div{
		vertical-align: sub;
	}
	
	.header a:hover, .header>div:hover{
		box-shadow: inset 0px 0px 30px 0px rgb(120, 190, 123);
		-webkit-box-shadow: inset 0px 0px 30px 0px rgb(120, 190, 123);
		text-decoration: underline;
	}
	
	.header>a, .header>span, .header>button{
		margin-top: 3px;
	}
	
	.header>.btn{
		margin-top: -3px;		
	}
	
		.header>.btn.left{		
			margin-left: 10px;
		}
	
		.header>a.right{			
			margin-right: 10px;
		}


.enter_form{
	max-width: 170px;
	min-width: 170px;
	position: absolute;
	z-index: 99;
	background-color: rgb(256, 256, 256);
	padding: 8px 10px 0px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	float: left;
}

form#enter input{
	margin-bottom: 5%;
}

form#enter span{
	margin-bottom: 15%;
}

.footer{
	 /*position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    padding: 10px; /* Поля вокруг текста */
    
    width: 100%; /* Ширина слоя */
	text-align: center;
	margin: 5px 0 5px 0;
}
.black-product{

	background-color: #FBBBBB;
}

.search, .products-list, .product, .black-product, .pagination_row{	
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;	
/* 	margin-right:0px;
	margin-left:0px; */
	/* margin-top: -5px; */
}

.search hr{
	margin-top: 10px;
	margin-bottom: 40px;
}

.pagination_row{
	padding: 0px;	
	height: 50px;
}

	.pagination_row .input-group{
		margin: 10px 0px;
	}
		
		.pagination_row .input-group select{
			width: 120px;
		}

	.pagination_row .pagination{
		margin: 10px 0;
	}

		.pagination_row .pagination a{
			padding: 4px 10px;
			background-color: rgb(221, 243, 222);
			border: 1px solid #000;
		}
	
			.pagination_row .pagination a:hover{		
				background-color: #337AB7;
				color:#fff;
				border-color: #337AB7;
			}
	
		.pagination_row .pagination .active a{
			background-color: #337ab7;
		}
	
	.pagination_row [data-id=view_type].active{
		background-color: #FD0 !important;
	}
		

/* .products-list{
	margin-top: 10px;
	margin-bottom: 10px;
} */

.product:nth-child(2n) {
    background-color: #eff5f8;
} 

.search, .pagination_row{
	background-color: #91dc95;
}

.search .row, .info .row{
	margin-bottom:1%;
}

.search .row div{
	min-width: 80px;	
}

.geo{
	display: inline-block;
}

.btn-group.medium button, .btn-group.medium label{
	padding: 2px 6px;
}
	
.btn-group.count .badge{
	 background-color: #999;
}

	.btn-group.count label.active .badge{
		 background-color: #555;
	}

#control_panel{	
	margin-top: -35px;
}

	#control_panel>div{
		margin-top: 4px;
	}

.multi-active .btn-default.active, .multi-active .btn-default.active:focus, .multi-active .btn-default:focus{	
	outline-color: #fff;	
}

.multi-active .btn-default:focus{
	background-color: #fff;	
}

.multi-active .btn-default.active:focus{
	background-color: #e6e6e6;	
}

div.interval{
	display: inline-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-inline-flex;
}

div.interval input{
	max-width: 40px;
}

	div.interval.xl input, div.interval.xl select{
		/* min-width: 95px; */
		max-width: 100px;
	}

		div.interval.xl.phone [type=text], div.interval.xl.ip [type=text]{
			min-width: 125px;
			max-width: 130px;
		}
		
		div.interval.xl.phone span{
			min-width: 85px;
			max-width: 90px;
		}
	
		div.interval.xl.phone span.success{
			color: #fff;
			background-color: #5cb85c;
			border-color: #4cae4c;
		}
		
		div.interval.xl.phone span.danger{
			color: #fff;
			background-color: #d9534f;
			border-color: #d43f3a;
		}
		
		div.interval.xl.phone span.disabled{
			pointer-events: none;
			cursor: not-allowed;
			filter: alpha(opacity=65);
			-webkit-box-shadow: none;
			box-shadow: none;
			opacity: .65;
		}
		
		div.interval.xl.fio input{
			min-width: 120px;
			max-width: 125px;
		}
	
	div.interval.xxl input{
		min-width: 130px;
		max-width: 140px;
	}
	
	div.interval.xm input{
		min-width: 50px;
		max-width: 50px;
	}
	
	div.interval.two input{
		min-width: 50%;
		max-width: 50%;
	}

div#modalForPhoto{
	width: 100%;	
	background-color: #fff;
	margin-top: auto !important;
}

div.interval span{	
	padding: 5px 6px;
	max-height: 26px;
	overflow: hidden;
	/* max-height: inherit;	 */	
}

div.interval span.xs{
	width: 20px;
}

div.interval span.xm{
	width: 45px;
}

div.checkbox{
	margin-top: 3px;
}

.product-description span, #var_view span{
	display: block;
}

.product-description .description{
/* 	height: 60px;
	width: 33em; */
	word-break: break-word;
	overflow: hidden;
	font-size: 1em;
	transition: 0.5s;
	height: 55px;
}

	.product-description button{
		padding: 0px;
		width: 10%;
	}
	
	.product-description span{
		margin-right:4px;
	}
	
	.product-description .resident{
		display:inline-block;		
	}
	
.product-menu{
	display:none;
	background-color: #fff;
	width: 150px;
	position: absolute;
	z-index: 10;
	padding: 8px 10px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
	
	.product-menu div{
		cursor:pointer;		
	}
	
		.product-menu div:hover{
			  background-color: #d1ffd1;
		}

span#price{
	font-size: x-large;
}

span#address{
	font-size: 20px;
	/* font-family: fantasy; */
}

span#product-view, span#span-square, span#span-floor, span.date{
	color: #1A831E;
	font-family: 'Open Sans Condensed Light','Trebuchet MS', sans-serif;
	letter-spacing: -0.001em;
	font-size: 17px;
	line-height: 1.3em;
}

#var_view span#product-view{
	font-size: x-large;
}

#var_view .info{
	margin-top: 10px;
}

#var_view .info >span{
	margin-bottom: 10px;
}

.an input, .an select{
	background-color: #fff !important;
}

.an div{
	margin: 0px 10px 10px 0px;
}

	.an div>div, #address>div {
		margin: 5px 0px 5px 0px !important;
	}
	
div.disabled{
	opacity: .65;
}

.kindOfAction{
	width: 32%;
	padding: 6px 0px;
}

.actionList{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.info{
	background-color: rgba(161, 161, 161, 0.1);
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.personal-account >.col-xs-12{
	margin-bottom:2%;
}

div.image{
	max-height:150px;
	min-height:150px;
	max-width:150px;
	min-width:150px;
}

div#drop-files{
	/* height:300px; */
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 20px inset;
	border: 4px dashed rgba(60, 118, 61, 0.1);
	min-height: 150px;
	width: 100%;	
	display: inline-block;
}

div#drop-files .image span{
	margin-right: -35px;
	color: #d9534f;
}

div#drop-files .image{
	margin-right: 35px;	
	margin-bottom: 10px;
}

/* div#drop-files img{
	opacity: 0.4;
	margin-top: 10px;
} */

div#drop-files p{
	color: rgba(60, 118, 61, 0.5);
	font-family: fantasy;
	margin-top: 20px;
}

div#photo_back{
	float: right;
	margin: -18px 0px 0px 0px;
	color: black;
	background: white;
	opacity: 0.8;
	padding: 0px 10px;
}

.photos_list{
	margin-top: 5px;
}

.photos_list img{
	width: 85px;
	cursor: pointer;
	height: 65px;
}

.photos_list img.active{
	border : 2px solid #5cb85c;
}

img.border{
	border: 3px solid #5cb85c;
	cursor: pointer;
}

div#user_id >button{
	padding: 0px 5px;
	margin-top: 12px;
}
 div.origin_list{
	 text-align: left;
 }

	div.street_list, div.district_list, div.origin_list, div.planning_list,  div.district_list_to_add, div.residents_list, div.an_list, div.live_point_list,
	div.garage_list, div.wc_list, div.wash_machine_list, div.heating_list, div.water_list, div.wash_list, div.house_type_list
	{
		min-width:80px;
		z-index: 99;
		position: absolute;
		padding: 3px 7px;
		border: 1px solid #ccc;
		border-radius: 4px;
		background-color: #fff;
		display: none;
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	div.district_list_to_add span, div.residents_list span, div.origin_list label, div.district_list label, div.planning_list label{
		display: block;	
	}
	
	div.residents_list span, div.district_list span, div.origin_list span, div.planning_list span{
		border-radius: 4px;
		padding: 2px 5px;
	}

	div.district_list_to_add span:hover{
		cursor:pointer;
		background-color: #d1ffd1;
		padding: 0 7px;
		margin: 0 -7px;
	}


	div.residents_list span:hover{
		cursor:pointer;	
	}

/* 	div.street_list{
		min-width: 220px !important;
	}	 */

	div.district_list .checkbox-inline, div.planning_list .checkbox-inline{
		margin: 0;
	}

	div.street_list >span, div.live_point_list >span{
		padding: 3px 3px;
		border: 1px solid #ccc;
		border-radius: 4px;
		display: none;
		cursor: pointer;		
	}
		div.street_list >span:hover, div.live_point_list >span:hover{
			text-decoration: line-through;
		}

		
ul#str_list{	
	background-color: #fff;
	list-style-type: none;
	padding: 3px 7px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

ul#str_list li{
	cursor: pointer;	
	padding: 2px 3px;
}

.district_list label.active,div.origin_list label.active, .planning_list label.active, span.inside, ul#str_list li:hover{
	background-color: #d1ffd1;
}
.garage_list label.active, span.inside, ul#str_list li:hover{
	background-color: #d1ffd1;
}
.house_type_list label.active, span.inside, ul#str_list li:hover{
	background-color: #d1ffd1;
}
.wc_list label.active, span.inside, ul#str_list li:hover{
	background-color: #d1ffd1;
}
.wash_listlabel.active, span.inside, ul#str_list li:hover{
	background-color: #d1ffd1;
}
	
button.narrow{
	height: 25px;
	padding: 0px 6px;
}

span.inside{
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px 5px !important;
	width: 80px;	
}

	span.inside:hover{
		/* background-color: #FFD1D1 !important;  */
		padding: 1px 5px !important;
		margin: auto !important;
	}
	
	span.inside button.close{
		float: none;
		padding-top: 0px;
		margin-top: -3px;
		height: 20px;
	}
	.load{
		width: 100%;		
		z-index: 98;
		transition: 3s;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display:none;
		height: 100%;
	}
	
form#group_setting td{
	cursor:pointer;
}

.modal-content input {
	margin-right: 5px;
	margin-bottom: 5px;
}

.modal-dialog {
  width: 80%;
}


.table.list tbody tr{
	transition: 0.2s;
}

form.employee{
	padding-top: 10px;
	border-bottom: 1px solid;
	background-color: rgb(186, 236, 188);
}
	
	form.employee.director{
		background-color: rgba(51, 122, 183, 0.24);
	}

	.orange{
		background-color: rgb(245, 204, 107) !important;
	}
	
	form.employee>div{
		display:none;
	}
		
		form.employee>div.fio, form.employee>div.phone{
			display:block;
		}
		
		form.employee span.edit{
			cursor: pointer;
			border: 1px solid #2E8E2E;
			border-radius: 5px;
			padding: 5px;
			background-color: rgb(92, 184, 92);
			color: #fff;
		}

	.table.list tbody tr.an, tr.message{
		cursor: pointer;	
	}

		.table.list tbody tr.an:hover, form.tariff, tr.message:hover {
			background-color: rgb(179, 179, 179) !important;
		}
		
form.tariff{
	padding: 10px 10px 0px;
}

.row.topMNull>div{
	margin-top:0px;
}

span.edit:hover{
	color: #9FA300;
}

.fancybox-next {
  right: 17px !important;
}

.map-btn{
	z-index: 800;
	position: absolute;
	left: 90%;
	top: 20px;
	padding: 10px 15px;
	border-radius: 15px;
	cursor: pointer;
	color: #fff;
	background-color: #58a549;
	border-color: #58a549;
}

.map-btn:hover{
	-webkit-box-shadow: 0 5px 15px -7px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px -7px rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#58a549), to(#288524));
	background: -moz-linear-gradient(top, #58a549, #288524);
}

.map-btn.active{
	background-color: #ac2b0c;
	border-color: #99260b;
}

.map-btn.active:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#d2340f), to(#83080c));
	background: -moz-linear-gradient(top, #d2340f, #d2340f);
	box-shadow: 0 1px 1px rgba(29,30,33,0.25);
}

.ymaps-image-with-content{
	position: absolute;
	left: -10px !important;
	top: -10px !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 10px !important;
	background-color: rgb(92, 184, 92) !important;
	border: 3px solid rgb(255, 255, 255) !important;
	background-image: none !important;
	background-size: 0 !important;
}

.fancybox-inner{
	width:auto !important;
	text-align: center;
}

	.fancybox-inner img{
		height: 100%;
		width: auto;
	}
	
.fancybox-wrap{
	/* width:auto !important; */
}

.balloonContent{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;	
}
	
	.balloonContent span.price{
		float:right;
		color: #366C36;
		line-height: 1.3;
	}
	
	.balloonContent a{
		margin: 5px 10px 5px 0;
	}
	
span.gray{
	display: inline-block;
	color: #767676;
}

.modal-body .comment{
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px;
}

ul.admin-menu{
	list-style: none;
	padding: 0;
	border:1px solid #ccc;
	border-radius:4px;
}

	ul.admin-menu li{
		padding:10px;
		border-bottom:1px solid #ccc;
		background-color: #EFEFEF;
	}
	
		ul.admin-menu li.active{
			background-color: #5CB85C;
			color: #fff;
		}
		
		ul.admin-menu li.active [type=submit]{
			color: #333;
		}
		
		ul.admin-menu li:hover{
			background-color: #5CB85C;			
		}
	
	ul.admin-menu a{
		text-decoration:none;
		color: #393C39;
		font-size: 16px;
	}
	
.messages_list{
	overflow: scroll;
	height: 330px;
}
	
	.messages_list .item{
		overflow: hidden;
		width: inherit;
	}
		
		.messages_list .item div{			
			background-color: rgba(145, 219, 148, 0.5);
			padding: 5px;
			margin: -10px -10px 0;
		}
		
		.messages_list .item div.reply{
			background-color: rgba(51, 122, 183, 0.3);
			padding: 5px;
			margin: -10px -10px 0;
			text-align: right;
		}
		
		span[data-id=balance], span[data-id=rent_date_end], span[data-id=rent_premium], span[data-id=sell_date_end], span[data-id=duty], span[data-id=pay_parse_date_end]{
			font-size: 17px;
			color: rgb(92, 184, 92);
		}
		
		span[data-id=duty]{
			color: rgb(184, 92, 92);
		}
		
[data-id=sber], [data-id=qiwi]{
	display:none;
}

[data-id=review]:hover{
	text-decoration: underline;
	color: #171717;
}

.furn, .refrig, .tv, .washing, .wifi, .conditioner, .bedstead{
	height: 34px;
	width: 34px;
	margin-right: 5px;
	border-radius: 5px !important;
}

.search .furn, .search .refrig, .search .tv, .search .washing, .search .wifi, .search .conditioner{
	height: 26px;
	width: 28px;
	margin-right: 5px;
	border-radius: 4px !important;
	background-size: 26px 24px;
}

	.furn{
		background-size: contain;
		background-image: url(/images/icons/furnOff.png);
	}
	
	.furn.active{
		background-size: contain;
		background-image: url(/images/icons/furnOn.png);
	}

	.refrig{
		background-size: contain;
		background-image: url(/images/icons/refrigOff.png);
	}
	.refrig.active{
		background-size: contain;
		background-image: url(/images/icons/refrigOn.png);
	}
		
	.tv{
		background-size: contain;
		background-image: url(/images/icons/tvOff.png);
	}
	
    .tv.active{
		background-size: contain;
        background-image: url(/images/icons/tvOn.png);
    }
		
	.washing{
		background-size: contain;
		background-image: url(/images/icons/washingOff.png);
	}
	
	.washing.active{
		background-size: contain;
		background-image: url(/images/icons/washingOn.png);
	}

	.wifi{
		background-image: url(/images/icon/wifi_off.png);
	}
	
	.wifi.active{
		background-size: contain;
		background-image: url(/images/icon/wifi.png);
	}
		
	.conditioner{
		background-size: contain;
		background-image: url(/images/icons/condOff.png);
	}
	
	.conditioner.active{
		background-size: contain;
		background-image: url(/images/icons/condOn.png);
	}
	.bedstead{
		background-size: contain;
		background-image: url(/images/icons/bedsteadOff.png);
	}

	.bedstead.active{
		background-size: contain;
		background-image: url(/images/icons/bedsteadOn.png);
	}

.callboard{
	background-color: #eafbec;
}		
	
	.callboard span{
		color: #476bc6;
	}

.info-title{
	display: inline-block;
	position: absolute;
	margin-top: -20px;
	border: 1px solid #ccc;
	padding: 0px 5px;
	border-radius: 10px;
	font-size: 12px;
	background-color: #fff;
}

span.delete, span.add{
	color: #d9534f;
	cursor:pointer;
}

	span.delete:hover, span.add:hover{
		text-decoration: underline;
	}
	
	span.add{
		color:#3A9826;
	}
	
.forum-topic{
	display: block;
	color: #555;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 10px;
	background-color: #eff5f8;
	overflow: overlay;
}

.forum-comment{
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	font-size: 13px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
    padding: 5px;
}

.gray-mini-link{
	color: #909090;
	font-size: 12px;
	cursor: pointer;
}

	.gray-mini-link:hover{
		color:#555;
	}
	
.shading{
    height: 10px;
    margin-top: -10px;
    position: relative;
    box-shadow: inset 0px -8px 10px -2px rgb(234, 251, 236);
    -webkit-box-shadow: inset 0px -8px 10px -2px rgb(234, 251, 236);
}

.product:nth-child(2n) .shading {
	box-shadow: inset 0px -8px 10px -2px rgb(239, 245, 248);
	-webkit-box-shadow: inset 0px -8px 10px -2px rgb(239, 245, 248);
}

.g90{
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.g180{
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g270{
	-moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.admin-mes{
    /*position: absolute;*/
    width: 70%;
    z-index: 9999;
    background-color: #f5cc6b;
    border: 5px solid #f00;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 5px;
    top: 20%;
    left: 25%;
}

.rent-mess{
    /*position: absolute;*/
    border: 5px solid #8b00ff;
    background-color: #eff5f8;
    width: 70%;
    z-index: 9999;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 5px;
    top: 20%;
    left: 25%;
}

.rent-message{
	 border: 5px solid green;
    background-color: #eff5f8;
    width: 70%;
    z-index: 9999;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 5px;
    top: 20%;
    left: 25%;   
}

.rent-mess-ansver{
    /*position: absolute;*/
    border: 1px solid green;
    background-color: #eafbec;
    width: 100%;
    z-index: 9999;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 5px;   
}

.admin-mes-main{
    position: absolute;
    width: 70%;
    z-index: 9999;
    /*background-color: #f5cc6b;
    border: 5px solid #f00;*/
    border-radius: 5px;
    top: 18%;
    left: 25%;
}

.user-mes{
    position: absolute;
    width: 500px;
    z-index: 9999;
    background-color: #f5cc6b;
    border: 5px solid #f00;
    border-radius: 5px;
    top: 20%;
    left: 25%;
}

.header .date-end{
    position: absolute;
    left: 27px;
    font-size: 10px;
    top: 20px;
    color: #000;
    /* font-weight: bolder; */
}

.send-email:hover{
	background-color: #fff;
    padding: 2px;
    margin: -3px;
    border-radius: 5px;
    border: 1px solid #ABABAB;
}

.sendEmail .dropdown-menu{
	display:block;
}

.send-email-form{
	padding: 10px;
	position: absolute;
	z-index: 99;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 320px;
	margin-left: 0px;
}

[data-name=people]:hover{
	text-decoration: underline;
}

.change-owner-list{
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	display:none;
	z-index: 10;
}

	.change-owner-list div{
		margin-bottom: 5px;
	}

		.change-owner-list div:hover{
			background-color: #d1ffd1;
		}
		
[data-name=another_view]{
	position: absolute;
	left: 45%;
	color: #767676;
	font-size: 12px;
}

 .retro-red{
	 color:#E81010;
 }

 .retro-green{
	 color:rgb(0, 128, 0);
 }
 .owner{
	 color:rgb(0, 128, 0);
   }

.retro-gray{
	color:rgb(128, 128, 128);
}

.white-user{
	border: 3px solid #9E9E9E;
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 10px;
    display: inline-block;
    position: absolute;
    left: 95%;
    margin-top: 5px;
}

.map-tolist-btn{
	top: 10px;
	left: 40%;
	z-index: 800;
	position: absolute;
	padding: 5px 15px;
	background-color: #FD0;
	border: 1px solid #CBCBCB;
	color: #626262;
	border-radius: 5px;
	cursor:pointer;
}

.map-tolist-btn:hover{
	-webkit-box-shadow: 0 5px 15px -7px rgba(0,0,0,0.5);
	box-shadow: 0 5px 15px -7px rgba(0,0,0,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#FD0), to(#EDCE00));
	background: -moz-linear-gradient(top, #FD0, #EDCE00);
}

.warning{
	float: right;
	font-size: 30px;
	padding: 0 10px;
	font-weight: bold;
	color: #E81010;
	border: 1px solid;
    border-radius: 20px;
}

 .hasReview{
	 background-color: rgba(255, 157, 208, 0.48) !important;
 }
 .hasReviewParse{
	  background-color: rgba(255, 157, 208, 0.48) !important;
  }

.dateCol{
	background-color: #FFFB8D !important;
}

.caution-table tbody tr {
	    background-color: #F9CCCC !important;
}

.caution-table tbody tr:nth-child(2n) {
	    background-color: #fff !important;
}

legend{
	color: #337ab7;
}

.chat{
	position: fixed;
    bottom: 0;
    right: 0px;
	z-index: 99;
	position-top:10%;
}

	.chat .title{
		display: inline-block;
		padding: 5px 15px;
		background-color: rgb(0, 132, 239);
		/*color: #c9302c;/**/
		color:#ec971f;
		cursor:pointer;
	}
	
	.chat .chatContent{
		padding: 5px 15px;
		background-color: rgb(0, 132, 239);
		width: 300px;
	}
	
	.chat .chatMessages{
		background-color: #eff5f8;
		/*background-color: #fff;/**/
		overflow-y: scroll;
		height: 275px;
		padding:5px;
		margin: 10px 0px;
	}
	
	.chat .chatBlock{    
		width: 49%;
    	display: inline-block;
	}

	.chat .nickname{

		font-size: 10px;
		color: grey;
		/*font-weight: bold;/**/
	}
	
	.chat .mess{
		border-bottom: 1px solid #ccc;
	}
	
	.chat .messTime{
		float: right;
		color: grey;
		font-size: 10px;
	}
	
	.chat textarea{
		max-width: 220px;
		min-width: 205px;
		max-height: 50px;
	}
	
	.chat button{
		float: right;
	}

@media (min-width: 1600px){
	html{
		zoom: 130%;
		zoom: 1.3;
	}
}
@media (min-width: 1400px) and (max-width: 1600px) {
	html{
		zoom: 120%;
		zoom: 1.2;
	}
}
@media (min-width: 900px) and (max-width: 1000px) {
	html{
		zoom: 85%;
		zoom: 0.85;
	}
	.col-xs-3.deployed{
		width:220px;
	}
	.container{
		position: initial !important;
	}	
	.fancybox-wrap{
		position:fixed !important;
		top: 40px !important;
	}
}
@media (min-width: 800px) and (max-width: 900px) {
	html{
		zoom: 80%;
		zoom: 0.8;
	}
	.col-xs-3.deployed{
		width:250px;
	}
	.container{
		position: initial !important;
	}
	#user-menu{
		margin-bottom: -15px !important;
	}
	div.interval.xl input, div.interval.xl select{
		max-width: 80px !important;
	}
	.fancybox-wrap{
		position:fixed !important;
		top: 40px !important;
	}

}
 @media (min-width: 100px) and (max-width: 800px) {
	/* html{
		zoom: 70%;
		zoom: 0.7;
		-webkit-zoom:70%;
	} */
	.header .dropdownMenu1{
		margin-left: 400px !important;
	}
	
	.col-xs-3.deployed{
		width:250px;
	}
	.container{
		position: initial !important;
	}
	#user-menu{
		margin-bottom: -15px !important;
	}
	div.interval.xl input, div.interval.xl select{
		max-width: 80px !important;
	}
	.fancybox-wrap{
		position:fixed !important;
		top: 40px !important;
	}
}

#ui-datepicker-div{
	z-index:9999 !important;
}


/* @media (min-width: 100px) and (max-width: 600px) {
	html{
		zoom: 0.55;
	}
} */
/* @media (min-width: 100px) and (max-width: 600px) {
	body{
		zoom: 0.45;
	}
} */
/* @media (min-width: 400px) and (max-width: 500px) {
	body{
		zoom: 0.3;
	}
}
@media (min-width: 300px) and (max-width: 400px) {
	body{
		zoom: 0.3;
	}
} */

div.company_data_payment{
	margin:	20px 0;
	
}

label.company_data_payment{
	color:red;
	font-size: 19px;
	font-weight: bold;
}
img.map_img{
	height: 14px;
}
 
.modalwin { 
    height: 155px;  
    width: 270px;
    border: 1px outset gray; 
    background: rgb(245, 204, 107);
    top: 20%; /* отступ сверху */
    right: 0;
    left: 0;
    font-size: 15px; 
    margin: 0 auto;
    z-index:4; /* поверх всех */
    display: none;  /* сначала невидим */
    position: fixed; /* фиксированное позиционирование, окно стабильно при прокрутке */
    padding: 12px;
    border: 1px solid #383838;
}
#shadow { 
    position: fixed;
    width:100%;
    height:100%;
    z-index:3; /* поверх всех  кроме окна*/
    background:#000;
    opacity: 0.5; /*прозрачность*/
    left:0;
    top:0;
}
 ul.hr {
	 margin: 0; /* Обнуляем значение отступов */
	 padding: 4px; /* Значение полей */
 }
 div.share li {
	 display: inline; /* Отображать как строчный элемент */
	 margin-right: 5px; /* Отступ слева */
	 /*border: 1px solid #000; !* Рамка вокруг текста *!*/
	 padding: 3px; /* Поля вокруг текста */
 }
 table#payment_services td{
	 border: 1px;
	 border-color: #0f0f0f;
	 padding: 10px;

 }

 #pay_success{
	 font-size: 17px;
	 color: rgb(92, 184, 92);
 }
 #pay_fail{
	 font-size: 17px;
	 color:rgb(205, 24, 24);
 }

 .sample_btn{
	 position: absolute;
	 clip: rect(0, 0, 0, 0);
	 pointer-events: none;
 }

#sample_bal{
	margin: 5px;
}
#sample_lodg{
	margin: 5px;
}

