html, body, main {
	/*height: 100%;*/
}

body {
	margin: 0;
}

header,
main,
footer {
  display: block;
  font-family: 'Myriad Pro', sans-serif;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

.title {
	background-color: #3d6f97;
	color: #fff;
	padding: 8px 20px 7px 20px;
	margin: 0;
}

a {
	text-decoration: none;
}


/* Links BEGIN */
main a:link {
font-size: 12pt;
font-family: maven_medium, sans-serif;
color: #5a6468;
}

main a:active {
font-size: 12pt;
color: #3d6f97;
font-family: maven_medium, sans-serif;
text-decoration: underline;
}

main a:visited {
font-size: 12pt;
color: #3d6f97;
font-family: maven_medium, sans-serif;
text-decoration: underline;
}

main a:hover {
font-size: 12pt;
color: #3d6f97;
font-family: maven_medium, sans-serif;
text-decoration: underline;
}
/* Links END */

footer a {
	color:#3b6e96;
}

.second-footer {
    padding: 15px 0;
    background-color: #3b6e96;
	text-align:center;
}
.second-footer a {
    color: #fff;
    text-transform: uppercase;
	font-size:14px;
}
.second-footer a:hover {
    color: #c4c4c4;
}
.second-footer a:first-child {
    padding-right: 25px;
}


footer .company, footer .address, footer .contacts {
	width:33%;
}

p {
	margin: 0;
}

.tool {
	display: inline-block;
	width: 34px;
	height: 34px;
	background-color: #ebaa53 !important;
	vertical-align: middle;
}

.tool:hover {
	background-color: #284963 !important;
}

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

.menu-toggle {
	display: none;
}

.table-responsive-container {
	position: relative;
	padding: 20px 10px 0 10px;
	border: 1px solid #d9d9d9;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.table-scroll-left,
.table-scroll-right {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    z-index: 1;
    height: 40px;
    margin: auto;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, .75);
    background-size: 38px 14px;
}

.table-scroll-left {
    left: 0;
    background-position: 4px;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

.table-scroll-right {
    right: 0;
    background-position: -22px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

/* HEADER */
.header-top {
	position: relative;
	height: 85px;
	background-color: #ccdfee;
	border-top: 6px solid #39a174;
	border-bottom: 2px solid #ffffff;
}

.header-top:before {
	content: '';
	display: block;
	height: 1px;
	background-color: #ffffff;
}

.header-top .logo {
	display: inline-block;
	margin-top: 10px;
    margin-left: 22px;
}

.header-top .name {
    position: absolute;
    top: 34px;
    right: 116px;
    color: #fff;
    font-weight: bold;
    font-size: 13pt;
}

.header-top .version {
    position: absolute;
    top: 53px;
    right: 116px;
    color: #547895;
}

.header-top .logo-left {
	position: absolute;
	top: 4px;
	right: 24px;
	width: 77px;
	height: 64px;
	background: url(files/logo.png) no-repeat;
}

.header-bottom {
	position: relative;
	height: 34px;
	background-color: #3d6f97;
}

#header-tools ul.lvl_0 li > a,
#header-tools ul.lvl_1 li > a,
#header-nav ul.lvl_0 li > a,
#header-nav ul.lvl_1 li > a {
	color: #ffffff;
	background-color: #3d6f97;
}

#header-tools ul.lvl_0 li > a:hover,
#header-tools ul.lvl_1 li > a:hover,
#header-nav ul.lvl_0 li > a:hover,
#header-nav ul.lvl_1 li > a:hover {
	background-color: #284963;
}

#header-tools ul.lvl_0 > li,
#header-nav ul.lvl_0 > li {
	display: inline-block;
	border-right: 1px solid #8ba9c1;
	position: relative;
}

#header-tools ul.lvl_0 li > a,
#header-nav ul.lvl_0 li > a {
	display: inline-block;
	padding: 7px 20px;
	text-align: center;
	font-size: 12pt;
	vertical-align: middle;
}
#header-tools ul.lvl_0>li > a {
	padding:0;
}


#header-tools ul.lvl_1,
#header-nav ul.lvl_1 {
	display: none;
	position: absolute;
    top: 100%;
    background-color: #3d6f97;
    z-index: 2;
    border-top: 1px solid #8ba9c1;
    border-left: 1px solid #8ba9c1;
    border-right: 1px solid #8ba9c1;
}
#header-nav ul.lvl_1 {
    left: 0;
}
#header-tools ul.lvl_1 {
	right: 0px;
}

