* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
html {
	height:100%;
}
@font-face {
	font-family: 'TandFont';
	src: url('TAND.ttf');
}
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
		
	background: url(images/light-grey-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	-webkit-font-smoothing: antialiased;
}

#loader {
	background-color: #FFFFFF;
	opacity: 0.8;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	}
#loader .loader_info {
	position: relative;
	margin: 0 auto;
	padding-top: 250px;
	text-align: center;
}
#loader .loader_info img  {
	clear: both;
	}
#loader .loader_info p {
	clear: both;
	font-size: 18px;
}

.wrap {
	position:relative;
	margin:0 auto;
	text-align:left;
	width: 1400px;
}
.wrap-fluid {
	position:relative;
	margin:0 auto;
	text-align:left;
	width: 98%;
}

#container {
	margin-top:10px;
	width: 100%;

	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
	
	background: url(images/white_transparent_9.png);
	border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    
    float:left;
	clear:both;
}

#main {
	width: 1170px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
}

#navigation {
	width: 200px;
	margin: 0px 10px 0px 10px;
	float: left;
	display: inline;
}

p.userInfo {
	float:left; 
	display:inline;
	color: green;
	margin:20px 0px 0px 0px;
	
}
div.user_manual {
	width: 940px;
	margin: 10px 30px 10px 30px;
	padding: 10px 10px 10px 10px;
	background: #EDFAEE;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	float: left;
	clear: both; 
}

div.login {
	display:box;
	margin:0 auto;
	position: relative;
	text-align: center;
	padding: 0px;
	top:10%;
	width:500px;
	height: 270px;
	
 	border: 1px solid #AAAAAA;
    border-radius: 10px 10px 10px 10px;
    background: url(images/white_transparent_9.png);
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);

}
p.tand {
	font-family: 'TandFont';
	font-size: 60pt;
	float:left;
	margin: 0px 0px 15px 55px;
}
div.login form {
	display: box;
	margin:0 auto;
	width:350px;
	position: relative;
	top:10;
}
div.login h4 {
	margin: 5px 0px 25px 0px;

	}
div.login span {
	font-size:10px;
	color: red;
	float:right;
	
}

/* MAIN NAVIGATION */
ul.main {
	display: inline;
	list-style: none;
}

ul.main li.main, ul.main li.main a.main-link  {
	font-weight: 700;
	font-size: 16px;
	color: #003366;
	width: 200px;
	float: left;
	display: inline;
	clear: both;
}

.nav_category {
	width: 190px;
	float:left;
	display:inline;
	padding: 5px;
	background: #eeeeee;
	border-top: 1px solid #4E7DAB;
	margin-top: 5px;
}

ul.main li.main a.main-link:hover {
	color: #336699;
	text-decoration: underline;
}

ul.secondary {
	font-weight: normal;
	font-size: 14px;
	float: left;
	list-style: none;
	position: relative;
}

ul.secondary li.secondary {
	text-decoration: none;
	text-align: left;
	width: 200px;
	color: #003366;
	padding: 3px 0px 3px 5px;
}

ul.secondary li.secondary a {
	color: #003366;
	cursor: pointer;
}
ul.secondary li.secondary a.inactive {
	color: #BBBBBB;
}

ul.secondary li.secondary a:hover {
	color: black;
	text-decoration:underline;
}
ul.secondary li.secondary a.inactive:hover {
	color: #BBBBBB;
	text-decoration: none;
	cursor: default;
}

/* TABBED MENU */
ul.tab {
	display: inline;
	list-style: none;
}

ul.tab li {
	font-size: 18px;
	color: #003366;
	background: #EEEEEE;
	width: auto;
	float: left;
	display: inline;
	margin: 1px 2px 0px 0px;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
	padding: 5px 20px 10px 20px;
}

ul.tab li.active {
	font-weight: bold;
	display: block;
	background: url(images/white_transparent_9.png);
	/*margin-bottom: -1px;*/
	position: relative;
	top: 1px;
}

ul.tab li a {
	color: #003366;
}

