body {
}

.section-page-main {
	padding: 1rem;
}

div.constructor_block {
	background-color: #0960A5;
	line-height: 130%;
    color: #ffffff;
}

div.constructor_block .title {
    color: #ffffff;
}

div.report_table {
	background-color: #ffffff;
	margin-top: 20px;
	border-radius: 6px;
	width: 100%;
    overflow: auto;	
}

div.report_table table {
    width: 100%;
    border-collapse: collapse;
}

div.report_table table tr.title td {
	/*white-space: nowrap;*/
	vertical-align: middle;
	line-height: 120%;
}

div.report_table table tr.title td a {
	/*text-decoration: none;*/
}

div.report_table table tr.t-row.recent {
    background-color: #F8FFEF;
}

div.report_table table tr.t-row td a.block {
    display: block;
    max-width: 150px;
}

div.report_table table tr.t-row td a.block:not(:last-child) {
    margin-bottom: 5px;
}

div.report_table table tr.title td a {
	color: #ffffff;
}

div.report_table table tr.title td a.selected {
	border-bottom: 1px #ffffff solid;
}

div.report_table table tr.title td.object_type {
    width: 15%;
}

div.report_table table tr.title td.object_place {
    width: 17%;
}

div.report_table table tr.t-row td {
	border-bottom: 1px #f0f0f0 solid;
	padding: 10px;
}

div.report_table table td {
	font-size: 13px;
	vertical-align: top;
}

div.report_table table tr.t-row td:not(:last-child) {
    border-right: 1px #f0f0f0 solid;
}

div.report_table table tr.title td a {
    text-decoration: none;
}

div.report_table table td.news-index {
    min-width: 40px;
}

div.report_table table td.news-title {
    width: 40%;
}

.report-table-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

a.set-order {
	display: inline-block;
	width: 10px;
}

a.set-order.selected {
	text-decoration: underline;
}

.report-form {
	/*color: #ffffff;*/
	width: 520px;
    max-width: 100%;
    margin: 0 auto;
}

.report-form__title {
	margin: 5px 0;
}

.report-form__price {
	display: flex;
	flex-basis: 400px;
    flex-flow: row wrap;
    justify-content: center;
}

.report-form__price > span {
    width: 175px;	
    margin-bottom: 5px;
}

.report-form__price > span > input {
	width: 70px !important;
}

ul.cup-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.cup-list.inline {
	columns: 1;
}

@media (min-width: 575.98px) {
	ul.cup-list.inline {
		columns: 2;
	}
}

ul.cup-list.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

ul.cup-list.sub-area {
    margin-top: .5rem;
    margin-bottom: 1rem;
    margin-left: .75rem;
}

ul.cup-list.sub-area li {
    font-size: 16px;
}

ul.cup-list li:not(:last-child) {
    margin-bottom: 0.5rem;
}

span.dashed, label > span {
    cursor: pointer;
}

span.dashed {
    text-decoration: none;
    border-bottom: 1px #ffffff dashed;
    color: #ffffff;
}

#searchresults a {
	font-size: 16px;
}

ul.search-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.search-list li {
	display: block;
	text-align: left;
}

ul.search-list li label {
	cursor: pointer;
}

span.keyword-snippet {
	color: #ff0000;
	font-style: italic;
}

a.btn-news-delete {
    display: block;
    opacity: .5;
    text-align: center;
    transition: opacity .2s linear;
}

a.btn-news-delete:hover {
	opacity: 1;
}

a.btn-news-delete > img {
    width: 10px;
}
