/* @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: "FujitsuSans";
  src: url("./themes/default/assets/fonts/FujitsuSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.ui.card.cardFullWidth {
  width: 100%;
  margin: 0;
  line-height: 24px;
}
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word !important;
  color: #000;
  font-family: "FujitsuSans" !important;
}
/* html body{ height: auto;} */

.padding20 {
  padding: 20px !important;
}
/*
.displayFlex{
  display: flex;
}
.errors, .invalidEmailType{color:red}
.wrapText{
    word-wrap: break-word;
}
*/
.margin0 {
  margin: 0 !important;
}

.connected {
  color: #1ac37e;
  font-weight: 600;
} /*
.menu/*Dropdown>.ui.dropdown>.menu{
    right: 0;
    left: auto;
}
.headerBackground>.navbar-default {
    background-color: rgb(251, 211, 244);
    height: 50px;
    align-items: center;
    display: flex;
}*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  background-color: rgb(0, 145, 234);
  height: 55px;
  align-items: center;
  display: flex;
}

.aBlackColor,
.aBlackColor:hover {
  color: #000;
  text-decoration: none;
}
/*.aWhiteColor,.aWhiteColor:hover{color:rgb(252, 249, 249); text-decoration: none;}
.width100{
    width: 100%;
}*/
@media (min-width: 768px) {
  /* .navbar-right {
    margin-right: 0;
} */
  .ui[class*="bottom fixed"].menu {
    background-color: #0091ea;
  }
}

.onOpenValid {
  display: none;
}
.errors,
.invalidEmailType {
  color: red;
}

/* .ui.fixed.menu{
    background-color:rgb(0, 145, 234);
    height: 50px;
} */
.ui[class*="bottom fixed"].menu {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.withHeader {
  margin: 70px 0px 100px 0px;
}

@media only screen and (max-width: 425px) {
  .withHeaderHome {
    margin: 70px 0px 100px 0px;
  }
}
@media only screen and (min-width: 426px) {
  .withHeaderHome {
    margin: 25vh 0px 100px 0px;
  }
}

/* .blockHeader {
    padding: 20px;
    margin: 10px;
    border: 1px solid;
    border-radius: 24px;
} */
@media only screen and (max-width: 360px) {
  #roomCreateUpdateRoomEvent {
    background-color: #fff;
    border: 1px solid #000000;
    /* border: 1px solid #0091ea; */
    box-shadow: none;
  }
}
@media only screen and (min-width: 362px) {
  #roomCreateUpdateRoomEvent {
    background-color: #fff;
    border: 1px solid #000000;
    /* border: 1px solid #0091ea; */
    box-shadow: none;
  }
}

#roomDetail {
  background-color: #fff;
  border: 1px solid #0091ea;
  box-shadow: none;
}

#roomSelect {
  height: 130px;
}

#roomSelect-image {
  height: 100%;
  width: 100%;
  display: table;
}

#room-image {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#room-image img {
  max-height: 120px;
  display: inline-block;
}

.textAlignCenter {
  text-align: center;
}
#roomInfoButton {
  padding: 20px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0px;
  cursor: pointer;
  background-color: #e4e0e0;
}
.ui.grid {
  line-height: 24px;
}

div.react-datepicker-wrapper {
  width: 100%;
}

div.react-datepicker__input-container {
  width: 100%;
}

.acceptPic {
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/success.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
  vertical-align: middle;
}

.rejectPic {
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/error.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
  vertical-align: middle;
}

.nonePic {
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/help_round_button.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
  vertical-align: middle;
}

.tentativePic {
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/loading_process.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
  vertical-align: middle;
}

input.datePickerHistory {
  border: 0;
  text-align: center;
  background: padding-box;
}
.menuDisplayName {
  font-size: 18px;
  margin-top: 5px;
  color: rgb(0, 164, 238);
}
.menuEmail {
  font-size: 16px;
  margin-top: 5px;
}
.underLine {
  border-bottom: 1px solid #ccc;
}
.pMenuActive {
  color: #0091ea;
  font-size: 9px;
}
.pMenu {
  color: #ccc;
  font-size: 9px;
}

/* #frontTextHistoryHead { 
    color: #0091ea;
    text-overflow: ellipsis;
    overflow: hidden; 
    width: 90%; 
    white-space: nowrap;
} */

#frontTextHistoryHeadCancel {
  text-decoration: line-through;
  color: #0091ea;
}
/* #frontTextHistoryMinute { 
    color: #969696;
} */

#iconCheckHistory {
  background-color: #0091ea !important;
  color: #fff !important;
}

#iconCheckHistory {
  background-color: #0091ea !important;
  color: #fff !important;
}

