/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: Aldine;
    /*src: url(http://www.test.pingic.com/font/aldine.ttf);*/
	src: url(./font/mastoc.ttf);
    font-weight:400;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

textarea {
	font-size: 100%;
}

ol,
ul {
	list-style: none;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
color: #000;
background-size: 100%;
height: 100%;
top: 0;
left: 0;
font: 13px NasFont, sans-serif;
background:#f3f3f3;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}

h2 {
font-size:18px;
color:#555;
line-height:24px;
    font-weight: 400;
}

h3 {
font-size: 15px;
}

a.title{
color:#222;
}

a {
color: #1359C0;
text-decoration:none;
font-weight:bold;
}

p {
font-size:13px;

color:#000;
line-height:18px;
}

a:hover {
text-decoration:underline;
}

.marginAdj{
    width: 1010px;
    margin: 0px auto;
    min-height: 451px;
}

#main_container{
width:100%;
overflow:hidden;
}

#header{
width: 1366px;
height: 350px;
float: left;
background-image: url(images/big_img.png) !important;
background-size: 101% !important;
margin-bottom: 20px;
overflow: visible !important;
border-bottom: 2px solid #c1c1c1;
}

#nav, #content, #login, #face{
//border: 1px solid #c4c4c4 !important;
-webkit-box-shadow: 0 2px 2px #ccc;
-moz-box-shadow: 0 2px 2px #ccc;
box-shadow: 0 2px 2px #ccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background:white;
border-top: 3px solid #3d7da5;
    margin-top: -68px;
}

#sidebar{
float: left;
width: 180px;
min-height: 520px;
}

#header .header_patt{
position: absolute;
width: 100%;
height: 120px;
background: url(images/subtle_dots.png);
opacity: 0;
}

#logo{
padding: 10px;
float:left;
z-index: 99;
position: relative;
}
#logo .city_letters{
position: absolute;
top: 46px;
font-size: 24px;
color: #FFF;
left: 37px;
display:none;
}
.spacing3{
letter-spacing: 3px;
}

#nav{
float:left;
width: 174px;
margin-right:20px;
min-height: 540px;
}

#nav li a{
//background: #f9f9f9; /* Old browsers */
line-height: 129%;
display: block;
text-shadow: 0 1px 0 #FFF;
border-bottom: 1px solid #DDD;
padding: 14px 10px;
text-shadow: 1px 1px 0 #FFF;
text-decoration:none;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #666;

}

#nav li a:hover,
#nav li a.active{
color: #3d7da5;
text-decoration: none;
background: #FFF;
}

#nav li a.active{
background: #FFF;
z-index: 99;
position: relative;
}

#content {
    float: left;
    width: 600px;
    min-height: 500px;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
}

