/*  style.css
/*  Company:  To-net
/*  Client:   Srbijagas
/*  Authors:
/*      Marko Tikvić
/*      Lazar Živković


/*  GENERAL */
@font-face {
  font-family: "DINProLight";
  src: url("../fonts/DINPro-Light.ttf");
}

@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.ttf");
}

@font-face {
  font-family: "DINProReg";
  src: url("../fonts/PFDinDisplayPro-Reg.ttf");
}

@font-face {
  font-family: "DINProBold";
  src: url("../fonts/PFDinDisplayPro-Bold.ttf");
}

html {
  height: 100%;
}

body {
  font-family: DINPro, Tahoma;
  background-color: rgb(246,246,246);
  padding: 0;
  margin: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: auto;
}

.form-control {
  color: rgb(51,51,51);
}

.marked {
  color: rgb(0,100,177);
  text-decoration: underline;
}

marked-label label {
  margin-bottom: 0px;
  cursor: inherit
}

.oznacen .marked {
  color: rgb(255,255,255);
}

.teloStranice {
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1200px;
  min-height: 955px;
  max-height: 1080px;
  background-color: rgb(246,246,246);
  position: relative;
}

#content {
  min-height: 845px;
  max-height: 970px;
  width: 98%;
  margin: 0 1%;
}

.right {
  float:right;
}

.left {
  float: left;
}

.glyph {
  padding: 1px 10px;
  background-color: rgb(219,219,219);
  color: rgb(255,255,255);
  cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(181,181,181);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(181,181,181);
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(181,181,181);
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(181,181,181);
}

.blue::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(255,255,255);
}

.blue:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(255,255,255);
  opacity: 1;
}

.blue::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(255,255,255);
  opacity: 1;
}

.blue:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(255,255,255);
}

a {
  text-decoration: none;
  color: rgb(51,51,51);
  font-size: 16px;
  outline: none;
}

a:focus {
  outline: none;
}

.dropdown-menu>li>a {
  cursor: pointer;
}

.selected {
  background-color: rgb(0,100,177);
  color: rgb(255,255,255);
}

.center {
  text-align: center;
}

.floatCenter {
  text-align: center;
  display: inline
}

.container-height {
  display:table;
  padding-left:0px;
  padding-right:0px;
  width: 100%;
  margin-bottom: 10px;
}

.row-height {
  display:table-row;
}

.col-height {
  display:table-cell;
  float:none;
  position: relative;
}


.ui-dialog {
  visibility: hidden;
}

.placeholder {
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  background-image: url(../../images/loading_big.gif);
  width: 66px;
  height: 66px;
  margin-left: -33px;
  margin-top: -33px;
}

a.buttonlink {
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  background-color: rgb(0,100,177);
  color: white;
  padding: 5px 15px;
}

a.functionlink {
  cursor: pointer;
  text-decoration: none;
}

label {
  margin-right: 30px;
  font-weight: normal;
  font-family: DINPro;
}

.ngdialog-content label {
  margin-right: 0px;
}

.colrow {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.colrow.center {
  text-align: center;
}

.colrow span, .colrow p, .colrow label, .colrow a {
  line-height: 32px;
  font-size: 16px;
}

.colrow.popupbtn {
  margin-bottom: 0px;
}

.btn {
  width:300px;
}

.table {
  padding:2px;
}

h3 {
  font-size: 20px;
}

button {
  display: block;
  color: rgb(150,150,150);
  background-color: rgb(230,230,230);
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
}

.blue {
  background-color: rgb(0,100,177) !important;
  color: white !important;
}

.text_red {
  color: red;
}

.blue:focus {
  outline: rgb(51,51,51) solid 1px;
}

.gray {
  color: rgb(150,150,150);
  background-color: rgb(230,230,230);
}

.lightgray {
  background-color: rgb(230,230,230);
  color: rgb(51,51,51);
}

button:hover {
  color: white;
  background-color: rgb(150,150,150);
}

button.blue:hover {
  background-color: rgb(0,90,160) !important;
  color: white;
}

input[type="text"] {
  border: none;
  font-size: 16px;
  background-color: rgb(230,230,230);
  display: block;
  padding: 10px 30px;
}

input[type="password"] {
  border: none;
  font-size: 16px;
  background-color: rgb(230,230,230);
  display: block;
  padding: 10px 30px;
}

.dropdown-menu {
  border-radius: 0;
}

.form {
  position: absolute;
  width: 450px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.formHeader > * {
  padding: 10px 35px;
}

.form .elementi {
  width: 450px;
}

.formHeader {
  margin-bottom: 30px;
}

.formHeader h4 {
  margin: 0;
}

.form img {
  vertical-align: baseline;
}

.form input[type="text"], .form input[type="password"]{
  width: 100%;
}

.form button {
  padding: 5px 15px;
}

.form button.right {
  width: 29%;
  margin-left: 2%;
}

.form .menu p {
  line-height: 26px;
  text-align: right;
  border-bottom: rgb(230,230,230) 2.5px solid;
}

.form .menu p > span {
  line-height: 25px;
  padding: 0px 10px;
  border-bottom: 5px solid rgb(0,100,177);
  color: rgb(0,100,177);
}

.warning {
  color: red;
  border-bottom: 1px red dotted;
  line-height: 20px !important;
  margin-right: 10px;
  padding-top: 6px;
}

.colrow p {
  width: 450px;
  text-align: justify;
  padding-left: 10px;
}

.colrow label {
  float: left;
}

.colrow label+p {
  margin-left: 120px;
}

.colrow.buttons {
  margin-top: 20px;
}

.col > *{
  display: inline-block;
}

.col2 {
  width: 49% !important;
}

.col3 {
  width: 32% !important;
}

.col4 {
  width: 24% !important;
}

.inline {
  display: inline-block;
  margin-left: 1%;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: relative;
  top: -6px;
  left: -397px;
  margin: 0;
  padding-right: 180px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  padding-top: 5px;
}

#dugmeZaUvoz > span {
  position: absolute;
  left: 20px;
  cursor: pointer;
}

.btn {
  border-radius: 0px;
  border: none;
  font-size: 16px;
}

.graph_point_data {
  height: 20px;
  margin: 0;
}
.text-center {
  text-align: center;
}
.graph_title {
  margin: 0;
}

.animate-show {
  opacity: 1;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}

.check-element {
  padding: 10px;
  border: 1px solid black;
  background: white;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

#grafik_placeholder {
  background-color: white;
}

.grafik .ngdialog-buttons {
  margin-top: 15px;
  height: 32px;
  text-align: center;
}

.grafik .ngdialog-buttons button {
  margin-top: 0;
}

.grafik .graph_point_data {
  line-height: 32px;
}

/* lomljenje stampe */
/*table { page-break-inside:auto }*/
tr    { page-break-inside:avoid }
/*thead { display:table-header-group }
tfoot { display:table-footer-group }*/

/*  END GENERAL */
/*///////////////////////////////////////////////////////////////////////*/
/*  HEADER  */
#header {
  background-color: rgb(0,100,177);
  color: rgb(255,255,255);
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 25px;
  margin: 0;
  height: 70px;
  width: 100%;
}

#nazivFirme {
  color: rgb(255,255,255);
  font-size: 20px;
  text-decoration: none;
  padding: 0;
  vertical-align: middle;
  margin-left: 5px;
}

#nazivFirme span {
  font-family: DINProReg;
}

#nalogMeni {
  visibility: hidden;
}

#nalogMeni button {
  margin-top: 0px;
}

#imeKorisnika {
  text-decoration: none;
  color: rgb(255,255,255);
  outline: none;
}

#prezimeKorisnika {
  text-transform: uppercase;
  padding-bottom: 2px;
}

