body {
	color: #777;
}
/*
h1 {
	color: #16496d !important;
}
*/
header {
	position: relative;
}

.header-img {
	width: 100%;
	max-height: 400px;
}

.header-logo-img {
	width: 120px;
}

.transparent-div {
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	min-height: 150px;
	z-index: 999;
}

.transparent-div p {
	visibility: hidden;
}

.header-logo-div {
	position: absolute;
	top: 5%;
	left: 20%;
}

.white-icon-div {
	position: absolute;
	top: 13%;
	right: 20%;
}

.white-icon-img {
	width: 80px;
}

.text-div {
	position: absolute;
	top: 75%;
  left: 20%;
}

.text-div h1 {
	color: white;
	text-transform: uppercase;
}

@media (min-width: 1701px) and (max-width: 1800px) {
	.header-logo-div {
		top: 5%;
		left: 18%;
	}
	.white-icon-div {
		top: 13%;
		right: 18%;
	}
	.text-div {
		top: 75%;
		left: 18%;
	}
}

@media (min-width: 1601px) and (max-width: 1700px) {
	.header-logo-div {
		top: 5%;
		left: 16%;
	}
	.white-icon-div {
		top: 13%;
		right: 16%;
	}
	.text-div {
		top: 75%;
		left: 16%;
	}
}

@media (min-width: 1501px) and (max-width: 1600px) {
	.header-logo-div {
		top: 5%;
		left: 14%;
	}
	.white-icon-div {
		top: 13%;
		right: 14%;
	}
	.text-div {
		top: 75%;
		left: 14%;
	}
}

@media (min-width: 1401px) and (max-width: 1500px) {
	.header-logo-div {
		top: 5%;
		left: 10%;
	}
	.white-icon-div {
		top: 13%;
		right: 10%;
	}
	.text-div {
		top: 75%;
		left: 10%;
	}
}

@media (min-width: 1301px) and (max-width: 1400px) {
	.header-logo-div {
		top: 5%;
		left: 8%;
	}
	.white-icon-div {
		top: 13%;
		right: 8%;
	}
	.text-div {
		top: 75%;
		left: 8%;
	}
}

@media (min-width: 1201px) and (max-width: 1300px) {
	.header-logo-div {
		top: 5%;
		left: 5%;
	}
	.white-icon-div {
		top: 13%;
		right: 5%;
	}
	.text-div {
		top: 75%;
		left: 5%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.header-logo-div {
		top: 5%;
		left: 8%;
	}
	.white-icon-div {
		top: 13%;
		right: 9%;
	}
	.text-div {
		top: 75%;
		left: 8%;
	}
}

@media (max-width: 830px) and (max-width: 991px) {
	.header-logo-div {
		top: 5%;
		left: 13%;
	}
	.white-icon-div {
		top: 13%;
		right: 13%;
	}
	.text-div {
		top: 75%;
			left: 13%;
	}
}
 
@media (max-width: 768px) and (max-width: 830px) {
	.header-logo-div {
		top: 5%;
		left: 5%;
	}
	.white-icon-div {
		top: 13%;
		right: 5%;
	}
	.text-div {
		top: 75%;
			left: 5%;
	}
}

@media (max-width : 768px) {
	.transparent-div {
		min-height: 110px;
	}
	.header-logo-img {
	width: 70px;
	}
	.text-div {
			top: 66%;
	}
}

@media (min-width: 509px) and (max-width: 768px) {
	.header-logo-img {
		width: 85px;
	}
	.white-icon-div {
		top: 4%;
		right: 5%;
	}
	.text-div {
		top: 40%;
		left: 2%;
	}
}

@media (min-width: 440px) and (max-width: 508px) {
	.transparent-div {
		min-height: 82px;
	}
	.header-logo-div {
		top: 5%;
		left: 5%;
	}
	.white-icon-div {
		top: 4%;
		right: 5%;
	}
	.text-div {
		top: 40%;
		left: 2%;
	}
}

@media (max-width: 439px) {
	.transparent-div {
		min-height: 68px;
	}
	.white-icon-div {
		top: 6%;   
	}
	.text-div {
		top: 36%;
	}
	.header-logo-img {
		width: 55px;
	} 
	.white-icon-img {
		width: 65px;
	}
}

@media (max-width: 410px) {
	.text-div h1 {
		font-size: 15px;
		text-transform: uppercase;
	}
	.text-div {
		 top: 40%;
		 left: 3%;
	}
}

/* TOP NAVIGATION MENU */
@media (min-width: 992px) {
	#xl-menu {
		position: absolute;
		right: 0;
		width: 50%;
		background: rgba(255,255,255,0.8);
		z-index: 999999;
		height: 700px;
	}

	#xl-menu nav {
		position: relative;
	}

	#show-menu {
		right: 0;
		margin: 20px;
		width: 60px;
		position: absolute;
		z-index: 99999;
	}

	#hide-menu {
		right: 0;
		margin: 20px;
		position: relative;
	}

	nav {
		margin-left: 30px;
	}

	nav ul {
		margin-top: 15%;
	}

	nav ul li {
		width: 30%;
	}

	nav ul ul li {
		width: 100%;
	}

	.second_submenu, .third_submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -50%;
		margin-top: 0;
	}

	.first_menu_item:hover {
		border-bottom: 1px solid red;
		color: #f00;
	}

	.second_menu_item:hover {
		border-bottom: 1px solid red;
		color: #f00;
	}

	.third_menu_item:hover {
		border-bottom: 1px solid red;
		color: #f00;
	}

	.first_menu_item:hover .second_submenu {
		display: table;
	}

	.second_menu_item:hover .third_submenu {
		display: table;
	}

	.first_menu_item, .second_menu_item, .third_menu_item {
		color: #1c486d;
	}
}

