@font-face {
    font-family: maracom;
    src: url("../fonts/pirulen.ttf");
}

.maracom-font {
    font-family: "maracom";
}

.table-unclickable{
	cursor: default!important;
	color: #000!important;
    background-color: transparent!important;
}

tr {
	cursor: pointer;
}

#nesanirani tr:hover{
    color: #fff;
    background-color: red;
}

#polusanirani tr:hover{
    color: #fff;
    background-color: orange;
}

#sanirani tr:hover{
    color: #fff;
    background-color: green;
}

.btn-success {
    float: right;
}

.table td, .table th{
    vertical-align: middle;
}

.btn-danger {
    background: #ce1919;
}

.table-responsive{-sm|-md|-lg|-xl}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px;
    height: 100px;
}

.mh-100px {
    max-height: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

a.card-link.text-white.btn.btn-success:hover {
    background: gray;
    border:gray 1px solid;
}

button.btn.btn-danger:hover{
    background: gray;
    border:gray 1px solid;
}

a.text-white.btn.btn-danger.ml-auto.mr-3:hover{
    background: gray;
    border:gray 1px solid;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 0%);
}

