html {
	height:100%;
}
body {
	background-color:#000;
	color:#fff;
	font-size:27px;	
	height:100%;
}

h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 4vh 0 1vh 0;
	display: block;
	width: auto;
	font-size: 1.8em;
	border-bottom: 1px solid #fff;
}	

h2, .table-caption {
	font-size:1.5em;
	padding:3px 5px;
	background-color: #fff;
	color:#000;
	display:inline-block;
	margin:21px 0px 20px 0px;
}
h3 {
	font-size:1.5em;
	padding:0px 5px;	
	color:#fff;
	display:block;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}
h4 {
	font-size:1em;
	padding:0px 5px;	
	color:#fff;
	display:block;
	margin:0.8em 0px 0.8em 0px;
	font-weight:bold;
}
 p, span, div.content, ul, a, nav, aside, label, panel{
 
	font-size:1.1em;
	}
li {
	font-size:inherit;	
}	
*:focus {
	border:2px solid blue !important;	
}

blockquote {
	padding:0px 0px 0px 2em;
	border-left:none;
	margin:0px;	
}
input, textarea, select, button {	
	font-size:1.3em !important;
	line-height:1.3em !important;
}
input[type="search"], input[type="text"]
{
	color:#000 !important;	
	
}
input#edit-submit {
	margin-top:-6px;	
}
#search-block-form input[type="submit"]
{
	padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -6px;
    font-size:1em;	
    background:none;
    background-color:yellow !important;
}
h1 a, h2 a, li a {
	font-size:inherit !important;	
}
.bg-white {
	background-color:#fff;	
	color:#000;
}
a, a:hover, a:active, a:link {
	color:yellow;
	font-weight:bold;	
}
article > header > h1 {
	margin-bottom:10px;	
	text-transform: none;
}
article > header > h1 >a {
	line-height:1.3em;	
}
a:visited {
	text-decoration:underline;	
}
header a.logo {
	display:inline-block;	
}
header a.logo > img {	
	margin-left:1vh;
	width:320px;
	height:auto;
} 
#menu2 {
	display:block;
	clear:both;
}

#skiplink {
	background-color:#000;	
	text-align:left;
	margin-bottom:0px;
	overflow: visible;
}
.language-link.is-active{
	display:none;	
}

.help-info {
	padding-bottom:30px;
	padding-top:30px;
}
header .help-info {
	background-color:#fff;
	color:#000;	
	padding:20px 20px 10px 20px;
	margin-top:1vh;
	margin-bottom:20px;
}
header .help-info ul 
{	
	margin-top:10px;
	padding-left:0px;
	font-weight:bold;	
	line-height:1.5em;	
}
header .help-info ul li {
	list-style-type:none;
	
}
.help-call {
		font-size:1.3em;
		font-weight:bold;
		padding-top:10px;
		padding-left:10px;
		padding-bottom:10px;		
		color:#fff; 
		background-color:#1a306d;
 }
#crime .help-info {	
	font-size:1.4em;	
	padding-top:10px;
	padding-bottom:20px;
}
#crime .help-info p{
	background-color:#fff;
}
.help-info p {		
	color:#000;
	padding:5px;
	font-weight:bold;
}
.help-info p:last-child {
	padding-bottom:0px;
}
.help-info h2{
	
}
.help-info a{
	background-color:yellow;	
	color:#000;
	padding:0px 5px;
}

#skiplink ul li
{
	list-style-type:none;
	margin-bottom:0px;
	display:inline;
	text-align:center;	
}
#skiplink ul li:last-child  a{
	background-color:transparent;
	color:yellow;
	text-transform:none;	
}
ul.local-block-navigation 
{
	list-style-type:none;	
	margin:0px;		
	padding:0px;
}
#skiplink a{
	background-color:yellow;
	color:#000;
	padding:0px 10px;
	font-weight:bold;
	line-height:29px !important;
	vertical-align:middle;
	line-break:strict;	
	font-size:0.9em !important;
}
#menu2 h1 {
	border-bottom:2px solid #dfdfdf;	
}
#menu2 h1, #menu2 h2{
	color:#000;
	font-weight:bold;
	padding:7px;
	margin-top:20px;
	margin-bottom:5px;
}
#menu2 ul{
	list-style-type:none;
	display:inline-block;
	padding-left:0px;
}
#menu2 ul li a{	
	display:inline-block;
	color:yellow;
}