@media (max-width: 992px) {
	.transparent-div{
		margin-top: 50px;
	}
	.navbar{
		z-index: 9999;
	}
	.marginBottom-0{
		margin-bottom:0;
	}
	.dropdown-submenu{
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu{
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}
	.dropdown-submenu>a:after{
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;
		margin-right:-10px;
	}
	.dropdown-submenu:hover>a:after{
		border-left-color:#555;
	}
	.dropdown-submenu.pull-left{
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu{
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}
}

/* CAROUSEL */
#top-carousel .item img {
	width: 100%;
}

#top-carousel ol {
	width: 20%;
	margin-left: 25%;
}

.carousel-caption {
	text-align: left !important;
	float: left;
}

.carousel-caption h1 {
	font-size: 36px;
	color: #1b486c;
}

.carousel-caption h4 {
	color: #1b486c;
}

/* NAVIGATION SECTION */
.home-first .row:first-child {
	margin-top: 40px;
}

.home-first .col-sm-4 .inner {
	padding: 0 10px;
}

.home-first .col-sm-4 img {
	position: relative;
	bottom: -10px;
	display: inline-block;
	max-width: 150px;
}

.home-first .col-sm-4 a {
	font-size: 14px;
	/*line-height: 80px;*/
	display: block;
	height: 85px;
	padding-top: 10px;
}

.home-first .col-sm-4 .inner .first-a, .third-a {
	border: 2px solid #e1e6ec;
	color: #1c486d;
	text-transform: uppercase;
}

.home-first .col-sm-4 .inner .second-a {
	border: 2px solid #e1e6ec;
	color: #1c486d;	
}

.home-first .vertical-line {
	bottom: 27px;
	position: relative;
	width: 100%;
	height: 3px;
	background: #e1e6ec;
}

.vertical-line {
	bottom: 27px;
	position: relative;
	width: 100%;
	height: 3px;
	background: #e1e6ec;
}

h1.sec-header {
	display: inline-block;
	background: #fff;
	color: #1c486d;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 11;
	position: relative;
}

.home-first .col-sm-12 h1 {
	display: inline-block;
	background: #fff;
	color: #1c486d;
	padding-left: 7px;
	padding-right: 7px;
	z-index: 11;
	position: relative;
}

.navigation-section {
	padding: 0 0 40px;
}

/* Article */

.first-headline-div {
	padding-top: 1%;
}

