
{ margin: 0;
  padding: 0;}

body
{ font-family: 'trebuchet ms', arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .80em;
  background: #E9E4C7 url(/Images/bg/pattern.png);
  color: #555;}

p
{ margin: 0px;
  padding: 0px 5px 16px 0px;
  line-height: 1.7em;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  padding: 0 0 5px 0;}

h1, h4
{ font: normal 150% "century gothic", arial;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;
  color: #444;}

h2, h5
{ padding: 0 0 5px 0;
  font: normal 110% arial;
  text-transform: uppercase;
  letter-spacing: 0;}


h3, h6
{ color: #888;
  font: normal 95% arial;
  letter-spacing: 0;
  padding: 0 0 15px 0;}

h4
{ color: #362C20;}

h5, h6
{ color: #129991;}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;}

a, a:hover
{ border-bottom: 1px dotted;
  color: #993333;
  outline: none;
  text-decoration: none;}

a:hover
{ border-bottom: 1px solid;
  color: #993333;}

form
{ padding: 0; 
  margin: 0;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;
    text-align: left;
}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;}

ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;}

#header, #logo, #menubar, #panel, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#header
{ height: 119px;
  background: url(/Images/bg/back.png) repeat-x;
}

#logo
{ width: 973px;
  position: relative;
  height: 75px;
    top: -3px;
    left: 0px;
}

#logo #logo_text 
{ position: absolute; 
  top: 5px;
  left: 177px;
}

#logo h1
{ font: normal 250% "century gothic", arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.1em;
  padding: 12px 0 0 26px;
  color: #FFF;
  margin: 0;
    text-align: right;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0;
}

#menubar
{ width: 970px;
  height: 30px;
  padding-left: 4px;} 

ul#menu
{ float: left;
  margin: 0;
    height: 40px;
}

ul#menu li
{ float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  list-style: none;}

ul#menu li a
{ letter-spacing: 0.1em;
  font-size: 100%;
  display: block; 
  float: left; 
  height: 20px;
  text-decoration: none; 
  padding: 8px 20px 5px 10px;
  
  text-align: center;
  color: #FFF;
  border: none;} 

ul#menu li.tab_selected a
{ height: 22px;
  padding: 8px 26px 5px 10px;}

ul#menu li.tab_selected
{ margin: 10px 0 0 0;
  background: url(/Images/bg/tabs.png) no-repeat 0 0px;}

ul#menu li.tab_selected a
{ background: url(/Images/bg/tabs.png) no-repeat 100% 0px;
  color: #993333;}

ul#menu li.tab_selected a:hover, ul#menu li a:hover
{ color: #000000;}

#panel
{ width: 945px;
  height: 154px;
  border: 10px solid #E9E4C7;} 

#site_content
{ width: 975px;
  overflow: hidden;
  background: #FFF url(/Images/bg/site_content.png) repeat-y;
  padding-top: 10px;
  padding-left: 0px;
} 

#site_content_bottom
{ width: 992px;
  height: 5px;
  clear: both;
  background: url(/Images/bg/site_content_bottom.png) no-repeat;}

.sidebar
{ float: right;
  width: 317px;
  padding: 20px 25px 15px 15px;
}

.sidebar ul
{ border-top: 1px solid #D6D9C9;
  width: 178px; 
  padding-top: 4px; 
  margin: 4px 0px 30px 0px;}

.sidebar li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D6D9C9;}

.sidebar li a, .sidebar li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
  background: transparent url(/Images/icons/arrow.png) no-repeat left center;
  color: #000000;
  border: none;} 

.sidebar li a.selected, .sidebar li a:hover, .sidebar li a.selected:hover
{ background: transparent url(/Images/icons/arrow_select.png) no-repeat left center;} 

#content
{
   text-align: left;
  width: 925px;
  padding: 20px 10px 15px 26px;}

#footer
{ width: 930px;
  height: 40px;
  padding: 18px 20px 4px 20px;
  text-align: center; 
  color: #444;}

.alternate_colour{color: #993333;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea, .dropdown, .searcher input
{ padding: 2px; 
  font: 100% arial; 
  background: #FFF; 
  color: #47433F;}
  
/* text input */
input#q 
{
    border: 1px solid #993333; 
    width: 299px; 
}
  
.form_settings .submit, .searcher .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #3B3B3B; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 304px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}

.searcher {
    width: 918px;
    border: 1px solid;
    text-align: center;
    padding: 0px 0px 5px 0px;
}

.facet_title  
{
    
    padding: 1px 3px;
    font-weight: bold;
    width: 168px;
    border: 1px solid #3e3c34;
}

.highlight {
    color: white;
    background-color: #4e4b42;
    padding: 0 3px;
}

.history_div
{
    margin: 5px 0 0 10px;
    display: none;
}
.history_year
{
    font-weight: bold;
    font-size: 12px;
}

table { margin: 0;}

table tr th, table tr td
{
    text-align: left;
    background: #3B3B3B;
    padding: 7px 4px;
    border: none;
}
  
table tr:nth-child(even) td {
    background: #f0f0f0;
}
table tr:nth-child(odd) td {
    background: #CCCCCC;
}

/* Gridview Footer */
table table {
     margin: 0; 
     padding: 0; 
     border: none;
     font-size: 110%;
}
table table tr td {
     border: none; 
     width: 20px; 
     text-align: center; 
     font-weight: bold;
     padding: 0;
}
table table td a { font-weight: normal; }

.podrocja 
{
    text-align: center;
    background: none;
    border: none;
    width: 750px;
}

.podrocja tr:nth-child(even) td {
    background: #fff;
}
.podrocja tr:nth-child(odd) td {
    background: #fff;
}
.a_glavna_stran
{ border-bottom: 1px dotted;
  color: #993333;
  outline: none;
  text-decoration: none;
  font-size: 1.2em;
}

/* notification text inside results area */
div.results-notice 
{
    padding-top: 100px;
}
div.results-notice p
{
    text-align: center;
}
div.facet_container 
{
    overflow:auto;
}
div.facet_container#fdomain 
{
    height: 500px;    
}

#rezultati .loading
{
    width: 900px;
    height:600px;
    background: url(/Images/loading.gif) no-repeat center center;
}
#rezultati .warning 
{
    width: 900px;
    height:600px;
    background: url(/Images/warning.png) no-repeat center center;    
}

#rezultati .loading p, #rezultati .warning p
{
    text-align: center;
    padding-top: 42%;
    color: #676767;
}

#documentCounter span 
{
    font-weight:bold;
    color: rgb(26, 36, 151);
}

/* ---- Iskanje ------------------------------------------------------------- */

.archived-entity 
{
    margin: 10px, 0;
    padding:10px;
    border-top: 1px dotted black;
}
.archived-entity:first-of-type 
{
    border:0;
}
        
.hl 
{
    margin-top: 10px;
}
.highlight 
{
    background: #cccccc;
}
        
a .highlight 
{
    background: #7ba5c9;
    background: #993333;
    font-style: italic;
}
.tags a 
{
    float:left;
    text-decoration:none;
    padding:3px;
    background: #f5f5f5;
            
    border-radius: 3px;
    margin-bottom:5px;
    margin-right:5px;
}
.tags a:hover 
{
    background: #7ba5c9;
    background: #993333;
    color: White !important;
}
div.timeline_container 
{
    margin-bottom:20px;
    overflow:hidden;
}
div.timeline_container .controls 
{
    padding-left:30px;
    padding-top:200px !important;
    
}
div.timeline_container .controls a 
{
    color: #993333 !important;
}

div.timeline 
{
    overflow:auto;
    width: 850px;
    height: 170px;
    margin-top:20px;
    padding-left: 10px;
    float:left;
}
div.timeline table 
{
    background:white;
    height: 100px;
}
div.timeline table td 
{
    background:white;
    vertical-align:bottom;
    padding:2px;
    text-align:center;
}

div.timeline table .bars td {
    height:114px !important;
    vertical-align:bottom;
}


div.timeline a 
{
    display:inline-block;
    width: 10px;
    background: #eeeeee;
    border:0;
    height:1px;
    transition: 1s;
    bottom:0;
}
div.timeline a.current 
{
    background: #993333;
}
        
div.timeline_container div.title 
{
    width:20px;
    float:left;
    margin-top:130px;
    margin-left:10px;
}
        
div.timeline_container div.title div
{
    transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
margin-bottom:38px;
white-space:nowrap;
width: 20px;
font-weight:bold;
}
div.timeline a:hover 
{
    background:#676767;
}
div.timeline .date 
{
    font-size: 80%;
}
.facet_title 
{
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.facet_container 
{
    margin-left: 10px;
}
a, a:hover 
{
    border:0;
}
div.pagination 
{
    float:right;
}
ul#menu li.tab_selected a 
{
    height:40px;
            
}
ul#menu a 
{
    font-size:12px !important;
}
#logo #logo_text 
{
    left:150px;
}
        
ul.typeahead 
{
    width:750px;
}
ul.typeahead li 
{
    list-style-type: none;
}

div#rezultati a,
div#sidebar_div a
{
    color: #993333;
}

.pagination>.active>a 
{
    background: #993333 !important;
    color: White !important;
    border-color: #993333 !important;
}

.btn-primary {
color: #fff;
background-color: #993333 !important;
border-color: #993333 !important;
}

input:focus {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #993333 !important;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #993333 !important;
          border-color: #993333 !important;
}

div#rezultati div.hl span.highlight 
{
    background-color: #aaaaaa;
}

div.browsing h1
{
    font: normal 150% "century gothic", arial;
    margin: 0 0 15px 0;
    padding: 15px 20px 5px 0;
    color: #444;
    text-align:center;
}

div#rezultati 
{
    overflow:hidden;
}

.dropdown-menu .active a 
{
    background-color: #993333 !important;
}

.text {
    padding:20px;
    line-height:160%;
}
    .text h1 {
        margin: 0;
        padding: 0;
    }