.projektDetailsTableHeaderRow th:nth-child(1) { width: 17% }
.projektDetailsTableHeaderRow th:nth-child(2) { width: 16% }
.projektDetailsTableHeaderRow th:nth-child(3) { width: 9% }
.projektDetailsTableHeaderRow th:nth-child(4) { width: 19% }
.projektDetailsTableHeaderRow th:nth-child(5) { width: 19% }
.projektDetailsTableHeaderRow th:nth-child(6) { width: 20% }

.projektDetailsTable {
    margin: 15px !important;
}
.projektDiv {
    border: 1px solid #2c5fea38;
    width: 40%;
    margin-bottom: 20px;
}
.borderProjekti {
    border-bottom: 1px solid #2c5fea1a;
}
.read-table td, .read-table th {
    text-align: center !important;
}
.read-table td {
    font-weight: bold !important;
}
.croris-generated-table td, .croris-generated-table th {
    text-align: center !important;
}
.croris-generated-table .select2-selection__clear {
    z-index: 1000 !important;
    margin-right: 10px !important;
}
.croris-generated-table .select2-selection {
    min-width: 110px !important;
}
.croris-generated-table-td-valign-top {
    vertical-align: top !important;
}
.container-shadow {
    padding: 1rem 1rem 0.01rem 1rem;
    border-radius: 0.4rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.formCard {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 20px;
}
.dogadanja-table th:nth-child(1) { width: 70% !important }
.dogadanja-table th:nth-child(2) { width: 30% !important }
.dogadanja-table tr:nth-child(odd) {background-color: #F6F8FF !important;}