/*-------------------------------------------------------------------------------
 Copyright (c) 1998-2019, IZUM. All rights reserved.
 IZUM PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-------------------------------------------------------------------------------
*/
.navbar-inverse {
    background-color: #004b67;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #dfdfdf;font-family:Oswald;font-size:17px;font-weight:300
}

.navbar-inverse .navbar-nav > li.current {
   background:#0077a8;color:#fff
}

.navbar-inverse .navbar-nav > li:hover {
   background:#015a81;color:#fff
}

.navbar-inverse .navbar-nav > li.current a {
   color:#fff
}

.change_status{
	cursor: pointer;
	color: #d80000
}
.lang_spacer{
	padding: 0 8px
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
    
.row.content {height: 450px}

.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
}

.langRow {
	background-color:#555;padding:5px 4px;text-align:center
}

.langRow a {
	color:#fff;
}

footer {
  background-color: #262626;
  color: #999;
  padding: 0 15px;
}
    
footer .post-title {
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    font-family:Oswald;
} 

footer .post-title a, #biblio-footer li a {color:#fff;}
footer .post-title a:hover, #biblio-footer li a {color:#5dabc7;}

footer .row p {
font-family: Oswald;
    font-weight: 300;
    line-height:1.1em;
}

#biblio-footer {
    height: 60px;
    border-top: 2px solid #454545;
    background: #1f1e1e;
    padding: 19px 15px;
    margin:0 -15px;
}
#biblio-footer .menu-third ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#biblio-footer .menu-third ul li {
    display: inline-block;
    float: left;
    padding: 0 25px;
    border-left: 1px solid #454545;
}

#biblio-footer .menu-third ul li:first-child {
    border-left: none;
}
 
 /*CSS za autocomplete begin*/       
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*CSS za autocomplete end*/

.panel-heading h1 {
    font-family:Oswald;
    font-weight:300;
    font-size:26px;
    text-align:center;
    margin-top:5px;
}

.panel-heading {
    padding: 2px;
}

h2 {
    font-family:Oswald;
    font-weight:300;
	font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 22px;
    clear: both;
}

h2:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #5dabc7;
    position: absolute;
    left: 0;
    bottom: -2px;
}

header.decorationHeader {
    border-bottom: 2px solid #e4e3f0;
    position: relative;
    margin-bottom: 15px;
}

blockquote.description {
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    width: auto;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #9a9a9a;
    border:none;
    margin-top:18px;
}

blockquote.description:before {
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: 0px;
    top: -20px;
    color: #9a9a9a;
}
blockquote.description:after {
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    right: 15px;
    bottom: -35px;
    color: #9a9a9a;
}

.form-wrapper {
	max-width:690px;
	margin: 10px auto;
    padding: 10px 15px 7px 5px;
    background-clip: padding-box;
    border: 1px solid #172b4e;
    border-bottom-color: #142647;
    border-radius: 5px;
    background: rgb(125,126,125);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(51,51,51,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(51,51,51,1)));
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(51,51,51,1) 100%);
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(51,51,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(51,51,51,1) 100%);
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(51,51,51,1) 100%);
}

.form-wrapper .input-group input.form-control {
    float: left;
    font-family:'Arial','Helvetica', 'sans-serif';
    font-weight:300;
    border: 0;
    background: #fefefe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#222;
}

#biblioForm > div .btn {
    padding: 4px 7px;
}

.blue-cobiss.btn {
    color: #FFF;
    background-color: #5dabc7;
    text-transform:uppercase;
}

.tt-menu {
    margin-top: 0px !important;
}

.twitter-typeahead {
    width: 100%;
}

form h3 {font-family:Oswald;font-weight:400}

.table-striped th {font-family:Oswald;font-weight:500}

 /************** Tool Tip Styles ********************************/
.tool-tip {
  display: inline-block;
  position: relative;
  margin-left:0;
  padding:5px 0;
}
.tool-tip .tool-tip__icon {
  cursor: cursor;
  display: inline-block;
  height: 24px;
  line-height: 1.25em;
  text-align: center;
  width: 24px;
  color:#777;
  font-size:19px;
}
.tool-tip .tool-tip__info {
  display: none;
  background: #262626;
  border: 1px solid #27b1f0;
  border-radius: 3px;
  font-size: 0.875em;
  padding: 1em;
  position: absolute;
  left: -520px;
  top: 40px;
  width: 560px;
  z-index: 2;
}
.tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {
  content: "";
  position: absolute;
  left: 520px;
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #27b1f0 transparent;
}
.tool-tip .tool-tip__info:after {
	/*  left: -8px;
  border-right-color: #262626; */
  left: 512px;
  top: -8px;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #262626 transparent;
}
.tool-tip .tool-tip__info .info {
  display: block;
}
.tool-tip .tool-tip__info .info__title {
  color: #fff;
}

.tool-tip .tool-tip__info {
  color: #ddd;
}

.tool-tip .tool-tip__info strong {
  color: #fff;
}

.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
  display: inline-block;
}

a:focus + .tool-tip .tool-tip__info {
  display: inline-block;
}

table.frmHlp {
  width:100%;
}

td.oneLine {
	white-space: nowrap;
}

table.frmHlp td {
  vertical-align: top;
  line-height:1.375em;
  padding: 2px;
}

table.frmHlp tr {
  border-top:1px solid #777;
}
table.frmHlp tr:first-child {
  border-top:none;
}

table.frmHlp.press td {
  line-height:1.225em;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {

  .navbar-brand {padding:2px 36px 4px 15px}

  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;}
  
  .form-group .col-sm-5 {
    padding-right:40px;
  }
  .tool-tip {
    float:right;
    position: relative;
    margin-right:5px;
    top:-35px;
  }
  
 .tool-tip .tool-tip__info {
  left: -280px;  
  width: 320px;
}
  
.form-horizontal .form-group::after {
    clear:none;
  }
}

@media (min-width: 768px) {
.navbar-brand {padding:2px 30px 4px 15px}
}