#pozicijaKorisnika {
  font-size: 12px;
  margin-top: -6px;
  font-weight: normal;
  margin-right: 5px;
}

#nalogDropdown{
  margin: 0 20px;
}

#nalogDropdown button {
  background-color: rgb(0,100,177);
  background-image: url('../../images/arrow_down.png');
  background-repeat: no-repeat;
  border: medium none;
  height: 44px;
  width: 30px;
  padding: 0;
  font-size: 30px;
  background-position: 6px 21px;
}
#nalogDropdownURL button {
  background-color: rgb(0,100,177);
  background-repeat: no-repeat;
  border: medium none;
  height: 44px;
  width: 30px;
  padding: 0;
  font-size: 30px;
  background-position: 6px 21px;
}
.menuURL {
  display: inherit;
  margin-top: 0px;
}
.ddURL {
  margin-top: 15px;
}
#nalogDropdown.open button {
  background-image: url('../../images/arrow_up.png');
}

#nalogDropdown ul {
  margin-top: 10px;
  margin-left: -151px;
  padding: 0;
  background-color: rgb(246,246,246);
  width: 201px;
}

#nalogDropdown li {
  padding-left: 5px;
}

#nalogDropdown a {
  line-height: 25px;
  padding-right: 25px;
  text-align: right;
  cursor: pointer;
  font-size: 14px;
}

#nalogDropdown li:hover {
  background-color: rgb(0,100,177);
}

#nalogDropdown a:hover {
  background-color: rgb(219,219,219);
}

#nalogDropdown #odjava {
  background-color: rgb(0,100,177);
  margin-top: 182px;
  width: 201px;
}

#nalogDropdown #odjava li:hover {
  background-color: rgb(51,51,51);
}

#nalogDropdown #odjava a {
  background-color: rgb(0,100,177);
  color: white;
}

li.menudivider {
  background: #d3d7dc;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 6px 7px;
}

li.menudivider:hover {
  background: #d3d7dc;
}

#nalogDropdown li.menudivider:hover {
  background: #d3d7dc;
}

#objasnjenje {
  margin-bottom: 20px
}

.nalog-istice #warning {
  width: 300px;
  visibility: hidden;
  margin-left: 30px;
  margin-top: 10px;
  line-height: 32px;
}

#homebar {
  width: 85%;
  cursor: pointer;
}

/*  END HEADER  */
/*///////////////////////////////////////////////////////////////////////*/
/*  FOOTER  */
#footer {
  height: 40px;
  width: 100%;
}

#copyright {
  padding: 0 1% 0 0;
  text-align: center;
  color: #b7b7b7;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  margin: 0;
}

#copyright a {
  color:#b7b7b7;
  font-weight: 800;
}

#copyright a:hover {
  /*color: #939393;*/
  /*color: #ad1a1a;*/
  color: rgb(0,100,177);
  text-decoration: none;
}

#footer_link {
  float: right;
}

#local_time {
  color: #b7b7b7;
  text-shadow: 1px 1px 0 #fff;
  font-size: 16px;
  color:#b7b7b7;
  font-weight: 800;
}

/*  END FOOTER*/
/*///////////////////////////////////////////////////////////////////////*/
/*  LOGIN */
#login ::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(125,125,125);
}

#login input[type="text"] {
  background-color: rgb(219,219,219);
}

#login input[type="password"] {
  background-color: rgb(219,219,219);
}
#login input[type="checkbox"] {
  margin-right: 10px;
}

#login .checkbox {
  background-color: rgb(219,219,219);
}

#login #username {
  width: 100%;
  padding: 10px 30px;
}

#login #password {
  width: 100%;
  padding: 10px 30px;
}

#login #prijava {
  margin-top: 20px;
  width: 100%;
  height: 42px;
}

#login #lozinka {
  float: right;
  margin-right: 20px;
}

#login #registracija {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 40px;
}

#login #nalog {
  margin-top: 20px;
}

#login #nalog span {
  line-height: 42px;
  vertical-align: middle;
}

#login .colrow.center {
  position: absolute;
  margin-top: -30px;
}

/* END LOGIN  */
/*///////////////////////////////////////////////////////////////////////*/
/*  REPORTS */
#reports {
  top: 20px;
  position: relative;
}

#reports, #reports:focus, #reports:hover {
  outline: none
}

#reports button.blue {
  padding: 5px 10px;
}

#reports .dataTable th {
  text-align: right;
}

#arhivske {
  margin-bottom: 0;
}

#dugmeZaOdabirStanica {
  display: inline;
  margin-top: 0;
}

#listaInput {
  width: 314px;
  padding: 6px 20px;
  display: inline;
}

.dropdownLista {
  margin: 0;
  padding: 0;
}

#linijeOznaka {
  display: inline;
  margin-left: 25px;
  line-height: 32px;
}

#staniceOznaka {
  display: inline;
  margin-left: 10px;
  line-height: 32px;
}

#odabirUredjajaBtn {
  display: inline;
  width: 135px;
  margin-top: 0;
}

.maloDugme {
  margin-left: 15px;
  padding: 5px 10px;
  margin-top: 0;
}

.arhivskeDropdown #dropdown button {
  float: right;
}

.maloDugme.selected:hover {
  background-color: rgb(0,100,177);
}

#arhivskeDropdown {
  height: 32px
}
#satneDnevneLine {
  height: 32px;
  margin-bottom: 10px;
}

#arhivskeDropdown ul.dropdown-menu {
  min-width: 135px;
}

#reports #dropdownStanice,
#reports_chromatograph #dropdownMU {
  height: 32px;
}

.odvojen {
  margin-top: 33px;
}

#reports #naslov {
  position: absolute;
  left: 50%;
  margin-left: -119px;
}

#naslov > h3 {
  line-height: 32px;
  margin-top: 0;
}
.naslovPristigli{
  margin-bottom: 5px !important;
}
#upisArhivske {
  position: absolute;
  right: 0;
  z-index: 1;
  min-width: 562px;
}

#linije th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fht-thead th {
  cursor: context-menu !important;
}

#tabelaUI tbody tr, #tabelaLinije tbody tr, #tabelaUredjaji tbody tr, #tabelaMU tbody tr, #tabelaArhivske tr, #tabelaHromatografske tr {
  cursor: pointer;
}
/* #tabelaArhivske {
  margin-left: 0px;
}
#tabelaObjekti {
  margin-left: 0px;
} */
#th_idcvora {
  width: 60px !important;
}

#th_idnadredjenog {
  width: 80px !important;
}

#th_idvrsta {
  width: 90px !important;
}

#th_idtip {
  width: 90px !important;
}

#th_idstatus {
  width: 90px !important;
}

#th_naziv {
  width: 270px !important;
}

#th_adresa {
  width: 300px !important;
}

.DTFC_LeftBodyLiner {
  overflow-x: hidden
}

#fixedColumnIzvestaji {
  height: 0px;
  width: 100px;
}
.height150, .height150, .height200, .height420, .height500, .height600, .height800 {
  overflow: auto;
  width: 100%;
  position: relative;
  margin-bottom:20px;
}

.height90 {
  height: 90px;
}

.height150 {
  height: 150px;
}

.height200 {
  height: 200px;
}

.height420 {
  height: 420px;
}

.height500 {
  height: 500px;
}

.height600 {
  height: 600px;
}

.height800 {
  height: 800px !important;
}

.height150 th, .height420 th,
.height600 th, .height750 th {
  background-color: rgb(246,246,246);
}

#reports table tr.odd, #reports table tr.hover {
  background-color: rgb(246,246,246);
}

#reports table tr.selected {
  background-color: rgb(217,237,247);
  color: rgb(51,51,51);
}

.DTTT_container {
  position: absolute !important;
  left: 460px;
}

