/* 
    Document   : general
    Created on : 20.12.2012., 19:55:17
    Author     : Josip Radic
    Description: general css that applies to all elements
*/

body, .textboxlist *, #nav *, input, textarea, select, button {
	font-family: "regular";
	font-size: 1em;
	line-height: 20px;
}
*::-moz-focus-inner {
  border: 0;
}
body {
	min-width: 1120px;
	overflow-y: scroll;
	background-color: #00A2F0;
	color: #505353;
	overflow-x: auto;
}
a {
	text-decoration: none;
	color: inherit;
	cursor:pointer;
}
a:hover {
	color: #333;
}

/*form elements*/
input[type="text"],
input[type="password"],
input[type="search"],
select,
textarea {
	width: 100%;
	height: 29px;
	/*max-height: 100px;*/
	min-height: 20px;
	line-height: 20px;
	overflow-x: hidden;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-indent: 5px;
	border-width: 1px;
	border-color: #C4C4C4 #E4E4E4 #E4E4E4 #C4C4C4;
	border-right: 1px solid #E4E4E4;
	border-style: solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
	border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}


input[type="radio"] {
	vertical-align: middle;
	_vertical-align: sub;
}
input[type="checkbox"] {
	vertical-align: middle;
	_vertical-align: sub;
	background:url(../fpimages/marks/istekao_rok.png) center top no-repeat;
}

