/* desktop.css */

@media (min-width: 961px) {
	#left-side-menu {
		height: 100vh;
		max-width: 200px;
		width: 200px;
	}
	#site-content {
		width: 100%;
		height: 100vh;
		overflow-y: auto;
	}
	#jet-popup-3407 .jet-popup__close-button, 
	#jet-popup-3408 .jet-popup__close-button, 
	#jet-popup-3409 .jet-popup__close-button, 
	#jet-popup-3410 .jet-popup__close-button, 
	#jet-popup-3412 .jet-popup__close-button {
		top: 4%;
		right: 9%;
	}
	.acf-notice.-dismiss, 
	.acf-notice.-success {
		position: fixed;
		width: 740px;
		top: 30px;
		z-index: 9999;
	}
	.acf-notice.-dismiss p,
	.acf-notice.-success p	{
		font-size: 16px;
	}
	.acf-icon:before {
		padding-top: 2px;
	}
	.table-view-block, .table-view-block-header {
		/*width: calc(100vw - 187px);*/
	}
	.table-cell-id {
		width: 100px;
	}	
	.table-cell-date {
		width: 200px;
	}	
	.table-cell-title {
		width: 250px;
	}
	.table-cell-coordinates {
		width: 220px;
	}	
	.table-cell-observer {
		width: 200px;
	}	
	.table-cell-additional {
		width: 500px;
	}
	.published-meetings-filters .apply-filters__button,
	.published-meetings-filters .jet-remove-all-filters__button	{
		font-weight: 400;
		font-size: 14px;
		padding: 5px 15px;
		white-space: unset;
	}
	.view-card-data #object-googlemap{
		min-width: 961px;
		width: 100%;
	}
	.smartfooter-links {
		/*width: 600px;*/
		width: -webkit-fit-content;
		width: fit-content;
		height: 100px;
		padding: 0 25px;
	}
	#site-label-block {
		width: 300px;
	}
	#site-manage-block,
	#news-view-block,
	#map-filter-block,
	#map-manage-block {
		width: 90px;
		height: 70px;
	}
	.menu-item-block {
		width: 90px;
		height: 100px;
	}
	#site-manage-block img,
	#news-view-block img,
	#map-filter-block img,
	#map-manage-block img,
	#listing-filter-block img,
	.menu-item-block img {
		width: 70px;
		height: 70px;
	}	
	.site-logo img {
		width: 80px;
		height: 80px;
	}
}