#tabelaArhivske_filter {
  float: left;
}
#dugmeZaIzmenu, #dugmeZaDodavanje, #dugmeZaBrisanje, #dugmeZaGrafik, #dugmeZaUvoz {
  float: right;
  margin-top: 0;
  margin-left: 15px;
}

.dugmeZaStampu, .dugmeZaDetalje {
  float: right;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 0px;
}

#velicineZaGrafik {
  width: 320px !important;
  left: 443px;
}

#opcijeZaIzvoz {
  width: 256px !important;
  left: 583px;
}

.trenutne #velicineZaGrafik,
.grupne #velicineZaGrafik {
  left: 156px;
}

.trenutne #opcijeZaIzvoz,
.grupne #opcijeZaIzvoz {
  left: 297px;
}

#generisanjeGrafika #obavestenje {
  list-style: none;
  line-height: 25px;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  color: rgb(51, 51, 51);
}

#listaVelicina {
  height: 160px;
  overflow: auto;
  list-style: none;
  line-height: 25px;
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  color: rgb(51, 51, 51);
}

#izvozIzFajla #listaVelicina {
  height: 60px;
}

#velicineZaGrafik #dugmad {
  height: 47px;
  padding-left: 0;
}

#velicineZaGrafik #dugmad > button:first-child {
  margin-right: 5px;
}

#listaVelicina li > * {
  cursor: pointer;
}

#velicineZaGrafik #dugmad button {
  width: 150px;
  padding: 5px 10px;
}

#opcijeZaIzvoz #dugmad {
  padding: 0;
  height: 47px;
}

#opcijeZaIzvoz #dugmad button {
  width: 120px;
  padding: 5px 10px;
}

#opcijeZaIzvoz #dugmad button {
  margin-right: 5px;
}

#generisanjeGrafika {
  background-color: rgb(0,100,177);
  margin-right: 8px;
  color: white;
}

.ngdialog-content {
  border-radius: 0;
  padding: 1.8em 2em;
  width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ulaziizlazi .ngdialog-content {
  border-radius: 0;
  padding: 1.8em 2em;
  width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.grafik .ngdialog-content {
  width: 1200px;
  height: 790px;
}
.qtgrafik .ngdialog-content {
  width: 1200px;
  height: 790px;
}
.grafik .ngdialog-buttons {
  margin-top: 10px !important;
}

.grafik.bezDugmadi .ngdialog-content {
  height: 750px;
}

/*.ngdialog-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
*/

.ngdialog-buttons {
  position: relative;
  height: 45px;
  margin-top: 10px;
}

.ngdialog-buttons button {
  padding: 5px 20px;
  width: 120px;
  float: right;
  margin-left: 15px;
  position: absolute;
  top: 0;
}

.ngdialog-buttons #OK,
.ngdialog-buttons #RETRY {
  right: 135px;
}

.ngdialog-buttons #RETRY {
  width: 175px;
}

.ngdialog-buttons #CANCEL {
  right: 0
}
.ngdialog-buttons #LIN {
  margin-left: 150px;
}
.ngdialog-content h3 {
  text-align: center;
}

.odgovor_servera  h3:last-child {
  margin: 0 0 50px;
}

.ngdialog-message {
  max-height: 400px;
  overflow-y: auto;
}

.ngdialog input[type="text"],
.ngdialog input[type="password"] {
  display: inline;
  float: right;
  width: 300px;
  padding: 5px 20px;
}
.fl-right {
  display: inline;
  float: right;
  width: 450px;
  padding: 0px;
}
.text_sm {
  display: inline;
  float: left !important;
  width: 405px !important;
  padding: 5px 20px;
  margin-right: 5px;
}
.text_sm_sm {
  display: inline;
  float: left !important;
  width: 200px !important;
  padding: 5px 20px;
  margin-right: 5px;
}
.btn-search {
  margin: 0px !important;
  padding: 0px !important;
}
.ngdialog .mojeDugmeZaCvorove{
  margin: 0;
  padding: 5px 10px;
  float: right;
  width: 300px;
}

.ngdialog .dropdownLista {
  left: auto;
  right: 0;
  width: 300px;
  max-height: 310px;
}

.ngdialog .parametri {
  height: 35px;
  margin-bottom: 3px;
}

.ngdialog label {
  line-height: normal;
  margin-bottom: 0px;
  padding-top: 9px;
}

#tablePlaceholder {
  background-image: url(../../images/loading2.gif);
  width: 128px;
  height: 15px;
  margin-left: -64px;
  margin-top: -7px;
}

.DTFC_Cloned tr {
  cursor: pointer
}

#tabelaArhivske_filter label {
  margin-right: 0
}

.fixedHeader {
  margin-bottom: 0;
}

.fixedHeader th {
  height: 38px;
}

.fixedBody {
  margin-top: -38px;
}

.ngdialog #odabirDatuma {
  text-align: left;
}

.ngdialog:not(.dodavanje_izvestaja) #odabirDatuma {
  margin-bottom: 5px;
}

.ngdialog .dugmeZaDatum {
  float: right;
  border-radius: 0px;
  margin-left: 3px;
}

.ngdialog #odabirDatuma input[type=text] {
  cursor: pointer;
  border-radius: 0px;
  text-align: center;
  margin-left: 10px;
  width: 145px;
}

.ngdialog.izmena_izvestaja .ngdialog-message {
  max-height: 300px;
}

.ngdialog.dodavanje_izvestaja .ngdialog-content {
  width: 1400px;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.ngdialog.dodavanje_izvestaja #odabirDatuma .datepicker {
  width: 117px;
}

.ngdialog.dodavanje_izvestaja #odabirDatuma .timepicker {
  width: 100px;
}


/*Zlaja Budz*/
.ngdialog .reports-input {
  display: inline;
  float: left;
  width: 100%;
  padding: 5px 4px;
}

table.tabela-za-dodavanje{
    font-size: 14px;
    font-family: DINPro, Tahoma;
   line-height: 1.42857143;
    font-stretch: condensed;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 500px; /* this can vary */
    min-height: 500px;
}

table.tabela-za-dodavanje * {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

.tabela-za-dodavanje thead {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.tabela-za-dodavanje tbody {
    overflow-y: scroll;
    display: inline-block;
}

.tabela-za-dodavanje thead > tr,.tabela-za-dodavanje tbody > tr,.tabela-za-dodavanje tfoot > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tabela-za-dodavanje thead,.tabela-za-dodavanje tfoot {
    flex-shrink: 0;
}

.tabela-za-dodavanje th,.tabela-za-dodavanje tbody td {
    width: 20%; /* this can vary */
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.tabela-za-dodavanje tbody td input {
  height: 32px;
}

.tabela-za-dodavanje tfoot {
    display: inline-block;
}
.tabela-za-dodavanje tfoot td {
    width: 100%;
    display: inline-block;
}

.tabela-za-dodavanje th:first-child,
.tabela-za-dodavanje td:first-child
{
  width: 460px !important;
}

.tabela-za-dodavanje .datepicker {
	margin-left: 0 !important;
}

.tabela-za-dodavanje th:last-child {
  width: 120px !important;
}

.tabela-za-dodavanje td:last-child
{
	width: 80px !important;
}

.tabela-za-dodavanje th {
  text-align: center;
}

table.tabela-za-dodavanje .neispravan td {
  background-color: rgb(255, 221, 221) !important;
}

.btn.btn-xs.btn-primary.blue{
	width: 32px;
	height: 32px;
	display: block;
   margin-left: auto;
   margin-right: auto;
	margin-top: 0px;
}

#ukloniRedIzRucneTabele{
  font-size: 24px;
  margin-top: 4px;
  color:darkred;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

#ukloniRedIzRucneTabele:hover {
  color: red;
}

#dugmeZaNoviRed {
  margin-bottom: 0px;
  height: 34px;
  margin-top: 10px;
  margin-right: 0px;
}

/* end Zlaja budz*/

.ui-timepicker-wrapper {
  width: 109px;
}

#dugmeZaUvoz {
  width: 150px;
  margin-bottom: 0px;
  height: 34px;
  margin-top: 10px;
  margin-right: 0px;
  cursor: pointer;
}

