/* Login Page Styles START */
#companyLogo {
  width: 300px;
  height: auto;
  padding-bottom: 20px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

@media (min-width: 768px) {
  #companyLogo {
    width: 15.625vw;
  }
}

/* edited text color to white */
.btn-warning {
  color: #fff;
}

.btn-warning:hover {
  color: #fff;
}

.close {
  font-size: 2rem !important;
}

#hatchitLogo {
  width: 100px;
  height: auto;
}
/* Login Page Styles END */

/* Header Styles START */
.navbarlogo {
  padding-top: 5px;
}
.head {
  border: 0px;
  background-color: #f5f5f5;
}
.head-custom {
  border-bottom: 0;
  padding-top: 20px;
}
#hatchitNavLogo {
  width: 180px;
  height: 45px;
}
/* Header Styles END */

/* Pages Page Styles START */
.pageIcon {
  color: #333;
}
/* Pages Page Styles END */

/* Reservation Calendar Styles START */
.pts-corner-mask .dropdown {
  display: none;
}

.pts-header-right-container .pts-btn-list-view {
  display: none;
}

#pts-toolbox-container .btn-group button {
  display: none;
}

#pts-toolbox-container .btn.btn-xs.pts-button-see-all {
  display: none;
}

#pts-toolbox-container .pts-toolbox-user table tbody tr td i.glyphicon {
  display: none !important;
}

#pts-toolbox-container .pts-toolbox-user-list table tbody tr td i.glyphicon {
  display: none !important;
}

.pts-corner-mask {
  background-color: #f5f5f5;
}

.pts-header {
  background-color: #f5f5f5;
}

.pts-line-title-container {
  background-color: #f5f5f5;
}

.pts-column-element {
  border-right: 1px solid #ddd;
}

.pts-column-element:hover {
  background-color: #f5f5f5 !important;
}

.pts-main-group-header {
  background-color: #e8e8e8;
}

.pts-group-header {
  background-color: #e8e8e8;
}

.pts-group-header i {
  color: #333;
}

.pts-group-header span {
  background-color: #e8e8e8;
  color: #333;
}

.pts-main-group-column {
  border-right: 1px solid #ccc;
}

.pts-column-title-container {
  background-color: #fff;
}

.pts-group-user {
  border-bottom: 1px solid #ccc;
}

.pts-main-group-user {
  border-bottom: 1px solid #ccc;
}

.pts-btn-day-view,
.pts-btn-list-view,
.pts-btn-month-view,
.pts-btn-next,
.pts-btn-previous {
  background-color: #fff;
}

#header-datetimepicker span.input-group-addon {
  background-color: #0097a7;
  color: #fff;
}

.pts-header-left-container #header-datetimepicker input {
  border: 1px solid #ccc !important;
}

.pts-header-left-container .pts-nav-buttons .btn {
  border: 1px solid #ccc !important;
}

/*********************************************/
.calendarContOuter {
  width: 95%;
  height: 600px;
  margin: 10px auto;

  font-size: 16px;
}

.cElemDatePicker {
  font-size: 14px;
}

/* button {
  margin: 10px;
} */

.popover-content > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.popover-content .cTooltipTitle {
  font-size: 1.3em;
  font-weight: normal;
}

.popover-content .cTooltipTime {
  font-size: 1em;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1900px;
  height: 1900px;
  background-color: #967e44;
}

.center-img {
  width: 500px;
  position: absolute;
  margin-left: 37%;
  margin-right: 50%;
  top: 37%;
  display: block;

  /* margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px; */
}

.center-load {
  width: 30px;
  position: absolute;
  margin-left: 50%;
  margin-right: 50%;
  bottom: 25%;
  display: block;
}

/* Reservation Calendar Styles END */
