@font-face {
  font-family: AvalonBold;
  font-style: normal;
  src: url("../fonts/Avalon-Medium.otf");
}
@font-face {
  font-family: AvalonBook;
  font-style: normal;
  src: url("../fonts/Avalon-Book.otf");
}
@font-face {
  font-family: Digital;
  font-style: normal;
  src: url("../fonts/digital-7.ttf");
}
@font-face {
  font-family: AvalonBold;
  font-style: normal;
  src: url("../fonts/Avalon-Medium.otf");
}
@font-face {
  font-family: Rubik-Black;
  font-style: normal;
  src: url("../fonts/Rubik-Black.ttf");
}
@font-face {
  font-family: Rubik-BlackItalic;
  font-style: normal;
  src: url("../fonts/Rubik-BlackItalic.ttf");
}
@font-face {
  font-family: Rubik-Regular;
  font-style: normal;
  src: url("../fonts/Rubik-Regular.ttf");
}
@font-face {
  font-family: Rubik-Bold;
  font-style: normal;
  src: url("../fonts/Rubik-Bold.ttf");
}
@font-face {
  font-family: Rubik-BoldItalic;
  font-style: normal;
  src: url("../fonts/Rubik-BoldItalic.ttf");
}
@font-face {
  font-family: Rubik-Medium;
  font-style: normal;
  src: url("../fonts/Rubik-Medium.ttf");
}
@font-face {
  font-family: Rubik-MediumItalic;
  font-style: normal;
  src: url("../fonts/Rubik-MediumItalic.ttf");
}
@font-face;
Rubik-LightItalic font-style normal {
  src: url("../fonts/Rubik-LightItalic.ttf");
}
@font-face {
  font-family: Rubik-Light;
  font-style: normal;
  src: url("../fonts/Rubik-Light.ttf");
}
@font-face {
  font-family: Rubik-Italic;
  font-style: normal;
  src: url("../fonts/Rubik-Italic.ttf");
}
@font-face {
  font-family: DIN;
  font-style: normal;
  src: url("../fonts/DINAlternate-Bold.ttf");
}
html,
body {
  font: 16px "AvalonBook", Helvetica, Arial, sans-serif;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
}
.center {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.bold {
  font-weight: bold;
}
.bg-white {
  background-color: #fff;
}
.bg-white-10 {
  background-color: rgba(255,255,255,0.102);
}
.main-color {
  color: #699a2c;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.bg-green {
  background-color: #008000;
}
.bg-red {
  background-color: #f00 !important;
}
.white {
  color: #fff;
}
.gray {
  color: #808080;
}
.green {
  color: #008000;
}
.red {
  color: #f00;
}
.silver {
  color: #c0c0c0;
}
.black {
  color: #000 !important;
}
.error {
  color: #f00 !important;
}
.error > * {
  color: #f00 !important;
}
#index-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/background.png");
  background-size: 100% 100%;
}
#index-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(192,192,192,0.69);
}
.bg-semi-white {
  background-color: rgba(255,255,255,0.58) !important;
}
.flex-1 {
  flex: 1 1 auto;
}
.flex-2 {
  flex: 2 2 auto;
}
.flex-2 {
  flex: 2 2 auto;
}
.flex-3 {
  flex: 3 3 auto;
}
.flex-4 {
  flex: 4 4 auto;
}
.flex-5 {
  flex: 5 5 auto;
}
.flex-6 {
  flex: 6 6 auto;
}
.flex-7 {
  flex: 7 7 auto;
}
.flex-8 {
  flex: 8 8 auto;
}
.flex-9 {
  flex: 9 9 auto;
}
.no-resize {
  resize: none;
}
.no-wrap-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
}
.monospace {
  font-family: monospace;
}
.swal2-shown.swal2-height-auto {
  height: 100% !important;
}
.layout-logo {
  height: 50px;
}
.hover-with-opacity {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.hover-with-opacity:hover {
  opacity: 0.6;
}
.hover:hover {
  cursor: pointer;
}
.hover-opacity:hover {
  cursor: pointer;
  opacity: 0.7;
}
#spinner {
  width: 20px;
  width: 20px;
}
.table.hover tbody tr:hover {
  background-color: #e4e2e2;
  color: #000;
  font-weight: bold !important;
}
.table tbody tr.selected {
  background-color: #c0c0c0 !important;
}
.table tbody tr.selected th,
.table tbody tr.selected td {
  color: #000 !important;
  font-weight: bold !important;
}
.hidden {
  display: none !important;
}
.small {
  font-size: 0.875em !important;
}
.x-small {
  font-size: 0.5em !important;
}
.xx-small {
  font-size: 0.35em !important;
}
.smaller {
  font-size: 0.75em !important;
}
.normal {
  font-size: 1em !important;
}
.big {
  font-size: 1.125em !important;
}
.bigger {
  font-size: 1.25em !important;
}
.extra-small {
  font-size: 0.5em !important;
}
.overflow-v {
  overflow-y: visible;
}
.overflow-v-auto {
  overflow-y: auto;
}
.label-1 {
  font-weight: 600;
  color: rgba(1,41,112,0.6);
}
.clickable {
  cursor: pointer;
}
.unclickable {
  cursor: none;
  pointer-events: none;
}
.w-0 {
  width: 0 !important;
}
.w-5 {
  width: 5% !important;
}
.w-6 {
  width: 6% !important;
}
.w-7 {
  width: 7% !important;
}
.w-8 {
  width: 8% !important;
}
.w-9 {
  width: 9% !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-px-10 {
  width: 10px !important;
}
.w-px-20 {
  width: 20px !important;
}
.w-px-25 {
  width: 25px !important;
}
.w-px-30 {
  width: 30px !important;
}
.w-px-40 {
  width: 40px !important;
}
.w-px-50 {
  width: 50px !important;
}
.w-px-60 {
  width: 60px !important;
}
.w-px-70 {
  width: 70px !important;
}
.w-px-75 {
  width: 75px !important;
}
.w-px-80 {
  width: 80px !important;
}
.w-px-90 {
  width: 90px !important;
}
.w-px-100 {
  width: 100px !important;
}
#preview-media-modal video {
  width: 100%;
}
.dataTable-table > thead > tr > th {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.table {
  margin-bottom: 0 !important;
}
.table.hover td,
.table.hover label {
  cursor: pointer !important;
}
.dataTable-table th {
  font-size: 14px;
}
.dataTable-table .not-sortable .dataTable-sorter:before,
.dataTable-table .not-sortable .dataTable-sorter:after {
  border: none;
}
.dataTable-selector {
  border-color: #c4c0c0 !important;
  padding: 2px 5px;
  font-size: 13px;
}
.dataTable-input {
  border-color: #c4c0c0;
  border-width: 1px;
  border-style: solid;
  padding: 2px 5px;
  font-size: 13px;
}
.w-33 {
  width: 33% !important;
}
.col-w-100px {
  width: 100px !important;
}
.col-w-50px {
  width: 50px !important;
}
.dataTable-info,
.dataTable-dropdown label {
  font-size: 12px;
  color: #686868;
}
.dataTable-top {
  padding: 0 0 5px 0 !important;
}
.schedule_line {
  border-bottom: 1px #e2e0e0 dashed;
  padding-bottom: 1px;
}
.media-plan-line .media-plan-day,
.media-plan-line .media-plan-hour {
  border: 1px #c0c0c0 solid;
  text-align: center;
}
.media-plan-line .media-plan-day,
.media-plan-line td.media-plan-hour {
  font-weight: 100;
  font-size: 10px !important;
}
.media-plan-line th.media-plan-hour {
  font-weight: 100;
  font-size: 9px !important;
}
.media-plan-line td.media-plan-hour {
  cursor: pointer;
}
.media-plan-line td.media-plan-hour:hover {
  background-color: #808080;
  font-weight: bold;
}
.w-auto {
  width: auto !important;
}
.playlist-medias-list td {
  border-bottom: 1px #cfcfcf solid;
}
.underline {
  text-decoration: underline;
}
.separator {
  height: 1px;
  background-color: #c0c0c0;
}
.h-0 {
  height: 0;
}
.template-preview-image-container {
  max-height: 350px;
  width: 200px;
  text-align: center;
  border: 1px #c0c0c0 solid;
}
.template-preview-image-container .template-preview-image {
  width: 100%;
}
.swal2-container .template-preview-image-popup-container {
  height: 400px;
}
.swal2-container .template-preview-image-popup-container .carousel-inner {
  background-color: #808080;
}
.is_alert div {
  background-color: #ffa5a5 !important;
}
.nowrap {
  white-space: nowrap;
}
#page-watchdog {
  position: relative;
  height: 100%;
  width: 100%;
}
.logo img {
  max-height: 50px;
}
aside {
  width: 200px !important;
}
#main {
  margin-left: 200px;
  height: calc(100% - 60px);
}
.is-online {
  color: #008000 !important;
  font-weight: bold;
}
.tr-car .app-status.unknown {
  color: #808080;
}
.tr-car .app-status.ign-on-move {
  color: #008000;
}
.tr-car .app-status.ign-on-stand {
  color: #ffc107;
}
.tr-car .app-status.ign-off-short {
  color: #f00;
}
.tr-car .app-status.ign-off-long {
  color: #808080;
}
.tr-car .web-status.online {
  color: #008000;
}
.tr-car .web-status.offline-short {
  color: #808080;
}
.tr-car .web-status.offline-long {
  color: #f00;
}
.tr-car .web-status.offline-dead {
  color: #f00;
  font-weight: bold;
}
.map-label {
  color: #000 !important;
  background: #fff !important;
  padding: 2px 4px;
  border: 1px #808080 solid;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: bold !important;
  transform: translateY(-30px);
  direction: rtl;
}
.map-label-event {
  color: #008000 !important;
  background: #fff !important;
  padding: 2px 4px;
  border: 1px #808080 solid;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: bold !important;
  transform: translateY(-30px);
  direction: rtl;
}
.map-info-window {
  color: #9c0101;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
.swal-container-trips .swal2-popup {
  width: 600px !important;
}
#close-trip {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.speed {
  font-family: Digital;
  font-size: 24px;
  padding: 0 5px;
  margin: 0 5px;
  color: #000;
}
.animated-event {
  color: #f00;
  animation: colorChange 10s linear forwards;
}
#hide-events:hover {
  background-color: #808080;
  color: #fff;
}
.blink-button {
  animation: blink 0.5s 3;
  font-size: 16px;
}
.grayscale {
  filter: grayscale(100%);
}
#events-popup {
  height: 400px;
  max-height: 400px;
  overflow-y: auto;
}
.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}
.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}
.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}
.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}
.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}
.colored-toast .swal2-title {
  color: #fff;
}
.colored-toast .swal2-close {
  color: #fff;
}
.colored-toast .swal2-html-container {
  color: #fff;
}
.LogoIcon_LogoBackground__06BXd {
  fill: #0070bf;
  width: 101.824px;
  height: 32.063px;
  border-radius: 3px;
}
.LogoIcon_LogoPrimary__PLK4j {
  fill: #fff;
}
.LogoIcon_LogoSecondary__eC97W {
  fill: #b5c7de;
}
#car-details-table tr td {
  padding: 2px;
}
#car-details-table tr td:first-child {
  width: 80px;
}
#canbus-parameters-table tr td {
  padding: 2px;
}
button {
  transition: background-color 1s ease;
  transition: color 1s ease;
}
#login-page {
  position: relative;
}
#login-page #login-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-login.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
#login-page #big-arrows {
  margin: 10% 0;
}
#login-page form {
  width: 300px;
  padding: 30px 20px;
  transition: background-color 1000ms ease;
}
#login-page form:hover {
  background-color: rgba(255,255,255,0.102);
}
#login-page form:hover button {
  background-color: #699a2c;
  color: #fff;
}
#login-page form input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Rubik-Light";
  font-size: 14px;
  padding: 7px 30px;
  border-bottom: 1px #fff solid;
  color: #fff;
  text-align: right;
}
#login-page form input::placeholder {
  color: #fff;
}
#login-page form input[readonly] {
  cursor: not-allowed;
  opacity: 50%;
}
#login-page form .button-group {
  position: relative;
}
#login-page form .button-group .button-group-icon {
  color: #fff;
  width: 18px;
  height: 18px;
  stroke: #fff !important;
  fill: #fff !important;
  position: absolute;
  top: 4px;
  right: 4px;
}
#login-page form button {
  background-color: #fff;
  font-family: "Rubik-Bold";
  color: #000;
  border: none;
  padding: 8px 0px;
}
#login-page form.selected {
  background-color: rgba(255,255,255,0.102);
}
#login-page form.selected button {
  background-color: #699a2c;
  color: #fff;
}
#login-page form .form-title .form-title-line {
  font-family: "Rubik-Bold";
}
#login-page .error {
  font-family: "Rubik-Bold";
}
input:-webkit-autofill,
input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
  transition: background-color 999999s ease-in-out 0s, color 999999s ease-in-out 0s;
}
input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
  border: none !important;
  outline: none;
  border-bottom: 1px #699a2c solid !important;
}
.btn-clear {
  border: none;
  background-color: transparent;
}
.font-Rubik-Light {
  font-family: "Rubik-Light";
}
.font-Rubik-Regular {
  font-family: "Rubik-Regular";
}
.font-Rubik-Medium {
  font-family: "Rubik-Medium";
}
.font-Rubik-Bold {
  font-family: "Rubik-Bold";
}
#page-dashboard2 hr {
  height: 2px;
  background-color: #699a2c;
}
#page-dashboard2 .disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: none !important;
}
#page-dashboard2 #header {
  height: 60px;
  background: linear-gradient(#495359, #262626);
}
#page-dashboard2 #header .navbar-toggler {
  margin: 0 25px;
}
#page-dashboard2 #panel-with-arrows-and-popups {
  position: absolute;
  left: 100px;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
  z-index: 999;
}
#page-dashboard2 #panel-with-arrows-and-popups #arrows {
  width: 200px;
  height: auto;
}
#page-dashboard2 #body {
  background-image: url("/images/bg-login.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
#page-dashboard2 input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Rubik-Light";
  font-size: 14px;
  padding: 5px 30px;
  border-bottom: 1px #699a2c solid;
  color: #fff;
  text-align: right;
}
#page-dashboard2 input::placeholder {
  color: #fff;
}
#page-dashboard2 input[readonly] {
  cursor: not-allowed;
  opacity: 50%;
}
#page-dashboard2 .button-group {
  position: relative;
}
#page-dashboard2 .button-group .button-group-icon {
  color: #fff;
  width: 18px;
  height: 18px;
  stroke: #fff !important;
  fill: #fff !important;
  position: absolute;
  top: 4px;
  right: 4px;
}
#page-dashboard2 #btn-clear-search {
  border: none;
  background-color: transparent;
}
#page-dashboard2 #btn-clear-search img {
  width: 10px;
  height: 10px;
  transform: translateX(23px);
}
#page-dashboard2 #main-menu {
  direction: rtl;
  position: absolute;
  top: 60px;
  right: 65px;
  width: 230px;
  height: auto;
  z-index: 999;
  background-color: rgba(255,255,255,0.933);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  padding: 15px 20px;
}
#page-dashboard2 #main-menu .main-menu-item {
  font-family: "Rubik-Medium";
  padding: 10px 0px 5px 0;
}
#page-dashboard2 #main-menu .main-menu-item a {
  font-size: 13px;
  color: #000;
  transition: color 400ms ease;
}
#page-dashboard2 #main-menu .main-menu-item a:hover {
  transition: color 400ms ease;
  color: #699a2c;
}
#page-dashboard2 #main-menu .main-menu-item.with-border {
  border-bottom: 1px #699a2c solid;
}
#page-dashboard2 .gm-style-iw {
  border-radius: 0 !important;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  padding: 15px 20px;
  direction: rtl;
  background-color: rgba(255,255,255,0.929) !important;
}
#page-dashboard2 .gm-style-iw .text {
  font-family: "Rubik-Light";
  font-size: 13px;
}
#page-dashboard2 .gm-style-iw button {
  right: 0 !important;
  margin-top: 5px !important;
}
#page-dashboard2 .car-number-container {
  background-color: #ffca11;
  border-radius: 0px;
}
#page-dashboard2 .car-number-container .car-number-outline {
  border-radius: 2px;
  background-color: transparent;
  border: 1px #000 solid;
}
#page-dashboard2 .car-number-container .car-number-outline .il {
  background-image: url("/images/car_plate_il.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
}
#page-dashboard2 .car-number-container .car-number-outline .car-number {
  font-family: "DIN";
  font-size: 20px;
  padding: 2 5px;
  margin: 0 5px;
  color: #000;
  width: 100px;
}
#page-dashboard2 .btn-close {
  padding: 0 !important;
  background-size: 60% !important;
  margin: 0 10px;
  padding: 0px 0 0 15px;
}
#page-dashboard2 .custom-card {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 999;
  height: auto;
}
#page-dashboard2 .custom-card label {
  font-family: "Rubik-Light";
  font-size: 13px;
  padding: 0;
  margin: 0;
}
#page-dashboard2 .custom-card .custom-card-header {
  direction: ltr;
  background: linear-gradient(#699a2c, #547f22);
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0 10px 0 5px;
}
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-minimize,
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-close,
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-maximize {
  border: none;
  background-color: transparent;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
  background-size: cover;
  margin: 7px 5px;
}
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-minimize:hover,
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-close:hover,
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-maximize:hover {
  opacity: 0.6;
}
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-maximize {
  background-image: url("/images/card_btn_maximize.png");
}
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-minimize {
  background-image: url("/images/card_btn_minimize.png");
}
#page-dashboard2 .custom-card .custom-card-header .custom-card-btn-close {
  background-image: url("/images/card_btn_close.png");
}
#page-dashboard2 #canbus-parameters-container {
  max-height: 350px;
  overflow-y: auto;
}
#page-dashboard2 #show-events {
  background-color: #fff;
  font-family: "Rubik-Bold";
  font-size: 18px;
  height: 35px;
  border: none;
  color: #555;
  padding: 0px 20px;
}
#page-dashboard2 #card-manage-polygons {
  font-family: "Rubik-Medium";
  font-size: 13px;
}
#page-dashboard2 #polygons-list-table {
  font-family: "Rubik-Regular";
  font-size: 14px;
}
#page-dashboard2 #polygons-list-table tr {
  margin: 5px 0;
}
#page-dashboard2 #polygons-list-table tr.selected {
  background-color: transparent !important;
  font-family: "Rubik-Bold";
}
#page-dashboard2 #polygons-list-table tr.selected td {
  color: #699a2c !important;
}
#page-dashboard2 #polygons-list-table .polygons-list-item td {
  vertical-align: middle;
  padding: 10px 0 5px 0;
}
#page-dashboard2 #polygons-list-table .polygons-list-item td:first-child {
  width: 30px;
}
#page-dashboard2 #polygons-list-table .polygons-list-item td:first-child .cars_inside {
  position: absolute;
  font-family: "Rubik-Bold";
  font-size: 9px;
  top: 9px;
  left: 24px;
  color: #699a2c;
}
#page-dashboard2 #events-container #events-list,
#page-dashboard2 #card-trips-container #events-list,
#page-dashboard2 #events-container #table-trips,
#page-dashboard2 #card-trips-container #table-trips {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
}
#page-dashboard2 #events-container #events-list tr th,
#page-dashboard2 #card-trips-container #events-list tr th,
#page-dashboard2 #events-container #table-trips tr th,
#page-dashboard2 #card-trips-container #table-trips tr th {
  font-family: "Rubik-Bold";
  font-size: 14px;
  border-bottom: 1px #c0c0c0 solid;
  padding: 5px 0;
}
#page-dashboard2 #events-container #events-list tr th .border-left,
#page-dashboard2 #card-trips-container #events-list tr th .border-left,
#page-dashboard2 #events-container #table-trips tr th .border-left,
#page-dashboard2 #card-trips-container #table-trips tr th .border-left {
  border-left: 1px #c0c0c0 solid;
}
#page-dashboard2 #events-container #events-list tr td,
#page-dashboard2 #card-trips-container #events-list tr td,
#page-dashboard2 #events-container #table-trips tr td,
#page-dashboard2 #card-trips-container #table-trips tr td {
  vertical-align: middle;
  padding: 2px 0px;
  border: none;
}
#page-dashboard2 #events-container #events-list tbody,
#page-dashboard2 #card-trips-container #events-list tbody,
#page-dashboard2 #events-container #table-trips tbody,
#page-dashboard2 #card-trips-container #table-trips tbody {
  border-top: 1px #c0c0c0 solid;
}
#page-dashboard2 #events-container #events-list .event-item-row,
#page-dashboard2 #card-trips-container #events-list .event-item-row,
#page-dashboard2 #events-container #table-trips .event-item-row,
#page-dashboard2 #card-trips-container #table-trips .event-item-row {
  font-family: "Rubik-Regular";
  font-size: 14px;
  cursor: pointer;
  padding: 1px 0;
}
#page-dashboard2 #events-container #events-list .event-item-row.selected,
#page-dashboard2 #card-trips-container #events-list .event-item-row.selected,
#page-dashboard2 #events-container #table-trips .event-item-row.selected,
#page-dashboard2 #card-trips-container #table-trips .event-item-row.selected {
  background-color: #808080;
}
#page-dashboard2 #events-container #events-list .event-item-row:hover,
#page-dashboard2 #card-trips-container #events-list .event-item-row:hover,
#page-dashboard2 #events-container #table-trips .event-item-row:hover,
#page-dashboard2 #card-trips-container #table-trips .event-item-row:hover {
  background-color: #c0c0c0;
}
#page-dashboard2 #events-container #events-list .event-item-row .event-item-car-number,
#page-dashboard2 #card-trips-container #events-list .event-item-row .event-item-car-number,
#page-dashboard2 #events-container #table-trips .event-item-row .event-item-car-number,
#page-dashboard2 #card-trips-container #table-trips .event-item-row .event-item-car-number {
  width: 85px;
  min-width: 85px;
  white-space: nowrap;
  border-left: 2px #d3d3d3 solid;
}
#page-dashboard2 #events-container #events-list .event-item-row .event-item-timestamp,
#page-dashboard2 #card-trips-container #events-list .event-item-row .event-item-timestamp,
#page-dashboard2 #events-container #table-trips .event-item-row .event-item-timestamp,
#page-dashboard2 #card-trips-container #table-trips .event-item-row .event-item-timestamp {
  white-space: nowrap;
  padding: 0 5px;
  border-left: 2px #d3d3d3 solid;
}
#page-dashboard2 #events-container #events-list .event-item-row .event-item-desc,
#page-dashboard2 #card-trips-container #events-list .event-item-row .event-item-desc,
#page-dashboard2 #events-container #table-trips .event-item-row .event-item-desc,
#page-dashboard2 #card-trips-container #table-trips .event-item-row .event-item-desc {
  flex: 1 1 auto;
  padding: 0 5px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swal2-popup.swal2-modal.custom-swal-popup {
  direction: rtl;
}
.swal2-popup.swal2-modal.custom-swal-popup .swal2-validation-message {
  font-family: "Rubik-Medium";
  margin-top: 20px;
}
.swal2-popup.swal2-modal.custom-swal-popup label {
  font-family: "Rubik-Regular";
  font-size: 14px;
  text-align: right;
}
.swal2-popup.swal2-modal.custom-swal-popup .swal2-title {
  font-family: "Rubik-Bold";
  font-size: 20px;
  color: #699a2c;
}
.swal2-popup.swal2-modal.custom-swal-popup .swal2-confirm,
.swal2-popup.swal2-modal.custom-swal-popup .swal2-cancel {
  border: none;
  background-color: transparent;
}
.swal2-popup.swal2-modal.custom-swal-popup input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Rubik-Light";
  font-size: 14px;
  padding: 5px 5px;
  border-bottom: 1px #699a2c solid !important;
  color: #808080;
  text-align: right;
}
.swal2-popup.swal2-modal.custom-swal-popup input:disabled {
  background-color: rgba(192,192,192,0.259);
}
.swal2-popup.swal2-modal.custom-swal-popup input::placeholder {
  color: #c0c0c0;
}
.swal2-popup.swal2-modal.custom-swal-popup input[readonly] {
  cursor: not-allowed;
  opacity: 50%;
}
.monospace {
  font-family: 'Consolas', 'Courier New', monospace;
}
#page-canbus-tools #canbus-configurations .hover:hover {
  background-color: #c0c0c0;
}
#page-canbus-tools #canbus-configurations .selected {
  background-color: #808080;
  font-weight: bolder;
  color: #fff;
}
#page-canbus-tools .hover-with-bg:hover {
  background-color: #c0c0c0;
}
.border-dark {
  border: 1px #808080 solid;
}
.disabled-link {
  color: #808080;
  pointer-events: none;
  text-decoration: none;
}
#page-vehicles .car {
  font-size: 18px;
  line-height: 18px;
}
#page-vehicles .car .car-number {
  width: 200px;
}
#page-vehicles .car:hover {
  cursor: pointer;
  background-color: #c0c0c0;
  font-color: #fff;
}
#page-vehicles .car.selected {
  background-color: #c0c0c0;
  font-color: #fff;
}
#page-vehicles .car .server.online {
  color: #008000;
}
#page-vehicles .car .server.offline {
  color: #808080;
}
#page-vehicles .car .server.invisible {
  opacity: 0;
}
#page-vehicles button:focus {
  outline: none;
}
#page-vehicles .nav-link {
  color: #616161;
}
#page-vehicles .nav-link.active {
  color: #000;
}
@-moz-keyframes colorChange {
  0% {
    color: #f00;
  }
  100% {
    color: #000;
  }
}
@-webkit-keyframes colorChange {
  0% {
    color: #f00;
  }
  100% {
    color: #000;
  }
}
@-o-keyframes colorChange {
  0% {
    color: #f00;
  }
  100% {
    color: #000;
  }
}
@keyframes colorChange {
  0% {
    color: #f00;
  }
  100% {
    color: #000;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0; /* Make the text invisible */
  }
  50% {
    opacity: 1; /* Make the text visible */
  }
  100% {
    opacity: 0; /* Make the text invisible again */
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0; /* Make the text invisible */
  }
  50% {
    opacity: 1; /* Make the text visible */
  }
  100% {
    opacity: 0; /* Make the text invisible again */
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0; /* Make the text invisible */
  }
  50% {
    opacity: 1; /* Make the text visible */
  }
  100% {
    opacity: 0; /* Make the text invisible again */
  }
}
@keyframes blink {
  0% {
    opacity: 0; /* Make the text invisible */
  }
  50% {
    opacity: 1; /* Make the text visible */
  }
  100% {
    opacity: 0; /* Make the text invisible again */
  }
}
