table.table-dynamic thead {
  border: 1px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
}
table.table-dynamic thead th {
  cursor: pointer;
  padding: 0 10px !important;
  padding-right: 30px !important;
  border-right: 1px solid #ebebeb;
  line-height: 45px !important;
  white-space: nowrap;
  position: relative;
}
table.table-dynamic thead th:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  content: '\e150';
  color: #dfdfdf;
}
table.table-dynamic thead th.sort-ascending:after {
  font-family: FontAwesome;
  content: '\f160';
  color: #6f6a71;
}
table.table-dynamic thead th.sort-descending:after {
  font-family: FontAwesome;
  content: '\f161';
  color: #6f6a71;
}
table.table-dynamic thead th.no-sort {
  cursor: default;
}
table.table-dynamic thead th.no-sort:after {
  display: none !important;
  padding-right: 14px !important;
}
table.table-dynamic thead th.table_checkbox {
  width: 30px;
  text-align: center;
  padding-right: 14px !important;
}
table.table-dynamic thead th.table_checkbox label.checkbox {
  transform: translateY(6px);
}
table.table-dynamic tbody {
  border: 1px solid #ebebeb;
  background: #fff;
}
table.table-dynamic tbody tr.hide-filter {
  display: none !important;
}
table.table-dynamic tbody tr td {
  border-right: 1px solid #ebebeb;
  padding: 7px 10px;
  color: #706a72;
  vertical-align: middle;
}
table.table-dynamic tbody tr.off-page {
  display: none;
}
div.table-pagination * {
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
div.table-pagination ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
div.table-pagination ul li {
  display: inline-block;
  background-color: white;
  border: 1px solid #dddddd;
  color: inherit;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
div.table-pagination ul li.active {
  background-color: #f4f4f4;
  border-color: #dddddd;
  color: inherit;
  cursor: default;
  z-index: 2;
}
body {
  background: #F5F5F5;
  color: #373A3C;
}
a {
  color: #373A3C;
}
@media (min-width: 1200px) {
  .visible1200 {
    display: none;
  }
}
.errors p {
  margin: 0 0 15px;
  padding: 15px;
  background-color: #f2dede;
}
.grey {
  color: grey;
}
.btn-success {
  background-color: #00AD68;
}
.buttonDisabled {
  pointer-events: none;
}
.hide {
  display: none;
}
div.stickyHeader {
  top: 0;
  position: fixed;
  _position: absolute;
}
span.multiselect-native-select {
  display: block;
}
.flex {
  display: flex;
}
.flex-direction-row {
  flex-direction: row;
}
.flex-direction-column {
  flex-direction: column;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.mr-12 {
  margin-right: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.vehicle_progress {
  min-width: 220px;
  text-align: center;
}
.vehicle_progress.vp_customer {
  min-width: 150px;
}
.vehicle_progress.vp_customer .progress {
  width: 100%;
}
.vehicle_progress .progress {
  width: 70%;
  margin-bottom: 0;
}
.vehicle_progress .time {
  width: 30%;
  text-align: right;
}
.progress-bar {
  background-color: #00AD68;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.progress-bar.prog_75 {
  background-color: #F0AD4E;
}
.progress-bar.prog_100 {
  background-color: #D9534F;
}
#notifications {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1999;
  max-width: 300px;
}
#notifications > div {
  position: relative;
  background: #72b62e;
  margin-bottom: 15px;
  padding: 15px 20px;
  cursor: pointer;
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  min-width: 250px;
}
#notifications > div div.bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
}
#notifications > div.success {
  background: #00AD68;
}
#notifications > div.info {
  background: #3099dc;
}
#notifications > div.warning {
  background: #f39d08;
}
#notifications > div.danger,
#notifications > div.error {
  background: #e74b3a;
}
#login {
  margin-top: 160px;
  padding: 40px 80px 100px;
  background: #fff;
}
#login .logo {
  margin-bottom: 40px;
  text-align: center;
}
#login > form .alert {
  text-align: center;
}
#login > form .form-group {
  margin-bottom: 30px;
}
#login > form .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: normal;
}
#login > form .form-group .lookup {
  background-color: cyan;
  display: flex;
}
#login > form .form-group .lookup button {
  height: 34px;
}
#login > form .form-group input {
  outline: none !important;
  box-shadow: none !important;
  border: 0;
  background: #fff !important;
  border: 1px solid #ddd;
  padding: 12px 11px;
  height: 40px;
  font-size: 16px;
}
#login > form .submit {
  text-align: center;
}
#login > form .submit button {
  padding: 11px 29px;
}
header {
  background: #fff;
  padding: 15px 30px 20px 15px;
}
header .logo {
  max-width: 150px;
}
header .user {
  float: right;
  padding: 15px 0;
}
header .nav_elements {
  list-style: none;
  float: right;
  padding: 18px 90px 0 0;
}
@media (max-width: 1000px) {
  header .nav_elements {
    padding-right: 50px;
  }
}
header .nav_elements > li {
  padding-left: 40px;
  float: left;
  position: relative;
}
header .nav_elements > li:first-child {
  padding-left: 0;
}
@media (max-width: 1000px) {
  header .nav_elements > li {
    padding-left: 40px;
  }
}
header .nav_elements > li > a {
  color: #373A3C;
  font-size: 20px;
  cursor: pointer;
}
header .nav_elements > li .unread_updates {
  color: #FFFFFF;
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 3px 6px;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 15px;
  background-color: red;
}
@media (max-width: 768px) {
  header .nav_elements {
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
  }
  header .nav_elements li {
    width: 100%;
    float: none;
  }
}
.contents {
  padding: 20px;
}
.contents .section {
  margin-bottom: 38px;
}
.contents .section .title {
  margin-bottom: 15px;
}
.contents .section .title h2 {
  font-size: 28px;
  margin: 5px 0 0 0;
}
.contents .section .title h2 small {
  font-size: 22px;
  color: #818A91;
}
.contents .section .title .buttons {
  float: right;
}
.contents .section .title .buttons .btn {
  padding: 11px 10px;
  min-width: 100px;
  font-size: 16px;
  margin-left: 10px;
}
.contents .section .table.bordered {
  border: 1px solid #c6c6c6;
  border-top: 0;
}
.contents .section .table.bordered tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.contents .section .table.bordered tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.contents .section .table thead {
  background: #eee;
}
.contents .section .table tbody {
  background: #fff;
}
.contents .section .table tbody th {
  background: #eee;
}
.contents .section .not_found {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-top: 0;
}
.filters {
  border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-right-left-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border: 1px solid #c6c6c6;
  background: #fff;
  padding: 30px 40px 20px;
  vertical-align: top;
}
@media (max-width: 920px) {
  .filters {
    padding: 20px 15px 20px;
  }
}
.filters .filter {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .filters .filter {
    float: none !important;
  }
}
@media (max-width: 1060px) {
  .filters .filter {
    padding-bottom: 5px;
  }
}
.filters .filter select :first-child {
  background: #590909;
}
.filters .filter .views {
  display: inline-block;
}
.filters .filter .views .view-link.selected {
  font-weight: bold;
  margin-right: 10px;
}
.filters .filter > label,
.filters .search > label {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .filters .filter > label span,
  .filters .search > label span {
    display: none;
  }
}
.filters select {
  margin-right: 10px;
  width: 180px;
  display: inline-block;
  font-size: 14px;
  padding: 9px 18px 9px 0;
}
@media (max-width: 1750px) {
  .filters select {
    width: 180px;
  }
}
@media (max-width: 1060px) {
  .filters select {
    width: 180px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .filters select {
    width: 100%;
  }
}
.filters select.search_filter_small {
  width: 100px;
}
@media (max-width: 1750px) {
  .filters select.search_filter_small {
    width: 100px;
  }
}
@media (max-width: 1060px) {
  .filters select.search_filter_small {
    width: 130px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .filters select.search_filter_small {
    width: 100%;
  }
}
.filters .search {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .filters .search {
    float: none !important;
  }
}
@media (max-width: 1200px) {
  .filters .search label {
    display: none;
  }
}
.filters .search .combo-search {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 500px) {
  .filters .search .combo-search {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
.filters .search .combo-search input {
  border: 0;
  border-left: 1px solid #c4c4c4;
}
.filters .search select {
  display: inline-block;
  border: 0;
  margin: 0;
  box-shadow: none !important;
}
.filters .search input {
  display: inline-block;
  width: 200px;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  background: none;
}
@media (max-width: 1800px) {
  .filters .search input {
    width: 220px;
  }
}
@media (max-width: 1600px) {
  .filters .search input {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .filters .search input {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    border-left: 0;
  }
}
#dashboard .workshop_drop {
  padding-top: 8px;
}
@media (max-width: 768px) {
  #dashboard .workshop_drop {
    padding-top: 15px;
    width: 100%;
  }
  #dashboard .workshop_drop select {
    width: auto;
    display: inline-block;
  }
}
#dashboard .workshop_drop .workshop_drop_filter {
  display: inline-block;
}
#dashboard .workshop_drop .workshop_drop_filter label {
  margin-left: 10px;
}
#dashboard .workshop_drop .workshop_drop_filter select {
  width: 150px;
}
#vehicle_graphs .overview {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  background: #fff;
}
#vehicle_graphs .overview.overview_qam .item {
  width: 50%;
  border-bottom: 0 !important;
}
#vehicle_graphs .overview.overview_qam .item:nth-child(2) {
  border-right: 0;
}
@media (max-width: 768px) {
  #vehicle_graphs .overview.overview_qam .item {
    width: 100%;
    border-right: 0;
  }
  #vehicle_graphs .overview.overview_qam .item:nth-child(1) {
    border-bottom: 1px solid #c6c6c6 !important;
  }
}
#vehicle_graphs .item {
  width: 16.6%;
  float: left;
  border-right: 1px solid #C6C6C6;
  position: relative;
  overflow: hidden;
}
#vehicle_graphs .item:nth-child(6) {
  border-right: 0;
}
@media (max-width: 1199px) {
  #vehicle_graphs .item {
    width: 50%;
    border-bottom: 1px solid #C6C6C6;
  }
  #vehicle_graphs .item:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  #vehicle_graphs .item {
    width: 100%;
    border-right: 0;
  }
}
#vehicle_graphs .item .title {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  margin-bottom: 0;
}
#vehicle_graphs .item .chart_wrapper {
  padding: 40px 0;
  position: relative;
  text-align: center;
}
#vehicle_graphs .item .chart_wrapper .chart {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
#vehicle_graphs .item .chart_overlay {
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
}
#vehicle_graphs .item .chart_overlay .amount {
  font-size: 30px;
  font-weight: bold;
}
#vehicle_graphs .item .chart_overlay .percent {
  font-size: 16px;
}
#vehicle_graphs .item .breakdown .table {
  margin-bottom: 0;
}
#vehicles #vehicles_table thead th {
  cursor: pointer;
  padding: 0 10px !important;
  padding-right: 30px !important;
  border-right: 1px solid #ebebeb;
  line-height: 45px !important;
  white-space: nowrap;
  position: relative;
}
#vehicles #vehicles_table thead th:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  content: '\e150';
  color: #dfdfdf;
}
#vehicles #vehicles_table thead th.sort-ascending:after {
  font-family: FontAwesome;
  content: '\f160';
  color: #6f6a71;
}
#vehicles #vehicles_table thead th.sort-descending:after {
  font-family: FontAwesome;
  content: '\f161';
  color: #6f6a71;
}
#vehicles #vehicles_table thead th.no-sort {
  cursor: default;
}
#vehicles #vehicles_table thead th.no-sort:after {
  display: none;
}
#vehicles #vehicles_table tbody tr.link {
  cursor: pointer;
}
#vehicles #vehicles_table tbody .track-a,
#vehicles #vehicles_table tbody .track-b {
  padding-top: 5px;
}
#vehicles #vehicles_table tbody .track-a label,
#vehicles #vehicles_table tbody .track-b label {
  padding-top: 7px;
  width: 50%;
  float: left;
}
#vehicles #vehicles_table tbody .track-a select,
#vehicles #vehicles_table tbody .track-b select {
  width: 50%;
  float: right;
}
#vehicle .vehicle_details {
  background: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  display: table;
  width: 100%;
}
#vehicle .vehicle_details .notes,
#vehicle .vehicle_details .information,
#vehicle .vehicle_details .details {
  width: 33.33%;
  padding: 30px 40px;
  display: table-cell;
}
#vehicle .vehicle_details .notes.details_c,
#vehicle .vehicle_details .information.details_c,
#vehicle .vehicle_details .details.details_c,
#vehicle .vehicle_details .notes.information_c,
#vehicle .vehicle_details .information.information_c,
#vehicle .vehicle_details .details.information_c {
  width: 50%;
}
#vehicle .vehicle_details .notes h3,
#vehicle .vehicle_details .information h3,
#vehicle .vehicle_details .details h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
#vehicle .vehicle_details .notes .i_title,
#vehicle .vehicle_details .information .i_title,
#vehicle .vehicle_details .details .i_title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
#vehicle .vehicle_details .notes dl,
#vehicle .vehicle_details .information dl,
#vehicle .vehicle_details .details dl {
  font-size: 16px;
}
#vehicle .vehicle_details .notes dl dt,
#vehicle .vehicle_details .information dl dt,
#vehicle .vehicle_details .details dl dt {
  margin-bottom: 6px;
}
#vehicle .vehicle_details .notes dl dd,
#vehicle .vehicle_details .information dl dd,
#vehicle .vehicle_details .details dl dd {
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  #vehicle .vehicle_details .notes,
  #vehicle .vehicle_details .information,
  #vehicle .vehicle_details .details {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid #c6c6c6;
    display: block;
  }
  #vehicle .vehicle_details .notes .details,
  #vehicle .vehicle_details .information .details,
  #vehicle .vehicle_details .details .details {
    border-bottom: 0;
  }
}
#vehicle .vehicle_details .details {
  border-right: 1px solid #C6C6C6;
}
#vehicle .vehicle_details .notes {
  border-right: 1px solid #C6C6C6;
}
#vehicle .vehicle_details .notes .add_note {
  margin-bottom: 25px;
}
#vehicle .vehicle_details .notes .add_note p {
  margin: 0 0 8px;
}
#vehicle .vehicle_details .notes .add_note textarea {
  height: 120px;
  width: 100%;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  margin-bottom: 10px;
}
#vehicle .vehicle_details .notes .add_note .submit .btn {
  padding: 11px 0;
  min-width: 100px;
  font-size: 16px;
  margin-left: 10px;
}
#vehicle .vehicle_details .notes .note_list {
  max-height: 540px;
  overflow-x: scroll;
}
#vehicle .vehicle_details .notes .note_list .note {
  margin-bottom: 15px;
  background: #F5F5F5;
  padding: 25px 28px;
}
#vehicle .vehicle_details .notes .note_list .note:last-child {
  margin-bottom: 0;
}
#vehicle .vehicle_details .notes .note_list .note p {
  font-size: 16px;
  margin: 0 0 10px;
}
#vehicle .vehicle_details .notes .note_list .note .author {
  font-size: 13px;
  margin-bottom: 3px;
}
#vehicle .vehicle_details .notes .note_list .note .time {
  color: #777;
  font-size: 12px;
}
#vehicle .vehicle_details .notes .files .file {
  margin-bottom: 15px;
  background: #F5F5F5;
  padding: 10px 15px;
}
#vehicle .vehicle_details .notes .files .file p {
  font-size: 16px;
  margin: 0 0 8px;
}
#vehicle .vehicle_details .notes .files .file .author {
  font-size: 13px;
  margin-bottom: 3px;
}
#vehicle .vehicle_details .notes .files .file .time {
  color: #777;
  font-size: 12px;
}
#vehicle .vehicle_details .notes .files .file .buttons {
  margin: 0;
}
#vehicle .vehicle_details .notes .file_options_form {
  border: 1px solid #C6C6C6;
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
}
#vehicle .vehicle_details .notes .file_options_form .file_options_form_header {
  width: 100%;
  display: flex;
  margin-bottom: 12px;
  font-weight: bold;
}
#vehicle .vehicle_details .notes .file_options_form .file_options_form_header .col1 {
  width: 18%;
}
#vehicle .vehicle_details .notes .file_options_form .file_options_form_header .col2 {
  width: 25%;
  text-align: center;
}
#vehicle .vehicle_details .notes .file_options_form .file_options_form_header .col3 {
  width: 30%;
  text-align: center;
}
#vehicle .vehicle_details .notes .file_options_form .file_options_form_header .col4 {
  width: 27%;
  text-align: center;
}
#vehicle .vehicle_details .notes .file_options_form .option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#vehicle .vehicle_details .notes .file_options_form .option .col1 {
  width: 18%;
}
#vehicle .vehicle_details .notes .file_options_form .option .col2 {
  width: 25%;
}
#vehicle .vehicle_details .notes .file_options_form .option .col3 {
  width: 30%;
  margin-right: 6px;
}
#vehicle .vehicle_details .notes .file_options_form .option .col4 {
  width: 27%;
}
#vehicle .vehicle_details .notes .file_options_form .option label {
  margin-top: auto;
  margin-bottom: auto;
}
#vehicle .vehicle_details .information {
  border-right: 1px solid #C6C6C6;
}
#timerModal #timer_count {
  padding: 15px 0;
  text-align: center;
  font-size: 60px;
}
#timerModal #success_message {
  background: #00AD68;
  text-align: center;
  color: #fff;
}
#timerModal #success_message p {
  margin: 0;
  padding: 10px;
  font-size: 14px;
}
#timerModal #progress_button {
  margin-top: 15px;
  text-align: center;
}
#log_time_table tbody td {
  vertical-align: middle;
}
#log_time_table .rework_required {
  background: #459090;
}
#log_time_table .sort_handle {
  background: #eee;
  width: 50px;
  text-align: center;
  font-size: 16px;
}
#log_time_table .status {
  white-space: nowrap;
  width: 90px;
}
#log_time_table .job_pack {
  white-space: nowrap;
  width: 90px;
  text-align: center;
}
#log_time_table .timer {
  white-space: nowrap;
  text-align: right;
  width: 100px;
}
#log_time_table .buttons {
  width: 270px;
  white-space: nowrap;
}
#log_time_table .buttons .log_buttons {
  display: none;
}
#log_time_table .progress_bar {
  width: 15%;
}
#log_time_table .progress_bar .progress {
  width: 100%;
  height: 35px;
  margin-bottom: 0;
}
#log_time_table .progress_bar .progress .progress-bar {
  line-height: 35px;
}
#log_time_table .next_workshop {
  display: inline-block;
  width: auto;
}
#reports .date-filters {
  margin-bottom: 20px;
}
#reports .date-filters .date-filter {
  margin-right: 10px;
  width: 200px;
}
#reports .date-filters .date-filter input {
  position: relative;
}
#reports .date-filters .date-filter input:before {
  position: absolute;
  left: 0;
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
}
#reports .date-filters .separator {
  margin-right: 10px;
  line-height: 30px;
}
#reports span.multiselect-native-select {
  display: inline;
}
#kpis .ui-datepicker-trigger {
  width: 32px;
  cursor: pointer;
}
#kpis .page-title {
  float: left;
  margin: 5px 0px 20px 40px;
  font-weight: 700;
  font-size: 28px;
  line-height: 29px;
}
#kpis .page-subtitle {
  float: right;
  margin: 5px 40px 20px 0px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
