@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/* ----------------------------------------------------------------------------
	1.0 CSS Reset & Basic Styling
---------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

body { font-family:'Open Sans',Arial, Verdana,sans-serif; font-size:12px; color:#666; background:#242d34;height:100%;overflow:auto;}

p, ul, ol, pre, table, h1, h2, h3, h4, h5 , h6, blockquote { margin-bottom:16px; }
h1 { font-size:24px; line-height:34px; font-weight:bold; }
h2 { font-size:22px; line-height:32px; font-weight:bold; }
h3 { font-size:20px; line-height:30px; font-weight:bold; }
h4 { font-size:18px; line-height:28px; font-weight:bold; }
h5 { font-size:16px; line-height:26px; font-weight:bold; }
h6 { font-size:13px; line-height:24px; font-weight:bold; }
a { color:#2288BB; text-decoration: none; }
a:link { text-decoration: none; }
a:visited { }
a:hover,div.keywords a:hover { color:#d52570; text-decoration: none; }
a:active { }
small { font-size:11px; color:#949494; }
strong { font-weight:bold; }
em, cite { font-style:italic; }
pre { padding:10px; border:1px dashed #ccc; background:#f3f3f3;}
ul li { line-height: 20px; }
ol { }
table { width:100%; }
table, th, td { border: 0; }
input, textarea, select,
div.text,div.textarea,div.select { background:#f8f8f8; border:1px solid #ccc; color:#545454; }
	
#header p, #header ul, #header ol, #header pre, #header table, #header h1, #header h2, #header h3, #header h4, #header h5 , #header h6 { margin-bottom:0; }

/* ----------------------------------------------------------------------------
	Float & Clear
---------------------------------------------------------------------------- */

.clear { clear:both; }
.col-clear:after{ content: "."; display: block;height: 0;clear: both; visibility: hidden; }
.col-clear { .zoom:1; }

/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */
#header { 
	padding: 16px 0 0 0;
	background: #231f20; 
	border-bottom: 3px double #0071aa; 
}
#logo { }
#navigation { clear: both;padding-top: 4px;}
#navigation ul { margin: 0; }
#navigation ul li { float: left; margin: 0 40px 0 0; list-style-type: none; }
#navigation ul li.right { float:right; margin: 0 0 0 40px;  }
#navigation ul li a { font-size: 14px; line-height:14px; text-decoration:none;  }
#navigation ul li.current a { color: #fff; }
/* ----------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------- */
#footer { clear: both; }
#footer #footer-inner { width: 1010px; margin-right: -30px; }
#footer .one-third { margin-right:50px; float: left; width: 286px; }
#footer h5.widget-title { font-weight: normal; }
#footer .textwidget { position:relative; line-height: 1.8em; }
.separator { clear:both; height:11px; background:transparent url("../images/separator.png") center center repeat-x; padding:10px 0; }

.main {
	width: 920px;
	margin: 0 auto;
}
#main { 
	padding: 50px 20px;
	margin: 16px auto 50px auto;
	background:transparent url("../images/bg4.png");
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	position: relative;
}
#pozadina {
	width: 100%;
	height: 466px;
	background: url("../images/bg3.png");
	position: absolute;
	top: 150px;
	z-index: -1;
}
#content {

}
.button, button.button {
  min-width: 100px;
  background: #0073ea;
  display: block;
  margin: 0 auto;
  padding: 10px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: background .3s;
  -webkit-transition:background .3s;
  border: 1px solid #fff;
}
button.save, button.submit {
	width: 50%;
	border: 2px solid #fff;
	padding: 12px;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	-web-kit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 1px 3px #333;
	font-weight: bold;
	font-size: larger;
	margin-top: 8px;
	line-height: 1em;
}
a.button, span.button {
	background: #0073ea;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	transition: background .3s;
	-webkit-transition: background .3s;
	color: #fff; 
	line-height: 1.1em !important;
}
 #pagination a.button,  span.button {
	width: 30px;
	min-width: 30px;
	padding: 0;
	margin: 0 2px 2px 0;
	line-height: 30px !important;
}
.button:hover {
 	background: #2288bb;
 	border-color: #ccc;
}
.button:active {
 	background: #999;
 	background: #2288bb;
}
.button:focus {
 	background: #D4236E;
 	border-color: #ccc;
 	outline: 0;
}
button.submit {
	background: #D4236E;
}
button.submit:hover,
button.toggle.do_submit:hover {
	background: #BC2051;
}
button.toggle:hover {
 	background: #008000;
 	border-color: #ccc;
}
button.toggle.do_submit {
 	background: #c33;
}
button.toggle {
 	background: #3F873F;
 	transition: background .3s;
	-webkit-transition:background .3s;
	color: #fff;
}
input[type="text"],
input.text,
textarea,
select {
	font-family: Trebuchet MS, Helevetica, Arial, sans-serif;
	color: #395166;
}
#login {
  width: 400px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: center;
}
#login input[type="text"],
#login input[type="password"], 
#login input.text {
	color: #333;
	width: 90%;
	background: #fff;
	margin-bottom: 4%;
	padding: 4%;
	font-size: 95%;
	display: inline-block;
}
#login form p {
  position: relative;
  margin:0;
  padding:0;
}
#triangle {
  width: 0;
  border-top: 12x solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #3399cc;
  border-left: 12px solid transparent;
  margin: 0 auto;
}
#login h1 {
  background: #3399cc;
  padding: 20px 0;
  font-size: 160%;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
