﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html{
    scroll-behavior: smooth;
}
body{
    font-family: Arial;
}
hr {
    background-color: #d4d4d4
}
.select2-container{
    z-index: 100000;
}
.tox-tinymce {
    margin-top: 60px !important;
}
.dark-mode .list-group-item h5 {
    color: #fff;
}
.dark-mode .list-group-item h6 {
    color: #fff;
}
.dark-mode .list-group-item h4 {
    color: #fff;
}
.dark-mode .list-group-item h3 {
    color: #fff;
}

.form-control.error {
    border: 1px solid red !important;
    color: black;
}

.error {
    color: red !important;
}

label.error {
    position: relative;
    top: -10px;
}

.bg-lightblue2 {
    background-color: #badfff;
}

.border-rounded {
    border-radius: 1rem !important;
}

.text-primary:hover{
    text-decoration: underline;
}
.table > tbody > tr > td {
    vertical-align: middle !important;
}

.centriraj{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.darkTableRow {
    background-color: #e6e6e6;
}

.stavkaFolder:hover{
    transform:  translateY(-5px);
}

.fakturaInput {
    width: 100%;
    padding: 5px;
}

.stavkeContainer{
    display: flex;
}

.djoleContainer {
    width: 100%;
    background-color: #292929;
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.djoleContainer2 {
    width: 100%;
    background-color: #292929;
    padding-top: 3%;
    min-height: 2000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

.stavkaFolder{
    background-color: aliceblue; 
    display: flex;
    margin-bottom: 3%;
    transition: 0.5s ease;
    border-radius: 20px;
    will-change: transform;
}

.darkFont {
    color: #9c9c9c;
    transition: 0.5s ease;
    font-family: Arial;
    will-change: transform;
}

.lightFont {
    color: black;
    transition: 0.5s ease;
    font-family: Arial;
    will-change: transform;
}

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}*/
#bulletinContainer {
    height: calc(100% - 42px);
}

.bulletinItem {
    position: absolute;
    overflow: auto;
}

.bulletinItem img {
    max-width: 100%;
    height: auto;
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
        box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
        box-shadow: 0 0 0 10px rgba(244,157,22, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
        box-shadow: 0 0 0 0 rgba(244,157,22, 0);
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
#strelica{
    visibility: hidden;
    transition: 0.3s;
    -webkit-transform: scale(0);
}
#zgradaContainer:hover > #strelica{
    visibility: visible;
    -webkit-transform: scale(1);
}


/* The switch - the box around the slider */
.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}