#kpis .hood {
  position: relative;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  padding: 50px 0 50px;
  text-align: center;
}
#kpis .hood .clock {
  position: absolute;
  top: 60px;
  left: 30px;
  text-align: left;
}
#kpis .hood .clock .clock-label {
  font-size: 14px;
  line-height: 16px;
  color: #373A3C;
}
#kpis .hood .clock .clock-time {
  font-weight: 500px;
  font-size: 24px;
  line-height: 29px;
  color: #373A3C;
}
#kpis .box {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 40px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  vertical-align: middle;
}
#kpis .box.box-small {
  min-width: 26px;
  height: 26px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  line-height: 26px;
}
#kpis .box.box-large {
  min-width: 100px;
  height: 100px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 60px;
  line-height: 100px;
}
#kpis .box.box-red {
  background-color: #D9534F;
  color: #FFFFFF;
}
#kpis .box.box-gray {
  background-color: #C6C6C6;
  color: #373A3C;
}
#kpis .box.box-green {
  background-color: #00AD68;
  color: #FFFFFF;
}
#kpis .target {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #373A3C;
}
#kpis .target .value {
  font-weight: 700;
}
#kpis .target.target-inline {
  display: inline;
  margin-left: 5px;
}
#kpis .target.target-large {
  font-size: 16px;
  line-height: 24px;
}
#kpis .table {
  border: 1px solid #C6C6C6;
  background-color: #fff;
  width: 100%;
}
#kpis .table thead tr th {
  background-color: #ECEEEF;
  border-bottom: none;
}
#kpis .table tbody tr {
  height: 66px;
}
#kpis .table tbody tr.sub {
  display: none;
}
#kpis .table tbody tr.sub td {
  background-color: #F5F5F5;
}
#kpis .table tbody tr td {
  vertical-align: middle;
}
#kpis .table tbody tr td .unfold .folded-down {
  display: none;
}
#kpis .table tbody tr td .unfold .folded-up {
  display: inline;
}
#kpis .table tbody tr td .time {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #373A3C;
}
#kpis .table tbody tr td .date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #373A3C;
}
#kpis .table tbody tr td .dow {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #373A3C;
}
#kpis .table tbody tr td input.error {
  border-color: red;
}
#kpis .table tbody tr td input.warning {
  border-color: orange;
}
#kpis .table tbody tr td input.success {
  border-color: green;
}
#kpis .table tbody tr td input.saving {
  border-color: lightgray;
  color: lightgray;
}
#kpis .table tbody tr td .i40x60 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  height: 40px;
  width: 60px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 16px;
  -moz-appearance: textfield;
}
#kpis .table tbody tr td .i40x60::-webkit-inner-spin-button,
#kpis .table tbody tr td .i40x60::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#kpis .table tbody tr td .unfold {
  position: relative;
  display: block;
  height: 20px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #373A3C;
  text-decoration: none;
}
#kpis .table tbody tr td .unfold:hover {
  text-decoration: none;
}
#kpis .table tbody tr:first-child td {
  border-top: none;
}
#kpis .table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#kpis .table tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#kpis .table tbody tr.unfold-open td {
  background-color: #F5F5F5;
}
#kpis .table tbody tr.unfold-open td .unfold .folded-up {
  display: none;
}
#kpis .table tbody tr.unfold-open td .unfold .folded-down {
  display: inline;
}
#kpis .table tbody tr.unfold-open + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis .table tbody tr.unfold-open + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub + .sub {
  display: table-row;
}
#kpis.kpis-entry .hood .navigation,
#kpis.kpis-overall-planner .hood .navigation,
#kpis.kpis-workshop-manager .hood .navigation {
  margin-top: 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #373A3C;
}
#kpis.kpis-entry .hood .navigation .nav-left,
#kpis.kpis-overall-planner .hood .navigation .nav-left,
#kpis.kpis-workshop-manager .hood .navigation .nav-left,
#kpis.kpis-entry .hood .navigation .nav-right,
#kpis.kpis-overall-planner .hood .navigation .nav-right,
#kpis.kpis-workshop-manager .hood .navigation .nav-right {
  position: relative;
  top: -3px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  color: #C6C6C6;
}
#kpis.kpis-entry .hood .navigation .nav-left:hover,
#kpis.kpis-overall-planner .hood .navigation .nav-left:hover,
#kpis.kpis-workshop-manager .hood .navigation .nav-left:hover,
#kpis.kpis-entry .hood .navigation .nav-right:hover,
#kpis.kpis-overall-planner .hood .navigation .nav-right:hover,
#kpis.kpis-workshop-manager .hood .navigation .nav-right:hover {
  color: #C6C6C6;
}
#kpis.kpis-entry tfoot td,
#kpis.kpis-overall-planner tfoot td,
#kpis.kpis-workshop-manager tfoot td {
  padding: 20px 10px;
  background: #F5F5F5;
}
#kpis.kpis-entry .column-total .label,
#kpis.kpis-overall-planner .column-total .label,
#kpis.kpis-workshop-manager .column-total .label,
#kpis.kpis-entry .column-total .total,
#kpis.kpis-overall-planner .column-total .total,
#kpis.kpis-workshop-manager .column-total .total {
  font-size: 14px;
}
#kpis.kpis-entry .column-total .label,
#kpis.kpis-overall-planner .column-total .label,
#kpis.kpis-workshop-manager .column-total .label {
  text-align: left;
  padding: 0 0 5px 0;
  display: block;
  color: #373A3C;
  font-weight: normal;
}
#kpis.kpis-entry .column-total .total,
#kpis.kpis-overall-planner .column-total .total,
#kpis.kpis-workshop-manager .column-total .total {
  font-weight: bold;
}
#kpis.kpis-workshop-manager .hood .info .info-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #373A3C;
}
#kpis.kpis-workshop-manager .hood .info .info-subtitle {
  font-size: 400;
  font-size: 14px;
  line-height: 14px;
}
#kpis.kpis-workshop-manager .hood .info .info-subtitle a {
  font-weight: 500;
  color: #0054F2;
  text-decoration: underline;
}
#kpis.kpis-overall-planner .hood {
  border-bottom: 1px solid #C6C6C6;
}
#kpis.kpis-overall-planner .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin: 50px 0 0 0;
}
#kpis.kpis-overall-planner .tiles .tile {
  margin-bottom: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  background-color: #fff;
  width: 30%;
  padding: 30px 0 30px 30px;
}
@media (max-width: 1279px) {
  #kpis.kpis-overall-planner .tiles .tile {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #kpis.kpis-overall-planner .tiles .tile {
    width: 100%;
  }
}
#kpis.kpis-overall-planner .tiles .tile .tile-title {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #373A3C;
}
#kpis.kpis-overall-planner .tiles .tile .tile-title a.btn {
  margin-right: 30px;
}
#kpis.kpis-overall-planner .tiles .table-2 {
  border: none;
  width: 100%;
}
#kpis.kpis-overall-planner .tiles .table-2 tr th,
#kpis.kpis-overall-planner .tiles .table-2 tr td {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
}
#kpis.kpis-overall-planner .tiles .table-2 tr th.stat,
#kpis.kpis-overall-planner .tiles .table-2 tr td.stat {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #373A3C;
}
#kpis.kpis-overall-planner .tiles .table-2 tr th.data,
#kpis.kpis-overall-planner .tiles .table-2 tr td.data {
  width: 220px;
}
#kpis.kpis-overall-planner .tiles .table-2 tr:last-child th,
#kpis.kpis-overall-planner .tiles .table-2 tr:last-child td {
  border-bottom: none;
}
#kpis.kpis-manager .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
#kpis.kpis-manager .tiles .tile {
  margin-bottom: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #C6C6C6;
  background-color: #fff;
  width: 18%;
  padding: 30px 30px 90px 30px;
}
@media (max-width: 1279px) {
  #kpis.kpis-manager .tiles .tile {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #kpis.kpis-manager .tiles .tile {
    width: 100%;
  }
}
#kpis.kpis-manager .tiles .tile .tile-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  color: #373A3C;
}
#kpis.kpis-manager .tiles .tile .target {
  margin-top: 10px;
}
#dashboard-targets .targets {
  margin-top: 25px;
}
#dashboard-targets .targets .target {
  width: 18%;
  background: white;
  display: inline-block;
  text-align: center;
  padding: 4% 0 5% 0;
  margin-right: 1%;
  border: 1px solid #C6C6C6;
}
#dashboard-targets .targets .target:last-child {
  margin-right: 0;
}
#dashboard-targets .targets .target .target-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
#dashboard-targets .targets .target .target-data {
  display: inline-block;
  width: auto;
  height: 100px;
  padding: 0 30px;
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  margin: 15px 0;
  min-width: 105px;
}
#dashboard-targets .targets .target .target-data.red {
  background-color: #D9534F;
}
#dashboard-targets .targets .target .target-data.gray {
  background-color: #C6C6C6;
}
#dashboard-targets .targets .target .target-data.green {
  background-color: #00AD68;
}
.traffic_light.green {
  background-color: #00AD68;
}
.traffic_light.yellow {
  background-color: yellow;
}
.traffic_light.red {
  background-color: #D9534F;
}
.chassis_lookup {
  display: flex;
}
.chassis_lookup .form-group {
  width: 100%;
}
.chassis_lookup imput {
  width: 100%;
}
.chassis_lookup button {
  height: 34px;
  margin-top: 25px;
  margin-left: 12px;
}
#assetLookupModal .modal-dialog .modal-content .modal-body .search-for-asset {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 12px;
}
#assetLookupModal .modal-dialog .modal-content .modal-body .search-for-asset button {
  height: 33px;
}
#assetLookupModal .modal-dialog .modal-content .modal-body .search-for-asset #id-asset-search-input {
  margin-right: 12px;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row {
  width: 100%;
  display: flex;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields {
  width: 100%;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields .fields {
  display: flex;
  flex-direction: row;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields .fields .col-1 {
  padding-left: 6px;
  width: 12%;
  text-align: left;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields .fields .col-2 {
  width: 38%;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields .fields .col-3 {
  width: 25%;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .a-fields .fields .col-4 {
  width: 25%;
}
#assetLookupModal .modal-dialog .modal-content .modal-body #id-asset-list .row .col-5 {
  width: 10%;
  color: green;
  text-decoration: underline;
}
#assetLookupModal .modal-dialog .modal-content .modal-body input {
  width: 100%;
}
.asset_lookup_group {
  width: 100%;
}
.asset_lookup_group #id-asset-lookup-search-tem {
  margin-right: 12px;
}
.asset_lookup_group .form-group {
  width: 100%;
  padding-right: 12px;
}
.asset_lookup_group button {
  height: 34px;
}
.qrcode {
  /*svg {
        width: 100px;
        height: 100px;
    }*/
}
#tracking_page {
  background-color: white;
}
#tracking_page .tracking-time {
  background-color: #e8e7fe;
}
#tracking_page .tracking-vehicle {
  background-color: #ecfee7;
}
#tracking_page .tracking-details {
  background-color: #efecfa;
}
#tracking_page .track-location {
  padding: 6px;
  border: 2px solid black;
}
#tracking_page .track-location .location {
  margin-bottom: 12px;
  border: 1px solid black;
  padding: 12px;
}
#tracking_page .track-location .location .field-group .field-label {
  width: 50%;
  font-weight: bold;
}
#tracking_page .track-location .location .location-control {
  margin-bottom: 24px;
}
#tracking_page .track-location .location .location-control .location-field {
  margin-right: 24px;
}
#tracking_page .track-location .location .location-control .location-startstop-button {
  width: 100%;
}
#tracking_page .track-location .location .location-control .location-startstop-button .log_buttons {
  display: none;
}
#tracking_page .track-location .location .location-control .location-startstop-button .log_buttons.show {
  display: block;
}
#tracking_page .track-location .location .location-control .location-startstop-button button {
  width: 100%;
}
#tracking_page .track-location .location .location-control .location-startstop-button .not_started {
  background-color: grey;
}
#tracking_page .track-location .location .location-control .location-startstop-button .running {
  background-color: red;
}
#tracking_page .track-location .location .location-control .location-startstop-button .stopped {
  background-color: green;
}
#tracking_page .track-location .location .current-timing .current_time {
  font-weight: bold;
}
#tracking_page .track-location .location .current-timing .in-progress {
  color: green;
}
#tracking_page .track-location .location .current-timing .paused {
  color: red;
}
#tracking_page .track-table {
  width: 100%;
  border: 2px solid black;
  border-bottom: unset;
}
#tracking_page .track-table .track-row {
  width: 100%;
  display: flex;
}
#tracking_page .track-table .track-row .track-column {
  width: 50%;
  padding: 12px;
  font-weight: bold;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
