﻿body,
html {
  background-color: #333333;
  background-position: center top;
  overflow-x: hidden;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
}

body div#moduleContainer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
body div#moduleContainer > div#left {
  display: table-cell;
  background-color: #e6e6e6;
  width: 260px;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  color: #808080;
}
body div#moduleContainer > div#left > #logout2 {
  display: none;
}
body div#moduleContainer > div#left > ul#nav > li > h2 {
  background-color: #808080;
  color: white;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  padding-left: 54px;
  position: relative;
}
body div#moduleContainer > div#left > ul#nav > li > h2 > i {
  width: 14px;
  height: 8px;
  background-image: url("/static/images/generic/arrowDown.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 17px;
}
body div#moduleContainer > div#left > ul#nav > li > h2:hover {
  background-color: #606060;
}
body div#moduleContainer > div#left > ul#nav > li.expanded > ul {
  display: block;
}
body div#moduleContainer > div#left > ul#nav > li.expanded > h2 {
  background-color: #00a5dd;
}
body div#moduleContainer > div#left > ul#nav > li.expanded > h2 > i {
  background-image: url("/static/images/generic/arrowUp.png");
}
body div#moduleContainer > div#left > ul#nav > li.expanded > h2:hover {
  background-color: #606060;
}
body div#moduleContainer > div#left > ul#nav > li > ul {
  display: none;
}
body div#moduleContainer > div#left > ul#nav > li > ul > li {
  margin-top: 1px;
}
body div#moduleContainer > div#left > ul#nav > li > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 54px;
  color: #808080;
  text-decoration: none;
}
body div#moduleContainer > div#left > ul#nav > li > ul > li > a:hover {
  background-color: white;
}
body div#moduleContainer > div#left > ul#nav > li > ul > li.active > a {
  background-color: white;
  font-weight: 600;
}
body div#moduleContainer > div#left > ul#nav > li:nth-child(n+2) {
  margin-top: 10px;
}
body div#moduleContainer > div#left > ul#nav > li > h2 > b {
  font-weight: normal;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0px;
  height: 40px;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body div#moduleContainer > div#left > ul#nav > li#navVijesti > h2 > b {
  width: 21px;
  background-image: url("/static/images/generic/icons/icon_articles.png");
}
body div#moduleContainer > div#left > ul#nav > li#navFotografije > h2 > b {
  width: 20px;
  background-image: url("/static/images/generic/icons/icon_photos.png");
}
body div#moduleContainer > div#left > ul#nav > li#navDokumenti > h2 > b {
  width: 17px;
  background-image: url("/static/images/generic/icons/icon_documents.png");
}
body div#moduleContainer > div#left > ul#nav > li#navStranice > h2 > b {
  width: 19px;
  background-image: url("/static/images/generic/icons/icon_pages.png");
}
body div#moduleContainer > div#left > ul#nav > li#navStatistika > h2 > b {
  left: 18px;
  width: 23px;
  background-image: url("/static/images/generic/icons/icon_statistics.png");
}
body div#moduleContainer > div#left > ul#nav > li#navOstalo > h2 > b {
  left: 19px;
  width: 22px;
  background-image: url("/static/images/generic/icons/icon_other.png");
}
body div#moduleContainer > div#left > ul#nav > li#navPostavke > h2 > b {
  width: 21px;
  background-image: url("/static/images/generic/icons/icon_settings.png");
}
body div#moduleContainer > div#right {
  display: table-cell;
  background-color: #f3f3f3;
  padding: 30px;
  vertical-align: top;
  width: 100%;
}
body div#moduleContainer > div#right > div#header div#naslov h1 {
  margin-bottom: 20px;
  color: #4d4d4d;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 30px;
  margin-left: 24px;
}
body div#moduleContainer > div#right > div#moduleContent {
  min-height: 650px;
}
body div#moduleContainer > div#right > div#moduleContent > div div.intro {
  border: 2px solid #e9e9e9;
  padding: 20px;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  border-bottom: 0px none;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar {
  border: 2px solid #e9e9e9;
  padding: 20px;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  border-bottom: 0px none;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table {
  display: table;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr {
  display: table-row;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > div.td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > div.td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > div.td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > td,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > div.td {
  display: table-cell;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > div.td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > div.td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > div.td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > td > h3,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > div.td > h3 {
  font-weight: bold;
  font-size: 16px;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 10px;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > div.td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > div.td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > div.td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > div.td:nth-child(n+2) {
  padding-left: 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > div.td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > div.td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > div.td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > td a#btnFiltar,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > div.td a#btnFiltar {
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  background-color: #00a5dd;
  color: white;
  padding-left: 10px;
  width: 92px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #007ec4;
  text-transform: uppercase;
  text-decoration: none;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table tr > div.td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > table div.tr > div.td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table tr > div.td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > td a#btnFiltar:hover,
body div#moduleContainer > div#right > div#moduleContent > div > div#filtar > div.table div.tr > div.td a#btnFiltar:hover {
  background-color: #007ec4;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica {
  border: 2px solid #e9e9e9;
  padding: 20px;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 4px solid white;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #00a5dd;
  text-transform: uppercase;
  letter-spacing: -0.3pt;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table {
  width: 100%;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr:nth-child(1) > th,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr:nth-child(1) > th {
  background-color: #b3b3b3;
  color: white;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr:nth-child(1) > th:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr:nth-child(1) > th:nth-child(n+2) {
  border-left: 2px solid #b9b9b9;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr > td,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr > td {
  background-color: white;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr > td:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr > td:nth-child(n+2) {
  border-left: 2px solid #e9e9e9;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr:nth-child(2n) > td,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr:nth-child(2n) > td {
  background-color: #f3f3f3;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.shLast > td,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.shLast > td {
  border-bottom: 2px solid #e9e9e9;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.spacer > th,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.spacer > th {
  height: 10px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th {
  border: 1px solid #d3d3d3;
  height: 40px;
  vertical-align: top;
  padding-left: 20px;
  color: #808080;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th a,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th a {
  color: #00a5dd;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.results,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.results {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  float: left;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging {
  float: left;
  vertical-align: top;
  height: 40px;
  border-left: 1px solid #d3d3d3;
  padding-left: 40px;
  padding-right: 40px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span {
  position: relative;
  line-height: 100%;
  display: inline-block;
  color: #808080;
  height: 26px;
  min-width: 20px;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span:nth-child(n+2) {
  margin-left: 12px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a.next,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span.next,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a.next,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span.next {
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a.next > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span.next > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a.next > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span.next > i {
  width: 8px;
  height: 14px;
  background-image: url("/static/images/generic/arrowRight.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a.previous,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span.previous,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a.previous,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span.previous {
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a.previous > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span.previous > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a.previous > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span.previous > i {
  width: 8px;
  height: 14px;
  background-image: url("/static/images/generic/arrowLeft.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > span.selectedPage,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > span.selectedPage {
  border-bottom: 4px solid #00a5dd;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > table tr.footer > th > div.paging > a:hover,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div.autoScroll > table tr.footer > th > div.paging > a:hover {
  border-bottom: 4px solid #00a5dd;
  text-decoration: none;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div {
  width: 100%;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row {
  display: table;
  width: 100%;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row > li {
  display: table-cell;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row:nth-child(1) > li {
  background-color: #b3b3b3;
  color: white;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row:nth-child(1) > li:nth-child(n+2) {
  border-left: 2px solid #b9b9b9;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row > li {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row > li:nth-child(n+2) {
  border-left: 2px solid #e9e9e9;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.spacer > li {
  height: 10px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li {
  border: 1px solid #d3d3d3;
  height: 40px;
  vertical-align: top;
  padding-left: 20px;
  color: #808080;
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li a {
  color: #00a5dd;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.results {
  height: 40px;
  line-height: 40px;
  padding-right: 40px;
  float: left;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging {
  float: left;
  vertical-align: top;
  height: 40px;
  border-left: 1px solid #d3d3d3;
  padding-left: 40px;
  padding-right: 40px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span {
  position: relative;
  line-height: 100%;
  display: inline-block;
  color: #808080;
  height: 26px;
  min-width: 20px;
  text-align: center;
  padding-top: 10px;
  text-decoration: none;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a:nth-child(n+2),
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span:nth-child(n+2) {
  margin-left: 12px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a.next,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span.next {
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a.next > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span.next > i {
  width: 8px;
  height: 14px;
  background-image: url("/static/images/generic/arrowRight.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a.previous,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span.previous {
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a.previous > i,
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span.previous > i {
  width: 8px;
  height: 14px;
  background-image: url("/static/images/generic/arrowLeft.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > span.selectedPage {
  border-bottom: 4px solid #00a5dd;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.row.footer > li > div.paging > a:hover {
  border-bottom: 4px solid #00a5dd;
  text-decoration: none;
}
body div#moduleContainer > div#right > div#moduleContent > div div#divTablica > div ul.mainTable {
  display: block;
  width: 100%;
  vertical-align: top;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent {
  border: 2px solid #e9e9e9;
  padding: 20px;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 4px solid white;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #00a5dd;
  text-transform: uppercase;
  letter-spacing: -0.3pt;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent h4 {
  margin-bottom: 6px;
  margin-top: 20px;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent h4:nth-child(1) {
  margin-top: 0px;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent h4 > b {
  font-weight: 600;
}
body div#moduleContainer > div#right > div#moduleContent > div > div#divContent .spacer {
  line-height: 0px;
  height: 0px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
body div#moduleContainer > div#right #poruka {
  background-color: white;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
body div#moduleContainer > div#right #poruka.success {
  color: #20a684;
  border-bottom: 2px solid #20a684;
}
body div#moduleContainer > div#right #poruka.error {
  color: #f15a24;
  border-bottom: 2px solid #f15a24;
}
body header {
  background-color: #63a4c9;
  height: 60px;
}
body header a.logo {
  display: inline-block;
  margin-left: 54px;
  margin-top: 18px;
}
body header a.logo > img {
  display: block;
  height: 23px;
}
body header div#logout {
  position: absolute;
  right: 60px;
  line-height: 58px;
  top: 0px;
  color: white;
  text-align: center;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
body header div#logout > b {
  font-weight: 600;
}
body header div#logout a.vision {
  display: inline-block;
  margin-right: 40px;
}
body header div#logout a.vision > img {
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}
body header a#simple-menu {
  display: none;
}
body footer {
  background-color: #333333;
  color: #d0d0d0;
  padding: 20px;
  text-align: center;
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
body footer .potpora {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 680px;
  color: #babcbe;
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  vertical-align: top;
  display: block;
  margin-bottom: 40px;
}
body footer .potpora > img {
  width: 75px;
  display: block;
  float: left;
  margin-right: 20px;
}

input[type=text], input[type=password], select, textarea {
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 28px;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
}

select {
  height: 30px;
  width: 100%;
}

textarea {
  padding: 10px;
}

a.btn {
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
a.btn.btnEdit {
  background-color: #00a5dd;
  color: white;
  padding-left: 10px;
  width: 92px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #007ec4;
}
a.btn.btnEdit:hover {
  background-color: #007ec4;
}
a.btn.btnDelete {
  background-color: #f15a24;
  color: white;
  padding-left: 10px;
  width: 92px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #d94129;
}
a.btn.btnDelete:hover {
  background-color: #d94129;
}
a.btn.btnAdd {
  background-color: #808080;
  color: white;
  padding-left: 10px;
  width: 92px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #4d4d4d;
}
a.btn.btnAdd:hover {
  background-color: #4d4d4d;
}

.linkButton {
  font-family: "Source Sans Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  background-color: #00a5dd;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  width: 92px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #007ec4;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  width: auto !important;
  min-width: 120px !important;
}
.linkButton:hover {
  background-color: #007ec4;
  text-decoration: none;
}
.linkButton.close {
  background-color: #808080;
  border: 1px solid #4d4d4d;
}
.linkButton.close:hover {
  background-color: #4d4d4d;
}

auris-filebox:not(.afb-layout-list) .afb-grid {
  max-height: calc((var(--filebox-thumb-height) + 126px) * 3 + var(--filebox-gap) * 2);
  overflow-y: auto;
  padding-right: 4px;
}

body > form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body div#moduleContainer {
  flex: 1 0 auto;
}
