.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mh-0 {
  margin-left: 0;
  margin-right: 0;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mr-2 {
  margin-right: 1rem;
}

.ml-2 {
  margin-left: 1rem !important;
}

.m-auto {
  margin: 0 auto;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 2rem;
}

.bold {
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.clearfix {
  clear: both;
}

.table.table-hover {
  cursor: pointer;
}

.table-hover > tbody > tr:hover {
  background-color: #e4eaec !important;
}

.hdr {
  font-size: 1.25rem;
}

.late,
.early {
  font-size: 0.75rem;
  color: #f96868;
  font-weight: bold;
}

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #f1f1f1 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0px !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.btn.btn-primary {
  color: #fff;
  opacity: 1;
  background: #fe9565;
  border: 0;
  border-radius: 3px;
  transition: 0.25s;
}

.btn.btn-primary:hover {
  background: #ff9b44;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #ff9b44),
    color-stop(100%, #fc6075)
  );
  background: linear-gradient(to bottom right, #ff9b44 0, #fc6075 100%);
}

.btn-secondary {
  color: #383838;
  opacity: 1;
  background: rgb(228, 228, 228);
  border: 0;
  border-radius: 3px;
  transition: 0.25s;
}

.btn-secondary:hover {
  color: white;
  background: #ff9b44;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #ff9b44),
    color-stop(100%, #fc6075)
  );
  background: linear-gradient(to bottom right, #ff9b44 0, #fc6075 100%);
}

.btn.btn-linkedin {
  background: transparent;
  color: darkcyan;
  border: 2px solid darkcyan;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 4px 12px;
}

.btn.btn-linkedin:hover {
  background: darkcyan;
  color: white;
  border: 2px solid darkcyan;
}

.btn-small {
  font-size: 0.75rem;
}
.btn-sm {
  padding: 5px 10px !important;
  margin: 3px;
  border-radius: 5px !important;
}
.actions {
}

.btn.btn-addnew {
  font-size: 1rem;
  border-radius: 30px !important;
  width: 40px;
  height: 40px;
  margin: 0 1rem 1rem;
  padding: 6px;
  font-size: 1.5rem;
}

.btn-addnew i {
  font-size: 100% !important;
  top: 1px !important;
}

.btn-addlog {
  padding: 2px 10px;
  margin: -3px;
}

.add-list {
  width: 28px;
  height: 28px;
  border-radius: 41px;
  border: 0px solid;
  background: gainsboro;
  font-weight: bold;
  margin-top: -6px;
}

.capitalize {
  text-transform: capitalize;
}

.voyager .panel {
  margin-bottom: 0px;
}

.voyager #bulk_delete_btn,
.voyager .btn-add-new {
  margin-top: 5px;
}

.modal-footer {
  padding: 15px;
}

.voyager .navbar.navbar-default .navbar-nav > li:hover > a,
.voyager .navbar .navbar-nav > li:hover > a {
  color: #f3f7f9;
}

.dropdown.notifications:hover > a {
  color: #858585;
}

.app-container.expanded .app-footer {
  left: 0;
}

.form-control.focus,
.form-control:focus {
  border-color: #f2a654;
  box-shadow: none;
}

/*Notifications*/

.navbar .dropdown.profile .dropdown-menu {
  position: absolute !important;
}

.notifications .voyager-bell {
  font-size: 22px;
  display: inline-flex;
  position: absolute;
  left: 7px;
  bottom: 4px;
}

.notifications .badge {
  position: absolute;
  right: 6px;
  bottom: 17px;
}

.notifications ul {
  padding: 0rem !important;
}

.notification {
  padding: 0 !important;
  margin: 0 !important;
}

.notification a {
  padding: 1rem !important;
  white-space: normal !important;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
}

.notification.status-0 a {
  background-color: #e6e6e6;
}

.notification a:hover {
  background: gainsboro !important;
  text-decoration: none;
}

.notification .notification-date {
  display: flex;
  justify-content: space-between;
}

.notification span {
  color: #ff9900;
  margin-top: 0.5rem;
}

.notification span.notification-full-date {
  color: #777;
  font-size: 12px;
}

/*Footer*/

.app-footer {
  opacity: 1 !important;
  position: fixed;
  bottom: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 100;
  height: 60px;
}

.site-footer-left {
  margin-left: 275px;
  display: flex;
  height: 100%;
  width: 50%;
  align-items: center;
}

.progress,
.add-log {
  display: inline-flex;
  align-items: center;
  background: transparent;
}

.add-log .btn-success {
  font-weight: 500;
}

.progress-bar {
  font-size: 10px;
  padding-left: 6px;
  margin-right: -5px;
  border-radius: 0px 10px 10px 0px;
  transition: 0.25s;
}

.progress .progress-bar:nth-child(1) {
  background: #a23bff !important;
  border-radius: 10px 10px;
  z-index: 20;
}

.progress .progress-bar:nth-child(2) {
  background: #6b54c7 !important;
  z-index: 19;
}

.progress .progress-bar:nth-child(3) {
  background: #a3a0fb !important;
  z-index: 18;
}

.progress .progress-bar:nth-child(4) {
  background: #a23bff !important;
  z-index: 17;
}

.progress .progress-bar:hover .progress-desc {
  visibility: visible;
  transition: 0.25s;
  cursor: pointer;
}

.site-footer-right {
  display: flex;
  padding-right: 32px;
  height: 100%;
}

.buttn {
  display: flex;
  align-items: center;
}

.time {
  display: inline-flex;
  align-items: center;
}

.cur-time {
  font-size: 22px;
  font-weight: bold;
}

.progress .progress-bar.progress-bar-warning,
.progress .progress-bar.remaining_hours {
  background-color: #e0e0e0 !important;
  color: #353d47 !important;
  font-weight: bold;
}

/* .progress-section {
  position: relative;
} */

.progress-desc {
  /* display: none; */
  /* position: absolute; */
  visibility: hidden;
}

/*popover*/

.poplink {
  cursor: pointer;
  position: relative;
}

.poplink:hover .pop-content {
  display: block;
  z-index: 100;
}

/* .pop-content {
  display: none;
  position: absolute;
  background: rgb(255, 201, 201);
  color: crimson;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  left: 70px;
  top: -4px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.125);
} */

.pop-content {
  display: block;
  position: absolute;
  background: #fc6174;
  color: white;
  padding: 0px 4px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 400;
  left: 70px;
  top: -4px;
  /* width: 38px; */
  height: 14px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.125);
}

.pop-content.overtime_pending {
  background: rgb(255, 238, 182);
  color: rgb(156, 162, 56);
}

.pop-content.overtime_pending::before {
  content: "\e037";
}

.pop-content.overtime_Approved {
  background: rgb(195, 255, 176);
  color: rgb(25, 204, 1);
}

.pop-content.overtime_Approved::before {
  content: "\e036";
}

.pop-content.overtime_cancelled {
  background: rgb(255, 201, 201);
  color: crimson;
}

.pop-content.overtime_cancelled::before {
  content: "\e036";
}

.ranking-desc {
  position: sticky;
  top: 60px;
}

.green {
  color: green;
}

.limegreen {
  color: limegreen;
}

.blue {
  color: blue;
}

.yellow {
  color: #ee0;
}

.red {
  color: red;
}

.max1 {
  color: rgb(205, 223, 204);
}

.max2 {
  color: rgb(155, 191, 153);
}

.max3 {
  color: rgb(106, 159, 102);
}

.max4 {
  color: rgb(56, 127, 51);
}

.max5 {
  color: rgba(6, 95, 0, 1);
}

.hdr-section {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid gainsboro;
}

.sub-hdr {
  font-size: 1.125rem;
  font-weight: bold;
}

.export-btn {
  font-size: large;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 9px;
}

.modal-title {
  float: left;
}

/* Navbar */

.voyager .navbar,
.voyager .navbar.navbar-default {
  background: #ff9900;
  height: 60px;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9b44', endColorstr='#fc6075', GradientType=1);
}

.voyager .navbar.navbar-default .navbar-nav > li > a,
.voyager .navbar .navbar-nav > li > a {
  color: white;
}

.navbar-default .btn-link {
  color: white;
}

.breadcrumb {
  background-color: rgba(51, 51, 51, 0.3) !important;
  border: 0px solid #f9f9f9;
}

.voyager .breadcrumb a {
  color: #ffffff !important;
}

.breadcrumb li:last-child {
  color: white;
  font-size: 13px;
  font-weight: bold;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: #fff;
}

.voyager .side-menu.sidebar-inverse {
  background: #34444c;
}

.voyager .side-menu .navbar-header {
  background: #34444c;
  border-color: #34444c;
}

.badge-danger {
  color: #fff;
  background-color: #34444c;
}

.voyager .navbar.navbar-default > .container-fluid:after,
.voyager .navbar > .container-fluid {
  border-bottom: 0px solid #eee;
  width: 100%;
  height: 0px;
}

.voyager .navbar.navbar-default .navbar-nav > li,
.voyager .navbar .navbar-nav > li {
  border-left: 0px solid #f9f9f9;
  padding: 0.5rem;
}

.voyager .navbar.navbar-default .navbar-right {
  margin-right: 1rem;
}

.voyager .navbar.navbar-default .navbar-right > li > a,
.voyager .navbar .navbar-right > li > a {
  padding: 0;
  height: 40px;
  width: 40px;
  top: 4px;
  transition: 0.25s;
  border-radius: 50%;
}

.voyager .navbar.navbar-default .navbar-right > li > a:hover,
.voyager .navbar .navbar-right > li > a:hover {
  background: rgba(51, 51, 51, 0.3);
  border-radius: 40px !important;
}

.voyager .navbar.navbar-default .navbar-nav > li.open > a,
.voyager .navbar .navbar-nav > li.profile.open > a {
  color: white;
}

.navbar-nav.navbar-right .dropdown-menu ul {
  max-height: 400px;
  overflow: auto;
}

element.style {
}
.navbar-nav.navbar-right li.dropdown.open .dropdown-menu {
  display: block;
}
.voyager .navbar.navbar-default .navbar-nav .dropdown-menu,
.voyager .navbar .navbar-nav .dropdown-menu {
  background-color: #fff;
}
.voyager .navbar.navbar-default .navbar-nav .dropdown-menu,
.voyager .navbar .navbar-nav .dropdown-menu {
  background-color: #f9f9f9;
  border-color: #e4e4e4;
}
.navbar .dropdown-menu.dropdown-menu-animated {
  padding: 0;
}
.dropdown-menu > ul > li > a {
  display: block;
  padding: 10px 5px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
  text-align: left;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dropdown-menu > ul > li {
  list-style: none;
}
.dropdown-menu .drop-down-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  /* border-top: solid 1px #cccccc; */
}
.dropdown-menu .drop-down-footer a {
  display: block;
  padding: 6px;
  clear: both;
  /* text-transform: capitalize; */
  line-height: 1.42857143;
  white-space: nowrap;
  text-align: center;
  background: #e8e7e7 !important;
  text-decoration: none;
  width: 105px;
}
.dropdown-menu .drop-down-footer a:hover {
  color: #fff;
  background: #ff9e0f !important;
}

.navbar-default .btn-link:hover {
  background: rgba(51, 51, 51, 0.3);
}

.voyager .side-menu.sidebar-inverse .navbar li {
  padding: 0;
}

.voyager .side-menu.sidebar-inverse .navbar li > a {
  color: #b7c0cd;
  transition: 0.25s;
}

.voyager .side-menu.sidebar-inverse .navbar li > a:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.3);
}

