@import "style.css";
@import "./fulcalendar.css";

#genelmodal.modal:target {
  display: inline-block;
  opacity: 1;
}

.table-bordered-ozel tr {
  height: auto !important;
}

.table-bordered-ozel tr td {
  border: none !important;
}

.table-bordered-ozel tr td.border-td {
  border-bottom: solid 1px #333 !important;
  height: auto !important;
  ;
}

@media print {

  .sidebar.sidebar-offcanvas,
  .navbar,
  .print-none {
    display: none !important;
  }

  table {
    width: 100% !important;
  }

  table,
  table tr td hr {
    border: solid 0.5px #333 !important;
  }
}

.max-width-50 {
  display: inline-block;
  width: 500px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.w-100 {
  width: 100% !important;
}

form {
  position: relative !important;
}

.loadingSpinner {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  z-index: 1000;
  /* Diğer her şeyin üzerinde olsun */
  background: rgba(255, 255, 255, 0.8);
  /* Hafif şeffaf arkaplan */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.loadingSpinner img {
  width: 50px;
  height: 50px;
}

.file-controller {
  position: relative;
}

.file-controller input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}

.sortable {
  padding: 0px;
  margin: 0px;
}

.sortable li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px;
  border: dashed 1px #ccc;
}

.pagetion a,
.pagetion strong {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #CCC;
  color: #FFF;
  font-size: 16px;
}

.pagetion strong {
  background-color: #900;
}

#musterigiris:target {
  display: inline-block !important;
}

table tr td{
  padding: 10px;
  border:solid 1px #333;
}