main section > header > h1, footer section > header > h1 {    
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    margin:4vh 0 1vh 0;
    display:block;
    width:auto;    
    font-size:1.8em;
    border-bottom:2px solid #fff;
}
main section#crime > header > h1 {
    margin:3vh 0 1vh 0;
}
input[type="submit"] {
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    color: #000000;
    font-weight: bold;    
    line-height: inherit;
    font-size:inherit;
    vertical-align: middle;
    border-width: 1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.66);
    background: -webkit-linear-gradient(#fffdfd, #c3c3c3);
    background: -o-linear-gradient(#fffdfd, #c3c3c3);
    background: -moz-linear-gradient(#fffdfd, #c3c3c3);
    background: linear-gradient(#fffdfd, #c3c3c3);
}
.panel {
	background:none;
	margin-bottom:5px;	
}

article header {
	background:none;	
}
article footer > dl > *	 {
	display:inline;	
}

.newsflow article{
	margin:25px 0px !important;	
}
.newsflow time {
	white-space:nowrap;
}

main section {
	margin-top:0px;
	margin-bottom:20px;
} 
#search-block-form {
	margin-top:0px;
	margin-bottom:20px;
	margin-left:-10px;
}
main #border-info section {
	margin-top:0px;
	margin-bottom:0px;
}
#border-info h3 {
	margin:5px 0px 10px 0px;	
}

section#migration-data-block {
	margin-bottom:20px;	
	padding-bottom:15px;
	border-bottom:1px solid #fff;
}
section#migration-data-block .views-label, section#migration-data-block .field-content {
	display:inline;
}
section#migration-data-block .content-container {
	margin-top:15px;	
}

ul.intercaption-data-block li
{
	list-styl-type:none;
	display:inline;
}
.visually-hidden
	{
	height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: -10000px;
    top: auto;
    white-space: nowrap;
}
.page .gazd_fajl span.file {
    display: block;
}
.page input {
    background-color: #fff;
    line-height:1em;
    height: 2em;
    border-radius: 0px;
    padding: 5px;
    border: 3px solid blue;
}	
.page textarea {
	background-color: #fff;
    line-height:1em;
    border-radius: 0px;
	padding: 5px;
    border: 3px solid blue;
}
.page select{
	height:2em;
	line-height:1em;	
	color:#000;
	font-weight:bold;
	font-style:normal;
}
.views-exposed-form
{
	margin:20px 0px;	
}
.pager a {
	color:yellow !important;
	background-color:#000 !important;	
}
.pager li.is-active>a {
    border: 4px solid #ddd;
    }
.pager a.is-active {
		background-color:transparent !important;
		color:#fff;	
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color:transparent;
    border-color: transparent;
    font-sie:1.3em;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color:transparent;
    border-color: transparent;
    font-size:1.3em;    
}
main.page article.post header > h1 {
	text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    margin:4vh 0 1vh 0;
    display:block;
    width:auto;    
    font-size:1.8em;
    border-bottom:1px solid #fff;
}
main.page.taxonomy article header > h1 {
	text-transform: none;
}

.issue-data-table-container table {
	
	padding:10px;
	border:1px solid #dfdfdf;
	margin-bottom:30px;
	width:100%;
}
.issue-data-table-container table td:first-child{
	width:70%;
}
.issue-data-table-container table td, .issue-data-table-container table tr th {
	padding:5px 10px;
	
}
.issue-data-table-container table tr th {
	border-bottom:2px solid #dfdfdf;	
}
.issue-data-table-container table tbody tr:first-child
{
	font-weight:bold;
	
}

