/*
Plugin Name: RSJP Misljenja API
Description:  Republički sekretarijat za javne politike.
Plugin URI: https://rsjp.gov.rs/
Version: 1.0.0
Author: GoDev <goran@godev.rs>
Author URI: https://godev.rs
Copyright 2015-2019 RSJP
License: GPL2+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rsjp
Domain Path: /lanugages/
*/

/* Lista */
.misljenje{
  background-color: #fff;
  border-left:1px solid #cfe0f2;
  margin-top:15px;
  margin-bottom:15px;
  padding:20px;

  -webkit-box-shadow: 1px 1px 1px 1px rgba(207,224,242,0.35);
  -moz-box-shadow: 1px 1px 1px 1px rgba(207,224,242,0.35);
  box-shadow: 1px 1px 1px 1px rgba(207,224,242,0.35);

}
.sadrzi{
  background-color: green;
}
.ne-sadrzi{
  background-color: red;
}
.delimicnu{
  background-color: yellow;
}
.misljenje-meta{
  margin-top:-32px;
  margin-bottom:0px;
  display:block;
}
.misljenje-id{
  float:left;
  margin-right:10px;
}
.analiza-id{
  float:left;
  margin-right:10px;
}
.misljenje-date{
  float:left;
  margin-right:10px;
}
.misljenje-id,
.misljenje-date,
.analiza-id{
 background: #eef2fb;
 border:1px solid #cfe0f2;
 font-size:10px;
 color: #9cb2ca;
 padding:3px 6px;
 text-transform: uppercase;
 -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.misljenje h4{
    margin-top:10px;
  font-size: 18px;
  display: block;
  float:left;
}

/* docs */
.misljenje-dokumenti{
    margin-top:4px;
}
.misljenje-dokumenti a{
text-transform: uppercase;
font-size: 12px;
padding:2px 0px;
}

/* Pagination */
.misljenja-navigation .page-link {
    position: relative;
    display: block;
    color: #9cb2ca;
    background-color: #fff;
    border: 1px solid #cfe0f2;
  }



.misljenja-navigation  .page-item.active .page-link,
.misljenja-navigation .page-link:hover {
  background-color: #cfe0f2;
  border: 1px solid #cfe0f2;
  color:#fff;
}

.misljenja-navigation  label{
  font-size:12px;
  margin-left:5px;
  margin-right:5px;

}

/* filter */
#misljenja-filter label{
  text-transform:uppercase;
  font-size:12px;
  font-weight: bold;
}
/* Button filter*/
#misljenja-filter .btn-primary{
  background-color: #cfe0f2;
  border-color: #cfe0f2;
  padding:6px 10px;
  font-size:12px;
  color:#5689c0;
    text-transform:uppercase;
}

/* ******************************* */
.fg--search {
  background: white;
  position: relative;
  width: 300px;
}

.fg--search input {
  width: 100%;
  padding: 20px 60px 20px 20px;
  display: block;
}

.fg--search button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 20px;
  z-index: 2;
}

/* .fg--search input:focus + button .fa-search {
  color: red;
} */
/* ******************************* */
.material-icons.mdc-button__icon{
  position:absolute;
  /* top:7px; */
  color: black;
  left: 2px;
  /* margin-left: 85%; */
  top: 58px;
}

button.search-btn:hover {
  background-color: transparent;
}
