.ajaxlist div {
	top: 30px;
    z-index:11;
	max-height: 353px;
	border: none;
	border-radius: 0;
	background-image: -ms-linear-gradient(left, #0071AD 0%, #0083D4 100%);
	background-image: -moz-linear-gradient(left, #0071AD 0%, #0083D4 100%);
	background-image: -o-linear-gradient(left, #0071AD 0%, #0083D4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0071AD), color-stop(1, #0083D4));
	background-image: -webkit-linear-gradient(left, #0071AD 0%, #0083D4 100%);
	background-image: linear-gradient(to right, #0071AD 0%, #0083D4 100%);
	background-position: 0 0 !important;
}

.ajaxlist div label {
	background-color: transparent;
	color: #ffffff;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
}

.ajaxlist div label:hover,
.ajaxlist div label.selected {
	background-color: #0071AD;
}

/*****************************/
div.divform.formbest form {
	background: transparent;
}
div.divform.formbest .form-submit {
	margin: 0;
}

.messages {
	border: 0;
	border-radius: 0;
    background: none;
}

/*****************************/

.divform input.sbmt[disabled=disabled] {
	box-shadow: none;
}

/* search */
.search {
}

.search form {
	margin: 0;
}

.search .fulltext {
	position: relative;
	padding: 0;
	margin: 0;
}
.search .fulltext input,
.search .fulltext button {
	height: 40px;
	width: 100%;
	padding: 0;
}
.search .fulltext > div {
	padding: 0;
	overflow: hidden;
}

.search .fulltext-cat {
	z-index: 101 !important;
}

.search .fulltext-cat button {
	background-color: #596394;
	text-align: left;
	padding-left: 16px;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 2px 0 0 2px;
}
.search .fulltext-cat button:before {
	position: absolute;
	top: 20px;
	left: 2px;
	color: #fff;
	content: "\25BC";
	font-size: 14px;
	line-height: 0;
}
.search .fulltext .gde-btn {
	text-align: left;
	padding-left: 5px;
	background: #4CB649;
}
.search .fulltext .gde-btn i {
	position: absolute;
	top: 10px;
	left: 2px;
	cursor: pointer;
}
.search .fulltext .gde-input {
	padding-left: 20px;
	border: none;
	background: transparent;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.search .fulltext .input-text {
	margin: 0;
	padding: 0 0 0 8px;
	border: none;
	box-shadow: 0 0 10px 2px #aaa inset;
	color: #3D8AF6;
	font-size: 19px;
	text-align: left;
}

.search .fulltext .fulltext-btn {
	white-space: nowrap;
	position: relative;
}
.search .fulltext .input-submit {
	border-radius: 0 2px 2px 0;
}
.search .fulltext .input-clear {
	cursor: pointer;
	font-size: 25px;
	position: absolute;
	right: -26px;
	color: white;
	padding-top: 7px;
    -webkit-transition: right .4s linear;
    -moz-transition: right .4s linear;
    transition: right .4s linear;
	overflow: hidden;
}
.search.active .fulltext .input-clear {
    right: 4px;
}
.search .fulltext .input-clear:hover {
    color:#5a5a5a;
}
.search .fulltext .star-disable,
.search .fulltext .star-enable
{
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	left: 4px;
	top: 9px;
	color: #cbcbcb;
}
.search .fulltext .star-enable {
	color: yellow;
}

.search .fulltext .star-disable:hover {
	color: #E12A2B;
}
.search .fulltext .star-enable:hover {
	color: #cbcbcb;
}

@media (min-width: 768px) {
	.search .fulltext .ani-btn-map {
		overflow: visible;
		z-index: 100;
	}

	.search .fulltext .ani-btn-map .button {
		-webkit-transition: width .4s linear;
		-moz-transition: width .4s linear;
		transition: width .4s linear;
	}

	.search .fulltext .ani-btn-map:hover .button {
		width: 140%;
	}
}

.search-ico {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 0 5px 0 0;
	width: 45px;
	height: 45px;
	background-color: #006b9d;
	background-image: url(../img/rubric.png);
	background-position: 33px -8px;

	_overflow: hidden;
	*zoom: 1;
	*display: inline;
}

.search-ico:hover, .search-ico.select {
	background-image: url(../img/rubric_hover.png);
}
.search-ico:hover .glyphicon {
	color:#139ED7;
}

.search-ico.box {
	background-position: -1638px -8px;
}

.search-ico.simple {
	background-position: -1690px -8px;
}

.search-ico.default {
	background-position: -1742px -8px;
}

.linkloadfilter {
    margin: 0 0 0 5px;
}
.linkloadfilter .glyphicon {
	margin: 8px 0 0 15px;
	color: #fff;
	font-weight: 100;
	font-size: 23px;
}

/*********** FILTER **************/
#search * {
	/*border-radius: 0;*/
}

#searchSide {
	background-color: #596394;
	color: #333333;
	font-size: 0;
	border-radius: 2px;
	display: flex;
	flex-flow: row wrap;
}

#searchSide .btn:hover {
	background-color: #fff;
}

#searchSide h3 {
	width: 100%;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 8px 0;
	margin: 0 8px 6px;
}

#searchSide .f_item {
	width: 100%;
	position: relative;
	box-sizing:border-box;
	margin: 3px 0px;
	padding: 3px 6px 7px;
}

#searchSide #tr_cost {
	width:80%;
}