#dugmeZaNoviRed{
	height: 34px;
}

#reports .nekompletan {
  color: rgb(170,170,170);
}

#reports .kontrolni > * {
  color: rgb(170,170,170) !important;
}

#reports .kompletan {
  color: rgb(51,51,51) !important;
}

#reports .pracen {
  color: rgb(0,100,177);
}

#reports table tbody td {
  white-space: nowrap;
}

.brisanje_value {
  float: right;
  width: 300px;
  padding: 5px 20px;
  font-size: 16px;
}

#izvozIzFajla, #generisanjeGrafika {
  display: inline;
}

#greskaNaServeru {
  margin-bottom: 30px
}

#detaljiGreske {
  margin: 0 15px;
}

#detaljiGreske .maloDugme {
  margin : 0;
}

#detaljiGreske #poruka {
  margin: 5px 0;
}

.odgovor_servera .ngdialog-close {
  position: absolute;
  top: 2px;
  right: 30px;
}

/*  END REPORTS */
/*///////////////////////////////////////////////////////////////////////*/
/*  REPORTS CHROMATOGRAPH */
#reports_chromatograph {
  position: relative;
  top: 20px;
}

#reports_chromatograph, #reports_chromatograph:focus, #reports_chromatograph:hover {
  outline: none
}

#reports_chromatograph button.blue {
  padding: 5px 10px;
}

#reports_chromatograph .dataTable th {
  text-align: right;
}

#hromatografske {
  margin-bottom: 0;
}

#dugmeZaOdabirMU {
  display: inline;
  margin-top: 0;
}

#reports_chromatograph #listaInput {
  width: 239px;
}

#reports_chromatograph .dropdownLista {
  width: 275px;
}

#reports_chromatograph .kontrolni > * {
  color: rgb(170,170,170) !important;
}

#reports_chromatograph .mojeDugmeZaCvorove {
  width: 275px;
}

#uredjajiOznaka {
  display: inline;
  margin-left: 25px;
  line-height: 32px;
}

#MUOznaka {
  display: inline;
  margin-left: 10px;
  line-height: 32px;
}

#reports_chromatograph #odabirUredjajaBtn {
  width: 275px;
}

#reports_chromatograph #uredjajiOznaka {
  margin-left: 12px;
}

#hromatografskeDropdown {
  height: 32px
}

#hromatografskeDropdown ul.dropdown-menu {
  min-width: 275px;
}

.ngdialog-content > div:nth-child(2) {
  height: 35px;
  margin-top: 20px;
}

#dropdownMU li.odvojen {
  padding-top: 36px;
}

#ToolTables_tabelaHromatografske_1, #ToolTables_tabelaHromatografske_4 {
  display: none
}

#reports_chromatograph #dropdownMU .nekompletan a {
  color: rgb(170,170,170) !important;
}

#reports_chromatograph #naslov {
  position: absolute;
  left: 50%;
  margin-left: -119px;
}

#upisHromatografske {
  position: absolute;
  right: 0;
  z-index: 1;
}

#uredjaji th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#reports_chromatograph table tr.odd, #reports_chromatograph table tr.hover {
  background-color: rgb(246,246,246);
}

#reports_chromatograph table tr.selected {
  background-color: rgb(217,237,247);
  color: rgb(51,51,51);
}

#tabelaHromatografske_filter {
  float: left;
}

#reports_chromatograph .kontrolni {
  color: rgb(170,170,170);
}

/*  END REPORTS CHROMATOGRAPH */
/*///////////////////////////////////////////////////////////////////////*/
/*  SETTINGS  */

/*  END SETTINGS*/
/*///////////////////////////////////////////////////////////////////////*/
/*  HELP  */
#help .buttonlink {
  background-color: rgb(230,230,230);
  color: rgb(51,51,51);
  padding: 5px 25px;
  margin-bottom:
}

#mailto a {
  color: white
}

/*  END HELP  */
/*///////////////////////////////////////////////////////////////////////*/
/*  MANUAL  */
#manual {
  min-width: 1000px;
  transform: none;
  margin: 0 auto;
  left: auto;
  top: 30px;
  position: relative;
  max-width: 1400px;
}

.pane {
  display: inline-block;
  width: 49%;
  top: 0;
  vertical-align: top;
}

#manual #left_pane {
  width: 23%;
  margin-right: 2%;
}

#manual #right_pane {
  width: 74%;
  height: 720px;
  overflow: auto;
}

#manual #right_pane * {
  font-family: DINProReg;
}

#manual #right_pane .glyphicon {
  font-family: 'Glyphicons Halflings';
}

#manual #right_pane p {
  padding: 0 40px;
  font-size: 15px;
}

#manual #right_pane h1 {
  font-size: 18px;
}

#manual #right_pane #placeholder {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 10%;
}

#manual #right_pane #placeholder h1 {
  font-size: 20px;
}

#manual #right_pane #placeholder .glyphicon {
  color: rgb(0,100,177);
  font-size: 30px;
}

#manual ul {
  padding-left: 10px;
}

#manualList,
#manualList li {
  list-style: none;
  line-height: 20px;
  cursor: pointer;
}

#manual #manualList>li {
  background-image: url("../images/menu_oznacen.png");
  background-repeat: repeat-x;
  color: rgb(255,255,255);
  margin-top: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  padding-left: 10px;
}

#manual #manualList>li li {
  color: rgb(51,51,51);
  margin-top: 1px;
  font-size: 13px;
  padding-left: 10px;
}

#manual #manualList>li li.disabled {
  pointer-events: none;
  color: rgb(200,200,200);
}

#manual #manualList>li li.oznacen {
  color: rgb(255,255,255);
  background-image: url("../images/menu_izabran.png");
  background-repeat: repeat-x;
}

#nalogDropdown ul {
  margin-top: 10px;
  margin-left: -151px;
  padding: 0;
  background-color: rgb(246,246,246);
  width: 201px;
}

#nalogDropdown li {
  padding-left: 5px;
}

#nalogDropdown a {
  line-height: 25px;
  padding-right: 25px;
  text-align: right;
  cursor: pointer;
  font-size: 14px;
}

#nalogDropdown li:hover {
  background-color: rgb(0,100,177);
}

#nalogDropdown a:hover {
  background-color: rgb(219,219,219);
}

#nalogDropdown #odjava {
  background-color: rgb(0,100,177);
  margin-top: 180px;
  width: 201px;
}

#nalogDropdown #odjava li:hover {
  background-color: rgb(51,51,51);
}

#nalogDropdown #odjava a {
  background-color: rgb(0,100,177);
  color: white;
}

#manual #download {
  font-size: 17px;
  line-height: 19px;
  cursor: pointer;
}

#manual #download .glyphicon {
  margin-left: 5px;
  vertical-align: bottom;
}

#manual #right_pane #placeholder {
  margin: 0 auto;
  width: 520px;
  text-align: center;
  top: 10%;
  position: relative;
}

#manual #right_pane .glyphicon {
  font-family: 'Glyphicons Halflings';
}
/*  END MANUAL  */
/*///////////////////////////////////////////////////////////////////////*/
/*  SIGNUP  */
#signup {
  top: 125px
}

#signup #korisnickoIme {
  margin-top: 30px
}

