#objsCount {
	color: #f88;
	font-size: 22px;
	font-weight: 600;
}

.tableMenuItem{
	display: inline-block;
	border: 1px solid #b4d4d2;
	color: #737373;
	margin: 0 0 10px 5px;
	padding: 5px 2px;
	cursor: pointer;
	position: relative;
}
.filterPanel{
	border-top: 1px solid #01a2a6;
	margin-top: 20px;
}
.filterItem{
    float:left;
}
.filterItem p{
    float:left;
}
.filterItem select{
    margin-top: 10px;
    margin-right: 10px;
	width: 130px;
	font-size: 14px;
	height: 32px;
}
.filterBtn{
    background-color:white;
    margin-top: 10px;
	height: 31px;
}
.tableMenuItem:focus{
	outline: none;
	border-color: #01a2a6;
}

.isButton{
	transition-duration: 0.3s;
}

.isButton:hover{
	border-color: #01a2a6;
	background: #01a2a6;
	color: white;
}

.isButton:hover i{
	color: white;
}

.tableMenuItem i{
	color: #01a2a6;
	padding-right: 10px;
}

/* .tableMenuItem .fa-table{
	padding: 0;
	padding-left: 10px;
} */


.viewCaseBtn, .selectedViewCaseBtn{
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 10px 0;
	transition-duration: 0.3s;
	border: 1px solid transparent;
	text-align: center;
}

.viewCaseBtn:hover, .selectedViewCaseBtn:hover{
	background: #01a2a6;
   
}
.viewCaseBtn:hover i, .selectedViewCaseBtn:hover i{
	color: white;
}

.viewCaseBtn i{
	color: gray;
}

.selectedViewCaseBtn{
	border: 1px solid #01a2a6;
}

.selectedViewCaseBtn i{
	color: #01a2a6;
}


#tableFilterButton{
	text-align: center;
	font-weight: 600;
	float: right;
	width: 269px;
	margin-right: 0;
	height: 20px;
}

#tableFilter{
    background-color:white;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 50;
	/* width: 1182px; */
	/* height: 851px; */
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

table{
	border: 1px solid #01a2a6;
	border-collapse: collapse;
}
table td, th{
    text-align:center;
	border-left: 1px solid #01a2a6;
	border-right: 1px solid #01a2a6;
	transition-duration: 0.3s;
}
table th {
	border-bottom: 1px solid #01a2a6;
}
table th a{
	color: inherit;
	text-decoration: none;
}
table th a:hover{
	text-decoration: underline;
}
table tr:hover td{
	background: #01a2a6;
	color: white;
	cursor: pointer;
}
.pagesRefs a>p
{
    float:left;
}
.pagesRefs a
{
    float:left;
}
#salesMap{
	display: block;
	text-align: center;
	line-height: 80px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	background: url(images/pages/nedvizhimost/map_background_nedzvizhimost.jpg) no-repeat center;
	background-size: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	transition-duration: 0.3s;
}

#salesMap:hover{
	background-size: 110%;
	text-decoration: underline;
}
.sep{
    float:left;

    }
.sortCol {
	text-decoration: underline;
	background: url(images/pages/nedvizhimost/map_background_nedzvizhimost.jpg) right no-repeat;
}

.selectText{
    -webkit-transform: rotate(-90deg); //Chrome, Safari
    -moz-transform: rotate(-90deg); //Firefox
    -o-transform: rotate(-90deg); //Opera
    -ms-transform: rotate(-90deg); //IE
    transform: rotate(-90deg); //браузеры без префексов
}
.cellText{
    margin:5px;

    font-size:14px;
}

/* ----------------------------------------------------------------------- */

#pageCol1{
    overflow: hidden;
    float: left;
    margin-top: 9px;
}

.listItem{
	border: 1px solid #008286;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

.listItem input{
	margin-right: 5px;
	vertical-align: -1px;
}

.listItemImage{
    width: 200px;
    position: relative;
    display: inline-block;
    margin-top: 4px;
}

.listItemImageImage {
	width: 100%;
}

.listItemImageMark{
	position: absolute;
	top: 0;
	right: 0;
}

.listItemTexts {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    width: 73%;
}

.listItemTextsRow1, .listItemTextsRow2, .listItemLowRow {
	overflow: hidden;
}

.listItemTextsRow1 > .cell1{
	font-size: 18px;
	font-weight: 600;
	float: left;
}

.listItemTextsRow1 > .cell2{
	float: right;
}

.listItemTextsRow2 > .cell1{
	float: left;
	width: 45%;
}

.listItemTextsRow2 > .cell1 > div{
	margin: 5px 0;
}

.listItemTextsRow2 > .cell2{
	float: right;
	width: 45%;
}

.listItemTextsRow3{
	overflow: hidden;
	height: 3.5em;
}

.listItemLowRow{
	margin-top: 10px;
}
.listItemLowRowBtn{
	display: inline-block;
	font-weight: 600;
	padding: 5px 20px;
	border: 1px solid #01a2a6;
	box-shadow: 0 4px 4px rgba(0,0,0,0.3);
	transition-duration: 0.3s;
}

.listItemLowRowBtn:hover{
	color: white;
	background: #01a2a6;
}

.pageRefs {
	margin: 0px 0 0px 0;
}

.pageRefs a, .pageRefs span{
	padding: 2px 4px;
	float: left;
	border: 1px solid lightgray;
	font-weight: 600;
	text-decoration: none;
	color: inherit;
	transition-duration: 0.3s;
}

.pageRefs a:hover {
	background: #cdeef3;
}

.pageRefs span{
	background: #01a2a6;
}

th{
	position: relative;
}
th a {
	padding-right: 7px;
}
.ascArrow, .descArrow{
	position: absolute;
	right: 2px;
	top: 0;
	height: 50%;
	width: 10px;
	overflow: hidden;
	transition-duration: 0.3s;
	color: #ccc;
}
.descArrow{
	top: 50%;
}
.ascArrow:hover, .descArrow:hover{
	color: #01a2a6;
}
.descArrow a, .ascArrow a{
	color: inherit;
}
.ascArrow i{
	display: block !important;
	position: absolute;
	bottom: -7px;
	right: 0;
}
.descArrow i{
	display: block !important;
	position: absolute;
	top: -7px;
	right: 0;
}

.iconContainer1{
	width: 50px;
	color: #01a2a6;
	text-align: center;
	float: left;
	font-size: 36px;
}
 .row{
	line-height: 40px;
}
/* .ascArrow, .descArrow{
	display: block !important;
	position: absolute;
	right: 2px;
	overflow: hidden;
	color: #ccc;
	top:50%;
	height: 50%;
	transition-duration: 0.3s;
}

.ascArrow:hover, .descArrow:hover{
	color: #01a2a6;
}
.ascArrow{
	top: 0;
}
.ascArrow i{
	vertical-align: bottom;
} */