/* GENERAL */
#body-outside {
    background: #1f165129;
    background-image: url("/img/ruka.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

#body-inside {
    background: #1f165129;
}

#body-inside.has-bg-img {
    background-image: url("/img/ruka.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.border-radius-20 {
    border-radius: 20px;
}

.w-30 {
    width: 33.3% !important;
}

.no-border {
    border: none !important;
}

.alert-info {
    color: #314257;
    background-color: #1baf8d5e;
    border-color: #1baf8d;
}

button.active-scanner {
    background: red !important;
    background-color: red !important;
}

.modal-content {
    max-height: 100vh;
    overflow: auto;
}
/* GENERAL END */

/* LOGIN FORM START */
#loginFormCard .form-group {
    position: relative;
    margin-bottom: 20px;
}

#loginFormCard input {
    width: 100%;
    padding: 5px 7px;
    border: 1px solid rgb(31 22 81);
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
    background-color: transparent;
}

#loginFormCard input.invalid {
    border-color: rgb(211, 47, 47);
}

#loginFormCard label {
    position: absolute;
    left: 10px;
    top: -10px;
    color: rgb(31 22 81);
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: rgb(244, 244, 244);
    padding: 0 5px;
}

#loginFormCard label.invalid {
    color: rgb(211, 47, 47);
}

#loginFormCard input:focus {
    outline-color: rgb(31 22 81);
}

#loginFormCard input.invalid:focus {
    outline-color: rgb(211, 47, 47);
}

#loginHeaderHolder {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 20px 24px 20px;
    margin-top: 16px;
}

#loginHeader {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.334;
    letter-spacing: 0em;
    color: rgb(31 22 81);
    font-size: 1.5rem;
}

#loginHeaderLeftLine {
    width: 2cm;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(31 22 81));
    height: 1px;
    margin-right: 50px;
}

#loginHeaderRightLine {
    width: 2cm;
    background: linear-gradient(to right, rgb(31 22 81), rgba(0, 0, 0, 0));
    height: 1px;
    margin-left: 50px;
}

#loginFormCard {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -3px,
        rgba(0, 0, 0, 0.14) 0px 10px 14px 1px,
        rgba(0, 0, 0, 0.12) 0px 4px 18px 3px;
    background-color: rgb(244, 244, 244);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    overflow: hidden;
}

#loginFormCardBody {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

#loginButton {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    background-color: rgb(31 22 81);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px,
        rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 24px 0px 16px;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.submitButton,
.custom-button {
    background-color: rgb(31 22 81);
    color: rgb(255, 255, 255);
}

.submitButton:hover,
.custom-button:hover {
    text-decoration: none;
    background-color: #1f1651a3;
}

#loginButton:hover {
    text-decoration: none;
    background-color: #1f1651a3;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px,
        rgba(0, 0, 0, 0.14) 0px 4px 5px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.login-error-mess {
    color: rgba(0, 0, 0, 0.6);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    text-align: left;
    margin: 4px 14px 0px;
    color: rgb(211, 47, 47);
}
/* LOGIN FORM END */

/* LOADER START */
.mainLoaderHolder {
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

.mainLoader {
    border: 8px solid #ced4da;
    border-top: 8px solid rgb(31 22 81);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

img.rotate {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* LOADER END */

/* SIDEBAR START */
.sidebar {
    box-shadow: none;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 280px;
    background-color: rgb(49, 66, 87);
    color: rgb(255, 255, 255);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1 0 auto;
    outline: 0px;
}

.sidebar::-webkit-scrollbar,
textarea::-webkit-scrollbar,
#pos-expires-this-month::-webkit-scrollbar,
#popis-expires-this-month::-webkit-scrollbar,
#kadrovi-expires-this-month::-webkit-scrollbar,
.modal-content::-webkit-scrollbar,
#document-connections-list-holder::-webkit-scrollbar,
.dt-scroll-body::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
#pos-expires-this-month::-webkit-scrollbar-track,
#popis-expires-this-month::-webkit-scrollbar-track,
#kadrovi-expires-this-month::-webkit-scrollbar-track,
.modal-content::-webkit-scrollbar-track,
#document-connections-list-holder::-webkit-scrollbar-track,
.dt-scroll-body::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 6px #ffffff;
}

.sidebar::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
#popis-expires-this-month::-webkit-scrollbar-thumb,
#kadrovi-expires-this-month::-webkit-scrollbar-thumb,
.modal-content::-webkit-scrollbar-thumb,
#document-connections-list-holder::-webkit-scrollbar-thumb,
.dt-scroll-body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px #1f1651;
    background-color: #1f1651;
}

.sidebar-item {
    cursor: pointer;
}

.sidebar a {
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    margin: 0px;
    height: 44px;
}

.sidebar a span {
    flex-shrink: 0;
    display: inline-flex;
    color: rgb(221, 221, 221);
    min-width: 35px;
}

.sidebar a span svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar a.active {
    background-color: rgba(27, 175, 141, 0.08);
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: rgba(27, 175, 141, 0.08);
    color: white;
}

#sidebarUserInfo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 8px;
    border-radius: 6px;
    background-color: rgb(49, 66, 87);
}

