﻿/* Parts */

input.empty
{
	color:#ccc !important;
}

/* Red button */
.red-button
{
	position:relative;
	display:inline-block;
	padding:10px 20px;
	color:White;
	font-size:1.2em;
	text-transform:uppercase;
	background-color:#a8122e;
	background-image:url(../Img/red-gradient-bg.png);
	background-position:right 0;
	background-repeat:repeat-y;
	border-radius:4px;
	behavior:url(/css/PIE.htc);
}

.red-button-lijevi.red-button{
    right:275px;
    background: linear-gradient(to right,#0569B4 70%, #8FC2EA);
}

    
.red-button-lijevi.red-button:hover {
   
    background: linear-gradient(to right,#004377 70%, #0569B4);
}

.red-button:hover
{
	color:White;
	background-color:#6f0108;
	background-image:url(../Img/red-gradient-bg-hover.png);
}

.red-button .button-icon
{
	display:inline-block;
	margin:3px 0 0 30px;
	vertical-align:top;
	width:12px;
	height:15px;
	background-image:url(../Img/white-arrow.png);
	background-repeat:no-repeat;
}

/* Default overlay */
.overlay
{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2000;
	opacity:.4;
	filter:alpha(opacity = 40);
	background-color:Black;
	/* Fix for < IE7 */
	_position:absolute;
	_top:expression( tmpValue = document.documentElement.scrollTop + 'px' );
	_height:expression( tmpValue = document.documentElement.clientHeight + 'px' );
}

/* Phot ogallery */
.photo_gallery
{
}

.photo_gallery .photo_item
{
	display:inline-block;
	zoom:1;
	*display:inline;
	width:85px;
	margin:0 15px 15px 0;
	cursor:pointer;
}

/* File list */
.file-list
{
    background-image:url(../Img/blue-line.png);
    background-repeat:no-repeat;

	padding-top:15px;
    padding-left:25px;
    margin-top:10px;
}

.file-list .file-list-title
{
    text-transform:uppercase;
    font-size: 15px;
    margin-top:20px;
    margin-bottom:30px;
}

.file-list .file_item
{
	display:inline-block;
	min-height:80px;
    width: 175px;
	margin-bottom:10px;
	padding: 10px 30px 0 75px;
	background-repeat:no-repeat;
	background-image:url(../Img/Fti/Unknown.gif);
    vertical-align:top;
    font-size:16px;
}

.file-list .file_item:nth-child(3n+1)
{
    padding-right:0;
}

.file-list .pdf { background-image:url(../Img/Fti/pdf.png); }
.file-list .doc { background-image:url(../Img/Fti/word.png); }
.file-list .xls { background-image:url(../Img/Fti/excel.png); }
.file-list .ppt { background-image:url(../Img/Fti/MSPowerPoint.gif); }
.file-list .zip { background-image:url(../Img/Fti/Zip.gif); }
.file-list .avi { background-image:url(../Img/Fti/Video.gif); }
.file-list .pic { background-image:url(../Img/Fti/Unknown.gif); }

/* Poll */
.poll
{
	margin:0;
	padding:0;
	line-height:normal;
}

.poll_buttons
{
	padding-top:10px;
}

.poll_buttons a
{
	margin-right:5px !important;
}

.poll .pollBar
{
	margin:0;
	padding:7px 0 0 0;
	background-color:Red;
	font-size:1px;
}

.poll_result
{
	table-layout:fixed;
	width:100%;
}

.poll .poll_thankYou
{
	font-size:11px;
	font-weight:bold;
}

/* Simple slider */
.u-simple-slider
{
	position:relative;
}

.u-simple-slider .u-container
{
	position:relative;
	overflow:hidden;
}

.u-simple-slider .u-container .u-items
{
	width:10000px;	
}

.u-simple-slider .u-container .u-command
{
	position:absolute;
    bottom:10px;
    width:100%;
    height:10px;
    border:solid 1px red;
    text-align:center;
}

.u-simple-slider .u-command .u-button
{
    display:inline-block;
	top:-24px;
	width:10px;
	height:10px;
    margin-right:15px;
	background-image:url(../Img/icon-home-slider.png);
	background-position-x:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.u-simple-slider .u-command .u-button:hover,
.u-simple-slider .u-command .u-button.selected
{
    background-position-x:right;
}

/* Exchange list */
.exchange-list
{
	border-radius:5px;
	behavior:url(/css/PIE.htc);
}

.exchange-list .icon-currency
{
	display:block;
	width:16px;
	height:16px;
}

/* Exchange list - short */
.exchange-list.list-short
{
	height:262px;
	margin:0 auto;
	background-image:url(../Img/exchange-list-bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

.exchange-list.list-short .title
{
	position:relative;
	margin:0;
	padding:5px 15px;
	background-color:#004173;
	color:White;
	font-size:1.1em;
	font-weight:500;
	text-transform:uppercase;
	border-radius:5px 5px 0 0;
	behavior:url(/css/PIE.htc);
}

.exchange-list.list-short .exchange-content
{
	padding:10px 15px;
}

.exchange-list.list-short .tableDefault
{
	background-image:none;
	border:none;
}

.exchange-list.list-short .tableDefault thead th
{
	text-align:center;
	border:none;
	border-bottom:solid 1px #0569b4;
	font-weight:500;
}

.exchange-list.list-short .tableDefault tr td
{
	border:none;
}

.exchange-list.list-short .tableDefault tr td.alt
{
	background-color:#cde0ef;
}

.exchange-list.list-short .tableDefault .exchange-info td
{
	border-bottom:solid 1px #0069B5;
	font-size:.9em;	
}

.exchange-list.list-short .exchange-full
{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-top:5px;
	padding:1px 5px 1px 20px;
	background-image:url(../Img/icon-exchange-full.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-decoration:underline;
}
.exchange-list.list-short .exchange-full:hover
{
	text-decoration:none;
}

/* Exchange list - full size */
.exchange-list.list-full 
{
	/*margin-left:100px;
	width:525px;*/
}


.exchange-list.list-full .tableDefault
{
	width:100%;
	margin-bottom:20px;
	/*margin-left:auto;
	margin-right:auto;*/
}

.exchange-list.list-full .tableDefault thead th
{
	padding:8px 0;
    border:none;
	text-align:center;
    text-transform:uppercase;
}

.exchange-list.list-full .tableDefault thead th.group
{
    padding:0;
    background-image:url(../Img/table-th-group.png);
    background-position:center;
    background-repeat:no-repeat;
}

.exchange-list.list-full .tableDefault thead tr td
{
	padding-top:0;
    border:none;
	text-align:center;
    text-transform:uppercase;
}

.exchange-list.list-full .tableDefault tr td
{
	padding:10px 0;
	text-align:center;
}


.exchange-list.list-full .note p
{
	/*border-top: 1px solid #DFE5E7;*/
	padding-top:5px;
	margin-top:15px;
	color:#0569B4;
}


	
.exchange-list.list-full h2
{
	text-align:center;
	font-weight:500;
	padding-bottom:10px;
}

/* Exchange calculator */
.exchange-calculator
{
	background-color:#F3F8FB;
	padding-left:30px;
	padding-top:20px;
	padding-bottom:15px;
	border: 1px solid #004173;
	border-radius: 5px 5px 5px 5px;
	padding-bottom:25px;
	margin-bottom:20px;
}

.exchange-calculator table
{
	margin-top:15px;
}

.exchange-calculator table tr.emphasized
{
	background-color:#DCEAF4;
	font-size:15px;  
}

.exchange-calculator table td
{
	padding:3px 7px;
}

.exchange-calculator .calc-input
{
	width:60px;
	text-align:right;
}

.exchange-calculator .calc-value
{
	font-weight:bold;
	text-align:right;
}

.exchange-calculator input[type=submit]
{
	margin-top:5px;
	padding: 4px 10px;
	background-color: #004173;
	border-radius: 5px 5px 5px 5px;
	border-width:0px;
	color: White;
	font-size: 13px;
}

.exchange-calculator p
{
	margin-top:10px;
	font-size:13px;    
}

/* List of boxes */
div.box
{
    float: left;
    width: 231px;
    margin: 0 15px 15px 0;
    padding: 15px;
    border: solid 1px #1765ad;
    font-size: 0.9em;
}
div.box h1
{
    font-size: 1.5em;
}
div.box h5
{
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
div.box p
{
    margin-bottom: 20px;
}
div.box.poslovnica
{
    height: 420px;
}

.uplatni-bankomat
{
    float: right;
    width: 24px;
    height: 24px;
    background-image: url(../Img/icon-uplatni-bankomat.png);
    background-repeat: no-repeat;
}

.frame
{
    border:1px solid #1765ad;
    margin:30px 0px;
    padding: 20px 25px;
    margin-bottom:20px;
}
.frame h1
{
    text-transform: uppercase;
}

.useful-links table
{
    border: 1px solid #1765ad;
    margin-bottom:10px;
    padding:5px 20px;
    box-sizing:border-box;
    height:50px;
    width:100%;
}

.useful-links table td:nth-child(1)
{
    width:10%;
    text-align:center;
}

.useful-links table td:nth-child(2)
{
    text-align:left;
    padding-left:10px;
}

.useful-links table td:nth-child(3)
{
    width:20%;
    text-align:right;
}

.useful-links table img
{
    vertical-align:middle;
}

.linked_content
{
    background-color:#f1f1f1;
    padding: 40px 0 60px;
}

.linked_content h2
{
    font-size:1.2em;
    text-transform:uppercase;
    margin-bottom:15px;
}

.linked_content img
{
    width:100%;
}

.linked_content .content_item:nth-child(2)
{
    margin-right:20px;
}

.linked_content .content_item
{
    float:left;
    width:550px;
}

.maps-show 
{
    background-image:url(../Img/map.png);
    background-repeat:no-repeat;
    display:block;
    box-sizing:border-box;
    width:265px;
    height:265px;
    text-transform:uppercase;
    font-size:1.5em;
    padding:130px 60px 0 20px;
    margin-bottom: 40px;
}