.first-headline {
	border-bottom: 2px solid #ffaa81;
}

@media (max-width: 450px) {
	.first-headline {
		font-size: 30px !important;
	}
}

.article-text {
	color: #777;
}

.article-icons-div-1 {
	margin-top: 30px;
}

.article-icons-div-2 {
	margin-top: 20px;
}

.article-icons-div-3 {
	margin-top: 20px;
}


.article-icons {
	width: 20px;
	/*background-color: #1c486d;*/
}

.article-navigation {
	border-bottom: 2px solid #ffaa81;
}

/* AKTUELNOSTI */
.home-second {
	margin-top: 10px;
	background: #FFF;
}

.home-second .inner-second h4,p {
	color: #1c486d;
} 

.home-second .col-md-4 .inner-second {
	margin-top: 30px;
}

/* SOCIAL */
.social {
	background: #ffaa81;
}

.social img {
	margin: 10px;
	width: 30px;
}

/* LINKS */
.links-container {
	overflow-y: auto;
	white-space: nowrap;
	max-height: 300px;
	margin-bottom: 10px;
}

.links li {
	cursor: pointer;
	line-height: 34px;
	/* margin-bottom: 15px; */
	/* list-style-image: url(/img/icons/bullet.png); */
	background: url(/img/icons/bullet.png) no-repeat left top;
	list-style: none;
	padding-left: 15px;
}

#link-img img {
	width: 100%;
	max-width: 100%;
	border: 1px solid gray;
	top: 0;
}

/* Section - .navigate-to-sekcije  */

.navigate-to-sekcije {
	padding-top: 25px;
	padding-bottom: 10px;
	/*padding-right: 80px;*/
	/*padding-left: 80px;*/
	background-color: #e1e6ec;
	margin-top: 40px;
	min-height: 130px;
}

@media (min-width: 768px) and (max-width: 992px) {

.navigate-to-sekcije {
	padding-top: 25px;
	padding-bottom: 10px;
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
}

}

.navigate-to-sekcije-div {
	max-height: 400px;
	overflow-y: hidden;
	position: relative;
}

.navigate-to-sekcije .navigate-to-img {
	width: 100%;
}


.navigate-to-sekcije a {
	text-decoration: none;
}

.navigate-to-sekcije .navigate-to-sekcije-p-1:hover h4,
.navigate-to-sekcije .navigate-to-sekcije-p-2:hover h4,
.navigate-to-sekcije .navigate-to-sekcije-p-3:hover h4 {
	color: #ffaa81;
} 

.navigate-to-sekcije .navigate-to-sekcije-p-1,
.navigate-to-sekcije .navigate-to-sekcije-p-2,
.navigate-to-sekcije .navigate-to-sekcije-p-3 {
    color: #1c486d;
    background: rgba(255, 255, 255, 0.49);
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    width: 100%;
}

.navigate-to-sekcije a:hover p {
	color: #ffaa81;
}

.navigate-to-sekcije .navigate-to-caret {
	color: #ffaa81;
}

.margin-top-15 {
	margin-top: 15px;
}

/* Article first-second-degree-studies */ 
.navigate-to-kursevi-div {
	padding-top: 20px;
	padding-bottom: 30px;
}

.heading-for-accordion-studies {
	border-bottom: 2px solid #ffaa81;
	font-size: 26px;
}

.heading-for-accordion-studies a {
	text-decoration: none;
} 

.accoridon-studies-glyphicon {
	color: #ffaa81;
}

/* Article naucna sekcija */

.first-headline-div {
	padding-top: 1%;
	padding-bottom: 1%;
}

.first-headline {
	border-bottom: 1px solid #ffaa81;
}

.naucna-sekcija h1, h2 {
	color: #1c486d;
}

.naucna-sekcija p {
	color: #59595b;
}

.naucna-sekcija a {
	text-decoration: none;
}

.naucna-sekcija a:hover {
	color: #ffaa81;
}

.naucna-sekcija table, tr, td {
	border: none;
}

.naucna-sekcija {
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 110px;
}

