/*
 * Dashboard Layout Style
 * -------------------------
 */


/*******************************
            提醒資訊
*******************************/

.alert-msg-red h4,
.alert-msg-green h4,
.alert-msg-blue h4 {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: normal;
}

.alert-msg-red,
.alert-msg-green,
.alert-msg-blue {
  color: #fff !important;
}

.alert-msg-red {
  border-color: rgb(255, 102, 103);
}
.alert-msg-red {
  background-color: rgba(255, 102, 103, 0.85) !important;;
}

.alert-msg-green {
  border-color: rgb(0, 196, 153);
}
.alert-msg-green {
  background-color: rgba(0, 196, 153, 0.85) !important;;
}

.alert-msg-blue {
  border-color: rgb(49, 168, 221);
}
.alert-msg-blue {
  background-color: rgba(49, 168, 221, 0.85) !important;;
}


/*******************************
            統計資訊
*******************************/

.bg-statistical {
  color: #fff !important;
}
.bg-statistical {
  background-color: #478ab8 !important;
}

