﻿.trackingItemSelected {
  border: 1px solid white;
}

.form-control.error {
  background-color: #fde1e1;
}

label.error {
  padding: 5px;
  font-size: x-small;
  font-weight: bold;
  color: red;
}

.side-panel-menu-custom {
  padding-bottom: 30px;
  padding-top: 5px;
}

.dropzone {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
  color: #888;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
  min-height: 150px;
  padding: 20px 20px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  background: #f8f8f8;
}

.dropzone .dz-message {
  text-align: center;
  font-size: 16px;
  color: #888;
  border: 0px dashed #ccc;
  background: #f8f8f8;
}

.dropzone .dz-message span i {
  height: 32px;
  font-size: 16px;
}

.summaryData {
  font-style: italic;
}