/* CSS Document */

body
{
	font: 20px 'ExoLight', Arial, sans-serif;
	color:#6c6c6c;
	margin:0px;
	padding:0px;
	background-color:#45bcd2;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	background-color:#FFF;
	text-align:center;
}


td
{
		/*	border: #060 1px solid;		*/

}

h1
{
	font: 56px 'ExoDemiBold', Arial, sans-serif;
	color: #094e5b;
	text-align:center;
	margin: 8px;
}
.tekst

{
	font: 24px 'ExoRegular', Arial, sans-serif;
	color:#094e5b;
	
}

.tekst_mini
{
	font-size: 18px !important;
}

.tekst_mikro
{
	font-size: 14px !important;
}
.centar
{
	text-align:center;
	display:block;
	margin: 8px;
}


.input_nevidljivi_total
{
	font: 20px 'ExoLight', Arial, sans-serif;
	color:#6c6c6c;
	margin:0px;
	padding:0px 2px;
	
	border: 0px;
	background-color: transparent;
	width: 90%;
}

.input_nevidljivi_valuta

{
	font: 20px 'ExoLight', Arial, sans-serif;
	color:#6c6c6c;
	margin:0px;
	padding:0px 2px;
	text-align:right;
	border: 0px;
	background-color: transparent;
	width: 90%;
	
	/*	height: 20px;	*/
	/*	line-height: 20px;	*/
}

.input_nevidljivi_kuna

{
	font: 20px 'ExoLight', Arial, sans-serif;
	color:#6c6c6c;
	margin:0px;
	padding:2px 2px;
	text-align:right;
	border: 0px;
	background-color: transparent;
	width: 90%;
	
	/*	height: 20px;	*/
	/*	line-height: 20px;	*/
}




.prvi_red

{
	margin: auto;
	width: 90%;
	background-color: #d7dffc;
	height: 100px;
	padding: 12px;
}

.lijeva_baza
{
	float:left;
	width: 66%;
}

.desna_baza
{
	float: right;
	width: 33%;
}

.valuta_input
{
	/*	height: 36px;	*/
	width: 90%;
	border: #c6c6c6 1px solid;	
	background-color:#FFF;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.valuta_input_unutra_lijevo
{
	float:left;
	width: 24%;
	text-align:left;
	/*	border: #6c6c6c 1px solid;	*/
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	padding-left: 6px;
}

.valuta_input_unutra_desno
{
	float: right;
	width: 60%;
	text-align:right;
	border: #000 1px dashed;	
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 0px;
}
.clr
{
	clear:both; line-height:0px; height: 0px;
}


.tablica_container
{
	margin: auto;
	width: 94%;
	padding: 4px;
	background-color: #d0f0f7;
	text-align:center;
	/*	border: #090 1px solid; 	*/
	
}

#tablica_crypto
{
	margin: auto;
	margin-top:8px;
	width: 94%;
	padding: 4px;
	background-color: #f6c7c7;
	text-align:center;
	/*	border: #090 1px solid; 	*/
	
}


.tbl
{
	width: 100%;
}

.empty_tr
{
	background-color: #45bcd2;
	line-height:1px;
	height: 1px;
	border-collapse:collapse;
}

.full_tr

{
	
}

.tbl_mini_bijela
{
	border: #CCC 1px solid;
	background-color:#FFF;
	width: 100%;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.gumb_action_preracunaj

{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	text-align:center;
	line-height: 56px;
	font-family: 'ExoLight', Arial;
	font-size: 0.8em;
	color:#FFF;
	margin: 2px;
	height: 56px;
}

.gumb_action

{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px;
	text-align:center;
	line-height: 28px;
	font-family: 'ExoLight', Arial;
	font-size: 0.8em;
	color:#FFF;
	margin: 2px;
	height: 56px;
}

.gumb_back_orange
{

background: rgb(255,164,104); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,164,104,1) 0%, rgba(255,102,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,164,104,1)), color-stop(100%,rgba(255,102,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,164,104,1) 0%,rgba(255,102,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,164,104,1) 0%,rgba(255,102,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,164,104,1) 0%,rgba(255,102,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,164,104,1) 0%,rgba(255,102,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa468', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */


}

.gumb_back_green
{

background: rgb(255,164,104); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(94,226,58,1) 0%, rgba(41,179,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,226,58,1)), color-stop(100%,rgba(41,179,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(94,226,58,1) 0%,rgba(41,179,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(94,226,58,1) 0%,rgba(41,179,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(94,226,58,1) 0%,rgba(41,179,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(94,226,58,1) 0%,rgba(41,179,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ee23a', endColorstr='#29b304',GradientType=0 ); /* IE6-9 */


}

.gumb_back_red
{

background: rgb(239,9,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,70,64,1) 0%, rgba(239,9,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,70,64,1)), color-stop(100%,rgba(239,9,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,70,64,1) 0%,rgba(239,9,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,70,64,1) 0%,rgba(239,9,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,70,64,1) 0%,rgba(239,9,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,70,64,1) 0%,rgba(239,9,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4640', endColorstr='#ef0800',GradientType=0 ); /* IE6-9 */


}

a:link, a:hover, a:visited, a:active
{
	color: #fff;
}