
@media screen {

* {
  margin: 0;
  padding: 0;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

html {
  width:100%;
  height:100%;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
  border: 0;
  color:#222;
  background-color:#f1f1f1;
}

td { 
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

table { 
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

caption {
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  padding-left: 3px;
}

a {
  color: #1152C1;
  text-decoration:none;
}

a img {
  border: 0;
  text-decoration:none;
}

img:hover {
  text-decoration:none;
}

img {
  border: 0;
}


fieldset {
  padding: 1px 1px 2px 3px;
  border: 0px;
}

legend {
  font-size: 13px;
}

hr {
  border: 0;
  color: #bfbfbf;
  background-color: #bfbfbf;
  height: 1px;
}

h1 {
  margin-top:0px;
}

h2 {
  margin-top:0px;
}

input, select, textarea, button {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  padding:3px;
  border-radius: 3px;
  vertical-align:top;
}

button::-moz-focus-inner {
  border:0;
  padding:0;
}

input:focus, select:focus, textarea:focus
{
  box-shadow: 0 0 3px #428BCA;
}

input {
  color:black;
  padding-right: 1px; /*sicer v IE ni videti kurzorja pri desni poravnavi*/
}

option {
  padding-right:12px;
}

input[type="checkbox"] {
  margin:6px 12px 4px 4px;
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5,1.5); /* FF */
  -webkit-transform: scale(1.5,1.5); /* Safari and Chrome */
  -o-transform: scale(1.5,1.5); /* Opera */
  padding: 10px;
}

input[type="button"] {
  background-color:#FFF;
}

#row-head {
  background-color: #666;
  height:40px;
}

#id_head {
  height:40px;
  overflow: hidden;
  background-color: #666;
}

#id_head, #id_head a {
  color:#f1f1f1;
}

#id_navigator {
  position:absolute; /* float:left bi motil elemente v vsebini */
  width: 1px;
  vertical-align: top;
  padding: 0 3px 1px 0;
}

body.menu-off #id_navigator {
  display:none;
}

body.menu-on #id_navigator {
  display:block;
}

#id_content {
  height: calc(100vh - 72px);   vertical-align: top;
}

body.menu-off #id_content {
  margin: 0;
}

body.menu-on #id_content {
  margin-left: 254px;
}

#row-nav-content {
  border: 0;
}

#id_akcije_odpri {
  vertical-align:middle;
}

#id_akcije_odpri.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.block {
  display:block;
}

.hidden {
  display: none;
}

.visible {
  visibility:visible;
}

.invisible {
  visibility:hidden;
}

