@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/******    START CUSTOM     ******/

.headerLogos {
  background: url("../images/logo_urszr.png") left center no-repeat;
  float: right;
  position: relative;
  right: 10px;
  height: 70px;
  width: 280px;
}

.appHeaderlogos .headerTitle {
  color: #ffffff;
  float: left;
  font-size: 18pt;
  left: 60px;
  top: 12px;
  position: relative;
}

.appHeader {
  background: url("../images/linen.jpg") repeat-x scroll left top transparent;
  height: 80px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.appHeader .headerLogo {
  float: left;
  left: 30px;
  position: relative;
  top: 8px;
}
.appHeader .headerTitle {
  color: #ffffff;
  float: left;
  font-size: 15pt;
  left: 100px;
  top: 17px;
  position: relative;
}
.appHeader .subHeaderTitle {
  color: #cfcfcf;
  font-size: small;
}
.appHeader .search {
  float: left;
  left: 80px;
  position: relative;
  top: 18px;
}
.appHeader .headerLinks {
  float: right;
  color: #ffffff;
  position: relative;
  top: 25px !important;
  right: 50px;
  text-align: right;
}
.appHeader .headerLinks a {
  color: #ffffff;
}
.appHeader .datum {
  float: left;
  margin-left: 50px;
  position: relative;
  top: 15px;
  color: white;
  font-size: 18px;
  font-weight: normal !important;
}
.appHeader .ura {
  float: left;
  margin-left: 40px;
  position: relative;
  top: 25px;
}
.appHeader .obcine {
  float: left;
  margin-left: 200px;
  position: relative;
  top: 8px;
}
.appHeader .napoved {
  float: left;
  margin-left: 50px;
  position: relative;
  top: 8px;
}
.popup {
  background: white;
  width: 250px;
  height: 200px;
  border-radius: 5px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

.open-map {
  top: 65px;
  left: 0.5em;
}
.ol-touch .open-map {
  top: 80px;
}

/******    END CUSTOM     ******/

body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  margin-left: 10px;
  margin-top: 25px;
  box-shadow: none;
  outline: none !important;
  border: none;
  vertical-align: middle;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #5ace5a;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#dismiss:hover {
  background: #fff;
  color: #449d44;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #449d44;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #000;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #449d44;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: "\e259";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
}
a[aria-expanded="true"]::before {
  content: "\e260";
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #449d44;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
a.download {
  background: #fff;
  color: #7386d5;
}
a.article,
a.article:hover {
  background: #449d44 !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

#panel {
  position: absolute;
  top: 85px;
  left: 50px;
}

/* #myInput {
    background-image: url('../css/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
} */

.table-responsive {
  height: 380px;
}
*/ .table {
  margin-bottom: 0px !important;
}

iframe.fullscreen-embed {
  border: none;
  margin-left: 15px;
  align-content: center;
  width: 99%;
  height: calc(100vh - var(--header-height, 120px));
  display: block;
}
