.maincontent {
  margin-top: 60px;
}
.modal-content {
  background-color: #252830 !important;
}
.modal-content > .modal-header > h1,
.modal-content > .modal-header > h2,
.modal-content > .modal-header > h3,
.modal-content > .modal-header > h4,
.modal-content > .modal-header > h5,
.modal-content > .modal-header > button,
.modal-content > .modal-body {
  color: #cfd2da !important;
}
.chartDescriptionBox {
  padding-top: 20px;
  padding-left: 20px;
}
.leaflet-container {
  width: 100%;
  height: 800px;
}
select {
  color: #0a0b0d !important;
}
.table > tbody > tr > td.warning {
  background-color: #ff493f !important;
}
.table thead tr th {
  padding: 0.5rem;
}
.table tbody tr td {
  padding: 0.5rem;
}
.table tbody .active-row {
  background-color: rgba(25, 151, 198, 0.2);
}
.table tbody .active-row:hover {
  background-color: rgba(25, 151, 198, 0.5);
}
tr > td > input {
  color: #0a0b0d !important;
}
div > input {
  color: #0a0b0d !important;
}
textarea {
  color: #0a0b0d !important;
}
.bootstrap-datetimepicker-widget {
  background-color: #252830 !important;
  border: 1px solid #ffffff !important;
}
.bootstrap-datetimepicker-widget > .row {
  background-color: #252830 !important;
}
.datepicker > div.datepicker-days {
  display: block;
}
.datepicker > div.datepicker-days td.day {
  color: #cfd2da;
}
.datepicker > div.datepicker-days td.disabled {
  color: #51586a;
}
div.date > input.form-control {
  background-color: #ffffff;
}
#mapTechnicianPanel,
#mapCustomerPanel {
  display: none;
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 980;
  background-color: #252830 !important;
  color: #cfd2da;
}
.leaflet-popup > .leaflet-popup-content-wrapper > .leaflet-popup-content > div > p {
  color: #0a0b0d !important;
}
/****************************************** Timeline begin ******************************************/
.taskline-container {
  overflow: auto;
}
.taskline-container ul.timeline {
  margin-top: 1em;
}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: start;
}
.timeline .li {
  transition: all 200ms ease-in;
}
.timeline .li .timestamp {
  margin-bottom: 20px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}
.timeline .li .status {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.timeline .li .status h4 {
  margin-top: 15px;
  color: #cfd2da;
}
.timeline .li .status:before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}
.timeline .li .complete .status {
  border-top: 2px solid #15B51D;
}
.timeline .li .complete .status:before {
  background-color: #15B51D;
  border: none;
  transition: all 200ms ease-in;
}
@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }
  .timeline .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }
  .timeline .li .timestamp {
    width: 100px;
  }
  .timeline .li .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}
/****************************************** Timeline end ******************************************/
.width-10-p {
  width: 10%;
}
.width-20-p {
  width: 20%;
}
.width-30-p {
  width: 30%;
}
.width-40-p {
  width: 40%;
}
.width-50-p {
  width: 50%;
}
.width-60-p {
  width: 60%;
}
.width-70-p {
  width: 70%;
}
.width-80-p {
  width: 80%;
}
.width-90-p {
  width: 90%;
}
.width-100-p {
  width: 100%;
}
.ma-top-20 {
  margin-top: 20px;
}
.ma-top-25 {
  margin-top: 25px;
}
.ma-top-50 {
  margin-top: 50px;
}
.font-size-2em {
  font-size: 2em;
}
.overview-diagram {
  height: 200px;
  color: #0a0b0d;
  border-radius: 4px;
}
.diag-yellow {
  background-color: #E4D836;
}
.diag-turquoise {
  background-color: #1BC98E;
}
.diag-purple {
  background-color: #9F86FF;
}
.diag-red {
  background-color: #E64759;
}
/****************************************** Calendar begin ******************************************/
.fc-unthemed .fc-body .fc-bg td.fc-today {
  background: #151D30;
}
/****************************************** Calendar end ******************************************/
.cursor-pointer {
  cursor: pointer;
}
.pagination li.page-item.disabled a.page-link {
  border-color: #434857;
}
.pagination li.page-item.disabled a.page-link.show-not-disabled {
  color: #51586a;
  background-color: #252830;
  border: 1px solid #434857;
}
.pagination.justify-content-center {
  margin-bottom: 0;
}
button.btn.disabled,
button.btn:disabled {
  opacity: 0.4;
}
button.btn-outline-warning.disabled,
button.btn-outline-warning:disabled {
  background-color: #555555;
}
button.btn-outline-primary.disabled,
button.btn-outline-primary:disabled {
  background-color: #555555;
}
button.btn-outline-success.disabled,
button.btn-outline-success:disabled {
  background-color: #555555;
}
button.btn-outline-danger.disabled,
button.btn-outline-danger:disabled {
  background-color: #555555;
}
button.btn-outline-info.disabled,
button.btn-outline-info:disabled {
  background-color: #555555;
}
.card-body strong {
  font-weight: bold;
}
.card-body hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.dropdown-menu.dropdown-menu-primary {
  background-color: #1a1c22;
  border-color: #1997c6;
}
.dropdown-menu.dropdown-menu-primary .dropdown-item-text {
  color: #ffffff;
}
.dropdown-menu.dropdown-menu-primary .dropdown-item {
  color: #1997c6;
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover {
  background-color: #3A3A42;
}
.dropdown-menu.dropdown-menu-primary .dropdown-divider {
  border-top: 1px solid #1997c6;
}
.fc-right .fc-state-disabled {
  border-color: #1997c6;
  background-color: #3A3A42;
  color: #1997c6;
  text-shadow: none;
}
.fc-right .fc-state-default {
  background-image: none;
  background-color: #1a1c22;
  border-color: #1997c6;
  color: #1997c6;
  text-shadow: none;
}