#signup #registracija {
  float: left;
  width: 48%
}

#signup #odustani {
  float: right;
  width: 48%
}

#signup #komande {
  margin-top: 40px;
}

/*  END SIGNUP  */
/*///////////////////////////////////////////////////////////////////////*/
/*  LOST PASSWORD  */
/*///////////////////////////////////////////////////////////////////////*/
/*  END LOST PASSWORD  */
/*///////////////////////////////////////////////////////////////////////*/
/*  PROFILE */
#profile #slika {
  position: relative;
  width: 150px;
  height: 170px;
  float: right;
}

#profile #slika img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.labela {
  padding-left: 10px;
  color: rgb(181,181,181)
}

.colrow .podatak {
  padding: 5px 25px;
  background-color: rgb(230,230,230);
  color: rgb(70,70,70);
}

#profile #podaciKorisnika span {
  margin-left: 25px;
}

/*  END PROFILE */
/*///////////////////////////////////////////////////////////*/
/*  MENU  */
#menu {
  display: inline-block;
  width: 100%;
}

#menu input[type="text"] {
  display: inline-block;
  padding: 2px 5px;
}

#menu .menu {
  margin-top: 30px;
  display: inline-block;
  width: 36%;
  line-height: 30px;
}

#izvestajiMenu {
  margin-left: 1%;
}

#menu .panel {
  margin-bottom : 0;
  border-radius: 0;
  min-height: 721px;
}

.tabovi:focus {
  outline: none;
}

.tabovi p {
  font-size: 16px;
  border-bottom: 2px solid rgb(219,219,219);
}

.tabovi:focus p {
  border-bottom: 2px solid rgb(150,150,150);
}

#menu .menu span {
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
  margin-left : -3px;
  background-color: rgb(246,246,246);
  color: rgb(51,51,51);
  cursor: pointer;
}

#menu .menu span.selected {
  border-bottom: 6px solid rgb(0,100,177);
}

#menu .menu a {
  font-size: 14px;
  line-height: 30px;
  padding-left: 5px;
  margin-right: 5px;
  vertical-align: baseline;
}

.glyph.icon {
  float: left;
}

.glyph.search {
  cursor: pointer;
  float: right;
  padding: 17px;
  margin-right: 0;
  background-color: rgb(0,100,177);
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
}

.glyph.search:hover {
  background-color: rgb(0,90,160);
}

#qCvorovi, #qIzvestaji {
  display: inline-block;
  float: right;
}

#menu #cvorovi, #menu #izvestaji, #menu #komande {
  background-color: rgb(219,219,219);
}

#menu #cvorovi {
  position: absolute;
  left: 0;
  width: 36%;
}

#menu #izvestaji {
  position: absolute;
  left: 37%;
  width: 36%;
}

#menu #komande {
  position: absolute;
  right: 0;
  width: 26%;
}

#mernaMestaTabela {
  padding: 20px;
  margin-top: 20px;
  background-color: rgb(219,219,219);
  height: 650px;
  overflow: auto;
}

#komandeContainer {
  position: relative;
  height: 100%;
}

#izvestajiTabela {
  margin-top: 20px;
  padding: 20px;
  background-color: rgb(219,219,219);
}

/*#izvestaji li:focus .normal {
  background-image: url("../images/izvestaj_izabran.png");
}

#cvorovi li:focus li .normal {
  background-image: url("../images/cvor.png");
}

#izvestaji li:focus li .normal {
  background-image: url("../images/izvestaj.png");
}*/

#cvoroviMenu .normal {
  padding-left: 32px;
  background-image: url("../images/cvor.png");
  background-repeat: no-repeat;
  background-position: 12px 5px;
}

#izvestajiMenu .normal {
  padding-left: 32px;
  background-image: url("../images/izvestaj.png");
  background-repeat: no-repeat;
  background-position: 11px 4px;
}

div[data-tree-model] {
  font-family: DINPro !important;
  color: rgb(51,51,51);
}

div[data-tree-model] li {
  margin-top: 1px;
}

div[data-tree-model] li:focus {
  background-image: url("../images/menu_fokusiran.png");
  background-repeat: repeat-x;
  outline: none;
}

div[data-tree-model] li:focus li {
  color: rgb(51,51,51);
}

#cvorovi div[data-tree-model] li li li>span {
  padding-right: 250px;
}

div[data-tree-model] li.kompletan:focus {
  color: rgb(255,255,255) !important;
}

div[data-tree-model] li .selected {
  background-color: rgb(100,100,100);
  padding: 0;
  font-weight: normal;
}

div[data-tree-model] li .izabran .selected,
div[data-tree-model] li.izabran .selected {
  background-color: rgb(0,100,177);
}

div[data-tree-model] li.oznacen {
  background-image: url("../images/menu_oznacen.png");
  background-repeat: repeat-x;
}

div[data-tree-model] li.selected {
  background-image: url("../images/menu_oznacen.png");
  background-repeat: repeat-x;
}

div[data-tree-model] li.izabran {
  background-image: url("../images/menu_izabran.png");
  background-repeat: repeat-x;
}

div[data-tree-model] li.oznacen > span,
div[data-tree-model] li.izabran > span {
  color: rgb(255,255,255);
}

div[data-tree-model] li i.selected {
  padding: 1px 10px;
}

#cvorovi .expanded, #izvestaji .expanded {
  background-image: url("../images/minus.png");
  background-repeat: no-repeat;
  background-position: 6px 8px;
}

#cvorovi .expanded.selected,
#izvestaji .expanded.selected,
#cvorovi .oznacen > .expanded,
#izvestaji .oznacen > .expanded,
#cvorovi .izabran > .expanded,
#izvestaji .izabran > .expanded {
  background-image: url("../images/minus_izabran.png");
}

#cvorovi li:focus li .expanded,
#izvestaji li:focus li .expanded {
  background-image: url("../images/minus.png");
}

#cvorovi .pracen.dostupan .expanded {
  background-image: url("../images/minus_dostupan.png");
}

#cvorovi .pracen.nedostupan .expanded {
  background-image: url("../images/minus_nedostupan.png");
}

#cvorovi .oznacen.nedostupan .expanded,
#cvorovi .oznacen.dostupan .expanded {
  background-image: url("../images/minus_izabran.png");
}

#cvorovi .collapsed,
#izvestaji .collapsed {
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: 6px 4px;
}

#cvorovi .collapsed.selected,
#izvestaji .collapsed.selected,
#cvorovi .oznacen .collapsed,
#izvestaji .oznacen .collapsed,
#cvorovi .izabran .collapsed,
#izvestaji .izabran .collapsed {
  background-image: url("../images/plus_izabran.png");
}

#cvorovi li:focus li .collapsed,
#izvestaji li:focus li .collapsed {
  background-image: url("../images/plus.png");
}

#cvorovi .pracen.dostupan .collapsed {
  background-image: url("../images/plus_dostupan.png");
}

#cvorovi .pracen.nedostupan .collapsed {
  background-image: url("../images/plus_nedostupan.png");
}

#cvorovi .oznacen.nedostupan .collapsed,
#cvorovi .oznacen.dostupan .collapsed {
  background-image: url("../images/plus_izabran.png");
}

#menu .normal {
  background-repeat: no-repeat;
  background-position: 6px 4px;
}

#cvorovi .normal {
  background-image: url("../images/cvor.png");
}

#cvorovi .pracen.nedostupan > .normal {
  background-image: url("../images/cvor_nedostupan.png");
}

#cvorovi .pracen.dostupan > .normal {
  background-image: url("../images/cvor_dostupan.png");
}

#cvorovi li .pracen li.nedostupan .normal {
  /* linije */
  background-image: url("../images/cvor_nedostupan.png");
}

