﻿/***************************************************/
/***                                             ***/
/***           DO NOT EDIT Site.css !!!!         ***/
/***                                             ***/
/*** if needed,  edit Site.less and included     ***/
/*** less files.                                 ***/
/***                                             ***/
/***************************************************/
/***************************************************/
/***                                             ***/
/***          POMEMBNO OBVESTILO !!!!            ***/
/***                                             ***/
/***       Preberi spodnja navodila,             ***/
/***       PREDEN začneš pisat less-e            ***/
/***                                             ***/
/***************************************************/
/*

 Martin, 21.10.2016:  
 Lessi so zelo razfrčkani, težko je najti kje je kaj.
 
 Od sedaj naprej veljajo naslednja pravila:
 
  * v Site.less naj SKORAJ NE BO definicij - uprabljajte @import "[nekaj].less";

  * Vsaka zaokrožena celota stilov (npr koledar, slick-like table,... itd)
    naj bo v SVOJEM .less fajlu.

  * "sistemski" .less falji naj se začnejo s podčrtajem (npr _colors.less, _fonts.less,...)

  * BARVE NAJ BODO DEFINIRANE SAMO v "_colors.less". 

  * Fonti naj bodo definirani SAMO v "_fons.less"

  * vsak od .less fajlov MORA imeti na mestu, kjer je importan, kratko enovrstično pojasnilo
    čemu je namenjen (glej spodaj pri "_colors.less" in  "_fons.less")

  * vsak od .less fajlov MORA imeti v samem fajlu glavo (remarks), kjer je jasno in podrobno zapisano
    kaj je v temu fajlu in zakaj se uporablja. 
    NATANČNO se zapiše glavni selektor, ki določa področje, za katere veljajo slogi v lessu.
    Lahko dodaste tudi avtorja in datum.

  * zaradi lažjega debugiranja se vsi lessi opremijo s prvo in zadnjo vrstico komentraja v slogu: 
     - " this is content of '_colors.less' " in 
     - " end of '_colors.less'" in 
 */
/** Chevron for collapsable panels ****/
/*ToDo: move it to sepparate less*/
.panel-heading.collapse-chevron:after,
div.collapse-chevron:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
}
.panel-heading.collapse-chevron.collapsed:after,
div.collapse-chevron.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
/** bootbox fix, to appear over dialogs ****/
/*ToDo: move it to sepparate less*/
.bootbox.modal > .modal-dialog {
  z-index: 1550 !important;
}
.bootbox.modal {
  z-index: 1500 !important;
}
/**** marker class: v planih, ko klikneš "odpoklican" cargo, le ta poutripne *******/
.blinkAndScroll {
  cursor: pointer;
}
.blinkAndScroll:hover {
  text-decoration: underline;
}
/*****  DatePicker hack for colors of selected and currend date.  *****/
/*ToDo: move it to sepparate less*/
td.ui-datepicker-today a {
  background: #fcefa1 !important;
  /*color:white !important;*/
}
td.ui-datepicker-current-day a {
  background: #2382c8 !important;
  color: white !important;
}
/*============================*\
|*          base CSS          *|
\*============================*/
/* vsebuje definicije barv za vse ostale sloge */
/*@bgBlueColor: #ff0000;*/
/* vsebuje definicije fontov za vse ostale sloge */
/* Osnovna postavitev strani - slogi za elemente, ki so definirani v "_layour.cshtml" */
/* this is content of '_layout.less' */
/***********************************************************************************************
    Osnovna postavitev strani - slogi za elemente, ki so definirani v "_layour.cshtml" 
************************************************************************************************/
/*
    +----header#first-header-------------------------------------------------------------+
    |                                  partials:_both_headers (using _menu, _userMenu)   |
    +----header#sub-header---------------------------------------------------------------+
    | @title                                              partial:  _usernotifierIcons   |
    +------------------------------------------------------------------------------------+
    | +----main#appPageContainer-------------------------------------------------------+ |   
    | | +-------------------------+--------------------------------------------------+ | |
    | | | div#LeftPaneHeader      | div#BodyHeader                                   | | |
    | | | section: LeftPaneHeader | section: BodyHeader                              | | |
    | | +-------------------------+--------------------------------------------------+ | |
    | | | div#LeftPane          ^ | div id="Body                                   ^ | | |
    | | | section: LeftPane     # | RenderBody                                     # | | |
    | | |                       # |                                                # | | |
    | | |                       # |                                                # | | | 
    | | |                       # |                                                # | | |
    | | |                       # |                                                # | | |
    | | |                       # |                                                # | | |
    | | |                       v |                                                v | | |
    | | +-------------------------+--------------------------------------------------+ | |
    | +--------------------------------------------------------------------------------+ | 
    +------------------------------------------------------------------------------------+
    | footer#pageFooter   section: Bottom          partial:  _scheduledTasksNotiferIcons |
    +------------------------------------------------------------------------------------+
*/
html {
  height: 100%;
}
body {
  background: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: normal;
  color: #333;
  padding-top: 50px;
  padding-bottom: 20px;
}
header {
  font-size: 14px;
}
/*****  Top fixed row with title and menu   ***/
header#first-header {
  /*height: 42px;*/
  background-color: #2382c8;
  background-image: none;
  top: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 810;
}
header#first-header .logoImage {
  height: 35px;
  width: 35px;
  float: left;
  display: block;
  margin-left: 3px;
  margin-top: 5px;
  /*margin-right: 10px;*/
  background-image: url('cgp/logo-32.png');
  background-repeat: no-repeat;
}
header#first-header > h3 {
  color: #0c2d46;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  float: left;
}
header#first-header > h3 > a {
  color: #ffffff;
}
header#first-header > h3 a:hover {
  color: #97c8ed;
  text-decoration: none;
}
/*****  End of top fixed row with title and menu   ***/
header#sub-header {
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 0;
  min-height: 25px;
  padding: 2px;
  position: relative;
  z-index: 800;
  height: 28px;
  top: -6px;
}
header#sub-header .logoImage {
  height: 20px;
  min-width: 20px;
  padding-left: 25px;
  float: left;
  display: block;
  margin-left: 3px;
  /* margin-top: 5px; */
  /* margin-right: 10px; */
  background-image: url(cgp/logo-20.png);
  background-repeat: no-repeat;
}
header#sub-header .label-default {
  background-color: #dddddd;
}
header#sub-header .btn-group {
  padding-bottom: 0;
}
header#sub-header .btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
header#sub-header span.glyphicon {
  margin-right: 6px;
}
.body-content {
  /*font-family: arial;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* Set padding to keep content from hitting the edges */
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
footer#pageFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image: linear-gradient(to top, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
  left: 0;
  /*position: fixed;*/
  right: 0;
  z-index: 800;
  min-height: 25px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}
footer#pageFooter address {
  float: right;
  padding-right: 5px;
  padding-top: 2px;
  margin: 0;
}
footer#pageFooter .simple-pagination {
  padding: 2px;
}
footer#pageFooter .simple-pagination.light-theme a,
footer#pageFooter .simple-pagination.light-theme span {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  margin: 0 5px 0 0;
  min-width: 18px;
  padding: 0 4px;
  text-align: center;
}
body > main#appPageContainer {
  /*background-color: yellow;*/
  bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 42px;
  width: 100%;
  /*div#LeftPaneHeader3-9 {
        position: absolute;
        top: 0px;
        height: @paneHeaderHeight;
        width: @leftPaneWidth3-9;
        overflow: hidden;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 5px;
        background-color: #f8f8f8;
    }*/
  /*div#BodyHeader3-9 {
        position: absolute;
        top: 0px;
        right: 0px;
        height: @paneHeaderHeight;
        width: 100% - @leftPaneWidth3-9;
        overflow: hidden;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 5px;
        background-color: #f8f8f8;
    }*/
  /*div#LeftPane3-9 {
        position: absolute;
        top: @paneHeaderHeight;
        bottom: 0px;
        width: @leftPaneWidth3-9;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 10px;
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #f8f8f8;
    }*/
}
@media screen and (min-width: 768px) {
  body > main#appPageContainer {
    bottom: 27px;
    top: 72px;
  }
  body > main#appPageContainer.minimal {
    bottom: 0px;
    top: 42px;
    /*background-color: antiquewhite;*/
  }
  body > main#appPageContainer.minimal div#Body {
    left: 0;
  }
  body > main#appPageContainer.none {
    bottom: 0px;
    top: 0px;
    /*background-color: antiquewhite;*/
  }
  body > main#appPageContainer.none div#Body {
    left: 0;
  }
}
body > main#appPageContainer div#LeftPaneHeader {
  position: absolute;
  top: 0px;
  height: 45px;
  width: 300px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
  background-color: #f8f8f8;
}
body > main#appPageContainer div#LeftPaneHeader.w3-9 {
  width: 27%;
}
body > main#appPageContainer div#BodyHeader {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  left: 300px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  background-color: #f8f8f8;
}
body > main#appPageContainer div#BodyHeader.w3-9 {
  width: 73%;
  left: auto;
}
body > main#appPageContainer div#LeftPane {
  position: absolute;
  top: 45px;
  bottom: 0px;
  width: 300px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 10px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f8f8f8;
}
body > main#appPageContainer div#LeftPane.w3-9 {
  width: 27%;
}
body > main#appPageContainer div#Body {
  position: absolute;
  top: 45px;
  bottom: 0px;
  right: 0px;
  left: 300px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 10px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: auto;
}
body > main#appPageContainer div#Body.w3-9 {
  width: 73%;
  left: auto;
}
body > main#appPageContainer div#Body3-9 {
  position: absolute;
  top: 45px;
  bottom: 0px;
  right: 0px;
  width: 73%;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 10px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