#searchSide #tr_curr {
	width:20%;
}

#searchSide .f_item .btn-group {
	width: 100%;
	text-align: left;
}

#searchSide .f_item .f_int {
	text-align: center;
}

#searchSide .f_item .f_int input[type="text"] {
	display: inline-block;
	margin: 0;
    padding: 0 1px 0 4px;
	width: 50%;
	font-size: 18px;
    line-height: 15px;
}

#searchSide .f_item .ui-slider {
	display: block;
	margin: 0 5px 0 6px;
	font-size: 15px;
}



#searchSide .linklist .f_value {
	display: inline-block;
}

#searchSide .linklist .f_value div {
	display: inline-block;
	float: left;
}

#searchSide .linklist a {
	color: #000;
	font-size: 14px;
}



#searchSide .f_item .ui-slider .ui-slider-handle {
	width: 0.9em;
	height: 0.9em;
	border-color: #CEE8F5;
	background: #006b9d;
}

#searchSide .f_item .ui-slider-horizontal .ui-slider-handle {
	top: -.1em;
	margin-left: -0.5em;
}

#searchSide .f_item .f_value.checkbox-label {
	position: relative;
	margin: auto 0;
	padding: 0;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	height: 100%;
}

#searchSide .f_item .f_value.checkbox-label .f_caption {
	padding-left: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	color: white;
}

#searchSide .f_item .f_value.checkbox-label input {
	text-align: center;
	height: 14px;
	width: 20px;
	margin: 0;
}

#searchSide .f_item .f_value .multiselect {
	width: 100%;
}

#searchSide .f_item .f_value.multiplebox label {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 12px;
}

#searchSide .f_item .f_value.multiplebox label input {
	margin: 0 4px 0 0;
}

#searchSide .f_item input[type="text"] {
	padding: 5px 5px;
	width: 100%;
	font-size: 16px;
}

#searchSide select {
	padding: 4px;
	width: 100%;
	/*height: 32px;*/
	font-size: 20px;
}

#searchSide #tr_sbmt {
	display: none;
}

#searchSide #tr_f_clear_sbmt {
	padding: 10px 0 0 0;
	text-align: right;
}

/*#searchMainForm .shres {*/
	/*position: absolute;*/
	/*top: -47px !important;*/
	/*left: 67px !important;*/
	/*color: #fff;*/
	/*font-size: 20px;*/
/*}*/