#cvorovi li .pracen li.dostupan .normal {
  /* linije */
  background-image: url("../images/cvor_dostupan.png");
}

#cvorovi li li.nekompletan:not(.pracen):focus {
  color: white
}

#cvorovi li li.nekompletan:not(.pracen) li {
  color: rgb(170,170,170)
}

#cvorovi li li.nekompletan:not(.pracen) li:focus {
  color: white
}

#cvorovi li li:not(.pracen) li .normal {
  /* linije */
  background-image: url("../images/cvor.png") !important;
}

#izvestaji .normal {
  background-image: url("../images/izvestaj.png");
}

#cvorovi .normal.selected,
#cvorovi .oznacen > .normal {
  background-image: url("../images/cvor_izabran.png") !important;
}

#izvestaji .normal.selected,
#izvestaji .oznacen > .normal {
  background-image: url("../images/izvestaj_izabran.png");
}

#izvestajiFiltrirano {
  padding: 40px 20px 40px 40px;
  margin-top: 20px;
  background-color: rgb(219,219,219);
}

#izvestajiFiltrirano .functionlink {
  font-size: 13px;
  color: rgb(51,51,51);
  line-height: 20px;
}

#izvestajiFiltrirano .izabran .functionlink {
  color: rgb(255,255,255);
}

#izvestajiFiltrirano ul {
  padding-left: 0;
}

#izvestajiFiltrirano li {
  list-style: none;
  height: 20px;
  margin-top: 1px;
  padding-left: 20px;
}

#izvestajiFiltrirano li:focus {
  background-image: url("../images/menu_fokusiran.png");
  background-repeat: repeat-x;
  outline: none;
}

#izvestajiFiltrirano li.oznacen {
  background-image: url("../images/menu_oznacen.png");
  background-repeat: repeat-x;
}

#izvestajiFiltrirano li.selected {
  background-image: url("../images/menu_oznacen.png");
  background-repeat: repeat-x;
}

#izvestajiFiltrirano li.izabran {
  background-image: url("../images/menu_izabran.png");
  background-repeat: repeat-x;
}

#izvestajiFiltrirano li .normal {
  padding: 1px 10px;
  background-image: url("../images/izvestaj.png");
  background-repeat: no-repeat;
  background-position: 6px 4px;
  font-size: 13px;
}

#izvestajiFiltrirano li .normal.selected {
  background-image: url("../images/izvestaj_izabran.png");
  background-color: rgb(0,100,177);
}

#odabirDatuma {
  text-align: center;
  vertical-align: middle;
}

#odabirDatuma .datumOd, #odabirDatuma .datumDo, #tacanDatum1, #tacanDatum2 {
  background-color: #FFFFFF;
  vertical-align: middle;
  width:60%;
  padding: 0px;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 0;
}

#komande h3:first-child + * {
  margin-top: 20px;
}

.dugmeZaDatum {
  width: 34px;
  height: 34px;
  position: relative;
  padding: 0px;
  vertical-align: middle;
  margin-top: 0px;
  border-radius: 0;}


.mojeDugmeZaCvorove {
  text-align: center;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdownLista {
  width: 350px;
  min-height: 40px;
  max-height: 500px;
  overflow-y: auto;
  text-align: left;
}

.mojeDugmeZaUredjaje {
  text-align: center;
  width: 250px;
}

.mojeDugmeZaUredjaje2 {
  text-align: center;
  width: 125px;
}

#dynTable {
  width: 100%;
  height: 500px;
  overflow-x: auto;
  overflow-y: auto;
  text-align: center;
}

#komande input[type="radio"] {
  margin-bottom: 20px;
}

#menu #komande button.dropdown-toggle {
  background-color: #FFFFFF;
  vertical-align: middle;
  width: 60%;
  padding: 0px;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #000000;
}
.dropdown-toggle-url {
  background-color: inherit;
  padding-left: 0px;
  margin-top: 0px;
}
.dropdown-menu-url {
  background-color: white;
  z-index: 2000px;
}
#komande .dropdown {
  text-align: center;
}

#odabirDana {
  left: 50%;
  width: 69%;
  transform: translateX(-50%);
  margin-left: 17px;
}

#menu #komande #odabirDanaBtn {
  width: 69%;
  display: inline-block;
  padding: 6px 5px;
  margin-top: 0;
}

#menu #warning {
  position: absolute;
  bottom: 44px;
  right: 170px;
}

#odabirDanaDisp {
  font-weight: normal;
  color: rgb(51,51,51);
}

#menu #komande .colrow {
  width: 90%;
  margin-left: 5%;
}

#komande .trenutniIzvestaj {
  padding: 20px;
}

#komande .labela{
  height: 55px;
  color: rgb(51,51,51)
}

#komande .trenutniIzvestaj h3 {
  text-align: center;
}

#komande .trenutniIzvestaj p {
  text-indent: 20px;
}

#komande button.colrow {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 50px;
}

#komande #izvestaj, #cvorovi #upravljanjeStanicama, #izvestaji #upravljanjeTipomKvaliteta {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#komande #izvestaj {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

#menu .nekompletan {
  color: rgb(170,170,170);
}

#cvorovi .neaktivan {
  color: rgb(170,170,170);
}

#menu #ulaziTabela .kompletan,
#menu #izlaziTabela .kompletan {
  color: rgb(51,51,51) !important;
}

#menu #ulaziTabela .pracen,
#menu #izlaziTabela .pracen {
  color: rgb(0,100,177);
}

#menu #mestaUzorkovanjaTabela .pracen {
  color: rgb(51,51,51) !important;
}

#menu .ui-sifra-tab {
  display: inline-block;
  width: 75px;
}

/*  END MENU  */
/*///////////////////////////////////////////////////////////////////////*/
/*  STATIONS  */
#stations {
  display: inline-block;
  width: 100%;
}

#stations input[type="text"] {
  display: inline-block;
  padding: 2px 5px;
}

#stations .menu {
  margin-left: 0;
  margin-top: 30px;
  display: inline-block;
  width: 73%;
  line-height: 30px;
}

#stations .menu span {
  font-size: 16px;
  line-height: 30px;
  padding: 0 30px;
  margin-left : -3px;
  background-color: rgb(246,246,246);
  color: rgb(51,51,51);
  cursor: pointer;
}

#stations .menu a {
  font-size: 14px;
  line-height: 30px;
  padding-left: 5px;
  margin-right: 5px;
  vertical-align: baseline;
}

#stations .menu span.selected {
  border-bottom: 6px solid rgb(0,100,177);
}

#stations .glyph.icon {
  float: left;
}

#stations .glyph.search {
  cursor: pointer;
  float: right;
  padding: 17px;
  margin-right: 0;
  background-color: rgb(0,100,177);
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
}

#stations #cvorovi {
  height: 710px;
  width: 73%;
  position: absolute;
  left: 0;
}

#stations #cvorovi, #stations #komande {
  background-color: rgb(219,219,219);
}

#stations #komande {
  height: 710px;
  position: absolute;
  width: 26%;
  right: 0;
}

#stations #komande .normal {
  padding: 1px 10px;
  background-image: url("../images/izvestaj_izabran.png");
  background-repeat: no-repeat;
  background-position: 6px 4px;
  font-size: 13px;
}

#stations #komande input[type="text"] {
  width: 100%;
  background-color: rgb(230,230,230);
  display: block;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.normal.noglyph {
  background-image: none !important;
}

#stations button {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

#stations #odabirTipaSignalaBtn {
  color: rgb(51,51,51);
  margin-bottom: 10px;
}

#stations #sacuvajIzmene {
  width: auto;
  position: absolute;
  bottom: 30px;
  right: 20px;
  margin-bottom: 0;
}

