.iconTools{
    margin-right: 5px;
}
table.dataTable tr td{
    height: 35px;
    padding: .75rem 1.25rem !important;
}
table.dataTable tbody tr:nth-child(odd){
    background-color: #edf2f7;
    color: black;
}
table.dataTable tbody tr:nth-child(even){
    background-color: white;
    color: black;
}
table.dataTable.no-footer {
    border-bottom: 1px solid black !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid white !important;
}

td {
    height: 150px;
    font-size: 14px;
}

tr {
    height: 60px;
    cursor: pointer;
}
.fc-daygrid-day{
    height: auto !important;
}
.updateIkona{
    font-size: 25px;
    color: orange;
    cursor: pointer;
}
.updateNotification{
    font-size: 25px;
    color: green;
    cursor: pointer;
}
.brisanjeIkona{
    font-size: 25px;
    color: darkred;
    margin-left: 5px;
    cursor: pointer;
}

.form-check label{
    cursor: pointer;
}
.form-check input{
    cursor: pointer;
}
.dropdown-extraLarge{
    right: -5px;
    width: 500px !important;
    max-height: 524px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.miniIcon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}
.nav-item2 a{
    line-height: 45px !important;
}
#calendar{
   height: calc(100vh - 215px) !important
}
#table_id_length select{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 80px;
}
#table_id_length select:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
#table_id_filter input{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#table_id_filter input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.select2-container .select2-selection--single{
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--ct-input-border-color) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px !important;
}
.select2-search__field{
    text-indent: 1px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 50px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #4a81d4 !important;
    border: 1px solid #4a81d4 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
}
.dt-buttons{
    padding-left: 10px;
    display: inline-block;
}
.correct{
    font-size: 23px;
    color: green;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ededed6e !important;
    opacity: 1;
}

.incorrect{
    font-size: 23px;
    color: darkred;
}
.loader {
    position: absolute;
    left: 55%;
    top: 57%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loaderPanel{
    background-color: white;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 180px;
    margin: -76px 0 0 -76px;
    border-radius: 15px;
}
.removeButton{
    border: none !important;
    background-color: transparent;
}

.select2-search__field{
    outline: -webkit-focus-ring-color auto 0px !important;
}

table.dataTable tbody tr.selected {
    background-color: #b0bed9 !important;
}
.btn-success:disabled{
    opacity: 1;
}

#usloviTabela tr{
    height: auto !important;
}
#usloviTabela td{
    height: auto !important;
}

input[type=search] { 	
    text-indent: 22px;
}
.circle{
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(3px);
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 600px) {
    #buttonsDiv{
        display: none;
    }
    #selectDiv {
        display: grid !important;
    }
    .boxKlasa{
        margin-right: 0;
    }
    .text-line{
        font-size: 12px;
    }
    .iconHome{
        font-size: 14px;
    }
    .arrowRight{
        font-size: 15px;
    }
    .notification{
        display: none;
    }
    .buttonsTable{
        display: block;
    }
    #tabulator-print{
        width: 150px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .btn-outline-secondary{
        width: 150px;
    }
    .items-center {
        align-items: baseline;
    }
    .dark-mode-switcher{
        align-items: center;
    }
    .wrapper{
        overflow: hidden;
    }
}