.hover-visible:hover * {
  visibility:visible;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.top {
  vertical-align:top;
}

.middle {
  vertical-align:middle;
}

.bottom {
  vertical-align:bottom;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear-both {
  clear:both;
}

.nowrap {
  white-space: nowrap;
}

.prewrap {
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome, Safari */ 
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;       /* css-3 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.pre {
  white-space: pre;
}

.flex-shrink0 {
  flex-shrink: 0;
}

.pointer {
  cursor: pointer;
}

#row-history {
  background-color: #FAFAFA;
  border-bottom:1px solid #bfbfbf;
  font-size:13px;
  padding:2px 6px 2px 2px;
  height:30px;
}

#row-history span {
  color: #bfbfbf;
}

.formTitle {
  font-weight:bold;
  padding:2px;
  font-size:14px;
}

.formHead {
  font-weight:bold;
  font-size:14px;
  padding-bottom:5px;
}

.tblFormFilters {
  flex-shrink: 0;
  min-height: 48px; /* naj bo višina na vseh blokih filtrov poravnana */
}

.tblFormFilters td {
  padding: 2px 12px 4px 0;
}

.tblFilterBlock {
  display:block;
  float: left;
  min-height: 48px; /* naj bo višina na vseh blokih filtrov poravnana, zaradi float:left */
}

.tableTitle {
  font-weight:bold;
  font-size:13px;
}

.underlined {
  border-bottom: 1px solid #666;
}
.overlined {
  border-top: 1px solid #666;
}
.activeFieldset {
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
}
.activeFieldset .prd-lst-item-odd-bold-data {
  background-color: #fafafa;
}

.submit, .submit.ui-button, .submit.ui-state-default, .ui-widget-content .submit.ui-state-default {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
  color: #454545;
  font-weight: bold;
  border:1px solid #CECECE;
  margin-right: 8px;/*10*/
  white-space: nowrap;
  display:inline-block;
}

.btn-radio {
  vertical-align:top;
  font-size: 13px;
  text-align:center;
}
.btn-radio label {
  float:left;
  width:100%;
  margin:6px 0;
  background-color:#fff;
  border-radius:4px;
  border:1px solid #D0D0D0;
  overflow:auto;
  box-sizing:border-box;
}
.btn-radio label input {
  position:absolute;
  top:-20px;
}
.btn-radio label span {
  text-align:center;
  font-size: 18px;
  padding:5px 0;
  display:block;
}
.btn-radio input:checked + span {
  background-color:#428BCA;
  color:#fff;
}

/* btn-inline  -> vklop gumbov vedno */
/* btn-inline7 -> vklop gumbov samo v touch nacinu */

.btn-inline, .btn-inline7 {
  white-space: pre; /* 124488 10 -> Dal iz nowrap na pre zaradi blankov. Vedno, ne glede na grafični način */
}

.btn-inline, body.layout7 .btn-inline7 {
  display:inline-block;
  line-height:20px;
  padding:4px 10px;
  background-color:#ddd;
  border:1px solid #ccc;
  border-radius:5px;
  color: #1152c1;
  min-width:60px;
  font-size: 1.33333em;
}

.btn-inline-pencil::before {
  font-family: "Font Awesome 5 Pro";
  content: "\00a0 \f040 \00a0";
}

.btn-green, .ui-widget-content .submit.btn-green {
  background-color: #5CB85C;
  border: 1px solid #5CB85C;
  color: #FFFFFF;
}

.btn-red, .ui-widget-content .submit.btn-red {
  background-color: #D9534F;
  border: 1px solid #D9534F;
  color: #FFFFFF;
}

.btn-orange, .ui-widget-content .submit.btn-orange {
  background-color: #F0AD4E;
  border: 1px solid #F0AD4E;
  color: #FFFFFF;
}

.btn-blue, .ui-widget-content .submit.btn-blue {
  background-color: #428BCA;
  border: 1px solid #428BCA;
  color: #FFFFFF;
}

button.submit:hover, button.submit:focus, button.submit:active,
input.submit:hover, input.submit:focus, input.submit:active,
a.submit:hover, a.submit:focus, a.submit:active {
  box-shadow: 0 0 3px #428BCA;
}

tbody>tr.tableRow:hover {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px #428BCA;
}

tbody>tr.selectedRecord {
  background-color: #9cf89c;
}

optgroup {
  font-weight: bold;
  font-style:normal;
}

.input-num {
  text-align: right;
}

.input-naziv {
  font-weight: bold;
  background-color:transparent;
  border:0px;
}

input[disabled], select[disabled], .disabled {
  color:#333;
  background-color:#dddddd;
}

.page-user {
  text-align:right;
  padding-right:8px;
  white-space: nowrap;
}

.block-title {
  padding: 2px 5px 2px 5px;
  height: 24px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  background-color: #E0EFE0;
  vertical-align:middle;
}

.pageTitle {
  font-size:14px;
  padding:2px 0;
  font-weight:bold;
}

.tableList {
  width:100%;  
  background-color: #fff;
}

.tableListHeader {
  font-size:13px;
  font-weight: bold;
  padding: 4px 2px;
  vertical-align:bottom;
  border-bottom: 2px solid #bfbfbf;
  background-color:#fff;
}

.tableListFooter {
  background-color:#FFD7A3;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

.tableTooltip {
  width:100%;
  border: 1px solid #C6B9ED;
  background-color:#F7FFE2;
  border-spacing:1px 0px;
}

.tableActions {
  width:100%;
  border: 1px solid #C6B9ED;
  background-color:#F7FFE2;
  border-collapse: separate;
  border-spacing:1px 0px;
}

.tableListPageIndex {
  background-color:#F7FFE2;
  border-collapse: separate;
}

.tableGroupHeader {
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  height:24px;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.tableGroupHeaderLevel1, .tableGroupHeaderLevel2, .tableGroupHeaderLevel3 {
/*namensko barvanje*/
}

.tableGroupFooter {
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  height:24px;
}

.tableGroupFooterLevel1, .tableGroupFooterLevel2, .tableGroupFooterLevel3 {
/*namensko barvanje*/
}

.tableGroupHeader img {
  vertical-align:top;
}

.bold {
  font-weight: bold;
}

.bg-gray-d {
  background-color:#ddd;
}

.bg-gray-e {
  background-color:#eee;
}

.button-row-top {
  border: 0px;
}

.button-row-bottom {
  border: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-right: 3px;
}

.prd-lst {
  padding:2px 4px 2px 5px;
  vertical-align: top;
}

.prd-lst-data {
  padding:2px 4px 2px 0px;
  vertical-align: top;
}

.prd-lst-num {
  padding-left: 5px;
  padding-right: 3px;
  text-align: right;
}

.prd-lst-item-odd {
  height:24px;
  padding:2px 3px 2px 2px;
  vertical-align: top;
  margin: 0;
  text-align:left;
  border-bottom: 1px solid #eee;
}

.prd-lst-item-odd-data {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  height:24px;
  padding:2px 3px 2px 5px;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  text-align:left;
}

.prd-lst-item-odd-bold {
  height:24px;
  padding:4px 8px 4px 8px;
  vertical-align: top;
  font-weight: bold;
  margin: 0px;
  text-align:right;
  color:#626262;
}

.prd-lst-item-odd-bold-data {
  font-size: 12px;
  height:24px;
  padding:4px 8px 4px 8px;
  vertical-align: top;
  margin: 0;
}

.prd-lst-item-odd-num {
  height:16px;
  padding:2px 3px 2px 5px;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  text-align: right;
}

.prd-lst-item-even {
  height:24px;
  padding:3px 3px 2px 2px;
  vertical-align: top;
  margin: 0;
  border: 0;
  border-collapse:collapse;
  background-color: #E0E0ED;
  text-align:left;
}

.prd-lst-item-even-data {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic;
  height:24px;
  padding:2px 3px 2px 5px;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-collapse:collapse;
  background-color: #E0E0ED;
  text-align:left;
}

.prd-lst-item-even-bold {
  height:24px;
  padding:2px 3px 2px 5px;
  vertical-align: middle;
  font-weight: bold;
  margin: 0;
  border: 0;
  border-collapse:collapse;
  background-color: #E0E0ED;
  text-align:left;
}

.prd-lst-item-even-num {
  height:24px;
  padding:2px 3px 2px 5px;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-collapse:collapse;
  text-align: right;
  background-color: #E0E0ED;
}

.filter-data {
  font-size:18px;
}

.prd-lst-item-odd a, .prd-lst-item-even a, .prd-lst-item-odd-data a, .prd-lst-item-even-data a,
.prd-lst-item-odd-bold a, .prd-lst-item-even-bold a, .prd-lst-item-odd-bold-data a, .prd-lst-item-even-bold-data a {
  color: #1152C1;
  font-style:normal;
}

.row-highlight, .row-highlight .prd-lst-item-odd, .row-highlight .prd-lst-item-even {
  background-color: #EEA811;
}

.row-group {
  height:25px;
  background-color: #ADC5FF;
  font-weight:bold;
}

.row-group1 {
  height:24px;
  background-color: #DDDDFF;
  font-weight:bold;
}

.row-group2 {
  height:24px;
  background-color: #CCFFCC;
  font-weight:bold;
}

.trace_table {
  background-color: #E0E0ED;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
}

.trace_text {
  font-size: 12px;
  text-align: left;
  color: #000000;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.trace_text_error {
  font-size: 12px;
  text-align: left;
  color: #ff0000;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.trace_text_warning {
  font-size: 12px;
  text-align: left;
  color: #1152C1;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.msg-info {
  padding:1px;
  background-color:#06CB10;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF
}

.msg-info-light {
  font-size: 13px;
  color: #35683C;
  background-color: #ACEEA7;
  border: 0;
  padding: .75rem 1rem;
  margin: 0.2rem 0;
}

.msg-warn {
  padding:1px;
  background-color:#FF8800;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
}

.msg-warn-light {
  font-size: 13px;
  color: #A06700;
  background-color: #FFE69B;
  border: 0;
  padding: .75rem 1rem;
  margin: 0.2rem 0;
}

.msg-error {
  padding:1px;
  background-color:#F81801;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
}

.msg-error-light {
  font-size: 13px;
  color: #C1343D;
  background-color: #FFC1BC;
  border: 0;
  padding: .75rem 1rem;
  margin: 0.2rem 0;
}

.zaznamki {
  margin: 4px 4px 4px 4px;
  border-collapse: collapse;
  margin-bottom:10px;
}

.menu-tree {
  overflow:auto;
  max-width:250px;
}

.menu-tree-more {
  display:none;
  text-align:center;
  background-color:white;
}

.meni {
  border:0px;
  width:242px;    margin: 4px 4px 0px 4px;
  border-collapse: collapse;
}

.meni-nivo1 {
  padding-right: 5px;
  height: 24px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
}

.meni-nivo1 a {
  outline: none;
  color: black;
}

.meni-nivo1 img {
  padding-left:5px;
}

.prgh {
  margin: 0px 2px 4px 2px;
}

.meni-nivo2 {
  padding:5px 0px 5px 8px;
}

.meni-nivo2 a {
  outline: none;
  color: #1152C1;
}

.more {
  padding-left: 1px;
  padding-top: 2px;
}

.more a {
  color:#218CC6;
  font-weight: bold;
  outline: none;
}

.dmenu {
  margin:10px;
  padding:0px;
}
.dmenu li {
  list-style-type: none;
  padding-top: 4px;
}
.dmenu ul {
  padding-left: 0px;
  margin-left: 0px;
}
.dmenu li ul {
  padding-left: 8px;
  margin-left: 8px;
}
.dmenu a {
  color:#218CC6;
  font-weight: bold;
  outline: none;
}
.dmenu a img {
  margin-right:10px;
}

.stat-color-def {
  color: red;
}
.stat-color0 {
  color: green;
}
.stat-colorO {
  color: green;
}

.tableListHeader a {
  text-decoration: none;
}

.sort {
}

.tableListHeader i.fa-caret-up {
  visibility:hidden;
}

.tableListHeader:hover i.fa-caret-up {
  visibility:visible;
}

.sort-desc {
  color: #F20000;
}
.sort-asc {
  color: #1152C1;
}
.tableListHeader i.visible {
  visibility:visible;
}

.active-row, .active-row td {
  background: #FFE334;
}

#loading {
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.1);
  z-index: 10000;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#loading > div {
  position:absolute;
  color:#555;
  background-color:white;
  padding: 10px;
  border: 2px solid #aaa;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -100px;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  z-index: 10001;
}

#loading div img {
  vertical-align: middle;
  float: left;
}

#loading-msg {
  line-height:30px;
}