#stations #mestaUzorkovanjaTabela {
  padding: 20px;
  margin-top: 20px;
  background-color: rgb(219,219,219);
  height: 680px;
  overflow: auto;
}

/*  END STATIONS  */
/*///////////////////////////////////////////////////////////////////////*/
/*   ADMINISTRATION  */
#administration {
  position: relative;
  top: 20px;
}
#administration, #administration:focus, #administration:hover {
  outline: none
}

#administration #naslov {
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 15px;
}

.administracija.brisanje .ngdialog-message {
  max-height: 460px;
}

.administracija.brisanje input[type="text"] {
  outline: none;
}

.administracija #listaInput {
  width: 264px;
}

#tabelaObjekti tr {
  cursor: pointer
}

#tabelaObjekti_filter {
  float: left;
}

#administration table tr.odd, #administration table tr.hover {
  background-color: rgb(246,246,246);
}

#administration table tr.selected {
  background-color: rgb(217, 237, 247);
  color: rgb(51, 51, 51);
}

#administration button.blue {
  padding: 5px 10px;
}

#administration #objekti {
  margin-bottom: 0px;
  min-height: 800px;
}

#upisObjekti {
  position: absolute;
  right: 0;
  margin-top: -1px;
  z-index: 1;
}

#print {
  min-width: 180mm; /*  ostavljeno malo sa strane  */
  max-width: 267mm; /*  ostavljeno malo sa strane  */
  margin: 0 auto;
}

#print p {
  margin: 0;
}

#print_table {
  border: solid;
  width: 100%;
}

#print_logo {
  display: inline-block;
  margin-right: 10px;
}

#print_logo img {
    width: 75px;
    height: 75px;
}

#print_company-info {
  display: inline-block;
  vertical-align: top;
  width: 430px;
}

#print_company-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.print_company_info_part {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.print_tr_even {
	background-color: rgb(200, 200, 200);
}

.print_table_th {
  display: table-header-group;
  margin-top: 10px;
}

#print_datum, #print_tip_izvestaja {
  float: right;
  text-align: right;
}

#cage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}

#print_page_head {
	font-size: 13px;
}

.print_td {
  border-left: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 10px;
  white-space: nowrap;
}

.print_th {
  border-bottom: solid;
  border-left: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  background-color: rgb(150, 150, 150);
  color: rgb(0, 0, 0);
  font-size: 10px;
}

.print_th:first-child {
  width: 34px;
}

.print_th:nth-child(2) {
  width: 100px;
}

.print_tr {
  border-bottom: 1px solid;
}

.print_tr, .print_th {
  text-align: right;
}

.print_btn {
  margin-left: 0px;
  margin-top: 10px;
  height: 30px;
  padding: 5px;
  color: rgb(0, 0, 0);
  border-radius: 2px;
}

#print_head {
  margin-bottom: 10px;
}

#print_page_head h4 {
  font-size: 15px;
}

#print_table.small_font {
  font-size: 9px;
}

#print_table.small_font .print_td {
  padding-left: 3px;
  padding-right: 3px;
}

#rep_info {
  width: 190px;
  float: right;
  margin-top: 0px;
}

#comp_info {
  height: 75px;
  margin: 0px;
  float: left;
}

.infolabel {
  width: 50px;
  display: inline-block;
}

.col4.inline button, .col4.inline .dropdownLista {
  width: 145px;
}

.col4.inline {
  float: right;
}

.col4.inline #listSearch input[type="text"] {
  width: 125px;
}

.administracija .uredjaji {
  height: 530px;
}

.administracija .uredjaji .ngdialog-buttons {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

#customFilterInput {
  margin-left: 0.5em;
}

.dropdownLista li:focus {
  background-color: rgb(245,245,245);
  outline: none;
}

.odgovor_servera .ngdialog-content {
  min-height: 220px;
  width: 470px;
}

.odgovor_servera .dataTable tbody tr {
  background-color: rgb(217, 237, 247);
}

.odgovor_servera .formHeader {
  margin-bottom: 40px;
  text-align: left;
}

.odgovor_servera .tableWrapper {
  overflow-y: auto;
}

.odgovor_servera #requestData {
  margin-top: 15px;
}

.odgovor_servera .ngdialog-buttons #OK {
  margin-right: 0;
  right: 0px;
}

.ngdialog #detaljiTabela {
  height: 450px;
  overflow-y: auto;
  overflow-x: none;
}

.ngdialog #detaljiTabela .nedostupan {
  color: rgb(160, 0, 25)
}

.ngdialog-content table.header {
  margin-bottom: 0;
}

/*  END ADMINISTRATION */
/*///////////////////////////////////////////////////////////////////////*/
/*  OPC  */
#opcscript,#opcscript.form .elementi {
 width: 600px
}

#opcscript h4 {
  margin-top: -60px;
  margin-bottom: 40px;
}

#opcscript #dropdownForOpcs,#opcscript input{
  float: right;
  width: 59%;
  margin-right: 1%;
  height: 40px
}
#opcscript #dropdownForOpcs span{
  margin-left: 5px;
}

#dropdownButtonSize{
  width: 100%;
  padding: 4px 0px 4px;
/*izbacivanje bootstrap zaobljenosti*/
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#opcscript label{
  float: right;
  width: 39%;
  margin: 4px 0px;
}

#opcBtn {
  margin-top: 40px;
}

#btnGenerateOpcs{
	width:39%;
	margin-right: 1%;
   margin-top: 0px;
	height: 40px;
}

#opcscript.form .elementi button#CANCEL{
   width:39%;
	margin-right: 1%;
   margin-top: 0px;
	height: 40px;
	float: right;
}

#warningOpcs{
	width:49%;
	margin-left: 1%;
  line-height: 33px !important;
}

/*  END OPC  */
/*///////////////////////////////////////////////////////////////////////*/
/*  SYS_INFO  */
#sys_info {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sys_info #pie_charts {
  width: 590px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#sys_info #pie_charts h3 {
  margin-top: 0;
  text-align: center;
}

#sys_info .pie_chart {
  margin: 20px;
  margin-top: 0;
  width: 250px;
  display: inline-block;
}

#cpu_pie,
#hdd_pie {
  width: 250px;
  height: 250px;
  background-color: rgb(255, 255, 255);
  border: groove
}

#sys_info #pie_date0,
#sys_info #pie_date1 {
  display: inline;
  margin-left: 10px;
  width: 180px;
  text-align: center;
  cursor: pointer;
}

#sys_info #generisanjeGrafika {
  float: right;
  margin-top: 0;
}

#sys_info #buttons {
  margin: 0 auto;
  margin-top: 40px;
  width: 630px;
}

#sys_info_chart {
  background-color: rgb(255, 255, 255);
  border: groove;
}

#pie_charts .pieLabel div {
  font-size: 16px !important;
}

#sys_info #warning {
  visibility: visible;
  text-align: center;
  margin-top: 10px;
  height: 20px;
}