.hamburger {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0.5rem;
  border-radius: 50%;
  top: 4px;
}

.profile a {
  border-radius: 0 !important;
  width: auto !important;
}

.profile .dropdown-toggle img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: initial;
}

.profile .profile-desc {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 0.5rem;
  vertical-align: top;
  padding-right: 1rem;
}

.profile .profile-desc h5 {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 1.125rem;
}

.profile .profile-desc p {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 4px;
}

.breadcrumb {
  top: 4px;
}

/* Pagination */

.voyager .pagination .active > a,
.voyager .pagination .active > a:focus,
.voyager .pagination .active > a:hover,
.voyager .pagination .active > span:focus,
.voyager .pagination .active > span:hover,
.voyager .pagination .active span {
  background-color: #fea075;
  border-color: #fe8854;
}

/* Login */

body.login .login-sidebar {
  /* background: #ff9b44;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #ff9b44),
    color-stop(100%, #fc6075)
  );
  height: 60px;
  background: linear-gradient(to right, #ff9b44 0, #fc6075 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b44', endColorstr='#fc6075', GradientType=1); */
  /* height: 20vh; */
  /* min-height: auto; */
  border-top: 0 solid #ff9b44;
  background: transparent;
  display: flex;
  align-items: center;
  /* border-radius: 0; */
}

