.icm{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("..//slike/sanuzim.jpg");
    height:60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    background: #909698;
    color: white;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


.tabla,.tdd{
    border: 1px solid gray;
  }
.tddd{
  text-align: center;
}
thead{
  text-align: justify;
}
.linkW{
    text-decoration: none; 
    background-color:red; 
    color:white;
  }
  .linkW:hover{
    color: white;
  }



/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*/
body {
    margin-left: 12px;
    margin-right: 12px;
    background-color:	#DCDCDC;
}