/*****/
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}
input[type=checkbox]:not(old) + label > span{
  display          : inline-block;
  width            : 25px;
  height           : 25px;
  margin           : 0px;
  padding-right	   : 3px;
  border           : 1px solid #525555;
 /* border-radius    : 0.25em; */
  background       : #525555;
  background-image :    -moz-linear-gradient(#525555,#525555);
  background-image :     -ms-linear-gradient(#525555,#525555);
  background-image :      -o-linear-gradient(#525555,#525555);
  background-image : -webkit-linear-gradient(#525555,#525555);
  background-image :         linear-gradient(#525555,#525555);
  vertical-align   : bottom;
}
input[type=checkbox]:not(old):checked + label > span:before{
 /* content     : '✓'; */
  content	  : url(../fpimages/marks/kvacica.png);
  display     : block;
  padding-left:-5px;
  padding-top:3px;
  width       : 25px;
  color       : #FFFFFF;
  font-size   : 20px;
  line-height : 25px;
  text-align  : center;
 /* text-shadow : 0 0 0.0714em #525555; */
  font-weight : 400;
}

input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 25px;
  height           : 25px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : none;
  /*border-radius    : 0.25em;*/
  background       : rgb(82,85,85); 
 /* background-image :    -moz-linear-gradient(rgb(92,95,95),rgb(82,85,85));
  background-image :     -ms-linear-gradient(rgb(92,95,95),rgb(82,85,85));
  background-image :      -o-linear-gradient(rgb(92,95,95),rgb(82,85,85));
  background-image : -webkit-linear-gradient(rgb(92,95,95),rgb(82,85,85));
  background-image :         linear-gradient(rgb(92,95,95),rgb(82,85,85));*/
  vertical-align   : middle;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 7px 0px 0px 7px;
  border           : none;
  border-radius    : 8px;
  background       : #C2C8C8; 
  background-image :    -moz-linear-gradient(#C2C8C8,#E0E6E6);
  background-image :     -ms-linear-gradient(#C2C8C8,#E0E6E6);
  background-image :      -o-linear-gradient(#C2C8C8,#E0E6E6);
  background-image : -webkit-linear-gradient(#C2C8C8,#E0E6E6);
  background-image :         linear-gradient(#C2C8C8,#E0E6E6);
}
/*
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : #FF0000;
  background-image :    -moz-linear-gradient(#960000,#FF0000);
  background-image :     -ms-linear-gradient(#960000,#FF0000);
  background-image :      -o-linear-gradient(#960000,#FF0000);
  background-image : -webkit-linear-gradient(#960000,#FF0000);
  background-image :         linear-gradient(#960000,#FF0000);
}
*/
/******/
label.checkbox {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
}
label.checkbox input[type="checkbox"],
.field input[type="checkbox"] {
	min-height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	position: relative;
	overflow-x: hidden;
}
input[type="password"] {
	font-family: arial;
}
select {
	width: auto;
	_padding: 5px 0 6px 0px;
	text-indent: 0px;
	height: 29px;
	min-height: 20px;
}
textarea {
	width: 100%;
	max-width: 100%;
	min-height: 100px;
	line-height: 20px;
	padding: 0px;
	text-indent: 0px;
}
input.amount,
input.bank_acc0,
input.bank_acc1,
input.date,
input.date-d,
input.date-m,
input.date-y {
	width: 30px;
	padding-left: 0;
	text-align: center;
	text-indent: 0px;
}
input.amount {
	width: 100px;
	text-indent: 5px;
	text-align: left;
}
input.bank_acc0 {
	width: 55px;
	text-align: left;
}
input.bank_acc1 {
	width: 75px;
	text-align: left;
}
input.date {
	width: 80px;
}
input.date-y {
	width: 55px;
}
button {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-left: 10px; /*it is very important for form elements correction width on the right because of borders on left and right */
	margin-right: 10px; /*it is very important for form elements correction width on the right because of borders on left and right */
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	line-height: 0px;
	font-size: 110%;
	font-family: "semibold";
	background-color: #fff;
	color: #777777;
	min-width: 100px;
	height: 30px;
	float: right;
	border-color: #D4D4D4 #B4B4B4 #B4B4B4 #D4D4D4;
	border-style: solid;
	border-width: 1px;
/* 	background: url("../fpimages/btn_shader.png") repeat-x scroll 0 100%; */
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
	border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
button.delete {
	float: left;
	color: red;
}

/*misc*/
.clear {
	clear: both !important;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.no-float {
	float: none !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.justify {
	text-align: justify !important;
}
.top {
	vertical-align: top !important;
}
.bottom {
	vertical-align: bottom !important;
}
.middle {
	vertical-align: middle !important;
}
.no-wrap {
	white-space: nowrap !important;
}
.selected {
	background-color: #eee;
}
.disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.enabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.label {
	line-height: 30px;
	font-family: "bold";
	margin: 5px 10px 5px 10px !important; /* every field needs to have 2px more on the right than gutter because of its form element's borders */
}
.field {
	line-height: 30px;
	margin: 5px 12px 5px 10px !important; /* every field needs to have 2px more on the right than gutter because of its form element's borders */
}
.break,
.gutter {
	min-height: 10px !important; /* the size of gutter */
}
.line {
	height: 1px;
	background-color: #eee;
}
.margin {
	min-height: 20px;
	margin: 10px !important;
}
.half-margin {
	min-height: 10px;
	margin: 5px !important;
}
.margin-left {
	margin-left: 10px !important;
}
.margin-right {
	margin-right: 10px !important;
}
.margin-top {
	margin-top: 5px !important;
}
.margin-bottom {
	margin-bottom: 5px !important;
}
.no-margin {
	margin: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.padding {
	min-height: 20px;
	padding: 10px !important;
}
.half-padding {
	min-height: 10px;
	padding: 5px !important;
}
.padding-half {
	min-height: 30px;
	padding: 15px !important;
}
.padding-left {
	padding-left: 10px !important;
}
.padding-right {
	padding-right: 10px !important;
}
.padding-top {
	padding-top: 5px !important;
}
.padding-bottom {
	padding-bottom: 5px !important;
}
.padding_half-left {
	padding-left: 15px !important;
}
.padding_half-right {
	padding-right: 15px !important;
}
.padding_half-top {
	padding-top: 15px !important;
}
.padding_half-bottom {
	padding-bottom: 15px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-left: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.min-height-small {
	min-height: 100px !important;
}
.min-height-normal {
	min-height: 200px !important;
}
.min-height-large {
	min-height: 300px !important;
}
.no-min-height {
	min-height: 0px !important;
}
.cursor-pointer {
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.indent {
	text-indent: 30px !important;
}

/*fonts*/
.regular {
	font-family: "regular";
	font-size: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-family: "italic";
}
.bold-italic {
	font-family: "bolditalic";
}
/* na ove velicine utjece globalno podesena velicina fonta */
/* u content.css-u za sve sto pripada u #content je to 80% */
.xsmall {
	font-size: 85%;
}
.small {
	font-size: 90%;
}
.normal {
	font-size: 100%;
}
.large {
	font-size: 110%;
}
.xlarge {
	font-size: 120%;
}
.capitalize:first-letter {
	text-transform: capitalize !important;
}

.malo{ /*za prijavu da ide u novi red, Ivan V. 03.10.2013*/
	min-height: 2px !important; 
}
.line2px {
	height: 2px;
	background-color: #409AEC;
}

.slobodna_mjesta{
	display:inline-block;
	position:relative;
	width:43px;
	height:32px;
	font-size:27px;
	margin:0 auto;
	line-height:normal;
	
}
