.modal .btn-close, .offcanvas .btn-close {
    color: #404040 !important;
    font-size:40px;
    font-weight: bold;
    margin-top:-30px;
}


.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.6), rgba(0, 0, 0, .6));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.6), rgba(0, 0, 0,.6));
  }
  
.btn.btn-icon.btn-sm {
  padding: 0.5em 1em !important;
}
.btn-primary.btn-sm {
  padding: 0.5em 1em !important;
}
.btn-table {
  width:36px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right:3px;
}
.form-select {
  -webkit-appearance: none;
}
.lweditform .form-control, 
.lweditform .form-select, 
.lweditform .tox .tox-edit-area__iframe {
  background-color: #f8f8f8 !important;
}
.lweditform > .row > div[class^="col-"],
.lweditform > .row > div > div[class^="col-"] {
  margin-bottom:1.2em;
}
.lweditform .form-checkbox {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  transform : scale(1.2);
}
.lweditform .form-checkbox[type=checkbox] {
    /*border-radius: .25em;*/
    height: 18px;
    width: 18px;
}
.form-label, .col-form-label {
  font-size: 1em;
}

.form-group .btn {
  min-width: 200px;
}

.btn.btn-sm i, .btn-group-sm>.btn i {
  font-size: 1.2em;
}

footer, footer a {
  color: #fff !important;
}
footer .text-muted {
  color: #f2f2f2 !important
}
.pagination {
  display:inline-block;
}
.pagination .page-item {
  display: inline-flex;
  margin: 0 5px 5px 0;
}
.page-item .page-link, .page-item span {
  margin:0;
}

.offcanvas p {
  font-size: 0.9em;
}

.tabledetails1 td:not(:first-child) {
  font-weight: bold;
}
.tabledetails1> :not(caption)>*>* {
  border-bottom-width: 0 !important;
}

a.badge:hover {
  color: #fff !important;
}

.tox-tinymce, div.invalid {
  border-radius: 0.5rem !important;
}

.alert-success {
  z-index: 999 !important;
}
.alert-danger {
  color: #fff;
}
.rounded-pill.h5 {
  font-size: 1.2rem !important;
  line-height: initial !important;
  color: #404040;
  font-weight: bolder !important;
}

.list-group.bg-secondary {
  background-color: rgba( 103, 116, 142 ,0.8) !important;
}
.list-group-item {
  background-color: transparent !important;
}
.list-group.bg-secondary .list-group-item .h4 {
  color: #fff !important;
}

.card-header h4 .far, .card-header h4 .fas,
.card-header h5 .far, .card-header h5 .fas,
.card-header h4 .oi {
  color: #cb0c9f;
}

pre {
  font-family: monospace, monospace; 
  line-height: 1.3; 
  background-color: rgba(255, 255, 238, 0.7); 
  border: 1px solid #aaaaaa; 
  padding: 1em; 
  white-space: pre-wrap; 
  overflow-x: hidden; 
  word-wrap: break-word; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
  border-bottom-right-radius: 5px; 
  border-bottom-left-radius: 5px; 
  -webkit-box-shadow: #c0c0c0 0px 0px 12px; 
  box-shadow: #c0c0c0 0px 0px 12px;
}

.badge-lg {
  padding: .85em 1.375em;
  font-size: 0.9em;
}

td.text-sm, td.text-sm p, td.text-sm div {
  font-size: 1em !important;
}

.validation-errors {
  display:none;
}

.hideMeAuto {
  animation: hideAnimation 0s ease-in 7s;
  animation-fill-mode: forwards;
}

@keyframes hideAnimation {
  to {
    visibility: hidden;
  }
}

.alert-success .alert-icon, .alert-success .alert-text,
.alert-warning .alert-icon, .alert-warning .alert-text {
  color: #fafafa !important;
}

.modal-body img {
  max-width: 100%;
}

.notifyalert {
  z-index:999999999;
}

.nav-item > .dropdown > ul.dropdown-menu {
  margin-top: -30px !important;
  margin-bottom: 0.5em;
}

.dropdown .dropdown-menu::before {
  left:15px !important;
}

.navbar-nav .dropdown-menu {
  position: relative !important;
}
.navbar-nav .dropdown-menu {
  display: none;
}
.navbar-nav .dropdown-menu.show {
  display: block !important;
}

input:disabled, select:disabled {
  border:0 !important;
  color: #111;
}

tr.jsgrid-row-item:has(td.row-disabled) {
  background-color: #f2f2f2;
}
.jsgrid-row-item > .row-disabled {
  background-color: #f2f2f2;
}

.form-date {
  min-width: 120px !important;
}


@media (max-width: 991px) {
    .dropdown:not(.nav-item) .dropdown:not(.show){
      display: none !important;
    }
}

.rz-html-editor-content {
  min-height: 150px;
}