#sidebarUserCred {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

#sidebarUserCred .imageHolder {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}

#sidebarUserCred .imageHolder img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}

#sidebarUserCred h6 {
    margin: 0px 0px 0px 16px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.00938em;
    color: white;
    inline-size: 160px;
    overflow-wrap: break-word;
}

#sidebarUserInfo .userEmail {
    margin: 8px 0px 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: white;
    inline-size: 220px;
    overflow-wrap: break-word;
}

#document-content-holder {
    margin-left: 280px;
    margin-top: 65px;
    min-height: calc(100vh - 65px);
    padding: 20px;
    background: rgb(244, 244, 244);
}

#sidebar-logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: white;
    padding: 6.8px 20px;
}

#sidebar-logo-text {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: black;
    font-size: 1.4rem;
}

#toggleSidebarBtn {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.54);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 12px;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

#toggleSidebarBtn:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

#document-content-holder.hide-sidebar {
    margin-left: 0;
}

.sidebar.hide-sidebar {
    left: -280px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: sticky;
    }
    .sidebar a {
        float: left;
    }
    div.content {
        margin-left: 0;
    }

    .personal-info-tab {
        margin-bottom: 12px;
    }

    .fc-multimonth-month {
        margin-bottom: 20px;
    }

    .fc-today-button,
    .fc-prev-button,
    .fc-next-button {
        display: none !important;
    }

    #basic-img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}
/* SIDEBAR END */

/* NAV START */
#navbar-top {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    z-index: 10;
    height: 65px !important;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 32.5px 16px;
    width: 100vw;
    background: white;
    max-width: 100%;
}

.btn-custom-nav {
    background: #1f1651;
    color: white;
    padding: 2px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-custom-nav.active,
.btn-custom-nav:hover {
    color: #03b2e6 !important;
}

#navbar-top.hide-sidebar {
    width: 100vw;
}

#nav-avatar-holder {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

#nav-avatar-img-holder {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}

#nav-avatar-img-holder img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}

#nav-avatar-holder::after {
    display: none !important;
}

#nav-user-drop {
    background: #1f1651;
    border-radius: 6px;
}

#nav-user-drop .dropdown-item {
    background: #1f1651a6;
    color: white;
    border-radius: 6px;
}

#nav-user-drop .dropdown-item:hover {
    background-color: #1f165147;
    color: white;
}

/* NAV END */

/* DOCUMENT TABLE */
.document-filter-inp {
    width: 100%;
    background: rgb(255 255 255 / 80%);
    border: 1px solid transparent;
    border-radius: 6px;
    color: #2f4b5b;
    outline: none;
    margin: 6px 0px;
}

.document-filter-inp:focus {
    border-color: rgb(27, 175, 141);
    background-color: white;
}

#document-table * {
    text-align: left;
}

table {
    border-collapse: unset !important;
}

thead tr {
    background: #1f1651;
    color: white;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.dt-empty {
    text-align: center !important;
}

#document-table-holder .dt-search label {
    margin-right: 10px;
}

.dt-input {
    border-radius: 6px !important;
}

.dt-input:focus-visible {
    outline: none;
}

