.container{
    width: 100%!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

#delSalabamDiv-id-1{
  display:none;
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(85, 85, 85, 0.12);
  color: rgba(255, 125, 44, 0.82);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrollTop:hover{
  color: rgba(85, 85, 85, 0.42);
  background-color: rgba(255, 125, 44, 0.38);
}

.enabledButton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.disabledButton {
  background-color: #d81200;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.errorButton {
  background-color: #ff8300;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.addButton {
  background-color: #1aa0ff;
  border: none;
  color: white;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.gGrid{
  width: 100%;
}

.dragscroll{
  overflow-x: scroll;
  overflow: scroll;
  cursor: grab;
  cursor : -o-grab;
  cursor : -moz-grab;
  cursor : -webkit-grab;
}

.pagination li{
  display: inline-block !important;
  width: 45px;
}

.success{
  color: green;
}

.alert{
  color: red;
}

.notice{
    color: blue;
}

.warning{
    color: orange;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panelaccordion {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.blplus, .blfire, .blsuspend{
  cursor: pointer;
}

.autoform-extra{
    margin-top:10px;
}

.center {
    margin: 0 auto;
    width: 50%;
}

.hide{
    display:none;
}

.selectable-selected{
    background-color: rgba(0, 255, 49, 0.33) !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.switchVariable{

}

.ui-tooltip{
  opacity: 0.9;
}

.red{
  color:red;
}

.green{
  color:green;
}

td.highlight {
  background-color: whitesmoke!important;
}

#gridTable tr.even {
  background-color: #EBF2F8;
}

/* SELECT-TO-AUTOCOMPLETE */
.custom-combobox {
  position: relative;
  display: inline-block;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
/* select-to-autocomplete */

.limb10 > li{
 margin-bottom: 10px;
}

table.dataTable span.highlight {
  background-color: #FFFF88;
  border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
  background-color: #ffcc99;
  border-radius: 0.28571429rem;
}

#openInModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#openInModalContent {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  z-index: 10001;
}

.nobullets {
  list-style-type: none;
}

.autoselect {
  max-width: 80%;
}

/* Multi-column autoForm equal height rows */
.form-group.autoform-row-multi {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.form-group.autoform-row-multi > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.form-group.autoform-row-multi > [class*="col-"] > label {
  flex-shrink: 0;
}

.form-group.autoform-row-multi > [class*="col-"] > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Multi-column sForm equal height rows */
.sform-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.sform-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Horizontal label-input layout for sForm fields */
.sform-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  gap: 8px;
}

.sform-field > .label {
  flex-shrink: 0;
  min-width: 80px;
  text-align: right;
  margin-top: 6px;
}

.sform-field > .sform-input {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sform-field > .sform-input input,
.sform-field > .sform-input select {
  flex: 1;
  min-width: 0;
}

/* Checkbox inputs should not stretch to keep them close to labels*/
.sform-field > .sform-input input[type="checkbox"] {
  flex: none;
  width: auto;
}

.label-default {
  text-transform: uppercase;
}

/* JSON Editor fields in sForm - label above, full width */
.sform-field:has([id$="_jsonedtr"]) {
  flex-direction: column;
  align-items: stretch;
}

.sform-field:has([id$="_jsonedtr"]) > .label {
  text-align: left;
  margin-bottom: 4px;
  margin-top: 0;
}

.sform-field:has([id$="_jsonedtr"]) > .sform-input {
  width: 100%;
}

.sform-field:has([id$="_jsonedtr"]) > .sform-input > div[id$="_jsonedtr"] {
  width: 100%;
}

/* Icon Button - style icon links as buttons */
.icon-btn {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 2px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  font-size: 0.85em;
  transition: all 0.15s ease-in-out;
}

.icon-btn:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #212529;
  text-decoration: none;
}

.icon-btn:active {
  background-color: #dee2e6;
}

.icon-btn .glyphicon {
  margin-left: 4px;
}