#login input.focus, input.focus, textarea.focus, select.focus { 
	border:1px solid #3399cc !important;
}
#login input[type="submit"] {
	width: 100%;
	border: 0;
	padding: 4%;
	font-size: larger;
	color: #fff;
}
#login label.error {
	position: absolute;
}

input.error, textarea.error {
	border: 1px solid #c33 !important;
}
.error_message {
	background: #fff;
	margin:1em 0;
	padding: 4px;
	text-align: center;
	color: #0071AA;
	border-radius: 4px;
	-web-kit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #c00;
	display: none;
	font-size: 110%;
	clear: both;
}
.shadow {
	box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
}
.noShow {
	display: none;
}
.hideMe {
	visibility: hidden;
}
.border {
	border: 1px solid #fff;
}
.rounded {
	border-radius: 4px;
	-web-kit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.red {
	color: red;
}
.small {
	font-size: smaller;
}
.asterisk {
	font-weight: bold;
	color: red;
	padding-left: 8px;
}
.error {
	color: #c00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pointer {
	cursor: pointer !important;
}

#print_header {
	display: none;
	padding-bottom: 40px;
}
#btn_bar a {
	margin-right: 8px;
	display: inline-block;
	padding: 2px;
}
#btn_bar a:hover {
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
}
#log {
	background: #eee;
	border-radius: 4px;
	border: 2px solid #2F94C3;
	padding: 4px;
	font-family: Courier New, sans;
	color: #269;
	height: 120px;
	width: 840px;
	position: fixed; 
	top: 20px;
	left: 20px;
	z-index: 1000;
	overflow: scroll;
	box-shadow: 1px 1px 4px #000;
	display: none;
}

/* jQuery UI */

.ui-tooltip {
	padding: 4px;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	box-shadow: 1px 1px 4px #aaa;
	border: 1px solid #999 !important;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog {
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	padding: 4px;
	z-index: 11000; 
}
.ui-dialog .ui-dialog-content {  
    font-size: 80%;
	overflow: hidden;
	padding: 4px 0 0 0;
}
.ui-dialog .ui-dialog-titlebar {
	border: 0;
	text-shadow: 0 1px 1px #000;
}
.ui-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #bbb;
	margin: 0; 
	padding: 4px 0 0 0;
}
.ui-dialog .ui-dialog-buttonpane button { 
	border-width: 2px; 
	margin: 0 0 0 4px;
}
.ui-dialog-buttonpane button span {
	font-size: smaller;
	font-weight: bold;
}
.ui-dialog-buttonpane button.ui-state-focus {
	border: 2px solid #999;
}
.ui-dialog-buttonpane button.ui-state-hover {
	border: 2px solid white;
}
.confirm .ui-dialog-content {  
    font-size: 100%;
    min-height: 0 !important;
    color: #269;
	overflow: hidden;
	padding: 4px 0 0 0;
}
.confirm .ui-dialog-titlebar {
	background: #446279;
	color: #fff;
}