.dt-input:focus {
    border-color: rgb(27, 175, 141) !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button:hover {
    border-color: transparent !important;
    color: white !important;
    background-color: #1f1651 !important;
    background: #1f1651 !important;
    border-radius: 6px;
}

.show-eba-doc {
    color: rgb(27, 175, 141) !important;
    cursor: pointer;
}

#empty-content {
    height: calc(100vh - 105px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dt-scroll-headInner,
.table {
    width: 100% !important;
    max-width: 100vw !important;
}

table td {
    overflow-wrap: break-word;
    word-break: break-word;
    vertical-align: middle !important;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 0.5rem;
}
/* DOCUMENT TABLE END*/

#document-connections-list-holder {
    background: #314257;
    border-radius: 10px;
    position: fixed;
    right: 20px;
    top: 86px;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.connection-info-card {
    margin: 20px;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-connection {
    cursor: pointer;
    color: #314257;
}

.preview-connection.active,
.preview-connection:hover {
    color: #1baf8d;
}

#close-connection-preview:focus,
#minimize-connection-list:focus,
#expand-connection-list:focus {
    box-shadow: none !important;
}

#expand-connection-list {
    position: fixed;
    right: 20px;
    top: 86px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #314257;
    border: 3px solid #1baf8d;
    color: #dddddd;
}

.fc-daygrid-day-number {
    color: rgb(49, 66, 87);
    text-decoration: none;
}

.fc-daygrid-day-number:hover {
    color: rgb(49, 66, 87);
    text-decoration: none;
}

.fc .fc-col-header-cell-cushion {
    color: #1baf8d;
}

.fc .fc-col-header-cell-cushion:hover {
    color: #1baf8d;
    text-decoration: none;
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 0px 1.2em;
}

.fc .fc-multimonth {
    border: none;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(27 175 141 / 20%);
}

.fc .fc-button {
    padding: 1px 6px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    /* border: none !important; */
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #1f1651 !important;
    border: 1px solid #1f1651 !important;
}

#addresBookSearchModal .select2-container--default .select2-selection--single,
#modalCreateRequest .select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white !important;
}

#addresBookSearchModal
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
#modalCreateRequest
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444 !important;
}

.select2.select2-container.select2-container--default {
    margin: 0 !important;
    width: 100% !important;
}

#addresBookSearchModal .select2.select2-container.select2-container--default,
#modalCreateRequest .select2.select2-container.select2-container--default {
    width: 100% !important;
}

#personal-info-nav,
#requests-nav,
#travel-nav,
#adresar-nav {
    background: rgb(73 156 163 / 88%);
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

.personal-info-tab,
#createRequestBtn,
#addressBookSearch,
#createTravelBtn {
    background: #314257;
    padding: 2px 16px;
    border-radius: 8px;
    color: white;
    margin-right: 12px;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 6px 14px,
        rgba(0, 0, 0, 0.23) 0px 2px 2px;
    font-size: 1rem;
}

.personal-info-tab a {
    color: white;
    text-decoration: none;
}

.personal-info-tab:hover a,
.personal-info-tab a.active {
    color: #1baf8d;
}

dd,
dt {
    display: inline;
    margin: 0;
}

dd::after {
    content: "\a";
    white-space: pre;
}

#basic-img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
    border: 1px solid #314257;
}

.person-filter {
    max-width: 30%;
    padding: 0;
    height: auto;
    background: #314257;
    color: white;
    border-color: #314257;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 6px 14px,
        rgba(0, 0, 0, 0.23) 0px 2px 2px;
}

.person-filter:focus {
    color: white;
    background-color: #314257;
    border-color: #26af8d;
    outline: 0;
    box-shadow: none;
}

.filter-option {
    cursor: pointer;
}

.fc-event-main {
    cursor: pointer;
}

.modal-body .form-control:focus {
    border-color: #03b2e6;
    box-shadow: none;
}

.dt-action-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-width: 2px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.min-width-150 {
    min-width: 150px !important;
    width: 150px !important;
    max-width: 150px !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group-addon:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link {
    border: 1px solid #2f4b5b;
    display: block;
    float: none;
    padding: 1px;
    color: #2f4b5b;
    background: rgb(47 75 91 / 30%);
    font-weight: bold;
}

.fc .fc-multimonth-multicol .fc-daygrid-more-link:hover {
    text-decoration: none;
    color: #1baf8d;
    background: rgb(47 75 91 / 1);
}

.optionPickCard,
.optionPickCardModal {
    cursor: pointer;
    z-index: 3;
    border: 4px solid transparent;
    transition: 0.3s all;
}

.optionPickCard:hover,
.optionPickCardModal:hover {
    border: 4px solid #1f1651;
}

.second-menu {
    position: fixed;
    top: 65px;
    padding: 10px 14px;
    background: #1f1651;
    color: white;
    width: 100%;
    height: 60px !important;
    z-index: 9;
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #03b2e6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #03b2e6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    height: 26px;
    width: 52px;
}

.slider.round:before {
    border-radius: 50%;
}

.dt-container {
    margin-top: 120px;
    min-height: calc(100vh - 120px);
}

#pos-expires-this-month .dt-container,
#popis-expires-this-month .dt-container,
#kadrovi-expires-this-month .dt-container,
#modal-get-upotreba-info .dt-container,
#pos-expires-this-month .dt-layout-table,
#popis-expires-this-month .dt-layout-table,
#kadrovi-expires-this-month .dt-layout-table {
    margin: 0 !important;
    min-height: auto !important;
}