.issue-data-table-container caption
{
	    
    background-color: #f7f7f7;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #ededed;
    font-weight: 700;
    color: #000000;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	padding:10px;
}	
.data-table-grouping1 {
	margin-bottom: 21px;
	margin-top:31px;
	font-size: 37px;
	text-transform: uppercase;
}
.views-table-akadalymentes tbody tr td[tabindex="0"]:focus
{
	border:2px solid blue !important;
}
.views-table-akadalymentes th{
	word-wrap: break-word;
	word-break: break-all;
	width:180px;
}
.views-table-akadalymentes th:first-child, .views-table-akadalymentes td:first-child{
	width:230px;
}
.views-table-akadalymentes th, .views-table-akadalymentes td, .views-table-akadalymentes caption {
    border: 1px solid #dbdbdb!important;
    font-weight: normal;
    vertical-align:middle; 
    text-align: left;
    margin:0px;
    padding: 5px!important;
    color: #fff;
    border-collapse:collapse;
}
.views-table-akadalymentes caption {
    border-bottom: none!important;
    background-color: #06334b;
    color: #fff;
	line-height:50px;
	vertical-align:middle;  
	font-size:1em;  
}
.views-table-akadalymentes th {    
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-weight:normal;
    font-size:1em;
    line-height:1.2em;
}
.views-table-akadalymentes thead {
    padding: 10px;
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    padding: 2px 3px;
    border-bottom: none;
    border-width: 0px;
}
.views-table-akadalymentes tr {
    /*background: transparent url(/sites/all/themes/policehu/images/article_bg.png) no-repeat bottom center;*/
    border-bottom:2px solid #dbdbdb;
}

.views-table-akadalymentes tbody {
    padding: 10px;
    border-top: 1px solid #ccc;
}
.views-table-akadalymentes.gdpr-table thead > tr > th:first-child{
	width:400px;
}
.downtime-periods > header > h1  {
	border-bottom:none;
}
#downtime-periods-block .field-container .field-value-container {
	display:inline-block;
}
#downtime-periods-block .icon-update {
	background:none;
	border-left:none;
	font-style:normal !important;	
	padding-left:0px !important;
}
#downtime-periods-block .content-container {
	font-size:100%;
}
#data-protection-layer {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;		
	background: #000;
	color:#fff;	
	padding:30px 30px;
	text-align:left;
	z-index:10000;
	border:none;}

#data-protection-layer:focus {
	border:0 !important;	
}

#data-protection-layer button{	
	padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 10px;
    font-size: 1em;
    background: none;
    background-color: yellow !important;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    border-width: 1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.66);
}
#data-protection-layer button:hover{	
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
}
#data-protection-layer.hidden  {
	display:none;	
} 
#data-protection-layer a{
	color: yellow;		
}
.data-registry-container h2{
	display:block;
}
.maintenance-link {
	background-color:#710000;
		
}
.maintenance-link > a {
	line-height:52px;
	vertical-align:middle;
	display:block;		
	color:#fff;
}

