@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*loading*/
.loading {
  display: none;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .loading .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%); }
    .loading .box .message {
      max-width: 300px;
      font-size: 1.5rem;
      color: #fff;
      font-weight: 500;
      text-align: center;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      margin: auto; }

/*Bootstrap Material DatePicker css修改*/
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #3371e9; }

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #3153ba; }

.dtp .p10 > a {
  color: #3371e9; }

.dtp div.dtp-actual-year {
  color: #c9dbff; }

.dtp table.dtp-picker-days {
  margin: auto; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #3371e9; }

.dtp .dtp-buttons {
  display: flex;
  justify-content: flex-end; }

.dtp-buttons .btn {
  width: auto !important;
  height: auto;
  padding: 5px 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  border-radius: 2px;
  position: relative;
  margin: 10px 1px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: 0 0; }
  .dtp-buttons .btn:hover {
    background-color: rgba(153, 153, 153, 0.2); }

/*jQuery UI 拖曳排序css修改*/
.ui-sortable tr {
  cursor: -webkit-grab;
  cursor: grab; }

.ui-sortable-helper {
  display: table;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  box-shadow: 0 4px 4px 0 rgba(149, 149, 149, 0.25);
  border: solid 1px #dfdfdf; }
  .ui-sortable-helper td {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.ui-state-highlight {
  border: 0;
  border-top: 3px solid #129cff !important;
  color: transparent;
  background-color: #129cff !important; }
  .ui-state-highlight td {
    visibility: hidden; }

.badge {
    display: inline-block;
    padding: .55em 1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1000px;
}
.bg-rad {
    background-color: #FF2323 !important;
}
.bg-light-blue {
    background-color: #129CFF !important;
}
.bg-green {
    background-color: #1DBF21 !important;
}
.bg-orange-yellow {
    background-color: #FF8A00 !important;
}

/*daterangepicker 月曆套件css設定修改*/
.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.daterangepicker.show-calendar .drp-buttons .btn {
    width: auto;
    line-height: 1.5;
}

.daterangepicker.show-calendar .drp-buttons .btn-sm {
    height: auto;
}