.shorten span {
  display:none;
}

.ExpandContent {
}

.ExpandContent .shorten span {
  display:inline;
}

.gwTree {
}

.gwTreeChild {
}

.gwTreeNodeLabel {
  white-space: nowrap;
  line-height:30px;
  display: block;
  padding: 0;
  position: relative;
}

.gwTreeNodeLabel a {
  cursor:pointer;
  display:block;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
}

.gwTreeNodeLabel i.fal {
  line-height:30px;
  position:absolute;
  top: 0;
  left:0
}

.gwTreeNodeLabelTitle {
  border-top:1px solid #ddd;  
  background-color: #fff;
  cursor:pointer;
}

.gwTreeNodeLabelTitle:hover {
  cursor:pointer;
  text-decoration: none;
  background-color:#f1f1f1;
}

.gwTree div {
  white-space: nowrap;
}

.gwTree img, .gwTreeNodeLabel img {
  vertical-align: middle;
}

.menu-box {
  width:250px;
  margin: 3px 0;
}

.menu-box thead th {
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
  height: 28px;
  font-weight: bold;
  background-color: #fff;
}

.menu-box tbody td {
}

.menu-box tfoot td {
  height:18px;
}

.menu-box tfoot td a {
  padding-left:4px;
}

.menu-box .gwTreeNodeLabelTitle {
  color:#444;
}

