#loginbx {
    background-color: white;
    box-shadow: 2px 2px 14px 0px;
    padding: 40px;
    width: 260px;
    transition: 1s ease all;
}

.userbox {
    height: 50px;
    padding: 14px;
    opacity: 1;

    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    background-color: #ffffff;
    color: #242424;

    transition: background-color 0.2s ease-out, opacity 0.3s ease, transform 0.3s ease;
}

.userbox:hover {
    background-color: #dbdbdb;
}

.userbox.myhidden {
    opacity: 0;
    transform: translate(-50px);
}

body {
    background-color: #f1f1f1;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.dashboardbutton {
    background-color: white;
    box-shadow: darkgrey 2px 4px 9px;
    border-radius: 5px;
    padding: 30px;
    margin: 11px;
    max-width: 400px;
    cursor: pointer;

    transition: all ease 0.3s;
}

.dashboardbutton:hover {
    transform: scale(1.06, 1.06);
}

.dashboardbutton.logout {
    background-color: #d62c1a;
    color: white;
    margin-top: 70px;
}

.cbtn {
    background-color: #f1f1f1;
    border: #e6e6e6 groove 2px;
    color: black;
    padding: 15px 32px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: all ease 0.5s;
}

.cbtn.collapsed {
    background-color: #c3c3c3;
    border: none;
}

/* For the table */
table.mytable {
    min-width: 900px;
    filter: blur(0px);
    transition: all ease 1s;
}

tr.lighter {
    background-color: white;
}

tr.darker {
    background-color: #f5f5f5;
}

table.mytable > tbody > tr:hover {
    background-color: #d3edff;
}

/* For the category row */
td.categorytd {
    text-align: center;
    font-size: 24px;
}

table.mytable > tbody > tr.categoryrow:nth-of-type(odd) {
    background-color: transparent;
}

table.mytable > tbody > tr.categoryrow:nth-of-type(even) {
    background-color: transparent;
}

table.mytable > tbody > tr.categoryrow:hover {
    background-color: transparent;
}

table.mytable.loading {
    filter: blur(5px);
}

.lockedRow {
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: #d2cfff !important;
    opacity: 0.5;
}

.tecajRemove {
    margin-left: -10px;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.tecajRemove:hover {
    transform: scale(1.4);
}

button.filterbtn:hover {
    color: #000000;
    background-color: #cecece;
}

button.filterbtn:focus {
    color: #000000;
}

.secondary {
    background-color: #ffffd1;
}

.zbirnik {
    margin-top: 10px;
    width: 250px;
}

#jumboMonthPicker {
    background-color: #252525;
    color: white;
}

div.container-outer {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

div.monthView {
    color: black;
    display: inline-block;
    cursor: pointer;
    background-color: white;
    width: 150px;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin: 10px;
    box-shadow: 4px 1px 20px black;

    transition: all ease 0.4s;
}

div.monthView:hover {
    transform: scale(1.07, 1.07);
}

div.monthView.selected {
    background-color: #464646;
}

div.monthView.selected h5 {
    color: white;
    font-weight: bold;
}

div.monthView.selected h4 {
    color: white;
}

div.monthView h5 {
    color: #b7b7b7;
    font-weight: bold;
}

#mesecnatabela,
table.zbirnikdob {
    filter: blur(0px);
    transition: all ease 0.5s;
    overflow: auto;
}
#mesecnatabela.loading,
table.zbirnikdob.loading {
    filter: blur(5px);
    pointer-events: none;
}

table.uretab > tbody > tr > th {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    background-color: lightgray;
}
table.uretab > tbody > tr > td {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    min-width: 60px;
}
table.uretab > tbody > tr.highlighted > td {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    background-color: #fff696;
}
table.uretab > tbody > tr > td.noteditable {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    background-color: #cacaca;
}

table.uretab > tbody > tr > td.hidethis {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    background-color: #cacaca;
}
table.uretab > tbody > tr#zbirnikrow > td,
table.uretab > tbody > tr#zbirnikrow2 > td {
    border: 1px solid #6b6b6b;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-color: #ffcf96;
}
table.uretab > tbody > tr > th.leftborder {
    border-left: 3px solid black;
}
table.uretab > tbody > tr > td.leftborder {
    border-left: 3px solid black;
}
table.uretab > tbody > tr > th.rightborder {
    border-right: 3px solid black;
}
table.uretab > tbody > tr > td.rightborder {
    border-right: 3px solid black;
}
table.uretab > tbody > tr > td.editable div {
    display: inline-block;
}
table.uretab > tbody > tr > td.editable div[contenteditable] {
    min-width: 30px;
    min-height: 100%;
}
table.uretab > tbody > tr > td.kandidat {
    text-align: left;
}