#iconNoneHistory {
  color: #0091ea !important;
}

#textHeader {
  color: #0091ea !important;
}

#colorIcon {
  color: #0091ea !important;
}

.bgStatusCircle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

/* .bgDateCircle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%; 
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
} */

/* .bgDateSelect {
    background-color: #0091ea; 
    color: #fff;
} */

.bgDateToday {
  background-color: #0091ea2b;
}

.bgDateOutMonth {
  background-color: #fff;
  color: #ccc;
}

.bgDateNone {
  background-color: #fff;
  color: #000;
}

.ui.menu.fixed.bgHistory {
  background-color: #0091ea2b;
}

#roomDetail-image {
  width: 100%;
  text-align: center;
}

#image-roomDetail {
  display: inline-block;
}

#myevent .menu .item {
  background-color: #2b9bca;
}

#myevent .ui.menu .item:first-child {
  border-radius: 10px 0 0 10px !important;
  /* border-right: 1px solid white; */
}

#myevent .ui.menu .item:last-child {
  border-radius: 0 10px 10px 0 !important;
  /* border-left: 1px solid white; */
}

#myevent .ui.menu .item {
  border-radius: 0 !important;
}

@media only screen and (min-width: 992px) {
  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row div {
    font-size: 1.3rem !important;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:first-child {
    padding-top: 2em;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:last-child {
    padding-bottom: 2em;
  }

  #event-item.housekeeper .ui.grid .row .column .ui.grid .row {
    padding-top: 6px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row div {
    font-size: 1.3rem !important;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:first-child {
    padding-top: 1em;
  }

  #event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:last-child {
    padding-bottom: 1em;
  }

  #event-item.housekeeper .ui.grid .row .column .ui.grid .row {
    padding-top: 6px;
  }
}

.calendarBoxStyle {
  /* color: #fff !important; */
  margin-bottom: 60px;
}
.calendar-container,
.calendar,
.calendar-header,
td,
tr {
  padding: 0;
  margin: 0;
}

.calendar-container {
  border: 2px solid gray;
  border-radius: 15px;
}

.calendar {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.calendar-header {
  border-bottom: 1px dashed skyblue;
  font-size: 3em;
}

.calendar-header td {
  border-spacing: 0;
  text-align: center;
}
.ui.big.image {
  width: auto;
}
@media only screen and (max-width: 360px) {
  .day,
  .empty-slot,
  .week-day {
    text-align: center;
    height: 50px;
    width: 50px;
  }

  .week-day {
    font-size: 1.5em;
  }

  .day {
    font-size: 1.5em;
  }

  .day {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 3px solid white;
    line-height: 37px;
  }

  .weekend-day {
    font-size: 1.5em;
    color: grey !important;
  }

  .booking-day {
    background-color: #666666;
    color: white !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    /* margin: 3px; */
    border-radius: 50%;
    text-align: -webkit-center;
  }
  .current-day {
    background-color: #2b9bca;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    /* margin: 3px; */
    border-radius: 50%;
    text-align: -webkit-center;
  }
  .selected-day {
    background-color: #f38235;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    /* margin: 3px; */
    border-radius: 50%;
    text-align: -webkit-center;
  }
}
/* @media only screen and (min-width: 362px) {
    .day,
    .empty-slot,
    .week-day {
        text-align: center;
        height: 50px;
        width: 50px;
    }
  
    .week-day {
        font-size: 1.5em;
    }
  
    .day {
        font-size: 1.5em;
    }
  
    .day {
        width: 50px;
        height: 50px;
        cursor: pointer;
        border : 3px solid white;
        line-height: 37px;
    }
  
    .weekend-day {
      font-size: 1em;
      color : grey !important;
    }
  
    .booking-day {
        background-color:#666666; 
        color: white !important;
        display: inline-block;
        width : 35px;
        border-radius: 50%;
        text-align: -webkit-center;
    }
    .current-day {
        background-color:#2B9BCA; 
        color: white !important;
        display: inline-block;
        width : 35px;
        border-radius: 50%;
        text-align: -webkit-center;
    }  
    .selected-day{
        background-color:#F38235; 
        color: white !important;
        display: inline-block;
        width : 35px;
        border-radius: 50%;
        text-align: -webkit-center;
    }
  }
  #order-status {
	top: 300px;
	right: 20px;
} */
@media (max-width: 480px) {
  #circle {
    background-size: cover;
    border-radius: 50% 50% 50% 50%;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
  }
}

@media (min-width: 480px) {
  #circle {
    background-size: cover;
    border-radius: 50% 50% 50% 50%;
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
  }
}
.ui.active.dimmer {
  position: fixed;
}

#notTodayDate {
  color: #bb7d65;
}
