﻿img {
    max-width: 100%;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.language-switch {
    display: inline-block;
    list-style: none;
    margin: 4px 0;
    padding: 0;
    vertical-align: middle;
}

html.fixed .sidebar-left .nano-content {
    width: 100%;
}

.dropdown-first-section {
    margin: 0;
}

.custpad {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-first-section h3 {
    font-size: 17px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.column-options-container {
    display: none;
    position: fixed;
}

    .column-options-container.open {
        /*display: block;*/
        z-index: 100000;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .column-options-container > .card-body {
        transform: translate(-50%, -50%);
        width: 550px;
        left: 50%;
        top: 50%;
        position: fixed;
        max-width: 100%;
        z-index: 99999;
    }

    .column-options-container .table-details-body {
        height: 300px;
        overflow: auto;
    }

    .column-options-container .options-container-buttons {
        padding: 15px;
        display: flex;
        align-items: center;
        border-top: 1px solid #dddddd;
    }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

table.dataTable input[type="checkbox"],
table.dataTable .checkbox-container {
    pointer-events: none;
}

table.dataTable thead .checkbox-container {
    pointer-events: all;
}

.table-edit {
    font-size: 12px;
}

    .table-edit th {
        padding: 5px;
    }

    .table-edit td {
        padding: 5px;
   
    }

    .table-edit tr:first-child {
        border-top: 0;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}


.table-cell-wrap {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
}

.table-edit thead th {
    vertical-align: bottom;
    border-bottom: 0;
}

.table-edit tr {
    cursor: pointer;
}

.highlight {
    color: black;
    background-color: lightsteelblue !important;
    padding: 0;
}

.table:not(.non-hoverable) tbody tr:hover {
    background-color: rgb(176, 196, 222, 0.6) !important;
}

.body-sign .card-sign .card-title-sign .title {
    font-family: Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.tab-content {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.nice-select .list {
    margin-bottom: 0;
    max-height: 150px;
    overflow: auto;
    padding-top: 0;
}

.nice-select:focus,
.nice-select:focus-within,
.nice-select:active {
    outline: 1px solid #ccc;
    outline-offset: 2px;
}

.up-down {
    list-style-type: none;
    font-size: 15px;
}

.up, .down {
    cursor: pointer;
}

    .up:after {
        content: '△';
    }

    .up:hover:after {
        content: '▲';
    }

    .down:after {
        content: '▽';
    }

    .down:hover:after {
        content: '▼';
    }


.text-width span {
    max-width: 100px;
}

.updownbtn {
    font-size: 15px;
}

.header-text {
    color: #a1a5a9;
}

/*.admin-localizer-edit-word {
    cursor: pointer;
}

    .admin-localizer-edit-word i {
        pointer-events: none;
    }*/

.translations-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100001;
}

.translate-editor-btn,
.toggle-translate-editor-btn {
    display: flex;
    width: 50px;
    height: 50px;
    background: #000;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    border-right: none;
}

    .translate-editor-btn.active {
        background: #ccc;
        color: #000;
    }

.column-options-container .checkbox-container[disabled="disabled"] {
    pointer-events: none;
    opacity: .5;
}

table.dataTable thead th:not(.js-select-all) {
    position: relative;
    padding-right: 21px !important;
    padding-left: 21px !important;
    font-weight: 500;
    background: #eeeded;
    white-space: nowrap;
}

table.dataTable thead th.js-select-all,
table.dataTable thead th.select-column {
    padding-right: 5px !important;
    background: #eeeded;
    max-width: 35px !important;
    min-width: 35px !important;
}

/*table.dataTable thead th:not(.js-select-all):not(.select-column):before,
table.dataTable thead th:not(.js-select-all):not(.select-column):after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    height: 100%;
    top: 0;
    display: contents;
    justify-content: center;
    align-items: center;
    line-height: 1;
}*/

table.dataTable thead th:not(.js-select-all):not(.select-column):before,
table.dataTable thead th:not(.js-select-all):not(.select-column):after {
    position: absolute;
    right: 0;
    opacity: 60%;
}


/*table.dataTable thead th:not(.js-select-all):not(.select-column):before {
    right: 1em;
    content: "\2191";
}

table.dataTable thead th:not(.js-select-all):not(.select-column):after {
    right: 0.5em;
    content: "\2193";
}*/

/*
table.dataTable thead th:not(.js-select-all):not(.select-column):before,
table.dataTable thead th:not(.js-select-all):not(.select-column):after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}*/

table.dataTable:not(.nosorttable) thead th:not(.js-select-all):not(.select-column):before {
    right: 1em;
    content: "\2191";
    bottom: 10%;
}

table.dataTable:not(.nosorttable) thead th:not(.js-select-all):not(.select-column):after {
    right: 0.5em;
    content: "\2193";
    bottom: 10%;
}


table.dataTable thead th[data-sort="asc"]:not(.js-select-all):not(.select-column):before {
    opacity: 1;
}

table.dataTable thead th[data-sort="desc"]:not(.js-select-all):not(.select-column):after {
    opacity: 1;
}

.nice-select .current {
    pointer-events: none;
}

.nice-select.dropup-container ul.list.dropup {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px;
}

.sidebar-right-toggle {
    pointer-events: none;
}

.menu-btn.active {
    filter: brightness(120%);
    /*    color: #000 ;*/
}

.menu-btn .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

    .menu-btn .dropdown-menu a {
        cursor: pointer;
        padding: 7px 10px;
    }

.nice-select .option {
    white-space: normal;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 0;
    min-height: 30px;
    white-space: nowrap;
}

.nice-select.open .list{
    width: auto;
    min-width: 100px;
}

/*.key-con {
    width: 25%;
    padding: 15px;
    border: 1px solid #eee;
}*/

/*#wordsToTranslateCon {
    display: flex;
    flex-wrap: wrap;
}*/

#wordsToTranslateCon {
    max-height: 550px;
    overflow: auto;
}

#translateWordPopup .modal-header h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#translateWordPopup .translations-header,
#wordsToTranslateCon .key-con {
    display: flex;
}

    #translateWordPopup .translations-header > div,
    #wordsToTranslateCon .key-con > div {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
    }

        #translateWordPopup .translations-header > div:last-child,
        #wordsToTranslateCon .key-con > div:last-child {
            width: 70px;
            min-width: 70px;
            max-width: 70px;
        }

        #translateWordPopup .translations-header > div:first-child,
        #wordsToTranslateCon .key-con > div:first-child {
            width: 200px;
            min-width: 200px;
            max-width: 200px;
        }

    #translateWordPopup .translations-header > div {
        font-weight: bold;
        font-size: 16px;
        background: #ddd;
        color: #000;
    }

        #wordsToTranslateCon .key-con .form-group {
            margin-bottom: 0;
        }

    .toast {
        opacity: 1 !important;
    }

