@font-face {
  font-family: "FontAwesome";
  src: url("./themes/default/assets/fonts/icons.ttf");
  src: url("./themes/default/assets/fonts/icons.woff") format("woff");
}
@font-face {
  font-family: "rsu";
  src: url("./assets/fonts/RSU_Regular.ttf");
}

h1,
h2,
h3,
h4,
h5,
p,
a,
label,
span,
.ui.button,
.ui.menu .ui.dropdown .menu > .item,
.ui.dropdown > .text,
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.input input {
  font-family: "rsu" !important;
  /* line-height: normal; */
}

p,
label,
div {
  font-size: 16px;
}
.ui.checkbox {
  font-size: 16px !important;
}

.react-pagination-table {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  margin: auto;
}

.react-pagination-table > .table > .table-header > tr > th {
  font-size: 18px;
  width: 200px;
}

.react-pagination-table > table > tbody > tr > td {
  font-size: 14px;
  width: auto;
  text-align: center;
  word-wrap: break-word;
  padding: 12px 10px;
}

.react-pagination-table__sub-title {
  float: right;
}

.react-pagination-table__title,
.react-pagination-table__sub-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: 100;
  padding: 20px 20px 10px;
}

.react-pagination-table__header {
  background: #e8e8e8;
}

.react-pagination-table__table {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgb(17, 4, 4);
}

.pagination-status {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  font-size: 18px;
}

.pagination-status__item {
  display: inline;
}

.pagination-status .pagination-status__btn {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-left: -1px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination-status .pagination-status__btn:focus {
  outline: none;
}

.pagination-status .pagination-status__btn--active,
.pagination-status .pagination-status__btn:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: pointer;
  padding: 10px 20px;
}

.pagination-status .pagination-status__btn--disable,
.pagination-status .pagination-status__btn--disable:hover {
  color: #d0d0d0;
  cursor: default;
  border-color: #d0d0d0;
  background-color: #fff;
}

.ui.card.cardFullWidth {
  width: 100%;
  margin: 0;
  line-height: 24px;
}

.displayFlex {
  display: flex;
}

.margin0 {
  margin: 0 !important;
}

.errors,
.invalidEmailType {
  color: red;
}

.progress {
  background-color: #ccc;
  width: 100%;
  /* height: 10px; */
}

.progress-bar {
  height: 100%;
  float: left;
  text-align: center;
  display: Grid;
  align-items: center;
}

.ui.button.toggle.active.colorActive {
  background: blue !important;
}

input[type="file"] {
  width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
}

.ui.menu .dropdown.item .menu {
  min-width: max-content;
}

td.button-action button.ui.button,
td.button-action a.ui.button {
  padding-left: 11px;
  padding-right: 11px;
  margin: 2px;
}

td.button-action .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
  margin: 0;
}

ul.pagination {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.page-item.active a.page-link {
  color: #445565 !important;
  background-color: #e3e7eb !important;
  border-color: #ced4da !important;
}

ul.pagination a.page-link {
  padding: 0.75rem 1rem;
  min-width: 3.5rem;
  text-align: center;
  box-shadow: none !important;
  border-color: #ced4da !important;
  color: #6b88a4;
  font-weight: 900;
  font-size: 1rem;
}

ul.pagination a.page-link:hover {
  background-color: #f4f4f4;
}

.ui.secondary.menu .item,
.ui.secondary.menu .active.item {
  color: #fff;
}

#menuHover:hover {
  color: #fff;
  background-color: #445565;
}

#lastMenuHover:hover {
  border-radius: 5px !important;
  color: #fff;
  background-color: #445565;
}

.ui.active.dimmer {
  position: fixed;
}

.border {
  border: 1px solid;
  padding: 10px !important;
  border-radius: 30px;
}

input.ant-calendar-input {
  pointer-events: none;
}

.ant-calendar-input-wrap {
  display: none;
}

.textCheckBox {
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  /* width: 80%; */
}

#tabRoomName {
  width: 340px !important;
}
#tabRoomName > .textCheckBox {
  font-size: 20px;
}
.backBtn {
  background-color: #978b8b !important;
  color: white !important;
  border: solid 1px #978b8b;
}