#modal-get-upotreba-info div.dt-container div.dt-layout-row {
    margin-top: 0 !important;
}

.stats-container {
    margin-top: 120px;
}

.inventory-filter-inp {
    width: 100%;
    background: rgb(255 255 255 / 80%);
    border: 1px solid transparent;
    border-radius: 6px;
    color: #2f4b5b;
    outline: none;
    margin: 6px 0px;
}

.inventory-filter-inp:focus {
    border-color: #03b2e6;
    background-color: white;
}

#table-top * {
    text-align: left;
}

.main-color-text {
    color: #1f1651 !important;
}

#note-holder {
    z-index: 9;
    position: fixed;
    top: 105px;
    background: white;
    min-height: 100px;
    width: 100%;
}

#buttons-holder {
    z-index: 9;
    position: fixed;
    top: 105px;
    background: white;
    min-height: 50px;
    width: 100%;
}

#buttons-holder button {
    flex-grow: 1;
}

#buttons-holder.with-note-in {
    top: 204px;
}

.with-note {
    margin-top: 204px;
}

.with-buttons {
    margin-top: 154px;
}

.with-note.with-buttons {
    margin-top: 254px !important;
}

.dt-layout-row:first-of-type {
    display: none !important;
}

.btn-primary {
    background-color: #03b2e6 !important;
    border-color: #03b2e6;
}

.main-color-text2 {
    color: #03b2e6 !important;
}

#modal-barcode-scanner,
.modal {
    z-index: 9999;
}

canvas.drawing,
canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

canvas,
video {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.modal-dialog.center {
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    width: 100%;
}

.swal2-container {
    z-index: 99999999999;
}

#modal-insert-inventory-item-qty,
#modal-get-item-control-info,
#modal-control-add-barcode,
#modal-change-fa-item-status,
#modal-recieve-item-qty,
#modal-issue-item-qty,
#modal-preview-map {
    background: #000000ab;
}

.button-icon {
    font-size: 26px;
}

.pointer-events-none,
.pointer-events-none * {
    pointer-events: none;
}

#settings-switches .switch,
#settings-switches-wms .switch {
    float: right;
}

#qr-scanner-container button,
#qr-scanner-container-add button,
#serial-qr-scanner-container button {
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    outline: none;
    border-radius: 0.25em;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #1f1651;
    transition: 0.3s background-color;
}

#qr-scanner-container button:hover {
    background-color: #008000;
}

#html5-qrcode-anchor-scan-type-change,
img[alt="Info icon"] {
    display: none !important;
}

#html5-qrcode-button-camera-start {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}

#html5-qrcode-button-camera-start::after {
    content: "Skeniraj";
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
}

#html5-qrcode-button-camera-stop {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}

#html5-qrcode-button-camera-stop::after {
    content: "Zaustavi skeniranje";
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.settings-tab {
    text-decoration: none;
    color: white;
    background: #1f1651;
    padding: 4px 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
}

.settings-tab a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

.settings-tab a.active {
    color: #03b2e6;
}

/* PLACHOLDER BOJA */
.form-control::-webkit-input-placeholder {
    color: #00000047;
}
.form-control:-moz-placeholder {
    color: #00000047;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #00000047;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #00000047;
}
.form-control::-ms-input-placeholder {
    color: #00000047;
}
.form-control::placeholder {
    color: #00000047;
}

.select2-dropdown {
    z-index: 99999;
}

#generated-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#add-new-item-to-inventory {
    position: sticky;
    bottom: 24px;
    left: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    border: 3px solid white;
}

.w-50px {
    max-width: 50px !important;
    width: 50px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.min-width-250 {
    min-width: 250px !important;
}

#mobile-nav-expand {
    display: none;
}

#desktop-nav-expand {
    display: block;
}

#mobile-nav-expand .dropdown-toggle::after {
    display: none !important;
}

@media only screen and (max-width: 700px) {
    #document-content-holder {
        margin: 0;
    }

    #navbar-top {
        z-index: 999;
    }

    #toggleSidebarBtn {
        display: none;
    }

    #sidebarUserInfo {
        display: none;
    }

    #empty-content .alert-info {
        width: 100% !important;
    }

    #mobile-nav-expand {
        display: block;
    }

    #desktop-nav-expand {
        display: none !important;
    }
}