input[type=text],
input[type=password]{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

#content .title{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 16px;
    padding-left: 18px;
    background: #f9f9f9;
    box-sizing: border-box;
}
/*
table a:link {
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
*/
table {
	color:#333;
	font-size:12px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	background:#eaebec;
	//margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
box-shadow: 0 1px 2px rgba(209, 209, 209, 0.3);
	
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight: bold;
	font-size: 13px;
	padding: 15px 25px 15px 15px;
	border-bottom: 1px solid #CCC;
	background: #EDEDED;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#EBEBEB));
	background: -moz-linear-gradient(top, #EDEDED, #EBEBEB);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
        background: #FFF;
	//background: #fafafa;
	//background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	//background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
        background: #FFF;
	//background: #f6f6f6;
	//background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	//background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.vijesti {
margin-bottom: 20px;
width: 100%;
float: left;
//border-bottom: 1px solid #CCC;
padding-bottom: 20px;
}

.vijesti li{
float:left;
padding-bottom: 20px;
border-bottom: 1px dotted #CCC;
margin-bottom: 40px;
width:100%;
}

.vijesti li:last-child {
padding-bottom: 10px;
margin-bottom: 10px;
}

.vijesti .featured_image{
max-width:25%;
margin-right:15px;
//padding:2px;
border:1px solid #ccc;
float: left;
overflow:hidden;
}

.vijest_header{
float:left;
//Width: 523px;
margin:2px 0 10px 0;
}

.vijesti .sadrzaj{
width: 72%;
text-align: justify;
float: left;
}

a.button,
button {
text-shadow: 1px 1px 1px #FFF;
-moz-border-radius: 2px;
border-radius: 2px;
background-color: #FFF;
background: -webkit-linear-gradient(top,#FFF,#F1F1F1);
background: -moz-linear-gradient(top,#FFF,#F1F1F1);
background: -ms-linear-gradient(top,#FFF,#F1F1F1);
background: -o-linear-gradient(top,#FFF,#F1F1F1);
background: linear-gradient(top,#FFF,#F1F1F1);
border: solid 1px #CCC;
float: left;
font: normal 11px Aldine, sans-serif;
outline: 0;
white-space: nowrap;
padding: 7px 11px;
-webkit-transition: all .05s ease-in-out;
-moz-transition: all .05s ease-in-out;
-o-transition: all .05s ease-in-out;
transition: all .05s ease-in-out;
cursor: pointer;
text-decoration: none;
-webkit-box-shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
-moz-box-shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
box_shadow: 0 1px 0px rgba(194, 194, 194, 0.25);
}

a.button:hover {
text-decoration: none;
background-color: #FFF;
background: -webkit-linear-gradient(top,#FFF,#EBEBEB);
background: -moz-linear-gradient(top,#FFF,#EBEBEB);
background: -ms-linear-gradient(top,#FFF,#EBEBEB);
background: -o-linear-gradient(top,#FFF,#EBEBEB);
background: linear-gradient(top,#FFF,#EBEBEB);
border: solid 1px #888;
text-decoration: none !important;
}

#crniDiv {
background-color: #000000;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
z-index: 995;
opacity: 0.8;
}

#bijeliDiv {
background-color: #FFFFFF;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
z-index: 995;
opacity: 0.8;
}

#urediVijest {
background-color: #FFFFFF;
position:fixed;
top: 50%;
left: 50%;
width: 1000px;
height: 500px;
z-index: 999;
opacity: 1;
margin-top: -250px; 
margin-left: -500px;
padding-top: 20px;
padding-left: 20px;
overflow:scroll;
}

#izlazDiv {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px; 
	margin-left: 460px;
	cursor: pointer;
	
	
}

.tablicaBezBordera {
	border: none;
	box-shadow:none;
	
	
}

.tablicaBezBordera tr{
	border: none;
	
	
}

.tablicaBezBordera td{
	border: none;
	padding-bottom: 1px;
	vertical-align: top;
}

.tablicaBezBordera tr:hover td {
	background: #FFFFFF;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 repeat-x;
	font-weight: normal;
	color: #555555;
	cursor: move;
}

/*
#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 90%;
}

#sortable li { 
	margin: 0 5px 5px 5px; 
	padding: 2px; 
	//font-size: 1.2em;
	height: 1.5em; 
}

html>body #sortable li { 
	height: 1.5em; 
	line-height: 1.2em; 
}
*/

/*
.ui-state-highlight { 
	height: 1.5em; 
	line-height: 1.2em; 
}
  
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #FFEA98;
	color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}

.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
*/
	#map-canvas {
        height: 500px;
		width: 100%;
        margin: 0px;
        padding: 0px
      }
      .controls {
        margin-top: 30px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        padding: 0 11px 0 13px;
        width: 400px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
      }

      #pac-input:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
	  
	  #target {
        width: 345px;
      }

.dvoraneHeader{
	font-weight: bold;
	font-size: 13px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #CCC;
	background: #EDEDED;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#EBEBEB));
	background: -moz-linear-gradient(top, #EDEDED, #EBEBEB);
}
.dvoraneTd {
	padding:5px 5px 5px 5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
        background: #FFF;
	//background: #fafafa;
	//background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	//background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.ui-menu {
	width: 570px;
	border: 1px solid;

}


.ui-menu-item{
	width: 564px;
	height: 20px;
	cursor: pointer;
	padding: 3px;
	/* border-top: 1px solid; 
	border-bottom: 1px solid; */
	

}



.ui-state-focus {
	cursor: pointer;
	background: #EDEDED;
	border: 1px solid;
}

.ui-state-hover {
	cursor: pointer !important;

}

#turnirNapomena ul{
	list-style-type: disc;
	list-style-position: inside;
}

#turnirNapomena ul li{
	margin-left: 15px;
}

#turnirNapomena ul ul{
	list-style-type: circle;
	list-style-position: inside;

}