/* fullcalendar */
#calendar {
  max-width: 100%;
  width: 100%;
  max-height: 1000px;
  height: auto;
  margin: 40px auto;
}

.custom-tooltip {
  width: 75px;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

.custom-tooltip-2 {
  width: 100%;
  max-width: 100%;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

.custom-hr {
  border: 0;
  border-top: solid 1px #000;
  margin: 5px -16% 5px -16%;
}

.custom-a {
  color: #000;
}
.arrow-1st {
  left: 32px !important;
}
.arrow-2nd-top {
  top: 7px !important;
}

/* box */
.small-box a {
  color: inherit;
  text-decoration: none;
}


/* table */
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.table th, .table td {
  vertical-align: middle;
  text-align: center;
}
.thead-light {
  background-color: #e9ecef;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}


/* margin */
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 1rem;
}
.ml-auto {
    margin-left: auto;
}
.m-hr {
    margin: 5px -9px 5px -9px;
}

/* width */
.w-90px {
    width: 90px;
}
.w-120px {
    width: 120px;
}

/* create or edit */
.required-field::after {
  content: '*';
  color: red;
  margin-left: 5px;
}