.naucna-sekcija-img {
	max-width: 100%;
	min-width: 100%;
}

/* Article */

.health-care {
	min-height: 400px;
}

.health-care .first-headline-div {
	padding-top: 1%;
}

.health-care .first-headline-div .first-headline {
	border-bottom: 2px solid #ffaa81;
}

.health-care .aside-article {
	border-left: 2px solid #ffaa81;
}

.health-care .aside-article .acreditation {
	margin-left: 10px;
	color: white;
	background-color: #fff;
}

.health-care .aside-article .aside-article-text {
	margin-left: 10px;
	margin-bottom: 10px;
}

.aside-article {
	min-width:280px;
}

.aside-article-text p {
	text-align:left;
	margin: 0px;	
}

.aside-article-text a, .aside-article-text a:hover {
	text-decoration: none;
}

.health-care .aside-article .article-icons-div-1 {
	margin-top: 40px;
	margin-left: 10px;
}

.health-care .aside-article .article-icons-div-2,
.health-care .aside-article .article-icons-div-3 {
	margin-top: 10px;
	margin-left: 10px;
}

.health-care .aside-article .article-icons {
	width: 20px;
	/*background-color: #1c486d;*/
}

.health-care .navigate-to-kursevi-div {
	padding-top: 20px;
	padding-bottom: 30px;
}

.health-care .heading-for-accordion-studies {
	border-bottom: 2px solid #ffaa81;
	font-size: 26px;
}

.health-care .heading-for-accordion-studies a {
	text-decoration: none;
} 

.health-care s.accoridon-studies-glyphicon {
	color: #ffaa81;
}

/* Section staff-list */
.staff-list-div {
	margin-top: 40px;
	border-bottom: 2px solid #ffaa81;
}

/* Section staff-list-images */
.staff-list-images {	
	margin-top: 25px;
	/*background-color: #e1e6ec;*/
	padding-top: 25px;
	padding-bottom: 10px;
	/*padding-right: 60px;*/
	/*padding-left: 60px;*/
}

.staff-images-profil {
	/*height: 265px;*/
	/*max-height: 400px;*/
	/*width: 100%;*/
	margin:left;
}

.staff-images {
	height: 150px;
	/*max-height: 400px;*/
	/*width: 100%;*/
	margin: 0 auto;
}

.staff-list-images-text-1,
.staff-list-images-text-2,
.staff-list-images-text-3,
.staff-list-images-text-4 {
	background-color: rgba(255,255,255,0.44);
	color: white;
	font-size: 12px;
	display: flex;
	display: -webkit-flex;;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	height: 112px;
	margin-bottom: 10px;
}

.navigate-to-caret {
	color: #ffaa81;
}

.staff-list-images a:hover p {
	color: #ffaa81;
}

.margin-top-15 {
	margin-top: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.staff-list-images {
		margin-top: 25px;
		background-color: #e1e6ec;
		padding-top: 25px;
		padding-bottom: 10px;
		padding-right: 15px;
		padding-left: 15px; 
	}
}

/* Section .under-header-section */
.under-header-section {
	background-color: #ffaa81;
	padding: 15px 0 15px 0;
}

.under-header-section-icon {
	width: 40px;
}

.under-header-section-span {
	font-size: 30px;
	padding: 0 40px;
	color: white;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.under-header-section-span {
		font-size: 25px;
		padding: 0 10px;
	}
} 

@media (min-width: 774px) and (max-width: 991px) {
	.under-header-section-span {
			font-size: 20px;
			padding: 0px 10px;
	}
	.under-header-section-icon {
			width: 30px;
	}
}

@media (min-width: 741px) and (max-width: 773px) {
	.under-header-section-span {
		font-size: 20px;
		padding: 0px 7px;
	}
	.under-header-section-icon {
		width: 25px;
	}
}

@media (min-width: 603px) and (max-width: 740px) {
	.under-header-section-span {
		font-size: 16px;
		padding: 0px 7px;
	}
	.under-header-section-icon {
		width: 17px;
	}
}

@media (max-width: 602px) {
	.under-header-section-span {
		font-size: 16px;
		padding: 0px;
	}
	.under-header-section-icon {
		width: 15px;
	}
}