.menu-tabs.nav-tabs,
.menu-tabs.nav-tabs li .nav-link {
    border-radius: 10px;
}

.gc-tabs2 .menu-tabs.nav-tabs,
.gc-tabs2 .menu-tabs.nav-tabs li .nav-link,
.gc-tabs2 .menu-tabs.nav-tabs li .nav-link.menu-tab {
}


/*OMAROVE PIZDARIJE*/
.menu-tabs.nav-tabs li .nav-link.menu-tab {
    border: none;
    color: black;
    background: none;
    line-height: 35px;
    vertical-align: central
}

.menu-tabs.nav-tabs li.active {
    border-bottom: 4px solid #0088CC;
    color: #0088CC;
}

    .menu-tabs.nav-tabs li.active .nav-link.menu-tab {
        color: #0088CC;
    }


.disabledTab {
    pointer-events: none;
}

    .disabledTab a {
        color: #add4ff !important;
    }

    .disabledTab .active a {
        color: #0088cc !important;
    }


.selectConstruction-label {
    border: none;
    padding: 5px 15px;
    font-size: 12px;
    background: transparent;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    line-height: 1;
}

.selectConstruction-label2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-decoration-color: rgb(0, 136, 204);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    color: #0088CC;
}

.card-letters {
    color: #212529;
    font-size: 12px;
}

