.table-static .btn{margin-right: 10px !Important}
.table-static tr:hover {background-color: #f0f7fe !important}


.search-settings{
	width:40px;
	height: 40px;
	background: #f0f0f0 url(../images/ico--search-settings.svg) no-repeat center center;
	background-size: 20px;
	cursor: pointer;
	position: relative;
}

.search-settings:hover{
	background-color: #cdcdcd
}

.search-settings--active{
	background-color: #cdcdcd !important
}

.search-settings--active .search-settings-menu{display: block !important}

.has-search-settings{width: calc(100% - 710px) !important}

.search-settings-menu{
	position: absolute;
	background: #f0f0f0;
	width: 500px;
	padding: 15px 15px 0 15px;
	margin: 55px 0 0 175px;
	left: 0;
	z-index: 991;
	/* display: none;*/
	
}

.search-tail{
	width: 20px;
	height: 12px;
	background: url(../images/tail.png) no-repeat;
	position: absolute;
	margin: -27px 0 0 10px;
	left: 0
}


.pagination {
	text-align: center; }
.pagination .pagination__button {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	padding: 0.5rem 0.9375rem; }
.pagination .pagination__button.current, .pagination .pagination__button.current:hover {
	text-decoration: none; }
.pagination .pagination__button.disabled, .pagination .pagination__button.disabled:hover, .pagination .pagination__button.disabled:active {
	opacity: 0.5;
	color: #3b3a3a;
	text-decoration: none;
	cursor: default; }

.pagination__button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	transition: background-color 0.23s ease-in-out 0s; margin-left: 3px; margin-right: 3px }
.btn:hover, .pagination .pagination__button:hover {
	text-decoration: none; }

.btn--transparent-grey, .pagination .pagination__button {
	background-color: none;
	color: #919191; }
.btn--transparent-grey:hover, .pagination .pagination__button:hover {
	background-color: #e1e1e1; }
.btn--transparent-grey:active, .pagination .pagination__button:active {
	background-color: #d4d4d4; }

.btn--transparentBlue, .pagination .pagination__button.current, .pagination .pagination__button.current:hover {
	background-color: none;
	color: #3c8dd8;
	border: 2px solid #3c8dd8; }
.btn--transparentBlue:hover, .pagination .pagination__button.current:hover {
	border: 2px solid #2673bc;
	color: #2673bc; }
.btn--transparentBlue:active, .pagination .pagination__button.current:active {
	border: 2px solid #1d5991;
	color: #2673bc; }

.js--sort-asc {
	background-image: url(../images/arrow-asc.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: calc(100% - 10px) center;
	background-color: #e8e6e6 !important;
}

.js--sort-desc {
	background-image: url(../images/arrow-desc.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: calc(100% - 10px) center;
	background-color: #e8e6e6 !important;;
}
.js--model-instalment, .js--model-sale{display: none}

.has-sorting th:hover {
	cursor: pointer;
	background-color: #ebebeb !important;
}

.search-dropdown--reason {width: 250px !important;}


@media only screen and (min-width: 481px) and (max-width: 1023px) {
	.search-widget--input{width: calc(100% - 40px) !important}
	.search-settings-menu{position: static !important; margin: 0 !important; padding-top: 20px !important; width: 100% !important; overflow: scroll; max-height: 200px; -webkit-overflow-scrolling: touch;}
	.search-tail{display: none}
	.search-dropdown--reason {width: 100% !important;}
}

@media only screen and (max-width: 481px) {
	.search-widget--input{width: calc(100% - 40px) !important}
	.search-settings-menu{position: static !important; margin: 0 !important; padding-top: 20px !important; width: 100% !important; overflow: scroll; max-height: 200px; -webkit-overflow-scrolling: touch;}
	.search-tail{display: none}
	.search-dropdown--reason {width: 100% !important;}
}


.modal-body--content p{margin-top: 0    }
.remark {margin: 10px 0 !important; font-style: italic; border: 1px solid #cdcdcd; padding: 0 5px; background: #ededed}


/*
	New report design (refactor to sass)
 */

.crReport {
	border: 1px solid #e0e0e0;
	padding: 1.25rem;
	opacity: 1;
	transition: border 0.23s ease-in-out 0s; }

.crReport__history {
	opacity: 0.6
}
.crReport:hover {
	border: 1px solid #6b79e2;
	opacity: 1;
}

.crReport h2 {
	color: #9a9a9a;
	margin-bottom: 10px !important;
}

.crReport-h2__active {
	color: #6b79e2 !important;
}

.crReport--prop {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #646464;
	margin-bottom: 3px;
}

.crReport--prop img {
	width: 12px;
}

.btn--green {
	background-color: #12c73d;
	color: #FFFFFF;
}
.btn--green:hover {
	background-color: #12c73d;
}

.btn--eye {
	font-size: 12px;
	background-image: url(/assets/images/ico--eye.svg);
	background-position: 8px center;
	padding: 5px 10px 5px 30px;
	background-repeat: no-repeat;
	background-size: 15px;
	line-height: 1.5;
}

.crReport--info {
	background-color: #fbfbfb;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.crReport--info__item-four {
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.crReport--info__item-four:nth-child(4n) {
	border-right: 0;
}

.crReport--info__item-four:nth-child(n+5) {
	border-bottom: 0;
}

.crReport--info__item-three {
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.crReport--info__item-three:nth-child(3n) {
	border-right: 0;
}

.crReport--info__item-three:nth-child(n+5) {
	border-bottom: 0;
}

.crReport--info__item-data {
	font-size: 18px;
	font-weight: 100;
	color: #4e4e4e;
}

.crReport--info__item-title {
	font-size: 13px;
	font-weight: 700;
	color: #a09f9f;
}

.item__selected {
	border: 1px solid #6b79e2;
}

.hide-desk{display: none}

.respTbl {

}

.respTbl tbody th{display: none}

.dateTakenResp{margin-top: 28px; text-align: right}


@media only screen and (max-width: 850px) {

	.dateTakenResp{margin-top: 0; margin-bottom: 10px; text-align: left}

	.respTbl--divider {
		background: #ededed !important;
	}

	.hide-desk{display: block}
	.crReport--info__item-four {
		width: 50%
	}
	.respTbl tbody tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.respTbl thead {display: none}

	.respTbl tbody th{display: block}

	.property-table th {display: none}

	.crReport--info__item-four:nth-child(n+5) {
		border-bottom: 1px solid #e0e0e0;
	}
	.crReport--info__item-four:nth-child(n+7) {
		border-bottom: 0;
	}
	.crReport--info__item-four {
		border-bottom: 1px solid #e0e0e0;
	}

	.crReport--info__item-four:nth-child(2n) {
		border-right: 0;
	}
}

@media only screen and (max-width: 481px) {

	.crReport--info__item-four {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.crReport--info__item-four:nth-child(n+7) {
		border-bottom: 1px solid #e0e0e0;
	}
	.crReport--info__item-four:last-child {
		border-bottom: 0 !important;
	}
}