#header-tools ul.lvl_1 li,
#header-nav ul.lvl_1 li {
    border-bottom: 1px solid #8ba9c1;
}

#header-tools ul.lvl_1 li > a,
#header-nav ul.lvl_1 li > a {
	display: block;
	text-align: left;
	white-space: nowrap;
}

#header-nav ul.lvl_0>li.show_only_mobile {
	display:none;
}



.nav-arrow {
	display: none;
	background: url(../images/chevron-down.png) no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 16px;
    cursor: pointer;
}

li.show .nav-arrow {
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.show {
	display: block;
}

.show > a {
	background-color: #284963 !important;
}

.header-bottom ul li .tool + .tool {
	margin-right: 26px;
	border-left: 1px solid #ffffff;
}

.header-bottom .tool + .tool,
.header-bottom form + .tool {
	border-left: 1px solid #ffffff;
}

#searchForm {
	position: absolute;
    top: 0;
    right: 101px;
    width: 210px;
}

#searchForm input {
	height: 34px;
    border: none;
    background-color: #ededed;
    padding: 0 10px;
    float: left;
}

#searchForm .search {
	border: none;
	background: url(../images/search.png) no-repeat;
	background-position: center;
}

.block-view {
	background: url(../images/block-view-icon.png) no-repeat;
}

.list-view {
	background: url(../images/list-view-icon.png) no-repeat;
}

.settings {
	background: url(../images/settings-icon.png) no-repeat;
}

.questions {
	background: url(../images/questions-icon.png) no-repeat;
}

.logout {
	background: url(../images/logout-icon.png) no-repeat;
}

.block-view,
.list-view,
.settings,
.questions,
.logout {
	background-position: center;
}

#header-tools {
	position: absolute;
	top: 0;
	right: 15px;
}

/* HOVER BLOCKS (block-view, list-view) */
.block-view:hover .workplace-area,
.list-view:hover .workplace-area {
	display: block;
}

.workplace-area {
	display: none;
	background-color: #3d6f97;
	border: 1px solid #fff;
	position: absolute;
    top: 100%;
    left: 136px;
    z-index: 2;
    padding: 26px 13px 18px 18px;
    width: 866px;
    margin-top: -1px;
}

.workplace-area.list {
	width: auto;
	padding: 26px 18px 18px 18px;
}


#betriebsstaetten-dashboard .permit-block {
	margin: 0;
	margin-right: 20px;
	max-width: 386px;
	width: auto;
}

#betriebsstaetten-dashboard .permit-block .image {
	height: auto;
}



.permit-block {
	display: inline-block;
	margin: 0 5px 10px 0;
	width: 200px;
	position: relative;
}

.permit-block.list {
	display: block;
	margin: 0;
	width: 330px;
    border-bottom: 1px solid #3c6f97;
}

.permit-link {
	display: block;
	padding: 5px 32px 5px 10px;
	color: #fff;
    font-size: 10pt;
    text-align: left;
    background-color: #284963;
    position: absolute;
    left: 0;
    right: 0;
}

.permit-block.list .permit-link {
	position: relative;
}