.pager li>a, .pager li>span  {
	background:transparent;	
}
.koral-list .person figure {
    height: 200px;
}
.koral-top-list .koral-list .flex-grid.person .col .image-container .name {
	position:static;
	font-size:18px;
	background-color:yellow;		
}
#koral-top-frontpage .koral-list .image-container.new, .koral-top-list .koral-list .person .col.new { 
	border:3px solid yellow;	
}
.koral-top-list .koral-list .flex-grid.person .col .image-container > .properties {
	bottom:58px;	
}
.koral-top-list .koral-list .flex-grid.person .col .image-container > figure.catched + .properties {
	bottom:0px;	
}
.koral-top-list .koral-list .flex-grid.person .col .image-container > figure:not(.reward) + .properties {
	bottom:0px;	
}
.page.koral .region.large-image {
	display:none;
}
.page.koral .container-wrapper {
	background-color:transparent !important;	
}
.koral-details .line.image {
	margin:0px auto !important;
}
.koral-details .flex-grid.person.top .image-container, .line.image > .image-container {
	margin-bottom:15px;	
}
.flex-grid.person.top figure.reward::before, .line.image figure.reward::before, #koral-top-frontpage .koral-list .image-container figure.reward::before {
	font-size:18px;	
	background-color: #710000;
}
.koral-details .image-container > figure.reward::before, .koral-details .image-container > figure.catched::before{ 
	font-size: 26px;
    background-color: #710000;
    text-align: center;
}
.koral-details h3 {
	 background-color: #fff;
	 color:#000;
	 font-size:1.3em;
	 margin-bottom:25px;
}
.koral-details .content-full {
	margin-top:25px;
	width:100%;	
}
.koral-details h3.priority + div {
	margin: -57px 0px 0px -3px;
	font-size:1.13em;
	border: 3px solid yellow;
}
.koral-details .line {
	line-height:62px;
	font-size:1.1em;
}
.postpage.page.koral article.post.koral-details > header { 
	height:auto;	
}
.koral-details .line.left{
	float:none;
	line-height:43px;
	background:transparent;
	color:#fff;
}
.koral-details .content {
	width:100%;	
}
.postpage.koral .share {
    min-height: 0px;
 	text-align:right;
 	width:100%;
 	position:absolute !important;
 	bottom:0px;
}
.postpage.page.koral article.post > header {
	width:100%;	
}
.postpage.page.koral article.post > header > h1 {
	font-size:46px;
}
.koral-details .content h3 {
	width:100%;
	background-color:#fff;
	color:#000;	
	margin-bottom:25px;
}
.koral .layer-send-email {
	left: 11px;
    top: 141px;
    margin-left: 0px;
    width: auto;	
    display:none;	
}
.koral .layer-send-email a {
	font-size:1.1em;
	background:yellow;
	color:#000;
	margin:0px auto;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    font-weight: bold;
    line-height: inherit;
    font-size: inherit;
    vertical-align: middle;
    border-width: 1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.66);
}

.page form.koral-contact-form .js-form-item label {
	width:100% !important;
	color:#fff;	
}
#edit-statement-text strong {
	color: #fff;
	font-size:1.1em;	
}
.captcha-description{
	color:#fff;
	font-size:1.1em;		
}

.g-recaptcha {
	margin-bottom:20px;	
}

input[type="submit"] {
	background:yellow;	
	border:0;
}
input[type="submit"]:hover {
	background:yellow !important;	
	border:0;
}

 @media (min-width: 360px) {	
	body {
		background-color:#000;
		color:#fff;
		font-size:15px;	
		height:100%;
	}
	#search-block-form {
		margin-left:5px;
	}	
	#skiplink ul {
 	
    	text-align: left;
    	padding-left:10px;
	}
	#skiplink ul li a{
 	
    	white-space:nowrap;
	}
	#border-info ul {
		display:inline-block;
		margin:0px 0px 20px 10px;
	}
	.page form .js-form-item select {
	    margin-right: 0px;
	    display:block !important;
	    width: auto;	    
	    margin-top: -2px;
	    margin-bottom:10px !important;
	}
}
@media (min-width: 900px) {	
	#search-block-form {
		margin-left:-10px;
	}
	.page form .js-form-item select {
	    margin-right: 0px;
	    display:inline-block !important;
	    width: auto;	    
	    margin-top: -2px;
	    margin-bottom:0px !important;
	}
}
@media (min-width: 780px) {	
	body {
		background-color:#000;
		color:#fff;
		font-size:17px;	
		height:100%;
	}	
}
@media (min-width: 1200px) {	
	body {
		background-color:#000;
		color:#fff;
		font-size:20px;	
		height:100%;
	}
	.newsflow div[class*="col-"]:last-child{
		padding-left:50px;
		margin-top:-8px;
	}	
	#skiplink {
		margin-bottom:10px;
	}
	#border-info ul {
		display:inline-block;
		margin:0px 0px 20px 60px;
}
	
}
@media (min-width: 1600px) {
	header a.logo > img {
		width:450px;
	}
	body {
		background-color:#000;
		color:#fff;
		font-size:27px;	
		height:100%;
	}
}

#viber_share
{
		display: inline-block;
		background-image:url(../images/logo_icon_yellow_small.png);
		background-position: center center;
		background-repeat:no-repeat;
		background-size:80% 80%;
		width: 32px;
    	height: 32px;
        border-radius: 0px;
        line-height:32px;
        margin-top:-3px;
        vertical-align:middle;
        text-align: center;
}

.flex-grid.person .name {
	position: static;
}