.rotate45 {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg)
}

.rotate90 {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  transform:rotate(90deg)
}

.rotate180 {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg)
}

.rotate270 {
  -webkit-transform:rotate(270deg);
  -moz-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  -o-transform:rotate(270deg);
  transform:rotate(270deg)
}

.icon-bar {
  position:absolute;
  height: 40px;
  right:0px;
  z-index:99;
  background-color: #666;
}

.icon-bar td {
  padding: 3px 10px;
}

.fab, .fas, .far, .fal {
  color: #aaa;
}

#row-head .fas {
  color: #f1f1f1;
}

#row-head .fas:hover {
  color: #BFE0FF;
}

.submit .fab,
.submit .fas,
.submit .far,
.submit .fal {
  color: inherit;
}

a:hover .fab,
a:hover .fas,
a:hover .far,
a:hover .fal {
  cursor: pointer;
  color: #008ED0;
}

.btn-green .fab,
.btn-green .fas,
.btn-green .far,
.btn-green .fal {
  color: #fff;
}

.fa-fwl {
  text-align: left;
  width: 1.28571em;
}

.fa-blue {
  color: #428BCA;
}

.fa-green {
  color: #5CB85C;
}

.fa-red {
  color: #D9534F;
}

.fa-orange, #row-head .fas.fa-orange { /* zaradi reminderja v glavi */
  color: #F0AD4E;
}