body.login .login-container {
  position: relative;
  display: flex;
  z-index: 10;
  width: 100%;
  padding: 30px;
  top: 50%;
  margin-top: 0;
}

.login-form {
  color: white;
}

.login-form .hdr {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

body.login .form-group-default {
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 12px 8px;
  border: 0;
  width: 50%;
  margin-right: -4px;
}

.login-form #emailGroup {
  border-right: 2px solid rgb(221, 221, 221);
  border-radius: 10px 0 0 0;
}

.login-form #passwordGroup {
  border-radius: 0 10px 0 0;
}

body.login .login-button {
  width: 100%;
  margin-top: 0px;
  font-size: 1.125rem;
  padding: 0.5rem;
  color: white;
  background: #5a5a5a;
  border-radius: 0 0px 10px 10px;
}

body.login .faded-bg {
  background: rgba(87, 49, 15, 0.7);
  background: linear-gradient(
    to right,
    rgba(137, 79, 28, 0.5) 10%,
    rgba(137, 79, 28, 0.7) 50%,
    rgb(39, 14, 17) 100%
  );
  /* background: rgba(50,50,50,.5);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(21,21,28,0)),color-stop(40%,rgba(21,21,28,.1)),color-stop(55%,rgba(21,21,28,.3)),color-stop(75%,rgba(21,21,28,.61)),to(#15151c));
  background: linear-gradient(180deg,rgba(21,21,28,0) 0,rgba(21,21,28,.1) 40%,rgba(21,21,28,.3) 55%,rgba(21,21,28,.61) 75%,#15151c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0015151c",endColorstr="#15151c",GradientType=0); */
}

