@charset "UTF-8";
.table {
  vertical-align: middle;
}
.table td {
  vertical-align: middle !important;
}
.table td .badge {
  padding: 5px 10px;
}
.table td.td-actions {
  text-align: right;
}

.dropdown-toggle::after {
  display: none;
}

.pagination {
  justify-content: right;
}

.invalid-tooltip {
  display: inline-block;
  position: relative;
  max-width: none;
  margin-top: 2px;
}

.form-group.has-error {
  position: relative;
}
.form-group.has-error .form-control {
  padding-right: 30px;
}
.form-group.has-error .invalid-icon {
  position: absolute;
  top: 32px;
  color: #F44336;
  right: 7px;
  font-size: 18px;
  width: 20px;
  height: 20px;
}

table th a.asc:before {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "";
}
table th a.desc:before {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "";
}

.panel-comments .media + .media {
  margin-top: 0;
}

.required label:after {
  color: #d00;
  content: " *";
}

.select2-dropdown, .select2-search--dropdown {
  z-index: 1052 !important;
}

#task-calendar .fc .fc-event, #task-calendar .fc-event {
  background: transparent !important;
}
#task-calendar a.fc-more {
  color: #2196F3 !important;
  font-weight: bold;
  float: right;
  margin: 10px 10px;
}

.task-event {
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.task-event:hover {
  cursor: pointer;
}
.task-event .task-type {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: right;
}

.dashboard-index {
  padding: 0;
}
.dashboard-index .breadcrumb {
  display: none;
}

.profile-header .profile-header-cover {
  background-image: url(../img/profile-cover.jpg);
}

.datepicker table tr td, .datepicker table tr th {
  padding-left: 5px;
  padding-right: 5px;
}

#calendar .fc-resource-cell {
  background: #2196F3;
  padding-left: 0;
  padding-right: 0;
}
#calendar .calendar-header {
  padding: 15px 0 !important;
  color: #fff;
  text-align: left;
}
#calendar .calendar-event {
  height: 100%;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#calendar .calendar-event .postcode {
  font-weight: bold;
  font-size: 11px;
  padding: 10px 10px 5px 10px;
}
#calendar .calendar-event .distance {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 8px;
  color: #fff;
  background: #000;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
#calendar .calendar-event .customer {
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 5px 10px;
}
#calendar .calendar-event .description {
  margin: 3px 0;
  padding: 5px 10px;
}
#calendar .calendar-event .calendar-icons {
  position: absolute;
  top: 8px;
  right: 8px;
}
#calendar .calendar-event .calendar-icons .calendar-type, #calendar .calendar-event .calendar-icons .calendar-category {
  margin: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: right;
}
#calendar .fc-widget-header {
  background: #2196F3 !important;
}
#calendar .fc-day-header {
  color: #fff !important;
}
#calendar .fc-time-grid .fc-slats td {
  height: 160px;
}
#calendar .fc-axis {
  text-align: center !important;
  font-weight: bold !important;
}
#calendar .fc-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#calendar .fc-event-container {
  margin: 0 !important;
}
#calendar .fc-event {
  background: transparent !important;
  padding: 5px;
}

#card-element {
  padding-top: 9px;
}
#card-element .CardBrandIcon-container {
  top: -1px;
}

.checkbox.checkbox-css input {
  display: block;
  opacity: 0;
  position: absolute;
}

.form-date .select2 {
  margin-right: 10px;
}

.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > th {
  padding: 10px 10px !important;
}

#invoice .left {
  float: left;
}
#invoice .right {
  float: right;
}
#invoice .header h2 {
  font-size: 28px;
  margin: -20px 0 0 100px;
  padding: 0;
  color: #1b4572;
  float: right;
  font-weight: bold;
  width: 110px;
}
#invoice .header .right {
  padding-top: 13px;
}
#invoice .header .right div {
  float: right;
  width: 100px;
  height: 2px;
  margin-top: 20px;
  background: #aecb36;
}
#invoice .invoice-text {
  margin-top: 30px;
  font-size: 13px;
}
#invoice .invoice-text p {
  margin: 0;
  padding: 0;
}
#invoice .invoice-text .right {
  padding-top: 20px;
}
#invoice .invoice-customer {
  margin-top: 30px;
}
#invoice .invoice-customer .header {
  background: #1b4572;
  border: none;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
}
#invoice .invoice-customer p {
  padding-left: 8px;
}
#invoice .invoice-table {
  margin-top: 20px;
}
#invoice .invoice-table table {
  width: 100%;
  border: 0;
}
#invoice .invoice-table table thead th {
  border: 0;
  background: #1b4572;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
  text-align: left;
}
#invoice .invoice-table table tbody tr td {
  padding: 10px 8px;
  border-bottom: 1px solid lightgrey;
}
#invoice .invoice-table table tbody tr td:first-child {
  font-weight: bold;
}
#invoice .invoice-summary {
  margin-top: 40px;
}
#invoice .invoice-summary p {
  padding-left: 8px;
}
#invoice .invoice-summary .header {
  background: #1b4572;
  border: none;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 10px 8px;
}
#invoice .invoice-summary table tr td {
  padding: 7px 8px;
}
#invoice .invoice-summary table tr.summary td {
  border-top: 2px solid #aecb36;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 950px;
  }
}

/*# sourceMappingURL=app.css.map */