/* Velja za vrataja */
body > main {
  bottom: 0px;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 42px;
  width: 100%;
}
@media (min-width: 768px) {
  body > main {
    bottom: 27px;
    top: 72px;
  }
}
body > main #appPageContainer {
  overflow: auto;
  bottom: 0;
  height: 100%;
  margin-top: 0;
  position: relative;
  top: 0;
  width: 100%;
}
body > main > header {
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 0;
  min-height: 25px;
  padding: 2px;
  position: relative;
}
body > main > header .btn-group {
  padding-bottom: 0;
}
body > main > header .btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
body > main > header span.glyphicon {
  margin-right: 6px;
}
/* END ofcontent of '_layout.less' */
/*============================*\
|*  CSS for some parts of UI  *|
\*============================*/
/*all stuff used for calendar filter*/
/*====================================================*\
|*         all stuff used for calendar filter         *|
\*====================================================*/
table.calendar {
  font-size: 11px;
  width: 100%;
  /*     .zero-count {
        color: gray;
    }
       .date {
        padding-right: 15px;
    }*/
}
table.calendar td.datename {
  width: 55px;
}
table.calendar td.datelink {
  text-align: right;
  padding-right: 2px;
  padding-left: 2px;
  width: 105px;
}
table.calendar th.data,
table.calendar td.data {
  text-align: right;
  width: 20px;
}
table.calendar th.date {
  border-style: none;
}
table.calendar td {
  padding: 0px 3px;
}
table.calendar td a {
  font-weight: normal;
}
table.calendar th {
  padding: 0px 3px;
  border-style: solid;
  border-color: lightgray;
  border-width: 1px;
}
table.calendar td.datename,
table.calendar td.datelink {
  cursor: pointer;
}
table.calendar tr:nth-child(even) {
  background-color: #efefef;
}
table.calendar tr:nth-child(odd) {
  background-color: #FFF;
}
table.calendar tr:hover {
  background-color: lightgrey;
}
table.calendar .sundayCss {
  color: lightcoral;
}
table.calendar tr.active {
  background-color: lightblue;
}
table.calendar td.data {
  cursor: pointer;
}
table.calendar td.data[data-value="0"] {
  color: lightgrey;
  cursor: default;
}
#status-filter .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
input[type="radio"] {
  margin: 0 0 0;
}
#InnerLeftPane hr {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* all stuff used for transportRequest list, transportpart list and transportlist*/
/*====================================================*\
|*         all stuff used for transport list          *|
|*         for transportpart list                     *|
|*         for transport     list                     *|
\*====================================================*/
.list-header a {
  font-weight: bold;
}
.list-header .btn {
  margin-left: 8px;
}
.list-item {
  margin: -5px 10px;
  line-height: 16px;
  /* .datalabel {
        padding-top: 2px;
        padding-bottom: 2px;
       // background-color: #efefef;
       
       // border: 1px solid white;
        border-bottom: 0;
        border-left: 0;
    }*/
}
.list-item .row {
  border-bottom: 1px solid #dbdbdb;
  font-size: 11px;
}
.list-item .row:last-child {
  border-bottom: none;
}
.list-item .data {
  font-weight: 700;
  /*    padding-top: 2px;
        padding-bottom: 2px;
       // background-color: #efefef;
        font-size: 11px;
      //  border: 1px solid white;
        border-bottom: 0;
        border-left: 0;*/
}
/*TransportStops table, drawing line*/
td.ts-start {
  background-image: url(images/bg_start.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  min-width: 13px;
}
td.ts-through {
  background-image: url(images/bg_through.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: repeat-y;
}
td.ts-stop {
  background-image: url(images/bg-stop.png);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
#selected-transportparts {
  font-size: 11px;
}
/* all stuff used for transportRequest list, transportpart list and transportlist*/
/* this is content of '_menu_and_fontsAwesome.less' */
.dropdown-menu {
  border-color: #2382c8;
  box-shadow: none;
  /*padding-left: 0px;*/
}
.dropdown-menu .divider {
  background-color: #2382c8;
}
.dropdown-menu > li > a:hover {
  background: none;
  /*color: #2384c6;
    color: @bgBlueColor;*/
  color: #fff;
}
.dropdown-menu > li:hover {
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #2382c8;
}
#userMenu {
  min-width: 200px;
}
#userMenu > li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#userMenu .dropdown-menu > li > a {
  font-size: 12px;
}
#userMenu > li:first-child > a:first-child {
  font-size: 11px;
  color: white;
}
#userMenu > li.dropdown.open > a {
  color: black;
}
#menu {
  padding-left: 25px;
  padding-top: 8px;
  /*.navbar-nav li.dropdown a {
        font-size:14px;
    }*/
  /*padding between icon and text in first level menu - in horizontal line*/
  /*ne vem zakaj, ampak zgornji (brez dropdow) rabi par pikslov več!!!*/
  /*padding between icon and text on dropdown menu*/
}
#menu > li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#menu > li a i.fa.fa-fw {
  padding-right: 15px;
  /*less than 15px does not shrink whitespace*/
  margin-right: 5px;
}
#menu > li.dropdown a i.fa.fa-fw {
  margin-right: 0px;
}
#menu .dropdown-menu > li > a {
  font-size: 13px;
}
#menu .dropdown-menu .divider {
  margin: 0px 0;
}
#menu .dropdown-menu li a i.fa.fa-fw {
  padding-right: 25px;
}
/* END of '_menu_and_fontsAwesome.less' */
/* all stuff used for gatekeeper UI */
/*====================================================*\
|*         all stuff used for gatekeeper              *|
\*====================================================*/
.gatekeeper-panel {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.glyphicon-triangle-right {
  color: #337ab7;
}
.glyphicon-triangle-left {
  color: #337ab7;
}
.row.panel-body {
  min-height: 227px;
}
/* all stuff used for statistics UI */
/*================================================*\
|*         all stuff used for statistics          *|
\*================================================*/
TABLE.cssVsebinaTabela1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #FFFFFF;
  width: 800px;
  empty-cells: show;
}
PRE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
TABLE.cssVsebinaTabela1 THEAD {
  text-align: left;
  font-weight: bold;
  color: #333;
  background-color: #CCCDCF;
  border: 1px none #FFFFFF;
}
TABLE.cssVsebinaTabela1 THEAD A:link,
TABLE.cssVsebinaTabela1 THEAD A:visited {
  color: #333;
}
TD.cssLCol {
  /*Levi column s indeksi pri vseh tabelah*/
  background-color: #2382c8;
  text-align: center ;
  color: #FFFFFF;
}
TABLE.cssVsebinaTabela1 TBODY {
  /*vse vsebinske celice*/
  background-color: #EFEFEF;
  color: #333333;
}
TABLE.cssVsebinaTabela1 TBODY A:link,
TABLE.cssVsebinaTabela1 TBODY A:visited {
  /*vsi linki v TBODY celice*/
  color: #333;
  text-decoration: none;
}
TABLE.cssVsebinaTabela1 TBODY A:hover {
  /*vsi linki v TBODY celice*/
  color: #333;
  text-decoration: underline;
}
.cssVsebinaTextSmall {
  padding-left: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
INPUT.cssVsebinaInputTextObvezno {
  font-size: 11px;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  background-color: #F8F1CB;
}
.cssVsebinaNaslov {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-indent: 8px;
}
th {
  padding: 2px 2px 2px 2px;
}
td {
  padding: 2px 2px 2px 2px;
}
.openModal {
  cursor: pointer;
}
/* all stuff for plan cargo table */
/*====================================================*\
|*       all stuff used for plan cargo table          *|
\*====================================================*/
TABLE.cssPlanCargo.table th {
  padding-top: 4px;
  padding-bottom: 4px;
}
TABLE.cssPlanCargo.table td {
  padding-top: 4px;
  padding-bottom: 4px;
}
/*====================================================*\
|*         all stuff used for calendar filter         *|
\*====================================================*/
/* this is content of '_twitter-typeahead.less'*/
.input-group span.twitter-typeahead .form-control.tt-input {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ac-background-cell {
  /*color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;*/
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
div.ac-empty-message {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding-left: 10px;
}
/* end of '_twitter-typeahead.less' */
/* Changes in default behaviour of Bootstrap buttons  */
/*====================================================*\
|*        Changes in default behaviour                *|
|*        of Bootstrap buttons                        *|
\*====================================================*/
.btn.btn-icon-only {
  padding-left: 6px;
  padding-right: 6px;
}
.btn.btn-icon-only i {
  min-width: 19px;
}
.btn-group.btn-icon-only .btn {
  padding-left: 6px;
  padding-right: 6px;
}
.btn-group.btn-icon-only .btn i {
  min-width: 19px;
}
.btn-group.btn-icon-only .btn.dropdown-toggle {
  padding-left: 4px;
  padding-right: 4px;
}
/* Tabela s pravicami (Permissions)  */
/*====================================================*\
|*        Tabela s pravicami - Permissions            *|
|*                                                    *|
\*====================================================*/
table.permissions {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #2382c8;
  /*border-collapse: initial;*/
}
table.permissions > thead tr {
  border-bottom: solid 2px #2382c8;
  /*stolpci pri rolah*/
}
table.permissions > thead tr td.roles {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60px;
  text-align: center;
}
table.permissions td.spacer {
  width: 18px;
}
table.permissions td i.no-children {
  color: #ccc;
}
table.permissions td i.has-children {
  cursor: pointer;
}
table.permissions > tbody {
  /*& > tr:nth-child(odd) {
            background-color: #ffffff;
        }

        & > tr:nth-child(even) {
            background-color: #eeeeee;
        }*/
}
table.permissions > tbody > tr.permission {
  background-color: #ffffff;
}
table.permissions > tbody > tr.permission td.locked {
  background-color: lightgray;
  color: #bbbbbb !important;
}
table.permissions > tbody > tr.permission td.locked span.glyphicon {
  color: #bbbbbb !important;
}
table.permissions > tbody > tr.permission td.locked.newValueEqual {
  background-color: #cc77cc;
  background-color: rgba(204, 119, 204, 0.47);
  color: #777777 !important;
}
table.permissions > tbody > tr.permission td.locked.newValueEqual span.glyphicon {
  color: #777777 !important;
}
table.permissions > tbody > tr.permission td.locked.newValueChanged {
  background-color: #7777cc;
  background-color: rgba(119, 119, 204, 0.8);
}
table.permissions > tbody > tr.permission td.locked.newValueChanged span.glyphicon {
  color: #ff0000 !important;
}
table.permissions > tbody > tr.permission td.newValueChanged {
  background-color: #777777;
}
table.permissions > tbody > tr.permission td.newValueEqual {
  background-color: #ff7777;
  background-color: rgba(255, 119, 119, 0.47);
}
table.permissions > tbody > tr.permissionsPanel {
  background-color: #eeeeee;
}
table.permissions > tbody > tr.permissionsPanel td.locked {
  background-color: lightgray;
  color: #bbbbbb !important;
}
table.permissions > tbody > tr.permissionsPanel td.locked span.glyphicon {
  color: #bbbbbb !important;
}
table.permissions > tbody > tr.permissionsPanel td.locked.newValueEqual {
  background-color: #773377;
  background-color: rgba(119, 51, 119, 0.2);
  color: #777777 !important;
}
table.permissions > tbody > tr.permissionsPanel td.locked.newValueEqual span.glyphicon {
  color: #777777 !important;
}
table.permissions > tbody > tr.permissionsPanel td.locked.newValueChanged {
  background-color: #000077;
  background-color: rgba(0, 0, 119, 0.47);
  color: #cc0000 !important;
}
table.permissions > tbody > tr.permissionsPanel td.newValueChanged {
  background-color: #000033;
  color: #ff0000 !important;
}
table.permissions > tbody > tr.permissionsPanel td.newValueEqual {
  background-color: #773333;
  background-color: rgba(119, 51, 51, 0.2);
}
table.permissions > tbody > tr:hover {
  background-color: #78b4e6 !important;
  background-color: rgba(255, 162, 0, 0.3) !important;
}
/** ToDo: move this to some treeview fix... */
div.treeview li.list-group-item.node-tree {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Set width on the form input elements since they're 100% wide by default */
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 10px 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC;
}
.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 #ffffff, 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
/***********************************************
   Hacks for slickgrid, included in site.less
************************************************/
/* should override slick-default-theme.css*/
.slick-row {
  line-height: 25px;
}
.slick-cell.active {
  border-top-style: none;
  border-left-style: none;
}
.glyphicon-remove-color {
  color: #cc0000;
}
.glyphicon-ok-color {
  color: #00aa00;
}
.glyphicon-grid-icon-color {
  color: gray;
}
/*Slick grid hack for border-box issue*/
[class^="slickgrid_"],
[class^="slickgrid_"] div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 12px;
}
[class^="slickgrid_"] {
  background: white;
  outline: 0;
  border: 1px solid gray;
}
.slick-cell.selected {
  background-color: #b4d3e2;
  background-color: rgba(255, 162, 0, 0.7) !important;
}
input.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}
.slick-row.odd,
.odd {
  background-color: #ffffff;
}
.slick-row.odd.warning,
.odd.warning,
.slick-row.even.warning,
.even.warning {
  background-color: #FF9900;
}
.slick-row.odd.danger,
.odd.danger,
.slick-row.even.danger,
.even.danger {
  background-color: #cc0000;
}
.slick-row.even,
.even {
  background-color: #eeeeee;
}
.slick-row.editPending,
.slick-row.editPending,
.slick-row.editPending.active,
.slick-row.editPending.active div.slick-cell.selected {
  background: #FF9900;
}
.slick-row.editPending div.slick-cell a,
.slick-row.editPending.active div.slick-cell a,
.slick-row.editPending.active div.slick-cell.selected div.slick-cell a {
  display: none;
}
/*================================*\
|*          uvoz narocil          *|
\*================================*/
.slick-row.even.order-candidate-with-errors {
  background: none;
  background-color: rgba(255, 150, 150, 0.7) !important;
}
.slick-row.odd.order-candidate-with-errors {
  background-color: #ff9696;
}
.slick-row.even.order-candidate-duplicated {
  background: none;
  background-color: rgba(255, 255, 150, 0.7) !important;
}
.slick-row.odd.order-candidate-duplicated {
  background-color: #ffff96;
}
/*==============================*\
|*          slick grid          *|
\*==============================*/
[class^="slickgrid_"] {
  border-color: #2382c8 !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.slick-header-columns,
.ui-state-default {
  background: none;
  border: none;
}
.slick-header-columns {
  border-bottom: 1px solid #2382c8;
}
.slick-header-column.ui-state-default {
  border-color: #2382c8 !important;
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #78b4e6;
}
/*
    There is a bug in slickgrid that the last row is overlapped by the horizontal scrollbar.
    https://stackoverflow.com/questions/21107466/slickgrid-autoscroll-the-viewport-when-selecting-data
    MT, 15.9.2022: tole rešitev iz stackoverflow-a sem malo predelal
*/
.slick-viewport {
  overflow: overlay !important;
  overflow-x: auto !important;
  overflow-y: overlay !important;
}
.like-slick-header {
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #2382c8;
  border-color: #2382c8 !important;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
}
.like-slick-header label {
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  border-color: #2382c8 !important;
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #78b4e6;
  margin: 0;
  padding: 4px;
  color: #333 /*{fcDefault}*/;
  /*font-size: 1.1em;*/
  font-weight: normal;
  /*height:16px;*/
}
.like-slick-header label:last-child {
  border-style: none;
  border-width: 0;
}
.like-slick-row {
  border-color: #2382c8 !important;
  border-style: solid;
  border-width: 0 1px 1px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}
.like-slick-row div {
  /*border-style: none solid none none;
    border-width: 0 1px 0 0;*/
  margin: 0;
  padding: 3px 10px;
  margin: auto 0;
}
.like-slick-row div:last-child {
  border-style: none;
  border-width: 0;
}
/****************************************/
/***  Table that looks like SlickGrid ***/
/****************************************/
table.slick-like {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #2382c8;
  border-collapse: initial;
}
table.slick-like th,
table.slick-like td {
  margin: 0;
  padding: 4px;
  color: #333 /*{fcDefault}*/;
  font-size: 11px;
  font-weight: normal;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  border-color: #2382c8;
  vertical-align: top;
}
table.slick-like th:last-child,
table.slick-like td:last-child {
  border-right-style: none;
  border-right-width: 0;
}
table.slick-like th .btn-group,
table.slick-like td .btn-group {
  padding-bottom: 0px;
}
table.slick-like th.compact,
table.slick-like td.compact {
  padding: 1px 4px 0;
}
table.slick-like th.compact .btn-xs,
table.slick-like td.compact .btn-xs {
  padding: 0 4px;
}
table.slick-like tbody tr:last-child th,
table.slick-like table > tr:last-child th,
table.slick-like tbody tr:last-child td,
table.slick-like table > tr:last-child td {
  border-bottom-style: none;
  border-bottom-width: 0;
}
table.slick-like tr:nth-child(odd) {
  background-color: #ffffff;
}
table.slick-like tr:nth-child(even) {
  background-color: #eeeeee;
}
table.slick-like tbody tr:hover {
  background-color: #78b4e6 !important;
  background-color: rgba(255, 162, 0, 0.3) !important;
}
table.slick-like tbody tr.active,
table.slick-like tbody tr td.active,
table.slick-like thead tr th.active {
  background-color: rgba(255, 162, 0, 0.7) !important;
}
table.slick-like thead th {
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #78b4e6;
  font-weight: bold;
  /*height:16px;*/
}
table.slick-like thead.light th {
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: rgba(120, 180, 230, 0.3);
  font-weight: bold;
  /*height:16px;*/
}
table.slick-like thead.light th {
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: rgba(120, 180, 230, 0.3);
  font-weight: bold;
  /*height:16px;*/
}
.slick-header-column:hover,
.slick-header-column-active {
  background: none;
  color: #fff;
  /*background-color: rgba(35, 132, 198, 0.7);*/
  background-color: #1e6eb4;
}
.slick-cell {
  border-right: 1px solid #2382c8;
  border-bottom-color: #2382c8;
  border-top: none;
  border-left: none;
}
.slick-cell.editable {
  border-top: none;
  border-left: none;
}
.slick-cell.active {
  border-color: #2382c8 !important;
}
.slick-cell.right-align {
  text-align: right;
}
div.slick-cell input.editor-text {
  width: 100%;
  height: 100%;
  line-height: 1em;
  background: white;
  border: 1px solid black;
}
.slick-column-name {
  text-align: left;
  float: left;
}
/* this is content of '_navbar.less' */
/***********************************************
   navbars, included in site.less
************************************************/
/* Navigational bars in first header */
header#first-header .navbar-collapse,
header#first-header .navbar-fixed-bottom .navbar-collapse {
  height: 30px;
  max-height: 30px;
}
header#first-header .navbar-nav.navbar-right {
  margin-top: 0px;
  height: 17px;
}
header#first-header .navbar-nav.navbar-right.notifierIcons {
  margin-top: 2px;
  height: 19px;
}
header#first-header .navbar-nav > li > a {
  color: #ffffff;
}
header#first-header .navbar-nav > li > a .glyphicon {
  margin-right: 6px;
  color: #ffffff;
}
header#first-header .navbar-nav > li > a:hover,
header#first-header .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #0c2d46;
  text-shadow: none;
}
header#first-header .navbar-nav > li > a:hover .glyphicon,
header#first-header .navbar-nav > li > a:focus .glyphicon {
  margin-right: 6px;
  color: inherit;
}
header#first-header .navbar-nav > li.dropdown.open > a {
  background-color: #0c2d46;
  background-image: none;
  color: #ffffff;
}
.navbar {
  margin-bottom: 0px;
  min-height: 5px;
  border: none;
}
.navbar-nav {
  margin: 0px 1px;
  height: 1px;
}
.navbar-collapse.collapse {
  height: 5px;
}
.nav-tabs > li > a {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  padding: 10px 10px;
}
.nav-tabs > li > a:hover {
  /*border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;*/
}
.nav-tabs > li.selected > a {
  background: #FFeecc;
}
.notifierIcons div {
  float: left;
  margin-left: 8px;
  margin-top: 1px;
  text-align: center;
  line-height: 45px;
}
.notifierIcons div.green-counter {
  /*.triangle(27px, 22px, #51d93c);*/
  background-image: none;
  border-color: transparent transparent #00ad00;
  border-style: solid;
  border-width: 0px 13px 22px;
  color: white;
  cursor: pointer;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  width: 27px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.notifierIcons div.green-counter div {
  left: -14px;
  margin: 0;
  position: relative;
  text-align: center;
  top: -8px;
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.notifierIcons div.yellow-counter {
  background-image: none;
  border-color: transparent transparent #f5cc00;
  border-style: solid;
  border-width: 0px 13px 22px;
  color: white;
  cursor: pointer;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  width: 27px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.notifierIcons div.yellow-counter div {
  left: -14px;
  margin: 0;
  position: relative;
  text-align: center;
  top: -8px;
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.notifierIcons div.red-counter {
  background-image: none;
  border-color: transparent transparent #ff0000;
  border-style: solid;
  border-width: 0px 13px 22px;
  color: white;
  cursor: pointer;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  width: 27px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.notifierIcons div.red-counter div {
  left: -14px;
  margin: 0;
  position: relative;
  text-align: center;
  top: -8px;
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.notifierIcons div.disable-counter {
  background-image: none;
  border-color: transparent transparent #409bde;
  border-style: solid;
  border-width: 0px 13px 22px;
  color: white;
  cursor: pointer;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  width: 27px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.notifierIcons div.disable-counter div {
  left: -14px;
  margin: 0;
  position: relative;
  text-align: center;
  top: -8px;
  width: 30px;
  height: 30px;
  font-size: 11px;
}
.notifierIcons div.disable-counter div {
  color: #97c8ed;
}
.navbar.navbar-default .navbar-default .navbar-nav > .open > a,
.navbar.navbar-default .navbar-default .navbar-nav > .open > a:hover,
.navbar.navbar-default .navbar-default .navbar-nav > .open > a:focus {
  background: none;
  color: #fff;
  /*color: @bgBlueColor;*/
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #2382c8;
}
.navbar.navbar-default .navbar.navbar-default.navbar-fixed-undertop {
  position: fixed;
  top: 52px;
  height: 22px;
  background: #2382c8;
  width: 100%;
  margin-top: -10px;
  border-radius: 0px;
  z-index: 999;
}
.navbar.navbar-default .navbar.navbar-default.navbar-fixed-undertop .navbar-nav > li > a {
  /*color: #333;*/
  color: #fff;
}
.navbar.navbar-default .navbar.navbar-default.navbar-fixed-undertop .navbar-nav > li > a:hover {
  background: white;
  color: #333;
}
.navbar.navbar-default .navbar.navbar-default.navbar-fixed-undertop .navbar-nav > li > a:focus {
  background: white;
  color: #333;
  text-decoration: underline;
}
/* end of '_navbar.less'*/
.container-wide {
  width: 100%;
  max-width: 100%;
  height: 42px;
}
input.has-error {
  border-color: red;
  color: red;
}
input.mandatory,
select.mandatory,
textarea.mandatory {
  background-color: #fff6d3;
  border-color: #b7843b;
}
input.mandatory:focus,
select.mandatory:focus,
textarea.mandatory:focus {
  background-color: #ffffff;
}
input.nonMandatory,
select.nonMandatory,
textarea.nonMandatory {
  background-color: #ffffff;
  /*border-color: #b7843b; */
}
input.nonMandatory:focus,
select.nonMandatory:focus,
textarea.nonMandatory:focus {
  background-color: #ffffff;
}
span.mandatory {
  color: #b7843b;
  right: 28px;
}
/* ++++++++++  |  <----- Custom CSS ----->  |  ++++++++++ */
hr {
  /*border-color: @bgBlueColor;*/
  border-color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
input[type="password"] {
  /*border: 1px solid #2384c6;*/
  border: 1px solid #2382c8;
  border-radius: 3px;
}
.right {
  padding-top: 5px;
  text-align: right;
  margin-right: -14px;
}
/*=========================================*\
|*          priprava st. prostora          *|
\*=========================================*/
.row.table-hover {
  /*padding-top: 10px;*/
  padding-left: 10px;
  vertical-align: middle;
}
.row.table-hover:first-child {
  padding-top: 10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #333 /*{fcDefault}*/;
}
/*==========================*\
|*          panels          *|
\*==========================*/
.panel {
  margin-bottom: 7px;
}
.panel-heading input[type="checkbox"] {
  margin-top: 0px;
  vertical-align: bottom;
}
.panel-default {
  border-color: #2382c8;
}
.panel-default > .panel-heading,
.panel-default > .panel-heading a {
  background: none;
  color: #2382c8;
}
.panel-disabled > .panel-heading {
  color: #555;
  background-color: #eee;
  border-color: #ccc;
}
.panel-disabled {
  border-color: #ccc;
}
.panel-default > .panel-heading,
.panel-warning > .panel-heading,
.panel-info > .panel-heading,
.panel-success > .panel-heading,
.panel-danger > .panel-heading,
.panel-disabled > .panel-heading,
.panel-primary > .panel-heading {
  min-height: 28px;
}
.panel-danger > .panel-heading a,
.panel-primary > .panel-heading a {
  color: #fff;
}
.panel-default > .panel-heading .btn,
.panel-danger > .panel-heading .btn,
.panel-warning > .panel-heading .btn,
.panel-success > .panel-heading .btn,
.panel-info > .panel-heading .btn,
.panel-disabled > .panel-heading .btn,
.panel-primary > .panel-heading .btn {
  margin-top: -3px;
}
.panel-default > .panel-body,
.panel-warning > .panel-body,
.panel-info > .panel-body,
.panel-success > .panel-body,
.panel-disabled > .panel-body,
.panel-danger > .panel-body,
.panel-primary > .panel-body {
  padding: 5px;
}
.bg-disabled {
  background-color: #eee;
}
a.bg-disabled:hover,
a.bg-disabled:focus {
  background-color: #eee;
}
/*================================*\
|*          input groups          *|
\*================================*/
.btn-sm,
.btn-group-sm > .btn {
  padding: 0px 5px;
  height: 20px;
}
.btn-group {
  padding-bottom: 0px;
}
.input-group {
  padding-bottom: 0px;
}
.input-group .progress:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .progress:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon {
  font-size: 12px;
  padding: 0px 6px;
  background-color: #2382c8;
  border-color: #2382c8;
  color: #fff;
}
.form-control {
  border-color: #2382c8;
  height: 20px;
  padding: 0 8px;
  font-size: 12px;
}
select.form-control {
  padding-top: 0px;
  height: 20px;
  vertical-align: middle;
}
span.form-control {
  background-color: #eee;
  opacity: 1;
  vertical-align: middle;
  overflow: hidden;
}
div.form-control {
  background-color: #eee;
  opacity: 1;
  vertical-align: middle;
  height: auto;
}
span.input-group-addon:first-child {
  min-width: 27px;
}
.form-control-feedback,
.input-sm + .form-control-feedback {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding: 4px 3px 3px 3px;
    font-size: 11px;
  }
  .form-horizontal .form-control {
    padding-left: 4px;
  }
  .form-horizontal input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
}
/*===========================*\
|*          buttons          *|
\*===========================*/
body > header .navbar-nav > li > a {
  text-shadow: none;
  color: white;
}
body > header .navbar-nav > li > a:hover {
  color: lightgrey;
}
header .navbar-nav > li > a {
  padding: 1px 5px;
  /*margin-top: 2px;*/
}
@media (min-width: 768px) {
  header .navbar-nav > li > a {
    padding: 1px 15px;
  }
}
/*======================================*\
|*          light theme custom          *|
\*======================================*/
.light-theme .current {
  /*background-color: #2384c6;
    border-color: #2384c6;*/
  background-color: #2382c8;
  border-color: #2382c8;
  box-shadow: none;
}
.light-theme a {
  /*border-color: #2384c6;*/
  border-color: #2382c8;
  box-shadow: none;
  background: none;
  background-color: #fff;
}
/*=================================*\
|*          vstopna stran          *|
\*=================================*/
#home-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  margin: auto;
}
#cont-left {
  float: left;
  padding-left: 150px;
}
#cont-right {
  float: left;
  padding-left: 10px;
  padding-top: 70px;
}
/* gumbi nad gridom  */
.btn-group {
  padding-bottom: 15px;
}
.full-screen {
  /*width: 100%;
    padding-left: 50px; padding-right: 50px;*/
  bottom: 30px;
  right: 30px;
  top: 30px;
  left: 30px;
  height: auto;
  position: absolute;
  width: auto;
  padding: 0;
}
.full-screen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-screen .modal-content .modal-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.full-screen .modal-content .modal-body {
  bottom: 65px;
  top: 40px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  overflow-x: auto;
}
.full-screen .modal-content .modal-body .tab-content.max-height {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 200px;
}
.full-screen-trimo {
  bottom: 10px;
  right: 10px;
  top: 10px;
  left: 10px;
  height: auto;
  position: absolute;
  width: auto;
  padding: 0;
  margin: 0;
}
.full-screen-trimo .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-screen-trimo .modal-content .modal-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.full-screen-trimo .modal-content .modal-body {
  bottom: 65px;
  top: 40px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  overflow-x: auto;
}
.full-screen-trimo .modal-content .modal-body .tab-content.max-height {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 200px;
}
.half-screen {
  /*width: 100%;
    padding-left: 50px; padding-right: 50px;*/
  bottom: 40px;
  right: 250px;
  top: 40px;
  left: 250px;
  height: auto;
  position: absolute;
  width: auto;
  padding: 0;
}
.half-screen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.half-screen .modal-content .modal-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.half-screen .modal-content .modal-body {
  bottom: 65px;
  top: 40px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  overflow-x: auto;
}
.half-screen .modal-content .modal-body .tab-content.max-height {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 200px;
}
#overlay {
  position: fixed;
  display: none;
  width: 300px;
  height: 100%;
  margin-top: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  cursor: pointer;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #e0e0e0;
  color: #333;
  background-image: none;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  color: white;
  /* Change the typeahead background color here if you'd like */
  /*background-color: #2384c6;*/
  /*background-color: rgba(35, 132, 198, 0.3);*/
  background-color: #2382c8;
  /* Turns off the default background gradients */
  background-image: none;
}
/*=====================*\
|* Modal windows *|
\*=====================*/
/*.form-horizontal .control-label {
    text-align: left;
}*/
h5,
.h5 {
  font-weight: bold;
}
.form-control-cb {
  width: 3%;
}
.modal-header {
  background: #2382c8;
  color: #fff;
  padding: 10px;
}
.modal-content {
  border-top: 3px solid #2382c8;
}
.modal-footer {
  border-top: 1px solid #333;
}
/*=====================*\
|* Filter containers *|
\*=====================*/
.panel-title {
  text-align: left;
}
.panel-heading {
  padding: 5px 5px;
}
.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 2px;
}
.datepicker-buttons button {
  margin-bottom: 3px;
}
.datepicker input {
  margin-bottom: 3px;
}
.activefilter.close {
  float: none;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.4;
}
.activefilters {
  min-height: 10px;
  margin-top: 5px;
}
.activefilters div {
  display: inline-block;
  margin: 2px;
  margin-bottom: 6px;
  line-height: 20px;
}
/******    BS COLOUTS*/
.bs-callout {
  padding: 5px;
  margin: 8px 0;
  margin-top: -3px;
  border: 1px solid #bbb;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout:last-child {
  margin-bottom: 3px;
}
.bs-callout h4,
.bs-callout h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4,
.bs-callout-default h5 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4,
.bs-callout-primary h5 {
  color: #428bca;
}
.bs-callout-primary h5 {
  font-size: 14px;
}
.zero-padding {
  padding: 0;
}
.zero-border {
  border: 0;
}
.html-content {
  line-height: 1.2;
  height: 300px;
  overflow: auto;
}
.disabled {
  background-color: #eee;
  opacity: 1;
}
.form-group {
  margin-bottom: 3px;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  opacity: 0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
}
/*=====================*\
|* fiximg some things about bootstrap styles       *|
\*=====================*/
/*  jquery UI za koledarcek text */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* hack datepicker to be visible in modals*/
#ui-datepicker-div,
.ui-datepicker {
  z-index: 99999 !important;
}
.ui-timepicker-container {
  z-index: 99999 !important;
}
/** treeview classification **/
.list-group-item {
  padding: 5px 15px;
}
/** buuton in slick grid and link  - user notifier - edit call*/
.btn-group-xs > a > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tt-menu {
  min-width: 540px;
  font-size: 12px;
}
/*=====================*\
|* LocationSelector *|
\*=====================*/
.location-selector .input-group {
  padding-bottom: 0;
}
.location-selector .location-item {
  width: 540px !important;
  vertical-align: top;
}
.location-selector .location-item1 {
  width: 190px !important;
  display: inline-block;
  vertical-align: top;
}
.location-selector .location-item2 {
  width: 280px !important;
  display: inline-block;
  vertical-align: top;
}
.location-selector .tt-menu .tt-suggestion {
  white-space: normal;
  padding: 3px 10px;
}
.location-selector .tt-menu .tt-suggestion:nth-child(even) {
  background-color: #d5d2d2;
}
.location-selector .tt-menu .tt-suggestion.tt-cursor {
  background-color: #2382c8;
}
/*=====================*\
|* E-Trans stuff - list *|
\*=====================*/
.block-btn-text {
  text-align: left;
  padding-left: 10px;
  display: inline-block;
  min-width: 120px;
}
.inline {
  display: inline;
}
.dimensions {
  width: 50px;
  display: inline;
}
.timeinfo {
  width: 90px;
}
.initial {
  height: auto;
  height: initial;
}
.comment {
  height: auto;
  height: initial;
  white-space: pre-wrap;
  min-height: 20px;
}
.tiny.row {
  margin-left: -5px;
  margin-right: -5px;
}
.tiny.row .col-xs-1,
.tiny.row .col-sm-1,
.tiny.row .col-md-1,
.tiny.row .col-lg-1,
.tiny.row .col-xs-2,
.tiny.row .col-sm-2,
.tiny.row .col-md-2,
.tiny.row .col-lg-2,
.tiny.row .col-xs-3,
.tiny.row .col-sm-3,
.tiny.row .col-md-3,
.tiny.row .col-lg-3,
.tiny.row .col-xs-4,
.tiny.row .col-sm-4,
.tiny.row .col-md-4,
.tiny.row .col-lg-4,
.tiny.row .col-xs-5,
.tiny.row .col-sm-5,
.tiny.row .col-md-5,
.tiny.row .col-lg-5,
.tiny.row .col-xs-6,
.tiny.row .col-sm-6,
.tiny.row .col-md-6,
.tiny.row .col-lg-6,
.tiny.row .col-xs-7,
.tiny.row .col-sm-7,
.tiny.row .col-md-7,
.tiny.row .col-lg-7,
.tiny.row .col-xs-8,
.tiny.row .col-sm-8,
.tiny.row .col-md-8,
.tiny.row .col-lg-8,
.tiny.row .col-xs-9,
.tiny.row .col-sm-9,
.tiny.row .col-md-9,
.tiny.row .col-lg-9,
.tiny.row .col-xs-10,
.tiny.row .col-sm-10,
.tiny.row .col-md-10,
.tiny.row .col-lg-10,
.tiny.row .col-xs-11,
.tiny.row .col-sm-11,
.tiny.row .col-md-11,
.tiny.row .col-lg-11,
.tiny.row .col-xs-12,
.tiny.row .col-sm-12,
.tiny.row .col-md-12,
.tiny.row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.tiny.row .col-xs-1 .form-group,
.tiny.row .col-sm-1 .form-group,
.tiny.row .col-md-1 .form-group,
.tiny.row .col-lg-1 .form-group,
.tiny.row .col-xs-2 .form-group,
.tiny.row .col-sm-2 .form-group,
.tiny.row .col-md-2 .form-group,
.tiny.row .col-lg-2 .form-group,
.tiny.row .col-xs-3 .form-group,
.tiny.row .col-sm-3 .form-group,
.tiny.row .col-md-3 .form-group,
.tiny.row .col-lg-3 .form-group,
.tiny.row .col-xs-4 .form-group,
.tiny.row .col-sm-4 .form-group,
.tiny.row .col-md-4 .form-group,
.tiny.row .col-lg-4 .form-group,
.tiny.row .col-xs-5 .form-group,
.tiny.row .col-sm-5 .form-group,
.tiny.row .col-md-5 .form-group,
.tiny.row .col-lg-5 .form-group,
.tiny.row .col-xs-6 .form-group,
.tiny.row .col-sm-6 .form-group,
.tiny.row .col-md-6 .form-group,
.tiny.row .col-lg-6 .form-group,
.tiny.row .col-xs-7 .form-group,
.tiny.row .col-sm-7 .form-group,
.tiny.row .col-md-7 .form-group,
.tiny.row .col-lg-7 .form-group,
.tiny.row .col-xs-8 .form-group,
.tiny.row .col-sm-8 .form-group,
.tiny.row .col-md-8 .form-group,
.tiny.row .col-lg-8 .form-group,
.tiny.row .col-xs-9 .form-group,
.tiny.row .col-sm-9 .form-group,
.tiny.row .col-md-9 .form-group,
.tiny.row .col-lg-9 .form-group,
.tiny.row .col-xs-10 .form-group,
.tiny.row .col-sm-10 .form-group,
.tiny.row .col-md-10 .form-group,
.tiny.row .col-lg-10 .form-group,
.tiny.row .col-xs-11 .form-group,
.tiny.row .col-sm-11 .form-group,
.tiny.row .col-md-11 .form-group,
.tiny.row .col-lg-11 .form-group,
.tiny.row .col-xs-12 .form-group,
.tiny.row .col-sm-12 .form-group,
.tiny.row .col-md-12 .form-group,
.tiny.row .col-lg-12 .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
.unreliableWarning {
  color: red;
}
.popOverClass {
  text-align: left;
  margin-left: -15px;
}
.transport-confirmation {
  /*.tab-content {
        .tab-item-max-heigh {
            max-height: 580px;
            overflow-y: auto;
            padding-right: 16px;
            margin-right: -15px;
        }
    }*/
}
.transport-confirmation .nav-tabs > li.active > a {
  background-color: #2382c8;
  color: white;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.checkbox label input[type='checkbox'] {
  position: relative;
  vertical-align: middle;
  bottom: 1px;
}
.selectedState {
  border-style: solid;
  border-width: 5px;
  border-color: black;
}
.leftMargin {
  margin-left: 2px;
}
.control-data {
  margin-top: 3px;
}
table.slick-like .greyed-out th {
  background-color: lightgray;
}
.generalsearch {
  width: 250px;
  height: 25px;
}
.generalsearch input[type="text"] {
  height: 33px;
}
.canceling table td {
  padding: 4px 8px;
}
.canceling table td span {
  font-weight: bold;
}
.transport-stops {
  font-size: 11px;
}
.transport-stops span.maxwidth300 {
  max-width: 300px;
  overflow: hidden;
  float: left;
  height: 14px;
}
.transport-stops span.maxwidth100 {
  max-width: 100px;
  overflow: hidden;
  float: left;
}
.transport-stops table td,
.transport-stops table th {
  padding: 4px 4px;
  vertical-align: top;
}
.transport-stops table th span {
  font-weight: bold;
}
.transport-stops table thead tr {
  border-bottom: 1px solid #2382c8;
}
.transport-stops table tbody tr {
  border-bottom: 1px solid #97c8ed;
}
.prices table td,
.prices table th {
  padding: 6px 12px;
  border: 1px solid #2382c8;
}
.prices table td span,
.prices table th span {
  font-weight: normal;
}
.prices table th {
  border-top: 0 none;
}
.prices table td:last-child,
.prices table th:last-child {
  border-right: 0 none;
}
.prices table td:first-child,
.prices table th:first-child {
  border-left: 0 none;
}
.prices table tr:last-child td {
  border: 0 none;
}
.prices table tr:last-child td span {
  font-weight: bold;
}
.cost-saving {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.cost-saving .transport-requests {
  width: 50%;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.cost-saving .transport-requests table thead tr {
  border-bottom: 1px solid #2382c8;
}
.cost-saving .transport-requests .created {
  margin-bottom: 10px;
}
.cost-saving .cost-iteration {
  width: 2%;
  padding-bottom: 15px;
  padding-top: 15px;
}
.cost-saving .costs-generate {
  padding-top: 15px;
}
.cost-saving .remarks {
  width: 60%;
  margin-left: 2%;
}
.cost-saving .remarks .generate {
  margin-left: 13%;
}
.cost-saving .remarks .costs-generate,
.cost-saving .remarks .costs-remark {
  margin-bottom: 10px;
}
.cost-saving .remarks .costs-remark textarea {
  width: 87%;
}
.cost-saving .remarks .remark-text {
  width: 12%;
}
.cost-saving .remarks .delete-cost-saving {
  width: 100%;
  float: right;
}
.cost-saving .remarks .delete-cost-saving button {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cost-saving.cost-saving-canceled {
  background-color: lightgray;
}
.cost-saving:last-of-type {
  border-bottom: 0px;
}
.cost-saving:last-of-type .transport-requests,
.cost-saving:last-of-type .cost-iteration {
  padding-bottom: 0px;
}
.cost-saving:first-of-type .transport-requests,
.cost-saving:first-of-type .cost-iteration,
.cost-saving:first-of-type .costs-generate {
  padding-top: 0px;
}
.modal-footer.cost-savings-modal {
  border-top: none;
}
.modal-body.cost-savings-modal {
  border-bottom: 1px solid black;
  min-height: 250px;
}
.modal-body.cost-savings-modal .transport-price {
  width: 70px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.modal-body.cost-savings-modal .saving-text {
  margin-top: 5px;
}
.modal-body.cost-savings-modal .align-right {
  margin-top: 5px;
  text-align: right;
  padding-right: 30px;
}
.modal-body.cost-savings-modal .remark {
  margin-top: 15px;
}
.modal-body.cost-savings-modal .current-price {
  text-align: right;
}
.modal-body.cost-savings-modal .current-price span {
  padding-right: 15px;
}
.modal-body.cost-savings-modal .bottomBorder {
  border-bottom: 1px solid black;
  margin: 0;
  padding: 0;
}
.modal-body.cost-savings-modal .transport-request-text {
  margin-bottom: 10px;
}
.cost-savings-sum .costs-sum {
  padding-bottom: 15px;
}
.cost-savings-sum .pull-right {
  padding-bottom: 5px;
}
/*     PORTAL ZA PREVOZNIKE     */
.container .jumbotron.bg-success {
  background-color: #dff0d8;
}
.container .jumbotron.bg-info {
  background-color: #d9edf7;
}
.container .jumbotron.bg-warning {
  background-color: #fcf8e3;
}
.container .jumbotron.bg-danger {
  background-color: #f2dede;
}
.container .jumbotron {
  min-height: 300px;
  padding: 20px;
  margin-top: 10px;
}
.container .jumbotron > a {
  bottom: 50px;
  position: absolute;
  margin: auto;
  width: 50%;
  display: block;
  text-align: center;
}
#EntityChangeLog {
  font-size: 11px;
}
.progress {
  margin-bottom: 0;
}
.form-row {
  margin-bottom: 2px;
}
.bootstrap-btn-group input[type="radio"] {
  display: none;
}
.panel-footer {
  padding: 6px 15px;
}
.alert {
  padding: 10px;
  margin-bottom: 0px;
}
#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
}
/*  all stuf for cargo uI*/
/*====================================================*\
|*         all stuff used for cargo     list          *|
\*====================================================*/
.panel-heading.tiny.row {
  margin-left: 0;
  margin-right: 0;
}
.compact {
  padding: 1px 4px 0;
}
.compact .btn-xs {
  padding: 0 4px;
}
.cargo {
  font-size: 12px;
  /*   TALE MARGIN ZA CARGO JE BIL ČIST PREVELIK  */
}
.cargo .progress {
  height: 16px;
}
.cargo .panel-heading.tiny.row {
  margin-left: 0;
  margin-right: 0;
}
.cargo label {
  margin-bottom: 0;
}
.cargo .cargo-item {
  border-top-width: 26px;
  border-left-color: #bbb;
  border-top-color: #bbb;
}
.cargo .cargo-item .cargo-header {
  margin-top: -29px;
  height: 24px;
  margin-right: -5px;
  margin-bottom: 0px;
}
.cargo .cargo-item > .row {
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.cargo .cargo-item > .row.bg-danger {
  padding-bottom: 4px;
  padding-top: 4px;
}
.cargo .cargo-item .input-group-addon {
  font-size: 11px;
}
.cargo .cargo-item .form-control {
  font-size: 11px;
  height: 16px;
  padding: 0 4px;
  display: inline;
  min-width: 30px;
}
.cargo .cargo-item span.form-control {
  display: inline-block;
}
.cargo .cargo-item .form-control.width30 {
  width: 30px;
}
.cargo .cargo-item .form-control.width40 {
  width: 40px;
}
.cargo .cargo-item .form-control.width60 {
  width: 60px;
}
.cargo .cargo-item .form-control.width80 {
  width: 80px;
}
.cargo .cargo-item .form-control.width100 {
  width: 100px;
}
.cargo .cargo-item .form-control.width140 {
  width: 140px;
}
.cargo .control-label {
  font-size: 11px;
  text-align: right;
  padding-right: 2px;
  padding-bottom: 5px;
  height: 16px;
}
.cargo .dimensions {
  width: 45px;
  display: inline;
}
.cargo .tiny.row {
  margin-left: -3px;
  margin-right: -3px;
}
.cargo .tiny.row .col-xs-1,
.cargo .tiny.row .col-sm-1,
.cargo .tiny.row .col-md-1,
.cargo .tiny.row .col-lg-1,
.cargo .tiny.row .col-xs-2,
.cargo .tiny.row .col-sm-2,
.cargo .tiny.row .col-md-2,
.cargo .tiny.row .col-lg-2,
.cargo .tiny.row .col-xs-3,
.cargo .tiny.row .col-sm-3,
.cargo .tiny.row .col-md-3,
.cargo .tiny.row .col-lg-3,
.cargo .tiny.row .col-xs-4,
.cargo .tiny.row .col-sm-4,
.cargo .tiny.row .col-md-4,
.cargo .tiny.row .col-lg-4,
.cargo .tiny.row .col-xs-5,
.cargo .tiny.row .col-sm-5,
.cargo .tiny.row .col-md-5,
.cargo .tiny.row .col-lg-5,
.cargo .tiny.row .col-xs-6,
.cargo .tiny.row .col-sm-6,
.cargo .tiny.row .col-md-6,
.cargo .tiny.row .col-lg-6,
.cargo .tiny.row .col-xs-7,
.cargo .tiny.row .col-sm-7,
.cargo .tiny.row .col-md-7,
.cargo .tiny.row .col-lg-7,
.cargo .tiny.row .col-xs-8,
.cargo .tiny.row .col-sm-8,
.cargo .tiny.row .col-md-8,
.cargo .tiny.row .col-lg-8,
.cargo .tiny.row .col-xs-9,
.cargo .tiny.row .col-sm-9,
.cargo .tiny.row .col-md-9,
.cargo .tiny.row .col-lg-9,
.cargo .tiny.row .col-xs-10,
.cargo .tiny.row .col-sm-10,
.cargo .tiny.row .col-md-10,
.cargo .tiny.row .col-lg-10,
.cargo .tiny.row .col-xs-11,
.cargo .tiny.row .col-sm-11,
.cargo .tiny.row .col-md-11,
.cargo .tiny.row .col-lg-11,
.cargo .tiny.row .col-xs-12,
.cargo .tiny.row .col-sm-12,
.cargo .tiny.row .col-md-12,
.cargo .tiny.row .col-lg-12 {
  padding-left: 3px;
  padding-right: 3px;
}
.cargo .tiny.row .col-xs-1 .form-group,
.cargo .tiny.row .col-sm-1 .form-group,
.cargo .tiny.row .col-md-1 .form-group,
.cargo .tiny.row .col-lg-1 .form-group,
.cargo .tiny.row .col-xs-2 .form-group,
.cargo .tiny.row .col-sm-2 .form-group,
.cargo .tiny.row .col-md-2 .form-group,
.cargo .tiny.row .col-lg-2 .form-group,
.cargo .tiny.row .col-xs-3 .form-group,
.cargo .tiny.row .col-sm-3 .form-group,
.cargo .tiny.row .col-md-3 .form-group,
.cargo .tiny.row .col-lg-3 .form-group,
.cargo .tiny.row .col-xs-4 .form-group,
.cargo .tiny.row .col-sm-4 .form-group,
.cargo .tiny.row .col-md-4 .form-group,
.cargo .tiny.row .col-lg-4 .form-group,
.cargo .tiny.row .col-xs-5 .form-group,
.cargo .tiny.row .col-sm-5 .form-group,
.cargo .tiny.row .col-md-5 .form-group,
.cargo .tiny.row .col-lg-5 .form-group,
.cargo .tiny.row .col-xs-6 .form-group,
.cargo .tiny.row .col-sm-6 .form-group,
.cargo .tiny.row .col-md-6 .form-group,
.cargo .tiny.row .col-lg-6 .form-group,
.cargo .tiny.row .col-xs-7 .form-group,
.cargo .tiny.row .col-sm-7 .form-group,
.cargo .tiny.row .col-md-7 .form-group,
.cargo .tiny.row .col-lg-7 .form-group,
.cargo .tiny.row .col-xs-8 .form-group,
.cargo .tiny.row .col-sm-8 .form-group,
.cargo .tiny.row .col-md-8 .form-group,
.cargo .tiny.row .col-lg-8 .form-group,
.cargo .tiny.row .col-xs-9 .form-group,
.cargo .tiny.row .col-sm-9 .form-group,
.cargo .tiny.row .col-md-9 .form-group,
.cargo .tiny.row .col-lg-9 .form-group,
.cargo .tiny.row .col-xs-10 .form-group,
.cargo .tiny.row .col-sm-10 .form-group,
.cargo .tiny.row .col-md-10 .form-group,
.cargo .tiny.row .col-lg-10 .form-group,
.cargo .tiny.row .col-xs-11 .form-group,
.cargo .tiny.row .col-sm-11 .form-group,
.cargo .tiny.row .col-md-11 .form-group,
.cargo .tiny.row .col-lg-11 .form-group,
.cargo .tiny.row .col-xs-12 .form-group,
.cargo .tiny.row .col-sm-12 .form-group,
.cargo .tiny.row .col-md-12 .form-group,
.cargo .tiny.row .col-lg-12 .form-group {
  margin-right: -3px;
  margin-left: -3px;
}
.cargo .form-control.filet {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /*font-size: 100px;*/
  text-align: right;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
  opacity: 0;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=0);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=0)";
  /* IE 8 */
  -khtml-opacity: 0;
  /* Safari 1.x */
  -moz-opacity: 0;
  /* FF lt 1.5, Netscape */
}
.cargo .display-hut-data .label {
  font-size: 11px;
  text-align: right;
  padding-right: 2px;
  padding-bottom: 5px;
  height: 16px;
  color: #333;
}
.cargo .display-hut-data .data {
  font-size: 11px;
  text-align: right;
  padding-right: 2px;
  padding-bottom: 5px;
  height: 16px;
}
.popOverClass ul {
  padding-left: 30px;
}
#problematicCargoRows ul {
  padding-left: 30px;
}
.popover {
  font-size: 12px;
}
.popover-content {
  padding: 5px 7px;
}
/*
    
    http://www.webcredible.com/blog-reports/css/print-stylesheet.shtml
    http://stackoverflow.com/questions/19646835/print-repeating-page-headers-in-chrome
    http://stackoverflow.com/questions/274149/css-repeat-table-headers-in-print-mode
    http://makandracards.com/makandra/4845-repeat-an-element-on-every-printed-page-with-css
      
    
    */
@media print {
  @page {
    /*size: landscape;
        margin: 1cm;*/
    size: portrait;
    /* auto is the initial value */
    margin: 1cm;
    margin: 1cm 1cm 1cm 1cm;
    /* this affects the margin in the printer settings */
  }
  body {
    font-size: 10px;
    margin: 10mm;
    -webkit-print-color-adjust: exact !important;
    overflow: visible !important;
  }
  body .body-content {
    font-size: 10px;
  }
  th {
    /*border-bottom: 1px solid black;*/
    margin: 0;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
  }
  td {
    background-color: cadetblue;
    margin: 50px;
    font-size: 10px;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  #container,
  #header,
  #table {
    width: 100%;
    margin: 0;
    float: none;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  h4 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
  }
  .logo {
    width: 50px;
    float: left;
  }
  .avoid {
    page-break-inside: avoid !important;
    margin: 2px 0 2px 0;
    /* to keep the page break from cutting too close to the text in the div */
  }
  .btn,
  button {
    display: none !important;
  }
  a[href]:after {
    content: "";
  }
  table.slick-like,
  table.slick-like td,
  table.slick-like th {
    border-color: black;
  }
  header#first-header {
    /* Header se skrije  */
    display: none !important;
  }
  footer#pageFooter {
    /* Footer se skrije  */
    display: none !important;
  }
  header#sub-header {
    /* Prikaz naslovne vrstice na printu */
    display: block !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  body {
    /*Tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
    position: relative;
    left: 0 !important;
    top: 0cm !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    -ms-overflow-style: none !important;
    -webkit-print-color-adjust: exact;
    /*konec - tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
  }
  body main#appPageContainer {
    /*Tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
    display: block !important;
    position: relative;
    left: 0 !important;
    top: 0cm !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    -ms-overflow-style: none !important;
    bottom: auto !important;
    /*konec - tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
  }
  body main#appPageContainer #Body {
    /*Tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
    display: block !important;
    position: relative;
    left: 0 !important;
    top: 0.5cm !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    -ms-overflow-style: none !important;
    bottom: auto !important;
    /*konec - tega se raje ne dotikat. KOMAJ dela tudi v IE in Edge*/
  }
  body main#appPageContainer #Body div.panel {
    page-break-inside: avoid !important;
  }
  body main#appPageContainer #Body div.panel-info div.panel-heading {
    background-color: #d9edf7;
    border: solid;
    border-color: #d9edf7;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-info div.panel-body {
    background-color: #d9edf7;
    border: solid;
    border-color: #d9edf7;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-success div.panel-heading {
    background-color: #dff0d8;
    border: solid;
    border-color: #dff0d8;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-success div.panel-body {
    background-color: #dff0d8;
    border: solid;
    border-color: #dff0d8;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-warning div.panel-heading {
    background-color: #fcf8e3;
    border: solid;
    border-color: #fcf8e3;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-warning div.panel-body {
    background-color: #fcf8e3;
    border: solid;
    border-color: #fcf8e3;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-disabled div.panel-heading {
    background-color: #eee;
    border: solid;
    border-color: #eee;
    border-width: 5px;
  }
  body main#appPageContainer #Body div.panel-disabled div.panel-body {
    background-color: #eee;
    border: solid;
    border-color: #eee;
    border-width: 5px;
  }
  body main#appPageContainer #Body .panel-heading .col-sm-5 {
    width: 50.76% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .panel-heading .col-sm-4 {
    width: 33.33% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .panel-heading .col-sm-3 {
    width: 15% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .row .col-sm-1 {
    width: 9.33% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .row .col-sm-4 {
    width: 30.33% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .row .col-sm-3 {
    width: 23% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .printClass .col-sm-5 {
    width: 38.76% !important;
    float: left !important;
  }
  body main#appPageContainer #Body .printClass .col-sm-2 {
    width: 17.66% !important;
    float: left !important;
  }
  body main#appPageContainer #LeftPane {
    /* levi panel  se skrije  */
    display: none !important;
  }
  body main#appPageContainer #LeftPaneHeader {
    /* Header levega panela se skrije  */
    display: none !important;
  }
  body main#appPageContainer #BodyHeader {
    /* Header vsebine se skrije  */
    display: none !important;
  }
}
/*  transport confirmation section */
.border-right {
  border-right: 1px #2382c8 solid;
}
.equalizeColumnsHeights {
  display: flex;
  width: 100%;
}
.confirmationButtons {
  align-self: self-end;
}
.confirmationButtons button {
  margin-left: 20px;
}