button.itemRemove {
    transition: all ease 0.3s;
}
button.itemRemove:hover {
    transform: scale(1.3, 1.3);
}

#saveChangesBtn {
    filter: grayscale(1);
    pointer-events: none;
    opacity: 0.4;

    transition: all ease 0.5s;
}

#saveChangesBtn.highlight {
    filter: grayscale(0);
    pointer-events: all;
    transform: scale(1.1, 1.1);
    opacity: 1;
}

div.da {
    display: inline-block;
    text-align: center;
    align-self: center;

    background: url('../assets/icons/checked.png') no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;

    width: 25px;
    height: 25px;
}

div.ne {
    display: inline-block;
    text-align: center;
    align-self: center;

    background: url('../assets/icons/cancel.png') no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;

    width: 25px;
    height: 25px;
}

table.zbirniktable {
    width: 100%;
    max-width: 1500px;
}
table.zbirniktable th {
    border: black 1px solid;
    padding: 5px;
    text-align: center;
    background-color: #cccccc;
}
table.zbirniktable td {
    border: black 1px solid;
    padding: 5px;
    text-align: center;
    min-width: 30px;
}
table.zbirniktable td.total {
    background-color: #ffcece;
    font-weight: bold;
}

div.zbirnikdiv {
    padding: 20px;
}

.table-bordered.zbirnikdob > tbody > tr > td {
    border: 1px solid black;
    background-color: white;
}
.table.zbirnikdob > thead:first-child > tr:first-child > th {
    border: 1px solid black;
}

td.zbirnikkolicina {
    background-color: #cff5ff;
}
td.zbirnikcena {
    background-color: #cfffc9;
}
td.total.zbirnikkolicina {
    background-color: #cff5ff !important;
}
td.total.zbirnikcena {
    background-color: #cfffc9 !important;
}

.table-bordered.zbirnikdob > tbody > tr > td.KT {
    min-width: 100px;
    max-width: 100px;
}

.table-bordered.zbirnikdob > tbody > tr > td.KT > div {
    width: 100%;
}

button#saveKTChangesBtn {
    pointer-events: all;
    filter: grayscale(0);
    opacity: 1;
    transition: all ease 0.4s;
}
button#saveKTChangesBtn.locked {
    pointer-events: none;
    filter: grayscale(1);
    transform: scale(0.9, 0.9);
    opacity: 0.4;
}

div.filteredList {
}
div.kandidatentry {
    text-align: left;
    padding: 12px 0px 12px 30px;
    border-bottom: #cacaca 1px solid;

    background-color: transparent;
    transition: all ease 0.2s;
}
div.kandidatentry:hover {
    background-color: #dedede;
    cursor: pointer;
}

@media (min-width: 700px) {
    #candidateList {
        position: absolute;
        width: 300px;
        height: 100px;

        background-color: white;
        box-shadow: #a7a7a7 0px 7px 20px;
        top: 50px;
        z-index: 100;
        overflow: auto;

        transition: all ease 0.5s;
        opacity: 0;
        transform-origin: 0 0;
        visibility: hidden;
    }
}
@media (max-width: 699px) {
    #candidateList {
        position: absolute;
        width: 300px;
        height: 100px;

        background-color: white;
        box-shadow: #a7a7a7 0px 7px 20px;
        top: 50px;
        z-index: 100;
        overflow: auto;

        transition: all ease 0.5s;
        opacity: 0;
        transform-origin: 0 0;

        visibility: hidden;
    }
}

