
#content-wrapper {
    background-color: rgb(243, 250, 255)!important;
}


.card {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;

}
.card .card-body {
    align-content: center !important;
    align-items: center !important;
}
.napomena-obrazac {
    color: gray;
    font-size: 10px;
}
.predmet-title {
    /* background-color: rgb(247, 238, 211); */
    height: 50px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    /* border: 1px solid rgb(235, 233, 233);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
.predmet-title > i {
    font-size: 40px;
}
.predmet-title h1 > i {
    font-size: 25px;
}
.predmet-title > h1 {
    font-size: 25px;
}
.predmet-title > h1 > span {
    font-weight: bold;
    color: orange;
    font-size: 2.25rem;
}

.predmet-title h1.klijenti {
    color: rgb(66, 65, 65);
    font-weight: bold;

}
.predmet-title > h4 > span {
    font-weight: bold;
    font-size: 1.25rem;
}
.predmet-title > h4 {
   padding: 15px;
   border-radius: 25px;
   border: 1px solid rgb(197, 197, 197);
}
@media only screen and (min-width:320px) and (max-width:768px)
{
    .predmet-title > h4 {
        font-size: 1rem;

     }
     .predmet-title > h1 > span {
        font-size: 1rem;
    }
    .predmet-title > h1 {
        font-size: 1.2rem;
    }
}

.dropdown-menu a:hover {
    background-color: #ebc45980;
    font-weight: bold;

}

.dropdown-toggle {
    width: 100px;
    font-family: "epestek";


}
.dropdown-toggle i {
    font-size: 14px;

}
/* #klijent
{
    background-color: rgb(250, 239, 220);
} */


.input-background-color {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.openpredmet:hover {
    border: 2px solid  rgb(119, 119, 119) !important;
}
#predmet {
    background-color: rgb(222, 226, 230);
}

h1 >  span {
    color: orange;
}
.predmet-title i {
    color: orange;

}
.predmet-status {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}
.predmet-status a {
    width: 120px;
    margin: 2px;
}

.search-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header{
    position:-webkit-sticky;
    position:sticky;
    top:0;
}

.input-actions{
    width: 100%;
    display: flex;
    justify-content: space-between;
}




/* Radio buttons */

  /*----------------------------------------------------------------------
/* HTML: <div class="ribbon">Your text content</div> */
.side-bar-title {
    width: 100px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #fa6800a1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
/* .ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;

  }
  .ribbon {
    --f: .5em;
    --r: .8em;

    position: absolute;
    top: 50%;
    left: -80px;
    right: calc(-1*var(--f));
    padding-inline: .25em;
    line-height: 1.8;
    background: #fa6800;
    border-bottom: var(--f) solid #0005;
    border-left: var(--r) solid #0000;

    clip-path:
      polygon(var(--r) 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),var(--r) calc(100% - var(--f)),
        0 calc(50% - var(--f)/2));
  } */


  /* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
  }
  .ribbon {
    --f: .5em; /* control the folded part */

    position: fixed;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(
      100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #BD1550; /* the main color  */

  }


/*   .input-group input[type="text"] {
    width: 350px !important;
} */
.btn-search {
    width: 60px;

}

#btn-scrollup {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(28, 83, 109); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 30px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }

  #btn-scrollup:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }

  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #47b2e4;
    color: #fff;
    transition: all 0.4s;
  }

  .back-to-top i:hover {
    background: #209dd8;
    color: #fff;
  }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #37517e;
  }

  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #37517e;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }

  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @media only screen and (min-width:320px) and (max-width:768px)
    {
        .menu-links {
            display: none;
        }
        .ribbon {
            display: none;
        }

        .scrolled.menu-links {
        display: none;
    }

        nav.navbar > h1.dms {
            font-size: 8px;


        }
        nav.navbar > marquee {
            display: none;

        }
        .btn-logout{

           visibility:hidden;

        }
        /* .sidebar {
            display: none;
        } */
       .popupmenu button{
            width: 80px;
        }

    }
    @media only screen and (min-width:768px) and (max-width:1280px)
    {
        nav.navbar > h1.dms {
            font-size: 14px;

        }
        marquee.h1 {
            font-size: 14px;

        }
    }

    @media only screen and (min-width:481px) and (max-width:768px)
    {
        .sidebar li .tooltip{
            display: none;
          }
    }


    nav.navbar > h1.dms {
        color: #405189 !important;
    }
    .small {
        font-size: 14px !important;
    }
  /*--------------------------------------------------------------*/

  .dropdown {
    border: 1px solid rgb(207, 206, 206);
  }

  .fm{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  marquee h1 {
    font-size: 20px;
    color: rgb(134, 92, 13);
  }
  marquee h1 span{
    font-size: 25px;
    font-weight: bold;
    color: rgb(145, 118, 30);
  }


  /* Kalendar */

  /*---------- end kalandar -----------*/
  .select-predmet {
    background-color: white;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius:2px;
    border:none;
    color: #ffffff;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

}

a.btn-kalendar {
    width: 120px;
    font-size: 10px;
}

.card.card-category {
    font-family: 'epestek' !important;
}
.card {
    border-radius: 15px;

}

a.btn-category{
    width: 120px;
    font-size: 12px;
}
.btn-category-kalendar {
    width: 50px;
    font-size: 12px;
}
.card-cms > .card:hover{
    animation: card_up;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);


}
@keyframes card_up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}

.chart {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper > .navbar-nav {
    background-color: #405189!important;
}
