.employee-list {
  font-size: 14px;
  position: relative;
  padding: 30px;
  width: 700px;
  margin: 0 auto;
  background: #fff;
}
.employee-list .employee-list-anchor {
  position: absolute;
  top: -50px;
  left: 0;
}
.employee-list .employee-info {
  position: relative;
  padding: 30px;
  border: 1px solid #ccc;
  width: auto;
  margin-bottom: 10px;
}
.employee-list .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.employee-list .pagination li {
  display: inline;
}
.employee-list .pagination li.disabled a {
  box-shadow: none;
  cursor: default;
  color: #cccccc;
}
.employee-list .pagination li.disabled a:hover {
  color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.employee-list .pagination li.disabled a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  color: #ccc;
}
.employee-list .pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #89be19;
  text-decoration: none;
  background-color: #fff;
}
.employee-list .pagination li a:focus {
  box-shadow: 0 0 0 1px #6b9c04, 0 0 2px 1px rgba(107, 156, 4, 0.8);
  border: none;
}
.employee-list .pagination li.active a {
  z-index: 2;
  cursor: default;
  background-color: #89be19;
  border-color: #89be19;
  color: white;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #000000;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 #000000;
}
.employee-list .pagination li.active a:hover {
  color: white;
}
.employee-info {
  font-size: 14px;
  position: relative;
  padding: 30px;
  width: 700px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
}
.employee-info:hover {
  border: 1px solid #89be19;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.employee-info .avatar {
  margin-right: 25px;
  width: 136px;
  height: 136px;
}
.employee-info .avatar img {
  width: 100%;
}
.employee-info .left-column {
  display: inline-block;
}
.employee-info .right-column {
  display: inline-block;
  vertical-align: top;
}
.employee-info .right-column .card-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.employee-info .right-column .specialization a {
  text-decoration: none;
  box-shadow: none;
}
.employee-info .right-column .specialization a:hover {
  box-shadow: none;
}
.employee-info .right-column .specialization a span {
  padding: 5px;
  background: #89be19;
  color: white;
  border-radius: 5px;
  margin-right: 5px;
}
.employee-info .right-column .specialization a span:hover {
  box-shadow: 0 0 0 3px #6b9c04;
}
.employee-info .workplaces {
  position: relative;
}
.employee-info .workplaces .calendar {
  margin: 10px 0;
  border: 1px solid #89be19;
  border-radius: 5px;
}
.employee-info .workplaces .calendar .calendar-header {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #89be19;
  color: white;
  background: #89be19;
}
.employee-info .workplaces .calendar .times {
  text-align: center;
}
.employee-info .workplaces .calendar .times .times-header {
  padding: 5px 10px;
  text-align: center;
}
.employee-info .workplaces .calendar .times .times-header span {
  padding: 0 10px;
}
.employee-info .workplaces .calendar .times .times-content {
  text-align: left;
  padding: 5px;
}
.employee-info .workplaces .calendar .times .times-content .time {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.employee-info .workplaces .calendar .times .times-content .time div {
  border: 2px solid #89be19;
  border-radius: 5px;
  margin: 3px;
  padding: 5px;
  background: #89be19;
  color: white;
  cursor: pointer;
}
.employee-info .workplaces .calendar .times .times-content .time div:hover {
  box-shadow: 0 0 0 3px #6b9c04;
}
.employee-info .workplaces .calendar .days {
  text-align: center;
  vertical-align: top;
}
.employee-info .workplaces .calendar .days .days-header {
  padding: 5px 10px;
  text-align: center;
}
.employee-info .workplaces .calendar .days .days-header .btn {
  border: none;
  cursor: pointer;
  color: #89be19;
  background: #fff;
}
.employee-info .workplaces .calendar .days .days-header .btn:focus {
  outline: none;
}
.employee-info .workplaces .calendar .days .days-header .btn:hover {
  color: #9bd3d6;
}
.employee-info .workplaces .calendar .days .days-header .btn:disabled {
  cursor: default;
  color: #ccc;
}
.employee-info .workplaces .calendar .days .days-header .btn:disabled:hover {
  color: #ccc;
  cursor: default;
}
.employee-info .workplaces .calendar .days .days-header span {
  padding: 0 10px;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table {
  border-collapse: inherit;
  width: 100%;
  padding: 5px 10px;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table th {
  text-align: center;
  border-bottom: none;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table tbody tr td {
  border: none;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  position: relative;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #ccc;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day:hover {
  background-color: #ebebeb;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day.today {
  font-weight: 700;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day.active-day {
  cursor: pointer;
  border-color: #89be19;
  border-width: 1px;
  color: #89be19;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day.active-day:hover {
  color: #fff;
  background-color: #89be19;
  border-color: #89be19;
}
.employee-info .workplaces .calendar .days .days-content .calendar-table .day.current-day {
  color: #fff;
  background-color: #89be19;
  border-color: #89be19;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper,
.static-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container,
.static-container {
  width: 500px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header h3,
.static-header h3 {
  margin-top: 0;
  color: #89be19;
  display: inline-block;
}
.modal-header .btn-close,
.static-header .btn-close {
  right: -45px;
  top: -35px;
  width: 30px;
  height: 30px;
  color: white;
  border: 2px solid #89be19;
  background: #89be19;
  cursor: pointer;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  float: right;
  padding: 0;
}
.modal-header .btn-close:hover,
.static-header .btn-close:hover {
  box-shadow: 0 0 0 3px #6b9c04;
}
.modal-header .btn-close:focus,
.static-header .btn-close:focus {
  outline: none;
}
.modal-default-button,
.static-default-button {
  float: right;
}
.modal-enter,
.static-enter {
  opacity: 0;
}
.modal-leave-active,
.static-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container,
.static-enter .static-container,
.static-leave-active .static-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.submit-modal .info,
.submit-static .info {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  background: #9292921f;
}
.submit-modal .info .doctor img,
.submit-static .info .doctor img {
  width: 54px;
  padding-right: 10px;
}
.submit-modal .info .doctor .name,
.submit-static .info .doctor .name {
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
}
.submit-modal .info .company,
.submit-static .info .company,
.submit-modal .info .time,
.submit-static .info .time,
.submit-modal .info .phone,
.submit-static .info .phone,
.submit-modal .info .cage,
.submit-static .info .cage,
.submit-modal .info .description,
.submit-static .info .description {
  padding-top: 5px;
  font-size: 14px;
  line-height: 25px;
}
.submit-modal .info .reset-time,
.submit-static .info .reset-time {
  text-decoration: underline;
}
.submit-modal .info .reset-time:hover,
.submit-static .info .reset-time:hover {
  cursor: pointer;
}
.submit-modal .times,
.submit-static .times {
  text-align: center;
}
.submit-modal .times .times-header,
.submit-static .times .times-header {
  padding: 5px 10px;
  text-align: center;
}
.submit-modal .times .times-header span,
.submit-static .times .times-header span {
  padding: 0 10px;
}
.submit-modal .times .times-content,
.submit-static .times .times-content {
  text-align: left;
  padding: 5px;
}
.submit-modal .times .times-content .time,
.submit-static .times .times-content .time {
  width: 20%;
  display: inline-block;
  text-align: center;
}
.submit-modal .times .times-content .time div,
.submit-static .times .times-content .time div {
  border: 2px solid #89be19;
  border-radius: 5px;
  margin: 3px;
  padding: 5px;
  background: #89be19;
  color: white;
  cursor: pointer;
}
.submit-modal .times .times-content .time div:hover,
.submit-static .times .times-content .time div:hover {
  box-shadow: 0 0 0 3px #6b9c04;
}
.submit-modal .client,
.submit-static .client {
  padding: 5px;
  margin-top: 5px;
}
.submit-modal .client .title,
.submit-static .client .title {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
}
.submit-modal .client .animal,
.submit-static .client .animal,
.submit-modal .client .service,
.submit-static .client .service {
  width: 100%;
}
.submit-modal .validation-error input,
.submit-static .validation-error input {
  border-color: #e58888;
}
.submit-modal .validation-error .error,
.submit-static .validation-error .error {
  color: #e58888;
}
.submit-modal label,
.submit-static label {
  display: block;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 0 !important;
  font-size: 14px;
}
.submit-modal label.required::after,
.submit-static label.required::after {
  content: '*';
  color: red;
  padding-left: 1px;
}
.submit-modal input,
.submit-static input {
  width: 100%;
}
.submit-modal input::placeholder,
.submit-static input::placeholder {
  color: #cccccc;
}
.submit-modal select,
.submit-static select {
  width: 100%;
  height: 38px;
}
.submit-modal .add-visit-error,
.submit-static .add-visit-error,
.submit-modal .time-error,
.submit-static .time-error,
.submit-modal .add-overexposure-error,
.submit-static .add-overexposure-error {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
  background: #fba5a5;
  text-align: center;
  font-weight: bold;
}
.submit-modal .description textarea,
.submit-static .description textarea {
  width: 100%;
  min-height: 120px;
}
.modal-footer,
.static-footer {
  text-align: right;
  padding: 10px 5px;
}
.modal-footer .submit-btn,
.static-footer .submit-btn {
  padding: 10px;
  color: white;
  border: 2px solid #89be19;
  background: #89be19;
  cursor: pointer;
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.modal-footer .submit-btn:disabled,
.static-footer .submit-btn:disabled {
  background: #cccccc;
}
.modal-footer .submit-btn:disabled:hover,
.static-footer .submit-btn:disabled:hover {
  box-shadow: none;
  border: 2px solid #cccccc;
}
.modal-footer .submit-btn:hover,
.static-footer .submit-btn:hover {
  box-shadow: 0 0 0 3px #6b9c04;
}
.modal-footer .submit-btn:focus,
.static-footer .submit-btn:focus {
  outline: none;
}
.schedule {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.schedule .schedule-table {
  border-spacing: 2px;
  width: 100%;
  margin: 1.5em 0;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  font-size: 0.9em;
}
.schedule .schedule-table .schedule-table-header th {
  text-align: center;
  padding-left: 5px !important;
  background-color: #ffdc22 !important;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #A68E0B;
}
.schedule .schedule-table .schedule-table-body .schedule-week-days {
  text-align: center;
  padding-left: 5px !important;
  font-weight: 700;
  vertical-align: middle;
}
.schedule .schedule-table .schedule-table-body .schedule-week-days .schedule-week-days-header {
  text-align: left;
}
.schedule .schedule-table .schedule-table-body .schedule-week-days th {
  border: 1px solid #ddd;
}
.schedule .schedule-table .schedule-table-body .schedule-week-days th.schedule-month {
  border-bottom: none !important;
  border-top: none !important;
  background: #ccc;
}
.schedule .schedule-table .schedule-table-body .schedule-doctor-row .schedule-doctor-day:not(.disabled):hover {
  background: #ffdc22;
  cursor: pointer;
}
.schedule .schedule-table .schedule-table-body .schedule-doctor-row .animals,
.schedule .schedule-table .schedule-table-body .schedule-doctor-row .description {
  font-size: 12px;
}
.schedule .schedule-table .schedule-table-body .schedule-doctor-row td {
  border: 1px solid #ddd;
}
.schedule .schedule-table .schedule-table-body .schedule-doctor-row td.schedule-month {
  border-bottom: none !important;
  border-top: none !important;
  background: #ccc;
}
.schedule .schedule-table .disabled {
  color: #6c6a6a;
  background: #ccc;
}
.clear-input-container {
  position: relative;
  display: inline-block;
}
.clear-input-button {
  /* button position */
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 0;
  /* button appearane */
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  appearance: none;
  border: none;
  border-radius: 50%;
  background: gray;
  margin: 0;
  padding: 2px;
  color: white;
  font-size: 13px;
  cursor: pointer;
  /* hide the button initially */
  display: none;
}
.clear-input-button:hover {
  background: darkgray;
}
.clear-input--touched:focus + .clear-input-button,
.clear-input--touched:hover + .clear-input-button,
.clear-input--touched + .clear-input-button:hover {
  display: inline-flex;
  margin-top: 6px;
}
.bio-vet-crm-widgets-employee-work-experience {
  text-align: center;
}
.bio-vet-crm-widgets-employee-work-experience .title {
  font-size: 36px;
  font-weight: bold;
}
.bio-vet-crm-widgets-employee-work-experience .experience {
  font-size: 24px;
}
.bio-vet-crm-widgets-employee-specialties .title {
  font-weight: bold;
  font-size: 24px;
}
.total-container {
  margin-bottom: 5px;
}
.total-container .d-block {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
}
.total-container .total-days-label,
.total-container .total-price-label {
  text-align: left;
  width: 300px;
}
.total-container .total-days-value,
.total-container .total-price-value {
  display: flex;
  /*align-self:flex-end;*/
  margin-left: auto;
  /* added */
  font-weight: bold;
}