ul.tab li a:hover {
	color: black;
	text-decoration:underline;
	cursor: pointer;
}

ul.tab_menu {
	display: inline;
	list-style: none;
}

ul.tab_menu li {
	font-size: 15px;
	color: #003366;
	background: #F7F5F5;
	width: auto;
	float: left;
	display: inline;
	margin: 10px 2px 0px 0px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	padding: 6px 20px 8px 20px;
	cursor: pointer;
}
ul.tab_menu li.first {
	margin: 10px 2px 0px 10px;	
}

ul.tab_menu li.active {
	font-weight: bold;
	display: block;
	background: url(images/white_transparent_9.png);
	margin-bottom: -1px;
	position: relative;
	top: 1px;
}

ul.tab_menu li a {
	color: #003366;
}

ul.tab_menu li a:hover {
	color: black;
	text-decoration:underline;
	cursor: pointer;
}

div.progress_bar {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
	z-index: 5;
	position: absolute;
	display: none;
}

div.panel {
	border: 1px solid #DDDDDD;
	border-radius: 0px 5px 5px 5px;
	width: 1170px;
	padding-bottom:20px;
	min-height:810px;
	position: relative;
	float: left;
	display: inline;
	clear: both;
}
div.panel h3 {
	float:left; 
	clear:both;
	margin:5px 0px 0px 0px;
	padding:10px 0px 3px 20px;
	color:#336699;
	font-size:12pt;
	width:1000px;
	border-bottom:1px solid #DDDDDD;
}
div.panel h4 {
	float:left; 
	clear:both;
	margin:25px 0px 10px 20px;
}

div.panel div.left {
	float: left;
	width: 300px;
	clear: left;
}

div.panel div.right {
	float: left;
	width: 750px;
	clear: right;
}

div.panel div.client {
	float: left;
	width: 510px;
	clear: none;
}
div.panel div.client h4 {
	margin-left: 115px;
}

div.panel div.client_right {
	float: right;
	width: 300px;
	clear: right;
}

div.panel div.static_data {
	float: left;
	width: 320px;
	clear: none;
}

div.panel_mini {
	width: 1170px;
	float: left;
	display: inline;
	clear: both;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #DDDDDD;
}
div.panel_mini h4 {
	float:left; 
	clear:both;
	margin:25px 0px 10px 20px;
}

/* Popup window - mini */
div.window_segment {
	width: 680px;
	margin: 5px 5px 5px 5px;
	float: left;
}

#typeProduct {
	max-height: 310px;
	overflow: hidden;
}

#typeCategory {
	max-height: 310px;
	overflow: hidden;
}

#divEmptyProperty {
	float: left;
	clear: both;
}

div.window_segment div.scroll {
	height: 270px;
	display: block;
	overflow: visible;
	overflow-x: hidden;
	clear: both;
}

div.window_segment h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	padding: 5px;
	width: 100%;
	background: #eeeeee;
	border-top: 1px solid #4E7DAB;
	color: #003366;
}
div.window_segment h4.subtitle {
	text-align: left;
	font-size: 15px;
	margin-top: 15px;
	
	
}


div.window_segment h4 a {
	color: #336699;
	text-decoration: underline;
}

p.data {
	margin: 3px 10px 2px 20px;
	float: left;
	clear: both;
}

p.data a {
	text-decoration: underline;
	color: #336699;
	cursor: pointer;
}

div.window_segment div.left {
	float: left;
	border-right: 1px solid #CCCCCC;
	width: 340px;
	clear: none;
}

div.window_segment div.right {
	float: left;
	width: 300px;
	clear: right;
}

div.window_segment div.propertyEven {
	background: #E6EDFA;
	float: left;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}

div.window_segment div.propertyOdd {
	background: #FFFFFF;
	float: left;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}

div.propertyEven.img,div.propertyOdd.img {
	vertical-align: center;
	height: 80px;
}

p.propertyLeft {
	margin: 5px 5px 5px 10px;
	float: left;
	width: 320px;
	clear: none;
}