#candidateList.vis {
    opacity: 1;
    height: 400px;
    transform: scale(1, 1);

    visibility: visible;
    pointer-events: all;
}
#candidateList.locked {
    pointer-events: none;
    background-color: #ffc8ca;
    visibility: hidden;
}

#insKandidat.selected {
    background-color: #9cff90;
}

table.uspesnostZbirnik td {
    padding: 10px;
    border: black solid 1px;
}
table.uspesnostZbirnik th {
    padding: 10px;
    border: black solid 1px;
    background-color: #ffd10087;
}
td.prc {
    background-color: #fffbd4;
    min-width: 80px !important;
}
td.prc2 {
    background-color: #ffdf84;
}

.invis {
    pointer-events: none;
    opacity: 0.4;
}

div.imecontainer {
    background-color: white;
    padding: 15px 20px 20px 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    min-width: 240px;
    box-shadow: #bbbbbb -2px 0px 15px 0px;
    transition: 0.2s ease all;
}

div.imecontainer.loading {
    color: #b7b7b7;
}

.bold {
    font-weight: bold;
}

.lockedbtn {
    opacity: 0.6;
    pointer-events: none;
    transition: ease all 0.3s;
}

/* Slider */
input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.8px 0;
}
input[type='range']:focus {
    outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #007dd5;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 4, 84, 0);
}
input[type='range']::-webkit-slider-thumb {
    box-shadow: 0px 0px 2.2px #000031, 0px 0px 0px #00004b;
    border: 1px solid #000000;
    height: 36px;
    width: 21px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type='range']:focus::-webkit-slider-runnable-track {
    background: #007dd5;
}
input[type='range']::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #007dd5;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 4, 84, 0);
}
input[type='range']::-moz-range-thumb {
    box-shadow: 0px 0px 2.2px #000031, 0px 0px 0px #00004b;
    border: 1px solid #000000;
    height: 36px;
    width: 21px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type='range']::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type='range']::-ms-fill-lower {
    background: #007dd5;
    border: 0.2px solid rgba(1, 4, 84, 0);
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type='range']::-ms-fill-upper {
    background: #007dd5;
    border: 0.2px solid rgba(1, 4, 84, 0);
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type='range']::-ms-thumb {
    box-shadow: 0px 0px 2.2px #000031, 0px 0px 0px #00004b;
    border: 1px solid #000000;
    height: 36px;
    width: 21px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}
input[type='range']:focus::-ms-fill-lower {
    background: #007dd5;
}
input[type='range']:focus::-ms-fill-upper {
    background: #007dd5;
}
/* End of Slider */

.imecontainer.locked {
    pointer-events: none;
    opacity: 0.3;
}

#placilourlist {
    overflow: auto;
    height: 340px;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding-right: 28px;
}

.placilourbox {
    position: relative;
    transition: 1s ease all;
    box-shadow: #bbbbbb 1px 1px 20px;
    margin: 10px 0px 10px 15px;
    background-color: white;
    border-radius: 5px;
    max-width: 400px;
    text-align: left;
    padding: 20px;
    width: 100%;
    height: 110px;
}
.placilourbox .price,
.placilourbox .ure,
.placilourbox .opomba,
.placilourbox .datum {
    display: inline-block;
}
.placilourbox .opomba {
    position: absolute;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: auto;
    left: 19px;
    top: 47px;
}

.placilourbox .datum {
    position: absolute;
    top: 85px;
    left: 19px;
}

.placilourbox .ure {
    position: absolute;
    color: #d0d0d0;
    top: 85px;
    left: 50%;
}
.placilourbox .price span {
    font-size: 20px;
    font-weight: bold;
}
.placilourbox .ure span {
    color: #66bdac;
    font-weight: bold;
}