.fa-yellow {
  color: #F9F936;
}

.fa-black {
  color: #222222;
}

.fa-violet {
  color: #DA70D6;
}

@keyframes fa-blink {
  0% { opacity: 1; }
  10% { opacity: 1; }
  50% { opacity: 0; }
  90% { opacity: 1; }
  100% { opacity: 1; }
}

.fa-blink {
  -webkit-animation: fa-blink 1.5s ease-in-out infinite;
  -moz-animation: fa-blink 1.5s ease-in-out infinite;
  -ms-animation: fa-blink 1.5s ease-in-out infinite;
  -o-animation: fa-blink 1.5s ease-in-out infinite;
  animation: fa-blink 1.5s ease-in-out infinite;
}

.tabbar {
  text-align: left;
  margin: 1px 0px 7px 0px;
  border-bottom: 1px solid #BFBFBF;
  list-style-type: none;
  padding: 3px 5px 0px 0px;
  line-height: 26px;
}

.tabbar li {
  display: inline-block;
}

.tabbar li a {
  padding: 3px 4px 6px 4px;
  border: 1px solid #BFBFBF;
  margin-right: 0px;
  text-decoration: none;
  border-bottom: none;
  color: #555;
  border-radius: 5px 5px 0 0;
  background-color: #ddd;
}

.tabbar li span {
  padding: 3px 4px 6px 4px;
  border: 1px solid #BFBFBF;
  background-color: #aaa;
  margin-right: 0px;
  text-decoration: none;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background-color: #ddd;
  color: #aaa;
}