/*#searchMainForm .shres a {*/
	/*color: #fff;*/
	/*font-size: 20px;*/
/*}*/

#searchSide .multiselect-container {
	min-width: 172px;
}

#searchSide .multiselect-container>li>a>label {
	padding-left: 26px;
}


/******************************/

.multiselect-group {
	font-weight: bold;
}

.search-button {
	float: right;
	margin: 0 8px 9px 0;
	width: 130px;
}

#clearFilter {
	margin: 0 8px 9px 8px;
}


#special_city .form-info {
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
}
#special_city .form-info a {
	color: white;
	text-decoration: underline;
}
/************************/


/************* FORM *************/

div.divform {
    margin: 10px 0 10px 0;
	padding: 0;
    width: 100%;
}

div.divform form {
	margin: 0;
	padding: 5px;
	background-color: #adadad;
	display: flex;
	flex-flow: row wrap;
	align-content:center;
	justify-content: center;
}

div.divform .form-group {
	padding: 0 5px;
	width: 100%;
}

div.divform .caption {
	display: none;
}

div.divform input,
div.divform .ajaxlist,
div.divform .checkbox-value .form-caption,
div.divform select {
    font-size: 18px;
	padding: 1px 2px;
}

div.divform .ajaxlist {
    margin: 0;
    padding: 0;
}

div.divform .ajaxlist input {
    margin: 0;
    padding: 0 0 0 8px;
    color: white;
}

div.divform .formparam {
    background-color: transparent;
}

div.divform .ajaxlist,
div.divform select {
    position: relative;
}

div.divform .ajaxlist input:before,
div.divform select:before {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px 0px 1px 3px;
    width: 22px;
    height: 25px;
    background-color: red;
    color: #fff;
    content: "\25BC";
    font-size: 18px;
}

div.divform .ckedit-value {
    max-width: none;
    width: auto;
}

div.divform .dscr {
    color: #2d2e34;
	font-size: 0.6em;
}

div.divform .dateinput {
    background: none;
}

div.divform .form-submit .btn-primary,
div.divform .form-submit .btn-primary:hover,
div.divform .form-submit .btn-primary:active {
    margin: 10px 0 0 0;
    padding: 15px;
    width: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f28703;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: white;
    font-size: 22px;

    -o-box-shadow: none;
    -o-border-radius: 0;
}

div.divform .div-tr {
	padding: 5px 0 10px;
}

div.divform .form-caption {
	position: relative;
	margin: 0 0 3px 0;
	color: white;
	font-size: 0.7em;
}

div.divform .form-caption .form-require {
	display: inline;
	line-height: 0.6em;
	color: rgb(165, 237, 3);
	font-size: 1.5em;
}

div.divform .form-value .form-caption {
	margin-left: 0;
}

div.divform .form-value {
	margin: 0;
}

div.divform .shownextfoto {
	font-size: 16px;
}

div.divform .form-submit {
	margin: 0;
	padding-bottom: 0;
	width: 100%;
}
div.divform textarea {
	height: 200px;
}

div.divform .divinputfile {
	margin: 0 150px 0 0;
}

div.divform .divinputfile input {
	padding: 0;
	height: auto;
	border: none;
}

div.divform .imgUpload:after {
	content: ' ';
	display: block;
	clear: right;
}

div.divform .secret input {

}
div.divform div.secretimg {

}
div.divform  .txtCounter {
	padding: 0;
}

div.divform  .textcount  {
	font-size: 1em;
}

div.divform .radio label,
div.divform .checkbox label {
	padding-left: 30px;
	line-height: 25px;
}
div.divform .radio input,
div.divform .checkbox input
{
	height: 25px;
	width: 25px;
	margin-left: -30px;
	margin-top: 0;
}
div.divform .caption_error {
	color: #9c0000;
}

div.divform .addparam {
	background-color: #767985;
	color: white;
	margin: 0;
	padding: 0 10px 5px;
	width: 100%;
}

