html {
    font-size: 12px;
}

.navbar-nav {
    padding-left: 5px;
    padding-right: 5px;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.container {
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid {
    margin-top: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer_prikaz {
    text-align: left;
    position: absolute;
    bottom: 10px;
}

.table-condensed {
    font-size: 10px;
}

.table-bordered {
    font-size: 10px;
}

.border {
    border: 2px dashed #ccc;
}

.imgHolder {
    position: relative;
}

span.imgholder {
    background-color: aliceblue;
    position: absolute;
    font-size: 18px;
    left: -15px;
    top: -15px;
    margin-left: 1px;
    border: 1px solid black;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ddikona {
    height: 105px;
    width: 145px;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    margin: 2px;
}

.ikona {
    object-fit: cover;
    width: 138px;
    height: 100px;
    overflow: hidden;
}

.ddtlocrt {
    height: 300px;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    margin: 2px;
}

.tlocrt {
    object-fit: cover;
    height: 280px;
    overflow: hidden;
}

.padtop3 {
    padding-top: 3px;
}

.hand {
    cursor: pointer;
}

.hoverselect:hover {
    background-color: rgb(150, 150, 150);
}

.hidden {
    display: none;
}

input[type=number] {
    text-align: right;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nopad {
    padding: 0 !important;
    margin: 0 !important;
}

.over {
    border: 3px dotted #666;
}

.drag-element {
    border: 3px solid #666;
    background-color: #ddd;
    border-radius: .5em;
    padding: 10px;
    cursor: move;
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

.main {
    padding: 0px 10px;
    background-repeat: no-repeat;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form {
        margin-top: 80%;
    }

    .register-form {
        margin-top: 20%;
    }
}

.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2 {
    font-weight: 300;
}

.btn-black {
    background-color: #000 !important;
    color: #fff;
}

.custom-file-drop-zone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    position: relative;
    height: 5rem;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: border-color 0.3s, background-color 0.3s;
}

.custom-file-drop-zone:hover {
    border-color: #888;
    background-color: #f0f0f0;
}

.custom-file-drop-zone.dragover {
    border-color: #007bff;
    background-color: #e6f0ff;
}

.file-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.file-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 5rem;
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    z-index: 1;
    pointer-events: none;
}