.placilourbox .datum {
    color: #b5b5b5;
}
.placilourbox .popust {
    color: #747474;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.placilourbox .deletebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 0px 5px 0px 5px;

    transition: 0.3s ease all;
    background-color: #ff9191;
}
.placilourbox .deletebtn:hover {
    cursor: pointer;
    background-color: red;
}
.placilourbox.locked {
    transform: scale(0.96, 0.96);
    pointer-events: none;
    opacity: 0.5;
}
.placilourbox.deleting {
    padding: 0px;
    margin: 0px;
    height: 0px;
    opacity: 0;
}

#cenaura {
    font-weight: bold;
}

.placiloinfo {
    display: inline-block;
}
#t-neplure-cena-actual {
    color: #d0d0d0;
}
#t-neplure-cena,
#t-plure-cena-actual {
    color: #00ab89;
    font-weight: bold;
}
#t-neplure-cena-actual {
    color: #d0d0d0;
}

#po,
#kats {
    max-width: 600px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e6e6e6;
    border: #b9b9b9 1px solid;
}
#kats div,
#po div {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    margin: 2px;
    min-width: 50px;
    background-color: white;
    border: #d4d4d4 1px solid;
    transition: all ease 0.3s;
}

#kats div:hover,
#po div:hover {
    background-color: #d4d4d4;
    cursor: pointer;
}

#kats div.toggled,
#po div.toggled {
    color: white;
    background-color: #4a4a4a;
}

div.isad {
    max-width: 600px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e6e6e6;
    border: #b9b9b9 1px solid;
}

/* CLASSES FOR SEZNAM KANDIDATOV */
#kanditable {
    transition: ease all 0.4s;
}
#kanditable.loading {
    pointer-events: none;
    filter: blur(5px);
}
#kanditable .item {
    position: relative;
    width: 100%;
    margin: 8px;
    height: 50px;
    min-width: 500px;
    padding: 14px 45px;
    border-radius: 5px;
    background-color: white;
    box-shadow: #d4d4d4 -1px 1px 20px;
    transition: ease all 0.4s;
}
#kanditable .item:hover {
    cursor: pointer;
}
#kanditable .item.opened {
    height: 150px;
}
#kanditable .item .txtKat {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 35px;
    color: white;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    border-radius: 5px 0px 0px 5px;
}
#kanditable .item .importantinfo {
    text-align: left;
}
#kanditable .item .placiloinfo {
    position: absolute;
    text-align: left;
    opacity: 0;
    top: 45px;
    left: 275px;

    transition: ease all 0.3s;

    background-color: #eaeaea;
    padding: 10px;
    border-radius: 5px;
}
#kanditable .item .placiloinfo:hover {
    background-color: #bfbfbf;
}
#kanditable .item .extrainfo {
    position: absolute;
    text-align: left;
    opacity: 0;
    top: 45px;

    transition: ease all 0.3s;
}
#kanditable .item .buttons {
    position: absolute;
    right: 0;

    opacity: 0;
    text-align: right;
    pointer-events: none;
    visibility: hidden;
    transition: ease all 0.3s;
}

#kanditable .item.opened .extrainfo,
#kanditable .item.opened .placiloinfo,
#kanditable .item.opened .buttons {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}
#kanditable .importantinfo div {
    display: inline-block;
}
#kanditable .importantinfo .name {
    min-width: 190px;
    font-weight: bold;
}
#kanditable .importantinfo .reg {
    min-width: 60px;
    color: #989898;
}
#kanditable .importantinfo .owner {
    min-width: 150px;
}
#kanditable .importantinfo .lokacija {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 50px;
    height: 25px;
    text-align: right;
    color: gray;
}
#kanditable .importantinfo .uspesen {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 25px;
    border-radius: 0px 5px 0px;

    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    color: white;
}

#kanditable .extrainfo .kontakt {
    margin-top: 2px;
    color: #9e9e9e;
}

#kanditable .extrainfo .vrstaosebe {
    font-weight: bold;
    margin-top: 10px;
    color: gray;
}

#kanditable .placiloinfo span {
    font-weight: bold;
}
#kanditable .buttons .dolg {
    display: inline-block;
    text-align: center;
    width: 95px;
    color: #a7a7a7;
    margin-top: 5px;
}
#kanditable .buttons .dolg span:after {
    content: ' €';
}