.tabbar li img {
  position: relative;
  top: 3px;
}

.tab-selected {
  position: relative;
  bottom: -1px;
}

.tabbar .tab-selected a,
.tabbar .tab-selected a:hover {
  background-color: #f1f1f1;
  padding-top: 5px;
  font-weight: bold;
}

.tabbar a:hover {
  background: #fff;
  text-decoration: none;
}

.tabbar li.tab-red a {
  background-color: #D9534F;
  border-top:    1px solid #D9534F;
  border-right:  1px solid #D9534F;
  border-left:   1px solid #D9534F;
  color: #FFFFFF;
}

.tabbar li.tab-red a:hover {
  color: #D9534F;
  border-color: #BFBFBF;
  background-color: #f1f1f1;
}

.tabbar li.tab-orange a {
  background-color: #F0AD4E;
  border-top:    1px solid #F0AD4E;
  border-right:  1px solid #F0AD4E;
  border-left:   1px solid #F0AD4E;
  color: #FFFFFF;
}

.tabbar li.tab-orange a:hover {
  color: #F0AD4E;
  border-color: #BFBFBF;
  background-color: #f1f1f1;
}

div.gwColorPicker {
  position: relative;
  z-index:20000;
}

.gwColorPicker, .gwColorPicker table {
  border-collapse:collapse;
  border: 1px solid #556;
  cursor: default;
  background: #eff;
}

.border-top-ddd {
  border-top:1px solid #ddd;
}
.border-bottom-ddd {
  border-bottom:1px solid #ddd;
}

.link-box-container {
  box-sizing: border-box;
  min-width: 480px;
  width:33%;
  padding:10px 5px 5px 5px;
  /*overflow:hidden; ukinjeno 23.11.2023 mail iz orkoplast*/
}

.link-box {
  min-height: 80px;
  width:100%;
  border-radius: 2px;
  display: block;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #fff;
  background-color: #428BCA;
}

.link-box:hover {
  box-shadow: 0 0 3px #428BCA;
}

.link-box-red {
  background-color: #D9534F;
}

.link-box-green {
  background-color: #5CB85C;
}

.link-box-icon {
  display: block;
  float: left;
  height: 80px;
  width: 80px;
  text-align: center;
  background: rgba(0,0,0,0.5);
}

.link-box-icon i {
  line-height: 80px;
  color: #428BCA;
}

.link-box-red .link-box-icon i {
  color: #D9534F;
}

.link-box-green .link-box-icon i {
  color: #5CB85C;
}

.link-box-content {
  margin-left:100px;
  white-space: nowrap;
}
.link-box-content h1 {
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  overflow: hidden;
}