/* Article first-second-degree-studies */ 
.heading-for-accordion-studies {
	border-bottom: 2px solid #ffaa81;
	font-size: 26px;
}

.heading-for-accordion-studies a {
	text-decoration: none;
} 

.accoridon-studies-glyphicon {
	color: #ffaa81;
}

.mail-studies-img {
	width: 30px;
	/*background-color: #1c486d;*/
}

.mail-studies-a {
	color: #ffaa81;	
}

/* Article studije */
.studije h1 {
	color: #1c486d;
	border-bottom: 2px solid #ffaa81;
	margin-top: 30px;
}

.studije a {
	text-decoration: none;
}

.studije a:hover p {
	color: #ffaa81;
}

.studije-img-div {
	max-height: 300px;
	overflow-y: hidden;
}


/* Article zdravstvena-nega */
.heading-for-accordion {
	border-bottom: 2px solid #ffaa81;
	font-size: 26px;
}

.heading-for-accordion a {
	text-decoration: none;
} 

.accoridon-glyphicon {
	color: #ffaa81;
}

/* FOOTER */
.my-footer {
	background-color: #1c486d;
	padding: 40px 77px 40px 77px;
}

.my-footer a,
.my-footer ul li {
	color: white;
}

.my-footer ul li:hover a {
	color: #ffaa81;
	text-decoration: none;
}

.my-footer .footer-ul-right {
	max-height: 180px;
	min-height: 180px;
	border-right: 1px solid white;
	padding-right: 10px;
	line-height: 200%;
}

.my-footer .footer-ul-left {
	max-height: 180px;
	min-height: 180px;
	border-left: 1px solid white;
	padding-left: 10px;
}

.my-footer ul:nth-child(3) {
	line-height: 200%;
}

@media (min-width: 992px) and (max-width: 1200px) {
	
	.my-footer {
		padding: 40px 33px 40px 40px;
	}

	.my-footer .footer-ul-right {
		padding-right: 5px;
	}
	.my-footer .footer-ul-left {
		padding-left: 5px;
	}
}

 @media (min-width: 768px) and (max-width: 992px) {
 	.my-footer {
 	padding: 40px 50px 40px 50px;
	}
 }

@media (max-width: 768px) {
.my-footer {
 	padding: 40px 0 40px 0;
 	}
}

.footer-bottom {
	background: #59595a;
	color: #c3c1c4;
	min-height: 50px;
	padding-top: 15px;
}

/* MISC */
.citaj-vise {
	/*padding-bottom: 15px;*/
}

/*@media (min-width: 1001px) {
	.img-obrazovanje, .lista-programa {
		display: inline !important;
	}
}

@media (max-width: 1000px) {
 	.img-obrazovanje, .lista-programa {
 		display: block !important;
	}
}*/

.citaj-vise a {
	text-decoration: none;
	font-size: 18px;
	color: #022d5d;
	vertical-align: bottom;
}

.citaj-vise a:hover {
	text-decoration: none;
	color: #022d5d;
}

.citaj-vise span {
	color: #ff7417;
	vertical-align: bottom;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
}

.img-responsive-inline {
	display: inline;
	max-width: 100%;
	height: auto;
}

.nastavnici-profil-images {
	display: inline;
  width: 150px;
}

.staff-list-images a {
	text-decoration: none;
}

.staff-list-images a:hover {
	text-decoration: none;
}

.aktuelnost-naslovna {
	/*max-width: 360px;*/
	/*min-width: 360px;*/
	width: 100%;
	max-height: 240px;
	min-height: 240px;
}

.kurs-lista {
	max-height: 80px;
	min-height: 80px;
	margin-bottom: 30px;
}

.kurs-lista a {
	text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
	z-index: 1;
	display: block;
	overflow: hidden;
}