.permit-link:after {
	content: '';
	display: block;
	width: 28px;
	height: 100%;
	background-color: #ebaa53;
	background-image: url(../images/permit-link.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}

.permit-link:hover {
	color: #3c6f97;
	background-color: #b8d3e8;
}

.permit-link:hover:after {
	background-color: #284963;
}

.permit-block .image {
	height: 88px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background-color: #fff;
	background-image: url(../images/betriebsstaette_default.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	overflow: hidden;
}

.permit-block.list .image {
	display: none;
}

.permit-block .image img {
	width: 100%;
	height: auto;
}

/* CONTENT */
main .header {
	position: relative;
	padding-bottom: 20px;
/*	display: table;*/
	width: 100%;
}

main .container {
	padding-bottom: 40px;
/*	padding-top: 30px;*/
}

main .header .left,
main .header .right {
/*	display: table-cell;
	vertical-align: bottom;*/
}

main .header .left.move {
	padding-left: 224px;
}

main .header .right {
	text-align: right;
}

main .header > p {
	color: #8a97a2;
	font-size: 11pt;
	margin: 0;
}

main .header h2 {
	color: #ebaa53;
	font-size: 20pt;
	margin: 22px 0 0 0;
}

main .header p {
	margin: 0;
	color: #acb5bc;
}

main .header p.message_error {
	color: red;
}
main .header p.message_success {
	color: green;
}


main .grid {
	display: table;
	width: 100%;
	table-layout: fixed;
}


.grid_margin_bottom {
	margin-bottom:20px;
}
.grid_info_container {
/*	display:table;*/
	width:100%;
	margin-bottom:20px;
}
.grid_info_container>div {
/*	display:table-row;*/
}
.grid_info_container>div>div {
/*	display:table-cell;*/
/*	vertical-align:top;*/
}
.grid_info_container>div>div.grid_info_right {
/*	padding-left:20px;*/
}

.grid_info {
/*	display:table;*/
	width:100%;
	margin-bottom:20px;
}
.grid_info>div {
/*	display:table-row;*/
}
.grid_info>div>div {
/*	display:table-cell;*/
	vertical-align:middle;
/*	height:36px;*/
	padding:4px 7px 5px 8px;
}
.grid_info>div>div.icon_document {
	padding:0px 0px 0px 0px;
	text-align:center;
}
.grid_info>div:nth-child(odd) {
	background-color:#e3edf6;
}

.grid_info_header {
	background-color:#3d6f97;
	color:#ffffff;
	padding:8px 20px 7px 20px;
}



.grid_data {
	display:block;
	width:100%;
	margin-bottom:10px;
}
.grid_data>form>div,
.grid_data>div {
	display:block;
	padding:7px 7px 7px 7px;
}
/*.grid_data>form>div:nth-child(odd),
.grid_data>div:nth-child(odd) {*/

.grid_data>form>div:nth-child(4n+1),
.grid_data>form>div:nth-child(4n+2),
.grid_data>div:nth-child(4n+1),
.grid_data>div:nth-child(4n+2) {
	background-color:#e3edf6;
}


.grid_data_header {
	background-color:#3d6f97;
	color:#ffffff;
	padding:8px 20px 7px 20px;
}

.form_edit input[type="text"],
.form_edit input[type="password"],
.form_edit textarea,
.form_edit select {
	width:100%;
	max-width:768px;
}
.form_genehmigung_edit select.select_category,
.form_nebenbestimmung_edit select.select_category {
	width:100px;
}







.left-bar {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	padding: 0 26px 0 0;
}

.left-bar .title {
	margin: 0;
}

.left-bar ul {
	border: 1px solid #d9d9d9;
}

.left-bar ul li a/*,
.left-bar ul li:first-child*/ {
/*	color: #3c6f97;*/
	display: block;
	padding-left: 25px;
	padding-right: 12px;
}

.left-bar ul li:nth-child(odd) a/*,
.left-bar ul li:first-child*/ {
	padding-top: 7px; 
	padding-bottom: 7px;
}

.left-bar ul li:nth-child(even) a {
	padding-top: 5px; 
	padding-bottom: 5px;
	background-color: #e7e7e7;
}

.main {
/*	display: table-cell;*/
	vertical-align: top;
/*	width: auto;*/
	width: 100%;
	position: relative;
}

.main .date-list {
	display: none;
	position: absolute;
	background: url(../images/chevron-double-down.png) no-repeat;
	background-size: 50%;
	background-position: center;
}

.main .zoom {
	position: absolute;
    top: 0;
    right: 0;
	background: url(../images/plus.png) no-repeat;
	background-position: center;
}

.main .image {
	max-width: 100%;
	width: auto;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 28px;
	background: #ccdfee;
    text-align: center;
}

.main .image img {
	max-width: 100%;
	height: auto;
}

.resolution {
	position: relative;
}

.resolution-table {
	position: relative;
}

.main .print {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/print.png) no-repeat;
	background-position: center;
	cursor:pointer;
}

.resolution .filter {
	position: relative;
	display: table;
	width: 100%;
	background-color: #b8d3e8;
	color: #4a5258;
	border-top: 1px solid #fff;
	font-size: 11pt;
	min-height: 33px;
	padding:5px 0 10px 20px;
}

.resolution .filter2 {
	position: relative;
	display: block;
	width: 100%;
	background-color: #b8d3e8;
	color: #4a5258;
	border-top: 1px solid #fff;
	font-size: 11pt;
	min-height: 33px;
	padding:7px 20px;
}

.resolution .filter2 .filter2_width_100 {
	width: 100%;
}

.resolution .filter > p {
	padding: 8px 20px;
	margin: 0;
	display: table-cell;
	width: 210px;
}

.resolution .filter3 > p {
	padding: 8px 20px;
	margin: 0;
	display: block;
}

.resolution .filter > p {
	padding: 8px 20px;
	margin: 0;
	display: table-cell;
	width: 210px;
}


.resolution .filter form {
	display: table-cell;
	width: auto;
	padding-right: 100px;
}

.resolution .filter form > ul li {
	display: inline-block;
}

.resolution .filter form > ul li + li {
	margin-right: 10px;
}

.filter .cat-list {
	display: none;
	position: absolute;
    right: 85px;
    top: 0px;
    background: url(../images/filter.png) no-repeat;
    background-size: 50%;
    background-position: center;
}

.filter .display {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 33px;
	color: #fff;
    padding: 0 12px;
    line-height: 33px;
    border: none;
    cursor: pointer;
}

.resolution table {
	/*min-width: 966px;*/
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.resolution table th {
	color: #3c6f97;
	padding: 0px 7px 5px 7px;
	border-bottom: 1px solid #d9d9d9;
}

.resolution table td {
	color: #4a5258;
	padding: 6px 10px;
}

.resolution table tr:nth-child(odd) td {
	background-color: #e3edf6;
	padding-top: 7px;
    padding-bottom: 7px;
}

.resolution table .center {
	text-align: center;
}

.resolution .new,
.resolution .edit,
.resolution .delete,
.resolution .move {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.resolution .new {
	background: url(../images/new-icon.png) no-repeat;
	background-position: center;
}

.resolution .edit {
	background: url(../images/edit-icon.png) no-repeat;
	background-position: center;
}

.resolution .delete {
	background: url(../images/delete-icon.png) no-repeat;
	background-position: center;
}

.resolution .move {
	background: url(../images/move-icon.png) no-repeat;
	background-position: center;
}

.resolution a + a {
	margin-left: 5px; 
}

/* FOOTER */
footer {
	background-color: #bad4e8;
}

.footer-wrap{
	border: 1px solid #fff;
	padding: 20px 14px;
}

.footer-wrap .container {
	height: 73px;
	display: table;
}

.footer-wrap .logo,
.footer-wrap .company,
.footer-wrap .address,
.footer-wrap .contacts {
	display: table-cell;
}

.footer-wrap .logo {
	width: 56px;
	height: 47px;
	background: url(files/logo.png) no-repeat;
	background-size: contain;
}

.footer-wrap h3 {
	margin: 0;
	color: #fff;
    font-weight: bold;
    font-size: 13pt;
}

.footer-wrap ul li,
.footer-wrap p {
	color: #547895;
	font-size: 12pt;
}

.footer-wrap ul li {
	display: inline-block;
}

.footer-wrap .container div + div {
	padding-left: 16px;
}

.footer-wrap .container ul li + li:before {
	content: '// ';
}


/* SUBPAGES */
#genehmigung-nummer + #anhange {
	padding-left: 20px;
}

#genehmigung-nummer,
#anhange {
	display: table-cell;
}

#nebenbestimmungen {
	margin-top: 20px;
}


