@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color: #fff;
}

img {
	display: block;
}

/* BACKEND ELEMENTS */

input:focus, textarea:focus, select:focus {
	
    outline: none;
	
}

::placeholder {
	
  	font-weight: 300;
	font-style: italic;
	color: #666;
	font-family: roboto-condensed, sans-serif;
	border-bottom: 1px dotted #999;
	font-size: 22px;
}

#zastinfo {
	
	display: none;
	
}

.button {
	background-color: white;
	cursor: pointer;
}

.button:hover {
	background-color: #dcdcdc;
}

#zast:hover #zastinfo {
	
	display: block;
	
}

.ellipsis {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 300;
}

.rOver { background-color: #666; cursor: pointer;}

.rOver:hover { background-color: black; }

.nButBck {
	
	cursor: pointer;
	background: linear-gradient(90deg, #666, #999 30%);
	
}

.nButBck:hover {
	
	background: linear-gradient(90deg, #1a6170, #2A9FB8 30%);
	
}

.pButBck {
	
	cursor: pointer;
	background: linear-gradient(270deg, #666, #999 30%);
	
}

.pButBck:hover {
	
	background: linear-gradient(270deg, #1a6170, #2A9FB8 30%);
	
}

.KRIK {
	
	font-family: stencil-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	
}

.fbBut {
	
	border-radius: 20px;
	
}

.pBut {
	
	background-color: #666;
	
}

.pBut:hover {
	
	background-color: #333;
	
}

.wBox1 {
	
	display: none;
	border-radius: 10px;
	
}

.warning1 {
	
	cursor: pointer;
	
}

.warning1:hover .wBox1 {
	
	display: block;
	z-index: 10;
	
}

.warning2 {
	
	cursor: pointer;
	
}

.warning2:hover .wBox2 {
	
	display: block;
	z-index: 10;
	
}

.fwd {
	
	background-color: #666;
	cursor: pointer;
	
}

.fwd:hover {
	
	background-color: #333;
	cursor: pointer;
	
}

.pretraga {
	
	background-color: rgba(0,0,0,0);
	border: 0px solid white;
	padding: 0px 0px 1px 0px;
	font-family: roboto-condensed, sans-serif;
	font-size: 22px;
	width: 400px;
	
}

.subheader {
	
	color: #666;
	cursor: pointer;
	
}

.subheader:hover {
	
	color: black;
	
}

#cellD {
	
	display: none;
	
}

#cellF:hover #cellD {
	
	display: block;
	
}

.label {
	
	font-family: roboto-condensed, sans-serif;
	font-size: 14px;
	
}

.cellTxt {
	
	font-family: roboto-condensed, sans-serif;
	font-size: 13px;
	
}

.subheader_element {
	
	font-family: roboto-condensed, sans-serif;
	font-size: 16px;
	
}

.subheader_element a:link {
	
	color: #2A9FB8;
	text-decoration: underline;
	
}

.subheader_element a:visited {
	
	color: #2A9FB8;
	text-decoration: underline;
	
}

.subheader_element a:hover {
	
	color: #000;
	text-decoration: none;
	
}

.subheader_element2 {
	
	font-family: roboto-condensed, sans-serif;
	font-size: 16px;
	color: white;
	
}

.subheader_element2 a:link {
	
	color: white;
	text-decoration: none;
	
}

.subheader_element2 a:visited {
	
	color: white;
	text-decoration: none;
	
}

.subheader_element2 a:hover {
	
	color: white;
	text-decoration: underline;
	
}

.blink {
	
	text-decoration: none;
	color: black;
	
}

.blink a:link {
	
	text-decoration: none;
	color: black;
	
}

.blink a:hover {
	
	text-decoration: underline;
	color: black;
	
}

.blink a:visited {
	
	text-decoration: none;
	color: black;
	
}

.profile {
	
	background-color: white;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: pointer;
	
}

.profile:hover {
	
	background-color: #ececec;
	
}

.profile2 {
	
	background-color: #2A9FB8;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: pointer;
	color: white;
	
}

.profile2:hover {
	
	background-color: #217e91;
	color: white;
	
}

.profile3 {
	
	background-color: #efefef;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: default;
	color: #666;
	
}

.sort {
	
	background-color: #666;
	cursor: pointer;
	color: #dcdcdc;
	font-family: roboto-condensed, sans-serif;
	font-size: 14px;
	
}

.sort:hover {
	
	background-color: #000;
	
}

.fcpanel {
	
	font-family: rift, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	
}

.fcpanelbut {
	
	font-family: rift, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #999;
	
}

.fcpanelbut a:link {
	
	text-decoration: none;
	color: #999;
	
}

.fcpanelbut a:visited {
	
	text-decoration: none;
	color: #999;
	
}

.fcpanelbut a:hover {
	
	text-decoration: none;
	color: black;
	
}

.fcpanelbut2 {
	
	font-family: rift, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: orangered;
	
}

.fcpanelbut2 a:link {
	
	text-decoration: none;
	color: orangered;
	
}

.fcpanelbut2 a:visited {
	
	text-decoration: none;
	color: orangered;
	
}

.fcpanelbut2 a:hover {
	
	text-decoration: none;
	color: black;
	
}

.fButton {
	
	padding: 5px 7px 5px 7px;
	border-radius: 5px;
	border: 1px solid black;
	
}

.fSeparator {
	
	float: left;
	position: relative;
	width: 20px;
	height: 45px;
	background-color: #FFE8B8;
	
}

.fTxt {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #AD6C00;
	
}

.fTxtField {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 600;
	font-size: 18px;
	border: solid black 0px;
	border-bottom: 1px #AD6C00 solid;
	background-color: rgba(0,0,0,0);
	padding: 0px;
	margin-left: 5px;
	
}

.fTxtArea {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 500;
	font-size: 14px;
	border: solid black 0px;
	background-color: rgba(0,0,0,0);
	margin-left: 5px;
	width: 600px;
	resize: none;
	padding: 10px;
	
}

.fTxtArea2 {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 500;
	font-size: 16px;
	border: solid black 0px;
	background-color: rgba(0,0,0,0);
	margin-left: 5px;
	width: 800px;
	resize: none;
	padding: 10px;
	
}

.fSubmit {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding: 2px 8px 2px 8px;
	
}

/* FRONTEND ELEMENTS */

.headTitle {
	
	font-family: rift, sans-serif;
	font-weight: 500;
	line-height: 1;
	
}

.warning {
	
	font-family: roboto-condensed, sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: white;
	
}

.opis {
	
	font-family: roboto-condensed, sans-serif;
	font-size: 14px;
	
}

.top {
	width: 100%;
	float: left;
	position: relative;
	background-color: black;
	min-height: 20px;
	z-index: 10;
}

.top2 {
	width: 100%;
	float: left;
	position: relative;
	background-color: #ddd;
	min-height: 20px;
	z-index: 10;
}

.search {
	background-color: rgba(0,0,0,0);
	border: 0px solid white;
	border-bottom: 1px solid grey;
	font-family: neue-haas-unica,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: black;
	padding: 0px 0px 0px 0px;
	width: 267px;
	font-size: 16px;
	
}

.topnav {
	width: 1000px;
	float: left;
	position: relative;
	margin-left: calc(50% - 500px);
}

.searchbar {
	font-family: neue-haas-unica,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    line-height: 1;
    font-size: 14px;
}

.profile {
	width: 1000px;
	margin-left: calc(50% - 500px);
	float: left;
	position: relative;
}

.topnav-element-right {
	padding-top: 2px;
	position: relative;
	float: right;
}

@media only screen and (max-width: 600px) {
	.top {
		display: none;
	}
	.top2 {
		display: none;
	}
	.profile {
		display: none;
	}
}

.topnav-title {
	font-family: quador-display, serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
}