body.login .alert-red {
  position: absolute;
  margin-top: 0px;
}

/* Checkedin details */

.checkedin-time {
  background: #bedeff;
  margin-bottom: 10px;
  border-radius: 3px 0 0;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 70px;
}

.checkedout-time {
  background: #f7e2ff;
  margin-bottom: 10px;
  border-radius: 0 3px 0 0;
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 70px;
}

.total-time {
  background: #d9ffda;
  margin-bottom: 10px;
  border-radius: 0 0 3px 3px;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

/* Time Log */

.time-icon .icon {
  font-size: 2rem;
  /* float: left; */
  padding-right: 0.5rem;
}

.time-details .icon {
  font-size: 1rem;
  float: left;
  padding-right: 0.5rem;
}

.time-icon {
  padding: 0;
  /* padding-left: 0.5rem; */
  height: 100%;
  line-height: 0;
}

.time-details p {
  font-size: 0.75rem;
  white-space: nowrap;
}

/* .time-details h5 {
  text-align: center;
} */

.dashboard-panel a.link {
  line-height: 2rem;
  color: #fe9565;
  transition: 0.25s;
}

.dashboard-panel a.link:hover {
  text-decoration: underline;
}

.log-time {
  line-height: 2;
  margin: 0;
}

.log-panel {
  min-height: 370px;
}

tr#start {
  height: 0;
}

.table-min-height {
  min-height: 200px;
}

.log-date-filter {
  display: inline-flex;
  align-items: baseline;
  padding: 0 1rem;
}

.log-date-filter label {
  white-space: nowrap;
  padding-right: 1rem;
  font-weight: bold;
}

.log-date-filter input {
  border: 0;
  border-bottom: 2px solid #d0d0d0;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
}

.page-title {
  text-transform: capitalize;
}

.show-password {
  position: absolute;
  top: 55px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}

.show-password input {
  display: none;
}

.show-password label,
.show-password i {
  cursor: pointer;
}

.show-password i:hover {
  color: #fe9565;
}

/* Calender */

.fc-unthemed td.fc-today {
  background: #ffd3a5 !important;
}

.fc-toolbar.fc-header-toolbar .fc-right {
  display: block !important;
}

.fc-button-primary,
.fc-button-primary:disabled {
  color: #fff;
  background-color: #f2a654 !important;
  border-color: #f2a654 !important;
}