/* FORMS */
.form-block {
	background-color: #bad4e8;
}

.form-block form {
	padding: 20px;
}

.form-block form dl dd {
	margin-left: 0;
	margin-top: 3px;
}

.form-block table {
	width: 100%;
}

.form-block input,.form-block select {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}


/* BUTTONS */
.button {
	display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #ebaa53 !important;
    vertical-align: middle;
    border: none;
    width: auto;
    height: 33px;
	color: #fff !important;
    padding: 0 12px;
    line-height: 33px;
    cursor: pointer;
    font-size: 14px;
}

#nue-betriebsleiter {
	width: 50%;
	background-color: #bad4e8;
}





.pagination {
	text-align:center;
	margin-bottom:10px;
}
.pagination>a+a {
	margin-left:5px;
}
.pagination_item_active,
.pagination_item_inactive {
	display:inline-block;
	min-width:20px;
	text-align:center;
	text-decoration:none;
}
.pagination_item_active {
	background-color:#3d6f97;
	color:#ffffff !important;
	border:1px solid #3d6f97;
}
.pagination_item_inactive {
	background-color:#e3edf6;
	border:1px solid #3d6f97;
	color:#000000;
}



.overflow_hidden {
	overflow:hidden;
}


































































/* RESPONSIVE */
@media (max-width: 1249px)
{
	.resolution .filter {
		display: block;
	}

	.resolution .filter > p {
		display: block;
	}

	.resolution .filter form > ul {
		display: block;
/*		padding: 0px 20px 8px 20px;*/
	}
}