.notifications .notification-menu {
    width: 315px;
}

.change-organization-sidebar-widget {
    width: 300px;
    background: #1D2127;
    padding-top: 15px;
    padding-left: 30px;
}

.sidebar-widget.widget-tasks.change-organization-sidebar-widget ul li a {
    margin: 0;
    padding-left: 30px;
    margin-left: -30px;
}

.sidebar-widget.widget-tasks.change-organization-sidebar-widget ul li:before {
    left: -20px;
}


.sidebar-widget.widget-tasks.change-organization-sidebar-widget h6 {
    cursor: pointer;
}

.share-ci-main-con {
    margin: 0 -15px;
    max-height: 500px;
    overflow: auto;
}

    .share-ci-main-con .share-wt-con,
    .share-ci-main-con > p {
        padding-left: 15px;
        padding-right: 15px;
    }

.share-contract-items-con {
    padding-left: 15px;
}

.share-ci-main-con .checkbox-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.share-wt-con > .checkbox-container {
    font-weight: bold;
}

html body .ui-widget.ui-widget-content.ui-datepicker {
    font-family: 'Arial';
    font-size: 16px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev,
    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next {
        width: 40px;
        height: 100%;
        top: 0;
        cursor: pointer;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-next {
        right: 0;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-state-hover,
    html body .ui-widget.ui-widget-content.ui-datepicker .ui-widget-content .ui-state-hover,
    html body .ui-widget.ui-widget-content.ui-datepicker .ui-widget-header .ui-state-hover {
        border: none;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-title {
        margin: 0 40px;
        text-align: center;
        font-size: 14px;
        line-height: 1;
        padding: 10px 0;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker table,
    html body .ui-widget.ui-widget-content.ui-datepicker td span,
    html body .ui-widget.ui-widget-content.ui-datepicker td a {
        font-size: 13px;
        text-align: center;
    }

        html body .ui-widget.ui-widget-content.ui-datepicker td a.ui-state-hover {
            border: 1px solid #cccccc;
            background: #cccccc;
            color: #000;
        }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar {
        display: flex;
        padding: 0 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

        html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar * {
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
        }

        html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar,
        html body .ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar tbody {
            flex-direction: column;
        }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-state-highlight {
        color: #000000;
        border: 1px solid #cacaca;
        background: #cacaca;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker .ui-state-active,
    html body .ui-widget.ui-widget-content.ui-datepicker td a.ui-state-hover {
        border: 1px solid #0088cc;
        background: #0088cc;
        color: #fff;
    }

    html body .ui-widget.ui-widget-content.ui-datepicker ui-state-default.ui-state-highlight.ui-state-active.ui-state-hover {
        border: 1px solid #0088cc;
        background: #0088cc;
        color: #fff;
    }

.change-company {
    width: 100%;
    position: absolute;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #0088CC;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #0088CC;
}

.nice-select-search.nice-select .list {
    padding-top: 0;
    margin-top: 53px;
}

.dropzone {
    border: none;
    border-image: none;
    background: #fff;
    /*    padding: 0;*/
}

    .dropzone.dz-drag-hover {
        border: 1px dashed #0088CC;
    }

.nice-select .current {
    pointer-events: all;
}

.form-700 .form-group {
    position: relative;
}

.field-validation-error {
    z-index: 1000;
}

    .field-validation-error:before {
        content: '\f12a';
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        border: 1px solid red;
        color: red;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
    }

    .field-validation-error > span {
        position: absolute;
        bottom: 35px;
        background: rgba(0, 0, 0, .4);
        color: #fff;
        display: block;
        padding: 5px 10px;
        max-width: 200px;
        left: calc(100% - 30px);
        min-width: 190px;
        display: none !important;
    }

        .field-validation-error > span:before {
            content: '';
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid rgba(0, 0, 0, .4);
            position: absolute;
            bottom: -8px;
            left: 7px;
        }

    .field-validation-error:hover span {
        display: block !important;
    }

.nice-select + .field-validation-error:before {
    right: 25px;
}

.add-new-cat + .field-validation-error:before {
    right: 45px;
}

.add-new-cat + .field-validation-error > span {
    left: calc(100% - 70px);
}

.field-validation-valid > span {
    display: none;
}

.small-input .field-validation-error:before,
.form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg)[type="number"] {
    right: calc(50% - 45px);
}

.modal-header h5 {
    margin: 0;
    line-height: 1.5rem;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.js-add-search-input .nice-select {
    min-width: 150px;
}

.project-overview-card h5 {
    margin-top: 0;
}
.project-overview-card card-header {
    padding: 0px !important;
}

.project-overview-card label {
    margin-bottom: 0;
    font-weight: bold;
}

.project-overview-card p {
    margin-bottom: 10px;
}

    .project-overview-card p:last-child {
        margin-bottom: 0;
    }

.dataTables_wrapper table.dataTable tr:nth-child(even) {
    background: #f2f6f8;
}

.dataTables_wrapper table.dataTable th .checkmark {
    background: #fff;
}

.dataTables_wrapper table.dataTable th .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

.page-header {
    display:flex;
    background: #ecedf0;
}

    .page-header h2 {
        color: black;
        border-bottom-color: #2f3139
    }

    .page-header h6 {
        color: black;
        border-bottom-color: #2f3139;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: inline-block;
        float: left;
        height: 50px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 50px;
        margin: 0 0 0 -1px;
        padding: 0 22px 0 20px;
    }

.tree-header {
    display: flex;
    padding: 10px;
    background: #eeeded;
    
}

.view-details-search-input {
    padding: 0 15px;
    border: 1px solid #cbcbcb;
    outline: none;
    border-radius: 0.25rem;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    float: none;
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    line-height: 30px;
    box-shadow: none !important;
    padding: 0 10px;
    width: 100%;
}

.view-details-header {
    background: #eeeded;
    font-weight: 500;
    font-size: 12px;
    color: #212529;
}

.viewdetails-checkbox-row {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

    .viewdetails-checkbox-row:last-child {
        border-bottom: none;
    }

.viewdetails-moveup,
viewdetails-movedown {
    padding: 0 5px;
    margin: 0 5px;
}

.modal-footer > :not(:first-child) {
    margin-left: 0;
}

.acs-tickets-list-header,
.acs-ticket-con {
    display: flex;
    font-size: 12px;
}

    .acs-tickets-list-header > div,
    .acs-ticket-con > div {
        width: 100%;
        padding: 5px;
        border: 1px solid #dee2e6;
        color: #212529;
    }

.acs-tickets-header-div.acs-header-title,
.acs-ticket-div.acs-ticket-title {
    min-width: 400px;
}

.acs-tickets-list-header > div:first-child,
.acs-ticket-con > div:first-child {
    min-width: 35px;
    max-width: 35px;
}

.acs-tickets-list-header {
    font-weight: 500;
    background: #eeeded;
}

.tickets-main-con {
    border: 1px solid #dee2e6;
}

.acs-tickets-list-header > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left-width: 0;
    text-align: center;
}

.acs-ticket-con > div {
    border-bottom-width: 0;
    border-left-width: 0;
    pointer-events: none;
}

    .acs-ticket-con > div:last-child {
        border-right-width: 0;
    }

.acs-tickets-list .acs-ticket-con:first-child > div {
    border-top-width: 0;
}

.acs-ticket-con {
    cursor: pointer;
}

    .acs-ticket-con:nth-child(even) {
        background: #f2f6f8;
    }

    .acs-ticket-con:hover {
        background-color: rgba(176, 196, 222, 0.6);
    }

.acs-tickets-header-div .acs-checkmark {
    background: #fff;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.tickets-pagination .pagination,
.ticket-statuses-pagination .pagination,
.ticket-categories-pagination .pagination {
    margin-top: 10px !important;
}

.acs-no-tickets-message {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.acs-ticket-view-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .acs-ticket-view-details .acs-ticket-comments {
        width: 100%;
    }

    .acs-ticket-view-details .acs-ticket-info {
        width: calc(100% - 300px);
        padding-right: 10px;
        border-right: 1px solid #ccc;
        overflow: auto;
    }

    .acs-ticket-view-details .acs-ticket-other-info {
        width: 300px;
        padding-left: 10px;
    }

    .acs-ticket-view-details .acs-ticket-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000;
        padding: 5px;
    }

    .acs-ticket-view-details .acs-ticket-created-date {
        margin-bottom: 20px;
        font-style: italic;
        color: #ccc;
    }

    .acs-ticket-view-details .acs-ticket-description {
        padding: 5px;
        padding-bottom: 15px;
        color: #000;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .acs-ticket-view-details .acs-ticket-new-comment-label {
        color: #ccc;
        font-size: 13px;
        width: 100%;
        display: none;
    }

#viewTicketDetailsModal .card-body,
#createTicketModal .card-body {
    max-height: 600px;
    overflow: auto;
}

.acs-ticket-view-details .acs-ticket-other-info > div:not(:last-child) {
    margin-bottom: 10px;
}

.acs-ticket-view-details .acs-ticket-other-info > div > b {
    display: block;
    margin-bottom: 5px;
}

.acs-ticket-view-details .acs-ticket-comments-label {
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
    display: none;
}

.acs-ticket-comment-by,
.acs-ticket-comment-date {
    display: inline-block;
    margin-bottom: 10px;
    font-style: italic;
    color: #ccc;
    color: #313131;
    font-weight: bold;
}

    .acs-ticket-comment-date:before {
        content: ' - ';
    }

.acs-ticket-comment:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.acs-ticket-comment-content p {
    margin-bottom: 5px;
}

.acs-ticket-attachments {
    display: flex;
    margin-bottom: 15px;
}

    .acs-ticket-attachments .acs-ticket-attachment {
        border: 1px solid #ccc;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 10px;
        margin-right: 10px;
        background: #fff;
        flex-direction: column;
        cursor: pointer;
    }

        .acs-ticket-attachments .acs-ticket-attachment *{
            pointer-events: none;
        }

        .acs-ticket-attachments .acs-attachment-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 25px;
            margin-top: auto;
            width: 100%;
            padding: 0 5px;
            line-height: 25px;
        }

    .acs-ticket-attachments .acs-file-preview{
        height: calc(100% - 25px);
        font-weight: bold;
        font-size: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.acs-ticket-view-details .acs-ticket-title:hover,
.acs-ticket-view-details .acs-ticket-description:hover {
    background: #ddd;
}

.acs-ticket-view-details .acs-ticket-description.editing:hover {
    background: transparent;
}

.acs-ticket-view-details .acs-ticket-title:focus-visible {
    outline: 1px dashed #ccc;
    background: #ddd;
}

.ticket-details {
    overflow: hidden;
}

.acs-new-ticket-comment-textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ececec;
    outline: none;
    border-radius: 0.25rem;
    min-height: 30px;
    height: 30px;
    max-height: 30px;
    padding-left: 15px;
}

.acs-ticket-new-comment {
    margin-bottom: 15px;
}

#ticketPrioritySelect + .nice-select,
#ticketStatusSelect + .nice-select,
#ticketCategoriesSelect + .nice-select,
#assignedToSelect + .nice-select,
.acs-ticket-due-date .form-control.datepicker {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    line-height: 30px;
}

    #ticketPrioritySelect + .nice-select span,
    #ticketStatusSelect + .nice-select span,
    #ticketCategoriesSelect + .nice-select span,
    #assignedToSelect + .nice-select span {
        line-height: 10px !important;
        padding: 0;
        line-height: 30px !important;
        background: transparent !important;
        vertical-align: middle;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

#ticketNewAttachment{
    display: none;
}

.menu-btn[for="ticketNewAttachment"]{
    border-right: none;
    margin-bottom: 0;
}

.attach-ticket-files{
    margin-bottom: 15px;
}

#projectModal .modal-lg .form-700,
#contractModal .modal-lg .form-700 {
    max-width: 100%;
}

    #projectModal .modal-lg .form-700 .form-group.small-input .form-control:not(.form-control-sm):not(.form-control-lg),
    #contractModal .modal-lg .form-700 .form-group.small-input .form-control:not(.form-control-sm):not(.form-control-lg),
    #projectModal .modal-lg .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg)[type="number"],
    #contractModal .modal-lg .form-700 .form-group .form-control:not(.form-control-sm):not(.form-control-lg)[type="number"] {
        width: 100% !important;
    }

    #projectModal .modal-lg .form-700 .form-group label,
    #contractModal .modal-lg .form-700 .form-group label {
        width: 140px;
    }




.action-link {
    color: black !important;
    text-decoration: none;
}
    .action-link:hover {
        text-decoration: underline !important;
        color: var(--primary-color) !important;
        cursor: pointer;
    }

.col-small{
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}

.acs-ticket-form.acs-ticket-status-form,
.acs-ticket-form.acs-ticket-category-form {
    display: block;
    margin: 0;
}

.materials-construction-select {
    margin-top: 10px;
}

#mediaGallery #tabGallery{
    width: 100%;
}


/*WIDGETS*/




.widget-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.widget{
    min-width: 32% !important;
}


.widget-loader {
    width: 20px;
    height: 20px;
    border: 5px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.notifications .notification-menu .content {
    max-height: 300px;
    overflow: auto;
    padding: 0;
}

.notification-menu li {
    margin: 0;
    padding: 5px 0;
}

.notification-unclosed {
    background: #f1f1f1;
}

.modal .form-700{
    max-width: 100%;
}

.form-700 .form-group.iw-120 .form-control:not(.form-control-sm):not(.form-control-lg) {
    width: 120px !important;
}

.form-700 .form-group.iw-120.w-50p .form-control:not(.form-control-sm):not(.form-control-lg) {
    width: 52px !important;
}

.form-700 .form-group.iw-100p .form-control:not(.form-control-sm):not(.form-control-lg),
.form-700 .form-group.iw-100p .form-control:not(.form-control-sm):not(.form-control-lg) {
    width: 100% !important;
}

/*.form-700 .form-group.iw-120,
.form-700 .form-group.iw-120,
.form-700 .form-group.iw-100p,
.form-700 .form-group.iw-100p {
    height: calc(100% - 15px);
}*/

.form-700 .form-group.iw-120:last-child,
.form-700 .form-group.iw-120:last-of-type,
.form-700 .form-group.iw-100p:last-child,
.form-700 .form-group.iw-100p:last-of-type {
    margin-bottom: 15px;
}

.form-700 .form-group.iw-120 + span,
.form-700 .form-group.iw-100p + span {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-700 .form-group.w-30{
    width: 30px;
}

.slide-toggler{
    cursor: pointer;
}

.elementRow:hover .remove {
    color: red;
    visibility: visible;
}

.wb-first-col {
    max-width: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-book-row {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}

.table-filter-trigger {
    padding: 0 5px;
    color: var(--primary-color);
    opacity: .3;
    position: absolute;
    left: 0;
    bottom: 5px;
}

    .table-filter-trigger.has-filter{
        opacity: 1;
    }

.table-filter-form {
    background: #fff;
    padding: 10px;
    position: fixed;
    z-index: 100;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    cursor: initial;
    width: 185px;
    display: none;
    box-sizing: border-box;
}

.table-filter-form.open{
    display: block;
}

.table-filter-form hr{
    margin: 5px 0 5px 0;
}

    .table-filter-form .form-group{
        margin-bottom: 10px;
    }

        .table-filter-form .form-group .form-control:not(.form-control-sm):not(.form-control-lg),
        .table-filter-form .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
            height: 30px;
            min-height: 30px;
            max-height: 30px;
            font-size: 12px;
            line-height: 30px;
        }

.table-details-body .form-group .form-control:not(.form-control-sm):not(.form-control-lg),
.table-details-body .form-group .form-control:not(.form-control-sm):not(.form-control-lg).nice-select {
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    font-size: 10px;
    line-height: 25px;
}

.viewdetails-checkbox-row .row div {
    display: flex;
    align-items: center;
}

.table-filter-form .menu-btn{
    font-size: 10px;
}

.tff-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    display: block;
    position: fixed;
}

.datepicker.datepicker-dropdown {
    z-index: 10002 !important;
}

.modal .form-700 .card-body{
    padding: 15px;
}

/*.position-static {
    width:0% !important;
}*/

.nice-select:focus, .nice-select:focus-within, .nice-select:active {
    outline: none;
    border-color: #ccc;
}

input {
    box-sizing: border-box !important;
}

tr.details + tr,
tr.details + tr td{
    box-sizing: border-box;
}

.fixed-table-header{
    z-index: 1000 !important;
}

.dropdown-menu .dropdown-item {
    padding: 10px;
    font-size: 13px;
}

.modal-header,
.modal-footer {
    padding: 1rem 1rem;
}

table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px;
    border-top-color: #ddd;
}


.save-button-loader {
    margin-right:3px;
    width: 10px;
    height: 10px;
    border: 3px solid #FFF;
    border-bottom-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.dataTables_scrollHead tr{
    display: flex;
}


.select2-results {
    display: block;
    max-height: 30vh;
    /* max-height: 100px; */
    overflow-y: scroll !important;
}


.map {
    width: 100%;
    height: 600px;
}


#map:focus {
    outline: #4A74A8 solid 0.15em;
}

@supports (-moz-appearance:none) {
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background: #BDBDBD;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6E6E6E;
    }
}