/* popravek jquery.sparkline.js tooltip zaradi prehoda na bootstrap */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.pte-description {
  display:inline-block;
  vertical-align:top;
}

}


  /* layout3 */

  body.layout3.menu-m-off #row-history {
    display: none;
  }

  body.layout3.menu-m-on #row-history {
    display: block;
  }

  body.layout3.menu-m-off #id_navigator {
    display: none;
  }

  body.layout3.menu-m-on #id_navigator {
    display: block;
  }

  body.layout3.menu-m-off #id_content {
    margin: 0;
  }

  body.layout3.menu-m-on #id_content {
    margin-left: 254px;
  }

  body.layout3 #logo {
    display:none;
  }


  /* layout7 */

  body.layout7 #id_content form {
    height: calc(100vh - 40px); /* v tabličnem načinu odštejemo glavo */
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
  }

  body.layout7.menu-m-off #row-history {
    display: none;
  }

  body.layout7.menu-m-on #row-history {
    display: block;
  }

  body.layout7.menu-m-off #id_navigator {
    display: none;
  }

  body.layout7.menu-m-on #id_navigator {
    display: block;
  }

  body.layout7.menu-m-off #id_content {
    margin: 0;
  }

  body.layout7.menu-m-on #id_content {
    margin-left: 254px;
  }

  body.layout7 #btnSwitchNavigator { /* ne rabimo ikone za shranjevat stanje menija, po refreshu strani je vedno zaprt */
    display: none;
  }

  body.layout7 .pageTitle {
    display: none;
  }

  body.layout7 #logo {
    display:none;
  }

  body.layout7 .button-row-top {
    flex-shrink: 0;
  }

  body.layout7 .tabbar {
    line-height: 56px;
    font-size: 36px;
    border: 0;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
  }

  body.layout7 .tabbar li a, .tabbar li span {
    border-radius: 0;
    border-style: none;
    padding: 5px;
  }

  body.layout7 .tabbar li {
    height: 56px;
    margin-bottom:5px;
  }

  body.layout7 .tabbar i.fab,
  body.layout7 .tabbar i.fas,
  body.layout7 .tabbar i.far,
  body.layout7 .tabbar i.fal {
    font-size: 1.2em;
    vertical-align: baseline; /* boljša poravnava ikon, kasneje odstrani middle, v primeru da ne bo več starih zavihkov*/
  }

  body.layout7 .tableList {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    display: block;
    overflow: scroll;
    font-size: 16px;
    min-height: 300px;
  }

  body.layout7 .submit {
    line-height: 32px;
    font-size: 24px;
    padding: 12px 18px;
  }

  body.layout7 .tblFormButtons, .tblFormFilters { /* IE zahteva block */
    display:block;
  }

  body.layout7 .btn-inline, body.layout7 .btn-inline7 {
    line-height: 44px;
    padding: 4px 20px;
    min-width: 60px;
    font-size: 2em;
  }

  body.layout7 .link-box-container, body.layout3 .link-box-container {
    width: 100%;
    min-width: 0;
  }

  body.layout7 .gwTreeNodeLabel {
    line-height:56px;
  }

  body.layout7 .gwTreeNodeLabel a {
    font-size: 16px;
  }

  body.layout7 .gwTreeNodeLabel i.fal {
    line-height:56px;
  }

  body.layout3 .link-box, body.layout3 .link-box-icon {
    min-height: 50px;
    height: 50px;
    line-height: 50px;
  }

  body.layout3 .link-box-content h1 {
    line-height: 50px;
  }

  body.layout3 .link-box-icon i {
    line-height: 50px;
    font-size: 3em;
  }

    body.layout3 #id_akcije_odpri, body.layout7 #id_akcije_odpri {
    display: inline-block;
  }
  
  body.layout3 #id_akcije_odpri .btn-text, body.layout7 #id_akcije_odpri .btn-text {
    display: none;
  }

    body.layout7 .msg-info, body.layout7 .msg-warn, body.layout7 .msg-error {
    font-size: 20px;
  }

    body.layout7 .ui-autocomplete {
    font-size: 2em;
  }

  
    .hidden-xs {
    display:block;
  }
  .visible-xs {
    display:none;
  }

  @media (max-width:640px) {
    #cell-icon-envelope, #cell-icon-phone, #cell-icon-question-circle, #cell-icon-bug, #cell-icon-lock, #cell-icon-wrench {
      display:none;
    }
        body.layout7 .tblFormFilters {
      /* display: none; Vido mail 9.10.2018 */
    }
    .tabbar {
      height:62px;
      display: block;
      overflow-x: auto;
      overflow-y: hidden;
    }
    .tabbar li {
      display:table-cell;
    }
    .tabbar li a {
      margin-left:3px;
    }
        .tableActions>tbody>tr, .tableActions>tbody>tr>td {
      display:block;
    }
    .tableActions>tbody>tr {
      border-bottom:1px solid #aaa;
    }
    body.layout7 .btn-responsive .btn-label {
      display:none;
    }
        .hidden-xs {
      display:none;
    }
    .visible-xs {
      display:block;
    }
  }

/* } */







