#tracking_page .track-table .track-row .status_late {
  color: red;
}
#tracking_page .track-table .track-row .track-value {
  width: 50%;
  padding: 12px;
  border-bottom: 2px solid black;
}
#tracking_page .track-table .track-row .track-value .button {
  width: 100%;
}
#tracking_page .track-table .track-row .track-value .location_input {
  width: 100%;
}
.map .sites {
  width: 100%;
}
.map .sites .site {
  width: 120px;
  height: 40px;
  background-color: grey;
}
.map .sites .active {
  background-color: blue;
  color: white;
}
.map .popup {
  top: 35%;
  left: 26%;
  width: 50%;
  min-width: 375px;
  height: 26%;
  background-color: white;
  position: absolute;
  border: 1px solid grey;
  border-radius: 14px 14px;
}
.map .popup .popup-title {
  display: flex;
  overflow: hidden;
  color: #fff;
  border: 1px solid #333;
  align-items: center;
  background-color: black;
  border-top-left-radius: 14px 14px;
  border-top-right-radius: 14px 14px;
}
.map .popup .popup-title .popup-title-left {
  padding: 1em;
  margin-right: auto;
}
.map .popup .popup-title .popup-title-right {
  padding: 1em;
}
.map .popup .popup-title .popup-title-right .close_popup_button_holder {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.map .popup .popup-title .popup-title-right .close_popup_button_holder .close_popup_button {
  color: white;
  background-color: black;
}
.map .popup .popup_body .popup-table {
  margin: 12px;
  height: 210px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  border-left: 1px solid grey;
}
.map .popup .popup_body .popup-table .popup-table-row-filler {
  height: 100%;
}
.map .popup .popup_body .popup-table .popup-table-row,
.map .popup .popup_body .popup-table .popup-table-header-row {
  width: 100%;
  display: flex;
}
.map .popup .popup_body .popup-table .popup-table-row .popup-table-col-head,
.map .popup .popup_body .popup-table .popup-table-header-row .popup-table-col-head {
  background-color: grey;
  width: 33.333%;
  padding: 6px;
  border-right: 1px solid white;
  color: white;
}
.map .popup .popup_body .popup-table .popup-table-row .popup-table-col-head:last-child,
.map .popup .popup_body .popup-table .popup-table-header-row .popup-table-col-head:last-child {
  border-right: none;
}
.map .popup .popup_body .popup-table .popup-table-row .popup-table-col,
.map .popup .popup_body .popup-table .popup-table-header-row .popup-table-col {
  width: 33.333%;
  padding: 6px;
  border-right: 1px solid grey;
  color: black;
}
.map .popup .popup_body .popup-table .popup-table-row .popup-table-col:last-child,
.map .popup .popup_body .popup-table .popup-table-header-row .popup-table-col:last-child {
  border-right: none;
}