.policy p {
    color: black;
    margin: 0px;
}



.label-unactive:not(.label-delete-type):not(.label-processed-type)::before {
    content: "Neaktivni";
}

.label-unactive.label-delete-type::before {
    content: "Obrisani";
}

.label-unactive.label-processed-type::before {
    content: "Obrađeni";
}

.notification-menu .message {
    color: #514e4e;
    display: block;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    padding: 0;
}
.notification-menu .time {
    color: #ADADAD;
    display: block;
    font-size: 11.2px;
    font-size: 0.7rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    padding: 0;
}


.badge-green {
    background: #2ba92b;
    color: #FFF;
}



html.dark .checkbox-green input[type="checkbox"]:checked + label:after,
.checkbox-green input[type="checkbox"]:checked + label:after {
    color: #fff;
}

html.dark .checkbox-green label:before,
.checkbox-green label:before {
    background: #2ba92b;
    border-color: darkgreen;
}

html.dark .checkbox-text-green input[type="checkbox"]:checked + label:after,
.checkbox-text-green input[type="checkbox"]:checked + label:after {
    color: #2ba92b;
}

/*@media only screen and (max-width: 1630px) {
    .page-header.small-screen{
        display: inline-table !important;
    }

    .nav.small-screen {
        margin-bottom: 0px !important;
    }

    .content-body.small-screen {
        margin-top: 1.5rem !important;
    }
}*/