@media (max-width: 952px)
{

	.left-bar {
		display: none;
	}
	
	main .header .left.move {
		padding-left: 0px;
	}


	.grid_info_container,
	.grid_info_container>div,
	.grid_info_container>div>div {
/*		display:block;*/
	}
	
	.grid_info_container > div > div.grid_info_right {
/*		padding-left:0px;*/
	}
	
	

	#searchForm {
		top: 35px;
		right: 0;
		z-index: 1;
	}

	.header .left h2 {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 1024px) {

	.menu-toggle {
	    display: inline-block;
	    position: absolute;
	    right: 16px;
	    top: -32px;
	    padding: 0 !important;
	}

	.menu-toggle .icon-bar {
	    width: 24px;
	    margin: 6px auto;
	    height: 2px;
	    background-color: #fff;
	    display: block;
	    position: relative;
	    top: 0;
	    bottom: 0;
	}

	
	#header-nav ul.lvl_0>li.show_only_mobile {
		display:block;
	}

	#header-tools, #header-nav .tool  {
		display: none;
	}

	#header-nav {
		position: absolute;
	    top: 100%;
	    background-color: #3d6f97;
	    left: 0;
	    right: 0;
	    z-index: 1;
	}

	#header-nav .dropdown-menu {
		display: none;
		box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	}

	#header-tools ul.lvl_0 li,
	#header-nav ul.lvl_0 li {
	    display: block;
	}

	#header-tools ul.lvl_0 li,
	#header-nav ul.lvl_0 li {
		border: none;
	}

	#header-nav ul li a {
		border-bottom: 1px solid #8ba9c1;
	}

	#header-nav li {
		border-top: 1px solid #8ba9c1;
	}

	#header-nav ul.lvl_0 li > a {
		display: block;
		text-align: left;
		padding: 11px 30px;
	}

	#header-nav ul.lvl_1 {
		position: static;
		display: none;
	}

	#header-nav ul.lvl_1 li > a {
		padding-left: 42px;
		background-color: #5a8fba;
	}

}

@media (max-width: 768px)
{

	.nav-arrow {
		display: block;
	}


	#searchForm {
		position: static;
	    width: auto;
	    margin: 3px 10px 10px 10px;
	    padding: 0;
	}

	#searchForm input {
		width: 100%;
	    float: none;
	    box-sizing: border-box;
	}

	#searchForm button {
		display: block !important;
	    position: absolute;
	    top: 3px;
	    right: 10px;
	}

	main .header .left {
		padding-left: 0;
	}

	main .header .left h2 {
		margin: 22px 0 0 0;
	}

	.left-bar {
		width: 180px;
		text-align: center;
	}

	.left-bar ul li a, .left-bar ul li:first-child {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-wrap .container {
		display: block;
		height: auto;
	}

	.footer-wrap {
		position: relative;
		padding: 36px 0px 20px 0px;
	}

	.footer-wrap .logo {
		background-position: 0 0;
		position: absolute;
		top: 10px;
	}

	.footer-wrap .company,
	.footer-wrap .address,
	.footer-wrap .contacts {
		display: inline-block;
		vertical-align: top;
		margin-left: 36px;
	}

	.footer-wrap .container div + div {
		padding-top: 4px;
	}
	
	main .grid {
		display: block;
    	position: relative;
	}

}

@media (max-width: 580px)
{

	div.grid_info.use_as_div_less_580px {
		display:block;
	}
	div.grid_info.use_as_div_less_580px>div {
		display:block;
	}
	div.grid_info.use_as_div_less_580px>div>div {
		display:block;
		height:auto;
		padding-top:3px;
		padding-bottom:5px;
	}

	main .grid {
		display: block;
    	position: relative;
	}

	.left-bar {
		display: none;
	    position: absolute;
	   	top: 35px;
	    z-index: 1;
	    overflow: auto;
	    max-height: 400px;
	    background-color: #fff;
	    padding: 0;
	    box-shadow: 5px 5px 5px rgba(0,0,0,.25);
	}

	.main {
		display: block;
	}

	.main .date-list {
		display: block;
	}

	.main div.date-list + p.title {
		padding-left: 45px;
	}

	.left-bar > .title {
		background-color: #ebaa53;
		padding: 8px 0;
	}

}

