@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark");
.card-table .el-card__header {
  padding: 0; }
  .card-table .el-card__header input[type=search] {
    border: none;
    border-right: 1px solid #d1dbe5;
    width: 200px;
    padding: 10px 15px; }
    .card-table .el-card__header input[type=search]:focus {
      outline: none; }
  .card-table .el-card__header .el-pagination {
    text-align: right;
    height: 100%;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px; }
    .card-table .el-card__header .el-pagination button {
      border: none; }
    .card-table .el-card__header .el-pagination .el-pager li {
      border: none; }
  .card-table .el-card__header:not(.without-search) .el-pagination {
    float: right; }

.card-table .el-card__body {
  padding: 0; }

.card-table .el-loading-mask {
  z-index: 1000; }

.card-table .el-button {
  padding: 5px !important; }

@media (max-width: 500px) {
  .card-table .el-card__header {
    overflow: hidden;
    text-align: center; }
    .card-table .el-card__header input[type=search] {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #d1dbe5; }
    .card-table .el-card__header .el-pagination {
      float: none; } }

html, body {
  background: #f6f6f6;
  height: 100%;
  margin: 0; }
  html, html *, body, body * {
    font-family: 'Palanquin Dark', sans-serif;
    line-height: 1; }

.clearfix {
  clear: both;
  overflow: auto; }
  .clearfix:before {
    content: ' '; }

.btn-block {
  display: block;
  width: 100%; }

.full-form .el-input-number,
.full-form .el-select,
.full-form .el-autocomplete {
  width: 100% !important; }

.bg-light-gray {
  background-color: #EAECEE; }

.text-light-blue {
  color: #2B94B6; }

.text-white {
  color: white; }

.text-danger {
  color: #F56C6C; }

.text-warning {
  color: #E6A23C; }

.text-success {
  color: #67C23A; }

.text-primary {
  color: #409EFF; }

.text-info {
  color: #909399; }

.bg-primary, .badge.primary {
  background-color: #409EFF; }

.bg-success, .badge.success {
  background-color: #67C23A; }

.bg-warning, .badge.warning {
  background-color: #E6A23C; }

.bg-danger, .badge.danger {
  background-color: #F56C6C; }

.bg-info, .badge.info {
  background-color: #909399; }

.badge {
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  font-weight: normal; }
  .badge.white {
    background-color: white;
    color: black; }

.text-dark-gray {
  color: #5C656E !important; }

.text-center {
  text-align: center; }

.m-0 {
  margin: 0 !important; }

.mt-1 {
  margin-top: 10px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-5 {
  margin-top: 50px !important; }

#app, .app-body, main {
  height: 100%; }

#app {
  width: 100%;
  height: 100%; }

.outside {
  width: 100%;
  height: 100%;
  background-color: #5C656E;
  position: relative;
  padding-top: 0.1px;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: center center; }
  .outside:before {
    content: '';
    position: absolute;
    background-color: rgba(92, 101, 110, 0.85);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .outside .box-card {
    position: relative;
    max-width: 430px;
    margin: 10% auto;
    overflow: visible;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.37); }
    .outside .box-card .figure {
      margin-left: -40px;
      background: #5C656E;
      border-radius: 10px;
      box-shadow: 0 1px 9px rgba(0, 0, 0, 0.18);
      color: #E1E4E8;
      width: 200px;
      height: 200px;
      text-align: center;
      font-size: 100px;
      line-height: 1.8;
      transition: 0.3ms all ease-in-out; }
    .outside .box-card a {
      display: block; }

@media (max-width: 765px) {
  .outside .box-card .figure {
    display: none; } }

.el-menu {
  background-color: transparent !important; }
  .el-menu .el-menu-item-group__title {
    padding-bottom: 15px; }
  .el-menu .el-submenu__title {
    background: #E1E4E8; }
  .el-menu .el-submenu .el-menu-item {
    background: #EAECEE; }
  .el-menu .el-menu-item {
    padding: 0 20px !important;
    color: black;
    font-weight: bold; }
    .el-menu .el-menu-item .icon {
      font-size: 16px;
      margin-right: 10px; }
    .el-menu .el-menu-item.is-active {
      background: #2B94B6 !important;
      color: white !important; }

body {
  background: #f6f6f6; }
  body .main {
    position: relative; }
  body .header {
    width: calc(100% - 300px);
    position: fixed;
    text-align: center;
    height: 50px;
    background: #EAECEE;
    transition: 300ms all ease-in-out;
    z-index: 999; }
    body .header .btn-toggle {
      border: none;
      display: block;
      width: 50px;
      height: 50px;
      float: left; }
      body .header .btn-toggle .icon {
        margin: 13px;
        position: relative; }
      body .header .btn-toggle span {
        position: absolute;
        left: 0;
        width: auto;
        height: 3px;
        border-radius: 10px;
        background: #2B94B6;
        transition: 300ms all ease-in-out; }
      body .header .btn-toggle span:nth-child(1) {
        top: 0;
        width: 20px; }
      body .header .btn-toggle span:nth-child(2) {
        width: 12px;
        top: 7.5px; }
      body .header .btn-toggle span:nth-child(3) {
        width: 16px;
        top: 16px; }
      body .header .btn-toggle:hover {
        cursor: pointer; }
        body .header .btn-toggle:hover span {
          width: 20px; }
    body .header .logo {
      margin-top: 5px;
      height: calc(100% - 10px); }
  body .main {
    margin-left: 300px;
    transition: 300ms all ease-in-out; }
  body .sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: white;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 300ms all ease-in-out; }
    body .sidebar .user-submenu .el-submenu__title {
      height: 50px;
      background: #EAECEE !important; }
    body .sidebar .user {
      padding-top: 10px; }
      body .sidebar .user figure {
        margin: 0;
        margin-right: 10px;
        border-radius: 3px;
        display: inline-block;
        float: left;
        height: 30px;
        width: 30px;
        background-color: #5C656E;
        background-size: cover;
        background-position: center center; }
      body .sidebar .user p {
        margin: 0; }
        body .sidebar .user p:first-child {
          margin-top: 5px; }
  body.sidebar-hidden .main {
    margin-left: 0; }
  body.sidebar-hidden .sidebar {
    left: -300px; }
  body.sidebar-hidden .header {
    width: 100%; }

.container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
  min-height: calc(100% - 50px); }

.d-flex {
  display: flex; }

.d-flex.space-between {
  justify-content: space-between; }

.el-card.hide-body .el-card__body {
  display: none; }

@media (max-width: 992px) {
  html, body {
    overflow-x: hidden; }
  body .main, body .header {
    width: 100%; }
  body.sidebar-hidden .main {
    width: 100%; } }

footer {
  background: #E1E4E8;
  padding: 30px 30px;
  text-align: center;
  font-size: 12px; }

.ql-editor > * {
  font-family: sans-serif;
  line-height: 1.5;
  margin: 20px; }

.quillWrapper {
  width: 85%;
  margin: 0 auto; }

.checkin {
  margin-right: -30px;
  margin-left: -30px;
  height: calc(100% - 168px); }
  .checkin .checkin-header {
    padding: 22px 30px; }
    .checkin .checkin-header h1 {
      margin: 0; }
  .checkin .week-calendar,
  .checkin .week {
    height: 100%; }
  .checkin .week-calendar nav {
    padding: 15px;
    background-color: white;
    border-top: 1px solid #ddd; }
    .checkin .week-calendar nav button, .checkin .week-calendar nav h4 {
      display: inline-block;
      margin-right: 10px;
      color: #373737; }
    .checkin .week-calendar nav h4 {
      margin: 0; }
    .checkin .week-calendar nav button.btn {
      background: white;
      padding: 5px;
      border: none;
      font-size: 16px;
      box-shadow: none; }
      .checkin .week-calendar nav button.btn:hover {
        background-color: #2B94B6;
        color: white; }
  .checkin .week-calendar .week {
    overflow-x: auto;
    overflow-y: hidden; }
    .checkin .week-calendar .week > div {
      width: calc(300px * 7.1);
      height: 100%; }
    .checkin .week-calendar .week .day {
      width: 300px;
      border: 1px solid #ddd;
      display: inline-block;
      height: 100%; }
      .checkin .week-calendar .week .day .day-header {
        background-color: white;
        border-bottom: 1px solid #ddd; }
        .checkin .week-calendar .week .day .day-header h4, .checkin .week-calendar .week .day .day-header p {
          margin: 0;
          padding: 10px; }
        .checkin .week-calendar .week .day .day-header h4 {
          background-color: #2B94B6;
          color: white; }
        .checkin .week-calendar .week .day .day-header p {
          padding-bottom: 20px; }
          .checkin .week-calendar .week .day .day-header p .el-input {
            width: 190px; }
            .checkin .week-calendar .week .day .day-header p .el-input input {
              padding: 5px;
              height: 30px; }
      .checkin .week-calendar .week .day .content {
        height: calc(100% - 95px);
        padding: 10px;
        overflow-y: auto; }
        .checkin .week-calendar .week .day .content.el-loading-parent--relative {
          overflow-y: hidden; }
        .checkin .week-calendar .week .day .content .employee {
          margin-bottom: 5px;
          background: white;
          border: 1px solid #ddd; }
          .checkin .week-calendar .week .day .content .employee.disable {
            position: relative; }
            .checkin .week-calendar .week .day .content .employee.disable:before {
              content: ' ';
              position: absolute;
              background-color: white;
              opacity: 0.4;
              width: 100%;
              top: 0;
              bottom: 0;
              left: 0; }
          .checkin .week-calendar .week .day .content .employee h4, .checkin .week-calendar .week .day .content .employee p {
            margin: 0; }
          .checkin .week-calendar .week .day .content .employee h4 {
            color: #2B94B6; }
          .checkin .week-calendar .week .day .content .employee p {
            color: #5C656E; }
          .checkin .week-calendar .week .day .content .employee .employee-info {
            padding: 10px; }
          .checkin .week-calendar .week .day .content .employee .checkin-status {
            display: flex;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd; }
            .checkin .week-calendar .week .day .content .employee .checkin-status select {
              padding: 10px;
              border: none;
              width: 100%; }
              .checkin .week-calendar .week .day .content .employee .checkin-status select option {
                background: white !important;
                color: black; }
          .checkin .week-calendar .week .day .content .employee table {
            padding: 10px;
            width: 100%; }
          .checkin .week-calendar .week .day .content .employee .hours {
            box-sizing: border-box;
            width: 100%;
            border: none;
            padding: 5px;
            color: #5C656E; }
          .checkin .week-calendar .week .day .content .employee .el-button-group {
            display: flex; }
          .checkin .week-calendar .week .day .content .employee .el-button {
            flex-grow: 1;
            border-radius: 0; }