.dataTables_scrollBody {
    max-height: 50vh !important;
}

.notification_content {
    padding: 0.5rem !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/*.table-empty-col{
    width: 100% !important;
}*/



.open-link:hover {
    color: #0088CC;
}

.open-link {
    cursor: pointer;
}

.dashboard-link-options {
    position: absolute;
    right: 20px;
}

@media (max-width: 1138px) {
    /* Hide the element on screens smaller than 768px (typically mobile devices) */
    .dashboard-link-options {
        display: none !important;
    }


}


@media (max-width: 400px) {
    /* Hide the element on screens smaller than 768px (typically mobile devices) */
    .dashboard-link-options {
        display: none !important;
    }

    
}


.dashboard-filer-row{
    display:flex;
}

@media (max-width: 1600px) {
    .dashboard-filer-row {
        display: initial;
    }
}

@media (max-width: 1600px) {
    .special-filter-cooperator {
        position: initial !important;
    }
}


.modal-card-body {
    max-height: 75vh;
    overflow-y: scroll;
}


.disabled-menu-btn {
    pointer-events: none !important;
    opacity: .5;
}



.call-history-container {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.call-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.call-icon {
    font-size: 24px;
    margin-right: 10px;
}

.call-info {
    display: flex;
    flex-direction: column;
}

.phone-number {
    font-weight: bold;
    margin: 0;
}

.call-time {
    font-size: 12px;
    color: gray;
}