@media (max-width: 530px) {
	.header-top .logo {
		display: none;
	}
}

@media (max-width: 400px) {
	.resolution .filter {
		height: 33px;
	}

	.resolution .filter > p {
		display: none;
	}

	.resolution .filter ul {
		display: none;
		position: absolute;
		margin-top: 1px;
	    background-color: #ebaa53;
	    z-index: 1;
	    width: 120px;
	    top: 100%;
	    right: 85px;
	    padding: 10px;
	    color: #fff;
	    box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	}

	.filter .cat-list {
		display: block;
		height: 33px;
		width: 33px;
		cursor:pointer;
	}

}

@media (max-width: 350px)
{
	.header-top .name {
		position: static;
		padding-top: 6px;
	}

	.header-top .version {
		position: static;
	}
}

@media (min-width: 769px)
{
	#header-tools ul.lvl_0 > li:hover ul.lvl_1,
	#header-nav ul.lvl_0 > li:hover ul.lvl_1 {
		display: block;
	}
}



div.rps_row {
	border2:1px solid blue;
}
div.rps_row>div {
	border2:1px solid orange;
}


.block_images>.rps_row>div {
	padding:0 10px 10px 0;
/*	border:1px solid red;*/
}
.block_images>.rps_row>div>div {
	height:200px;
	overflow:hidden;
/*	border:1px solid blue;*/
}
.block_images>.rps_row>div>div>a.block_images_item_link {
	background-color:#284963;
	color: #fff;
	display: block;
	font-size: 10pt;
	left: 0;
	padding: 5px 32px 5px 10px;
	position: absolute;
	right: 0;
	text-align: left;
	box-sizing:border-box;
	margin:0 10px 0 0;
}
.block_images>.rps_row>div>div>a.block_images_item_link:hover {
	color: #3c6f97;
	background-color: #b8d3e8;
}
.block_images>.rps_row>div>div>a.block_images_item_link:after {
	content: '';
	display: block;
	width: 28px;
	height: 100%;
	background-color: #ebaa53;
	background-image: url(../images/permit-link.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}
.block_images>.rps_row>div>div>a.block_images_item_link:hover:after {
	background-color: #284963;
}
.block_images>.rps_row>div>div>div.block_images_item_image {
	margin-top:25px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center,center;
	height:200px;
}
.block_images>.rps_row>div>div>div.block_images_item_image>a {
	display: block;
	height:100%;
}
.block_images>.rps_row>div>div>div.block_images_item_image>a>img {
	width:100%;
	height:auto;
}

.container_login {
}
.container_login_container {
	max-width:460px;
	margin:30px auto 30px auto;
	padding:15px;
	background-color:#CEE4FC;
	border:2px solid #bfbfbf;
}
.container_login_container_box {
	display:table;
}
.container_login_container_box>div {
	display:table-row;
}
.container_login_container_box>div>div {
	display:table-cell;
	vertical-align:top;
}
.container_login_container_box_cell_right {
	padding-left:20px;
}
.container_login_container_box_cell_right_row_head {
	margin-bottom:10px;
}
.container_login_container_box_cell_right_row_btn {
	text-align:center;
	margin-top:20px;
}




.thumbnail h4{
	margin-block-end: 0.5em;
}

.thumbnail img{
	border: solid 1px #3D6F97;
}

.responsive-grid{
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
	margin-inline: max(20px, auto); 
}


.responsive-grid.r-4{
	grid-template-columns: repeat(auto-fit, minmax(min(225px, 100%), 1fr));
}

.responsive-grid img{
	
	transition: transform 0.2s;
	width: 100%;
}

.responsive-grid img:hover{
	transform: scale(1.02);
}

.icon-button{
	background-color: #ec9f2a;
	color: #fff !important;
	padding-inline: 12px;
  	border: 1px solid #ececec;
	width: fit-content;
  	display: flex;
 	flex-wrap: no-wrap;
  	align-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	line-height:47px;
	background: linear-gradient(110deg, rgba(236,160,42,1) 0%, rgba(236,159,42,1) calc(12% - 1px), rgba(61,114,149,1) 12%);
	margin-block: 2em;
	margin-block-end: 4em;
}

.icon-button img {
width: 1.3em;
margin-right: 20px;
}

.icon-button:hover {
text-decoration: none;
background: #ec9f2a;
}

.icon-button img:nth-of-type(2){ 
width: 0.8em;
margin-right: unset;
margin-left: 0.6em;
margin-top: -5px;
}