#kats.lockedRow,
#po.lockedRow,
.isad.lockedRow {
    background-color: inherit !important;
}

.extrainfo a {
    color: gray;
}
.extrainfo a:hover {
    text-decoration: underline;
    color: dodgerblue;
}

#placilatable .item {
    position: relative;
    width: 100%;
    margin: 8px;
    min-width: 280px;
    max-width: 950px;
    padding: 14px 45px;
    border-radius: 5px;
    background-color: white;
    box-shadow: #d4d4d4 -1px 1px 20px;
    transition: ease all 0.4s;
    text-align: left;
}
#placilatable .item:hover {
    cursor: pointer;
}

#placilatable .item .txtKat {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 35px;
    color: white;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    border-radius: 5px 0px 0px 5px;
}
#placilatable .item .importantinfo {
    margin-left: 80px;
}
#placilatable .importantinfo,
#placilatable .importantinfo div,
#placilatable .plinfo,
#placilatable .plinfo div {
    display: inline-block;
}
#placilatable .importantinfo .name {
    min-width: 190px;
    font-weight: bold;
}
#placilatable .importantinfo .reg {
    min-width: 60px;
    color: #989898;
}
#placilatable .importantinfo .owner {
    min-width: 150px;
}
#placilatable .importantinfo .lokacija {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 50px;
    height: 25px;
    text-align: right;
    color: gray;
}
#placilatable .plinfo {
    position: absolute;
    height: 100%;
    padding: 5px 10px;
    top: 0px;
    left: 35px;
    width: 80px;
    background-color: #fff084;
}
#placilatable .plinfo .plcena {
    font-weight: bold;
}
#placilatable .plinfo .plcena:after {
    content: ' €';
}
#placilatable .plinfo .plstur {
    color: #a59739;
}
#placilatable .plinfo .plstur:after {
    content: ' ur';
}
#placilatable .importantinfo .popust {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 70px;
    height: 25px;
    text-align: right;
    color: #afafaf;
}
#placilatable .importantinfo .popust:after {
    content: '%';
}
#placilatable .importantinfo .popust:before {
    content: '- ';
}
.isad input[type='checkbox'] {
    transform: scale(1.3);
    margin: 8px 2px;
}

div.borderBox {
    display: inline-block;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #dce4ec;
}

div.dropdownmenu {
    position: absolute;
    top: 48px;
    z-index: 10;
    max-width: calc(100% + 30px);
    min-width: 100px;
    overflow: auto;
    background: white;
    border-radius: 5px;
    box-shadow: -2px 3px 19px #a7a7a7;
}

div.dropdownmenu div {
    white-space: nowrap;
    padding: 5px;
    text-align: left;
    user-select: none;
}

div.dropdownmenu div:hover {
    background: #e0e0e0;
    cursor: pointer;
}

.stats {
    display: block;
    min-width: 400px;
}

.predprijava {
    display: flex;
    background: white;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.24);
    padding: 10px 12px;
    margin: 6px 0;
    border-radius: 5px;
}

.predprijava .name {
    flex: 1;
    padding: 0 10px;
    display: inline-block;
}

.predprijava .contact {
    flex: 1;
    opacity: 0.6;
    padding: 0 5px;
    display: inline-block;
}

.predprijava .category {
    width: 26px;
    display: inline-block;
}

.predprijava .category .badge {
    border-radius: 20px;
    background: #5050ff;
    color: white;
    font-weight: bold;
    padding: 7px 1px;
    height: 25px;
    width: 25px;
    font-size: 12px;
    text-align: center;
}

.predprijava .created {
    width: 160px;
    padding: 0 7px;
    display: inline-block;
}

.predprijava .delete {
    width: 30px;
    border: none;
    background: none;
    display: inline-block;
    transition: 0.4s ease all;
    transform: scale(1);
}

.predprijava .delete:hover {
    transform: scale(1.2);
}

.predprijava.disabled {
    user-select: none;
    pointer-events: none;
    opacity: 0.2;
}
