.cursor-pointer {
  cursor: pointer;
}

.modal-dialog.custom-modal-dialog {
  max-width: 55%;
  margin: auto;
}

#dataTable_wrapper .datatable td.text-upper {
  text-transform: uppercase;
}

#smart-datatable-wrapper .trailing.clear {
  cursor: pointer!important;
  pointer-events: all!important;
  width: 40px;
  height: 40px;

  &:focus {
    color: #3b71ca;
    outline: none;
  }
}

#dataTable_info {
  padding: 0;
  margin: 5px 10px;
}

.dataTable_paginator {
  min-height: 50px;
}

#dataTable_filter {
  display: none !important;
}

.datatable-select-wrapper label {
  display: flex !important;
  align-items: center;
}


@media screen and (min-width: 275px) {
  #main-sidenav {
    min-width: 275px;
  }
}

/* #main-sidenav {
  min-width: 275px;
} */

.nav-handle button {
  /* left: 50%;
  top: 20px;
  translate: -50%; */
  width: 25px;
  height: 25px;
}

.nav-handle button:hover {
  background-color: #B0BEC5;
}

.container {
	max-width: 1500px;
}

.w-50-100:not(.fixed-width) {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .w-50-100:not(.fixed-width) {
    width: 100%;
  }
}