.kurs-lista div {
	background-color: #e1e6ec;
	height: 80px;
	/*padding: 10px;*/
	text-align: center;
	display: flex;
	display: -webkit-flex;;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

.vest-lista {
	max-height: 80px;
	min-height: 80px;
	margin-bottom: 30px;
}

.vest-lista div {
	background-color: #e1e6ec;
	height: 80px;
	padding: 10px;
	text-align: center;
	display: flex;
	display: -webkit-flex;;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

.galery-items img {
	max-height:110px;
	min-height:110px;
}

.stari-sajt {
	font-size: 15px;
	font-weight: bold;
	margin: 15px;
  color: #337ab7;
}

.stari-sajt a {
	color: #fff;
}

#flip {
	cursor: pointer;
	color: #777777;
	width : 100%;
}

#panel, #flip {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;   
}

#panel {
    background-color: #FFF;	
	color: #777777;
    display: none;
}

#flip1 {
	cursor: pointer;
	color: #777777;
	width : 100%;
}

#panel1, #flip1 {
	padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel1 {
    background-color: #FFF;	
	color: #777777;
    display: none;
}

#flip2 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel2, #flip2 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel2 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip3 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel3, #flip3 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel3 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip4 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel4, #flip4 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel4 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip5{
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel5, #flip5 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel5 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip6 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel6, #flip6 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel6 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip7 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel7, #flip7 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel7 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip8 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel8, #flip8 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel8 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip9 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel9, #flip9 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel9 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip10 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel10, #flip10 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel10 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip11 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel11, #flip11 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel11 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip12 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel12, #flip12 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel12 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip13 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel13, #flip13 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel13 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip14 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel14, #flip14 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel14 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip15 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel15, #flip15 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel15 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip16 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel16, #flip16 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel16 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip17 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel17, #flip17 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel17 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip18 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel18, #flip18 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel18 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip19 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel19, #flip19 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel19 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip20 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel20, #flip20 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}
#panel20 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip21 {
	cursor: pointer;
	color: #777777;
	width : 100%;
}

#panel21, #flip21 {
	padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel21 {
    background-color: #FFF;	
	color: #777777;
    display: none;
}

#flip22 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel22, #flip22 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel22 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip23 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel23, #flip23 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel23 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip24 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel24, #flip24 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel24 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip25{
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel25, #flip25 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel25 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip26 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel26, #flip26 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel26 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip27 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel27, #flip27 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel27 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip28 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel28, #flip28 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel28 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip29 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel29, #flip29 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel29 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip30 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel30, #flip30 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel30 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip31 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel31, #flip31 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel31 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip32 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel32, #flip32 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel32 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip33 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel33, #flip33 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel33 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip34 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel34, #flip34 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel34 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip35 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel35, #flip35 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel35 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip36 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel36, #flip36 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel36 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip37 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel37, #flip37 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel37 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip38 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel38, #flip38 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel38 {
    background-color: #FFF;	
	color: #59595b;
    display: none;
}
#flip39 {
	cursor: pointer;
	color: #5496D1;
	width : 100%;
}

#panel39, #flip39 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}

#panel39 {
    background-color: #FFF;	
	color: #5496D1;
    display: none;
}
#flip40 {
	cursor: pointer;
	color: #777777;
	width : 100%;
}

#panel40, #flip40 {
    padding-left: 14px;
    text-align: left;	
    background-color: #FFF;  
}
#panel40 {
    background-color: #FFF;	
	color: #777777;
    display: none;
	hight:2800px; 
}
#flip41 {
	cursor: pointer;
	color: #777777;
	width : 100%;
}

#panel41, #flip41 {
    text-align: left;	
    background-color: #FFF;	 
}
#panel41 {
    background-color: #FFF;	
	color: #777777;
    display: none;
}

th { padding: 7px 10px 4px 10px;
	font-size:12px;
	color:#FFF;
	background-color: #5496D1;
}

td {
    padding: 7px 10px 4px 10px;
	font-size:12px;
}
tr:hover{background-color:#DFDFDF}

tr.neparni {
    background-color: #EFEFEF;
}

tr.sivi {
    background-color: #d0d0d0;
}
.whiteBackground { background-color: #fff; }
.grayBackground { background-color: #ccc; } 