/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18.11.2024, 08:43:56
    Author     : ICH
*/
body {
        font-family: system-ui, Open Sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
    } 
.tabulator-row-odd:hover { 
    background-color: #0d6efd !important; 
}  
.tabulator-row-even:hover { 
    background-color: #0d6efd !important;
}
.tabulator-row.tabulator-selected {
    background-color: #0d6efd;
}
.tabulator-edit-list-item {
  background: #444444;
}

.tabulator-toggle .tabulator-toggle-switch {
    background: #fff;
}
.tabulator-toggle {
    border-color: #fff;
}    
.tabulator .tabulator-footer {
    color:white;
}
.tabulator-popup-container {
    background: white;
}
.modal-header {
    margin-bottom: 10px;
}
.form-control {
    background: #494444;
    /*margin-top: -23px;*/
}
label {
    color:white !important;
}
textarea {
    background: #6c757d !important;
    color:white !important;
}
input {
    background: #6c757d !important;
    color:white !important;
}
select {
    color:white !important;
}
a {
    color: white;
}
/*select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}*/

select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.modal-content {
    background: #494444;
}

.openbtn {
    background:#fff;
    color:black;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
}

#drop-area {
    border: 2px dashed #ccc; /* Dashed border with a light gray color */
    padding: 50px; /* Add padding for better visibility */
    text-align: center; /* Center text horizontally */
    cursor: pointer; /* Set cursor to pointer to indicate interaction */
    background: lightgray;
    margin-left: 0;
    margin-right: 0;
  }

#drop-area.highlight {
    border-color: #007bff; /* Highlighted border color */
    background-color: #f0f8ff; /* Highlighted background color */
  }
  .tableMain {
      margin-top:-10vh;
  }
.material-symbols-outlined{
        vertical-align: bottom;
    }
.navbar {
    border-bottom-color: #80808040;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-bottom: 1.5rem;
    .form-control {
        margin-top: unset;
        color:black !important;
        background:white !important;
    }
}  
.active-link {
    border-style: solid;
    border-color: #0d6efd;
    border-bottom-width: medium;  
}
.nav-item {
    margin-top: auto;
    margin-bottom: auto;
} 
.box {
  width: 300px;
  height: 200px;
  background-color: black;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 15px 15px lightgrey;
  height: 20vh;
  width: 80vw;
  z-index: 10;
  position: absolute;
}
.box-header {
  color: #fff;
  background-color: dodgerblue;
  padding: 10px 15px;
}
.box-body {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.drag-handle {
  cursor: pointer;
}
.dragging{
  cursor: move !important;
}
.box-header {
  color: #515457;
    background-color: #dedfdf;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-weight: bolder;
    height: 40px;
}
.drag-handle {
  cursor: pointer;
} 
.row {
    margin-bottom: .2rem;
}
.col-form-label {
    font-weight: 500;
}    