p.propertyRight {
	margin: 5px 0px 5px 0px;
	float: left;
	width: 330px;
	clear: right;
}

p.propertyLeft a,p.propertyRight a {
	color: #555555;
	cursor: pointer;
}

p.propertyLeft a:hover,p.propertyRight a:hover {
	color: #336699;
}

hr {
	clear: both;
	border-bottom: 1px solid #BBBBBB;
	margin: 10px 0px 15px 0px;
	padding-top: 15px;
}

hr.mini {
	clear: both;
	border-bottom: 1px solid #BBBBBB;
	margin: 0;
	padding-top: 5px;
}

/* --------------------------------------------------------------------*/
label {
	font-size: 14px;
	margin: 7px 10px 0px 20px;
	float: left;
}

label.error {
	margin: 7px 0px 3px 0px;
	clear:right;
	font-weight:bold;
	font-size:10px;
	color:red;
	
}
label.inline {
	width: auto;
	margin: 7px 5px 0px 15px;
	clear: none;
}

label.inlineAll {
	width: auto;
	margin: 7px 3px 0px 5px;
	clear: none;
}
label.maxi_inlineAll {
	width: 190px;
	text-align:right;
	/*margin: 7px 3px 0px 150px;*/
	margin: 7px 10px 0px 1px;
	clear: none;
}
label.xxs_inline {
	width: 50px;
	clear: left;
}

label.mini_inline {
	text-align: right;
	width: 105px;
	clear: left;
}
label.maxi_inline {
	width: 145px;
	clear: left;
}

label.mega_inline {
	text-align: right;
	width: 185px;
	clear: left;
}

label.top {
	width: auto;
	float:left;
	clear: both;
	margin: 10px 10px 1px 20px;
}

label.inlineTop {
	width: auto;
	clear: none;
	margin: 10px 5px 5px 5px;
}