@media (min-width: 768px) {
	div.divform .addparam {
		margin: 0 20%;
	}
}

#tr_type {
}

#tr_cost {
	width: 80%;
}
#tr_curr {
	width: 20%;
}
#tr_curr .form-caption {
	visibility: hidden;
	font-size: 1px;
}

div.divform .form-group.fg-4 {
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
}

@media (min-width: 768px) {
	div.divform form {
		padding: 10px 20px;
	}
	#tr_type {
		width: 25%;
	}
	#tr_cost {
		width: 19%;
		padding-right: 0;
	}
	#tr_curr {
		width: 6%;
		padding-left: 0;
	}
	#tr_period {
		width: 25%;
	}
	#tr_datea {
		width: 25%;
	}

	div.divform .form-group.fg-4 {
		width: 25%;
		padding-right: 5px;
		padding-left: 5px;
	}
}

#tr_curr .form-control {
	padding-left: 0;
	padding-right: 0;
}

div.divform .form-submit {
	margin: 0 -5px 5px -5px;
}

/*********************************/

.form-control.ajaxProccess {

}
/*********************************/


.divform .mapselect {
    display: inline-block;
    color: #ffffff;
	width: 100%;
}
.divform .mapselect input {
	cursor: pointer;
	width: 100%;
}
.mapselect ::-webkit-input-placeholder { /* Chrome */
	color: #fff;
}
.mapselect :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.mapselect ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.mapselect :-moz-placeholder { /* Firefox 4 - 18 */
	color: #fff;
}

.yamap {
	width:auto;
	height:600px;

}

.yamap:after {
	content: 'Click to view full map';
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	opacity: 0.5;
	color: #1d1d1d;
}

.lang-ru .boarditem .yamap:after {
	content: 'Нажмите, чтобы осмотреться';
}

.boarditem .yamap {
	width: 100%;
	height: 150px;
	padding: 0;
	margin: 0 0 10px;
	cursor: pointer;
	background: white url("../img/defmapEn.png") 0 0;
}

.lang-ru .boarditem .yamap {
	background-image: url("../img/defmap.png");
}

.yamap.mapWait:after {
	display: flex !important;
	content: 'loading...' !important;
}
.lang-ru .yamap.mapWait:after {
	content: 'загрузка...' !important;
}

.yamap.mapInit:after {
	display: none !important;
}


#YMapsName {
	padding: 0 0 5px;
}

#YMapsIDF {
	height: 100px;
	position: relative;
	background: white url(../img/defmapEn.png) 0 0;
	background-size: cover;
	cursor: zoom-in;
	overflow: hidden;
}
.lang-ru #YMapsIDF {
	background-image: url("../img/defmap.png");
}

#YMapsIDF.bigMap {
	height: 250px;
}
#YMapsIDF.mapInit {
	cursor: default;
}
@media (min-width: 768px) {
	#YMapsIDF {
		height: 150px;
	}
	#YMapsIDF.bigMap {
		height: 400px;
	}

	.yamap:hover:after {
		display: flex;
	}
	#YMapsIDF:after {
		content: 'Click to choise location';
	}
	.lang-ru #YMapsIDF:after {
		content: 'Нажмите, чтобы выбрать местоположение';
	}
	.boarditem .yamap {
		height: 200px;
	}
}

.yamap.mapInit, .yamap.mapWait {
	height: 320px;
}

#PopUp  .yamap {
	height: 250px;
}
.yamap .YMapsRadius {
	width: 100%;
}


@media (min-height: 460px) {
	#PopUp  .yamap {
		height: 350px;
	}
}

@media (min-height: 768px) {
	#PopUp  .yamap {
		height: 450px;
	}
}

@media (min-height: 992px) {
	#PopUp  .yamap {
		height: 600px;
	}

}


/**********************************/

.boardAddOk {
	font-size: 2.5em;
}