/*  END SYS_INFO  */
/*///////////////////////////////////////////////////////////////////////*/

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/) -
 */
 .flag-pointer {
   cursor: pointer;
 }
 .flag{display:inline-block;position: relative;width:16px;height:11px;background:url('../../images/flags.png') no-repeat}.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cz{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position:-112px -44px}.flag.flag-gs{background-position:-64px -55px}.flag.flag-kurdistan{background-position:-96px -77px}.flag.flag-rw{background-position:-112px -121px}.flag.flag-ec{background-position:-128px -33px}.flag.flag-mm{background-position:-192px -88px}.flag.flag-pa{background-position:-80px -110px}.flag.flag-wales{background-position:-160px -154px}.flag.flag-kg{background-position:-256px -66px}.flag.flag-ve{background-position:-80px -154px}.flag.flag-tk{background-position:-64px -143px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-is{background-position:-128px -66px}.flag.flag-ke{background-position:-240px -66px}.flag.flag-ro{background-position:-64px -121px}.flag.flag-gq{background-position:-32px -55px}.flag.flag-pt{background-position:-256px -110px}.flag.flag-tf{background-position:-256px -132px}.flag.flag-ad{background-position:0 0}.flag.flag-sk{background-position:-16px -132px}.flag.flag-pm{background-position:-192px -110px}.flag.flag-om{background-position:-64px -110px}.flag.flag-an{background-position:-112px 0}.flag.flag-ws{background-position:-192px -154px}.flag.flag-sh{background-position:-240px -121px}.flag.flag-mp{background-position:-240px -88px}.flag.flag-gt{background-position:-80px -55px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-zanzibar{background-position:0 -165px}.flag.flag-mw{background-position:-80px -99px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-ug{background-position:-240px -143px}.flag.flag-je{background-position:-176px -66px}.flag.flag-km{background-position:-32px -77px}.flag.flag-in{background-position:-64px -66px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-mc{background-position:-80px -88px}.flag.flag-sy{background-position:-192px -132px}.flag.flag-sn{background-position:-64px -132px}.flag.flag-kr{background-position:-80px -77px}.flag.flag-eu{background-position:-256px -33px}.flag.flag-bn{background-position:-144px -11px}.flag.flag-st{background-position:-144px -132px}.flag.flag-england{background-position:-192px -33px}.flag.flag-lc{background-position:-192px -77px}.flag.flag-dm{background-position:-80px -33px}.flag.flag-be{background-position:-32px -11px}.flag.flag-ni{background-position:-224px -99px}.flag.flag-ua{background-position:-224px -143px}.flag.flag-mz{background-position:-128px -99px}.flag.flag-pf{background-position:-112px -110px}.flag.flag-tn{background-position:-112px -143px}.flag.flag-ee{background-position:-144px -33px}.flag.flag-xk{background-position:-208px -154px}.flag.flag-sx{background-position:-176px -132px}.flag.flag-sd{background-position:-192px -121px}.flag.flag-gd{background-position:-128px -44px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-sz{background-position:-208px -132px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-fi{background-position:0 -44px}.flag.flag-ga{background-position:-96px -44px}.flag.flag-jp{background-position:-224px -66px}.flag.flag-de{background-position:-32px -33px}.flag.flag-np{background-position:0 -110px}.flag.flag-re{background-position:-48px -121px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-sc{background-position:-160px -121px}.flag.flag-ng{background-position:-208px -99px}.flag.flag-qa{background-position:-32px -121px}.flag.flag-mk{background-position:-160px -88px}.flag.flag-aw{background-position:-208px 0}.flag.flag-kn{background-position:-48px -77px}.flag.flag-al{background-position:-80px 0}.flag.flag-bw{background-position:-240px -11px}.flag.flag-um{background-position:-256px -143px}.flag.flag-ky{background-position:-128px -77px}.flag.flag-tt{background-position:-160px -143px}.flag.flag-so{background-position:-80px -132px}.flag.flag-lt{background-position:0 -88px}.flag.flag-by{background-position:-256px -11px}.flag.flag-bb{background-position:0 -11px}.flag.flag-us{background-position:0 -154px}.flag.flag-md{background-position:-96px -88px}.flag.flag-ag{background-position:-48px 0}.flag.flag-hm{background-position:-160px -55px}.flag.flag-as{background-position:-160px 0}.flag.flag-eg{background-position:-160px -33px}.flag.flag-sv{background-position:-160px -132px}.flag.flag-sl{background-position:-32px -132px}.flag.flag-fk{background-position:-32px -44px}.flag.flag-am{background-position:-96px 0}.flag.flag-ck{background-position:-128px -22px}.flag.flag-tw{background-position:-192px -143px}.flag.flag-kh{background-position:0 -77px}.flag.flag-to{background-position:-128px -143px}.flag.flag-se{background-position:-208px -121px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-pn{background-position:-208px -110px}.flag.flag-gr{background-position:-48px -55px}.flag.flag-id{background-position:-256px -55px}.flag.flag-vc{background-position:-64px -154px}.flag.flag-somaliland{background-position:-96px -132px}.flag.flag-bi{background-position:-96px -11px}.flag.flag-pk{background-position:-160px -110px}.flag.flag-pr{background-position:-224px -110px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-co{background-position:-192px -22px}.flag.flag-fm{background-position:-48px -44px}.flag.flag-bm{background-position:-128px -11px}.flag.flag-ar{background-position:-144px 0}.flag.flag-bv{background-position:-224px -11px}.flag.flag-sb{background-position:-144px -121px}.flag.flag-mq{background-position:-256px -88px}.flag.flag-eh{background-position:-176px -33px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-it{background-position:-144px -66px}.flag.flag-hr{background-position:-192px -55px}.flag.flag-sa{background-position:-128px -121px}.flag.flag-mv{background-position:-64px -99px}.flag.flag-mg{background-position:-128px -88px}.flag.flag-dz{background-position:-112px -33px}.flag.flag-gg{background-position:-192px -44px}.flag.flag-gm{background-position:-256px -44px}.flag.flag-af{background-position:-32px 0}.flag.flag-li{background-position:-208px -77px}.flag.flag-sr{background-position:-112px -132px}.flag.flag-vg{background-position:-96px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-tc{background-position:-224px -132px}.flag.flag-ao{background-position:-128px 0}.flag.flag-ma{background-position:-64px -88px}.flag.flag-mr{background-position:0 -99px}.flag.flag-gn{background-position:0 -55px}.flag.flag-ne{background-position:-176px -99px}.flag.flag-nf{background-position:-192px -99px}.flag.flag-wf{background-position:-176px -154px}.flag.flag-hk{background-position:-144px -55px}.flag.flag-gf{background-position:-160px -44px}.flag.flag-ps{background-position:-240px -110px}.flag.flag-ic{background-position:-240px -55px}.flag.flag-cw{background-position:-256px -22px}.flag.flag-ml{background-position:-176px -88px}.flag.flag-ax{background-position:-224px 0}.flag.flag-gl{background-position:-240px -44px}.flag.flag-dj{background-position:-48px -33px}.flag.flag-cn{background-position:-176px -22px}.flag.flag-ht{background-position:-208px -55px}.flag.flag-lr{background-position:-240px -77px}.flag.flag-tg{background-position:0 -143px}.flag.flag-ba{background-position:-256px 0}.flag.flag-ge{background-position:-144px -44px}.flag.flag-bz{background-position:0 -22px}.flag.flag-au{background-position:-192px 0}.flag.flag-iq{background-position:-96px -66px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-gw{background-position:-112px -55px}.flag.flag-az{background-position:-240px 0}.flag.flag-na{background-position:-144px -99px}.flag.flag-fj{background-position:-16px -44px}.flag.flag-zw{background-position:-32px -165px}.flag.flag-bs{background-position:-192px -11px}.flag.flag-il{background-position:-16px -66px}.flag.flag-nz{background-position:-48px -110px}.flag.flag-me{background-position:-112px -88px}.flag.flag-si{background-position:-256px -121px}.flag.flag-nc{background-position:-160px -99px}.flag.flag-lb{background-position:-176px -77px}
 
iframe {
  border-width: 0px;
}
.zeleni-cvor {
  background-image: url(../images/cvor_dostupan.png) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.crveni-cvor {
  background-image: url(../images/cvor_nedostupan.png) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.sivi-cvor {
  background-image: url(../images/cvor.png) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.even-col {
  background-color: #E1E1E1 !important;
}
.col-width {
  width: 30%;;
}
.grafig_stub{
  width: 700px;
  text-align: center;
}