.inactive {
	color: #999999;
}
/* --------------------------------------------------------------------*/
span.static_data {
	margin: 2px 5px 2px 0px;
	padding: 2px;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	float: left;
	display: inline;
	clear:right;
}
span#userMsg {
	margin: 4px 5px 2px 0px;
	padding: 4px 2px 3px 2px;
	font-size: 14px;
	color: #DB3B3B;
	font-weight:bold;
	float: left;
	display: inline;
	clear:none;
}
.handler {
	margin: 2px 5px 2px 0px;
	padding: 4px 2px 3px 2px;
	font-size: 14px;
	background: none;
	border-bottom: 1px solid #AAAAAA;
	color: #444444;
	float: left;
	display: inline;
}
.text {
	margin: 2px 5px 2px 0px;
	padding: 4px 2px 3px 2px;
	font-size: 14px;
	
	/* FF */
	background: -moz-linear-gradient(center top , #FFFFFF 20%, #F6F6F6 50%, #E4E4E4 80%, #F4F4F4 100%)
				repeat scroll 0 0 padding-box transparent;
	border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    
    /* Chrome */
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    -webkit-font-smoothing: antialiased;
    
    color: #444444;
	float: left;
	display: inline;
}

.text:disabled {
	color: #BBBBBB;
	background: #E7E4D3;
	opacity: 0.6;
}
.text.required {
	/* FF */
	background: -moz-linear-gradient(center top , #FFFFFF 20%, #FFFEEB 50%, #FCFACF 52%, #FEFAAB 100%)
				repeat scroll 0 0 padding-box transparent;
	
	/* Chrome */
	background: -webkit-linear-gradient(top, #ffffff, #FEFAAB);
	color:#000066;
}
.text.warning {
	border: 1px solid red;
}
select.text {
	padding: 3px 2px 3px 2px;
}
.text.date {
	text-align: center;
}
.text.mini_inlineAll, .handler.mini_inlineAll {
	width: 80px;
	clear: none;
}

.text.mini_inlineAll:disabled {
	color: #BBBBBB;
	background: #E7E4D3;
	opacity: 0.6;
}

.text.midi_inlineAll, .handler.midi_inlineAll {
	width: 200px;
	clear: none;
}

.text.maxi_inlineAll, .handler.maxi_inlineAll {
	width: 320px;
	clear: none;
}

.text.xxs_inline, .handler.xxs_inline {
	width: 50px;
	clear: right;
}

.text.maxi_inline, .handler.maxi_inline {
	width: 270px;
	clear: right;
}

.text.mini_inline, .handler.mini_inline {
	width: 100px;
	clear: right;
}

.text.midi_inline, .handler.midi_inline {
	width: 180px;
	clear: right;
}

.text.basic, .handler.basic {
	width: 100px;
	margin: 0px 10px 3px 20px;
	clear: both;
}
.text.maxi_basic, .handler.maxi_basic {
	width: 250px;
	margin: 0px 10px 3px 20px;
	clear: both;
}

.text.mega, .handler.mega {
	width: 420px;
	margin: 0px 10px 3px 20px;
	clear: both;
}

button::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

input.text.button {
	width: auto;
	margin-right: 10px;
	padding: 4px 25px 3px 25px;
	font-size: 14px;
	float: left;
	clear: right;
	cursor: pointer;
}

input.text.button:hover {
	color: #445566;
	border-top: 1px solid #888888;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #888888;
	background: #ffffff;
}
.text.button.back-button {
	padding: 6px;
	margin: 5px;
	position:absolute;
	bottom:5%;
}
.text.button.back-button:hover {
	color: #445566;
	border-top: 1px solid #888888;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #888888;
	background: #ffffff;
}

input.text.button.inline {
	margin: 3px 3px 20px 20px;
	clear:both;
}

input.text.button.alert {
	background: #F28A8A;
	color: #FFFFFF;
	font-weight:bold;
	margin-left:3px;
}

input.text.button.save {
	background: #A8F099;
	color: #222222;
	margin-left:3px;
}
input.text.button.print {
	text-align:right;
	background: url(../img/icon/print_document.png) no-repeat right;
	padding-right: 40px;
	padding-left: 10px;
}

.create_document {
	text-align:center;
	background: url(../img/icon/create_document.png) no-repeat right;
	height: 35px;
	margin: 15px 5px 5px 0px;
	padding: 5px 28px 5px 0px;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
}
.create_document:hover {
	color: #6699BB;
}

textarea.text.inline {
	width: 350px;
	height: 150px;
	clear: right;
	resize:none;
}

textarea.text.mega {
	width: 250px;
	height: 90px;
	margin: 0px 10px 3px 20px;
	clear: both;
	resize:none;
}

textarea.text.property {
	width: 320px;
	margin: 5px 0px 2px 5px;
	clear: left;
}

.disabled {
	color: #444444;
	border: 1px inset #DDDDDD;
	background: #EEEEEE;
}

.enabled {
	color: #000000;
	border: 1px outset #DDDDDD;
	background: #FFFFFF;
}

select.text.basic {
	width: 250px;
	margin: 0px 10px 3px 20px;
	color: #445566;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	vertical-align: middle;
	float: left;
	clear: both;
}

.radio {
	float: left;
	display: inline;
	clear: none;
}

.radio.first {
	margin-left: 45px;
}

.radio:disabled {
	opacity: 0.6;
}

img.thumb {
	max-width: 80px;
	max-height: 75px;
}

/* -------------------------------------------------------------------------- */
/* ------------------- SADRŽAJ ---------------------------------------------- */
a {
	width: auto;
	cursor: pointer;
	text-decoration: none;
}

/*
ALERTS
*/
.alert-success {
	width:93%;
	display:inline;
	float:left;
	clear:both;
	
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin: 30px 0px 0px 38px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-error {
	width:93%;
	display:inline;
	float:left;
	clear:both;
	
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin: 30px 0px 0px 38px;
	border: 1px solid transparent;
	border-radius: 4px;	
}

#index_body_page .button.create_invoice {
	display: inline;
}
.button.create_invoice {
	display: none;
}

#index_body_page .button.create_working_order {
	display: inline;
}
.button.create_working_order {
	display: none;
}




