html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

.custmMultiSelect .dropdown-menu {
    max-height: 150px !important;
    max-width: 150px !important;
    overflow-y: auto !important;
    scrollbar-width: none;
}

#user_list_filter, #EquipementListtable_filter, #ManageEquipmentList_filter, #ManageProductList_filter {
    margin-bottom: 0.5%;
}

.equipment-name {
    max-width: 20rem;
    width: auto;
    white-space: normal;
    overflow-wrap: break-word;
}

.equipment-name1 {
    max-width: 7rem;
    white-space: normal;
    overflow-wrap: break-word;
}

.equipment-name2 {
    max-width: 20rem;
    white-space: normal;
    overflow-wrap: break-word;
}

.displaynone {
    display: none;
}

#dt-length-0 {
    margin-right: 10px;
}

.cstm-backbutton {
    background: orangered;
    padding: 10px;
    border-radius: 5px;
    color: wheat;
    font-weight: bold;
}

input[type="radio"]:disabled {
    -webkit-appearance: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 1px;
    background-clip: content-box;
    border: 1.5px solid #bbbbbb;
    background-color: white;
    border-radius: 50%;
    margin-top: 5px;
}

input[type="radio"]:checked {
    background-color: #286bb1;
    border-color: #286bb1;
}