.fc-button-primary:hover {
  background: linear-gradient(to bottom right, #ff9b44 0, #fc6075 100%);
}

#calendar-dev h2 {
  font-size: 1.25rem;
}

/* Page not found */

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  /* font-family: 'Montserrat', sans-serif; */
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  /* color: #fff; */
  text-transform: uppercase;
  padding: 13px 23px;
  /* background: #ff6300; */
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  /* color: #ff6300; */
  /* background: #211b19; */
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

/* Profile Page */

.user-title {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.item-desc-title {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-flex;
  margin-bottom: 0 !important;
}

.item-desc-title span:nth-child(2) {
  padding: 0 0.75rem;
}

.btn-edit {
  font-size: 1.5rem;
  color: #7e838f;
  padding: 0 1rem;
}

.change-pass {
  font-size: 0.85rem;
  text-decoration: underline;
  padding: 0 1rem;
}

.text-lower {
  text-transform: lowercase !important;
}

.item-job-title {
  color: #fe9565;
  font-size: 0.875rem;
  font-weight: bold;
}

.user-item {
  margin: 0.5rem 0;
}

.item-title {
  font-size: 0.875rem;
  float: left;
  min-width: 140px;
  margin-top: 3px;
}

.item-desc {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.event-modal .modal-header {
  min-height: 150px;
  background: url("../images/event-bg.jpg");
  background-position: center;
}

.event-modal .modal-header h5 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 10px black;
}

.event-modal button.close {
  color: white;
  opacity: 1;
  font-size: 2rem;
}

.event-modal .event-desc {
  font-size: 1.25rem;
}

.onleave .profile-img {
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}

.onleave .profile-name {
  /* padding-right: 0; */
  margin-bottom: 1rem;
}

.onleave {
  display: flex;
  align-items: center;
}

.onleave .profile-img img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.fc-event-container {
  cursor: pointer;
}

.fc-sat,
.fc-sun {
  background: #fc6174;
}

.panel.widget p {
  overflow: hidden !important;
  text-overflow: ellipsis;
  max-height: 45px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 1000 !important;
}

.search {
  padding: 4px 6px;
  border-radius: 3px;
  border: 1px solid gainsboro;
  margin-right: 16px;
  vertical-align: middle;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.voyager .card {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0 solid #e4e4e4;
}

.employee_field_data {
  font-size: 0.85rem;
}

.employee_field_value {
  font-size: 1rem;
  font-weight: 500;
}

.hdr-confirm {
  margin-bottom: 1.5rem;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkOut {
  position: relative;
}

.checkout_missed {
  /* display: block; */
  position: static;
  background: #fc6174;
  color: white;
  padding: 0px 6px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 400;
  left: 32px;
  top: 9px;
  height: 16px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.125);
}
.panel-body,
.table {
  font-size: 13px;
  color: #000000;
}
.panel-title {
  font-size: 16px;
}
.checkin-btn {
  margin-top: 3px;
  padding-top: 28px;
}

.tooltip-inner {
  color: #000;
  background-color: #e4e4e4;
  box-shadow: 0 0 4px #000;
  opacity: 1 !important;
  text-align: left !important;
  padding: 0 10px 0 0;
  margin: 0;
  /*width: 200px;*/
  max-width: 600px !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #e4e4e4 !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #e4e4e4 !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e4e4e4 !important;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.9);
}

.tooltip.top .tooltip-arrow {
  border-top-color: #e4e4e4 !important;
}

.tooltip.in {
  opacity: 1;
}
.tooltip-inner ol,
.tooltip-inner ul {
  margin-left: -15px;
}
.tooltip-inner ol li,
.tooltip-inner ul li {
  margin-bottom: 5px;
}
.tooltip-inner ol li span,
.tooltip-inner ul li span {
  font-size: 12px;
}
.tooltip-inner ol li u,
.tooltip-inner ul li u {
  font-size: 11px;
}

/*no spacing between col*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.mt-1 {
  margin-top: 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-title {
  display: inline-block;
  height: auto;
  font-size: 18px;
  line-height: 43px;
  margin-top: 3px;
  padding-bottom: 20px;
  color: #555;
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 20px;
}

.custom-title > i {
  font-size: 36px;
  position: absolute;
  left: 0;
  margin-right: 10px;
}