.ui.button > .icon:not(.button) {
  margin: 0 !important;
}

.content-vc {
  /* position: absolute;
    top: 3px;
    right: 3px;
    padding: 1px;
    background-color: #ffffffa1; */
}

.content-vc > .icon-vc {
  display: inline-block !important;
  width: 25px;
  height: 25px;
}

.ant-input {
  height: 40px !important;
}

.errorMsg {
  color: red;
}

.void {
  background-color: #fed8d8;
  color: #adacac;
}

.exampleTextInput {
  color: #adacac;
}

.hotdeskBorder {
  border: dotted 2px #337ab7;
  border-radius: 10px;
}

.errorHotdeskBorder {
  border: dotted 2px #fa0505;
  border-radius: 10px;
}
.lineHeight10 {
  line-height: 10px;
}
.top20 {
  margin-top: 20px !important;
}

.top10 {
  margin-top: 10px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding20 {
  padding: 20px !important;
}
.padRight20 {
  padding-right: 20px;
}
.padTop0 {
  padding-top: 0px !important;
}
.padTop10 {
  padding-top: 10px;
}
.padTop20 {
  padding-top: 20px;
}
.paddingBottom5 {
  padding-bottom: 5px;
}
.pad0 {
  padding: 0 !important;
}

.tableHeader {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 15px 5px 20px !important;
}

.margin0 {
  margin: 0px !important;
}

.margin10 {
  margin: 10px !important;
}

.tebleBody {
  padding: 0px 15px 20px 15px !important;
}

.nodesk {
  color: #d5d5d5;
}

.ui.label {
  background-color: transparent !important;
}

.buildingBoxAllControl,
.roomBoxAllControl {
  border: solid #ccc 1px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 5px;
}

.roomBoxAllControl {
  border: solid #ccc 2px;
  margin: 5px;
  padding: 0px;
  padding-bottom: 20px;
}

.airControlBox {
  padding: 0px;
  text-align: center;
  border: 2px solid #ccc;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 5px;
  background-color: #ced4da;
}

.ui.grid > .row.roomControlItemRow {
  padding: 5px 0px;
}

.controlNoValue {
  background: url(./assets/images/warning.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  margin: 5px;
}

.controlWithLight {
  background: url(./assets/images/light.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 30px;
  height: 30px;
  padding: 5px 10px 10px 5px;
  margin: 5px;
}

.lightColor {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #0000007d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.iotControlWithModule:hover {
  background-color: #f2f2f2;
}

.iotControlWithModule,
.airControlBox:hover,
.pointer {
  cursor: pointer;
}

.powerImage {
  width: 80px;
  height: 80px;
  display: inline !important;
}

.previewDMXcolor {
  height: 250px;
  border-radius: 10px;
}

.tempFontStyle {
  font-size: 25px;
}

.disablePhotoshopPicker {
  cursor: default;
  pointer-events: none;
}

.cursorDefault {
  cursor: default;
}

/* .ui.active.dimmer {
    background-color: rgba(255, 255, 255, .6);
} */

.hidden-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.viewListWithScroll {
  height: 150px;
  overflow-y: auto;
}

.image-master-table-body {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-master-table-body > img {
  display: inline-block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  cursor: pointer;
}

.image-master-table-header {
  width: 100px;
  text-align: center !important;
}
.box-value {
  padding: 1rem;
  overflow: hidden;
  overflow-y: auto;
}
.defaultBorder {
  padding: 1rem;
}
.defaultBorder,
.box-value {
  border: solid 1px #ccc;
  border-radius: 10px;
}
.defaultBorderError {
  border: solid 1px red;
  border-radius: 10px;
}

.position-tab-switch-lang {
  /* padding-top: 5px; */
}
.tab-switch-language {
  line-height: 65px;
}
.tab-switch-language .tsl-ul {
  list-style-type: none;
}

.tsl-li-active {
  opacity: 1 !important;
  pointer-events: none;
}
.tsl-li {
  opacity: 0.5;
  padding: 0px 5px;
}

.tsl-li:hover {
  cursor: pointer;
}

.languageRightOfScreen {
  position: absolute;
  right: 0;
  z-index: 1;
}

.boxCategory {
  background-color: #dbdbdb;
  font-weight: bold;
  padding-left: 5px;
  margin-top: 1rem;
}

.boxCategory:first-child {
  margin-top: 0;
}

.ant-time-picker-input {
  height: 40px !important;
}

.userADdescription {
  max-height: 350px;
  overflow: auto;
}
/* .ui.dropdown > .text { */
.ui.menu .ui.dropdown.item .menu .item {
  width: 230px;
  overflow-wrap: anywhere;
  white-space: normal;
  z-index: 1;
}
.buttonSearch,
#btnFixedPadding {
  padding: 11px !important;
}
.ui.grid > .row > .column > .buttonSearch > .icon,
.ui.grid > .row > .column > .buttonSearch > .icon:not(.button) {
  margin-right: 5px !important;
}
.ui.fluid.dropdown {
  height: 35px;
}
.labelCenterOffInput {
  line-height: 35px;
}
.select-list-box {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px 0;
}
.select-search-box {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 3px 0;
}

.ui.basic.blue.button.okButton,
.ui.button.okButton {
  box-shadow: 0 0 0 1px #2185d0 inset !important;
  color: #2185d0 !important;
  width: 80px;
  background-color: #fff;
}
.ui.basic.blue.button.okButton:hover,
.ui.button.okButton:hover {
  box-shadow: 0 0 0 1px #2185d0 inset !important;
  color: #fff !important;
  background-color: #2185d0 !important;
  width: 80px;
}
.ui.basic.grey.button.cancelButton,
.ui.button.cancelButton {
  box-shadow: 0 0 0 1px #767676 inset !important;
  color: #767676 !important;
  width: 80px;
  background-color: #fff;
}
.ui.basic.grey.button.cancelButton:hover,
.ui.button.cancelButton:hover {
  box-shadow: 0 0 0 1px #767676 inset !important;
  color: #fff !important;
  background-color: #767676 !important;
  width: 80px;
}
#inputFileError > input[type="file"] {
  background-color: #fff6f6;
  border-color: #e0b4b4;
  color: #9f3a38;
  box-shadow: none;
}
.item-list {
  height: 100%;
  padding-top: 20px;
}
.item-list > .maxHeightItemList {
  /* //height: 88%; */
  /* height: 50vh; */
  overflow: auto;
  margin-bottom: 10px;
  overflow-x: hidden;
  display: block;
}

.create-order-box {
  display: inline-flex;
}
.create-order-action {
  /* padding: 0px 15px; */
}
.item-click {
  /* padding: 20px !important; */
}
.create-order-amount {
  width: 150px;
  text-align: center;
  margin-left: -28px;
  margin-right: -28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e8;
  border-radius: 500em !important;
}
#create-order-action-btn {
  width: 28px !important;
  height: 28px !important;
  padding: 7px !important;
  margin: 0;
}
.create-order-action {
  display: inline-block;
  cursor: pointer;
}
.create-order-action-disabled {
  cursor: unset !important;
}
.create-order-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-list .maxHeightItemList .item-click {
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  height: 250px;
}
.item-list .maxHeightItemList .item-click .row.image #itemDisplayImage {
  width: 100%;
  display: table;
}
.item-list .maxHeightItemList .item-click .row.image #itemDisplayImage > .itemSelect-image {
  text-align: center;
  vertical-align: middle;
}
.module.serviceItem .item-list .maxHeightItemList .item-click .row.image #itemDisplayImage > .itemSelect-image > img {
  display: inline-block;
  height: 75px;
  width: auto;
}
.font-name-order {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-modal-text > p {
  color: #2185d0 !important;
  display: inline-block;
  font-size: 2.5rem !important;
}
.modals.active .header-subject {
  font-size: 18px;
  margin: 0;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.modals.active .summary {
  height: 25vh;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.modals.active .summary .detail-body {
  font-size: 18px;
}
.modals.active textarea {
  border-color: #ccc;
  font-size: 18px;
  color: #000;
}
.modals.active .header-subject {
  font-size: 18px;
  margin: 0;
}
.icon-close-master {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9999;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.fileUpload > input[type="file"] {
  display: none;
}
.userImage {
  width: 200px;
}
