/* */
table td, table th {
    padding: 3px 5px;
}

.table.other tr th {
  /*background: #ddd; border-bottom: 1px solid #ddd;*/
  /*background: #337AB9; color: #fff; border-bottom: 1px solid #ddd;*/
  background-color: #6698C3; color: #fff; border-bottom: 1px solid #ddd; font-weight: normal;
  
}
.btn-info {
  /* orig: background-color: #5bc0de; border-color: #46b8da;*/
  background-color: #8FAFCA; color: #fff; border-color: #8FAFCA;
}
.btn-primary {
    /* orig: color: #fff; background-color: #337ab7; border-color: #2e6da4;*/
    color: #fff; background-color: #387EBB; border-color: #3692AD;
}

table.captioned tr th {
  /* background: #8ec449; color: #fff;*/
  /* background: #5bc0de; color: #fff;*/
}

div.btn-group {
    margin-bottom: 15px;
}

div.btn-group a {
    margin-left : 1px;
    margin-right: 1px;
}

div.ocjena-postotak-wrapper {
    margin-right: 0px;
    padding-right: 3px;
}
div.ocjena-postotak-save {
    margin-left: 0px;
    padding-left: 3px;
}

table tr th {
  padding: 10px 15px;
  /*background: #8ec449; color: #fff;*/
  font-size: 16px;
}
table caption {
    font-size: 16px;
    font-weight: 700;
}

tr.prijava_rest td {
    font-style: italic;
    color: #AAA;
}

span.glyphicon {
    margin-left: 5px;
    margin-right: 5px;
}

body {
  font-family: "PT Sans",sans-serif !important;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}

.override-modal-open {
    overflow-y: scroll;
}

p {
  font-size: 16px;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  /*border-collapse: separate; border-spacing: 2px;*/
  border-color: grey;
  color: #616161;
}

td select {
  width: 100%;
}

.navbar-collapse, .navbar-form {
  border-color: #e7e7e7;
}


.navbar-nav > li > a {
  color: #333;
}

table tr td {
  color: #616161;
}

table tr td a {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  /* NOTE: disabled RL 200416 
   * -webkit-user-select: none; */
}



.width-100 {
    width: 100%
    }
.icon-yes {
    color: green;
}
.icon-no {
    color: gray;
}

#footer-container {
    margin-top: 20px;
    }

/* http://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box 
   enable absolute positioning
 */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#aailogin-button {
    display: block;
    padding:1px;
    border:2px solid;
    border-radius: 10px;
    max-width: 310px;
    max-height: 90px;
}

form ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

label.error, .error-message {
  color: #da3700;
}
ul.errorlist li {
  color: #da3700;
}

/* bootstrap4 container */
#main-content {
    padding-bottom: 70px;
    max-width: 1800px;
}


footer {
    position: fixed;
    /*height: 100px;*/
    bottom: 0;
    width: 100%;
}

/* web with # will highlight the HTML element - https://stackoverflow.com/questions/16299586/how-to-highlight-current-id-element-in-html */
:target {
    -webkit-animation: target-fade 20s 1;
    -moz-animation:    target-fade 20s 1;
}

@-webkit-keyframes target-fade {
    0% { background-color: rgba(0,0,0,.1); }
    100% { background-color: rgba(0,0,0,0); }
}

@-moz-keyframes target-fade {
    0% { background-color: rgba(0,0,0,.1); }
    100% { background-color: rgba(0,0,0,0); }
}

/*
pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
  overflow-x: auto;
  overflow-wrap: normal;
}
*/

/* bootstrap4 */

.row.dashboard  {
    margin-top: 1rem;
}

.col.dashboard {
    margin-top: 1rem;
}

/*.navbar-nav-svg { height: 2em; }*/
.nav-link.p-2 {
    font-size: 1.0rem;
}

.card-header {
    font-size: 1.0rem;
}

.nav-link svg.bi {
    height: 1.5rem;
    width: 1.5rem;
    fill: currentColor;
}

.nav-link img.bi {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.2rem;
    /* https://codepen.io/sosuke/pen/Pjoqqp - #fff */
    /* filter: invert(1); - white */
    filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(28deg) brightness(109%) contrast(94%);
}

img.chart-icon, img.bi {
    height: 1.0rem;
    width:  1.0rem;
    margin-right: 0.2rem;
}
img.bi-sm {
    height: 0.8rem;
    width:  0.8rem;
    margin-right : 0.3rem;
    margin-bottom: 0.3rem;
}

img.bi-head {
    height: 1.2rem;
    width:  1.2rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

/* height: 1.2rem; width: 1.2rem; */

.headerlink {
  opacity: .25 !important;
  font-size: 0.66em;
  position: relative;
  top: -0.17em;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
