html, body{
    margin:0;
    padding:0;
    display: flex;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 25px;
}

/*  MENU ICON */
.menu-icon {
    display: none;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #6591cd;
    margin: 6px 0;
    transition: 0.4s;
  }

  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  /* MENU ICON ENDOF */

.menu{
    float: left;
    width: 10%;
    background-image: linear-gradient(#bedafe, #6591cd);
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 90%;
}

.menu-i{
    display: none;   
}
.navig {
    width: 100%;
    height: 60px;
}
.navig > .navig-back-button{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 130%;
    color: #fff;
}
.navig > .navig-more-button{
    float: center;
    margin: auto;
    margin-top: 15px;
    font-size: 120%;
    color: #fff;    
    display: none;
}

.navig-back-button:hover, .navig-more-button:hover{
    color: #214579; 
}

.content{
    float: right;
    width: 90%;

    background-color: transparent;
    /* background-color: #fff; */
    height: 100%;
    /* margin-left: 10px; */
    overflow: auto;
}
.logo-menu{
    width: calc(100% - 50px);
    margin-top: 10px;
    margin-bottom: 25px;
}

.menu-footer{
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logout-wrapper{
    font-size: 80%;
    color: #fff;
    text-align: left;
    /* border-top: 1px solid #fff; */
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.logout-wrapper-mini{
    font-size: 80%;
    color: #fff;
    text-align: left;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 25px;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.logout-wrapper:hover , .logout-wrapper-mini:hover{
    color: #214579; 
}

.list{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
}

.list >  ul{
    width: 100%;
    color: #fff;
    text-align: left;
    padding-left: 0px;
    font-size: 80%;
}

.list > ul > li{
    list-style-type: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px;
    padding-bottom: 5px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.4s;
}
.list > ul > li:hover{
    list-style-type: none;
    color: #6591cd;
    border-bottom: 1px solid #6591cd;
    cursor: pointer;
}
/* .list > ul > li:after {
    content: '\002B';
    float: right;
    margin-left: 5px;
  }

  .list > ul  >.active:after {
    content: '\002D'; /* Unicode character for "minus" sign (-) 
  } */
  .panel {
    padding: 0 18px;
   /*  max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .panel > li {
    list-style-type: none;
    padding: 2px 5px;
    font-size: 90%;
  }
  .panel > li>i {
    font-size: 115%;
  }

  .panel > li:hover {
    color: #6591cd;
    cursor: pointer;
  }

/* .list > ul > li:focus{
    list-style-type: none;
    color: #6591cd;
    border-bottom: 1px solid #6591cd;
    cursor: pointer;
} */

.fa-angle-right{
    float: right;
}

li > .fa-angle-right, li > .fa-angle-down{
    float: left;
}

.version{
    text-align: right;
    color: #fff;
    font-weight: 600;
    font-size: 70%;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.popis{
    width: 100%;
    /* height: 100%; */
}

.naslov{
    /* width: 95%; */
    /* height: 80px; */
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 30px;
    color: #496ea1;    
    font-size: 110%;
    font-weight:bold;
    display: inline-block;
}

.odabir{
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 40px;
    color: #496ea1;    
    font-size: 85%;
    font-weight:bold;
    display: inline-block;
}

/* .naslov > h1{
    width: 100%;
    height: 45px;
    font-size: 40px;
    font-weight: 200px;
} */

hr{
    color: #6591cd;
}

.add-button{
    cursor: pointer;
    width: 200px;
    float: right;
    height: 50px;
    margin-right: 20px;
    background-color: #6591cd;
    color: #fff;
    font-size: 80%;
    border: none;
    border-radius: 15px;
}

.add-button:hover{
    color: #6591cd;
    /* background-color: #fff; */
    background-color: transparent;
    border: 1px solid #6591cd;
}

.submit-button{
    cursor: pointer;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #6591cd;
    color: #fff;
    font-size: 85%;
    border: none;
}

.submit-button:hover{
    color: #6591cd;
    /* background-color: #fff; */
    background-color: transparent;
    border-top: 2px solid #6591cd;
    border-bottom: 2px solid #6591cd;
}


.back-button{
    cursor: pointer;
    float: right;
    font-size: 100%;
}
/* .back-button:hover{
    background-color: #6591cd;
    color: #fff;
} */

.back-button > .fa-mail-reply{
    color: #6591cd;
}

.edit-button{
    cursor: pointer;
    width: 50px;
   /*  height: 50px; */    
   background-color: transparent;
    font-size: 110%;
    border: none;
    border-radius: 15px;
}

.fa-eye{
    color: #9ab1d1; 
}

.fa-eye:hover{
    color: #214579; 
}

.edit-button > .fa-pencil, .edit-button > .fa-save{
    color: #6591cd;
}

/* .edit-button:hover{
    color: #fff;
    background-color: #6591cd;
    border: 1px solid #6591cd;
} */
.edit-button:hover > .fa-pencil, .edit-button:hover > .fa-save, .back-button:hover > .fa-mail-reply{
    cursor: pointer;
    color: #09336d; 
}

.edit-button:disabled{
    color: #dddee0;
    /* background-color: #fff; */
    background-color: transparent;
    /* border: 1px solid #dddee0; */
}
.edit-button:disabled > .fa-pencil {
    color: #2b2d31;
}

input:disabled, select:disabled{
    color: #969696;
    /* background-color: #fff; */
    background-color: transparent;
    /* border: 1px solid #dddee0; */
}

.podaci{
    height: 100%;
    margin-left: 30px;
}
h4{
    color: #6591cd;
}

#brojKlijenata, #trajanje-poruke{
    font-size: 110%;
    border: none;
    background-color: transparent;
    color: #b82d20;
    font-weight: bolder;
}

.podaci > p{
    font-size: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.filteri{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sortiranje{
    width: 100%;
    height: 100px;
}

.sortiranje > h2{
    font-size: 80%;
    font-weight: 500;
    margin: 0px;
}

.trazilica{
    width: 500px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.search{
    width: calc(100% - 50px);
    font-size: 60%;
    border: none;
    border-bottom: 1px solid #6591cd;
    color: #6591cd;
    padding-left: 5px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 80%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
    border-radius: 7px;
  background-color: #fff;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #e3e3e3;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #6591cd;
    border: 1px solid #6591cd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tablica{
    width: 97%;
    margin: 50px 0;
    /* height: 500px; */
    color: #fff;
    font-size: 60%;
    overflow: auto;
}
/* .data-poslovnica >.tablica{
    margin-left: 40px;
    margin-right: 40px;
}

.data-blagajna >.tablica{
    margin-left: 50px;
    margin-right: 50px;
} */

table{
    width: 100%;
    border-radius: 5px;
    /* background-color: #6591cd; */
    background-color: transparent;
    overflow: hidden;
    border-spacing: 0;
    border-bottom: 1px solid #6591cd;
}

th {
    height: 35px;
    /* width: 22.5%; */
    background-image: linear-gradient(#bedafe, #6591cd);
}

#licenceTable>tbody>tr>td:last-child{
    width: 45px;
}

#klijentTable>tbody>tr>td:nth-child(2), #klijentTable>tbody>tr>td:nth-child(3){
    text-align: left;
    padding-left: 10px;
}

td {
    /* background-color: #fff; */
    background-color: transparent;
    color: #000;
    height: 35px;
    font-size: 80%;
    border: 1px solid #6591cd;
    text-align: center;
    padding-left: 0px;
}

.row-verzije>select {
    border-style: none;
    background-color: #f9f9f9;
    /* border: 1px solid #6591cd; */
    padding: 5px 20px;
  }

#licenceTable>tbody>tr>td:nth-child(1), #licenceTable>tbody>tr>td:nth-child(2){
    text-align: center;
    padding-left: 0px;
}
#licenceTable>tbody>tr>td:nth-child(3), #licenceTable>tbody>tr>td:nth-child(4){
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}
#licenceTable>tbody>tr>td:nth-child(7), #licenceTable>tbody>tr>td:nth-child(10){
    width: 60px;
    max-width: 80px;
}

/* tr:last-child > td:first-child {
    border-bottom-left-radius: 19px;
}
tr:last-child > td:last-child {
    border-bottom-right-radius: 19px;
} */

td > img:first-child{
    margin-right: 15px;
}

.edit{
    width: 100%;
    height: 100%;
    display: none;
}

.edit > .naslov > h1 > img{
    margin-left: 15px;
    /* position: absolute; */
    margin-top: 8px;
}

.data {   
    margin-left: 30px;  
}

.data-poslovnica{    
    /* padding-bottom: 100px; */
    margin-top: 50px;    
    /* background-color:#cfdaeb; */
    background-color: rgb(235, 235, 235);
    border-radius: 20px;

}

.data-blagajna{
    margin-right: 30px;
    /* background-color:#bacfee; */
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    /* padding-bottom: 50px; */
}
#naziv-posl, #naziv-blag{
    margin-top: 50px;
    margin-left: 50px;
    border:none;   
    font-size: 100%;
    font-weight: bold;
    color:  #6591cd;   
    background-color: transparent;
    border-bottom: 1px solid #6591cd;    
}

/* .naziv-posl{    
    border:none;  
    margin-left: 30px;
    margin-right: 130px;
    width: auto;
} */


#data-poslovnica, #data-blagajna{    
    margin-left: 30px;  
}

.fields {
    width: 100%;
    display: inline-block;
}

.field {
    margin-top: 15px;
    enable-background: none;
}
#fields-poslovnica, #fields-blagajna {
    margin-bottom: 45px;
}

.field > label {
    color: #6591cd;
    /* font-weight: 600; */
    font-size: 75%;
    position: relative;
} 

.field > input, .field > select, .field > textarea{
   float: right;
    border:none;
    margin-right: 160px;    
    font-size: 75%;
    border-bottom: 1px solid #6591cd;
    background-color: transparent;
    width: 60%;
    max-width: 60%;
    font-family: Arial, Helvetica, sans-serif !important;
}

 .field > textarea{
    min-width: 60%;
    max-width: 60%;
}

.oznaka-racuna {
    color: #6591cd;
    float: right;
    border:none;
    margin-right: 160px;    
    width: 60%;
}

.rad_vr {
    float: right;
    border:none;
    margin-right: 160px;    
    width: 60%;
}

.rad_vr > input {
    border: 1px solid #6591cd;
    width: 36%;
    font-size: 75%;
    text-align: center;
    border-radius: 20px;
    background-color: transparent;
}

/* #mjesto {
    width: 87%;
}  */

/* .note {
    width: 45%;
    float: right;
    display: inline-block;
    margin-left: 10%;
    margin-right: 5%;
} */

.biljeska{
    border: 1px solid #6591cd;
    border-radius: 20px;
    padding: 20px 15px;
    font-size: 65%;
    margin-right: 40px;
}

.fa-pencil, .fa-info-circle, .fa-edit, .fa-level-up{
    color: #4f88d8; 
}

button{
    border: none;
    background-color: transparent;
}

td > button:hover .fa-pencil, td > button:hover .fa-info-circle, td > button:hover .fa-edit, td > button:hover .fa-level-up{
    cursor: pointer;
    color: #09336d; 
}
td > button:hover .fa-check-square-o{
    cursor: pointer;
    color: #105313; 
}
td > button:hover .fa-square-o{
    cursor: pointer;
    color: #5a0b0b; 
}

input[type="radio"] + label{
    cursor: pointer;
}
input[type="radio"] {    
    display: none;
}
input[type="radio"] + label {
    display: inline-block;
    width: 40%;
    position: relative;
    font-size: 75%;    
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    padding: 3px;
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
input[type="radio"]:checked + label,
  input:checked + label:before {
    background-color: #6591cd;
    color: #fff;
    border-color: #444;
  }

.select > input[type="radio"] + label {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    padding: 20px 2px;
    width: 23%;
    color:rgb(100, 100, 100);
    border: 1px solid rgb(204, 204, 204);
}
.select > input[type="radio"] + label:hover{
    cursor: pointer;
    background-color: #bbcde6;
}
.select > input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.select > input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select > input[type="radio"] + label i {
    padding-right: 0.4em;
}
.select > input[type="radio"]:checked + label,
  input:checked + label:before {
    background-color: #6591cd;
    color: #fff;
    border-color: #444;
}

.select{  
    margin: 1em;
    zoom: 1;
}
.select:before,  .select:after {
    content: "";
    display: table;
}

.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.hidden{
    display: none;
}
#klijent, #poslovnica>.data-poslovnica, #blagajna>.data-blagajna, #verzija, #certifikat {
    width: 90%;
    margin:auto;
    background-color: #bacfee;
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    /* padding-bottom: 50px; */
}

.field-select{
    width: 90%;
    margin: 20px auto;
    enable-background: none;
}
.field-select > label {
    color: #6591cd;
    font-size: 80%;
    position: relative;
} 

.field-select > input, .field-select > textarea{
    padding: 1em;
    line-height: 1.4;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 65%;
    border: 1px solid #6591cd;
    background-color: transparent;
    width: 40%;
}

.field-select > textarea{
    font-family: Arial, Helvetica, sans-serif !important;
    margin-left:110px;
    width: 50%;
}

datalist > option{
    padding: 0;
    border:none;
    font-size: 75%;
    border: 1px solid #6591cd;
    background-color: transparent;
    width: 40%;
}


   @media only screen and (max-width: 600px) {    
    body{
        display: inline;
        
    }
    .content{      
        width: 100%;
        margin:0;
        overflow: auto;
        overflow-x:hidden;
    }
 /*    .logo{
        width: calc(100% - 10px);
    } */
    .menu-icon {
        margin-top: 2px;
        margin-left: 15px;
        cursor: pointer;
        display: inline-block;
      }
    .logout-wrapper{
        margin-top: 5px;
        float: right;
        font-size: 80%;       
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .podaci{
        margin-left: 1px;
    }  
    .podaci > p{
        font-size: 70%;
    }
    .container{
        font-size: 65%;
    }

    .naslov{
        margin-left: 5px;
        margin-top: 10px;
    }

    .menu{
        display: none;
        width: 0%;
    }
    .menu-i{
        display: inline-table;
        width: 100%;
        background-image: linear-gradient(#bedafe, #6591cd);
        text-align: right;
        flex-direction: row;
    }
    .tablica{        
        font-size: 70%;
        width: 100%;
    }
    .field > input, .field > select, .field > textarea{
         margin-right: 1px;    
         font-size: 65%;
         width: 80%;
     }
     .field > label {
        font-size: 65%;
    } 
     
     .oznaka-racuna {
         margin-right: 1px;    
         width: 80%;
     }
     
     .rad_vr {
         margin-right: 1px;    
         width: 80%;
     }
     #data-poslovnica, #data-blagajna{    
        margin-left: 2px;
        margin-right: 2px;
    }
    .data{
        margin-left: 1px;
    }
    .data-blagajna{
        margin-left: 2px;
        margin-right: 2px;
    }
    #naziv-posl, #naziv-blag{
        margin-top: 10px;
        margin-left: 2px;
    }
    .add-button{
        cursor: pointer;
        width: 100px;
        height: 40px;
        color: #fff;
        margin-right: 2px;
        font-size: 50%;
    }
    

  }


  @media only screen and (min-width: 800px) {    
    .menu{
        width: 20%;
        font-size: 95%;
    }
    .content{
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {    
    .menu{
        width: 15%;
        font-size: 95%;
    }
    .content{
        width: 85%;
    }
}

/*
  @media only screen and (max-width: 550px) {
   .menu{ 
        width: 100%;
        height: 45px;
        position: fixed;
        display: inline-block;
    }  
    .logo-wrapper{
        display: none;
    }
    .list{
        display: none;
    }
    .content{
        width: 100% ;
        margin-left: 0;
    }   
    .menu-icon {
        margin-left: 2px;
        margin-left: 5px;
        cursor: pointer;
        float: left;
        display: inline-block;
      }
      .menu-footer{
        display: none;
      }
      .logout-wrapper{
        float: right;
        margin-top: 5px;
        display: inline-block;
      }

      body{
          font-size: 20px;
      }

      .add-button{
        width: 150px;
      }

      .field > input, .field > select{
         margin-right: 5px;
     }
     .data{
         width: 100%;
     }
     .tablica{
        width: 100%;
     }
     .naslov{
        margin-top: 50px;
     }
     hr{
        width: 100%;
     }


  }
 */

 /* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
  }
  .hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
  }
  .hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 600px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 20px 2%;
  }
  .popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .popupCloseButton:hover {
    background-color: #ccc;
  }
  .popup {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
  }
  .confirm_text{
    white-space: pre-line;
    font-size: 20px;
    text-align: left;
    color: rgba(0,0,0,.4)
  }
  .confirm_btn{
    font-size: 20px;
    font-weight: bold;
    color: rgb(172, 57, 57);
  }

  #klijent-poruka{
    font-size: 25px; 
    max-width: 550px; 
    min-width: 550px; 
    min-height: 168px;
    height: auto;
  }
  option:first {
    color: #999;
  }
  
  /* Popup box END */

  /* tooltip BEGIN */
  .tooltip {
    position: relative;
    display: inline-block;
    
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  /* tooltip END */

  /* loading BEGIN */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
/*   opacity: 0.7;
background-color: #fff; */
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
   #loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
  }

  #loader-menu {
    /* position: absolute;
    left: 8%;
    top: 30%; */
    margin: 0 auto;
    z-index: 1;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;    
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  /*
  #loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
  } */

  /* loading ENd */

#nadogradi-oznacene-licence{
    background-color: #6591cd;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    padding: 5px;
}
#nadogradi-oznacene-licence:hover{
    background-color: #205fb8;
}
#lista-verzija{    
    border-radius: 5px;
    padding: 5px;
    min-width: 120px ;
}

.row-poruka{
    text-overflow: ellipsis;
    max-width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    padding-left: 5px;
}